@charset "UTF-8";
/*!
Theme Name: ROSELINE 1.0
Author: ROSELINE
Description: ROSELINE 1.0
Version： 1.0
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::selection {
  background: rgba(230, 132, 161, 0.5);
  color: #000000;
}

::-moz-selection {
  background: rgba(230, 132, 161, 0.5);
  color: #000000;
}

html {
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.8em;
  font-style: normal;
  list-style: none;
  color: #000000;
  background: #FFFFFF;
  background-size: cover;
  scroll-behavior: smooth;
}

.min {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

p {
  line-height: 1.8em;
  margin-bottom: 20px;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
p.mini {
  font-size: 90%;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin: 0 0 20px 20px;
}
ol li {
  margin-bottom: 10px;
}

a {
  display: inline-block;
  color: #ca5073;
  word-break: break-all;
  overflow-wrap: break-all !important;
  line-height: 1.5;
}
a:hover {
  display: inline-block;
  color: #e684a1;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  word-break: break-all;
  overflow-wrap: break-all !important;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grey-box {
  display: inline-block;
  border: 1px solid #CCCCCC;
  padding: 6px 12px;
  border-radius: 6px;
  background: #EFEFEF;
  margin: 2rem 0;
}

img {
  vertical-align: top;
  line-height: 0;
}

.br-sp {
  display: none;
}

.br-pc {
  display: inherit;
}

.nomargin {
  margin-bottom: 0 !important;
}

.anchor {
  padding-top: 120px;
  margin-top: -120px;
  padding-bottom: 20px;
}

address {
  font-style: normal;
}

.wp-block-media-text__content p {
  text-align: justify;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8% !important;
}

main {
  padding-top: 120px;
  position: relative;
  z-index: 0;
  width: 100%;
}

.hide {
  display: none;
}

.gt_float_switcher {
  border-radius: 18px !important;
}

figure.wp-block-image {
  border-radius: 0;
}
figure.wp-block-image img {
  border-radius: 0;
}

.wp-block-media-text__media img, .wp-block-media-text__media video,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img,
.wp-block-image.has-custom-border img, .wp-block-image img {
  border-radius: 0;
}

.wp-block-media-text {
  margin-bottom: 2rem;
  /* &:nth-of-type(odd) {
    .wp-block-media-text__media {
      grid-column:2;
    }
    .wp-block-media-text__content {
      grid-column:1;
    }
  } */
}

