@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");

* {
  box-sizing: border-box;
}
html {
  font: 62.5% "Noto Sans JP", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ",
    "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
}
body {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  color: #313131;
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  body {
    font-size: min(2.8rem, 3.4vw);
    line-height: 1.5em;
  }
}
img {
  outline: none;
  border-style: none;
  width: 100%;
}
a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
a:visited {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.didact-gothic-regular {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mv {
  position: relative;
}
h1 {
  position: absolute;
  margin: auto;
  top: 4px;
  left: 7px;
  right: 0;
  text-align: center;
}
h1 img {
  width: 10.3%;
  height: auto;
  margin-top: 0.3%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.mv {
  background-image: url(../img/pc_mv.webp);
  width: 100%;
  height: 0;
  padding-top: 44.94%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  .mv {
    background-image: url(../img/sp_mv.webp);
    padding-top: 103.07%;
  }
}
/* ============================================

ナビ

============================================ */

nav {
  background-color: #add35c;
  margin-top: -1.6%;
}
nav ul {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2% 0;
}
nav ul li {
  width: 32%;
  font-size: max(1.8rem, 1.2vw);
  font-weight: 600;
  background-color: #fff;
  margin-bottom: 2.5%;
  padding: 1.8% 0 1.8% 1.8%;
  border-radius: 10px;
  position: relative;
  line-height: 1;
}
nav ul li a {
  display: block;
}
nav ul li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
nav ul li::after {
  content: "";
  background-image: url(../img/triangle.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(33px / 2);
  height: calc(22px / 2);
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
}
nav ul li a {
  color: #3c1900;
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  nav {
    margin-top: -6.3%;
  }
  nav ul {
    width: 96%;
    padding: 7% 0 7%;
  }
  nav ul li {
    width: 49%;
    font-size: min(3.6rem, 4.4vw);
    margin-bottom: 2.5%;
    padding: 2.1% 0 2.7% 2.7%;
  }
  nav ul li:nth-last-child(-n + 3) {
    margin-bottom: auto;
  }
  nav ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  nav ul li::after {
    right: 6%;
    width: 5.5%;
    height: 0;
    padding-top: 4.1%; // (画像の高さ / 画像の横幅) × 100
    background-position: center center;
  }
}
/* ============================================

プリティー・ワンの特徴

============================================ */
article {
  padding: 3.5% 0 3%;
  margin: 0 auto;
  max-width: 1000px;
  width: 96%;
}
article.LinkBtn {
  max-width: 800px;
  width: 96%;
}
article.information {
  max-width: 800px;
  width: 96%;
}
.h2ttl {
  text-align: center;
  margin-bottom: 60px;
}
.h2ttl h2 {
  font-size: 3.6rem;
  color: #3c1900;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.h2ttl h2 span {
  position: relative;
}
.h2ttl h2 span::after {
  content: "";
  background-image: url(../img/h2_dec.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(51px / 2);
  height: calc(53px / 2);
  position: absolute;
  right: -16px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.h2ttl p {
  display: inline-block;
  font-size: 3.15rem;
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  color: #add35c;
}
.h2ttl p::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #add35c;
  position: absolute;
  bottom: -16px;
  /* left: 0;
  right:0;
  margin: auto; */
  left: calc(50% - 30px);
}
.feature_box {
  border: 14px solid #add35c;
  padding: 0 50px 50px;
  position: relative;
}
.feature_box::after {
  content: "";
  background-image: url(../img/menu_chara.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(469px / 2);
  height: calc(178px / 2);
  position: absolute;
  top: -83px;
  right: 100px;
  margin: auto;
}
.feature_box dl {
  margin-top: -10px;
  margin-bottom: 20px;
}
.feature_box dl::after {
  content: "";
  clear: both;
  display: block;
}
.feature_box dl dt {
  float: right;
  width: 35%;
  margin-left: 10px;
  margin-top: 22px;
}
.feature_box dl dd {
  line-height: 1.9em;
}
.feature_box dl dd img {
  width: calc(694px / 2);
  height: calc(232px / 2);
}
.feature_box dl.rev dt {
  float: left;
  width: 35%;
  margin-right: 10px;
  margin-top: 22px;
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  article {
    padding: 3.5% 0 7%;
  }
  .h2ttl {
    text-align: center;
    margin-bottom: 8%;
  }
  .h2ttl h2 {
    font-size: min(4.2rem, 5.8vw);
    margin-bottom: 2%;
  }
  .h2ttl h2 span::after {
    width: calc(51px / 2.7);
    height: calc(53px / 2.7);
    right: -6.5%;
  }
  .h2ttl p {
    font-size: min(2.1rem, 5vw);
  }
  .h2ttl p::after {
    width: 40px;
    bottom: -38%;
    left: calc(50% - 20px);
    height: 3px;
  }
  .feature_box::after {
    top: -4.3%;
    right: -3%;
    margin: auto;
    width: 36%;
    height: 0;
    padding-top: 13.55%;
    background-position: center center;
  }
  .feature_box {
    border: 7px solid #add35c;
    padding: 0 2% 2%;
    position: relative;
  }
  .feature_box dl {
    margin-top: 0;
    margin-bottom: 4%;
  }
  .feature_box dl dt {
    float: right;
    width: 50%;
    margin-left: 1%;
    margin-top: 5%;
  }
  .feature_box dl.rev dt {
    float: left;
    width: 50%;
    margin-right: 1%;
    margin-top: 5%;
  }
  .feature_box dl dd img {
    width: 58%;
    height: auto;
    margin-left: -9%;
  }
  .feature_box dl.rev dd img {
    width: 53%;
    height: auto;
    margin-right: -5%;
    margin-left: 0;
  }
  .feature_box dl dd {
    line-height: 1.6em;
  }
}
/* ============================================

フォトサービス

============================================ */

.contents_lead {
  line-height: 1.9em;
  margin-bottom: 45px;
}
.photo_service_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #add35c;
  padding: 10px;
}
.photo_service_box p {
  width: 49%;
}
.photo_service_box p:nth-child(1) {
  margin-top: -13px;
}
.photo_service_box p:nth-child(3) {
  margin-left: -12px;
  width: calc(49% + 12px);
  margin-top: -31px;
}
.photo_service_box p:nth-child(4) {
  margin-top: -27px;
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .photo_service_box p {
    margin-bottom: 1%;
  }
  .photo_service_box p:nth-child(1) {
    margin-top: -10px;
  }
  .photo_service_box p:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  .contents_lead {
    margin-bottom: 5%;
  }
  .photo_service_box {
    padding: 7px;
  }
  .photo_service_box p {
    width: 100%;
    margin-bottom: 0;
  }
  .photo_service_box p:nth-child(1) {
    margin-top: -2.6%;
    position: relative;
  }
  .photo_service_box p:nth-child(2) {
    margin-top: -6.2%;
  }
  .photo_service_box p:nth-child(3) {
    margin-top: 1.3%;
    margin-left: -1.7%;
    width: 101.7%;
  }
  .photo_service_box p:nth-child(4) {
    margin-top: 1%;
    margin-bottom: 0.5%;
  }
}
/* ============================================

トリミングギャラリー

============================================ */
.gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.gallery ul li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 1%;
}
.gallery ul li:nth-child(5n) {
  margin-right: 0;
}
.gallery ul li .shop_name {
  color: #fff;
  background-color: #149c74;
  text-align: center;
}
.gallery ul li .date {
  color: #3c1900;
  font-size: 1.5rem;
  text-align: right;
}
.gallery ul li .date span {
  position: relative;
  display: inline-block;
}
.gallery ul li .date span::before {
  content: "";
  background-image: url(../img/clender.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(22px / 2);
  height: calc(22px / 2);
  position: absolute;
  top: 0;
  left: -16px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  .gallery ul li {
    width: 31.3333%;
    margin-right: 3%;
    margin-bottom: 1%;
  }
  .gallery ul li:nth-child(5n) {
    margin-right: 3%;
  }
  .gallery ul li:nth-child(3n) {
    margin-right: auto;
  }
  .gallery ul li .date {
    font-size: min(2rem, 2.4vw);
  }
}
/* ============================================

お客さまの声

============================================ */

.voice_service_box {
  background-image: url(../img/voice_back.webp);
  background-size: contain;
  border: 15px solid #add35c;
  padding: 44px 53px;
  position: relative;
}
.voice_service_box::before {
  content: "";
  background-image: url(../img/voice_chara01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(412px / 2);
  height: calc(423px / 2);
  position: absolute;
  top: -124px;
  margin: auto;
}
.voice_service_box::after {
  content: "";
  background-image: url(../img/voice_chara02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(429px / 2);
  height: calc(189px / 2);
  position: absolute;
  top: -51px;
  right: 90px;
  margin: auto;
}
.voice_service_box dl {
  display: flex;
  flex-wrap: wrap;
  padding: 23px 45px;
  background-color: #fff;
  margin-bottom: 3%;
}
.voice_service_box dl dt {
  width: 20%;
  margin-right: 5%;
  text-align: center;
}
.voice_service_box dl dt span {
  margin-top: 16px;
  display: block;
}
.voice_service_box dl dd {
  width: 75%;
}
.voice_service_box dl dd h3 {
  border-bottom: 3px solid #add35c;
  margin-bottom: 8px;
  padding-bottom: 2px;
}
.voice_service_box dl dd span {
  font-size: 80%;
  text-align: right;
  display: block;
}
.voice_service_box dl dd a {
  color: #313131;
  text-decoration: underline;
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  .voice_service_box {
    border: 7px solid #add35c;
    padding: 3% 1.5% 0;
  }
  .voice_service_box dl {
    padding: 3% 3%;
    margin-bottom: 3%;
  }
  .voice_service_box dl dt {
    width: 29%;
    margin-right: 4%;
  }
  .voice_service_box dl dt span {
    margin-top: 8%;
  }
  .voice_service_box dl dd {
    width: 67%;
  }
  .voice_service_box::before {
    top: -4.6%;
    left: -5%;
    width: 32%;
    height: 0;
    padding-top: 32.66%;
    background-position: center center;
  }
  .voice_service_box::after {
    top: -3.4%;
    right: -3%;
    width: 32%;
    height: 0;
    padding-top: 15.05%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
/* ============================================

料金表

============================================ */
.bl_selectToggle_wrapper {
  margin-bottom: 50px;
}

.selectbox-2 {
  position: relative;
}

.selectbox-2::before,
.selectbox-2::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.selectbox-2::before {
  right: 0;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 0 3px 3px 0;
  background-color: #add35c;
  content: "";
}
.selectbox-2::after {
  position: absolute;
  top: 52%;
  right: 1em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}

.selectbox-2 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  height: 2.4em;
  padding: 0.4em 3.6em 0.4em 0.8em;
  border: 2px solid #add35c;
  border-radius: 3px;
  color: #333333;
  font-size: 1.8rem;
  cursor: pointer;
}

.selectbox-2 select:focus {
  outline: 1px solid #add35c;
}

/* コンテンツは非表示 */
.bl_selectCont {
  display: none;
}
/* .is_activeが付与されたらコンテンツを表示 */
.bl_selectCont.is_active {
  display: revert;
}

.menu_service_box {
  position: relative;
}
.menu_service_box::after {
  content: "";
  background-image: url(../img/menu_chara.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(469px / 2);
  height: calc(178px / 2);
  position: absolute;
  top: -69px;
  right: 100px;
  margin: auto;
}
.menu_service_box table {
  font-size: 1.8rem;
  font-weight: 600;
  border: 10px solid #add35c;
  width: 100%;
  text-align: center;
}
.menu_service_box tr {
  border-bottom: 3px solid #add35c;
}
.menu_service_box tr.menu_head {
  background-color: #add35c;
  color: #fff;
}
.menu_service_box th {
  width: 42%;
  vertical-align: middle;
  padding: 5px 0;
}
.menu_service_box td {
  width: 29%;
  vertical-align: middle;
  padding: 5px 0;
  border-left: 3px solid #add35c;
}
.menu_service_box tr:last-child th,
.menu_service_box tr:last-child td {
  padding: 15px 0;
}
.menu_service_box td span {
  font-size: 2.7rem;
}

/* フレブル専門店BOOH 用 */
.p-plan__table {
  margin-bottom: 60px;
}
.p-plan-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.p-plan-list__item {
  width: 32.52542%;
  border: 1px solid #ddd;
}
.p-plan-table01__title {
  height: 74px;
  background: #add35c;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.p-plan-table01__price {
  /* margin-bottom: 16px; */
}
.p-plan-table01__data {
  padding: 10px;
  font-size: 80%;
  line-height: 1.4;
}
.p-plan-table01__data--price {
  padding: 24.5px 0;
  background: #f1fdd6;
  line-height: 1;
  text-align: center;
  font-size: 100%;
  font-weight: 600;
}
.p-plan-table01__unit {
}
.p-plan-table02 {
  width: 100%;
}
.p-plan-table02__caption {
  height: 40px;
  padding: 3px 25px 0;
  color: #fff;
  line-height: 40px;
  text-align: left;
  background-color: #add35c;
}
.p-plan-table02__data {
  padding: 19px 25px;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
  line-height: 1.4;
}
.p-plan-table02__data--name {
  width: 21.18644%;
  text-align: center;
}
.menu_service_box td.p-plan-table02__data--price {
  width: 15.25424%;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  .p-plan-list {
    display: block;
  }
  .p-plan-list__item {
    width: 100%;
    margin-bottom: 6%;
  }
  .p-plan-table01__title {
    height: auto;
    line-height: 300%;
  }
  .menu_service_box dd .p-plan-table01__price {
    /* padding: 4% 2%; */
    font-size: min(3.6rem, 4.4vw);
  }
  .menu_service_box dd .p-plan-table01__price span {
    font-size: 80%;
  }
  .p-plan__table {
    margin-bottom: 10%;
  }
  .p-plan-table02__caption {
    height: auto;
    line-height: 200%;
    padding: 0.5% 5% 0;
  }
  .bl_selectToggle_wrapper {
    margin-bottom: 7%;
  }
  .p-plan-table01__data {
    padding: 4%;
    font-size: 100%;
  }
  .selectbox-2 {
    display: inline-block;
  }
  .selectbox-2 select {
    font-size: min(2rem, 3.4vw);
    padding: 3.5% 18.5% 3.5% 3.5%;
    height: auto;
    width: 30%;
    min-width: 130%;
    /* line-height: 1; */
    display: block;
  }
  .selectbox-2::before {
    width: 18%;
    right: -30%;
    height: 100%;
  }
  .selectbox-2::after {
    top: 45%;
    right: -20.5%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 4%;
    height: 21%;
  }
  .menu_service_box table {
    border: 5px solid #add35c;
    font-size: min(2.4rem, 2.9vw);
    line-height: 1.4;
  }
  .menu_service_box th {
    padding: 1.6% 0;
  }
  .menu_service_box td span {
    font-size: min(3.6rem, 4.4vw);
  }
  .menu_service_box::after {
    right: -1%;
    margin: auto;
    width: 36%;
    height: 0;
    padding-top: 13.55%;
    background-position: center center;
  }
  #a01.menu_service_box::after {
    top: -3.1%;
  }
  #a02.menu_service_box::after {
    top: -3.2%;
  }
  #a03.menu_service_box::after {
    top: -3.6%;
  }
  #a04.menu_service_box::after {
    top: -3.8%;
  }
  #a05.menu_service_box::after {
    top: -4.2%;
  }
  #a06.menu_service_box::after {
    top: -3.4%;
  }
}
/* ============================================

よくあるご質問

============================================ */
.faq_service_box {
  border: 10px solid #add35c;
  margin-bottom: 3%;
}
.faq_service_box.first_question {
  position: relative;
}
.faq_service_box.first_question::before {
  content: "";
  background-image: url(../img/faq_chara.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(239px / 2);
  height: calc(182px / 2);
  position: absolute;
  top: -97px;
  left: 220px;
  margin: auto;
}
.faq_service_box img {
  width: calc(181px / 2);
  height: calc(137px / 2);
  margin-right: 50px;
}
.faq_service_box .ques {
  background-color: #add35c;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 6px 55px 15px;
}
.faq_service_box .ans {
  padding: 25px 55px;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  .faq_service_box {
    border: 5px solid #add35c;
  }
  .faq_service_box.last_question {
    margin-bottom: 0;
  }
  .faq_service_box.first_question::before {
    top: -38%;
    left: 1%;
    width: 22%;
    height: 0;
    padding-top: 17.15%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .faq_service_box img {
    width: 14%;
    height: auto;
    margin-right: 3%;
  }
  .faq_service_box .ques {
    background-color: #add35c;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 1% 0.5% 2.5%;
  }
  .faq_service_box .ans {
    padding: 2% 1% 2.5% 0.5%;
  }
}
/* ============================================

店舗情報

============================================ */
.information_service_box {
  position: relative;
}
.information_service_box::after {
  content: "";
  background-image: url(../img/information_chara.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(288px / 2);
  height: calc(198px / 2);
  position: absolute;
  top: -105px;
  right: 130px;
  margin: auto;
}

.information_service_box ul {
  display: flex;
  flex-wrap: wrap;
}
.information_service_box ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.information_service_box ul li:nth-child(3n) {
  margin-right: 0;
}
.information_service_box ul li:nth-last-child(-n + 3) {
  margin-bottom: 0px;
}
.information_service_box ul li h4 {
  font-weight: 600;
  background-color: #add35c;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 5px 0;
}
.information_service_box ul li img {
  margin-bottom: 5px;
}
.information_service_box ul li p {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 5px;
  position: relative;
}
.information_service_box ul li p.i_address {
  padding-left: 20px;
}
.information_service_box ul li p.i_address::before {
  content: "";
  background-image: url(../img/map_icon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(27px / 2);
  height: calc(27px / 2);
  position: absolute;
  top: 4px;
  margin: auto;
  margin-left: -20px;
}
.information_service_box ul li p.i_map {
  line-height: 1;
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: right;
}
.information_service_box ul li p.i_map a {
  color: #313131;
  text-decoration: underline;
  /*    color: #fff;
    background-color: #214f00;
    padding: 5px 4px 7px;
    display: block; */
  /* text-align: right; */
  /* text-align: center; */
}
.information_service_box ul li p.i_tel {
  /* padding-left: 20px; */
}
.information_service_box ul li p.i_tel a {
  /* color: #313131;
  text-decoration: underline; */
  color: #fff;
  background-color: #214f00;
  padding: 5px 4px 7px;
  display: block;
  /* text-align: right; */
  text-align: center;
  border-radius: 6px;
}
.information_service_box ul li p.i_tel a span {
  position: relative;
  display: inline-block;
}
.information_service_box ul li p.i_tel a span::before {
  content: "";
  background-image: url(../img/tel_icon_w.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: calc(28px / 2);
  height: calc(28px / 2);
  position: absolute;
  top: 6px;
  margin: auto;
  margin-left: -20px;
}
.information_service_box ul li p.i_insta a {
  color: #fff !important;
  background-color: #ea456d;
  padding: 5px 4px 7px;
  display: block;
  text-align: center;
  border-radius: 6px;
}
.information_service_box ul li p.i_insta a span {
  position: relative;
  display: inline-block;
}
.information_service_box ul li p.i_insta a span::before {
  content: "";
  background-image: url(../img/Instagram_Glyph_White.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: calc(28px / 2);
  height: calc(28px / 2);
  position: absolute;
  top: 6px;
  margin: auto;
  margin-left: -20px;
}
.information_service_box ul li p.i_times {
  padding-left: 52px;
}
.information_service_box ul li p.i_times::before {
  font-size: 1rem;
  color: #fff;
  content: "営業時間";
  background-color: #214f00;
  display: block;
  padding: 2px 4px 3px;
  position: absolute;
  top: 4px;
  margin: auto;
  margin-left: -52px;
}
.information_service_box ul li p.i_closed_day {
  padding-left: 52px;
}
.information_service_box ul li p.i_closed_day::before {
  font-size: 1rem;
  color: #fff;
  content: "定休日";
  background-color: #214f00;
  display: block;
  padding: 2px 4px;
  position: absolute;
  top: 4px;
  margin: auto;
  margin-left: -52px;
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  .information_service_box ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .information_service_box ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .information_service_box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .information_service_box ul li p {
    margin-bottom: 2%;
    font-size: min(2.8rem, 3.4vw);
  }
  .information_service_box ul li p.i_map {
    font-size: min(2.4rem, 3.2vw);
  }
  .information_service_box ul li p.i_times {
    padding-left: 20.5%;
  }
  .information_service_box ul li p.i_times::before {
    padding: 1.2% 1% 1% 1%;
    top: 9%;
    font-size: min(1.6rem, 2vw);
    margin-left: -21%;
  }
  .information_service_box ul li p.i_closed_day::before {
    font-size: min(1.6rem, 2vw);
    padding: 1.2% 1% 1% 1%;
    top: 15%;
    margin-left: -17%;
  }
  .information_service_box ul li p.i_closed_day {
    padding-left: 16.5%;
  }
  .information_service_box ul li p.i_address {
    padding-left: 8%;
  }
  .information_service_box ul li p.i_address::before {
    top: 7%;
    margin-left: -7.5%;
    width: 6%;
    height: 0;
    padding-top: 6%;
    background-position: center center;
  }
  .information_service_box ul li p.i_tel {
    /* padding-left: 8%; */
  }
  .information_service_box ul li p.i_tel a span::before {
    top: 20%;
    margin-left: -17.5%;
    width: 13%;
    height: 0;
    padding-top: 13%;
    background-position: center center;
  }
  .information_service_box ul li p.i_insta a span::before {
    top: 20%;
    margin-left: -23.5%;
    width: 16%;
    height: 0;
    padding-top: 16%;
    background-position: center center;
  }
  .information_service_box::after {
    top: -8.5%;
    right: 6%;
    width: 25%;
    height: 0;
    padding-top: 17.75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
/* ============================================

お問い合わせ・ご予約

============================================ */
.contact_service_box {
  font-weight: 600;
  border: 10px solid #add35c;
  margin-bottom: 3%;
  padding: 68px 46px;
  position: relative;
}
.contact_service_box::before {
  content: "";
  background-image: url(../img/contact_chara01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(352px / 2);
  height: calc(172px / 2);
  position: absolute;
  top: -56px;
  left: 185px;
  margin: auto;
}
.contact_service_box::after {
  content: "";
  background-image: url(../img/contact_chara02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(475px / 2);
  height: calc(273px / 2);
  position: absolute;
  top: -109px;
  right: 108px;
  margin: auto;
}
.contact_service_box dl {
  margin-bottom: 15px;
  border-bottom: 2px dotted #dddddd;
  padding-bottom: 20px;
}
.contact_service_box dl.textarea {
  border-bottom: none;
}
.contact_service_box dt {
  color: #add35c;
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 5px;
}
.contact_service_box dt span {
  color: #fff;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 0px 5px 2px;
  margin-left: 10px;
}
.contact_service_box dt span.must {
  background-color: #ff7fa9;
}
.contact_service_box dt span.any {
  background-color: #aaaaaa;
}
.contact_service_box dd {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact_service_box dd div {
  margin-right: 50px;
}
input[type="radio"] {
  display: none; /* 標準スタイル */
}
.sample_label {
  position: relative; /* ボックスの位置を指定する */
  padding: 0 0 0 42px; /* ボックス内側の余白を指定する */
}
.sample_label:after,
.sample_label:before {
  position: absolute; /* ボックスの位置を指定する */
  content: ""; /* ボックスのコンテンツ */
  display: block; /* ブロックレベル要素化する */
  top: 50%; /* 上部から配置の基準位置を決める */
}
.sample_label:after {
  left: 15px; /* 左から配置の基準位置を決める */
  margin-top: -10px; /* チェック枠の位置 */
  width: 16px; /* ボックスの横幅を指定する */
  height: 16px; /* ボックスの高さを指定する */
  border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
  border-radius: 50%; /* ボックスの角丸を指定する */
}
.sample_label:before {
  left: 20px; /* 左から配置の基準位置を決める */
  margin-top: -5px; /* チェックマークの位置 */
  width: 10px; /* ボックスの横幅を指定する */
  height: 10px; /* ボックスの高さを指定する */
  background: #0171bd; /* ボックスの背景色を指定する */
  border-radius: 50%; /* ボックスの角丸を指定する */
  opacity: 0;
}
input[type="radio"]:checked + .sample_label:before {
  opacity: 1;
}
.sample_label:hover:after {
  border-color: #0171bd; /* ボックスの境界線を実線で指定する */
}
.contact_service_box dd input[type="text"],
.contact_service_box dd input[type="email"],
.contact_service_box dd textarea {
  border: 2px solid #dddddd;
  width: 100%;
  padding: 10px 10px;
  border-radius: 8px;
}
::placeholder {
  color: #dddddd;
}
button[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(75%, 450px);
  padding: 11px 15px 11px 15px;
  border: none;
  background: linear-gradient(to bottom, #ff8db2 0%, #ff6195 100%);
  color: #fff;
  text-align: center;
  margin: 2rem auto 2rem;
  font-size: 2.5rem;
  border-radius: 20px;
  position: relative;
}
.mfp_buttons button::after {
  content: "";
  background-image: url(../img/triangle_w.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(20px / 2);
  height: calc(29px / 2);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
.mfp_buttons button:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
footer {
  background-color: #add35c;
  text-align: center;
}
footer p {
  font-size: 1.8rem;
  color: #fff;
  padding: 20px 0;
}
@media screen and (min-width: 0px) and (max-width: 828px) {
  .contact_service_box {
    border: 7px solid #add35c;
    margin-bottom: 3%;
    padding: 6% 3% 3%;
    position: relative;
  }
  .contact_service_box dl {
    margin-bottom: 3%;
    border-bottom: 2px dotted #dddddd;
    padding-bottom: 4%;
  }
  .contact_service_box dt {
    margin-bottom: 2%;
  }
  .contact_service_box dt span {
    font-size: min(2rem, 2.5vw);
    padding: 0px 1.5% 0.2%;
    margin-left: 2%;
    border-radius: 6px;
  }
  .contact_service_box dd div {
    margin-right: 5%;
    width: 34%;
  }
  .sample_label {
    position: relative;
    padding: 0 0 0 23px;
  }
  .sample_label:after {
    left: 0%;
    margin-top: -6%;
    width: 10px;
    height: 10px;
    border: 3px solid #ccc;
    border-radius: 50%;
    top: 8%;
    bottom: 0;
    margin: auto;
  }
  .sample_label:before {
    left: 5px;
    margin-top: 0;
    width: 6px;
    height: 6px;
    top: 5%;
    bottom: 0px;
    margin: auto;
  }
  .contact_service_box dd input[type="text"],
  .contact_service_box dd input[type="email"],
  .contact_service_box dd textarea {
    border: 3px solid #dddddd;
  }
  button[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2% 15px 2% 15px;
    margin: 2rem auto 2rem;
    font-size: min(4.2rem, 5vw);
    border-radius: 10px;
    position: relative;
  }
  .contact_service_box::before {
    top: -4%;
    left: 0;
    width: 27%;
    height: 0;
    padding-top: 12.86%;
    background-position: center center;
  }
  .contact_service_box::after {
    background-image: url(../img/sp_contact_chara02.webp);
    top: -9.4%;
    right: -3%;
    width: 28%;
    height: 0;
    padding-top: 21.47%;
    background-position: center center;
  }
  footer p {
    font-size: min(2.4rem, 2.9vw);
    padding: 2.8% 0;
  }
}

/* 20211216追加 */
.gallery-img img {
  /* width: 184px;
  height: 260px; */
  object-fit: contain;
  background-color: #eaeaea;
  aspect-ratio: 184 / 260;
}
