@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* base
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@700&family=Zen+Maru+Gothic:wght@900&M+PLUS+Rounded+1c:wght@500;700&family=Miriam+Libre:wght@700&family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+Antique:wght@500&display=swap");
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  outline: none;
  background-color: #fff;
  border: #707070 solid 1px;
  border-radius: 3px;
  display: inline-block;
  padding: 0.2em 0.5em;
  width: 100%;
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* system
--------------------------- */
/*
@function autoSpace2($num:0, $fz:$fz, $fz2:$fz, $lh:$lh, $lh2:$lh){
  $fzValue: (math.div($fz2, (floor($fz2) * 2) % 2 + 1)) * 10;
  $autoSpaceValue: $num - (math.div($lh * $fzValue - $fzValue, 2));

  $fz2Value: (math.div($fz2, (floor($fz2) * 2) % 2 + 1)) * 10;
  $nextHalfLineHeight: math.div(($fz2Value * $lh2) - $fz2Value, 2);

  @return $autoSpaceValue - $nextHalfLineHeight + px;
}

@function sp_autoSpace2($num:0, $fz:$sp_fz, $fz2:$sp_fz, $lh:$sp_lh, $lh2:$sp_lh){
  $fzValue: (math.div($fz2, (floor($fz2) * 2) % 2 + 1)) * 10;
  $autoSpaceValue: $num - (math.div($lh * $fzValue - $fzValue, 2));

  $fz2Value: (math.div($fz2, (floor($fz2) * 2) % 2 + 1)) * 10;
  $nextHalfLineHeight: (($fz2Value * $lh2) - $fz2Value) / 2;

  @return $autoSpaceValue - $nextHalfLineHeight + px;
}
*/
@-webkit-keyframes fuwafuwa01 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fuwafuwa01 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes fuwafuwa02 {
  from {
    -webkit-transform: scale(-1, 1) translateY(0);
            transform: scale(-1, 1) translateY(0);
  }
  to {
    -webkit-transform: scale(-1, 1) translateY(-20px);
            transform: scale(-1, 1) translateY(-20px);
  }
}
@keyframes fuwafuwa02 {
  from {
    -webkit-transform: scale(-1, 1) translateY(0);
            transform: scale(-1, 1) translateY(0);
  }
  to {
    -webkit-transform: scale(-1, 1) translateY(-20px);
            transform: scale(-1, 1) translateY(-20px);
  }
}
/*! css-wipe | https://github.com/stackcss/css-wipe */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto !important;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

body {
  margin-top: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #383838;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media (max-width: 768px) {
  body {
    margin-top: 90px;
    font-size: 14px;
  }
}

h2, h3, h4, h5 {
  font-weight: normal;
}

h2 {
  margin: 0;
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

em {
  font-style: initial;
}

button:focus {
  outline: 0;
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a:hover, a:focus, a:active {
  color: inherit;
  opacity: 0.6;
}

#contents {
  -webkit-transform: none;
  transform: none;
  will-change: unset;
}

.front_page #contents {
  padding-top: 0;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: visible;
}

/*--------------------------------------*
 * elemennt
 *--------------------------------------*/
.el_btn {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 1.4rem;
  background-color: #FFA600;
  border: 1px solid #AA5200;
  -webkit-box-shadow: 0px 2px 0px #AA5200;
          box-shadow: 0px 2px 0px #AA5200;
  border-radius: 100vh;
  width: 440px;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 3px;
  padding: 18px 0;
  position: relative;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .el_btn {
    padding: 13px 0;
  }
}
.el_btn:hover, .el_btn:focus, .el_btn:active {
  opacity: 1;
  color: #FFFFFF;
  background-color: #AA5200;
  -webkit-box-shadow: none;
          box-shadow: none;
  translate: 0 2px;
}
.el_btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.el_btn_green {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 1.4rem;
  background-color: #009644;
  border: 1px solid #00642D;
  -webkit-box-shadow: 0px 2px 0px #00642D;
          box-shadow: 0px 2px 0px #00642D;
  border-radius: 100vh;
  width: 440px;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 3px;
  padding: 18px 0;
  position: relative;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .el_btn_green {
    padding: 13px 0;
  }
}
.el_btn_green:hover, .el_btn_green:focus, .el_btn_green:active {
  opacity: 1;
  color: #FFFFFF;
  background-color: #00642D;
  -webkit-box-shadow: none;
          box-shadow: none;
  translate: 0 2px;
}
.el_btn_green::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.el_btn_black {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 1.4rem;
  background-color: #4a4a4a;
  border: 1px solid #333333;
  -webkit-box-shadow: 0px 2px 0px #333333;
          box-shadow: 0px 2px 0px #333333;
  border-radius: 100vh;
  width: 440px;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 3px;
  padding: 18px 0;
  position: relative;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .el_btn_black {
    padding: 13px 0;
  }
}
.el_btn_black:hover, .el_btn_black:focus, .el_btn_black:active {
  opacity: 1;
  color: #FFFFFF;
  background-color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  translate: 0 2px;
}
.el_btn_black::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.el_btn_small {
  width: 350px;
  max-width: 100%;
  padding: 13px 0;
}

.el_btn_inner {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .el_btn_inner {
    width: 100%;
    padding: 0 10px;
  }
}

.el_btn_border {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  -webkit-box-shadow: 0px 2px 0px #333333;
          box-shadow: 0px 2px 0px #333333;
  border-radius: 100vh;
  width: 280px;
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 3px;
  padding: 7px 0;
  position: relative;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .el_btn_border {
    padding: 13px 0;
  }
}
.el_btn_border:hover, .el_btn_border:focus, .el_btn_border:active {
  opacity: 1;
  color: #FFFFFF;
  background-color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  translate: 0 2px;
}

.el_article {
  border: 1px solid #333333;
  padding: 40px 32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .el_article {
    padding: 24px 10px;
  }
}

.el_article_title {
  color: #009644;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px dashed #333333;
  padding-bottom: 32px;
  margin-bottom: 16px;
  line-height: 1;
}
@media (max-width: 768px) {
  .el_article_title {
    font-size: 2.4rem;
    padding-bottom: 18px;
  }
}

.el_article_text {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .el_article_text {
    font-size: 14px;
  }
}

.el_article_red {
  color: #FF1D25;
}

/*--------------------------------------*
* block
*--------------------------------------*/
/*--------------------------------------*
 * unique
 *--------------------------------------*/
.ly_anchor {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 36px;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .ly_anchor {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .ly_anchor {
    margin-bottom: 0;
  }
}

.bl_anchor_content {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(200px, 22%));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: min(38px, 3%);
  grid-row-gap: 16px;
}
@media (max-width: 768px) {
  .bl_anchor_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    gap: 1px;
  }
}

.bl_anchor_btn {
  border-radius: 19px;
  background-color: #009644;
  text-align: center;
  padding: 5px 0 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #00642D;
  -webkit-box-shadow: 0px 2px 0px #00642D;
          box-shadow: 0px 2px 0px #00642D;
}
.bl_anchor_btn:hover, .bl_anchor_btn:focus, .bl_anchor_btn:active {
  background-color: #00642D;
  translate: 0 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 768px) {
  .bl_anchor_btn:hover, .bl_anchor_btn:focus, .bl_anchor_btn:active {
    translate: 0;
  }
}
@media (max-width: 768px) {
  .bl_anchor_btn {
    padding: 7px 3px;
    border: none;
    border-radius: 12px 12px 0 0;
    width: 25%;
    font-size: 1.2rem;
    cursor: pointer;
    background-color: #E3F5DF;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .bl_anchor_btn.is_active {
    background-color: #009644;
  }
  .bl_anchor_btn.is_active > * {
    color: #FFFFFF;
  }
}
@media (max-width: 768px) {
  .bl_anchor_btn:nth-of-type(2) {
    min-width: 6em;
  }
}
@media (max-width: 768px) {
  .bl_anchor_btn:nth-of-type(3) {
    min-width: 7em;
  }
}
.bl_anchor_link {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: middle;
}
.bl_anchor_link:hover, .bl_anchor_link:focus, .bl_anchor_link:active {
  color: #FFFFFF;
  opacity: 1;
}
@media (max-width: 768px) {
  .bl_anchor_link {
    font-size: 1.2rem;
    color: #009644;
    pointer-events: none;
  }
}
.bl_anchor_link .text {
  display: inline-block;
}

@media (max-width: 768px) {
  .js_tab_content {
    display: none;
  }
}
@media (max-width: 768px) {
  .js_tab_content.is_active {
    display: block;
  }
}