.btn-more {
  text-align: center;
  margin: 60px auto 0 auto;
  font-size: 18px;
}
.btn-more a {
  display: inline-block;
  width: 210px;
  height: 48px;
  line-height: 42px;
  padding: 0 20px;
  background: #e684a1;
  color: #FFFFFF !important;
  border: 2px solid #e684a1;
  color: #e684a1;
  position: relative;
  transition: all 0.35;
  text-align: center;
  text-decoration: none;
}
.btn-more a:hover {
  opacity: 1;
  background: #FFFFFF;
  color: #e684a1 !important;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.article-box {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 90px 60px;
}
.article-box article {
  display: inline-block;
  max-width: 360px;
  width: 33.3333333333%;
  overflow: hidden;
  border-bottom: 1px solid #CCCCCC;
  transition: all 0.3s;
}
.article-box article:hover {
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.5);
}
.article-box article a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #000000;
  padding: 15px 5px;
}
.article-box article a .img_wrap {
  width: 360px;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.article-box article a .img_wrap img {
  width: 100%;
  height: auto;
  transition-duration: 0.35s;
  vertical-align: top;
  line-height: 0;
}
.article-box article a .text_wrap time {
  padding-top: 0;
  display: block;
  text-align: left;
  font-size: 14px;
}
.article-box article a .text_wrap h3 {
  padding-top: 10px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
}
.article-box article a:hover img {
  transform: scale(1.05);
  transition-duration: 0.35s;
  filter: brightness(1.05);
  opacity: 1;
}

.wp-pagenavi {
  margin-top: 60px;
}

.fadeinup {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 40px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.attention {
  border-radius: 6px;
  font-size: 0.8rem;
  margin-left: 10px;
  padding: 0.25em 0.5em;
}

button, input, optgroup, select, textarea {
  padding: 15px;
  margin: 0;
  border: 1px solid #707070;
  border-radius: 9px;
  width: 100%;
}

textarea {
  width: 100%;
}

.required {
  color: #ff0033;
  font-weight: 700;
  padding: 1px 10px;
  margin-right: 10px;
}

.wpcf7-not-valid-tip {
  color: #ff0033 !important;
  margin-top: 5px;
  font-weight: 700 !important;
}

.wpcf7-submit {
  position: relative;
  display: block;
  width: 360px;
  height: 64px;
  line-height: 64px;
  border: none;
  outline: 0;
  border-radius: 0;
  background: #9f9000;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  padding: 0 20px;
  margin: 30px auto 0 auto;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  transition: transform 0.3s ease;
}
.wpcf7-submit:hover {
  background: #000000;
  transition: transform 0.3s ease;
}

.wpcf7 .ajax-loader {
  display: block !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px;
  margin: 0;
  border: none;
  background: #ffd8e0;
  border-radius: 9px;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px;
  margin: 0;
  border: none;
  background: #e9e6c8;
  border-radius: 9px;
}

section {
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

.wrapper {
  max-width: 980px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1em;
  margin: 0 auto 50px auto;
  color: #ca5073;
  font-family: "Spectral", serif;
  line-height: 1.4;
}
.wrapper h2 span {
  font-size: 24px;
  display: block;
  font-family: "Noto Serif JP", serif;
  color: #ca5073;
}

table.has-fixed-layout {
  border-collapse: separate !important;
  border-spacing: 5px;
}
table.has-fixed-layout td {
  border: none;
  padding: 15px;
  background: #f7e4e9;
}
table.has-fixed-layout td:first-child {
  width: 30%;
  font-weight: 700;
  background: #f7c6d3;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex-box .img-box {
  display: inline-block;
}
.flex-box .text-box {
  display: inline-block;
}

@media only screen and (max-width: 1440px) {
  .wrapper {
    max-width: 1280px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
  }
  .wrapper h2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin: 0 auto 50px auto;
    color: #000000;
    font-family: "Spectral", serif;
  }
  .wrapper h2 span {
    font-size: 24px;
    display: block;
    font-family: "Noto Serif JP", serif;
    color: #e684a1;
  }
  .wrapper h3.subtit {
    font-family: "Noto Serif JP", "Spectral", serif;
    position: relative;
    font-size: 27px;
    font-weight: 700px;
    color: #e684a1;
    padding-left: 60px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .wrapper h3.subtit:before {
    position: absolute;
    content: "";
    background: #e684a1;
    width: 48px;
    height: 1px;
    left: 0;
    top: 22px;
  }
  #instagram .wrapper {
    max-width: inherit;
    padding: 0 0;
  }
  #instagram .wrapper .instagram-box {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #instagram .wrapper .instagram-box #sbi_images {
    padding: 0;
    gap: 0px !important;
  }
  #instagram .wrapper .instagram-box #sbi_images .sbi_item {
    position: relative;
  }
}
@media only screen and (max-width: 1200px) {
  main {
    padding-top: 120px;
    position: relative;
    z-index: 0;
    width: 100%;
  }
  main .wrapper {
    max-width: inherit;
    padding: 0 20px;
  }
  .br-sp {
    display: inherit;
  }
  .br-pc {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  html {
    font-size: 18px;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    list-style: none;
    color: #000000;
    background: #FFFFFF;
    background-size: cover;
    scroll-behavior: smooth;
  }
  img {
    width: 100%;
    height: auto;
  }
  .anchor {
    padding-top: 90px;
    margin-top: -90px;
    padding-bottom: 20px;
  }
  figure.wp-block-image.size-large {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  figure.wp-block-image.size-full img {
    width: 100%;
    height: auto;
  }
  p {
    line-height: 1.6em;
    margin-bottom: 20px;
    font-size: 15px;
  }
  section {
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
  }
  .wrapper {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
  }
  .wrapper h2 {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin: 0 auto 30px auto;
    color: #000000;
    font-family: "Spectral", serif;
    line-height: 1.4;
    color: #ca5073;
  }
  .wrapper h2 span {
    font-size: 18px;
    display: block;
    font-family: "Noto Serif JP", serif;
    color: #e684a1;
  }
  .wrapper h3.subtit {
    font-family: "Noto Serif JP", "Spectral", serif;
    position: relative;
    font-size: 21px;
    font-weight: 700px;
    color: #e684a1;
    padding-left: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .wrapper h3.subtit:before {
    position: absolute;
    content: "";
    background: #e684a1;
    width: 24px;
    height: 1px;
    left: 0;
    top: 16px;
  }
  .btn-more {
    text-align: center;
    margin: 30px auto 0 auto;
    font-size: 16px;
    font-weight: 500;
  }
  .btn-more a {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 36px;
    padding: 0 15px;
    color: #FFFFFF !important;
    background: #e684a1;
    border: 2px solid #e684a1;
    color: #e684a1;
    position: relative;
    transition: all 0.35s;
    text-align: center;
    font-weight: 500;
  }
  .btn-more a:hover {
    opacity: 1;
    background: #FFFFFF;
    color: #e684a1 !important;
  }
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 73%;
    position: relative;
    margin: 15px 0;
  }
  .gmap iframe {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  table.has-fixed-layout {
    border-collapse: separate !important;
    border-spacing: 5px;
  }
  table.has-fixed-layout td {
    border: none;
    padding: 5px;
    background: #f7e4e9;
  }
  table.has-fixed-layout td:first-child {
    width: 27%;
    font-weight: 700;
    background: #f7c6d3;
  }
  .wpcf7 table {
    border-spacing: 0;
  }
  .wpcf7 table tbody tr th, .wpcf7 table tbody tr td {
    width: 100% !important;
    display: block;
    box-sizing: border-box !important;
    padding: 15px;
  }
  .wpcf7 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: left !important;
  }
  .article-box {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0 0;
  }
  .article-box article {
    display: inline-block;
    max-width: inherit;
    width: 100%;
    overflow: hidden;
  }
  .article-box article a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #000000;
  }
  .article-box article a .img_wrap {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    display: block;
  }
  .article-box article a .img_wrap img {
    width: 100%;
    height: auto;
    transition-duration: 0.35s;
    vertical-align: top;
    line-height: 0;
  }
  .article-box article a .text_wrap time {
    padding-top: 0;
    display: block;
    text-align: left;
    font-size: 14px;
  }
  .article-box article a .text_wrap h3 {
    padding-top: 10px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
  }
  .article-box article a:hover img {
    transform: scale(1.05);
    transition-duration: 0.35s;
    filter: brightness(1.05);
    opacity: 1;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 14px;
  }
}
@media print {
  html {
    font-size: 15px;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.6em;
    font-style: normal;
    list-style: none;
    color: #000000;
    background: #FFFFFF;
    background-size: cover;
    scroll-behavior: smooth;
  }
  p {
    font-size: 15px;
    line-height: 1.6em;
  }
  main {
    padding-top: 0;
  }
  .wrapper h2 {
    color: #000000;
  }
  .btn-more {
    margin-top: 20px;
  }
}
header {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  max-height: 120px;
  height: 100%;
  background: #e684a1;
  position: fixed;
  z-index: 999;
}
header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .header-inner h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header .header-inner h1 a {
  align-items: center;
  font-weight: 700;
  height: 80px;
  padding-top: 10px;
  padding-left: 50px;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-size: 21px;
  text-align: left;
  background: url(assets/images/common/logo.svg) no-repeat left top;
  background-size: 40px auto;
  transition: 0.3s ease-in-out;
}
header .header-inner h1 a span {
  font-size: 16px;
}
header .header-inner h1 a:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
header .header-inner nav {
  display: inline-block;
  position: relative;
  z-index: 1;
}
header .header-inner nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
header .header-inner nav ul li {
  border-left: 1px solid #ca5073;
  display: flex;
  align-items: stretch;
  min-height: 48px;
}
header .header-inner nav ul li a {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
  padding: 0 15px;
  text-decoration: none;
  color: #000000;
  letter-spacing: -0.025em;
  transition: all 0.3s ease-in-out;
}
header .header-inner nav ul li a:hover {
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
}
header .header-inner #nav-sp {
  display: none;
}

