@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background-color: #F7F7F7;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

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

canvas {
  display: block;
}

.column {
  display: flex;
  flex-wrap: wrap;
}

.contents__inner {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents__inner {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }
}

.article {
  max-width: 39rem;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .article {
    max-width: 100%;
  }
}

.enFont {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

a {
  transition: all 0.3s;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.header {
  height: 7rem;
  background: #fff;
  width: calc(100% - 3rem);
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  box-shadow: 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  border-radius: 1rem;
}
@media screen and (max-width: 750px) {
  .header {
    height: 4.8rem;
    border-radius: 0.3rem;
    top: 1.3rem;
    left: 1.3rem;
    width: calc(100% - 2.6rem);
  }
}

.header__inner {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.8rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding-left: 0.7rem;
    padding-right: 0.8rem;
  }
}

.header__logo {
  display: block;
  width: 15.8rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 10.8rem;
  }
}

.header__pcList {
  display: block;
}
@media screen and (max-width: 750px) {
  .header__pcList {
    display: none;
  }
}
.header__pcList .header__list {
  gap: 0 4.7rem;
  align-items: center;
}
.header__pcList .header__link {
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.016em;
  transition: all 0.3s;
}
.header__pcList .header__link:hover {
  color: #E60012;
}
.header__pcList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: 2.4rem;
  border-radius: 2rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.2rem;
  background: #E60012;
  color: #fff;
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.06em;
}
.header__pcList .header__button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: all 0.3s;
  background: linear-gradient(94deg, #E60012 0%, #FFD071 127.52%);
}
.header__pcList .header__button:hover:before {
  opacity: 0;
}

.header__spList {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__spList {
    display: block;
    transform: translateX(100%);
    transition: all 0.3s;
    position: absolute;
    top: -1.3rem;
    left: -1.3rem;
    z-index: 1;
    background-color: #F7F7F7;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
  }
}
.header__spList.is-active {
  transform: translateX(0);
}
@media screen and (max-width: 750px) {
  .header__spList .header__spListIcon {
    position: absolute;
    right: 0;
    top: 10rem;
    width: 19.8rem;
    margin-right: 0;
    margin-top: 0;
    z-index: 1;
    opacity: 0.4;
  }
}
.header__spList .header__list {
  padding: 10rem 2.6rem;
  position: relative;
  z-index: 10;
}
.header__spList .header__link {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.016em;
  display: block;
  padding: 1rem 1rem;
}
.header__spList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 4rem auto 0;
  max-width: 22rem;
  border-radius: 2rem;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.2rem;
  background: #E60012;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.06em;
}
.header__spList .header__button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: all 0.3s;
  background: linear-gradient(94deg, #E60012 0%, #FFD071 127.52%);
}
.header__spList .header__button:hover:before {
  opacity: 0;
}