.ly_archive_background {
  background: -webkit-repeating-linear-gradient(315deg, #C8E2D1 1px 2px, #fff 3px 7px);
  background: repeating-linear-gradient(135deg, #C8E2D1 1px 2px, #fff 3px 7px);
  padding-bottom: 100px;
}

.ly_archive {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .ly_archive {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .ly_archive {
    padding-top: 24px;
  }
}

.dissp {
  display: none;
}
@media (max-width: 768px) {
  .dissp {
    display: block;
  }
}

.bl_archive_ttl {
  text-align: center;
  color: #009644;
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .bl_archive_ttl {
    font-size: 2.4rem;
  }
}
.bl_archive_ttl:before {
  content: url(../img/news-icon.svg);
  width: 1em;
  height: 1em;
  margin-right: 32px;
  vertical-align: middle;
}
.bl_archive_ttl.bl_archive_ttl_tour_report:before {
  content: url(../img/icon_ttl_tour_report.svg);
}
.bl_archive_ttl.bl_archive_ttl_staff_blog:before {
  content: url(../img/icon_ttl_staff_blog.svg);
}
.bl_archive_ttl.bl_archive_ttl_review:before {
  content: url(../img/voice-icon.svg);
}
.bl_archive_ttl.bl_archive_ttl_happy_report:before {
  content: url(../img/icon_ttl_happy_report.svg);
}
.bl_archive_ttl.bl_archive_ttl_girly_useful:before, .bl_archive_ttl.bl_archive_ttl_useful:before {
  content: url(../img/icon_ttl_useful.svg);
}
.bl_archive_ttl.bl_archive_ttl_movie:before {
  content: url(../img/icon_ttl_movie.svg);
}
.bl_archive_ttl.bl_archive_ttl_publication:before {
  content: url(../img/icon_ttl_media.svg);
}
.bl_archive_ttl.bl_archive_ttl_flow:before {
  content: url(../img/icon_ttl_flow.svg);
}
.bl_archive_ttl.bl_archive_ttl_help:before {
  content: url(../img/icon_ttl_help.svg);
}
.bl_archive_ttl + .ly_archive01_wrapper {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .bl_archive_ttl + .ly_archive01_wrapper {
    margin-top: 24px;
  }
}

.bl_contents_ttl {
  text-align: center;
  color: #009644;
  font-size: 40px;
}
.bl_contents_ttl:before {
  content: url(../img/news-icon.svg);
  width: 1em;
  height: 1em;
  margin-right: 32px;
  vertical-align: middle;
}

.ly_archive_wrapper {
  margin-top: 40px;
}

.archive_tablist {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  z-index: 2;
  margin-bottom: -2px;
}
@media (max-width: 768px) {
  .archive_tablist {
    font-size: 12px;
  }
}

/*tabの形状*/
.bl_archive_tab,
.js_archive_tab {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.85%;
}
@media (max-width: 768px) {
  .bl_archive_tab,
  .js_archive_tab {
    margin-top: 24px;
    gap: 2px;
  }
}

.bl_archive_tab li a,
.js_archive_tab li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #009644;
  color: #fff;
  padding: 10px;
}

/*liにactiveクラスがついた時の形状*/
.bl_archive_tab li.active a,
.js_archive_tab li.active a {
  background: #fff;
  color: #009644;
  border: solid 2px #009644;
  border-bottom: none;
}

/*エリアの表示非表示と形状*/
.bl_archive_area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.bl_archive_area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bl_archive_area {
  padding: 56px 45px;
  border: 2px solid #009644;
  background: #fff;
}
@media (max-width: 768px) {
  .bl_archive_area {
    padding: 32px 24px;
  }
}

.ly_archive01_wrapper {
  padding: 56px 45px;
  border: 2px solid #009644;
  background: #fff;
}
@media (max-width: 768px) {
  .ly_archive01_wrapper {
    padding: 32px 24px;
  }
}

.bl_vertPosts a:last-child li {
  border-bottom: none;
}

.bl_vertPosts_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px dashed #009644;
  padding: 16px 0;
}
.bl_vertPosts_item:before {
  position: absolute;
  top: calc(50% - 3px);
  right: 24px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
@media (max-width: 768px) {
  .bl_vertPosts_item:before {
    right: 12px;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .bl_vertPosts_item {
    display: block;
  }
}

.bl_vertPosts_thumbnail {
  width: 26%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .bl_vertPosts_thumbnail {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
}
.bl_vertPosts_thumbnail img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bl_vertPosts_date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 12px;
  margin-left: 15px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .bl_vertPosts_date {
    margin-left: 0;
  }
}

.bl_vertPosts_article {
  margin: 0 40px 0 20px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .bl_vertPosts_article {
    margin-left: 0;
    width: 90%;
  }
}

.bl_vertPosts_body {
  margin-left: 24px;
  max-width: 610px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .bl_vertPosts_body {
    margin-left: 0;
    padding-right: 0;
  }
}
.bl_vertPosts_body .bl_vertPosts_date {
  margin-left: 0;
}

.bl_vertPosts_ttl {
  font-weight: 700;
  font-size: 16px;
}

.bl_pagination_box {
  margin-top: 45px;
}

.bl_pagination,
.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_pagination_post {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.arrow-left {
  display: block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #333333;
  border-radius: 50%;
  position: relative;
}
.arrow-left:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-color: #333333;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-left:before {
  border-width: 0 0 2px 2px;
}

.arrow-right {
  display: block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #333333;
  border-radius: 50%;
  position: relative;
}
.arrow-right:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-color: #333333;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-right:before {
  border-width: 2px 2px 0 0;
}

.arrow-left_gray {
  display: block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  position: relative;
}
.arrow-left_gray:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-color: #D9D9D9;
  border-left: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-left_gray:before {
  border-width: 0 0 2px 2px;
}

.arrow-right_gray {
  display: block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  position: relative;
}
.arrow-right_gray:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-style: solid;
  border-color: #D9D9D9;
  border-left: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow-right_gray:before {
  border-width: 2px 2px 0 0;
}

.bl_pagination_item_link,
.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 34px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 768px) {
  .bl_pagination_item_link,
  .page-numbers {
    padding: 0 16px;
  }
}

.bl_pagination_item_link_icon {
  width: 20px;
}

.bl_pagination_item_link.isActive,
.page-numbers.current {
  pointer-events: none;
  color: #009644;
}

.bl_pagination_item_link:not(.isActive):hover {
  opacity: 0.5;
}

.ly_articleList {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .ly_articleList {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_articleList_matchmaking, .cat_11 {
  background-color: #62CAC8;
}

.bl_articleList_dog, .cat_10 {
  background-color: #D7A670;
}

.bl_articleList_girly, .cat_7 {
  background-color: #F089BB;
}

.bl_articleList_menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 8px;
}
@media (max-width: 768px) {
  .bl_articleList_menu {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.bl_articleList_menu_item {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
  padding: 5px 0 6px;
  border-radius: 100vh;
}

.bl_articleList_wrap {
  margin-top: 24px;
  margin-bottom: 48px;
}

.bl_articleList_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 24px;
}
@media (max-width: 768px) {
  .bl_articleList_box {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
}

.bl_articleList_box_item {
  width: calc(33.3333333333% - 10px);
  padding: 16px 9px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px rgba(230, 230, 230, 0.5);
          box-shadow: 0px 4px 15px rgba(230, 230, 230, 0.5);
}
@media (max-width: 768px) {
  .bl_articleList_box_item {
    width: calc(50% - 5px);
    padding: 12px 9px;
  }
}

.bl_articleList_thumb {
  display: inline;
}

.bl_articleList_img {
  position: relative;
}
.bl_articleList_img.decision_stamp::after {
  content: "";
  background-image: url(../img/stamp.png);
  background-size: contain;
  display: block;
  position: absolute;
  width: 21.7%;
  min-width: 55px;
  height: 35%;
  min-height: 55px;
  left: 5px;
  top: 5px;
}
@media (max-width: 768px) {
  .bl_articleList_img.decision_stamp::after {
    left: 3px;
    top: 3px;
  }
}
.bl_articleList_img::before {
  content: "";
  display: block;
  padding-top: 62%;
}
.bl_articleList_img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}

.bl_articleList_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3px;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .bl_articleList_category {
    margin-top: 12px;
  }
}

.bl_articleList_category_item {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  padding: 2px 6px 3px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .bl_articleList_category_item {
    font-size: 1.2rem;
  }
}

.bl_articleList_category_red {
  color: #FFFFFF;
  background-color: #FF1D25;
}

.bl_articleList_category_green {
  color: #FFFFFF;
  background-color: #03B43D;
}

.bl_articleList_category_blue {
  color: #0D71FF;
  outline: 1px solid #0D71FF;
  outline-offset: -1px;
}

.bl_articleList_category_pink {
  color: #F63876;
  outline: 1px solid #F63876;
  outline-offset: -1px;
}

.bl_articleList_title {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .bl_articleList_title {
    font-size: 14px;
    margin-top: 10px;
  }
}

.bl_articleList_schedule {
  margin-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .bl_articleList_schedule {
    margin-top: 8px;
  }
}

.bl_articleList_schedule_ttl {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .bl_articleList_schedule_ttl {
    font-size: 1.4rem;
  }
}

.bl_articleList_schedule_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 4px;
}

.bl_articleList_schedule_item {
  font-size: 1.4rem;
  text-align: center;
  background-color: #e6e6e6;
  width: 40px;
}
@media (max-width: 768px) {
  .bl_articleList_schedule_item {
    font-size: 1.4rem;
  }
}

.bl_articleList_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 4px;
  border-top: 1px dotted #d9d9d9;
  margin-top: 12px;
  padding-top: 8px;
}

@media (max-width: 768px) {
  .bl_articleList_bottom_list {
    margin-left: auto;
  }
}

.bl_articleList_bottom_ttl {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
  width: 112px;
  border-radius: 100vh;
  padding: 1.5px 0;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .bl_articleList_bottom_ttl {
    font-size: 1.4rem;
  }
}

.bl_articleList_bottom_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.bl_articleList_bottom_gender {
  font-size: 1.4rem;
  margin-top: 5.5px;
}
@media (max-width: 768px) {
  .bl_articleList_bottom_gender {
    font-size: 1.4rem;
  }
}

.bl_articleList_bottom_price {
  color: #DD0008;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bl_articleList_bottom_price {
    font-size: 1.8rem;
  }
}

.ly_bannerArea {
  border-top: #32B15C 1px solid;
  padding: 40px 0;
}

.ly_bannerArea_inner {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_bannerArea_inner {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_bannerArea_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .bl_bannerArea_container {
    display: block;
  }
}
.bl_bannerArea_container:after {
  content: "";
  display: block;
  width: calc(50% - 1rem);
}

.bl_bannerArea_box {
  width: calc(50% - 1rem);
  text-align: center;
}
@media (max-width: 768px) {
  .bl_bannerArea_box {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.ly_calendar {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .ly_calendar {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_calendar_head {
  margin-top: 82px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bl_calendar_head {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.bl_calendar_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_calendar_link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  width: 200px;
  padding: 10px 0;
  border-radius: 23.5px;
  background-color: #333333;
  position: relative;
}
.bl_calendar_link:hover, .bl_calendar_link:focus, .bl_calendar_link:active {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .bl_calendar_link {
    width: 25%;
    min-width: 100px;
    padding: 6px 0;
    font-size: 1.2rem;
  }
}
@media (max-width: 360px) {
  .bl_calendar_link {
    min-width: 85px;
  }
}

.bl_calendar_next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 14px;
}
@media (max-width: 768px) {
  .bl_calendar_next::after {
    width: 7.4px;
    height: 7.4px;
    right: 14px;
    top: 9px;
  }
}

.bl_calendar_back::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  left: 18px;
  top: 14px;
}
@media (max-width: 768px) {
  .bl_calendar_back::after {
    width: 7.4px;
    height: 7.4px;
    left: 14px;
    top: 9px;
  }
}

.bl_calendar_link_stop {
  background-color: #d9d9d9;
  pointer-events: none;
}

.bl_calendar_heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .bl_calendar_heading {
    font-size: 2.4rem;
  }
}

@media (max-width: 1180px) {
  .bl_calendar_main {
    padding-left: 56px;
    padding-right: 56px;
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .bl_calendar_main {
    display: none;
  }
}

.bl_calendar_content {
  border-collapse: collapse;
  border: 1px solid #898989;
  border-bottom: none;
  width: 1050px;
  height: auto;
}
@media (max-width: 768px) {
  .bl_calendar_content {
    width: 100%;
  }
}

.bl_calendar_week {
  padding: 8px;
  font-size: 1.6rem;
  text-align: center;
  border-bottom: 1px solid #898989;
  border-right: 1px solid #898989;
}

.bl_calendar_week_inner__red {
  background-color: #FDB2AC;
}

.bl_calendar_week_inner__blue {
  background-color: #95C1FF;
}

.bl_calendar_item {
  min-width: 150px;
  height: 150px;
  height: 150px;
  border-right: 1px solid #898989;
  border-bottom: 1px solid #898989;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .bl_calendar_item {
    width: 100%;
    height: 90px;
    display: block;
    border-right: none;
  }
}

@media (max-width: 768px) {
  .bl_calendar_item_none {
    display: none;
  }
}

.bl_calendar_item_inner {
  background-color: #FFFFFF;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .bl_calendar_item_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.bl_calendar_item_inner:hover, .bl_calendar_item_inner:focus, .bl_calendar_item_inner:active {
  z-index: 200;
}
@media (max-width: 768px) {
  .bl_calendar_item_inner::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    pointer-events: auto;
    z-index: 100;
  }
}

.bl_calendar_item_inner__red {
  background-color: #fff2f1;
}

.bl_calendar_item_inner__blue {
  background-color: #e7f1ff;
}

.bl_calendar_item_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .bl_calendar_item_top {
    width: 130px;
  }
}

.bl_calendar_day {
  background-color: #FFFFFF;
  max-width: 35px;
  width: 100%;
  height: 29px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #000000;
  padding-top: 2px;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .bl_calendar_day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 24px;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    line-height: 35px;
    border-bottom: none;
    border-right: 1px solid #898989;
  }
}

.bl_calendar_day__red {
  background-color: #fff2f1;
}

.bl_calendar_day__blue {
  background-color: #e7f1ff;
}

.bl_calender_day__week {
  display: block;
}

.bl_calendar_state {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  background-color: #ff0000;
  display: block;
  width: calc(100% - 35px);
  margin: 4px 5px 0;
}
@media (max-width: 768px) {
  .bl_calendar_state {
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 5px 0;
  }
}

.bl_calendar_state_stop {
  background-color: #333333;
}