@media only screen and (max-width: 1440px) {
  header .header-inner h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  header .header-inner h1 a {
    align-items: center;
    font-weight: 700;
    height: 80px;
    padding-top: 10px;
    padding-left: 50px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    line-height: 1.25;
    font-size: 18px;
    text-align: left;
    background: url(assets/images/common/logo.svg) no-repeat left top;
    background-size: 40px auto;
    transition: 0.3s ease-in-out;
  }
  header .header-inner h1 a span {
    font-size: 16px;
  }
  header .header-inner h1 a:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
  }
  header .header-inner nav {
    display: inline-block;
    position: relative;
    z-index: 1;
    max-width: calc(100% - 200px);
  }
  header .header-inner nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  header .header-inner nav ul li {
    border-left: 1px solid #ca5073;
    display: flex;
    align-items: stretch;
    min-height: 48px;
  }
  header .header-inner nav ul li a {
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 100%;
    padding: 0 6px;
    text-decoration: none;
    color: #000000;
    letter-spacing: -0.075em;
    transition: all 0.3s ease-in-out;
  }
  header .header-inner nav ul li a:hover {
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 850px) {
  header {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    max-height: 70px;
    height: 100%;
    background: #e684a1;
    position: fixed;
    z-index: 999;
  }
  header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  header .header-inner h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  header .header-inner h1 a {
    align-items: center;
    font-weight: 700;
    height: 50px;
    padding-top: 0;
    padding-left: 40px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    line-height: 1.25;
    font-size: 18px;
    text-align: left;
    background: url(assets/images/common/logo.svg) no-repeat left top;
    background-size: 27px auto;
    transition: 0.3s ease-in-out;
  }
  header .header-inner h1 a span {
    font-size: 16px;
  }
  header .header-inner h1 a:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
  }
  header .header-inner nav {
    display: none;
  }
  header .header-inner #nav-sp {
    display: block;
  }
  header .header-inner #nav-sp #toggle-nav {
    display: none;
  }
  header .header-inner #nav-sp #toggle-nav:checked ~ .hamburger div {
    background-color: #fff;
  }
  header .header-inner #nav-sp #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 12px;
    transform: rotate(135deg);
  }
  header .header-inner #nav-sp #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
  }
  header .header-inner #nav-sp #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    margin-top: -22px;
    transform: rotate(-135deg);
  }
  header .header-inner #nav-sp #toggle-nav:checked ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  header .header-inner #nav-sp .hamburger {
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 1020;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    background: transparent;
  }
  header .header-inner #nav-sp .hamburger div {
    position: relative;
    left: 17px;
    top: 23px;
    width: 35px;
    height: 2px;
    background-color: #FFFFFF;
    transition: background-color 0.5s, transform 0.5s;
  }
  header .header-inner #nav-sp .hamburger div:nth-of-type(2) {
    margin: 9px 0;
  }
  header .header-inner #nav-sp .menu-overlay {
    position: fixed;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    z-index: 1010;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    margin: 0;
    padding: 0;
    background: #e684a1;
    opacity: 0;
    overflow-y: scroll;
    visibility: hidden;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
  }
  header .header-inner #nav-sp .menu-overlay .menu-overlay-list {
    width: 100%;
    height: auto;
    padding: 30px;
    margin: 0;
  }
  header .header-inner #nav-sp .menu-overlay .menu-overlay-list li {
    width: 100%;
    text-align: left;
    padding: 0 0;
    border-bottom: 1px solid #ca5073;
  }
  header .header-inner #nav-sp .menu-overlay .menu-overlay-list li:first-child {
    border-top: 1px solid #ca5073;
  }
  header .header-inner #nav-sp .menu-overlay .menu-overlay-list li:last-child {
    margin-bottom: 0;
  }
  header .header-inner #nav-sp .menu-overlay .menu-overlay-list li a {
    text-align: left;
    color: #FFFFFF;
    display: block;
    font-weight: 700;
    font-size: 17px;
    padding: 15px;
    position: relative;
    text-decoration: none;
  }
}
@media print {
  header {
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
    max-height: 80px;
    height: 100%;
    background: #e684a1;
    position: relative;
    z-index: 999;
  }
  header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header .header-inner h1 a {
    align-items: center;
    font-weight: 700;
    height: 70px;
    padding-top: 10px;
    padding-left: 40px;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    line-height: 1.25;
    font-size: 16px;
    text-align: left;
    background: url(assets/images/common/logo.svg) no-repeat left top;
    background-size: 30px auto;
  }
  header .header-inner h1 a span {
    font-size: 13px;
  }
  header .header-inner nav {
    max-width: 80%;
  }
  header .header-inner nav .gmenu {
    gap: 5px 0;
  }
  header .header-inner nav .gmenu li {
    min-height: 24px;
    height: 24px;
  }
  header .header-inner nav .gmenu li a {
    height: 24px;
    font-size: 0.65em;
    padding: 0 4px;
    letter-spacing: -0.1em;
  }
}
#page-top {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
#page-top a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #e684a1;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
#page-top a i {
  transition: all 0.3s ease-in-out;
  font-family: "Font Awesome 5 Free";
  opacity: 1;
  color: #FFFFFF;
  font-size: 24px;
}
#page-top a:hover {
  background: #f7c6d3;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#page-top a:hover i {
  transition: all 0.3s ease-in-out;
  color: #ca5073 !important;
}

