@charset "UTF-8";
@media print, screen and (min-width: 767px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 767px) {
  .pc-only {
    display: block;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", "Noto Serif", serif;
}

body {
  font-size: 22.5px;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-5 {
  padding-bottom: 50px;
}

.p-sp-only {
  display: block;
}

@media (min-width: 767px) {
  .p-pc-only {
    display: none;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
.section-wrapper {
  padding: 60px 0;
}

.section-inner {
  max-width: 1000px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.p-section-title {
  text-align: center;
  letter-spacing: 5px;
}
.p-section-title .main-title {
  font-size: 33px;
  text-align: center;
  border-bottom: 3px solid #E08A29;
  width: 160px;
  margin: 0 auto;
  padding-bottom: -5px;
}
.p-section-title .sub-title {
  font-size: 16.5px;
}

.font-accent-color {
  color: #E08A29;
}

.lines {
  line-height: 2;
}

.p-btn {
  cursor: pointer;
}
.p-btn a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  background-color: #E08A29;
  width: 260px;
  line-height: 60px;
  padding-right: 25px;
  display: block;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50px;
  position: relative;
}
.p-btn a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 40px;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 10px solid #fff;
}
.p-btn a:hover:before {
  right: -10px;
  transition: 0.3s;
}

.fadein {
  opacity: 0;
}

.scrollin {
  animation-name: scrollin;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes scrollin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.downup {
  transform: translateY(50px);
}

.test-1 {
  color: red;
}

@media (max-width: 1020px) and (min-width: 768px) {
  .section-inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .section-wrapper {
    padding: 30px 0;
  }
  .section-inner {
    width: 100%;
    margin: 0 auto;
  }
  .p-section-title {
    text-align: center;
    letter-spacing: 1.8px;
  }
  .p-section-title .main-title {
    font-size: 22px;
    text-align: center;
    border-bottom: 3px solid #E08A29;
    width: 100px;
    margin: 0 auto;
    padding-bottom: -5px;
  }
  .p-section-title .sub-title {
    font-size: 11px;
  }
  .p-btn {
    cursor: pointer;
  }
  .p-btn a {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 1px;
    background-color: #E08A29;
    width: 200px;
    line-height: 50px;
    padding-right: 25px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
    font-size: 16px;
  }
  .p-btn a:hover {
    background: hsl(16, 100%, 50%);
    transition: 0.3s;
  }
  .p-btn a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 40px;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent; /*top right bottom を透明化 */
    border-left: 10px solid #fff;
  }
  .p-btn a:hover:before {
    right: -10px;
    transition: 0.3s;
  }
}
.p-header {
  background-color: white;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 1px 2px 2px rgba(177, 167, 147, 0.8);
  font-family: "Noto Sans JP", sans-serif;
}

.p-header__inner {
  padding: 0;
  display: flex;
  align-items: center;
  height: inherit;
  position: relative;
}

.p-navigation {
  display: flex;
  justify-content: center;
  margin-left: auto;
}

.p-btn-list {
  background: #E08A29;
  height: 50px;
  padding: 0 5px;
  margin-left: 0px;
}
.p-btn-list:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-btn-list .p-btn {
  text-align: center;
}
.p-btn-list .p-btn-text {
  text-align: center;
  padding-left: 0px;
}
.p-btn-list .p-btn-text img {
  width: 30px;
  margin-top: 5px;
}
.p-btn-list .p-btn-text p {
  color: #fff;
  font-size: 5px;
  margin-top: -7px;
}

.p-header__title {
  width: 225px;
  padding-left: 10px;
}

.p-header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: rgba(181, 156, 125, 0.9);
  transition: ease 0.4s;
}

.p-nav-items {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

/* ナビのリンク */
.p-nav-items__item a {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  padding-top: 30px;
}

.p-nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.p-header__hamburger {
  width: 48px;
  height: 100%;
}

.p-hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  background-color: #B59C7D;
}

.p-hamburger span {
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.p-hamburger span:nth-child(1) {
  top: 0;
}

.p-hamburger span:nth-child(2) {
  margin: 8px 0;
}

.p-hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.p-header__nav.active {
  transform: translateX(0);
}

.p-hamburger.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.p-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.p-hamburger.active span:nth-child(3) {
  top: -15px;
  transform: rotate(-45deg);
}

@media (max-width: 1020px) and (min-width: 768px) {
  .p-header {
    background-color: white;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p-header__inner {
    padding: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
  }
  .p-shop-place {
    font-size: 16px;
    line-height: 1.4;
    margin-left: 30px;
  }
  .p-navigation {
    display: flex;
    justify-content: center;
    margin-left: 30px;
  }
  .p-btn-list {
    background: #E08A29;
    width: 250px;
    margin-left: 0px;
    border-radius: 50px;
    text-align: center;
  }
  .p-btn-list .p-btn {
    text-align: center;
  }
  .p-btn-list .p-btn-text {
    display: flex;
    text-align: center;
    align-items: center;
    padding-left: 0px;
  }
  .p-btn-list .p-btn-text img {
    width: 30px;
  }
  .p-btn-list .p-btn-text p {
    color: #fff;
    font-size: 26px;
    margin: 3px 10px 0;
    letter-spacing: 3px;
  }
  /* ヘッダーのロゴ部分 */
  .p-header__title {
    width: 280px;
    margin-top: 20px;
    padding-left: 0px;
  }
  .p-header__title img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-hamburger {
    display: none;
  }
  .p-header__nav {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .p-header {
    background-color: white;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p-header__inner {
    padding: 0;
    max-width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
  }
  .p-shop-place {
    font-size: 18px;
    line-height: 1.4;
    margin-left: 30px;
  }
  .p-navigation {
    display: flex;
    justify-content: center;
    margin-left: auto;
  }
  .p-btn-list {
    background: #E08A29;
    width: 280px;
    margin-left: 0px;
    border-radius: 50px;
    text-align: center;
  }
  .p-btn-list .p-btn {
    text-align: center;
  }
  .p-btn-list .p-btn-text {
    display: flex;
    text-align: center;
    align-items: center;
    padding-left: 0px;
  }
  .p-btn-list .p-btn-text img {
    width: 30px;
  }
  .p-btn-list .p-btn-text p {
    color: #fff;
    font-size: 26px;
    margin: 3px 10px 0;
    letter-spacing: 3px;
  }
  /* ヘッダーのロゴ部分 */
  .p-header__title {
    width: 320px;
    margin-top: 20px;
    padding-left: 0px;
  }
  .p-header__title img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-hamburger {
    display: none;
  }
  .p-header__nav {
    display: none;
  }
}
footer {
  text-align: center;
  background: #B59C7D;
  margin-top: 40px;
  padding: 5px 0;
}
footer small {
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer {
    text-align: center;
    background: #B59C7D;
    margin-top: 40px;
    padding: 3px 0 10px;
  }
  footer small {
    font-size: 8px;
    color: #fff;
  }
}
.p-fv {
  background-image: url(/assets/images/fv/fv.png);
  background-position: center;
  background-size: cover;
  height: calc(100vh - 1px);
  width: 100%;
  position: relative;
  color: #FFF;
}
.p-fv .p-fv-inner {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 10%;
  text-shadow: 1px 1px 1px #646464;
  letter-spacing: 4px;
}
.p-fv .p-fv-inner .first-copy {
  font-size: 27px;
}
.p-fv .p-fv-inner .first-copy .emphasics {
  background-image: radial-gradient(circle at center, #FFCD1D 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
  color: #FFCD1D;
}
.p-fv .p-fv-inner .fv-copy {
  margin-top: 10px;
  font-size: 50.45px;
  line-height: 1.2;
  -webkit-text-decoration: underline #FFEFB8;
          text-decoration: underline #FFEFB8;
}
.p-fv .p-fv-inner .fv-copy .fv-copy-small {
  font-size: 38px;
}

@media (max-width: 1020px) and (min-width: 770px) {
  .p-fv {
    background-image: url(/assets/images/fv/fv.png);
    background-position: center;
    background-size: cover;
    height: calc(100vh - 500px);
    width: 100%;
    position: relative;
    color: #FFF;
  }
  .p-fv .p-fv-inner {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-top: 20%;
    text-shadow: 1px 1px 1px #646464;
    letter-spacing: 4px;
  }
  .p-fv .p-fv-inner .first-copy {
    font-size: 25px;
  }
  .p-fv .p-fv-inner .first-copy .emphasics {
    background-image: radial-gradient(circle at center, #FFCD1D 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.2em;
    color: #FFCD1D;
  }
  .p-fv .p-fv-inner .fv-copy {
    margin-top: 10px;
    font-size: 40px;
    line-height: 1.2;
    -webkit-text-decoration: underline #FFEFB8;
            text-decoration: underline #FFEFB8;
  }
  .p-fv .p-fv-inner .fv-copy .fv-copy-small {
    font-size: 30px;
  }
}
@media (max-width: 769px) and (min-width: 768px) {
  .p-fv {
    background-image: url(/assets/images/fv/fv.png);
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
    position: relative;
    color: #FFF;
  }
  .p-fv .p-fv-inner {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    margin-top: 20%;
    text-shadow: 1px 1px 1px #646464;
    letter-spacing: 4px;
  }
  .p-fv .p-fv-inner .first-copy {
    font-size: 25px;
  }
  .p-fv .p-fv-inner .first-copy .emphasics {
    background-image: radial-gradient(circle at center, #FFCD1D 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.2em;
    color: #FFCD1D;
  }
  .p-fv .p-fv-inner .fv-copy {
    margin-top: 10px;
    font-size: 40px;
    line-height: 1.2;
    -webkit-text-decoration: underline #FFEFB8;
            text-decoration: underline #FFEFB8;
  }
  .p-fv .p-fv-inner .fv-copy .fv-copy-small {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    background-image: url(/assets/images/fv/fv-sp-1.png), url(/assets/images/fv/fv-sp-2.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 290px 230px, 280px 180px;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 300px;
    position: relative;
    color: #FFF;
  }
  .p-fv .p-fv-inner {
    position: absolute;
    text-align: center;
    color: #333333;
    width: 100%;
    margin-top: 85%;
    text-shadow: 1px 1px 1px #ebe8e8;
    letter-spacing: 1.5px;
  }
  .p-fv .p-fv-inner .first-copy {
    font-size: 17.6px;
  }
  .p-fv .p-fv-inner .first-copy .emphasics {
    background-image: radial-gradient(circle at center, #FFCD1D 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.2em;
    color: #FFCD1D;
  }
  .p-fv .p-fv-inner .fv-copy {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 28.22px;
    line-height: 1.4;
    -webkit-text-decoration: underline #FFEFB8;
            text-decoration: underline #FFEFB8;
  }
  .p-fv .p-fv-inner .fv-copy .fv-copy-small {
    font-size: 23px;
  }
  .p-fv-image {
    height: 300px;
  }
}
.p-about-section .p-about-cont {
  margin-top: 50px;
}
.p-about-section .p-about-item {
  display: flex;
  justify-content: center;
}
.p-about-section .p-about-item + .p-about-item {
  padding-top: 90px;
}
.p-about-section .p-about-item .p-about-item:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
.p-about-section .p-about-item .p-about-text {
  position: relative;
  width: 40%;
  background: #fff;
  border: 1px solid #E08A29;
  margin-top: 180px;
  margin-right: -150px;
  margin-bottom: -28px;
  opacity: 0.9;
}
.p-about-section .p-about-item .p-about-desc {
  font-size: 22.5px;
  padding: 15px 25px 15px 25px;
  background: #fff;
  border: 1px solid #E08A29;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: -10px;
  margin-bottom: 30px;
  position: absolute;
}
.p-about-section .p-about-item .p-about-images {
  z-index: -1;
}
.p-about-section .item-2 {
  display: flex;
  justify-content: center;
}
.p-about-section .item-2 + .p-about-item {
  padding-top: 90px;
}
.p-about-section .item-2 .p-about-item:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
.p-about-section .item-2 .p-about-text {
  position: relative;
  width: 40%;
  background: #fff;
  border: 1px solid #E08A29;
  margin-top: 200px;
  margin-left: -150px;
  margin-bottom: -40px;
  opacity: 0.9;
}
.p-about-section .item-2 .p-about-desc {
  background: #fff;
  border: 1px solid #E08A29;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: -15px;
  margin-bottom: 30px;
  position: absolute;
}
.p-about-section .item-2 .p-about-images {
  z-index: -1;
  margin-left: -150px;
}
.p-about-section .item-3 .p-about-text {
  position: relative;
  width: 40%;
  background: #fff;
  border: 1px solid #E08A29;
  margin-top: 250px;
  margin-right: -150px;
  margin-bottom: -25px;
  opacity: 0.9;
}
.p-about-section .item-3 .p-about-desc {
  background: #fff;
  border: 1px solid #E08A29;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: -10px;
  margin-bottom: 30px;
  position: absolute;
}
.p-about-section .item-3 .p-about-images {
  padding-top: 30px;
  z-index: -1;
}

@media (max-width: 1020px) and (min-width: 768px) {
  .p-about-section {
    padding-top: 100px;
  }
  .p-about-section .p-about-cont {
    margin-top: 50px;
  }
  .p-about-section .p-about-item {
    display: flex;
    justify-content: center;
  }
  .p-about-section .p-about-item + .p-about-item {
    padding-top: 150px;
  }
  .p-about-section .p-about-item .p-about-text {
    position: relative;
    width: 100%;
    margin-top: 40%;
    margin-left: 0px;
    margin-right: -30%;
    margin-bottom: -10px;
    opacity: 0.9;
  }
  .p-about-section .p-about-item .p-about-desc {
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    background: #fff;
    border: 1px solid #E08A29;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: -30px;
    margin-bottom: 30px;
    position: absolute;
  }
  .p-about-section .p-about-item .p-about-images {
    z-index: -1;
    padding-left: 20px;
    width: 180%;
  }
  .p-about-section .item-2 .p-about-text {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #E08A29;
    margin-top: 200px;
    margin-left: -200px;
    margin-right: 40px;
    margin-bottom: -30px;
    opacity: 0.9;
  }
  .p-about-section .item-2 .p-about-desc {
    background: #fff;
    border: 1px solid #E08A29;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: -20px;
    margin-bottom: 0px;
    position: absolute;
  }
  .p-about-section .item-2 .p-about-images {
    z-index: -1;
    margin-left: 0px;
    padding-left: 0px;
    width: 150%;
    margin-top: -60px;
  }
  .p-about-section .item-3 {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .p-about-section .item-3 .p-about-text {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #E08A29;
    margin-top: 45%;
    margin-right: -40%;
    margin-left: 20px;
    margin-bottom: -50px;
    opacity: 0.9;
  }
  .p-about-section .item-3 .p-about-desc {
    background: #fff;
    border: 1px solid #E08A29;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: -10px;
    margin-bottom: 30px;
    position: absolute;
  }
  .p-about-section .item-3 .p-about-images {
    z-index: -1;
    width: 150%;
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-section {
    padding-top: 130px;
  }
  .p-about-section .p-about-cont {
    margin-top: 50px;
  }
  .p-about-section .p-about-item {
    display: flex;
    justify-content: center;
  }
  .p-about-section .p-about-item + .p-about-item {
    padding-top: 150px;
  }
  .p-about-section .p-about-item .p-about-text {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #E08A29;
    margin-top: 160px;
    margin-left: 20px;
    margin-right: -230px;
    margin-bottom: -95px;
    opacity: 0.9;
  }
  .p-about-section .p-about-item .p-about-desc {
    font-size: 15px;
    padding: 15px 15px 15px 15px;
    background: #fff;
    border: 1px solid #E08A29;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: -10px;
    margin-bottom: 30px;
    position: absolute;
  }
  .p-about-section .p-about-item .p-about-images {
    z-index: -1;
    padding-left: 20px;
    width: 100%;
  }
  .p-about-section .item-2 .p-about-text {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #E08A29;
    margin-top: 160px;
    margin-left: -200px;
    margin-right: 40px;
    margin-bottom: -100px;
    opacity: 0.9;
  }
  .p-about-section .item-2 .p-about-desc {
    background: #fff;
    border: 1px solid #E08A29;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: -20px;
    margin-bottom: 0px;
    position: absolute;
  }
  .p-about-section .item-2 .p-about-images {
    z-index: -1;
    margin-left: 0px;
    padding-left: 0px;
    width: 110%;
  }
  .p-about-section .item-3 {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .p-about-section .item-3 .p-about-text {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #E08A29;
    margin-top: 150px;
    margin-right: -100px;
    margin-left: 20px;
    margin-bottom: -100px;
    opacity: 0.9;
  }
  .p-about-section .item-3 .p-about-desc {
    background: #fff;
    border: 1px solid #E08A29;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: -10px;
    margin-bottom: 30px;
    position: absolute;
  }
  .p-about-section .item-3 .p-about-images {
    z-index: -1;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .p-about-section .p-about-item .p-about-text {
    margin-bottom: -85px;
    opacity: 0.9;
  }
  .p-about-section .item-2 .p-about-text {
    margin-bottom: -60px;
  }
  .p-about-section .item-3 {
    margin-top: -60px;
  }
  .p-about-section .item-3 .p-about-text {
    margin-top: 190px;
    margin-right: -200px;
    margin-bottom: -60px;
  }
  .p-about-section .item-3 .p-about-images {
    z-index: -1;
    width: 110%;
  }
}
@media screen and (max-width: 399px) {
  .p-about-section .p-about-item .p-about-text {
    margin-bottom: -95px;
    opacity: 0.9;
  }
  .p-about-section .item-2 .p-about-text {
    margin-bottom: -90px;
  }
  .p-about-section .item-3 {
    margin-top: -30px;
  }
  .p-about-section .item-3 .p-about-text {
    margin-top: 190px;
    margin-right: -250px;
    margin-bottom: -60px;
  }
  .p-about-section .item-3 .p-about-images {
    z-index: -1;
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .p-about-section .p-about-item .p-about-text {
    margin-bottom: -100px;
    opacity: 0.9;
  }
  .p-about-section .item-2 .p-about-text {
    margin-bottom: -100px;
  }
  .p-about-section .item-3 {
    margin-top: -30px;
  }
  .p-about-section .item-3 .p-about-text {
    margin-top: 190px;
    margin-right: -250px;
    margin-bottom: -70px;
  }
  .p-about-section .item-3 .p-about-images {
    z-index: -1;
    width: 100%;
  }
}
.p-place-section .p-place-cont {
  margin-top: 40px;
}
.p-place-section .p-place-item {
  display: flex;
  border-top: 2px solid #E08A29;
  border-bottom: 2px solid #E08A29;
  padding: 20px 0;
  align-items: center;
}
.p-place-section .p-place-item + .p-place-item {
  border-top: none;
  border-bottom: 2px solid #E08A29;
}
.p-place-section .p-place-item .p-place-text {
  width: 35%;
}
.p-place-section .p-place-item .p-place-desc {
  font-size: 22.5px;
  margin-left: 20px;
}
.p-place-section .p-place-item .p-place-images {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .p-place-section {
    margin-top: 40px;
  }
  .p-place-section .p-place-cont {
    margin-top: 40px;
  }
  .p-place-section .p-place-list {
    padding: 0 20px;
  }
  .p-place-section .p-place-item {
    display: block;
    flex-direction: column-reverse;
    border: none;
    padding: 0;
    align-items: center;
  }
  .p-place-section .p-place-item + .p-place-item {
    border: none;
    padding: 30px 0 0;
  }
  .p-place-section .p-place-item .p-place-text {
    width: 100%;
  }
  .p-place-section .p-place-item .p-place-desc {
    font-size: 15px;
    margin-left: 0px;
  }
  .p-place-section .p-place-item .p-place-images {
    width: 100%;
  }
}
.p-price-section .p-price-cont {
  margin-top: 40px;
}
.p-price-section .p-price-title {
  text-align: center;
  font-size: 22.5px;
}
.p-price-section .p-price-list {
  margin: 20px auto 0;
}
.p-price-section .p-price-img {
  width: 550px;
  margin: 0 auto;
}
.p-price-section .p-price-text {
  background: #b59c7d;
  margin-top: -10px;
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
.p-price-section .p-bracelet-section {
  margin-top: 30px;
  text-align: center;
}
.p-price-section .p-bracelet-section .p-blacelet-text {
  margin-top: 30px;
}
.p-price-section .p-bracelet-section .p-blacelat-list {
  margin-top: 20px;
  display: flex;
}
.p-price-section .p-bracelet-section .p-blacelet-item + .p-blacelet-item {
  margin-left: 40px;
}
.p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-main-img {
  width: 650px;
}
.p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-sub-img {
  width: 280px;
}
.p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-sub-img + .p-blacelet-sub-img {
  padding-top: 10px;
}
.p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-item-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-item-text img {
  width: 30px;
  margin-right: 10px;
}

@media (max-width: 1020px) and (min-width: 768px) {
  .p-price-section {
    margin-top: 40px;
    padding: 0 20px;
  }
  .p-price-section .p-price-cont {
    margin-top: 30px;
  }
  .p-price-section .p-price-title {
    text-align: center;
    font-size: 18px;
  }
  .p-price-section .p-price-list {
    margin: 20px auto 0;
  }
  .p-price-section .p-price-img {
    width: 100%;
    margin: 0 auto;
  }
  .p-price-section .p-price-text {
    background: #b59c7d;
    margin-top: -10px;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
  }
  .p-price-section .p-bracelet-section {
    margin-top: 30px;
    text-align: center;
  }
  .p-price-section .p-bracelet-section .p-blacelet-title {
    font-size: 15px;
  }
  .p-price-section .p-bracelet-section .p-blacelet-text {
    font-size: 15px;
    margin-top: 0px;
  }
  .p-price-section .p-bracelet-section .p-blacelat-list {
    margin-top: 20px;
    display: block;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item + .p-blacelet-item {
    margin-left: 0px;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-main-img {
    width: 100%;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-mens {
    padding-right: 10px;
    text-align: center;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-sub-img {
    max-width: 100%;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-sub-img + .p-blacelet-sub-img {
    padding-top: 0px;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-item-text {
    font-size: 11px;
    padding: 0 10px;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-item-text img {
    width: 10px;
    margin-right: 5px;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-item-text p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-price-section {
    margin-top: 20px;
    padding: 0 20px;
  }
  .p-price-section .p-price-cont {
    margin-top: 30px;
  }
  .p-price-section .p-price-title {
    text-align: center;
    font-size: 18px;
  }
  .p-price-section .p-price-list {
    margin: 20px auto 0;
  }
  .p-price-section .p-price-img {
    width: 100%;
    margin: 0 auto;
  }
  .p-price-section .p-price-text {
    background: #b59c7d;
    margin-top: -10px;
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
  }
  .p-price-section .p-bracelet-section {
    margin-top: 30px;
    text-align: center;
  }
  .p-price-section .p-bracelet-section .p-blacelet-title {
    font-size: 15px;
  }
  .p-price-section .p-bracelet-section .p-blacelet-text {
    font-size: 15px;
    margin-top: 0px;
  }
  .p-price-section .p-bracelet-section .p-blacelat-list {
    margin-top: 20px;
    display: block;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item {
    display: flex;
    flex-direction: row-reverse;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item + .p-blacelet-item {
    margin-left: 0px;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-main-img {
    width: 100%;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-mens {
    padding-right: 20px;
    text-align: center;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-sub-img {
    width: 100%;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-sub-img + .p-blacelet-sub-img {
    padding-top: 0px;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-item-text {
    display: flex;
    align-items: center;
    font-size: 11px;
    padding: 0 10px;
    text-align: center;
  }
  .p-price-section .p-bracelet-section .p-blacelet-item .p-blacelet-item-text img {
    width: 10px;
    margin-right: 5px;
  }
}
.p-pendant-section .p-pendant-title {
  text-align: center;
}
.p-pendant-section .p-pendant-list {
  margin-top: 20px;
  display: flex;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .p-pendant-section {
    margin-top: 60px;
    padding: 0 20px;
  }
  .p-pendant-section .p-pendant-title {
    font-size: 15px;
  }
  .p-pendant-section .p-pendant-list {
    margin-top: 10px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-pendant-section {
    margin-top: 20px;
    padding: 0 20px;
  }
  .p-pendant-section .p-pendant-title {
    font-size: 15px;
  }
  .p-pendant-section .p-pendant-list {
    margin-top: 10px;
    display: block;
  }
}
.p-flow-section .p-flow-cont {
  margin-top: 40px;
}
.p-flow-section .p-flow-list {
  width: 850px;
  margin: 0 auto;
}
.p-flow-section .p-flow-item {
  border: 1px solid #b59c7d;
}
.p-flow-section .p-flow-item + .p-flow-item {
  margin-top: 20px;
}
.p-flow-section .p-flow-item .p-flow-item-title {
  background: #b59c7d;
  color: #fff;
  font-size: 3rem;
  padding: 10px 0 10px 70px;
}
.p-flow-section .p-flow-item .p-flow-item-answer {
  max-width: 700px;
  padding: 30px 0 30px 70px;
}
.p-flow-section .p-flow-item .p-flow-title {
  font-size: 33px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b59c7d;
}
.p-flow-section .p-flow-item .p-flow-text {
  padding-top: 20px;
  font-size: 22.5px;
}
.p-flow-section .p-flow-item .p-btn {
  padding: 30px 0 20px;
}
.p-flow-section .p-flow-triangle {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #B59C7D;
  margin: 20px auto;
}

@media (max-width: 1020px) and (min-width: 768px) {
  .p-flow-section {
    margin-top: 80px;
    padding: 0 20px;
  }
  .p-flow-section .p-flow-cont {
    margin-top: 40px;
  }
  .p-flow-section .p-flow-list {
    width: 100%;
    margin: 0 auto;
  }
  .p-flow-section .p-flow-item {
    border: 1px solid #b59c7d;
  }
  .p-flow-section .p-flow-item + .p-flow-item {
    margin-top: 20px;
  }
  .p-flow-section .p-flow-item .p-flow-item-title {
    background: #b59c7d;
    color: #fff;
    font-size: 22px;
    padding: 5px 0px 5px 15px;
  }
  .p-flow-section .p-flow-item .p-flow-item-answer {
    max-width: 100%;
    padding: 5px 15px 5px 15px;
  }
  .p-flow-section .p-flow-item .p-flow-title {
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b59c7d;
  }
  .p-flow-section .p-flow-item .p-flow-text {
    padding-top: 20px;
    font-size: 15px;
  }
  .p-flow-section .p-flow-item .p-flow-text:last-child {
    padding-bottom: 20px;
  }
  .p-flow-section .p-flow-item .p-btn {
    padding: 20px 0 20px;
  }
  .p-flow-section .p-flow-triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #B59C7D;
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-section {
    margin-top: 80px;
    padding: 0 20px;
  }
  .p-flow-section .p-flow-cont {
    margin-top: 40px;
  }
  .p-flow-section .p-flow-list {
    width: 100%;
    margin: 0 auto;
  }
  .p-flow-section .p-flow-item {
    border: 1px solid #b59c7d;
  }
  .p-flow-section .p-flow-item + .p-flow-item {
    margin-top: 20px;
  }
  .p-flow-section .p-flow-item .p-flow-item-title {
    background: #b59c7d;
    color: #fff;
    font-size: 22px;
    padding: 5px 0px 5px 15px;
  }
  .p-flow-section .p-flow-item .p-flow-item-answer {
    max-width: 100%;
    padding: 5px 15px 5px 15px;
  }
  .p-flow-section .p-flow-item .p-flow-title {
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b59c7d;
  }
  .p-flow-section .p-flow-item .p-flow-text {
    padding-top: 20px;
    font-size: 15px;
  }
  .p-flow-section .p-flow-item .p-flow-text:last-child {
    padding-bottom: 20px;
  }
  .p-flow-section .p-flow-item .p-btn {
    padding: 20px 0 20px;
  }
  .p-flow-section .p-flow-triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #B59C7D;
    margin: 20px auto;
  }
}
.p-access-section .p-access-cont {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-access-section .p-access-list {
  max-width: 900px;
  margin: 0 auto;
}
.p-access-section .p-access-item {
  display: flex;
  justify-content: space-between;
}
.p-access-section .p-access-item .p-access-text {
  width: 450px;
  padding-left: 20px;
}
.p-access-section .p-access-item .p-access-text-list {
  display: flex;
}
.p-access-section .p-access-item .p-access-text-list .p-access-tag {
  background: #4b331e;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 5px 2px;
  margin-right: 10px;
  height: 20px;
  margin-top: 5px;
}
.p-access-section .p-access-item .p-access-attention {
  padding-top: 30px;
}
.p-access-section .p-access-item .p-access-map iframe {
  width: 450px;
  height: 300px;
}
.p-access-section .p-access-road-list {
  display: flex;
  justify-self: center;
  padding-top: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.p-access-section .p-access-road-item {
  width: 500px;
}
.p-access-section .p-access-road-item + .p-access-road-item {
  padding-left: 40px;
}
.p-access-section .p-access-road-item .p-access-road-title {
  background-color: #B59C7D;
  border-radius: 0 20px 20px 0;
  padding: 5px 20px 5px 10px;
  color: #fff;
}
.p-access-section .p-access-road-item .p-access-road-desc {
  padding-top: 20px;
  padding-left: 10px;
}
.p-access-section .p-access-road-item .font-bold {
  font-weight: bold;
}

@media (max-width: 1020px) and (min-width: 768px) {
  .p-access-section {
    padding: 60px 20px;
  }
  .p-access-section .p-access-cont {
    margin-top: 40px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p-access-section .p-access-list {
    max-width: 100%;
    margin: 0 auto;
  }
  .p-access-section .p-access-item {
    display: block;
    justify-content: space-between;
    font-size: 14px;
  }
  .p-access-section .p-access-item .p-access-map iframe {
    width: 100%;
  }
  .p-access-section .p-access-item .p-access-text {
    width: 100%;
    padding-left: 0px;
  }
  .p-access-section .p-access-item .p-access-text-list {
    display: flex;
    align-items: center;
  }
  .p-access-section .p-access-item .p-access-text-list .p-access-tag {
    background: #4b331e;
    color: #fff;
    font-size: 8px;
    padding: 2px 5px 1px;
    margin-right: 10px;
    height: 20px;
    margin-top: 5px;
  }
  .p-access-section .p-access-item .p-access-attention {
    padding-top: 10px;
  }
  .p-access-section .p-access-road-list {
    display: block;
    justify-self: center;
    padding-top: 20px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-access-section .p-access-road-item {
    width: 100%;
  }
  .p-access-section .p-access-road-item + .p-access-road-item {
    padding-left: 0px;
  }
  .p-access-section .p-access-road-item .p-access-road-title {
    background-color: #B59C7D;
    border-radius: 0 20px 20px 0;
    padding: 5px 20px 5px 10px;
    color: #fff;
    font-size: 14px;
  }
  .p-access-section .p-access-road-item .p-access-road-desc {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .p-access-section .p-access-road-item .p-access-road-desc + .p-access-road-desc {
    padding-bottom: 10px;
  }
  .p-access-section .p-access-road-item .font-bold {
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .p-access-section {
    padding: 60px 20px;
  }
  .p-access-section .p-access-cont {
    margin-top: 40px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p-access-section .p-access-list {
    max-width: 100%;
    margin: 0 auto;
  }
  .p-access-section .p-access-item {
    display: block;
    justify-content: space-between;
    font-size: 14px;
  }
  .p-access-section .p-access-item .p-access-map iframe {
    width: 100%;
  }
  .p-access-section .p-access-item .p-access-text {
    width: 100%;
    padding-left: 0px;
  }
  .p-access-section .p-access-item .p-access-text-list {
    display: flex;
    align-items: center;
  }
  .p-access-section .p-access-item .p-access-text-list .p-access-tag {
    background: #4b331e;
    color: #fff;
    font-size: 8px;
    padding: 2px 5px 1px;
    margin-right: 10px;
    height: 20px;
    margin-top: 5px;
  }
  .p-access-section .p-access-item .p-access-attention {
    padding-top: 10px;
  }
  .p-access-section .p-access-road-list {
    display: block;
    justify-self: center;
    padding-top: 20px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-access-section .p-access-road-item {
    width: 100%;
  }
  .p-access-section .p-access-road-item + .p-access-road-item {
    padding-left: 0px;
  }
  .p-access-section .p-access-road-item .p-access-road-title {
    background-color: #B59C7D;
    border-radius: 0 20px 20px 0;
    padding: 5px 20px 5px 10px;
    color: #fff;
    font-size: 14px;
  }
  .p-access-section .p-access-road-item .p-access-road-desc {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .p-access-section .p-access-road-item .p-access-road-desc + .p-access-road-desc {
    padding-bottom: 10px;
  }
  .p-access-section .p-access-road-item .font-bold {
    font-weight: bold;
  }
}
.p-faq-section .p-faq-cont {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-faq-section .p-faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px 0;
}
@media print, screen and (min-width: 767px) {
  .p-faq-section .p-faq-list {
    padding: 0;
  }
}
.p-faq-section .p-faq-item {
  border: none;
}
.p-faq-section .p-faq-item + .p-faq-item {
  padding-top: 20px;
}
.p-faq-section .p-faq-item .p-faq-title {
  display: flex;
  align-items: center;
  color: #333333;
  background-color: rgba(224, 138, 41, 0.4);
  padding: 20px 0;
  border: 1px solid #f3d0a9;
  border-radius: 3px;
  padding-left: 15px;
}
.p-faq-section .p-faq-item .p-faq-title:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-faq-section .p-faq-item .p-faq-title .p-faq-number {
  font-size: 3rem;
  font-family: "Noto Serif JP", "Noto Serif", serif;
}
.p-faq-section .p-faq-item .p-faq-title .p-faq-text {
  padding-left: 20px;
}
.p-faq-section .p-faq-item .p-faq-title .p-faq-text:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
}
.p-faq-section .p-faq-item .p-faq-detail {
  border-radius: 3px;
  padding: 30px 30px;
  display: none;
}
.p-faq-section .p-faq-item .p-faq-tell {
  padding-top: 20px;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-faq-section {
    margin-top: -40px;
  }
  .p-faq-section .p-faq-cont {
    margin-top: 0px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p-faq-section .p-faq-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 767px) {
  .p-faq-section .p-faq-list {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-section .p-faq-item .p-faq-title {
    display: flex;
    align-items: center;
    color: #333333;
    background-color: rgba(224, 138, 41, 0.4);
    padding: 20px 0;
    border-radius: 3px;
    padding-left: 15px;
  }
  .p-faq-section .p-faq-item .p-faq-title .p-faq-number {
    font-size: 22px;
  }
  .p-faq-section .p-faq-item .p-faq-title .p-faq-text {
    padding-left: 10px;
    font-size: 15px;
  }
  .p-faq-section .p-faq-item .p-faq-numbe {
    font-size: 22px;
  }
  .p-faq-section .p-faq-item .p-faq-detail {
    font-size: 12px;
    padding: 20px 10px;
    display: none;
  }
  .p-faq-section .p-faq-item .p-faq-tell {
    padding-top: 10px;
    text-decoration: underline;
  }
}
.p-reserve-section .p-reserve-btn {
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
}
.p-reserve-section .p-reserve-btn .p-reserve-btn {
  width: 400px;
}
.p-reserve-section .p-reserve-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-reserve-section {
    padding: 0 20px;
  }
  .p-reserve-section .p-reserve-btn {
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
  }
  .p-reserve-section .p-reserve-btn .p-reserve-btn {
    width: 80%;
  }
  .p-reserve-section .p-reserve-btn:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
}/*# sourceMappingURL=style.css.map */