.bl_calendar_desc {
  width: 100%;
}
@media (max-width: 768px) {
  .bl_calendar_desc {
    height: 89px;
    padding: 12px 11px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bl_calendar_desc_seat {
  display: none;
}
@media (max-width: 768px) {
  .bl_calendar_desc_seat {
    display: block;
  }
}

.bl_calendar_item_center {
  height: 73px;
  margin: 6px auto 8px;
  padding: 0 8px;
  position: relative;
}
@media (max-width: 768px) {
  .bl_calendar_item_center {
    margin: 8px 0;
    padding-left: 16px;
    width: calc(100% - 130px);
    height: calc(100% - 16px);
    border-left: 1px dotted #333333;
  }
}

@media (max-width: 768px) {
  .bl_calendar_list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.bl_calendar_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .bl_calendar_list_item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.bl_calendar_item_course {
  font-size: 1.2rem;
  color: #000000;
}

.bl_calendar_item_price {
  font-size: 2rem;
  font-weight: 700;
  color: #DD0008;
}
@media (max-width: 768px) {
  .bl_calendar_item_price {
    font-size: 1.8rem;
  }
}

.bl_calendar_item_btn {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 22px 3px 9px;
  border: 1px solid #333333;
  border-radius: 20px;
  position: relative;
  z-index: 30;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.bl_calendar_item_btn::after, .bl_calendar_item_btn::before {
  display: inline-block;
  content: "";
  background-color: #333333;
  border-radius: 10px;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 7px;
  right: 8px;
}
.bl_calendar_item_btn::before {
  width: 2px;
  height: 10px;
  top: 3px;
  right: 12px;
}

.bl_calendar_item_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px dotted #898989;
  height: 32px;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .bl_calendar_item_bottom {
    display: none;
  }
}

.bl_calendar_seat {
  font-size: 1.2rem;
  text-align: center;
}

.bl_calendar_seat_strong {
  font-size: 1.8rem;
  font-weight: 700;
}

.bl_calendarPanel {
  width: 250px;
  position: absolute;
  z-index: 200;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: none;
}
@media (max-width: 360px) {
  .bl_calendarPanel {
    left: -4px;
  }
}

.bl_calendarPanel_inner {
  padding: 14px 16px 8px;
  text-align: center;
  position: relative;
  border: 1px solid #333333;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  margin-top: 15px;
}
.bl_calendarPanel_inner::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  border-style: solid;
  border-color: transparent transparent #333333 transparent;
  border-width: 0 11px 15px 11px;
  position: absolute;
  right: 112px;
  top: -15px;
  z-index: 10;
}
.bl_calendarPanel_inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
  border-width: 0 11px 15px 11px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  position: absolute;
  right: 112px;
  top: -14px;
  z-index: 15;
}

.bl_calendarPanel_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #009644;
  width: 100%;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .bl_calendarPanel_ttl {
    font-size: 14px;
  }
}

.bl_calendarPanel_day {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 8px 0;
}
@media (max-width: 768px) {
  .bl_calendarPanel_day {
    font-size: 14px;
    margin: 4px 0;
  }
}

.bl_calendarPanel_center {
  border: 1px solid #333333;
  padding: 8px 25px;
}

.bl_calendarPanel_list_item {
  line-height: 1.15;
}

.bl_calendarPanel_course {
  text-align: center;
  width: 7em;
}

.bl_calendarPanel_price {
  line-height: 1.2;
}

.bl_calendarPanel_cap {
  font-size: 1.2rem;
  margin: 8px 0;
}

.bl_calendarPanel_close {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2px auto 0;
  padding: 2px 9px 3px 22px;
  border: 1px solid #333333;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}
.bl_calendarPanel_close::after, .bl_calendarPanel_close::before {
  display: inline-block;
  content: "";
  background-color: #333333;
  border-radius: 10px;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 8px;
  left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_calendarPanel_close::before {
  width: 2px;
  height: 10px;
  top: 4px;
  left: 12px;
}

.bl_calendar_dark {
  position: relative;
  pointer-events: none;
}
.bl_calendar_dark::before {
  content: "";
  background-color: rgba(217, 217, 217, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 80;
}
@media (max-width: 768px) {
  .bl_calendar_dark::after {
    display: none;
  }
}

.js_calendar_open {
  margin: 2px auto 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .js_calendar_open {
    margin-top: 6px;
  }
}

.bl_calendar_caption {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.bl_calendar_caption_text {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_calendarSp {
  display: none;
}
@media (max-width: 768px) {
  .bl_calendarSp {
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}

.bl_calendar_item_button {
  position: relative;
}
@media (max-width: 768px) {
  .bl_calendar_item_button {
    left: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.bl_calendar_item_stop {
  z-index: 10;
}

.flowline li.active {
  color: #009644;
}

.flowline li.active .flow_number {
  background: #009644;
}

.bg-danger {
  background: #FF0000;
}

.ly_category_nav {
  padding: min(1.6vw, 32px);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.bl_category_nav_list {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3px 16px;
  max-width: 1070px;
}

.bl_category_nav_link {
  color: #009644;
  font-size: clamp(1.2rem, 1.7vw, 1.8rem);
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.bl_category_nav_link:hover, .bl_category_nav_link:focus, .bl_category_nav_link:active {
  color: #009644;
}

.ly_categoryMv {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bl_artivleLst_title {
  font-size: 3.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #009644;
}
@media (max-width: 768px) {
  .bl_artivleLst_title {
    font-size: 2.4rem;
  }
}

.ly_categoryMovie {
  margin: 0 auto;
  margin-top: 96px;
  max-width: 1000px;
  aspect-ratio: 50/27;
  padding: 0 20px;
}
.ly_categoryMovie iframe {
  width: 100%;
  height: 100%;
}

.ly_contents {
  padding: 96px 0;
}

.ly_contents_inner {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_contents_inner {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_contents_title {
  color: #009644;
  font-size: 3.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .bl_contents_title {
    font-size: 2.4rem;
  }
}
.bl_contents_title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  background-image: url(../img/contents-icon.svg);
  background-size: contain;
  vertical-align: middle;
}

.bl_contents_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 4rem 0;
}
@media (max-width: 768px) {
  .bl_contents_list {
    row-gap: 2rem;
  }
}
.bl_contents_list.bl_contents_banner_list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .bl_contents_list.bl_contents_banner_list {
    gap: 10px;
  }
  .bl_contents_list.bl_contents_banner_list .bl_contents_slide_item {
    width: 45%;
    max-width: 200px;
  }
}

.bl_contents_item {
  text-align: center;
}
@media (max-width: 768px) {
  .bl_contents_item {
    width: 30%;
  }
}

.bl_contents_text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .bl_contents_text {
    font-size: 14px;
  }
}

.bl_contents_slide {
  position: relative;
}
.bl_contents_slide .slick-dots {
  position: absolute;
  bottom: 0;
}
.bl_contents_slide .slick-dots li button:before {
  opacity: 0.85;
  color: #FFFFFF;
}
.bl_contents_slide .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #009644;
}

.bl_contents_slide_img {
  width: 100%;
}

.bl_contents_btn {
  margin-top: 63px;
}

.ly_detail {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_detail {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_detail_title::before {
  content: url(../img/flag-icon.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 32px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .bl_detail_title::before {
    margin-right: 12px;
    width: 30px;
    height: 30px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.bl_detail_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 40px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 768px) {
  .bl_detail_wrap {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.bl_detail_content {
  margin-bottom: 40px;
}

.bl_detail_subtitle {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #009644;
  padding: 5px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .bl_detail_subtitle {
    font-size: 2rem;
  }
}

.bl_detail_course {
  font-size: 2rem;
  font-weight: 700;
  border-left: 8px solid #009644;
  padding-left: 12px;
  margin: 24px 0;
}
@media (max-width: 768px) {
  .bl_detail_course {
    font-size: 1.6rem;
    margin: 18px 0;
  }
}

.bl_detail_bold {
  font-weight: 700;
  margin-bottom: 0;
}

.ly_concept {
  position: relative;
}

.bl_concept_mv {
  background-image: url(../img/dog/bg_top.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 4%;
}

.bl_concept_logo {
  position: absolute;
  width: 20vw;
  top: 2.1428571429vw;
}
@media (max-width: 768px) {
  .bl_concept_logo {
    position: static;
    width: 31.25vw;
  }
}

.bl_concept_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 1.0714285714vw;
}
@media (max-width: 768px) {
  .bl_concept_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.bl_concept_header_item {
  width: 35.7142857143vw;
}
@media (max-width: 768px) {
  .bl_concept_header_item {
    width: 50%;
  }
}

.bl_concept_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.5714285714vw 0;
}
@media (max-width: 768px) {
  .bl_concept_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.bl_concept_box {
  padding-left: 3.5714285714vw;
}
@media (max-width: 768px) {
  .bl_concept_box {
    padding: 0;
  }
}
.bl_concept_box + .bl_concept_header {
  width: 90%;
  margin: 0 auto;
  gap: 0 0;
  padding-top: 1em;
}

.bl_concept_caption {
  width: 10vw;
}
@media (max-width: 768px) {
  .bl_concept_caption {
    width: 70px;
    margin: 0 auto;
    padding-left: 0;
  }
}

.bl_concept_title {
  color: #009644;
  font-size: clamp(3rem, 2.5136rem + 0.63vw, 3.4rem);
  font-weight: 500;
  padding-top: 1.4285714286vw;
}
@media (max-width: 768px) {
  .bl_concept_title {
    font-size: 22px;
    text-align: center;
  }
}
.bl_concept_title .el_en {
  font-family: "Zen Antique", serif;
  font-weight: 500;
}

.bl_concept_description {
  color: #6B6B6B;
  line-height: 1.9;
  padding-top: 2.8571428571vw;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .bl_concept_description {
    width: 90%;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 1em;
    margin: 0 auto;
  }
}

.bl_concept_photo {
  width: 35.7142857143vw;
}
@media (max-width: 768px) {
  .bl_concept_photo {
    width: 50%;
  }
}

.ly_dogFeature {
  padding: 96px 0;
  background-color: #FAD8D5;
}

.ly_dogFeature_inner {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_dogFeature_inner {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_dogFeature_title {
  text-align: center;
}
.bl_dogFeature_title .el_ja {
  display: block;
  color: #009644;
  font-size: clamp(2.8rem, 2.3136rem + 0.63vw, 3.2rem);
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.bl_dogFeature_title .el_en {
  margin: 0 auto;
  display: block;
  width: 70px;
  padding-top: 0.5em;
}

.bl_dogFeature_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4em 6em;
}
@media (max-width: 768px) {
  .bl_dogFeature_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3em 0;
  }
}

.bl_dogFeature_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28.5714285714vw;
  max-width: 350px;
}
@media (max-width: 768px) {
  .bl_dogFeature_item {
    width: 100%;
  }
}

.bl_dogFeature_item_icon {
  display: inline-block;
  position: relative;
  top: 25px;
  left: 35px;
  color: #EA8C9F;
  font-size: clamp(2.6rem, 2.3568rem + 0.32vw, 2.8rem);
  z-index: 1;
}
@media (max-width: 768px) {
  .bl_dogFeature_item_icon {
    font-size: 22px;
    top: 5px;
    left: 20px;
  }
}
.bl_dogFeature_item_icon::before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  top: -20px;
  left: -15px;
  background-color: #ffffff;
  background-size: cover;
  border-radius: 64% 36% 57% 43%/56% 48% 52% 44%;
  z-index: -1;
}
@media (max-width: 768px) {
  .bl_dogFeature_item_icon::before {
    top: -12px;
    left: -10px;
    width: 50px;
    height: 50px;
  }
}

.bl_dogFeature_item_title {
  margin: 0 auto;
  max-height: 111px;
  height: 100%;
  padding-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
  font-size: clamp(2.2rem, 1.9568rem + 0.32vw, 2.4rem);
  font-weight: 500;
  color: #009644;
  position: relative;
}

.bl_dogFeature_item_txt {
  margin-top: 24px;
  min-height: 0%;
  height: 100%;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: inline-block;
  color: #333333;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .bl_dogFeature_item_txt {
    margin-top: 16px;
  }
}

#navi_list .active {
  background-color: #009644;
}
#navi_list .active a {
  color: #FFFFFF;
}
#navi_list .active a:hover {
  background-color: #009644;
  opacity: 0.5;
}

.local_nav.favorite li {
  width: 25%;
}
@media (max-width: 768px) {
  .local_nav.favorite li {
    width: 50%;
  }
}
.local_nav li {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .local_nav li {
    width: 50%;
  }
}

.btn {
  padding: 16px;
}

.btn_group p {
  margin-top: 1rem;
}
.btn_group .btn-primary {
  background-color: #FFA600;
  border: 1px solid #AA5200;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 2px 0px #AA5200;
          box-shadow: 0px 2px 0px #AA5200;
  color: #FFFFFF;
}
.btn_group .btn-primary:hover {
  background-color: #AA5200;
  border: 1px solid #AA5200;
}
.btn_group .btn-info {
  background-color: #4A4A4A;
  border: 1px solid #333333;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 2px 0px #333333;
          box-shadow: 0px 2px 0px #333333;
  color: #FFFFFF;
}
.btn_group .btn-info:hover {
  background-color: #333333;
  border: 1px solid #333333;
}

.complete_message .heading01 {
  margin-bottom: 2rem;
}

#complete_box__top_button {
  margin-top: 2rem;
}

#top_box__address_detail a,
.form_terms_link a {
  color: #009644;
  display: inline;
  text-decoration: underline;
}
#top_box__address_detail a:hover,
.form_terms_link a:hover {
  opacity: 0.5;
}

.mypage .message {
  border-bottom: none;
  padding: 40px 0;
  margin-bottom: 0;
}

#detail_box__address_detail a {
  color: #009644;
  display: inline;
  text-decoration: underline;
}
#detail_box__address_detail a:hover {
  opacity: 0.5;
}

#detail_box__edit_button,
#withdraw_box__confirm_button,
#confirm_box__complete_button {
  margin-top: 2rem;
}
#detail_box__edit_button .btn-default,
#withdraw_box__confirm_button .btn-default,
#confirm_box__complete_button .btn-default {
  background-color: #FFA600;
  border: 1px solid #AA5200;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 2px 0px #AA5200;
          box-shadow: 0px 2px 0px #AA5200;
  color: #FFFFFF;
}
#detail_box__edit_button .btn-default:hover,
#withdraw_box__confirm_button .btn-default:hover,
#confirm_box__complete_button .btn-default:hover {
  background-color: #AA5200;
  border: 1px solid #AA5200;
}
#detail_box__edit_button .btn_group .btn-info,
#withdraw_box__confirm_button .btn_group .btn-info,
#confirm_box__complete_button .btn_group .btn-info {
  background-color: #FFA600;
  border: 1px solid #AA5200;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 2px 0px #AA5200;
          box-shadow: 0px 2px 0px #AA5200;
  color: #FFFFFF;
}
#detail_box__edit_button .btn_group .btn-info:hover,
#withdraw_box__confirm_button .btn_group .btn-info:hover,
#confirm_box__complete_button .btn_group .btn-info:hover {
  background-color: #AA5200;
  border: 1px solid #AA5200;
}

#withdraw_box__body_inner h3,
#confirm_box__body h3 {
  font-weight: 700;
  margin: 2rem 0;
}

#summary_box__shipping_price,
#summary_box__quantity_price {
  display: none;
}