#float-menu {
  display: none;
}

footer {
  padding: 60px 0;
  text-align: center;
  margin: 0 auto;
  background: #ca5073;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  z-index: 0;
  width: 100%;
}
footer .footer_link {
  max-width: 745px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
footer .footer_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
footer .footer_link ul li {
  display: inline-block;
  list-style: none;
}
footer .footer_link ul li a {
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: underline;
}
footer .copy {
  font-size: 14px;
}

@media only screen and (max-width: 850px) {
  #page-top {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #page-top a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #e684a1;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
  }
  #page-top a i {
    transition: all 0.3s ease-in-out;
    font-family: "Font Awesome 5 Free";
    opacity: 1;
    color: #FFFFFF;
    font-size: 21px;
  }
  #page-top a:hover {
    background: #f7c6d3;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  #page-top a:hover i {
    transition: all 0.3s ease-in-out;
    color: #ca5073 !important;
  }
  #float-menu {
    display: block;
    width: 100%;
    height: 48px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
  }
  #float-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #float-menu ul li {
    display: inline-block;
    width: 50%;
    text-align: center;
    list-style: none;
  }
  #float-menu ul li a {
    display: block;
    width: 100%;
    height: 48px;
    text-decoration: none;
    background: #FFFFFF;
    font-weight: 700;
    line-height: 48px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
  }
  #float-menu ul li a i {
    margin-right: 6px;
  }
  #float-menu ul li a.float-tel {
    background: #e684a1;
    color: #FFFFFF;
  }
  #float-menu ul li a.float-mail {
    background: #9f9000;
    color: #FFFFFF;
  }
  footer {
    padding: 0 0 80px 0;
    text-align: center;
    margin: 0 auto;
    background: #ca5073;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    z-index: 0;
    width: 100%;
  }
  footer .footer_link {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  footer .footer_link ul {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-bottom: 30px;
  }
  footer .footer_link ul li {
    display: block;
    list-style: none;
    border-bottom: 1px solid rgba(230, 132, 161, 0.5);
  }
  footer .footer_link ul li a {
    width: 100%;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: underline;
    padding: 10px 20px;
  }
  footer .footer_link ul li:first-child {
    border-top: 1px solid rgba(230, 132, 161, 0.5);
  }
  footer .copy {
    padding: 0 20px;
    font-size: 14px;
  }
}
@media print {
  footer {
    padding: 30px 15px;
    text-align: center;
    margin: 0 auto;
    background: #ca5073;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    z-index: 0;
    width: 100%;
  }
  footer .footer_link {
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  footer .footer_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 10px;
    margin-bottom: 15px;
  }
  footer .footer_link ul li {
    display: inline-block;
    list-style: none;
  }
  footer .footer_link ul li a {
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: underline;
  }
  footer .copy {
    font-size: 12px;
  }
}
section#mainimg {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
section#mainimg .mainimg-item {
  width: 100%;
  height: auto;
}
section#mainimg .mainimg-item img {
  width: 100%;
  height: auto;
}

#concept {
  padding: 100px 0 0 0;
}
#concept .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
#concept .wrapper ul li {
  width: calc((100% - 60px) / 3);
  border-radius: 8px;
  background: linear-gradient(135deg, #f7c6d3 0%, #e7a0b5 100%);
  padding: 15px;
  align-items: center;
  flex-wrap: nowrap;
}
#concept .wrapper ul li h3 {
  font-family: "Noto Serif JP", serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 4px solid #ca5073;
  display: block;
  width: 100%;
  text-align: left;
}
#concept .wrapper ul li h3 span {
  font-size: 18px;
  color: #ca5073;
  display: block;
  letter-spacing: 0.1em;
}
#concept .wrapper ul li p {
  display: block;
  width: 100%;
  font-size: 17px;
}

#news .wrapper .news-box {
  width: 100%;
}
#news .wrapper .news-box h2 {
  color: #000000;
}
#news .wrapper .news-box ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
#news .wrapper .news-box ul li {
  padding: 20px 10px;
  text-align: left;
  list-style: none;
  border-bottom: 1px dotted #CCCCCC;
}
#news .wrapper .news-box ul li:first-child {
  border-top: 1px dotted #CCCCCC;
}
#news .wrapper .news-box ul li span.date {
  margin-right: 30px;
}