.header__hb {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__hb {
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    border-radius: 2rem;
    background: linear-gradient(74deg, #CB2D3E 4.3%, #E6413B 55.76%, #EF913A 101.39%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
}

.header__hbBorder {
  display: block;
  background-color: #fff;
  width: 1.4rem;
  height: 0.2rem;
  transition: all 0.3s;
}
.header__hbBorder:not(:first-child) {
  margin-top: 0.3rem;
}
.header__hbBorder:last-child {
  width: 0.8rem;
}

.header__hb.is-active .header__hbBorder:first-child {
  transform: rotate(-45deg) translate(-0.3rem, 0.3rem);
}
.header__hb.is-active .header__hbBorder:nth-child(2) {
  opacity: 0;
}
.header__hb.is-active .header__hbBorder:last-child {
  margin-top: 0;
  width: 1.4rem;
  transform: rotate(45deg) translate(-0.2rem, -0.2rem);
}

.main {
  background-color: #fff;
  background-size: 192rem auto;
  background-repeat: repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main {
    background-size: 96rem auto;
  }
}

.bgFixed {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bgFixed__inner {
  width: 100%;
  height: 100%;
}
.bgFixed__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.topLogo {
  z-index: 10;
  width: 47.7941176471vw;
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .topLogo {
    display: none;
  }
}

.topLogo__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 13.2352941176vw;
}
@media screen and (max-width: 1100px) {
  .topLogo__inner {
    padding-left: 8.8235294118vw;
  }
}

.topLogo__img {
  width: 30rem;
}

.topLogo__text {
  margin-top: 3rem;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  display: block;
}

.topArticle {
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin-top: 9rem;
  margin-bottom: 9rem;
  border-radius: 2rem;
  overflow: hidden;
  border: 0.8rem solid #fff;
  max-width: 40.6rem;
}
@media screen and (max-width: 600px) {
  .topArticle {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    max-width: 100%;
    border-radius: 0;
  }
}

.topMv {
  height: 67.5rem;
}

.topMv__inner {
  position: relative;
  padding-top: 4rem;
}

.topMv__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.topMv__movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #E2E2E2;
  mix-blend-mode: multiply;
}
.topMv__movie video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.topMv__logo {
  width: 15rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.topLead {
  background-image: url(../images/top/lead_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 77.8rem;
}
.topLead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #722712;
  mix-blend-mode: darken;
}

.topLead__inner {
  position: relative;
  z-index: 10;
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.topLead__title {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  display: block;
  text-indent: 1em;
  margin-left: -2rem;
  margin-right: -2rem;
}

.topLead__text {
  margin-top: 4rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}

.topLead__text--item {
  display: block;
}
.topLead__text--item + .topLead__text--item {
  margin-top: 1.4rem;
}

.topLead__img {
  margin: 4rem auto 0;
  width: 21.7rem;
}

.topPlan__inner {
  padding-top: 6rem;
}

.titleMain--color01 {
  color: #FFFFFF;
}

.titleMain--en {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}

.titleMain--jp {
  display: block;
  text-align: center;
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
}

.topPlan__slide {
  margin: 3rem -3.5rem 0;
}

.topPlan__slide--item .swiper-slide {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.topPlan__slide--item .swiper-slide .cardPlan__content {
  opacity: 0;
  transition: all 0.3s;
}
.topPlan__slide--item .swiper-slide.swiper-slide-active .cardPlan__content {
  opacity: 1;
}

.topPlan__card {
  max-width: 40rem;
  margin: 0 auto;
}

.cardPlan {
  padding-bottom: 6rem;
}

.cardPlan__content {
	width: 80%;
    margin: 3em auto;

}

.cardPlan__name {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
}

.cardPlan__lead {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0;
  font-weight: 400;
}

.cardPlan__price {
  margin-top: 0.8rem;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}

.cardPlan__box {
  margin-top: 2rem;
}

.cardPlan__detail {
  display: flex;
  border-bottom: 0.1rem solid #DEDEDE;
  padding: 1rem 0;
}
.cardPlan__detail:first-child {
  border-top: 0.1rem solid #DEDEDE;
}

.cardPlan__detailTitle {
  flex-shrink: 0;
  min-width: 11.5rem;
  padding-right: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0;
  font-weight: 400;
}

.cardPlan__detailText {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0;
  font-weight: 400;
}

.topFacility {
  background-image: url(../images/top/facility_bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 89.3rem;
}

.topFacility__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.topFacility__movie video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.topFacility__inner {
  padding-top: 5.7rem;
  padding-bottom: 9.2rem;
  position: relative;
  z-index: 100;
}

.topFacility__text {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  color: #FFFFFF;
}

.topFacility__cards {
  margin-top: 3rem;
  gap: 3.8rem 1.6rem;
}

.topFacility__card {
  width: 15.2rem;
}

.cardFacility__text {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0;
  font-weight: 400;
  color: #FFFFFF;
}

.topFacility__notice {
  margin-top: 5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  color: #FFFFFF;
}

.topCalendar {
  position: relative;
}
.topCalendar::before {
  content: "";
  display: block;
  background-image: url(../images/top/calendar_accent01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}

.topCalendar__inner {
  padding-top: 4.3rem;
  padding-bottom: 9.8rem;
}

.topCalendar__calendar {
  margin-top: 2.2rem;
  background-color: #ffe6df;
  padding: 1rem;
  /* まずデフォルトでラベルごと非表示に */
  /* チェックボックスをカスタム表示にする */
  /* カスタムチェックボックスの枠 */
  /* チェックマーク */
}
.topCalendar__calendar #booking-package_calendarPage .calendarHeader {
  align-items: center;
}
.topCalendar__calendar #booking-package .bookingDate,
.topCalendar__calendar #booking-package .bookingTime {
  line-height: 1.4;
}
.topCalendar__calendar #booking-package .bookingSubtitle {
  display: block;
  line-height: 1.4;
  color: #6E5748;
  margin-top: 1rem;
  font-size: 1.6rem;
}
.topCalendar__calendar #booking-package_calendarPage .calendar {
  margin-bottom: 0;
}
.topCalendar__calendar .calendarData {
  font-size: 1.4rem;
}
.topCalendar__calendar #booking-package_schedulePage .topPanel {
  height: 4rem;
}
.topCalendar__calendar #booking-package_schedulePage .courseListPanel {
  top: 4rem;
}
.topCalendar__calendar #booking-package {
  background-color: #FFF;
  font-size: 1.4rem;
}
.topCalendar__calendar #booking-package_inputFormPanel .name, .topCalendar__calendar #booking-package_serviceDetails .name, .topCalendar__calendar #booking-package_myBookingDetailsFroVisitor .name, .topCalendar__calendar #booking-package_myBookingDetails_panel .name, .topCalendar__calendar #booking-package-user-form .name, .topCalendar__calendar #booking-package-loginform .name, .topCalendar__calendar #booking-package-user-edit-form .name {
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
.topCalendar__calendar #booking-package_inputFormPanel .row, .topCalendar__calendar #booking-package_myBookingDetails .row, .topCalendar__calendar #booking-package_serviceDetails .row, .topCalendar__calendar #booking-package_myBookingDetailsFroVisitor .row, .topCalendar__calendar #booking-package-user-form .row, .topCalendar__calendar #booking-package-loginform .row, .topCalendar__calendar #booking-package-user-edit-form .row {
  padding: 2rem;
  margin: 0;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 0.1rem;
  width: 100%;
  box-sizing: border-box;
}
.topCalendar__calendar #booking-package_inputFormPanel .form_text, .topCalendar__calendar #booking-package-loginform .form_text, .topCalendar__calendar #booking-package-user-form .form_text, .topCalendar__calendar #booking-package-user-edit-form .form_text {
  width: 100%;
  padding: 0.5rem 1rem;
}
.topCalendar__calendar #booking-package_inputFormPanel .title_in_form, .topCalendar__calendar #booking-package_myBookingDetails .selectedDate {
  top: 0;
  padding: 1.5rem 0;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  text-align: center;
  font-weight: normal;
  font-size: 1.6rem;
  vertical-align: middle;
  z-index: 3;
  background-color: #191919;
  color: #fff;
}
.topCalendar__calendar #booking-package_schedulePage .selectedDate {
  text-align: center;
  font-size: 1.6rem;
  display: table-cell;
  vertical-align: middle;
  background-color: #191919;
  color: #fff;
}
.topCalendar__calendar #booking_package_input_terms input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.topCalendar__calendar #booking_package_input_terms .radio_title {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
.topCalendar__calendar #booking_package_input_terms .radio_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #191919;
  background-color: #fff;
}
.topCalendar__calendar #booking_package_input_terms input[type=checkbox]:checked + .radio_title::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0rem;
  width: 0.6rem;
  height: 1.2rem;
  border: solid #191919;
  border-width: 0 0.1rem 0.1rem 0;
  transform: rotate(45deg);
}
.topCalendar__calendar .eventCalendar #booking_package_input_terms .radio_title {
  margin-left: 0;
}
.topCalendar__calendar #booking-package_inputFormPanel .cartPanel {
  margin: 0;
}
.topCalendar__calendar #booking-package button {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 1.5rem;
  background-color: #ddd;
  color: #191919;
  font-size: 1.6rem;
}
.topCalendar__calendar #booking-package_inputFormPanel #paymentPanel.cartPanel .bottomBarPanel .book_now_button {
  margin: 0;
  padding: 1.5rem;
  background-color: #B4AC98;
  color: #fff;
  font-size: 1.6rem;
}
.topCalendar__calendar #booking-package_inputFormPanel .bottomBarPanel, .topCalendar__calendar #booking-package_pay_with_stripe_konbini .bottomBarPanel {
  margin: 0;
}
.topCalendar__calendar #booking-package_inputFormPanel .return_form_button,
.topCalendar__calendar #booking-package_schedulePage .bottomPanelForPositionInherit {
  margin: 0;
  padding: 1.5rem;
  background-color: #ddd;
  color: #191919;
  font-size: 1.6rem;
}
.topCalendar__calendar #booking-package_schedulePage .bottomPanelForPositionInherit {
  margin: 0;
  padding: 0;
}
.topCalendar__calendar #booking-package .calendarWidthForHotel, .topCalendar__calendar #booking-package_durationStay, .topCalendar__calendar #booking-package .nextPageBookingDetails, .topCalendar__calendar #booking-package .nextPageVisitorDetails, .topCalendar__calendar #booking-package .returnPageBookingDetails {
  width: 100% !important;
  left: 0 !important;
  padding: 0;
}
.topCalendar__calendar #booking-package_schedulePage .daysListPanel {
  width: 30%;
  right: 30%;
}
.topCalendar__calendar #booking-package_schedulePage .courseListPanel {
  left: 30%;
  width: 70%;
}