#confirm_box__quantity_edit_button {
  font-size: 0;
}
#confirm_box__quantity_edit_button::before {
  content: "予約を削除する";
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  #confirm_box__quantity_edit_button::before {
    font-size: 1.2rem;
  }
}

.ly_float {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  width: 100%;
}

.bl_float_wrapper {
  background-color: rgba(227, 245, 223, 0.8);
  padding: 8px 0 5px;
}

.bl_float_inner {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 118px;
  padding-left: 84px;
  position: relative;
}
@media (max-width: 768px) {
  .bl_float_inner {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 1180px) {
  .bl_float_inner {
    padding: 0 25px;
    padding-right: 100px;
  }
}
@media (max-width: 768px) {
  .bl_float_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 12px;
  }
}

.bl_float_tel {
  text-align: center;
  letter-spacing: 1px;
}

.bl_float_text {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1180px) {
  .bl_float_text {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .bl_float_text {
    display: none;
  }
}

.bl_float_number {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  padding-left: 29px;
}
@media (max-width: 768px) {
  .bl_float_number {
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.bl_float_number::before {
  content: "";
  background-image: url(../img/tel-icon_black.svg);
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .bl_float_number::before {
    width: 16px;
    height: 17px;
    padding: 0;
    vertical-align: middle;
  }
}

.bl_float_time {
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .bl_float_time {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .bl_float_time_cap {
    display: none;
  }
}

.bl_float_btn {
  max-width: 100%;
}
@media (max-width: 768px) {
  .bl_float_btn {
    margin-top: 5px;
  }
  .bl_float_btn .el_btn {
    padding: 8px 0;
    font-size: 1.6rem;
  }
}

.bl_float_super {
  font-weight: 700;
  font-family: "Miriam Libre", sans-serif;
  color: #009644;
  letter-spacing: 1px;
}

.bl_calendarFloat_totop {
  top: -90px;
}

#footer, .ly_footer {
  margin-top: 96px;
  width: 100%;
  padding: 0;
  border-top: 1px solid #32B15C;
  background-color: transparent;
}

.single .ly_footer,
.archive .ly_footer,
.page .ly_footer {
  margin-top: 0;
}

.bl_footer_banner_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 24px 0;
}

.ly_footer_nav {
  background-color: #32B15C;
  padding: 40px 0;
}

.bl_footer_nav {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .bl_footer_nav {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .bl_footer_nav {
    display: block;
  }
}

.bl_footer_nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .bl_footer_nav_container {
    padding-bottom: 20px;
  }
}

.bl_footer_nav_list .bl_footer_nav_item {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1em !important;
  position: relative;
}
@media (max-width: 1180px) {
  .bl_footer_nav_list .bl_footer_nav_item {
    font-size: 14px;
  }
}
.bl_footer_nav_list .bl_footer_nav_item:before {
  content: "■";
  position: absolute;
  left: 0;
}
.bl_footer_nav_list .bl_footer_nav_item .bl_footer_nav_link {
  padding-left: 2rem;
}

@media (max-width: 600px) {
  .bl_footer_nav_list2 {
    display: none;
  }
}

.bl_footer_nav_sublist {
  margin: 0.75em 0 0 2em;
}
.bl_footer_nav_sublist .bl_footer_nav_subitem {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.667em !important;
}
@media (max-width: 1180px) {
  .bl_footer_nav_sublist .bl_footer_nav_subitem {
    font-size: 1.2rem;
  }
}

.bl_footer_name {
  font-size: 2.4rem;
  font-weight: 700;
}

.bl_footer_address {
  font-size: 1.6rem;
  margin-top: 12px;
  margin-bottom: 16px;
}

.bl_footer_tel .bl_footer_tel_link {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
}
.bl_footer_tel .bl_footer_tel_link:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/tel-icon_black.svg);
  background-size: contain;
  vertical-align: middle;
  -webkit-filter: brightness(5);
          filter: brightness(5);
}

.bl_footer_mail {
  margin: 1rem 0 1.4rem;
  text-align: center;
}

.bl_footer_mail_link {
  width: 225px;
  background: #FFFFFF url(../img/contact-icon.svg) no-repeat 60px;
  color: #009644 !important;
  padding: 6px;
  border-radius: 20px;
  text-indent: 2rem;
  font-weight: bold;
}

.bl_footer_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.bl_footer_sns_instagram {
  -webkit-filter: brightness(5);
          filter: brightness(5);
}

.bl_footer_sns_img {
  width: 30px;
}

.bl_footer_company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ly_footer_subnav {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 25px;
}
@media (max-width: 768px) {
  .ly_footer_subnav {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .ly_footer_subnav {
    padding: 32px 0;
  }
}

.bl_footer_subnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .bl_footer_subnav {
    display: block;
    text-align: center;
  }
}

.bl_footer_logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_footer_logo_img {
  width: 226px;
}

.bl_footer_subnav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 768px) {
  .bl_footer_subnav_list {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .bl_footer_subnav_item {
    text-align: center;
  }
}

.bl_footer_copy {
  font-size: 10px;
  text-align: center;
  padding-bottom: 12px;
}

#footer ul {
  text-align: left;
}
#footer ul li {
  display: block;
  margin: 0;
}
#footer .ly_footer_nav a {
  color: #FFFFFF;
}

.ly_girlyFeature {
  padding: 96px 0;
  background-color: #DCF4F7;
}

.bl_girlyFeature_inner {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bl_girlyFeature_inner {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_girlyFeature_title {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #F089BB;
}
@media (max-width: 768px) {
  .bl_girlyFeature_title {
    font-size: 2.4rem;
  }
}

.bl_girlyFeature_wrap {
  margin-top: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 77px;
}
@media (max-width: 768px) {
  .bl_girlyFeature_wrap {
    margin-top: 50px;
    gap: 50px;
  }
}

.bl_girlyFeature_item {
  max-width: 900px;
  width: 90%;
  padding: 40px;
  padding-top: 48px;
  background-color: #FFFFFF;
  position: relative;
}
.bl_girlyFeature_item:nth-of-type(2n) {
  margin-left: auto;
}
@media (max-width: 768px) {
  .bl_girlyFeature_item {
    width: 100%;
    padding: 20px;
    padding-top: 32px;
  }
}

.bl_girlyFeature_item_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #F089BB;
}
@media (max-width: 768px) {
  .bl_girlyFeature_item_title {
    font-size: 2rem;
  }
}

.bl_girlyFeature_item_text {
  width: 44.5%;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .bl_girlyFeature_item_text {
    width: 100%;
    font-size: 14px;
  }
}

.bl_girlyFeature_item_container {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 28px;
}
@media (max-width: 768px) {
  .bl_girlyFeature_item_container {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
  }
}

.bl_gilyFeature_item_imgWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52%;
}
@media (max-width: 768px) {
  .bl_gilyFeature_item_imgWrap {
    width: 100%;
  }
}

.bl_girlyFeature_item_img._01 {
  position: relative;
  z-index: 5;
}
.bl_girlyFeature_item_img._02 {
  margin-top: 11%;
  margin-left: -8%;
}

.bl_girlyFeature_item_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid #F089BB;
  border-radius: 50%;
  background-color: #FFFFFF;
  overflow: hidden;
  position: absolute;
  top: -31px;
  left: 50%;
  translate: -50%;
}
@media (max-width: 768px) {
  .bl_girlyFeature_item_icon {
    width: 50px;
    height: 50px;
    top: -25px;
  }
}
.bl_girlyFeature_item_icon img {
  width: 80%;
}

.ly_contents {
  padding-bottom: 0;
}