#about {
  background: #f7c6d3;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
#about:after {
  content: "";
  width: 581px;
  height: 480px;
  background: url(assets/images/home/about_bg.png) no-repeat right bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#about .wrapper h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: 0 auto 50px auto;
  color: #ca5073;
  font-family: "Spectral", serif;
}
#about .wrapper h3 {
  font-size: 27px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: 0 auto 30px auto;
  color: #ca5073;
  font-family: "Spectral", serif;
}
#about .wrapper h4 {
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin: 0 auto 30px auto;
  color: #000000;
  border-top: 2px solid #9f9000;
  border-bottom: 2px solid #9f9000;
  padding: 10px;
}
#about .wrapper p {
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
#about .wrapper p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 850px) {
  #concept {
    padding: 50px 0 0 0;
  }
  #concept .wrapper ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
  }
  #concept .wrapper ul li {
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(135deg, #f7c6d3 0%, #e7a0b5 100%);
    padding: 15px;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }
  #concept .wrapper ul li:last-child {
    margin-bottom: 0;
  }
  #concept .wrapper ul li h3 {
    font-family: "Noto Serif JP", serif;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 15px;
    line-height: 1.4;
    border-left: 4px solid #ca5073;
    display: block;
    width: 100%;
    text-align: left;
  }
  #concept .wrapper ul li h3 span {
    font-size: 18px;
    color: #ca5073;
    display: block;
    letter-spacing: 0.1em;
  }
  #concept .wrapper ul li p {
    display: block;
    width: 100%;
    font-size: auto;
  }
  #news .wrapper .news-box {
    width: 100%;
  }
  #news .wrapper .news-box ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
  #news .wrapper .news-box ul li {
    padding: 10px 0;
    text-align: left;
    list-style: none;
    border-bottom: 1px dotted #CCCCCC;
  }
  #news .wrapper .news-box ul li:first-child {
    border-top: 1px dotted #CCCCCC;
  }
  #news .wrapper .news-box ul li span.date {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
  }
  #about {
    background: #f7c6d3;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  #about:after {
    content: "";
    width: 360px;
    height: 223px;
    background: url(assets/images/home/about_bg.png) no-repeat right bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #about .wrapper {
    padding-bottom: 100px;
  }
  #about .wrapper h2 {
    font-size: 27px;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 0 auto 25px auto;
    color: #ca5073;
    font-family: "Spectral", serif;
  }
  #about .wrapper h3 {
    font-size: 21px;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
    color: #ca5073;
    font-family: "Spectral", serif;
  }
  #about .wrapper h4 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 0 auto 15px auto;
    color: #000000;
    border-top: 2px solid #9f9000;
    border-bottom: 2px solid #9f9000;
    padding: 10px;
  }
  #about .wrapper p {
    font-size: 16px;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  }
  #about .wrapper p:last-child {
    margin-bottom: 0;
  }
}
@media print {
  #concept {
    padding-top: 30px;
  }
  #concept .wrapper ul li {
    width: calc((100% - 60px) / 3);
    border-radius: 8px;
    background: linear-gradient(135deg, #f7c6d3 0%, #e7a0b5 100%);
    padding: 10px;
    align-items: center;
    flex-wrap: nowrap;
  }
  #concept .wrapper ul li h3 {
    font-size: 18px;
  }
  #concept .wrapper ul li h3 span {
    font-size: 14px !important;
  }
  #concept .wrapper ul li p {
    display: block;
    width: 100%;
    font-size: 14px !important;
  }
  #news {
    padding-top: 30px;
  }
  #news .wrapper .news-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #news .wrapper .news-box h2 span {
    font-size: 14px;
  }
  #news .wrapper .news-box ul li {
    padding: 10px 5px;
  }
  #about {
    padding: 30px 0 120px 0;
  }
  #about:after {
    content: "";
    width: 290px;
    height: 240px;
    background: url(assets/images/home/about_bg.png) no-repeat right bottom;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #about .wrapper {
    padding: 0 20px;
  }
  #about .wrapper h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 0 auto 30px auto;
    color: #ca5073;
    font-family: "Spectral", serif;
  }
  #about .wrapper h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
    color: #ca5073;
    font-family: "Spectral", serif;
  }
  #about .wrapper h4 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 0 auto 15px auto;
    color: #000000;
    border-top: 2px solid #9f9000;
    border-bottom: 2px solid #9f9000;
    padding: 10px;
  }
  #about .wrapper p {
    font-size: 15px;
    font-weight: 500;
    background-color: transparent;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
  }
  #about .wrapper p:last-child {
    margin-bottom: 0;
  }
}
.page-hero {
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 0;
  padding: 90px 30px;
  background: url(assets/images/common/page_hero_bg.jpg) no-repeat center top;
  background-size: cover;
}
.page-hero .page-hero-item {
  margin: 0 auto;
  text-align: center;
}
.page-hero .page-hero-item h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  margin: 0 auto 0 auto;
  letter-spacing: 0.1em;
  color: #ca5073;
  text-shadow: 0px 0px 9px rgb(255, 255, 255);
}

#page-01 .wrapper {
  padding: 60px 30px;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
