@charset "euc-jp";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
h2 {
  color: #845568;
}
h3 {
  color: #BF98A6;
}

/*
 * layout
 */
#wrapper {
  max-width: 1200px;
}

/*
 * header
 */
#pre-header {
  background-color: #BF98A6;
  color: white;
}
.header-logo img {
  width: 220px;
}
#nav-menu {
  background-color: #F0ECE8;
  margin-bottom: 0;
}
.header-link {
  color: white;
  margin: 0 3px;
  text-decoration: underline;
  transition: .2s;
}
.header-link:hover {
  color: red;
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
#contents .topicpath-nav li {
  padding: 0;
}
#contents .topicpath-nav a {
  margin-left: 5px;
}
img.show {
    border-radius: 10px;
    box-shadow: 2px 2px 10px #ccc;
}

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
.side-search-text {
  width: 120px;
}

#side li ul li {
  width: 100%;
}
#side ul.nav_hidden {
  width: max-content;
  position: absolute;
  transform: rotateX(-90deg) perspective(1000px);
  transform-style: preserve-3d;
  transform-origin: top;
  z-index: 1;
  list-style: none;
  margin-left: 15px;
  transition: .2s;
}
#side ul li a.gnav_open {
  position: relative;
  width: 100%;
  display: inline-block;
}
#side ul li a.gnav_open:after {
  content: "вз";
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 10px;
  color: #BF98A6;
}
#side .gnav_open.clicked + ul.nav_hidden {
  transform: rotateX(0);
  position: relative;
}
.btn {
  background-color: #BF98A6;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #8F6475;
}
.icon-search {
    background-position: -313px -25px !important;
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_22 { font-size: 22px; }
.txt_24 { font-size: 24px; }
.txt_26 { font-size: 26px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart {
    background-position: -264px -96px;
}
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -72px -216px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/* common */
.width-wide {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.disp-block {
  display: block;
}
.w-100 {
  width: 100%;
}

/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
  height: auto !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(https://file001.shop-pro.jp/PA01511/477/images/controls.png) no-repeat 0 -32px !important;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0 !important;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(https://file001.shop-pro.jp/PA01511/477/images/controls.png) no-repeat -43px -32px !important;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0 !important;
}

#pagetop,
#cart {
position: fixed;
right: 0;
bottom: 30px;
display: none;
}
#cart {
bottom: 120px;
}
 
.btn-01 {
border: 1px solid #fff;
background-color: #fff;
color: #444;
*background-color: #fff;
width: 100%;
border-radius: 0;
border-top: 1px #ddd solid;
border-bottom: 1px #ddd solid;
margin: 30px 0 0;
padding: 20px 0;
display: block;
}
.btn-01:hover, .btn-01:focus, .btn-01:active, .btn-01.active, .btn-01.disabled, .btn-01[disabled] {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
background-color: #ddd;
color: #444;
*background-color: #ddd;
}
.btn-pagetop,
.btn-cart {
background: #fff;
display: block;
text-align: center;
width: 50px;
padding: 17px;
border: solid 1px #AE909B;
}
.btn-pagetop {
  color: #AE909B;
}
.btn-pagetop strong {
  font-size: 17px;
}
.btn-cart {
  background: #AE909B;
  color: white;
}

/* footer */
#footer {
  background: url(https://file001.shop-pro.jp/PA01511/477/images/footer-background-2.png) no-repeat;
}
#footer-logo img {
  padding: 20px;
  width: 120px;
}
ul.inline > li, ol.inline > li {
    padding-right: 10px;
    padding-left: 10px;
}
#footer-sns img {
  padding: 0 10px 10px;
  width: 50px;
}
address {
  margin-bottom: 0;
  background: #AE909B;
  color: white;
}

/* free-contents */
.free-contents li,
.free-contents p {
  font-size: 16px;
}
.free-contents h2 {
  font-size: 32px;
  font-weight: normal;
  border-bottom: 5px solid #BF98A6;
}
.free-contents h3 {
  font-size: 22px;
  font-weight: normal;
  color: black;
  position: relative;
  padding: 0 0 10px 10px;
}
.free-contents h3:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #BF98A6 0%, #BF98A6 30%, #eee 30%, #eee 100%);
  left: 0;
  bottom: 0;
}
.display-flex {
  display: flex;
}
.display-flex.flex-row {
  flex-direction: row;
  flex-wrap: nowrap;
}
.flex-70 {
  flex-basis: 70%;
}
.flex-33 {
  flex-basis: 33%;
}
.flex-30 {
  flex-basis: 30%;
}

/* oroshi */
.oroshi-images {
  padding-left: 0;
  margin: 2em 0;
}
.oroshi-images li {
  list-style: none;
}
.oroshi-example {
  border: 1px solid #BF98A6;
  padding: 2em;
  margin-top: 2em;
  border-radius: 15px;
}
.oroshi-example ul {
  padding-left: 1em;
}
.oroshi-example ul li {
  list-style: none;
  font-size: 18px;
}
.oroshi-example ul li img {
  width: 22px;
  margin-top: -3px;
}
.example-illust img {
  height: 300px;
}
.oroshi-flow {
  gap: 1em;
}
.oroshi-flow .flex-33 {
  border-right: 1px solid black;
}
.oroshi-flow .flex-33:last-child {
  border-right: none;
}
.oroshi-flow-title {
  gap: 1em;
}
.flow-number {
  background-color: #FAEDEA;
  border-radius: 5px;
  color: #8F1E29;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
}
.flow-title {
  color: #8F1E29;
  font-size: 22px;
  line-height: 24px;
}
.oroshi-sample {
  margin-top: 3em;
  background-color: #FFFFEE;
  padding: 2em;
}
.oroshi-sample h3 {
  color: #BF98A6;
  margin: 0 0 1em;
}
.oroshi-sample h3::before {
  display: none;
}
.contact-form {
  width: fit-content;
  padding: 1em;
  margin: 2em auto 0;
  text-align: center;
  background-color: white;
  border: 1px solid #AE909B;
}
.contact-form p {
  color: #1584CE;
}
.contact-form a {
  background-color: #1584CE;
  border: 1px solid #1584CE;
  padding: 10px;
  color: white;
  display: block;
  transition: .2s;
}
.contact-form a:hover {
  background-color: white;
  color: #1584CE;
}
.form-btn {
  background-color: #845568;
  border: 1px solid #845568;
  color: white;
  text-align: center;
  padding: 10px;
  display: inline-block;
  margin-bottom: 3em;
  transition: .2s;
}
.form-btn:hover {
  background-color: white;
  color: #845568;
}

@media (max-width: 768px) {
  .display-flex.flex-row {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .flex-70,
  .flex-30 {
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/* faq */
.faq-container {
  margin-bottom: 4em;
}
.faq-question {
  background-color: #BF98A6;
  color: white;
  padding: 1em;
  width: 90%;
  border-radius: 10px;
}
.faq-answer {
  background-color: #F0ECE8;
  padding: 1em;
  width: 90%;
  margin-left: 10%;
  border-radius: 10px;
  margin-bottom: 2em;
}
