@charset "utf-8";

body {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: clamp(18px, 2.34vw, 20px);
  font-weight: 500;
  font-style: normal;
  line-height: 1.75;
  color: #727171;
  -webkit-text-size-adjust: 100%;
  /*font-feature-settings: "palt";*/
  overflow-x: clip;
}
body.fixed {
  overflow: hidden;
}
/* ページ遷移 */
body.fl::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
body.fl.fade::after {
  opacity: 1;
}
/* ======================
font
========================= */
.h_kakugo {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  /* 300,500,700,900 */
  font-style: normal;
}
.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  /* 300 to 800 */
  font-style: normal;
}
.fw_3 {
  font-weight: 300;
}
.fw_5 {
  font-weight: 500;
}
.fw_7 {
  font-weight: 700;
}
.fw_9 {
  font-weight: 900;
}
/* ======================
common
========================= */
article {
  min-height: 85vh;
  overflow-x: clip;
}
a {
  color: #727171;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
a.no_link {
  pointer-events: none;
  opacity: 0.5;
}
a.sptel {
  pointer-events: none;
}
.cl_wh {
  color: #fff;
}
.cl_bl {
  color: #00a0da;
}
.cl_gr {
  color: #8fc31f;
}

.txt_c {
  text-align: center;
}
.txt_c span {
  display: inline-block;
}
.bg_wh {
  background-color: #fff;
}
.bg_bl {
  background-color: #00a0da;
}
.bg_gr {
  background-color: #8fc31f;
}
.bg_lbl {
  background-color: #dbf5ff;
}
.inner_1440 {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.inner_1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.bdr_btm {
  border-bottom: 1px solid #727171;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.img_cnt {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.img_cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.nolink {
  pointer-events: none;
  cursor: default;
}

.sp {
  display: none;
}

img[src*="_sp"] {
  display: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ilbk {
  display: inline-block;
}
.p_rltv {
  position: relative;
}

/* ======================
header
========================= */
header {
  background: #fff;
  position: fixed;
  width: 100%;
  padding: 17px 0;
  box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.15);
  z-index: 99;
}
.header__inner {
  width: 100%;
  margin: 0 auto;
}
.header__inner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.header__logo {
  width: 26.04vw;
  max-width: 314px;
  min-width: 200px;
  position: relative;
  z-index: 100;
}
#g-nav .g-nav__inner {
  display: flex;
  align-items: center;
  gap: 60px min(2.43vw, 36px);
}
#g-nav .g-nav__list {
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  flex-shrink: 0;
  gap: min(3.03vw, 60px);
}
#g-nav li a {
  font-size: clamp(16px, 2.08vw, 20px);
  transition: 0.2s;
  padding-top: 0.5em;
}
#g-nav li.np a,
#g-nav li a:hover {
  color: #00a0da;
}

.openbtn {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  background: transparent;
  cursor: pointer;
  width: 42px;
  height: 30px;
}
/*ボタン内側*/
.openbtn .openbtn-area {
  transition: all 0.4s;
}

.openbtn span:not(:nth-of-type(1)) {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  right: 2px;
  height: 3px;
  border-radius: 2px;
  background: #727171;
  width: 87.7%;
}

.openbtn span:nth-of-type(1) {
  height: 15.7px;
  display: block;
  top: 0;
  background: url(../imgs/common/openbtn.png) no-repeat top/contain;
}

.openbtn span:nth-of-type(2) {
  bottom: 7px;
}

.openbtn span:nth-of-type(3) {
  bottom: 0;
}

/*activeクラスが付与されると
線と周りのエリアが回転して×になる*/

.openbtn.active span:nth-of-type(1) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(2) {
  bottom: 16px;
  right: 8px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(3) {
  bottom: 4px;
  right: 8px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.openbtn {
  display: none;
}

/* ---------
駐車場混雑状況
------------ */
.p_btn {
  font-size: clamp(20px, 2.6vw, 27px);
  line-height: 1.1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 75%;
  max-width: 270px;
  padding: 18px 0;
  background: #8fc31f;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: 0.3s;
  display: none;
}
.p_btn::before {
  content: "";
  width: 3.91vw;
  max-width: 41px;
  min-width: 30px;
  width: 3.91vw;
  height: 2.86vw;
  max-height: 30px;
  min-height: 22px;
  background: url(../imgs/index/parking.svg) no-repeat center/contain;
}
.p_btn::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../imgs/common/arrow_wh.svg) no-repeat center/contain;
}
.p_btn:hover {
  filter: brightness(1.1);
}