#page-01 .wrapper #entry-content {
  text-align: left;
}
#page-01 .wrapper #entry-content h1 {
  font-family: "Noto Serif JP", "Spectral", serif;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin: 0 auto 50px auto;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e684a1;
  border-bottom: 2px solid #ca5073;
  padding-bottom: 20px;
}
#page-01 .wrapper #entry-content h3 {
  font-family: "Noto Serif JP", "Spectral", serif;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin: 0 auto 50px auto;
  letter-spacing: 0.1em;
  text-align: left;
  color: #e684a1;
  border-bottom: 2px solid #ca5073;
  padding-bottom: 20px;
}
#page-01 .wrapper #entry-content h4 {
  font-family: "Noto Serif JP", "Spectral", serif;
  position: relative;
  font-size: 24px;
  font-weight: 700px;
  color: #9f9000;
  padding-left: 60px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  text-align: left;
}
#page-01 .wrapper #entry-content h4:before {
  position: absolute;
  content: "";
  background: #9f9000;
  width: 48px;
  height: 1px;
  left: 0;
  top: 16px;
}
#page-01 .wrapper #entry-content h4.subtit {
  font-size: 27px;
  padding: 0 0 15px 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #9f9000;
}
#page-01 .wrapper #entry-content h4.subtit:before {
  display: none;
}
#page-01 .wrapper #entry-content h5 {
  font-family: "Noto Serif JP", "Spectral", serif;
  position: relative;
  color: #000000;
  font-size: 21px;
  font-weight: 700px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: left;
}
#page-01 .wrapper #entry-content p {
  color: #000000;
}
#page-01 .wrapper #entry-content strong {
  font-weight: 900;
  font-size: 120%;
}
#page-01 .wrapper #entry-content ul {
  padding-left: 0;
  margin-left: 0;
}
#page-01 .wrapper #entry-content ul.wp-block-list li {
  text-align: left;
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 25px;
  color: #000000;
}
#page-01 .wrapper #entry-content ol {
  padding-left: 0;
  margin-left: 0;
}
#page-01 .wrapper #entry-content ol.wp-block-list li {
  text-align: left;
  margin-bottom: 10px;
  list-style: decimal;
  margin-left: 25px;
  color: #000000;
}
#page-01 .wrapper #entry-content .wp-block-columns {
  margin-bottom: 4rem;
}
#page-01 .wrapper #entry-content .maker strong {
  font-size: 120%;
  letter-spacing: 0.075em;
  background-image: linear-gradient(transparent 60%, pink 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #000000;
}
#page-01 .wrapper #entry-content ul.jewelry_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
#page-01 .wrapper #entry-content ul.jewelry_list li {
  display: inline-block;
  width: calc(25% - 23px);
}
#page-01 .wrapper #entry-content ul.jewelry_list li a {
  text-decoration: none;
}
#page-01 .wrapper #entry-content ul.jewelry_list li a p {
  background: #666;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  color: #FFF;
}
#page-01 .wrapper #entry-content .price-box {
  background: #f3e5da;
  border: 3px solid #c48155;
  padding: 2rem;
  border-radius: 9px;
}
#page-01 .wrapper #entry-content .price-box h3 {
  font-size: 27px;
  color: #c48155;
  border-bottom: none;
  border-left: 6px solid #c48155;
  padding: 0 0 0 16px;
  margin-bottom: 10px;
}
#page-01 .wrapper #entry-content .price-box h4 {
  color: #000000;
  margin: 0;
  padding: 20px 0 10px 24px;
}
#page-01 .wrapper #entry-content .price-box h4:before {
  content: "●";
  color: #c48155;
  font-size: 15px;
  left: 0;
  top: 21px;
  background: none;
  height: auto;
  width: auto;
}
#page-01 .wrapper #entry-content .price-box dl.price-dl {
  padding: 25px 0 20px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 400px;
}
#page-01 .wrapper #entry-content .price-box dl.price-dl dt {
  width: 45%;
}
#page-01 .wrapper #entry-content .price-box dl.price-dl dd {
  text-align: right;
  width: 55%;
}
#page-01 .wrapper #entry-content .price-box dl.price-dl dd strong {
  font-weight: 900;
  font-size: 120%;
  color: #ca5073;
}
#page-01 .wrapper #entry-content .clean-box {
  background: #efdaf3;
  border: 3px solid #9e6baa;
  padding: 2rem;
  border-radius: 9px;
}
#page-01 .wrapper #entry-content .clean-box h3 {
  font-size: 27px;
  color: #9e6baa;
  border-bottom: none;
  border-left: 6px solid #9e6baa;
  padding: 0 0 0 16px;
  margin-bottom: 10px;
}
#page-01 .wrapper #entry-content .clean-box h4 {
  color: #000000;
  margin: 0;
  padding: 20px 0 10px 24px;
}
#page-01 .wrapper #entry-content .clean-box h4:before {
  content: "●";
  color: #9e6baa;
  font-size: 15px;
  left: 0;
  top: 21px;
  background: none;
  height: auto;
  width: auto;
}

.submenu {
  margin-bottom: 8rem;
}
.submenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.submenu ul li {
  display: inline-block;
  width: calc(33.3333333333% - 20px);
}
.submenu ul li a {
  padding: 15px;
  text-align: center;
  margin: 0 auto;
  background: #e684a1;
  color: #FFF;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.submenu ul li a:hover {
  background: #f7e4e9;
  color: #e684a1;
  opacity: 1;
  transition: all 0.3s ease;
}