.ly_guidance {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_guidance {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_guidance_title::before {
  content: url(../img/memo-icon.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 32px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .bl_guidance_title::before {
    margin-right: 12px;
    width: 30px;
    height: 30px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.bl_guidance_content {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 32px;
}

.bl_guidance_wrap {
  text-align: left;
  vertical-align: top;
}

.bl_guidance_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #E3F5DF;
  padding: 8px 16px;
  border: 1px solid #333333;
  width: 200px;
}
@media (max-width: 768px) {
  .bl_guidance_ttl {
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 0 0 -1px;
  }
}

.bl_guidance_text {
  padding: 8px 16px;
  border: 1px solid #333333;
}
@media (max-width: 768px) {
  .bl_guidance_text {
    width: 100%;
    display: block;
    margin: 0 0 -1px;
  }
}

.bl_guidance_red {
  font-weight: 700;
}

.bl_guidance_link {
  font-size: 1.6rem;
  color: #009644;
  border-bottom: 1px solid #009644;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .bl_guidance_link {
    font-size: 14px;
  }
}

#header, .ly_header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 calc(50% - 535px);
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 999999;
}

.logged-in .ly_header {
  top: 32px;
}
@media screen and (max-width: 780px) {
  .logged-in .ly_header {
    top: 46px;
  }
}

.bl_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
@media (max-width: 768px) {
  .bl_header {
    height: 50px;
    gap: 16px;
  }
}

.bl_header_tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 30px;
  color: #6b6b6b;
  line-height: 24px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .bl_header_tel {
    font-size: 16px;
  }
}

.bl_header_tel_icon {
  margin-right: 9px;
}
@media (max-width: 768px) {
  .bl_header_tel_icon {
    width: 12px;
  }
}

.bl_header_logo_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .bl_header_logo {
    height: 28px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.bl_header_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .bl_header_right {
    gap: 8px;
  }
}

.bl_header_hamburgerMenu {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 40px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .bl_header_hamburgerMenu {
    width: 50px;
  }
}

.bl_header_hamburgerMenu span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 4px;
  border-radius: 5px;
  width: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bl_header_hamburgerMenu span:nth-of-type(1) {
  background-color: #009644;
  top: 8px;
}
@media (max-width: 768px) {
  .bl_header_hamburgerMenu span:nth-of-type(1) {
    top: 14px;
  }
}

.bl_header_hamburgerMenu span:nth-of-type(2) {
  background-color: #009644;
  top: 14px;
}
@media (max-width: 768px) {
  .bl_header_hamburgerMenu span:nth-of-type(2) {
    top: 20px;
  }
}

.bl_header_hamburgerMenu span:nth-of-type(3) {
  background-color: #c79b68;
  top: 20px;
}
@media (max-width: 768px) {
  .bl_header_hamburgerMenu span:nth-of-type(3) {
    top: 26px;
  }
}

.bl_header_hamburgerMenu span:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  top: 5px;
  left: -2px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  color: #009644;
  font-weight: 700;
  font-family: "Miriam Libre", sans-serif;
}
@media (max-width: 768px) {
  .bl_header_hamburgerMenu span:nth-of-type(3)::after {
    content: "";
  }
}

.bl_header_hamburgerMenu.active span:nth-of-type(1) {
  top: 14px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

.bl_header_hamburgerMenu.active span:nth-of-type(2) {
  opacity: 0;
}

.bl_header_hamburgerMenu.active span:nth-of-type(3) {
  top: 26px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  background-color: #009644;
}

.bl_header_hamburgerMenu.active span:nth-of-type(3)::after {
  content: "";
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 4px;
}

.bl_header_nav {
  height: 40px;
  position: relative;
}

.bl_header_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.bl_header_nav_list_item {
  width: 33.3333333333%;
  text-align: center;
  font-size: 18px;
  border-left: 1px solid #333333;
  height: 100%;
}

.bl_header_nav_list_item:last-of-type {
  border-right: 1px solid #333333;
}

.bl_header_nav_list_item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 768px) {
  .bl_header_nav_list_item_link {
    font-size: 12px;
    line-height: 18px;
  }
}

.bl_header_nav_list_item_link:hover {
  opacity: 0.6;
}

.bl_header_nav_borderBottomBlue {
  border-bottom: solid 4px #62CAC8;
}

.bl_header_nav_borderBottomBrown {
  border-bottom: solid 4px #d7a670;
}

.bl_header_nav_borderBottomPink {
  border-bottom: solid 4px #f089bb;
}

.bl_header_nav_menuList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%;
  max-width: 349px;
  max-height: calc(100vh - 60px);
  right: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  display: none;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
  overflow-y: scroll;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bl_header_nav_menuList_item {
  height: 43px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  border-bottom: solid 1px #E3F5DF;
}
@media (max-width: 768px) {
  .bl_header_nav_menuList_item {
    height: 40px;
    font-size: 14px;
  }
}

.bl_header_nav_menuList_item_first {
  padding-left: 18px;
  padding-right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .bl_header_nav_menuList_item_first {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.bl_header_nav_menuList_item_end {
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.bl_header_nav_menuList_item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.1;
  position: relative;
}
@media (max-width: 768px) {
  .bl_header_nav_menuList_item_link {
    font-size: 14px;
  }
}

.bl_header_nav_text_white {
  color: #FFFFFF;
}

.bl_header_nav_text_green {
  color: #009644;
}
.bl_header_nav_text_green:hover, .bl_header_nav_text_green:focus, .bl_header_nav_text_green:active {
  color: #009644;
}

.bl_header_nav_bg_blue {
  background-color: #62CAC8;
  border-bottom: solid 1px #FFFFFF;
}

.bl_header_nav_bg_brown {
  background-color: #c79b68;
  border-bottom: solid 1px #FFFFFF;
}

.bl_header_nav_bg_green {
  background-color: #E3F5DF;
  border-bottom: solid 1px #FFFFFF;
}

.bl_header_nav_bg_pink {
  background-color: #F089BB;
  border-bottom: solid 1px #FFFFFF;
}

.bl_header_nav_menuList_item_link_icon {
  margin-right: 14px;
}

.bl_header_nav_menuList_item_memberRegistration {
  background-color: #009644;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 16px;
  height: 30px;
  color: #FFFFFF;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .bl_header_nav_menuList_item_memberRegistration {
    font-size: 14px;
  }
}
.bl_header_nav_menuList_item_memberRegistration:hover, .bl_header_nav_menuList_item_memberRegistration:focus, .bl_header_nav_menuList_item_memberRegistration:active {
  color: #FFFFFF;
}

.bl_header_nav_menuList_item_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 18px;
}
@media (max-width: 768px) {
  .bl_header_nav_menuList_item_login {
    font-size: 14px;
  }
}

.bl_header_nav_menuList_item_login_icon {
  margin-right: 5px;
}

.bl_header_nav_menuList_contactLink {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #009644;
  border: 1px solid #009644;
  border-radius: 20px;
  height: 32px;
}
@media (max-width: 768px) {
  .bl_header_nav_menuList_contactLink {
    font-size: 14px;
    height: 28px;
  }
}
.bl_header_nav_menuList_contactLink:hover, .bl_header_nav_menuList_contactLink:focus, .bl_header_nav_menuList_contactLink:active {
  color: #009644;
}

.bl_header_nav_menuList_contactIcon {
  margin-right: 10px;
}

.bl_header_nav_menuList_active {
  display: block;
}

.header-accordion-item {
  display: none;
}

.header-accordion-item .bl_header_nav_menuList_item_link {
  padding-left: 38px;
}

.bl_header_nav_menuList li :hover {
  opacity: 0.6;
}

.header-accordion-button {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #009644;
  right: -5px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}

.header-accordion-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  width: 50%;
  background-color: white;
}

.header-accordion-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 50%;
  width: 2px;
  background-color: white;
}

.header-accordion-button.clicked {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.header-accordion-button.clicked:before {
  width: 0;
}

.bl_breadcrumb {
  font-size: 1.2rem;
  padding-top: 12px;
  padding-bottom: 40px;
}

.bl_breadcrumb_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}

.bl_breadcrumb_item {
  position: relative;
}

.bl_breadcrumb_item:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -20px;
}

.bl_header_cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /* align-items: flex-end; */
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}

.bl_header_cart_text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #009644;
  font-weight: 700;
  font-family: "Miriam Libre", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.ly_page .bl_page_ttl_02 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 700;
  color: #009644;
  border-bottom: 2px solid #009644;
}
.ly_page .bl_page_ttl_03 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 700;
}
.ly_page .bl_page_ttl_03::before {
  content: "〇";
  display: inline-block;
  margin-right: 10px;
  color: #009644;
  font-weight: 700;
}
.ly_page .bl_post_content {
  margin-top: 0;
}
.ly_page .bl_post_content :first-child {
  margin-top: 0;
}
.ly_page .bl_post_content a {
  display: inline;
  color: #009644;
  text-decoration: underline;
}
.ly_page .bl_post_content .el_btn a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0;
  opacity: 1;
}
.ly_page .bl_post_content .bl_terminal_item a {
  color: #333333;
}
.ly_page .bl_post_content .bl_terminal_item a::before {
  content: url("../img/help/icon_terminal.svg");
  display: inline-block;
  padding-right: 8px;
}
.ly_page .js_tab_content {
  margin-top: 32px;
  display: none;
}
.ly_page .js_tab_content.is_active {
  display: block;
}
.ly_page .js_tab_content_02 {
  margin-top: 32px;
  display: none;
}
.ly_page .js_tab_content_02.is_active {
  display: block;
}
.ly_page .bl_question {
  margin-top: 2em;
  font-size: 1.6rem;
  padding-left: 2em;
  position: relative;
}
.ly_page .bl_question::before {
  content: "Q";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #009644;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.ly_page .bl_answer {
  margin-top: 1em;
  padding-left: 2em;
  position: relative;
}
.ly_page .bl_answer::before {
  content: "A";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #c79b68;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.ly_page .bl_faq_ttl_image {
  margin-top: 32px;
}
.ly_page .bl_anchor_content_page_02 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, min(320px, 40%));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: min(48px, 5%);
  grid-row-gap: 16px;
}
@media (max-width: 768px) {
  .ly_page .bl_anchor_content_page_02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    gap: 3px;
  }
}
.ly_page .bl_anchor_content_page_03 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, min(240px, 30%));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: min(30px, 3%);
  grid-row-gap: 16px;
}
@media (max-width: 768px) {
  .ly_page .bl_anchor_content_page_03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    gap: 3px;
  }
}
.ly_page .bl_anchor_content_page_05 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, min(200px, 19%));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column-gap: min(30px, 1%);
  grid-row-gap: 16px;
}
@media (max-width: 768px) {
  .ly_page .bl_anchor_content_page_05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    gap: 3px;
  }
}
.ly_page .bl_anchor_btn_page {
  margin: 0;
  border-radius: 19px;
  text-align: center;
  padding: 5px 5px 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #009644;
  border: 1px solid #00642D;
  -webkit-box-shadow: 0px 2px 0px #00642D;
          box-shadow: 0px 2px 0px #00642D;
  background-color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ly_page .bl_anchor_btn_page {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.ly_page .bl_anchor_btn_page:not(.is_active):hover, .ly_page .bl_anchor_btn_page:not(.is_active):focus, .ly_page .bl_anchor_btn_page:not(.is_active):active {
  background-color: #00642D;
  color: #FFFFFF;
  translate: 0 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 768px) {
  .ly_page .bl_anchor_btn_page:not(.is_active):hover, .ly_page .bl_anchor_btn_page:not(.is_active):focus, .ly_page .bl_anchor_btn_page:not(.is_active):active {
    translate: none;
  }
}
.ly_page .bl_anchor_btn_page.is_active {
  background-color: #009644;
  color: #FFFFFF;
}
.ly_page .ly_anchor_wrap {
  padding: 16px;
  background-color: #E3F5DF;
  border-radius: 16px;
}
.ly_page .ly_anchor_wrap .bl_tab_content {
  margin-top: 16px;
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
.ly_page .bl_flow_item {
  position: relative;
}
@media (max-width: 768px) {
  .ly_page .bl_flow_item {
    gap: 0;
  }
}
.ly_page .bl_flow_item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 32px 0 32px;
  border-color: #009644 transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 768px) {
  .ly_page .bl_flow_item::after {
    bottom: -32px;
  }
}
.ly_page .bl_flow_item.last::after {
  display: none;
}
.ly_page .bl_flow_item .bl_page_ttl_03 {
  margin-top: 0;
}
.ly_page .bl_column_content:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .ly_page .bl_column_content:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ly_tkk_flow_content {
  padding: 32px;
  background: #c79b68;
}
@media (max-width: 768px) {
  .ly_tkk_flow_content {
    padding: 32px 16px;
  }
}

.ly_flow_tkk_content_inner {
  margin: 0 auto;
  max-width: 700px;
  padding: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 1px 0 10px rgba(51, 51, 51, 0.5);
          box-shadow: 1px 0 10px rgba(51, 51, 51, 0.5);
  position: relative;
}
@media (max-width: 768px) {
  .ly_flow_tkk_content_inner {
    padding: 32px 16px;
  }
}
.ly_flow_tkk_content_inner::before, .ly_flow_tkk_content_inner::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: -webkit-radial-gradient(circle, rgb(255, 242, 58), rgb(224, 162, 8) 80%);
  background-image: radial-gradient(circle, rgb(255, 242, 58), rgb(224, 162, 8) 80%);
  border-radius: 50%;
  border: 1px solid rgb(209, 153, 13);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1882352941);
  position: absolute;
  top: 16px;
  z-index: 2;
}
@media (max-width: 768px) {
  .ly_flow_tkk_content_inner::before, .ly_flow_tkk_content_inner::after {
    width: 12px;
    height: 12px;
    top: 12px;
  }
}
.ly_flow_tkk_content_inner::before {
  left: 20px;
}
.ly_flow_tkk_content_inner::after {
  right: 20px;
}