/* ======================
contents_list
========================= */
.contents_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6.25%;
  width: 100%;
}
.contents_list li {
  width: calc(87.5% / 3);
  max-width: 350px;
}
.contents_list li a {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.contents_list li a .contents_list-txt {
  padding: 10%;
  position: absolute;
  top: 24%;
}
.contents_list li a .contents_list-txt .rubik {
  font-size: clamp(26px, 3.39vw, 40px);
  line-height: 1.125;
  display: block;
  margin-bottom: 0.45em;
}
.contents_list li a .contents_list-txt .ja {
  font-size: clamp(18px, 2.34vw, 23px);
  line-height: 1.34;
  display: flex;
  gap: 0.6em;
}
.contents_list li a .contents_list-txt .ja::after {
  content: "";
  width: 27px;
  height: 1.34em;
  background: url(../imgs/common/contents_btn.svg) no-repeat center / contain;
}
.contents_list li a img {
  transition: 0.3s;
}
.contents_list li a:hover img {
  filter: brightness(0.8);
  scale: 1.1;
}

/* ======================
btn
========================= */
/* btn_1 */
.btn_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45.57vw;
  max-width: 450px;
  min-width: 350px;
  margin: 0 auto;
  padding: 27px 2%;
  border-radius: 45px;
  transition: 0.3s;
}
.btn_1 .rubik {
  font-size: clamp(25px, 3.26vw, 35px);
  line-height: 1;
}
.btn_1 > span {
  display: flex;
  align-items: center;
  gap: 1em;
}
.btn_1 > span::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../imgs/common/arrow_wh.svg) no-repeat center / contain;
  transition: 0.3s;
}
/* btn_2 */
.btn_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding: 12px 2%;
  border: 1px solid #707070;
  border-radius: 30px;
  transition: 0.3s;
}
.btn_2 > span {
  display: flex;
  align-items: center;
  gap: 1em;
}
.btn_2 > span::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(../imgs/common/arrow_gry.svg) no-repeat center / contain;
  transition: 0.3s;
}
.btn_2:hover {
  color: #fff;
  background: #00a0da;
  border: 1px solid #00a0da;
}
.btn_2:hover > span::after {
  background: url(../imgs/common/arrow_wh.svg) no-repeat center / contain;
}
/* ======================
footer
========================= */
footer {
  background: #dddddd;
  padding: min(10.42vw, 100px) 5%;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
.footer__left {
  width: 33%;
  min-width: 310px;
  max-width: 420px;
  flex-shrink: 0;
}
.footer__left .footer__logo {
  width: 93%;
  max-width: 390px;
  margin-bottom: 37px;
}
.footer__left address {
  font-size: clamp(18px, 1.56vw, 20px);
  font-style: normal;
  line-height: 1.25;
  margin-bottom: 23px;
}
.footer__left address a {
  display: inline;
}
.footer__left .footer__pp {
  font-size: 18px;
  line-height: 1.667;
  text-decoration: underline;
}
.footer__right {
  max-width: 960px;
}
.footer__right .fnav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(2.22vw, 32px) 0;
}
.footer__right .fnav > li {
  display: flex;
  gap: 14.44%;
  width: 48%;
  max-width: 450px;
  padding-bottom: min(2.22vw, 32px);
}

.footer__right .fnav > li:nth-of-type(-n + 3) {
  border-bottom: 1px solid #f5f5f5;
}
.footer__right .fnav > li > a {
  font-size: clamp(18px, 1.44vw, 23px);
  font-weight: 700;
  line-height: 1.435;
  flex-shrink: 0;
}

.footer__right .fnav > li .fnav__snav li a {
  font-size: clamp(15px, 1.13vw, 18px);
  font-weight: 500;
  line-height: 1.667;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.footer__right .fnav > li .fnav__snav li a::before {
  content: "";
  width: 0.5em;
  height: 1.667em;
  background: url(../imgs/common/f_arrow.svg) no-repeat center / contain;
}
.footer__cp {
  font-size: clamp(16px, 2.08vw, 18px);
  font-weight: 400;
  line-height: 1.667;
  padding-right: 70px;
}
#totop {
  width: 74px;
  height: 84px;
  position: fixed;
  bottom: 40px;
  right: 2vw;
  z-index: 3;
  display: block;
}

