@charset "UTF-8";
/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 62.5%;
}

html * {
  box-sizing: inherit;
}

body {
  position: relative;
  font-family: serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  background: transparent;
  color: #000;
  width: 100%;
}

ul,
ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

em,
strong {
  font-style: normal;
  font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  table-layout: fixed;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select,
option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

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

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

button {
  font: inherit;
}

*:focus {
  outline: none;
}

/*  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }

@media (max-width: 767px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}*/

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

/* IE
-----------------------------------------------------------------*/
main {
  display: block;
}

.c-fadein {
  opacity: 0;
  transition: transform ease 1s, opacity ease 1s;
}

.c-fadein.to-top {
  transform: translateY(50px);
}

.c-fadein.to-bottom {
  transform: translateY(-50px);
}

.c-fadein.to-right {
  transform: translateX(-50px);
}

.c-fadein.to-left {
  transform: translateX(50px);
}

.c-fadein.to-rt {
  transform: translate(-50px, 50px);
}

.c-fadein.to-rb {
  transform: translate(-50px, -50px);
}

.c-fadein.to-lt {
  transform: translate(50px, 50px);
}

.c-fadein.to-lb {
  transform: translate(50px, -50px);
}

.c-fadein.inview {
  opacity: 1;
  transform: translate(0) !important;
}

.c-slidein {
  opacity: 0;
  transition: transform ease-out 0.5s, opacity ease-out 0.5s;
}

.c-slidein.to-top {
  transform: translateY(100vh);
}

.c-slidein.to-bottom {
  transform: translateY(-100vh);
}

.c-slidein.to-right {
  transform: translateX(-100vw);
}

.c-slidein.to-left {
  transform: translateX(100vw);
}

.c-slidein.to-rt {
  transform: translate(-100vw, 100vh);
}

.c-slidein.to-rb {
  transform: translate(-100vw, -100vh);
}

.c-slidein.to-lt {
  transform: translate(100vw, 100vh);
}

.c-slidein.to-lb {
  transform: translate(100vw, -100vh);
}

.c-slidein.inview {
  opacity: 1;
  transform: translate(0) !important;
}

.c-reveal {
  opacity: 0;
  transition: clip-path 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.c-reveal.to-right {
  clip-path: inset(0 100% 0 0);
}

.c-reveal.to-left {
  clip-path: inset(0 0 0 100%);
}

.c-reveal.to-top {
  clip-path: inset(100% 0 0 0);
}

.c-reveal.to-bottom {
  clip-path: inset(0 0 100% 0);
}

.c-reveal.inview {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.ease-in {
  transition-timing-function: ease-in;
}

.ease-out {
  transition-timing-function: ease-out;
}

.ease-in-out {
  transition-timing-function: ease-in-out;
}

/* c-ttl
-----------------------------------------------------------------*/
.c-ttl {
  text-align: center;
}
.c-ttl__jp {
  margin-top: 1.2083333333em;
  font-weight: 500;
  font-size: 24px;
  color: rgb(102, 93, 84);
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}

/* c-contact
-----------------------------------------------------------------*/
.c-contact {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.c-contact__bnr {
  width: -moz-fit-content;
  width: fit-content;
  height: 85px;
  transition: opacity 0.2s ease;
}
.c-contact__bnr:hover {
  opacity: 0.7;
}

.c-contact-bnr {
  margin-top: 14px;
  padding: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-top-left-radius: 50px;
  position: relative;
}
.c-contact-bnr--tel {
  width: 235px;
  background: #f3a159;
}
.c-contact-bnr--web {
  width: 200px;
  background: #ff8b99;
}
.c-contact-bnr__icon {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: -8px;
  left: 1px;
}
.c-contact-bnr--tel .c-contact-bnr__icon {
  background: #f6821c;
}
.c-contact-bnr--web .c-contact-bnr__icon {
  background: #e55c6c;
}
.c-contact-bnr__ttl {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.c-contact-bnr__txt {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.c-contact-bnr__txt span {
  margin-right: 9px;
  font-size: 10.58px;
}

.c-bnr {
  width: auto;
  max-width: 100%;
  height: 670px;
  margin-left: 50px;
  overflow: hidden;
}
.c-bnr__inner {
  width: 100%;
  height: 100%;
  background: url(../img/common/c-bnr/bnr-bg.jpg) center/cover no-repeat;
  border-radius: 670px 0 0 670px;
}
.c-bnr__wrap {
  width: 100%;
  max-width: 1870px;
  height: 100%;
  margin-inline: auto;
  padding: 82px 0 80px 80px;
  position: relative;
  z-index: 0;
}
.c-bnr__wrap::before {
  content: "";
  display: block;
  aspect-ratio: 558/379;
  width: 100%;
  max-width: 29.8395721925%;
  background: image-set(
    url(../img/common/c-bnr/bnr-character.webp) type("image/webp"),
    url(../img/common/c-bnr/bnr-character.png) type("image/png")
  ) center / cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-bnr__head {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10.6%;
}
.c-bnr__ttl {
  font-weight: 700;
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #3b3b3b;
  text-align: center;
}
.c-bnr__txt {
  padding-left: 0.7em;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.c-bnr__txt span {
  margin-right: 0.1666666667em;
  padding-left: 0.0833333333em;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.08em;
  color: #f48fa1;
  position: relative;
  z-index: 0;
}
.c-bnr__txt span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 18px;
  background: #fffca5;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 5px;
  z-index: -1;
}
.c-bnr__comment {
  display: flex;
  top: 6.5%;
  right: -0.5%;
  left: auto;
  position: absolute;
}
.c-bnr__comment-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #444;
}
.c-bnr__comment-txt:nth-child(1) {
  width: 282px;
  height: 242px;
  background: image-set(
    url(../img/common/c-bnr/bnr-fig01.webp) type("image/webp"),
    url(../img/common/c-bnr/bnr-fig01.png) type("image/png")
  ) center / cover no-repeat;
  margin-top: 17.5%;
  letter-spacing: 0;
}

.c-bnr__comment-txt:nth-child(2) {
  width: 257px;
  height: 221px;
  background: image-set(
    url(../img/common/c-bnr/bnr-fig02.webp) type("image/webp"),
    url(../img/common/c-bnr/bnr-fig02.png) type("image/png")
  ) center / cover no-repeat;
  margin-left: -16px;
  padding: 0 1px 7px 3px;
}

.c-bnr__list {
  display: flex;
  gap: 45px;
  margin: 23px 0 0 3px;
}
.c-bnr__item {
  width: 100%;
  aspect-ratio: 7/3;
  max-width: 35.1955307263%;
  display: block;
  transition: opacity 0.2s ease;
}
.c-bnr__item:hover {
  opacity: 0.7;
}
.c-bnr__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-top-left-radius: 100px;
  box-shadow: 0 15px 19px rgba(151, 151, 151, 0.64);
  position: relative;
  z-index: 0;
}
.c-bnr__content--tel {
  background: linear-gradient(157deg, #f3a159 50%, #f0a96a 50%);
  padding-bottom: 13px;
}
.c-bnr__content--web {
  background: linear-gradient(157deg, #f48fa1 50%, #f49bab 50%);
  padding-bottom: 22px;
}
.c-bnr__content::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  border-top-left-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-bnr__icon {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 22.2222222222%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: -30px;
  left: 0;
}
.c-bnr__content--tel .c-bnr__icon {
  background: #f6821c;
}
.c-bnr__content--tel .c-bnr__icon img {
  aspect-ratio: 43/67;
  max-width: 30.7142857143%;
}
.c-bnr__content--web .c-bnr__icon {
  background: #e55c6c;
  max-width: 21.4285714286%;
}
.c-bnr__content--web .c-bnr__icon img {
  aspect-ratio: 62/63;
  max-width: 44.2857142857%;
  margin: 3px 4px 0 0;
}
.c-bnr__sub {
  min-width: 280px;
  padding: 0 0.3939393939em;
  font-weight: 700;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 1.53;
  border-bottom: 2px solid #fff;
}
.c-bnr__content--web .c-bnr__sub {
  padding-bottom: 5px;
}
.c-bnr__desc {
  margin-top: 0.3em;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.c-bnr__desc span {
  margin-right: 0.9313154831em;
  font-weight: 500;
  font-size: 34.36px;
  letter-spacing: 0.08em;
}
.c-bnr__content--tel .c-bnr__desc {
  padding-left: 0.1166666667em;
}
.c-bnr__content--web .c-bnr__desc {
  padding-left: 0.2em;
  letter-spacing: 0.15em;
}

.c-point-ttl {
  display: flex;
  align-items: center;
  margin-top: 75px;
  padding: 73px 0 81px;
  position: relative;
  z-index: 0;
}
.c-point-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 47px;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 4px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px) left repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.c-point-ttl--orange {
  background: #f3a159;
  color: rgba(242, 148, 65, 0.6);
}
.c-point-ttl--pink {
  background: #f48fa1;
  color: rgba(253, 126, 149, 0.6);
}
.c-point-ttl__en {
  font-weight: 700;
  font-size: 250px;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: -0.9em;
  left: 0;
  z-index: -1;
}
.c-point-ttl__jp {
  font: 500 clamp(40px, 4.1666666667vw, 80px) "Shippori Mincho", serif;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
}

body {
  color: #3b3b3b;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 2;
  min-width: 375px;
  scroll-behavior: auto !important;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: visible;
}
body.fixed .header-nav {
  z-index: 100;
}

.inner {
  width: 100%;
  max-width: calc(1920px + 50px);
  margin: 0 auto;
  padding: 0 25px;
}

@media screen and (max-width: 959px){
.inner {
  width: 100%;
  max-width: calc(1920px + 50px);
  margin: 0 auto;
  padding: 0 20px;
}
}


/******************************************************************
 * ヘッダー
******************************************************************/
.header.fixed .header-nav {
  z-index: 100;
}

.header-nav {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  padding: 0 117px 0 40px;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;	
}
@keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.navToggle {
  cursor: pointer;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d5c7b8;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
}
.navToggle::after {
  content: "MENU";
  margin: auto;
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}
.navToggle span {
  cursor: pointer;
  width: 66%;
  display: block;
  margin-inline: auto;
  border-bottom: solid 1px #fff;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.4s ease-in-out;
}
.navToggle span:nth-child(1) {
  top: 28%;
}
.navToggle span:nth-child(2) {
  top: 73%;
}
.navToggle.active::after {
  opacity: 0;
}
.navToggle.active span:nth-child(1) {
  top: 50%;
  transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg);
}
.navToggle.active + .globalMenu {
  opacity: 1;
  right: 0;
  pointer-events: all;
}
.navToggle.active + .globalMenu .globalMenu__list {
  animation-name: fadeleft;
  animation-duration: 0.6s;
}

.globalMenu {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  width: 90%;
  max-width: 790px;
  height: 100%;
  line-height: 1.45;
  padding: 160px 3vw 6vw;
  transition: all 0.6s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  pointer-events: none;
}
.globalMenu__list {
  border-top: 1px solid #333333;
}
.globalMenu__list li {
  font-size: 22px;
  font-weight:500;
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}
.globalMenu__list li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #333333;
  padding: 11.5px 40px 11.25px 20px;
  transition: opacity 0.2s ease;
}
.globalMenu__list li a::after {
  content: "";
  width: 15px;
  height: 10px;
  margin: auto;
  background: #ff8b99;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.globalMenu__list li a:hover {
  opacity: 0.7;
}

/******************************************************************
 * フッター
******************************************************************/
/* footer
-----------------------------------------------------------------*/
.footer {
  margin-top: 155px;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.5;
  color: #fff;
}
.footer__content {
  margin-top: 17px;
  padding: 64px 0 93px;
  background: url(../img/common/footer-bg.jpg) center/cover no-repeat;
}
.footer__logo {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  margin-inline: auto;
}
.footer__logo a {
  display: block;
  transition: opacity 0.2s ease;
}
.footer__logo a:hover {
  opacity: 0.7;
}
.footer__info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 48px;
}
.footer__time {
  width: 100%;
}
.footer__time-note {
  margin-top: 11px;
  padding: 0 30px;
  font-weight: 500;
}
.footer__address {
  width: 100%;
  margin-top: 25px;
}
.footer__parking {
  margin-top: 68px;
}
.footer__map {
  width: 100%;
  height: 457px;
}
.footer__map iframe {
  width: 100%;
  height: 100%;
}
.footer__copy {
  background: #eb9f34;
  padding: 19px 0 23px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.085em;
  text-align: center;
}

.footer-time {
  width: 100%;
  line-height: 2;
  table-layout: auto;
}
.footer-time th, .footer-time td {
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.footer-time th {
  width: 31.5%;
}

.footer-address {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 25px;
  align-items: center;
}
.footer-address__ttl {
  letter-spacing: 0.15em;
}
.footer-address__txt {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.footer-address__txt a {
  display: inline-block;
  margin-left: 9px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #fff;
}

.footer-parking {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 30px;
}
.footer-parking__img {
  width: 100%;
  max-width: 623px;
  position: relative;
}
.footer-parking__img img {
  width: 100%;
  height: 100%;
}
.footer-parking__wave {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 26.1637239165%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/common/footer-wave-decoration.png) center/cover no-repeat;
  position: absolute;
  top: -3.6918138042%;
  right: -12.5200642055%;
  left: auto;
}
.footer-parking__wave-txt {
  padding: 6px 0 0 3px;
  font: 500 22px "Shippori Mincho", serif;
  color: #44433f;
  line-height: 1.6363636364;
}
.footer-parking__txt {
  width: 100%;
  margin: auto 0;
}
.footer-parking__ttl {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.footer-parking__detail {
  margin-top: 35px;
  line-height: 2.6666666667;
}
@media screen and (min-width: 751px){
  .sp {
    display: none !important;
  }
  .footer-time th, .footer-time td {
    padding: 6px 15px;
  }
  .footer-time th {
    padding-left: 22px;
  }
  .footer-time td {
    padding: 6px 15px;
  }
  .footer-time td:last-child {
    padding-right: 32px;
  }
  .footer-time tbody tr:last-child th {
    padding-top: 19px;
    padding-bottom: 21px;
  }
  .footer-time tbody tr:last-child td {
    padding-top: 13px;
  }
  .footer-time tbody th, .footer-time tbody td {
    padding: 22px 15px 23px;
  }
  .footer-time tbody td {
    padding: 20px 15px 16px;
    font-size: 22px;
  }
}
@media screen and (min-width: 960px){
  .pc-none {
    display: none !important;
  }
  .c-fadein.sp-only,
  .c-slidein.sp-only,
  .c-reveal.sp-only {
    opacity: 1;
    transform: none;
  }
  .footer__ttl .c-ttl {
    padding-left: 6px;
  }
  .footer__content .inner {
    max-width: 1400px;
  }
  .footer__logo {
    transform: translateX(1px);
  }
  .footer__time {
    width: 49.7362%;
  }
  .footer__address {
    width: 40.5%;
  }
  .footer-address__ttl:last-of-type {
    padding-top: 10px;
  }
  .footer-parking__img {
    width: 46.1482%;
    transform: translateX(-7px);
  }
  .footer-parking__txt {
    width: 43%;
    padding-top: 20px;
    padding-left: 7px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 751px){
  .c-bnr {
    height: 34.8958333333vw;
    margin-left: 2.6041666667vw;
  }
  .c-bnr__inner {
    border-radius: 34.8958333333vw 0 0 34.8958333333vw;
  }
  .c-bnr__wrap {
    padding: 4.2708333333vw 0 4.1666666667vw 4.1666666667vw;
  }
  .c-bnr__ttl {
    font-size: 3.75vw;
  }
  .c-bnr__txt {
    font-size: 1.5625vw;
  }
  .c-bnr__txt span {
    font-size: 3.125vw;
  }
  .c-bnr__txt span::after {
    height: 0.9375vw;
    bottom: 0.2604166667vw;
  }
  .c-bnr__comment-txt {
    font-size: 1.0416666667vw;
  }
  .c-bnr__comment-txt:nth-child(1) {
    width: 14.6875vw;
    height: 12.6041666667vw;
  }
  .c-bnr__comment-txt:nth-child(2) {
    width: 13.3854166667vw;
    height: 11.5104166667vw;
    margin-left: -0.8333333333vw;
  }
  .c-bnr__list {
    gap: 2.34375vw;
    margin: 1.1979166667vw 0 0 0.15625vw;
  }
  .c-bnr__content {
    border-top-left-radius: 5.2083333333vw;
  }
  .c-bnr__content::before {
    border-top-left-radius: 5.2083333333vw;
  }
  .c-bnr__sub {
    min-width: 14.5833333333vw;
    font-size: 1.71875vw;
  }
  .c-bnr__desc {
    font-size: 3.125vw;
  }
  .c-bnr__desc span {
    font-size: 1.7895833333vw;
  }
}
@media screen and (max-width: 959px){
  .c-ttl__en img {
    width: auto;
    max-height: 43px;
  }
  .c-ttl__jp {
    font-size: 18px;
  }
  .c-point-ttl {
    margin-top: 35px;
    padding: 35px 0 40px;
  }
  .c-point-ttl::after {
    height: 25px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 5px) left repeat-x;
  }
  .c-point-ttl__en {
    font-size: 125px;
  }
  .c-point-ttl__jp {
    font-size: 40px;
  }
  .header-nav {
    height: 80px;
    padding-right: 97px;
  }
  .header-nav__contact .c-contact-bnr {
    padding: 16px 10px;
  }
  .header-nav__contact .c-contact-bnr--tel {
    width: 200px;
  }
  .header-nav__contact .c-contact-bnr--web {
    width: 150px;
  }
  .header-nav__contact .c-contact-bnr__icon {
    max-width: 35px;
  }
  .header-nav__contact .c-contact-bnr__ttl {
    font-size: 13px;
    line-height: 1.5;
  }
  .header-nav__contact .c-contact-bnr__txt {
    font-size: 20px;
  }
  .navToggle {
    width: 80px;
    height: 80px;
  }
  .navToggle::after {
    font-size: 16px;
  }
  .globalMenu {
    padding-top: 100px;
  }
  .globalMenu__list li {
    font-size: 16px;
  }
  .footer {
    margin-top: 100px;
  }
  .footer__copy {
    font-size: 18px;
  }
  .footer-address {
    max-width: 650px;
    margin-inline: auto;
  }
  .footer-parking__img {
    max-width: 80%;
    margin-inline: auto;
  }
  .footer-parking__wave-txt {
    font-size: 18px;
  }
  .footer-parking__ttl {
    text-align: center;
  }
}
@media screen and (max-width: 959px) and (min-width: 751px){
  .tb-none {
    display: none !important;
  }
}
@media screen and (max-width: 750px){
  .sp-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .c-slidein {
    transition-duration: 0.4s;
  }
  .c-reveal {
    transition-duration: 0.4s;
  }
  .c-fadein.pc-only,
  .c-slidein.pc-only,
  .c-reveal.pc-only {
    opacity: 1;
    transform: none;
  }
  .c-bnr {
    height: auto;
    margin-left: 20px;
  }
  .c-bnr__inner {
    border-radius: 150px 0 0 150px;
  }
  .c-bnr__wrap {
    padding: 41px 0 50px 25px;
  }
  .c-bnr__wrap::before {
    max-width: 180px;
  }
  .c-bnr__head {
    margin-inline: auto;
    padding: 0;
  }
  .c-bnr__ttl {
    font-size: 22px;
  }
  .c-bnr__txt {
    padding-left: 0;
    font-size: 15px;
  }
  .c-bnr__txt span {
    font-size: 20px;
  }
  .c-bnr__txt span::after {
    height: 9px;
    bottom: 2.5px;
  }
  .c-bnr__comment {
	 /*justify-content: center;*/
	 position: unset;
  }
  .c-bnr__comment-txt {
    font-size: 12px;
  }
  .c-bnr__comment-txt:nth-child(1) {
    width: 141px;
    height: 121px;
    margin-top: 5.5%;
  }
  .c-bnr__comment-txt:nth-child(2) {
    width: 128.5px;
    height: 110.5px;
    margin-left: 0;
    padding: 0 0.5px 3.5px 1.5px;
  }
  .c-bnr__list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 25px 0 0 -20px;
  }
  .c-bnr__item {
    max-width: 280px;
  }
  .c-bnr__content {
    padding: 20px 10px;
    border-top-left-radius: 25px;
    box-shadow: 7px 7px 9px rgba(151, 151, 151, 0.64);
  }
  .c-bnr__content::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-top-left-radius: 25px;
  }
  .c-bnr__icon {
    border-width: 1px;
    top: -24px;
  }
  .c-bnr__content--web .c-bnr__icon img {
    margin: 0;
  }
  .c-bnr__sub {
    min-width: 140px;
    padding: 0 0 5px;
    font-size: 16px;
    border-bottom-width: 1px;
  }
  .c-bnr__desc {
    font-size: 24px;
  }
  .c-bnr__desc span {
    font-size: 12px;
  }
  .c-point-ttl::after {
    height: 13px;
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3px) left repeat-x;
  }
  .c-point-ttl__en {
    font-size: 62px;
  }
  .c-point-ttl__jp {
    font-size: 24px;
  }
  body {
    font-size: 15px;
  }
  .header-nav {
    height: 60px;
    padding-right: 67px;
    z-index: 100;
  }
  .header-nav__contact .c-contact {
    width: 100%;
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
  }
  .header-nav__contact .c-contact__bnr {
    width: 100%;
    height: 75px;
  }
  .header-nav__contact .c-contact-bnr--tel {
    width: 100%;
  }
  .header-nav__contact .c-contact-bnr--web {
    width: 100%;
  }
  .header-nav__contact .c-contact-bnr__icon {
    max-width: 30px;
  }
  .header-nav__contact .c-contact-bnr__txt {
    font-size: 20px;
	  font-weight:600;
  }
  #js-header-nav {
    transition: 0.3s;
  }
  #js-header-nav:not(.active) {
    opacity: 0;
    pointer-events: none;
  }
  .navToggle {
    width: 50px;
    height: 50px;
  }
  .navToggle::after {
    font-size: 10px;
  }
  .globalMenu {
    padding-top: 75px;
  }
  .globalMenu__list li {
    font-size: 15px;
  }
  .globalMenu__list li a {
    padding: 1em 20px 1em 0;
  }
  .globalMenu__list li a::after {
    right: 0;
  }
  .footer {
    margin-top: 80px;
  }
  .footer__content {
    padding: 40px 0 60px;
  }
  .footer__logo {
    max-width: 80%;
  }
  .footer__info {
    margin-top: 30px;
  }
  .footer__time-note {
    margin-top: 0.5em;
    padding: 0 5px;
  }
  .footer__parking {
    margin-top: 50px;
  }
  .footer__map {
    height: 200px;
  }
  .footer__copy {
    padding: 20px 0;
    font-size: 12px;
  }
  .footer-time th, .footer-time td {
    padding: 0.5em 0;
  }
  .footer-time th {
    width: 35%;
  }
  .footer-time tbody th, .footer-time tbody td {
    padding: 1em 0;
  }
  .footer-address {
    grid-template-columns: 26% 1fr;
    gap: 20px;
  }
  .footer-address__txt {
    font-size: 16px;
  }
  .footer-address__txt a {
    margin-left: 0;
    padding-bottom: 6px;
    font-size: 18px;
  }
  .footer-parking__img {
    max-width: 100%;
  }
  .footer-parking__wave {
    top: -10%;
    right: -20px;
  }
  .footer-parking__wave-txt {
    font-size: 16px;
  }
  .footer-parking__ttl {
    font-size: 20px;
  }
  .footer-parking__detail {
    margin-top: 18px;
    line-height: 2;
  }
}


/*------------------------------------------------ c-pagetop-------------------------------------------------*/
.c-pagetop {
  position: fixed;
  right: 30px;
  bottom: 10px;
  width: 98px;
  height: 98px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  z-index: 1000;
}
.c-pagetop.active {
  opacity: 1;
  visibility: visible;
}
.c-pagetop a {
  transition: opacity 0.2s ease;
}
.c-pagetop a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 959px){
  .c-pagetop {
    right: 10px;
    width: 55px;
    height: 50px;
    bottom: 65px;	  
  }
}
/*---------------------------------------------------------------------------------------------*/