.topCalendar__text {
  margin-top: 1.2rem;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
}

.topAccess__inner {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.topAccess__detail {
  margin-top: 2.8rem;
}

.topAccess__detailBlk + .topAccess__detailBlk {
  margin-top: 4rem;
}

.topAccess__detailTitle {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0;
  font-weight: 400;
}

.topAccess__detailText {
  margin-top: 1.7rem;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0;
  font-weight: 400;
}

.topAccess__detailText--item {
  display: block;
}
.topAccess__detailText--item + .topAccess__detailText--item {
  margin-top: 1.7rem;
}

.topAccess__detailText--link {
  text-decoration: underline;
}
.topAccess__detailText--link:hover {
  text-decoration: none;
}

.topAccess__map {
  margin-top: 4rem;
}

.topFaq {
  background-color: #E9D5AE;
}

.topFaq__inner {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.topFaq__content {
  margin-top: 3rem;
}

.topFaq__content--item + .topFaq__content--item {
  margin-top: 0.1rem;
}

.boxFaq__head {
  padding: 1.5rem 3.4rem 1.5rem 1.5rem;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.boxFaq__head::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.boxFaq__head::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.5rem;
  background-color: #000;
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  opacity: 1;
}
.boxFaq__head.is-active::after {
  opacity: 0;
}

.boxFaq__title {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0;
  font-weight: 400;
}

.boxFaq__content {
  padding: 1rem 1.5rem 1.5rem;
}

.boxFaq__text {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0;
  font-weight: 400;
}

.topInstagram__inner {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.topInstagram__content {
  margin-top: 2.2rem;
}

.foot {
  position: relative;
}

.foot__inner {
  padding-top: 4.2rem;
  padding-bottom: 3rem;
}

.foot__logo {
  margin: 0 auto;
  width: 20.6rem;
  display: block;
}

.foot__copyright {
  margin: 2.3rem auto 0;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}

.table, .table .table__td, .table .table__th {
  border-collapse: collapse; /* 1pxにする */
  border: 1px solid #666;
}

.table.table--privacy {
  margin: 4rem auto;
}

.table__td, .table .table__th {
  padding: 1rem;
}

.button01 {
  display: block;
  width: 100%;
  font-size: 2rem;
  line-height: 1.380952381;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
  background-color: #5CBFDD;
  border-radius: 5rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .button01 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.button01__inner {
  display: block;
  padding: 1.5rem 3rem 1.5rem 2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .button01__inner {
    padding: 1.3rem 3rem 1.3rem 2rem;
  }
}
.button01__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1.7rem;
  border-color: transparent transparent transparent #ffffff;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .button01__inner::after {
    border-width: 0.7rem 0 0.7rem 1.2rem;
  }
}
.button01:hover .button01__inner::after {
  right: 2rem;
}
@media screen and (max-width: 750px) {
  .button01:hover .button01__inner::after {
    right: 2.6rem;
  }
}
.button-hamburger {
  display: none;
}
@media screen and (max-width: 750px) {
  .button-hamburger {
    display: block;
    position: relative;
    width: 4rem;
    height: 2.7rem;
    pointer-events: all;
  }
}
.button-hamburger__border {
  width: 100%;
  height: 0.3rem;
  background-color: #B5CB39;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 0.2rem;
}
.button-hamburger__border:nth-child(1) {
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  position: absolute;
}
.button-hamburger__border:nth-child(2) {
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  position: absolute;
}
.button-hamburger__border:nth-child(3) {
  transform: translate(-50%, -50%);
  bottom: 0;
  left: 50%;
  position: absolute;
}
.button-hamburger.is-active .button-hamburger__border {
  background-color: #fff;
}
.button-hamburger.is-active .button-hamburger__border:nth-child(1) {
  transform: translate(-50%, -50%) rotate(35deg);
  position: absolute;
  top: 50%;
}
.button-hamburger.is-active .button-hamburger__border:nth-child(2) {
  opacity: 0;
}
.button-hamburger.is-active .button-hamburger__border:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-35deg);
  position: absolute;
  bottom: calc(50% - 0.2rem);
}
.button-header {
  pointer-events: all;
}
.button-header__text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
  color: #97B13D;
  padding: 0.7rem 3.2rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .button-header__text {
    padding: 1rem 0;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: left;
    color: #2F3D45;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .button-header__text::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0 1rem 1.7rem;
    border-color: transparent transparent transparent #C9C9C9;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    border-width: 0.7rem 0 0.7rem 1.2rem;
  }
}