.submenu-02 {
  margin-bottom: 8rem;
}
.submenu-02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}
.submenu-02 ul li {
  display: flex;
  align-items: stretch;
  width: calc(25% - 20px);
}
.submenu-02 ul li a {
  padding: 15px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e684a1;
  color: #FFF;
  width: 100%;
  height: auto;
  border-radius: 9px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.submenu-02 ul li a:hover {
  background: #f7e4e9;
  color: #e684a1;
  opacity: 1;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 850px) {
  .page-hero {
    position: relative;
    height: auto;
    width: 100%;
    padding: 60px 15px;
    background: url(assets/images/common/page_hero_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  .page-hero .page-hero-item h2 {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    position: relative;
    margin: 0 auto 0 auto;
    letter-spacing: 0.1em;
    color: #ca5073;
    text-shadow: 0px 0px 9px rgb(255, 255, 255);
  }
  #page-01 .wrapper {
    padding: 60px 20px;
  }
  #page-01 .wrapper #entry-content {
    text-align: left;
  }
  #page-01 .wrapper #entry-content h3 {
    font-family: "Noto Serif JP", "Spectral", serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 0 auto 50px auto;
    letter-spacing: 0.1em;
    text-align: left;
    color: #e684a1;
    border-bottom: 2px solid #ca5073;
    padding-bottom: 10px;
  }
  #page-01 .wrapper #entry-content h4 {
    font-family: "Noto Serif JP", "Spectral", serif;
    position: relative;
    font-size: 21px;
    font-weight: 700px;
    color: #9f9000;
    padding-left: 48px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #page-01 .wrapper #entry-content h4:before {
    position: absolute;
    content: "";
    background: #9f9000;
    width: 36px;
    height: 1px;
    left: 0;
    top: 12px;
  }
  #page-01 .wrapper #entry-content h4.subtit {
    font-size: 27px;
    padding: 0 0 15px 0;
    margin-bottom: 50px;
    border-bottom: 2px solid #9f9000;
  }
  #page-01 .wrapper #entry-content h4.subtit:before {
    display: none;
  }
  #page-01 .wrapper #entry-content h5 {
    font-family: "Noto Serif JP", "Spectral", serif;
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 700px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #page-01 .wrapper #entry-content p {
    color: #000000;
  }
  #page-01 .wrapper #entry-content strong {
    font-weight: 900;
    font-size: 120%;
  }
  #page-01 .wrapper #entry-content ul {
    padding-left: 0;
    margin-left: 0;
  }
  #page-01 .wrapper #entry-content ul.wp-block-list li {
    text-align: left;
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 25px;
    color: #000000;
  }
  #page-01 .wrapper #entry-content ol {
    padding-left: 0;
    margin-left: 0;
  }
  #page-01 .wrapper #entry-content ol.wp-block-list li {
    text-align: left;
    margin-bottom: 10px;
    list-style: decimal;
    margin-left: 25px;
    color: #000000;
  }
  #page-01 .wrapper #entry-content .wp-block-columns {
    margin-bottom: 4rem;
  }
  #page-01 .wrapper #entry-content .maker strong {
    font-size: 120%;
    letter-spacing: 0.075em;
    background-image: linear-gradient(transparent 60%, pink 60%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #000000;
  }
  #page-01 .wrapper #entry-content ul.jewelry_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
  }
  #page-01 .wrapper #entry-content ul.jewelry_list li {
    display: inline-block;
  }
  #page-01 .wrapper #entry-content ul.jewelry_list li p {
    background: #666;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    color: #FFF;
  }
  #page-01 .wrapper #entry-content .price-box {
    background: #f3e5da;
    border: 3px solid #c48155;
    padding: 1rem;
    border-radius: 9px;
  }
  #page-01 .wrapper #entry-content .price-box h3 {
    font-size: 21px;
    color: #c48155;
    border-bottom: none;
    border-left: 4px solid #c48155;
    padding: 0 0 0 14px;
    margin-bottom: 10px;
  }
  #page-01 .wrapper #entry-content .price-box h4 {
    color: #000000;
    margin: 0;
    padding: 10px 0 10px 24px;
    font-size: 18px;
  }
  #page-01 .wrapper #entry-content .price-box h4:before {
    content: "●";
    color: #c48155;
    font-size: 13px;
    left: 0;
    top: 11px;
    background: none;
    height: auto;
    width: auto;
  }
  #page-01 .wrapper #entry-content .price-box p:first-of-type {
    padding-top: 10px;
  }
  #page-01 .wrapper #entry-content .price-box strong {
    font-weight: 900;
    font-size: 120%;
    color: #ca5073;
  }
  #page-01 .wrapper #entry-content .clean-box {
    background: #efdaf3;
    border: 3px solid #9e6baa;
    padding: 1rem;
    border-radius: 9px;
  }
  #page-01 .wrapper #entry-content .clean-box h3 {
    font-size: 21px;
    color: #9e6baa;
    border-bottom: none;
    border-left: 4px solid #9e6baa;
    padding: 0 0 0 14px;
    margin-bottom: 10px;
  }
  #page-01 .wrapper #entry-content .clean-box h4 {
    color: #000000;
    margin: 0;
    padding: 10px 0 10px 24px;
    font-size: 18px;
  }
  #page-01 .wrapper #entry-content .clean-box h4:before {
    content: "●";
    color: #9e6baa;
    font-size: 13px;
    left: 0;
    top: 11px;
    background: none;
    height: auto;
    width: auto;
  }
  #page-02 .wrapper .entry-box h2 {
    font-family: "Noto Serif JP", "Spectral", serif;
    font-size: 27px;
    font-weight: 700;
    position: relative;
    margin: 30px auto 30px auto;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 1px solid #e684a1;
  }
  #page-02 .wrapper .entry-box h3 {
    font-family: "Noto Serif JP", "Spectral", serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 0 auto 20px auto;
    letter-spacing: 0.1em;
    text-align: left;
    color: #e684a1;
  }
  #page-02 .wrapper .entry-box h4 {
    font-family: "Noto Serif JP", "Spectral", serif;
    position: relative;
    font-size: 21px;
    font-weight: 700px;
    color: #e684a1;
    padding-left: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #page-02 .wrapper .entry-box h4:before {
    position: absolute;
    content: "";
    background: #e684a1;
    width: 24px;
    height: 1px;
    left: 0;
    top: 16px;
  }
  #page-02 .wrapper .entry-box .entry-date {
    text-align: right;
  }
  #page-02 .wrapper .entry-box p {
    line-height: 1.8em;
    font-size: 16px;
    color: #000000;
  }
  #page-02 .wrapper .entry-box strong {
    font-size: 120%;
  }
  #page-02 .wrapper .entry-box ol, #page-02 .wrapper .entry-box ul {
    margin-bottom: 10px;
  }
  #page-02 .wrapper .entry-box ol li, #page-02 .wrapper .entry-box ul li {
    text-align: left;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.8em;
    font-size: 16px;
  }
  #page-02 .wrapper .entry-box ul li {
    list-style: disc;
    margin-left: 25px;
  }
  .submenu, .submenu-02 {
    margin-bottom: 4rem;
  }
  .submenu ul, .submenu-02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .submenu ul li, .submenu-02 ul li {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .submenu ul li a, .submenu-02 ul li a {
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    background: #e684a1;
    color: #FFF;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 9px;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .submenu ul li a:hover, .submenu-02 ul li a:hover {
    background: #f7e4e9;
    color: #e684a1;
    opacity: 1;
    transition: all 0.3s ease;
  }
}
@media print {
  .page-hero {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 0;
    padding: 30px 20px;
    background: url(assets/images/common/page_hero_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  .page-hero .page-hero-item {
    margin: 0 auto;
    text-align: center;
  }
  .page-hero .page-hero-item h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 0 auto 0 auto;
    letter-spacing: 0.1em;
    color: #ca5073;
    text-shadow: 0px 0px 9px rgb(255, 255, 255);
  }
  .size-full {
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
  }
  #page-01 .wrapper {
    padding: 30px 20px;
  }
  #page-01 .wrapper #entry-content h3 {
    font-size: 24px;
    margin: 0 auto 25px auto;
  }
  #page-01 .wrapper #entry-content h4 {
    font-size: 18px;
  }
  #page-01 .wrapper #entry-content ul.jewelry_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
  }
  #page-01 .wrapper #entry-content .price-box {
    background: #f3e5da;
    border: 3px solid #c48155;
    padding: 0.5rem;
    border-radius: 9px;
  }
  #page-01 .wrapper #entry-content .price-box h3 {
    font-size: 21px;
    color: #c48155;
    border-bottom: none;
    border-left: 6px solid #c48155;
    padding: 0 0 0 16px;
    margin-bottom: 10px;
  }
  #page-01 .wrapper #entry-content .price-box h4 {
    color: #000000;
    margin: 0;
    padding: 10px 0 5px 17px;
    font-size: 18px;
  }
  #page-01 .wrapper #entry-content .price-box h4:before {
    content: "●";
    color: #c48155;
    font-size: 13px;
    left: 0;
    top: 12px;
    background: none;
    height: auto;
    width: auto;
  }
  #page-01 .wrapper #entry-content .price-box dl.price-dl {
    padding: 15px 0 10px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 400px;
  }
  #page-01 .wrapper #entry-content .price-box dl.price-dl dt {
    width: 45%;
  }
  #page-01 .wrapper #entry-content .price-box dl.price-dl dd {
    text-align: right;
    width: 55%;
  }
  #page-01 .wrapper #entry-content .price-box dl.price-dl dd strong {
    font-weight: 900;
    font-size: 120%;
    color: #ca5073;
  }
  #page-01 .wrapper #entry-content .clean-box {
    background: #efdaf3;
    border: 3px solid #9e6baa;
    padding: 0.5rem;
    border-radius: 9px;
  }
  #page-01 .wrapper #entry-content .clean-box h3 {
    font-size: 21px;
    color: #9e6baa;
    border-bottom: none;
    border-left: 6px solid #9e6baa;
    padding: 0 0 0 16px;
    margin-bottom: 10px;
  }
  #page-01 .wrapper #entry-content .clean-box h4 {
    color: #000000;
    margin: 0;
    padding: 10px 0 5px 17px;
    font-size: 18px;
  }
  #page-01 .wrapper #entry-content .clean-box h4:before {
    content: "●";
    color: #9e6baa;
    font-size: 13px;
    left: 0;
    top: 12px;
    background: none;
    height: auto;
    width: auto;
  }
  .submenu {
    margin-bottom: 2rem;
  }
  .submenu ul {
    gap: 10px;
  }
  .submenu ul li {
    width: calc(33.3333333333% - 10px);
  }
  .submenu-02 {
    margin-bottom: 2rem;
  }
  .submenu-02 ul {
    gap: 10px;
  }
  .submenu-02 ul li {
    width: calc(25% - 10px);
  }
}/*# sourceMappingURL=style.css.map */