.un_vertPosts_happy_report {
  margin-top: 40px;
}

#privacy_box .privacy_box__declaration {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
#privacy_box .privacy_box_list_item {
  margin-bottom: 3rem;
}
#privacy_box .privacy_box_table_tittle {
  margin: 15px 0;
}
#privacy_box .privacy_box_table {
  margin: 2rem 0;
}
#privacy_box .privacy_box_table th,
#privacy_box .privacy_box_table td {
  border: 1px solid #cac6c7;
  padding: 10px;
}

.ly_info {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_info {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_info_title::before {
  content: url(../img/ticket-icon.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 32px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .bl_info_title::before {
    margin-right: 12px;
    width: 30px;
    height: 30px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.bl_info_text {
  margin-bottom: 1em;
}

.bl_info_red {
  color: #FF1D25;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bl_info_red {
    font-size: 1.8rem;
  }
}

.ly_instagram {
  margin-top: 96px;
}

.ly_instagram_inner {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_instagram_inner {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_instagram_title {
  color: #333333;
  font-size: 3.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .bl_instagram_title {
    font-size: 2.4rem;
  }
}
.bl_instagram_title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  background-image: url(../img/instagram-icon.svg);
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .bl_instagram_slide .slick-slider {
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .bl_instagram_slide .slick-slider {
    width: 250px;
    margin: 2rem auto;
  }
  .bl_instagram_slide .slick-slider .slick-slide {
    height: 250px;
  }
  .bl_instagram_slide .slick-next {
    right: -25px !important;
  }
  .bl_instagram_slide .slick-next:before {
    color: #333333;
  }
  .bl_instagram_slide .slick-prev {
    left: -25px !important;
  }
  .bl_instagram_slide .slick-prev:before {
    color: #333333;
  }
}
.bl_instagram_slide .slick-dots {
  bottom: 0;
}
.bl_instagram_slide .slick-dots li button:before {
  border: none;
}
.bl_instagram_slide .slick-dots li.slick-active button:before {
  background: #333333;
}

.bl_instagram_slide_list {
  margin: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.bl_instagram_slide_img {
  margin: 0 auto;
}

.bl_instagram_btn_wrap {
  background-color: #FFFFFF;
  border: #333333 solid 1px;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 0 #333333;
          box-shadow: 0 3px 0 #333333;
  margin: 0 auto;
  max-width: 280px;
}
.bl_instagram_btn_wrap:hover, .bl_instagram_btn_wrap:focus, .bl_instagram_btn_wrap:active {
  background-color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  translate: 0 2px;
}

.bl_instagram_btn {
  font-size: 1.6rem;
  text-align: center;
  padding: 6px 15px;
  font-weight: 500;
  position: relative;
}
.bl_instagram_btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.bl_instagram_btn:hover, .bl_instagram_btn:focus, .bl_instagram_btn:active {
  opacity: 1;
  color: #FFFFFF;
}
.bl_instagram_btn:hover::after, .bl_instagram_btn:focus::after, .bl_instagram_btn:active::after {
  border-color: #FFFFFF;
}

#login_box .column {
  background: #E3F5DF;
}
#login_box .column .form-group input {
  background-color: #FFFFFF;
}
#login_box .column .btn_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
}
@media (max-width: 768px) {
  #login_box .column .btn_area {
    display: block;
  }
}
#login_box .column .btn_area ul {
  float: none;
}
#login_box .column .btn_area p {
  float: none;
  margin-right: 0;
  min-width: 240px;
}
@media (max-width: 768px) {
  #login_box .column .btn_area p {
    width: 100%;
  }
}
#login_box .column .btn_area button {
  position: relative;
  background-color: #FFA600;
  border: 1px solid #AA5200;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 2px 0px #AA5200;
          box-shadow: 0px 2px 0px #AA5200;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
#login_box .column .btn_area button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#login_box .column .btn_area .btn {
  position: relative;
  background-color: #FFA600;
  border: 1px solid #AA5200;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 2px 0px #AA5200;
  box-shadow: 0px 2px 0px #AA5200;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#login_box .column .btn_area .btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#login_box .column #mypage_login__login_menu a {
  color: #009644;
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: 500;
}

#shopping_confirm #summary_box__confirm_button .btn {
  position: relative;
  background-color: #FFA600;
  border: 1px solid #AA5200;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 2px 0px #AA5200;
  box-shadow: 0px 2px 0px #AA5200;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#shopping_confirm #summary_box__confirm_button .btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.ly_matchmakingFeature {
  padding: 96px 0;
  background-color: #C2ECE7;
}

.bl_matchmakingFeature_inner {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bl_matchmakingFeature_inner {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_matchmakingFeature_title {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #45B7B5;
}
@media (max-width: 768px) {
  .bl_matchmakingFeature_title {
    font-size: 2.4rem;
  }
}

.el_matchmakingFeature_titleMin {
  display: block;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .el_matchmakingFeature_titleMin {
    font-size: 2rem;
  }
}

.bl_matchmakingFeature_wrap {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 82px;
}
@media (max-width: 768px) {
  .bl_matchmakingFeature_wrap {
    margin-top: 70px;
    gap: 65px;
  }
}

.bl_matchmakingFeature_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 20px 32px;
  background-color: #FFFFFF;
  position: relative;
}
@media (max-width: 768px) {
  .bl_matchmakingFeature_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    padding: 20px;
    padding-top: 32px;
  }
}

.bl_matchmakingFeature_item_container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_matchmakingFeature_item_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #45B7B5;
}
@media (max-width: 768px) {
  .bl_matchmakingFeature_item_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.bl_matchmakingFeature_item_title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #45B7B5;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 768px) {
  .bl_matchmakingFeature_item_title {
    font-size: 2rem;
  }
}

.bl_matchmakingFeature_item_subTitle {
  font-size: 1.6rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .bl_matchmakingFeature_item_subTitle {
    display: block;
  }
}

.bl_matchmakingFeature_item_text {
  margin-top: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .bl_matchmakingFeature_item_text {
    font-size: 14px;
  }
}

.bl_matchmakingFeature_item_img {
  width: 26.35%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 768px) {
  .bl_matchmakingFeature_item_img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.bl_matchmakingFeature_item_point {
  width: 100px;
  height: 100px;
  padding-top: 11px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  color: #45B7B5;
  border-radius: 50% 50% 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(#fff 50%, transparent 50%);
  background-image: linear-gradient(#fff 50%, transparent 50%);
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 32px;
}
@media (max-width: 768px) {
  .bl_matchmakingFeature_item_point {
    width: 80px;
    height: 80px;
    padding-top: 4px;
    top: -40px;
  }
}

.el_matchmakingFeature_item_num {
  padding-left: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
}

.cart_page #main {
  padding: 0 25px;
  padding-top: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cart_page #main {
    width: 100%;
    padding: 0 10px;
  }
}

#page_shopping #main {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page_shopping #main {
    width: 100%;
    padding: 0 10px;
  }
}

.mypage #main {
  padding: 0 25px;
  padding-top: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mypage #main {
    width: 100%;
    padding: 0 10px;
  }
}

.registration_page #main {
  padding: 0 25px;
  padding-top: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .registration_page #main {
    width: 100%;
    padding: 0 10px;
  }
}

.other_page #contents {
  padding-top: 0;
}

.other_page .container-help {
  padding: 0 25px;
  padding-top: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .other_page .container-help {
    width: 100%;
    padding: 0 10px;
  }
}

.historylist_column .order_date {
  font-weight: 700;
}

#shopping_confirm .heading02 {
  background: #009644;
  color: #FFFFFF;
}

#summary_box #summary_box__reorder_button .btn {
  position: relative;
  background-color: #FFA600;
  border: 1px solid #AA5200;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 2px 0px #AA5200;
  box-shadow: 0px 2px 0px #AA5200;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#summary_box #summary_box__reorder_button .btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#detail_box__top_button .btn {
  position: relative;
  background-color: #4a4a4a;
  border: 1px solid #333333;
  border-radius: 100vh;
  -webkit-box-shadow: 0px 2px 0px #333333;
  box-shadow: 0px 2px 0px #333333;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#detail_box__top_button .btn:hover {
  background-color: #333333;
  border: 1px solid #333333;
}
#detail_box__top_button .btn::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.ly_newsArea {
  padding: 56px 0;
  background: -webkit-repeating-linear-gradient(315deg, #C8E2D1 1px 2px, #fff 3px 7px);
  background: repeating-linear-gradient(135deg, #C8E2D1 1px 2px, #fff 3px 7px);
}

.ly_newsArea_inner {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_newsArea_inner {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_newsArea_title {
  color: #009644;
  font-size: 3.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .bl_newsArea_title {
    font-size: 2.4rem;
  }
}
.bl_newsArea_title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  background-image: url(../img/news-icon.svg);
  background-size: contain;
  vertical-align: middle;
}

.bl_newsArea_container {
  background-color: #FFFFFF;
  padding: 2rem 4rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .bl_newsArea_container {
    padding: 15px;
  }
}

.bl_newsArea_box {
  padding: 15px 0;
  border-bottom: 1px #009644 dashed;
}
.bl_newsArea_box.bl_newsArea_box_last {
  border-bottom: none;
}

.bl_newsArea_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .bl_newsArea_content {
    display: block;
  }
}

.bl_newsArea_date {
  margin-left: 1rem;
  font-weight: 700;
  line-height: 1.8;
  min-width: 120px;
}
@media (max-width: 768px) {
  .bl_newsArea_date {
    margin-left: 0;
  }
}

.bl_newsArea_text_heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

.bl_newsArea_btn_wrap {
  background-color: #FFFFFF;
  border: #333333 solid 1px;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 0 #333333;
          box-shadow: 0 3px 0 #333333;
  margin: 0 auto;
  max-width: 280px;
}
.bl_newsArea_btn_wrap:hover, .bl_newsArea_btn_wrap:focus, .bl_newsArea_btn_wrap:active {
  background-color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  translate: 0 2px;
}

.bl_newsArea_btn {
  font-size: 1.6rem;
  text-align: center;
  padding: 6px 15px;
  font-weight: 500;
  position: relative;
}
.bl_newsArea_btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.bl_newsArea_btn:hover, .bl_newsArea_btn:focus, .bl_newsArea_btn:active {
  opacity: 1;
  color: #FFFFFF;
}
.bl_newsArea_btn:hover::after, .bl_newsArea_btn:focus::after, .bl_newsArea_btn:active::after {
  border-color: #FFFFFF;
}

.el_required {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #FF0000;
}

.el_any {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #D9D9D9;
}

.ly_reserve {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_reserve {
    width: 100%;
    padding: 0 10px;
  }
}

.ly_reserve_inner {
  margin-top: 95px;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .ly_reserve_inner {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}

.bl_reserve_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  padding-right: 36px;
  border: 1px solid #D9D9D9;
  position: relative;
}
.bl_reserve_btn::before, .bl_reserve_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #333333;
  position: absolute;
  top: 50%;
  right: 16px;
}
.bl_reserve_btn::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bl_reserve_text_bold {
  margin-top: 20px;
  font-weight: bold;
}

