@charset "UTF-8";/* 2025.01.27 */

body {
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;letter-spacing: 0; line-height: 1.4;font-style: normal;position: relative;word-break: break-all;}
h2, h3 {padding: 0 0 50px;}
h4, h5, h6 {padding: 10px 0 20px;}

h2 {font-size: 2.4rem}
h3 {font-size: clamp(2rem, 0.578rem + 2.96vw, 2.8rem)}
h4 {font-size: clamp(1.6rem, 0.889rem + 1.48vw, 2rem)}

@media (min-width: 768px) {
  h2 {font-size: 3.5rem}
  h2, h3, h4, h5, h6 {letter-spacing: 0.05em;}
}

/* 英語フォント */
.f_en {font-family: "Poppins", serif;font-weight: 300;line-height: 1;letter-spacing: 0;}

main [class^="container"], main [class*=" container"] {padding-left: 5.3%;padding-right: 5.3%;}
@media (max-width: 767px) {
  .container-sm,
   main .container-sm {
    width: 80%;
    padding-left: 0!important;
    padding-right: 0!important;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .container,.container-sm, .container-md,
  main .container, main .container-sm, main .container-md {
    max-width: 720px;}
  .container-xl {max-width: 1200px;}
  .mb-m {margin-bottom: 50px;}
  .mb-l {margin-bottom: 100px;}
}
@media (min-width: 860px) {
  .container,.container-sm, .container-md,
  main .container, main .container-sm, main .container-md {
    padding-left: 0;
    padding-right: 0;}
  .container-md,
  main .container-md {
    max-width: 786px;}
}
@media (min-width: 1330px) {
  [class^="container"], [class*=" container"],
  main [class^="container"], main [class*=" container"] {padding-left: 0;padding-right: 0;}
}
@media (min-width: 1081px) {
  .container, main .container {max-width: 1200px;}
}

.counter {position: relative;}
.text-shadow {text-shadow: 2px 2px 4px rgba(0, 0, 0, .4);}
.img-tate {max-width: inherit;height: 100%;width: auto;}

/* youtube動画埋め込み */
.youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* == タイトル ========== */

.ttl_01 {
  font-size: clamp(2.4rem, -4rem + 10vw, 3.5rem);
}
.ttl_01 .sub {
  font-size: clamp(4.8rem, -22rem + 40vw, 9.3rem);
  padding-bottom: 5px;
  font-family: "Poppins", serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  background: linear-gradient(to bottom, var(--gra1) 0%, var(--gra2) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ttl_02 {
  font-size: clamp(3.2rem, 0.889rem + 4.81vw, 4.5rem);
  text-align: left;
}
.ttl_02 .sub {
  font-size: 2rem;
  padding: 0 0 20px 60px;
  color:  var(--main);
  font-family: "Poppins", serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  position: relative;
}
.ttl_02 .sub::before {
  width: 50px;
  height: 1px;
  background: var(--main);
  left: 0;
  top: 1rem;
  position: absolute;
  content: '';
}
.ttl_04 {
  padding-bottom: 25px;
  margin-bottom: 50px;
  font-size: clamp(2.8rem, 0.717rem + 3.08vw, 3.8rem);
  position: relative;
}
.ttl_04::after {
  width: 50px;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(to left, var(--gra1) 0%, var(--gra2) 60%);
  position: absolute;
  content: '';
}
@media (min-width: 768px) {
  .ttl_01 .sub {
    font-size: 9.3rem;
  }
  .ttl_04 {
    padding-bottom: 40px;
    margin-bottom: 70px;
  }
}

/* == flexBox ========== */
[class^="d-flexX"],[class*=" d-flexX"] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .d-flexX2 > *,
  .d-flexX3 > * {
    width: 50%;
  }
}
.f-center {
  display: flex;
  justify-content: center;
}
@media (min-width: 1081px) {
  .d-flexX3 > * {
    width: 33.33%;
  }
}
@media (max-width: 576px) {
  [class^="d-flexX"] > *,[class*=" d-flexX"] > * {
    flex: 0 1 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .row {
    display: flex;
    align-items: center;
  }
  .row .box_left {
    width: min(40%, 400px);
  }
}


/* == ボタン ========== */
[class^="btn_0"] {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 44px auto 70px;
  position: relative;
}
@media (max-width: 300px) {
  [class^="btn_0"] {
    flex-direction: column;
    line-height: 1;
  }
}

.btn_01 {
  width: 180px;
  padding-bottom: 10px;
  color: var(--text);
  font-family: "Poppins", serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  justify-content: space-between;
  border-bottom: solid 1px;
  position: relative;
}
.btn_01::after {
  width: 32px;
  height: 8px;
  right: 0;
  background: url("../images/common/chevron-right2.svg") no-repeat bottom right / contain;
  position: absolute;
  content: '';
  display: block;
  transition: .2s;
}
.btn_01.f_white::after {
  background: url("../images/common/chevron-right2-w.svg") no-repeat bottom right / contain;
}
.btn_02 {
  width: min(80%, 260px);
  height: 70px;
  font-weight: 700;
  color: var(--main);
  border: solid 1px var(--main);
  position: relative;
  transition: .2s;
}
.btn_02:hover {
  background-color: var(--main);
  color: #fff;
}
.btn_03 {
  width: min(80%, 298px);
  height: 70px;
  margin-top: 50px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to left, var(--gra1) 0%, var(--gra2) 100%);
  position: relative;
  transition: .2s;
}
.btn_03::after {
  width: 32px;
  height: 8px;
  right: 10px;
  background: url("../images/common/chevron-right2-w.svg") no-repeat bottom right / contain;
  position: absolute;
  content: '';
  display: block;
  transition: .2s;
}
.btn_03:hover::after {
  right: 3px;
}
.btn_03:hover {
  background: linear-gradient(to left, var(--gra1) 0%, var(--gra2) 50%);
  opacity: 1!important;
}
@media (min-width: 768px) {
  .btn_01 {
    font-size: 1.8rem;
    width: 280px;
  }
  .btn_03 {
    width: min(80%, 375px);
    height: 100px;
  }
}

.btn_w {
  color: #fff;
  border: solid 1px #fff;
}
.btn_w::after {
  filter: brightness(0) invert(1);
}
.btn_01:hover {
  opacity: 1;
}
.btn_01:hover::after {
  right: -10px;
}


/* 途中出現footer消失 */
.fade_box {
  opacity: 0;
  transition: opacity .5s ease-in-out;
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 9;
}
.fade_box a {
  transition: .2s;
}
.fade_box a:hover {
  filter: invert(80%);
}

/* Google Map */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ============
下層ページ共通
============== */
.filter01, .filter02 {position: relative;}
.filter01 img, .filter02 img {vertical-align: middle;}
.filter01::before, .filter02::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  content: '';
  z-index: 3;
}
.filter01::before {
  background-color: rgba(17,17,17,.2);
}
.filter02::before {
  background: linear-gradient(to bottom, var(--gra3) 0%, rgba(43,43,43,0.6) 75%, var(--gra4) 100%);
}

.p_ttlbox {
  padding: 0 0 0 20px;
}
.p_ttl {
  padding-left: 8%;
  margin-bottom: 150px;
  font-size: clamp(2.5rem, -0.5rem + 6vw, 4.3rem);
  color: #fff;
  width: 100%;
  height: 200px;
  background: linear-gradient(to left, var(--gra1) 0%, var(--gra2) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.p_ttl .sub {
  padding-top: 5px;
  font-size: 1.6rem;
  font-family: "Poppins", serif;font-weight: 300;line-height: 1;letter-spacing: 0;
  display: block;
}
.p_ttl::after {
  background: url("../images/ac1_sp.svg") no-repeat top right / contain;
  width: 120px;
  height: 72px;
  bottom: -36px;
  right: 0;
  position: absolute;
  content: '';
  z-index: 2;
}

@media (min-width: 768px) {
  .p_ttlbox {
    padding: 0 0 0 4%;
  }
  .p_ttl {
    padding-left: 5%;
    height: 320px;
  }
  .p_ttl::after {
    background: url("../images/ac1_pc.svg") no-repeat top right / contain;
    width: 300px;
    height: 180px;
    right: 6%;
    bottom: -90px;
  }
}

.anchor::before {
  content: '';
  display: block;
  height: 80px;
  margin-top: -80px;
}