#totop a {
  width: 74px;
  height: 84px;
  background: url(../imgs/common/totop.svg) no-repeat center / contain;
  transition: background-image 0.2s;
}
#totop a:hover {
  background: url(../imgs/common/totop_hv.svg) no-repeat center / contain;
}
/* ===========
inview
============== */

.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.tl_yb {
  transform: translate(0, 60px);
}

.tl_yt {
  transform: translate(0, -60px);
}

.tl_xl {
  transform: translate(-60px, 0);
}

.tl_xr {
  transform: translate(60px, 0);
}

.tl_rol {
  transform: rotate(-10deg);
}

.tl_ror {
  transform: rotate(10deg);
}
.tl_xt {
  transform: rotateX(180deg);
}
/*.tl_yt {
  transform: rotateY(180deg);
}*/

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}

.mov.delay100 {
  transition-delay: 100ms;
}

.mov.delay200 {
  transition-delay: 200ms;
}

.mov.delay300 {
  transition-delay: 300ms;
}

.mov.delay400 {
  transition-delay: 400ms;
}

.mov.delay500 {
  transition-delay: 500ms;
}
.mov.delay600 {
  transition-delay: 600ms;
}
.mov.delay700 {
  transition-delay: 700ms;
}

/* -------------------------------------
404 Not found
------------------------------------- */
.notfound {
  padding: 250px 0;
}
.notfound .ttl {
  font-size: clamp(26px, 4.17vw, 32px);
  text-align: center;
  margin-bottom: 30px;
}
.notfound p {
  margin-bottom: 15px;
}
.notfound a {
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
  /* ======================
	footer
	========================= */
  .footer__right .fnav > li {
    flex-direction: column;
    gap: 0.5em;
  }
}
@media screen and (max-width: 980px) {
  /* ======================
	contents_list
	========================= */
  .contents_list {
    gap: 50px 6%;
  }
  .contents_list li {
    width: 47%;
    max-width: 290px;
  }
}
@media screen and (max-width: 900px) {
}

@media screen and (max-width: 768px) {
  a.sptel {
    pointer-events: initial;
  }
  .btn_1 {
    width: 100%;
    max-width: 350px;
    min-width: initial;
    margin: 0 auto;
  }
  /* ======================
	header
	========================= */
  header {
    padding: 14px 0;
  }
  .header__inner-flex {
    flex-direction: row;
  }
  #g-nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99;
    top: -120%;
    left: 0;
    transition: all 0.6s;
    border: none;
    background: #fff;
  }
  #g-nav.panelactive {
    top: 0;
    left: 0;
  }
  #g-nav .g-nav__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80vh;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    overflow-y: scroll;
    overflow-x: clip;
  }
  #g-nav .g-nav__list {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
    padding-top: 0;
    height: auto;
  }

  #g-nav li a {
    padding-top: 6px;
    font-size: 18px;
  }
  .openbtn {
    display: block !important;
    z-index: 9999;
  }
  /* 駐車場混雑状況 */
  .p_btn {
    display: flex;
  }
  /* ======================
	footer
	========================= */
  footer {
    padding: 80px 5% 20px;
  }
  .footer__inner {
    margin-bottom: 100px;
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 640px) {
  /* ======================
	contents_list
	========================= */
  .contents_list li {
    width: 86.57%;
  }
}
@media screen and (max-width: 500px) {
  .footer__left {
    width: 100%;
    /* margin-bottom: 100px; */
    min-width: initial;
  }
  .footer__left .footer__logo {
    width: 100%;
    max-width: 240px;
  }
  .footer__left .footer__logo img[src*="_sp"] {
    display: block;
  }
  .footer__left .footer__logo img[src*="_pc"] {
    display: none;
  }
  .footer__right .fnav {
    flex-direction: column;
  }
  .footer__right .fnav > li {
    width: 100%;
  }
  .footer__right .fnav > li:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
  }
}

@media screen and (max-width: 375px) {
}