.bl_reserve_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .bl_reserve_wrap {
    display: block;
  }
}

.bl_reserve_container {
  max-width: 696px;
  width: 100%;
}
@media (max-width: 768px) {
  .bl_reserve_container {
    width: 100%;
  }
}

.bl_reserve_ttl {
  color: #FFFFFF;
  background-color: #009644;
  padding: 6px 0 6px 12px;
  width: 100%;
}

.bl_reserve_detail_subttl {
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 40px;
  padding-bottom: 22px;
  margin-bottom: 16px;
  border-bottom: dotted #D9D9D9 1px;
}
.bl_reserve_ttl + .bl_reserve_detail_subttl {
  margin-top: 20px;
}

.bl_reserve_detail_date {
  font-size: 24px;
}

.bl_reserve_detail_course {
  margin: 16px 0 40px 0;
  max-width: 376px;
}

.bl_reserve_course_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 23px;
  font-size: 16px;
}
.bl_reserve_course_list span {
  font-size: 20px;
  font-weight: 700;
  color: #DD0008;
}

.bl_reserve_course_number {
  width: 86px;
  padding: 4px 17px;
  background-color: #F8F8F8;
  border-color: #CCC;
  color: #555;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

.bl_reserve_detail_place {
  width: 100%;
  max-width: 258px;
  padding: 7px 17px;
  background-color: #F8F8F8;
  border-color: #CCC;
  color: #555;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

.bl_reserve_companion {
  margin-top: 40px;
}

.bl_reserve_companion_btn {
  margin-top: 20px;
}

.bl_reserve_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 10px;
}

.bl_reserve_list_ttl {
  width: 160px;
}

.bl_reserve_list_item {
  width: calc(100% - 170px);
  min-width: 350px;
}
@media (max-width: 398px) {
  .bl_reserve_list_item {
    width: 100%;
    min-width: 0;
  }
}

.bl_reserve_input_name {
  width: 47%;
  max-width: 250px;
  padding: 10px 13px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}
.bl_reserve_input_name:not(:last-of-type) {
  margin-right: 4%;
}

.bl_reserve_input_tel {
  width: 100%;
  max-width: 150px;
  padding: 10px 13px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}

.bl_reserve_question {
  margin-top: 40px;
}

.bl_reserve_question_box {
  margin-top: 8px;
  width: 100%;
  height: 100px;
}
.bl_reserve_question_box .bl_reserve_question_textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 13px;
  border: solid 1px #ccc;
  height: 100%;
}