.card-merit {
  background-color: #fff;
  position: relative;
  border-radius: 1rem;
  padding-top: 5rem;
  padding-bottom: 2.1rem;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .card-merit {
    padding-top: 2.3rem;
    padding-bottom: 1.7rem;
  }
}
.card-merit__icon {
  width: 5.8rem;
  height: 5.8rem;
  position: absolute;
  top: -1.2rem;
  left: -2.9rem;
}
@media screen and (max-width: 750px) {
  .card-merit__icon {
    top: -2.5rem;
    left: -1.1rem;
  }
}
.card-merit__iconContent {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.card-merit__iconText {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
}
.card-merit__iconNum {
  margin-top: -0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 1.3076923077;
  letter-spacing: 0;
  font-weight: 700;
  display: block;
  text-align: center;
}
.card-merit__img {
  width: 27.4rem;
  margin: 0 auto;
}
.card-merit__title {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #2F3D45;
  width: 25.2rem;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 750px) {
  .card-merit__title {
    letter-spacing: 0.1em;
  }
}
.card-merit__text {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 25.2rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .card-merit__text {
    line-height: 2;
  }
}
.card-features {
  background-color: #F5F5F5;
  position: relative;
  border-radius: 0 1rem 1rem 1rem;
  padding-top: 5.5rem;
  padding-bottom: 2.1rem;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .card-features {
    padding-top: 2rem;
    padding-bottom: 2.6rem;
  }
}
.card-features__icon::before {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  transform: rotate(45deg);
  background-color: #B5CB39;
  position: absolute;
  z-index: 1;
  left: -5.5rem;
  top: -5.5rem;
}
.card-features__iconNum {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 1.3076923077;
  letter-spacing: 0;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  top: 0.4rem;
  left: 1rem;
  color: #fff;
}
.card-features__img {
  width: 22rem;
  margin: 0 auto;
}
.card-features__title {
  margin: 2rem 2.6rem 0;
  padding-bottom: 0.6rem;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: 1px solid #2F3D45;
}
@media screen and (max-width: 750px) {
  .card-features__title {
    letter-spacing: 0.1em;
  }
}
.card-features__text {
  margin: 1.5rem 2.6rem 0;
  padding-bottom: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .card-features__text {
    line-height: 2;
  }
}
.card-features--04 {
  padding-top: 3.2rem;
}
.card-features--04 .card-features__img {
  width: 22.8rem;
}
.card-features--04 .card-features__title {
  margin-top: 5.5rem;
}
@media screen and (max-width: 750px) {
  .card-features--04 .card-features__title {
    margin-top: 2.4rem;
  }
}
.card-features--05 {
  padding-top: 6.8rem;
}
@media screen and (max-width: 750px) {
  .card-features--05 {
    padding-top: 1rem;
  }
}
.card-features--05 .card-features__title {
  margin-top: 3.6rem;
}
@media screen and (max-width: 750px) {
  .card-features--05 .card-features__title {
    margin-top: 0.5rem;
  }
}
.card-features--06 {
  padding-top: 1.7rem;
}
@media screen and (max-width: 750px) {
  .card-features--06 {
    padding-top: 1.1rem;
  }
}
.card-features--06 .card-features__title {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .card-features--06 .card-features__title {
    margin-top: 1.4rem;
  }
}
.card-use {
  position: relative;
  border-radius: 0 1rem 1rem 1rem;
  padding-top: 5.5rem;
  padding-bottom: 2.1rem;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .card-use {
    display: flex;
    flex-direction: column;
    padding-left: 3.5rem;
    padding-top: 0;
    padding-bottom: 3rem;
    overflow: visible;
  }
}
.card-use__icon {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .card-use__icon {
    flex-direction: column;
    position: absolute;
    order: 1;
    left: 0;
  }
}
.card-use__iconNum {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0.4rem 1rem;
  background-color: #2F3D45;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .card-use__iconNum {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    padding: 1rem 0.4rem;
    margin-left: -0.8rem;
  }
}
.card-use__iconArrow {
  margin-top: 0.3rem;
  display: block;
  width: 100%;
  height: 0.5rem;
}
.card-use__iconArrow img {
  display: block;
}
@media screen and (max-width: 750px) {
  .card-use__iconArrow {
    width: 0.6rem;
    height: 35rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .card-use__iconArrow--spHidden {
    height: 26rem;
    overflow: hidden;
  }
}
.card-use__title {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 6rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .card-use__title {
    order: 3;
    margin-top: 0.6rem;
    font-size: 1.6rem;
    line-height: 2.25;
    display: block;
    text-align: left;
    height: auto;
  }
}
.card-use__titleSub {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .card-use__titleSub {
    font-size: 1.2rem;
    line-height: 2.0833333333;
    margin-top: -0.5rem;
    display: block;
  }
}
.card-use__img {
  width: 18.4rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 750px) {
  .card-use__img {
    width: 18rem;
    order: 2;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .card-use__img--mtSmallSp {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .card-use__img--wSmallSp {
    width: 13.4rem;
  }
}
.card-use__text {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-use__textNotice {
  display: block;
  padding-left: 1rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .card-use__textNotice {
    font-size: 1.2rem;
    line-height: 2;
    padding-left: 0;
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .card-use__text {
    order: 4;
    line-height: 2;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .card-use__text--lsSmallSp {
    letter-spacing: 0.05em;
  }
}
.card-price {
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #F5F5F5;
}
.card-price__title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #B5CB39;
  padding: 1rem 2rem;
}
.card-price__content {
  padding-top: 2rem;
}
.card-price__contentText {
  padding: 0 3rem;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.card-price__contentText--color01 {
  color: #B5CB39;
}
.card-price__contentText--small {
  padding: 0 2.4rem;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-price__contentNotice {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-price__price {
  font-family: "Roboto", sans-serif;
  color: #B5CB39;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-price__price--align-items-flex-end {
  align-items: flex-end;
}
.card-price__price--mtSmall {
  margin-top: 1rem;
}
.card-price__price--mbMedium {
  margin-bottom: 2.5rem;
}
.card-price__price--mtNegaSmall {
  margin-top: -1rem;
}
.card-price__price--mbNegaSmall {
  margin-bottom: -1rem;
}
.card-price__price--cancell {
  color: #2F3D45;
  opacity: 0.3;
  position: relative;
}
.card-price__price--cancell::after {
  content: "";
  display: block;
  width: 25.9rem;
  height: 0.3rem;
  background-color: #2F3D45;
  position: absolute;
}
.card-price__priceMark {
  font-size: 5rem;
  line-height: 1.32;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-right: 0.8rem;
}
.card-price__priceMark--small {
  font-size: 4.3rem;
}
.card-price__priceMark--large {
  font-size: 8rem;
  margin-bottom: 1rem;
}
.card-price__priceNum {
  margin-right: 1.4rem;
  font-size: 6.6rem;
  line-height: 1.3181818182;
  letter-spacing: 0;
  font-weight: 500;
}
.card-price__priceNum--large {
  font-size: 15.8rem;
  line-height: 1;
}
.card-price__priceNum--small {
  font-size: 5.7rem;
}
.card-price__priceSlash {
  font-size: 5rem;
  line-height: 1.32;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.card-price__priceSlash--small {
  font-size: 4.3rem;
}
.card-price__priceUnit {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-right: -0.4rem;
  margin-top: 1.4rem;
}
.card-price__priceUnit--small {
  font-size: 1.7rem;
}
.card-price__checklist {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.2rem 0 3.4rem;
  margin: 1.3rem 2rem 0;
  border-top: 2px solid #B5CB39;
}
.card-price__text {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-price__text--check {
  display: flex;
  align-items: flex-start;
}
.card-price__text--check::before {
  flex-shrink: 0;
  content: "";
  display: inline;
  background-image: url(../images/price-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 1.7rem;
  margin-top: 0.7rem;
  margin-right: 1.6rem;
}

.JsInview {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.JsInview.is-active {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10 {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10 {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.2s;
}
.JsInviewBox__03 {
  transition-delay: 0.4s;
}
.JsInviewBox__04 {
  transition-delay: 0.6s;
}
.JsInviewBox__05 {
  transition-delay: 0.8s;
}
.JsInviewBox__06 {
  transition-delay: 1s;
}
.JsInviewBox__07 {
  transition-delay: 1.2s;
}
.JsInviewBox__08 {
  transition-delay: 1.4s;
}
.JsInviewBox__09 {
  transition-delay: 1.6s;
}
.JsInviewBox__10 {
  transition-delay: 1.8s;
}

.show-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}

.show-pc2 {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .show-pc2 {
    display: none;
  }
}