.bl_reserve_cart {
  background-color: #E3F5DF;
  margin-left: 28px;
  max-width: 326px;
  padding: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.bl_reserve_cart .reserve_cart_btn {
  background-color: #4a4a4a;
  border: 1px solid #333333;
  -webkit-box-shadow: 0px 2px 0px #333333;
          box-shadow: 0px 2px 0px #333333;
  margin-top: 7px;
}
.bl_reserve_cart .reserve_cart_btn:hover {
  background-color: #333333;
  border: 1px solid #333333;
}
@media (max-width: 768px) {
  .bl_reserve_cart {
    max-width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}

.bl_reserve_cart_item {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bl_reserve_cart_item {
    margin-bottom: 24px;
  }
}

.bl_reserve_cart_top {
  border-bottom: dotted #333333 1px;
}

.bl_cart_text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_cart_text_wrap .bl_cart_text {
  font-size: 16px;
  margin-bottom: 16px;
}

.bl_reserve_cart_bottom {
  text-align: end;
}

.bl_cart_bottom_price {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.bl_cart_bottom_price span {
  font-size: 24px;
  margin: 0 8px 0 24px;
}

.bl_cart_bottom_taxprice {
  font-size: 12px;
  margin-top: 12px;
}

.bl_cart_bottom_allprice {
  margin-top: 26px;
  font-size: 14px;
  font-weight: 700;
}
.bl_cart_bottom_allprice span {
  font-size: 24px;
  color: #DD0008;
}

.ly_schedule {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_schedule {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_schedule_title::before {
  content: url(../img/clock-icon.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 32px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .bl_schedule_title::before {
    margin-right: 12px;
    width: 30px;
    height: 30px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.bl_schedule_list_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #E3F5DF;
  margin-bottom: 32px;
  padding: 8px 16px;
  position: relative;
}
@media (max-width: 768px) {
  .bl_schedule_list_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
  }
}
.bl_schedule_list_wrap:not(:last-of-type):after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #009644;
  border-right: 3px solid #009644;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: -20px;
  left: 50%;
}
@media (max-width: 768px) {
  .bl_schedule_list_wrap:not(:last-of-type):after {
    width: 12px;
    height: 12px;
  }
}

.bl_schedule_list_ttl {
  width: 210px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bl_schedule_list_ttl {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .bl_schedule_list_text {
    width: 56%;
  }
}

.ly_tourSearch {
  background-color: #E3F5DF;
  padding: 60px 0;
}

.ly_tourSearch_inner {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_tourSearch_inner {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_tourSearch_title {
  color: #009644;
  font-size: 3.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .bl_tourSearch_title {
    font-size: 2.4rem;
  }
}
.bl_tourSearch_title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  background-image: url(../img/search_icon.svg);
  background-size: contain;
  vertical-align: middle;
}

.ly_tourSearch_menu {
  margin: 2rem auto;
  max-width: 800px;
}

.bl_tourSearch_items {
  margin-bottom: 2rem;
}

.bl_tourSearch_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .bl_tourSearch_box {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.bl_tourSearch_box .bl_tourSearch_item {
  width: 100%;
  padding: 8px;
  background: #fff url(../img/arrow_icon_black.svg) no-repeat 98%;
  color: #383838;
}
.bl_tourSearch_box .bl_tourSearch_item.bl_tourSearch_conditions {
  background: #fff url(../img/plus_icon.svg) no-repeat 98%;
}
.bl_tourSearch_box .bl_tourSearch_item.bl_tourSearch_free-word {
  background: #fff;
}
@media (max-width: 768px) {
  .bl_tourSearch_box .bl_tourSearch_item {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .bl_tourSearch_box .bl_tourSearch_tour-kinds {
    width: 100%;
  }
}
.bl_tourSearch_box .bl_tourSearch_tour-date,
.bl_tourSearch_box .bl_tourSearch_free-word {
  outline: none;
  border: #707070 solid 1px;
  border-radius: 3px;
  display: inline-block;
}
.bl_tourSearch_box .bl_tourSearch_tour-date::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: calc(100% - 6em);
}
.bl_tourSearch_box .bl_tourSearch_tour-date::-webkit-input-placeholder {
  color: #383838;
}
.bl_tourSearch_box .bl_tourSearch_tour-date::-moz-placeholder {
  color: #383838;
}
.bl_tourSearch_box .bl_tourSearch_tour-date:-ms-input-placeholder {
  color: #383838;
}
.bl_tourSearch_box .bl_tourSearch_tour-date::-ms-input-placeholder {
  color: #383838;
}
.bl_tourSearch_box .bl_tourSearch_tour-date::placeholder {
  color: #383838;
}
@media (max-width: 768px) {
  .bl_tourSearch_box .bl_tourSearch_start-point,
  .bl_tourSearch_box .bl_tourSearch_tour-date,
  .bl_tourSearch_box .bl_tourSearch_age {
    width: calc(50% - 5px);
  }
}

.bl_tourSearch_btn {
  text-align: center;
}

.bl_tourSearch_btn_submit {
  width: 280px;
  background: #009644 url(../img/search_icon_white.svg) no-repeat 100px;
  color: #FFFFFF;
  padding: 6px;
  border: 1px solid #00642D;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 0 #00642D;
          box-shadow: 0 3px 0 #00642D;
}
.bl_tourSearch_btn_submit:hover, .bl_tourSearch_btn_submit:focus, .bl_tourSearch_btn_submit:active {
  opacity: 1;
  color: #FFFFFF;
  background-color: #00642D;
  -webkit-box-shadow: none;
          box-shadow: none;
  translate: 0 2px;
}

.bl_tourSearch_note_txt {
  text-align: center;
}

#tour-date-area {
  width: 100%;
}
@media (max-width: 768px) {
  #tour-date-area {
    width: calc(50% - 5px);
  }
  #tour-date-area .bl_tourSearch_item {
    width: 100%;
  }
}

#conditions_area {
  width: 100%;
}

select:disabled {
  opacity: 0.7;
}

.ly_summary {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_summary {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_summary_code {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 20px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #F089BB;
  border: 2px solid #F089BB;
  letter-spacing: 1px;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
@media (max-width: 768px) {
  .bl_summary_code {
    font-size: 14px;
    padding: 5px 16px;
  }
}

.bl_summary_title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
  border-bottom: 3px solid #F089BB;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .bl_summary_title {
    font-size: 1.6rem;
    border-bottom: none;
    padding-bottom: 24px;
  }
}

.bl_summary_body {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .bl_summary_body {
    margin-top: 0;
  }
}

.bl_summary_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bl_summary_slide {
  width: 580px;
}
@media (max-width: 1100px) {
  .bl_summary_slide {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .bl_summary_slide {
    width: 100vw;
    max-width: 100vw;
    margin-left: -10px;
  }
}

.bl_summary_slide_list {
  margin-bottom: 4px;
}

.bl_summary_slide_item {
  margin: 0 2px;
}
.bl_summary_slide_item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bl_summary_slide_track {
  margin: 0 2px;
}

.bl_summary_detail {
  width: 438px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1100px) {
  .bl_summary_detail {
    width: 100%;
  }
}

.bl_summary_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-top: 16px;
}

.bl_summary_cat_item {
  font-size: 1.6rem;
  padding: 0 14px;
  border: 1px solid #333333;
}
@media (max-width: 768px) {
  .bl_summary_cat_item {
    font-size: 14px;
    padding: 0 12px;
  }
}
.bl_summary_cat_item._blue {
  color: #0D71FF;
  border-color: #0D71FF;
}
.bl_summary_cat_item._pink {
  color: #F63876;
  border-color: #F63876;
}

.bl_summary_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.bl_summary_price:first-of-type {
  margin-top: 10px;
}

.bl_summary_price_box {
  font-size: 1.8rem;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 6px 32px;
}
@media (max-width: 768px) {
  .bl_summary_price_box {
    font-size: 14px;
    font-weight: 700;
    padding: 2px 24px;
  }
}

.bl_summary_price_cont {
  font-size: 3.6rem;
  font-weight: 700;
  color: #DD0008;
}
@media (max-width: 768px) {
  .bl_summary_price_cont {
    font-size: 2.4rem;
  }
}

.bl_summary_price_etc {
  text-align: center;
  width: 100%;
  line-height: 0.7;
}

.bl_summary_list {
  margin-top: 24px;
  margin-bottom: 20px;
}

.bl_summary_list_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333333;
  letter-spacing: 1px;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .bl_summary_list_wrap {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}

.bl_summary_list_ttl {
  width: 36%;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bl_summary_list_ttl {
    font-size: 14px;
  }
}

.bl_summary_list_text {
  width: 63%;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .bl_summary_list_text {
    font-size: 14px;
  }
}

.slick-prev {
  left: 20px !important;
  z-index: 100;
}

.slick-next {
  right: 20px !important;
}

.bl_summary_thumb {
  width: 350px;
}
@media (max-width: 1100px) {
  .bl_summary_thumb {
    margin: 0 auto;
    max-width: 100%;
    width: 580px;
  }
}
@media (max-width: 600px) {
  .bl_summary_thumb {
    width: 100vw;
    max-width: 100vw;
    margin-left: -10px;
  }
}

@media (max-width: 600px) {
  .bl_summary_image {
    width: 100vw;
  }
}
.bl_summary_image img {
  width: 100%;
}

.bl_calendarSummary_detail {
  width: 660px;
}
@media (max-width: 1100px) {
  .bl_calendarSummary_detail {
    width: 100%;
  }
}

.bl_calendarSummary_list {
  margin: 0;
}

.bl_topSlider_slide_list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.bl_topSlider_slide_list .slick-list {
  overflow: visible;
}
.bl_topSlider_slide_list .slick-slide {
  opacity: 0.3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .bl_topSlider_slide_list .slick-slide {
    opacity: 1;
  }
}
.bl_topSlider_slide_list .slick-slide.slick-current, .bl_topSlider_slide_list .slick-slide.slick-active, .bl_topSlider_slide_list .slick-slide.slick-center {
  opacity: 1;
}

.bl_topSlider_slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bl_topSlider_slide .slick-dots {
  position: absolute;
  bottom: 10px;
}
.bl_topSlider_slide .slick-dots li button:before {
  opacity: 0.85;
  color: #D9D9D9;
}
.bl_topSlider_slide .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #009644;
}
.bl_topSlider_slide .slick-next {
  right: 5vw !important;
}
.bl_topSlider_slide .slick-next:before {
  font-size: 30px;
}
.bl_topSlider_slide .slick-prev {
  left: 5vw !important;
}
.bl_topSlider_slide .slick-prev:before {
  font-size: 30px;
}

.bl_float_totop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  position: fixed;
  right: max(10px, 50% - 605px);
  bottom: 16px;
  background-color: #FFFFFF;
  border-radius: 80px;
  z-index: 999999;
}
@media (max-width: 768px) {
  .bl_float_totop {
    width: 65px;
    height: 65px;
  }
}
.ly_float .bl_float_totop {
  bottom: auto;
}
@media (max-width: 768px) {
  .ly_float .bl_float_totop {
    bottom: 120px;
  }
}

.bl_float_super {
  font-size: 1.2rem;
}

.bl_float_totop_icon {
  width: 33px;
}
@media (max-width: 1180px) {
  .bl_float_totop_icon {
    width: 24px;
  }
}

.ly_customerVoice {
  padding: 56px 0;
  background-image: url(../img/voice-bg.jpg);
  background-size: cover;
  background-position: center;
}

.ly_customerVoice_inner {
  padding: 0 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ly_customerVoice_inner {
    width: 100%;
    padding: 0 10px;
  }
}

.bl_customerVoice_title {
  color: #009644;
  font-size: 3.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .bl_customerVoice_title {
    font-size: 2.4rem;
  }
}
.bl_customerVoice_title:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  background-image: url(../img/voice-icon.svg);
  background-size: contain;
  vertical-align: middle;
}

.bl_customerVoice_slide_list {
  margin: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}

.bl_customerVoice_slide_item {
  background-color: #FFFFFF;
  padding: 5px;
  width: 250px;
  min-height: 250px;
}

.bl_customerVoice_slide_item_inner {
  background-color: #FFFFFF;
  padding: 15px 10px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.bl_customerVoice_slide_item_inner.bl_customerVoice_slide_item_blue, .bl_customerVoice_slide_item_inner.review_tkk {
  border: 2px solid #62CAC8;
}
.bl_customerVoice_slide_item_inner.bl_customerVoice_slide_item_pink, .bl_customerVoice_slide_item_inner.review_girly {
  border: 2px solid #F089BB;
}
.bl_customerVoice_slide_item_inner.bl_customerVoice_slide_item_orange, .bl_customerVoice_slide_item_inner.review_dog {
  border: 2px solid #D7A670;
}

.bl_customerVoice_text {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.bl_customerVoice_bottom {
  color: #898989;
  font-size: 1.4rem;
  line-height: 1.5;
}

.bl_customerVoice_slide {
  position: relative;
}
@media (max-width: 768px) {
  .bl_customerVoice_slide .slick-slider {
    width: 250px;
    margin: 2rem auto;
    padding-bottom: 32px;
  }
  .bl_customerVoice_slide .slick-slider .slick-slide {
    height: 250px;
  }
}
.bl_customerVoice_slide .slick-dots {
  bottom: 0;
}
.bl_customerVoice_slide .slick-next {
  right: -25px !important;
}
.bl_customerVoice_slide .slick-prev {
  left: -25px !important;
}

.bl_customerVoice_btn_wrap {
  background-color: #FFFFFF;
  border: #333333 solid 1px;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 0 #333333;
          box-shadow: 0 3px 0 #333333;
  margin: 0 auto;
  max-width: 280px;
}
.bl_customerVoice_btn_wrap:hover, .bl_customerVoice_btn_wrap:focus, .bl_customerVoice_btn_wrap:active {
  background-color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  translate: 0 2px;
}

.bl_customerVoice_btn {
  font-size: 1.6rem;
  text-align: center;
  padding: 6px 15px;
  font-weight: 500;
  position: relative;
}
.bl_customerVoice_btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  position: absolute;
  right: 1.4em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.bl_customerVoice_btn:hover, .bl_customerVoice_btn:focus, .bl_customerVoice_btn:active {
  opacity: 1;
  color: #FFFFFF;
}
.bl_customerVoice_btn:hover::after, .bl_customerVoice_btn:focus::after, .bl_customerVoice_btn:active::after {
  border-color: #FFFFFF;
}

.bl_archive_tab + .ly_post_wrapper {
  margin-top: 0;
}

.ly_post_wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 56px 45px;
  border: 2px solid #009644;
  background: #fff;
}
@media (max-width: 768px) {
  .ly_post_wrapper {
    margin-top: 24px;
    padding: 32px 24px;
  }
}

.bl_post_date {
  font-size: 1.2rem;
}

.bl_post_title {
  margin-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #009644;
  font-size: 2.4rem;
  font-weight: 700;
}

.bl_post_thumbnail {
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  text-align: center;
}

.bl_post_content {
  margin-top: 24px;
}
.bl_post_content * {
  margin-top: 0.5em;
}
.bl_post_content img {
  margin-right: 5px;
}

.ly_contact {
  margin: 0 auto;
  max-width: 890px;
}

.bl_form {
  width: 100%;
  border-spacing: 0;
}
.bl_form * {
  margin-top: 0;
}

.bl_form_item {
  padding: 8px 0;
}
@media (max-width: 768px) {
  .bl_form_item {
    display: block;
    border-bottom: 1px dotted #D9D9D9;
  }
}
@media (max-width: 768px) {
  .bl_form_item:first-of-type {
    border-top: 1px dotted #D9D9D9;
  }
}
.bl_form_item:first-of-type .bl_form_header {
  border-top: 1px dotted #D9D9D9;
}
@media (max-width: 768px) {
  .bl_form_item:first-of-type .bl_form_header {
    border-top: none;
  }
}
.bl_form_item:first-of-type .bl_form_data {
  border-top: 1px dotted #D9D9D9;
}
@media (max-width: 768px) {
  .bl_form_item:first-of-type .bl_form_data {
    border-top: none;
  }
}

.bl_form_header {
  width: 30%;
  padding: 16px 0;
  border-bottom: 1px dotted #D9D9D9;
  text-align: left;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .bl_form_header {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 0 0 5px;
  }
}

.bl_form_data {
  padding: 16px 0;
  border-bottom: 1px dotted #D9D9D9;
}
@media (max-width: 768px) {
  .bl_form_data {
    display: block;
    padding: 0 0 5px;
    border-bottom: none;
  }
}

.bl_form_data_radio {
  padding: 15px 0;
}
@media (max-width: 768px) {
  .bl_form_data_radio {
    padding: 0 0 5px;
  }
}
.bl_form_data_radio .horizontal-item {
  display: inline-block;
}

.bl_input_text {
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 10px 13px;
  border-radius: 3px;
}

.bl_input_textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 10px 13px;
  border-radius: 3px;
}

.el_required {
  display: inline-block;
  color: #DE5D50;
  margin-left: 1em;
  font-size: 1.2rem;
}

/*--------------------------------------*
 * helper
 *--------------------------------------*/
/* display
========================================================================== */
.hp_dn {
  display: none !important;
}

.hp_db {
  display: block !important;
}

.hp_di {
  display: inline !important;
}

.hp_dib {
  display: inline-block !important;
}

.hp_dtb {
  display: table !important;
}

.hp_ditb {
  display: inline-table !important;
}

.hp_dtbc {
  display: table-cell !important;
}

.hp_dtbr {
  display: table-row !important;
}

/* width
========================================================================== */
.hp_wd0p {
  width: 0% !important;
}

.hp_wd5p {
  width: 5% !important;
}

.hp_wd10p {
  width: 10% !important;
}

.hp_wd15p {
  width: 15% !important;
}

.hp_wd20p {
  width: 20% !important;
}

.hp_wd25p {
  width: 25% !important;
}

.hp_wd30p {
  width: 30% !important;
}

.hp_wd35p {
  width: 35% !important;
}

.hp_wd40p {
  width: 40% !important;
}

.hp_wd45p {
  width: 45% !important;
}

.hp_wd50p {
  width: 50% !important;
}

.hp_wd55p {
  width: 55% !important;
}

.hp_wd60p {
  width: 60% !important;
}

.hp_wd65p {
  width: 65% !important;
}

.hp_wd70p {
  width: 70% !important;
}

.hp_wd75p {
  width: 75% !important;
}

.hp_wd80p {
  width: 80% !important;
}

.hp_wd85p {
  width: 85% !important;
}

.hp_wd90p {
  width: 90% !important;
}

.hp_wd95p {
  width: 95% !important;
}

.hp_wd100p {
  width: 100% !important;
}

/* centering
========================================================================== */
.hp_centering {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Background
========================================================================== */
/* text-align
========================================================================== */
.hp_textl {
  text-align: left !important;
}

.hp_textc {
  text-align: center !important;
}

.hp_textr {
  text-align: right !important;
}

.hp_textj {
  text-align: justify !important;
}

/* vertical-align
========================================================================== */
.hp_vam {
  vertical-align: middle !important;
}

/* PC
========================================================================== */
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

/* NAV
========================================================================== */
.nav_only {
  display: none !important;
}
@media (max-width: 920px) {
  .nav_only {
    display: inherit !important;
  }
}

/* SP
========================================================================== */
.sp_only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

/* block editor
========================================================================== */
.hp_flex_wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}/*# sourceMappingURL=style.css.map */