@charset "UTF-8";
/*---------------------------------------
resets
---------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  color: #1E1E1E;
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
}

img {
  width: 100%;
}

.l-contents {
  width: min(1000px, 90%);
  margin: 0 auto;
}

/*改行タグ*/
.u-br__pc {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__pc {
    display: inline;
  }
}

.u-br__tab {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__tab {
    display: inline;
  }
}

.u-br__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br__sp {
    display: inline;
  }
}

.u-br__nosp {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-br__nosp {
    display: none;
  }
}

@media (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*コンテンツ見出し*/
.c-imageTitle {
  background-color: #CCC;
  padding: 90px 10px;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  color: #FFF;
  margin-bottom: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .c-imageTitle {
    font-size: 28px;
    padding: 40px 10px;
    margin-bottom: 40px;
  }
}
.c-imageTitle .c-imageTitle__ja {
  font-size: 16px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-imageTitle .c-imageTitle__ja {
    font-size: 14px;
  }
}

.c-plainList {
  margin: 0;
  padding: 0;
}

.c-plainList li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

/*fix side*/
.c-contactLink {
  position: fixed;
  top: 20px;
  right: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  z-index: 101;
}
@media screen and (max-width: 960px) {
  .c-contactLink {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .c-contactLink ul {
    display: flex;
    height: 50px;
  }
}
.c-contactLink ul li {
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .c-contactLink ul li {
    margin-bottom: 0;
    width: 40%;
    border-right: 1px solid #fff;
  }
  .c-contactLink ul li:last-of-type {
    border: none;
  }
}
.c-contactLink ul li.sp_sclink {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-contactLink ul li.sp_sclink {
    width: 20%;
    display: block;
  }
}
.c-contactLink ul li a {
  writing-mode: vertical-rl;
  background: #1d1d1d;
  display: flex;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  width: 40px;
  padding: 15px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .c-contactLink ul li a {
    writing-mode: unset;
    padding: 0px;
    width: auto;
    height: 50px;
    justify-content: center;
  }
}
.c-contactLink ul li a.c-contactLink_tel {
  height: 100%;
  background: #eee;
}
.c-contactLink ul li a.c-contactLink_tel img {
  width: 35%;
}

.c-contactLink ul li a.c-contactLink__mujin {
  background: #f04900;
}
.c-contactLink ul li a.c-contactLink__mujin .mujin_in{
  display: inline-block;
  transform: rotate(-90deg);
  width: 16px;
  text-align: center;
  margin: 2px 0;
}

  .mujin_br{
    display: none;
  }
@media screen and (max-width: 960px){
  .c-contactLink ul li a.c-contactLink__mujin .mujin_in{
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 630px){
  .mujin_br{
    display: block;
  }
  .mujin_02{
    font-size: 10px;
    line-height: 12px;
  }

  .c-contactLink ul .c-plainList-mujin a{
    font-size: 14px;
    /* padding: 8px 0; */
    text-align: center;
  }
  
}



/*トップへ戻る*/
.return {
  width: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  .return {
    bottom: 70px;
  }
}
.return.show {
  opacity: 1;
  visibility: visible;
}
.return:hover {
  opacity: 0.8;
}

/*---------------------------------------
header
---------------------------------------*/
.c-header {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  transition: 0.5s;
}
.c-header.c-header--bg {
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
.c-header .c-header__btn {
  position: absolute !important;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: none;
}
.c-header .c-header__btn.c-menuBtn {
  background: #000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}
.c-header .c-header__btn.c-menuBtn span {
  display: inline-block;
  transition: all 0.4s; 
  /*アニメーションの設定*/
  position: absolute;
  left: 11px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}
.c-header .c-header__btn.c-menuBtn span:nth-of-type(1) {
  top: 11px;
}
.c-header .c-header__btn.c-menuBtn span:nth-of-type(2) {
  top: 19px;
}
.c-header .c-header__btn.c-menuBtn span:nth-of-type(3) {
  top: 27px;
}
.c-header .c-header__btn.c-menuBtn--active span:nth-of-type(1) {
  top: 13px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
}
.c-header .c-header__btn.c-menuBtn--active span:nth-of-type(2) {
  opacity: 0;
}
.c-header .c-header__btn.c-menuBtn--active span:nth-of-type(3) {
  top: 25px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
}
.c-header .c-header__menu {
  display: flex;
  justify-content: space-between;
}
.c-header .c-header__menu .c-header__menu-logo {
  padding: 20px 10px 20px 80px;
}
@media screen and (max-width: 768px) {
  .c-header .c-header__menu .c-header__menu-logo {
    padding: 20px 10px 20px 20px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(36%) saturate(9%) hue-rotate(19deg) brightness(94%) contrast(95%);
  }
}
.c-header .c-header__menu .c-header__menu-logo img {
  width: 150px;
  height: auto;
}
.c-header .c-header__menu .c-header__nav {
  padding-right: 180px;
}
.c-header .c-header__menu .c-header__nav ul {
  display: flex;
  height: 100%;
}
.c-header .c-header__menu .c-header__nav ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 20px;
  font-size: 16px;
  white-space: nowrap;
}
.c-header .c-header__menu .c-header__nav ul li a {
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-header .c-header__menu .c-header__nav ul li a::after {
  content: "";
  width: 6px;
  background: url("../img/arrow.svg") no-repeat center/100%;
  aspect-ratio: 10/17;
}

@media screen and (max-width: 1280px) {
  .c-header .c-header__menu h1 {
    padding: 20px 10px 20px 40px;
  }
  .c-header .c-header__menu .c-header__nav ul li {
    margin: 0 15px;
  }
  .c-header .c-header__menu .c-header__nav ul li:last-child {
    margin-right: 15px;
  }
}
@media screen and (max-width: 960px) {
  .c-header .c-header__btn {
    display: block;
  }
  .c-header .c-header__menu .c-header__nav {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    padding-right: 0;
    top: 70px;
  }
  .c-header .c-header__menu .c-header__nav ul {
    display: block;
  }
  .c-header .c-header__menu .c-header__nav ul li {
    display: block;
    border-bottom: solid 1px #ccc;
  }
  .c-header .c-header__menu .c-header__nav ul li a {
    display: block;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-header.c-header--bg {
    background: #FFF;
    transition: 0s;
  }
  .c-header .c-header__menu h1 {
    padding: 20px 10px;
  }
  .c-header .c-header__menu .c-header__nav {
    background: #fff;
  }
  .c-header .c-header__menu .c-header__nav ul li a {
    color: #000;
  }
}


/* main */


.c-main .page-index__area {
  margin-bottom: 100px;
}
.c-main .page-index__area .c-imageTitle--area {
  background: url("../img/ch-14.png") no-repeat center/cover;
  display: flex;
  flex-direction: column;
}
.c-main .page-index__area .c-title {
  margin-bottom: 60px;
}

/* .c-main .page-index__area .l-contents .quote-tbbtm {
  font-size: 13px;
  margin: 5px 0 120px;
  text-align: right;
}
@media screen and (max-width: 414px) {
  .c-main .page-index__area .l-contents .quote-tbbtm {
    margin-bottom: 50px;
  }
} */
.page-index__intro{
  margin-top: 80px;
  margin-bottom: 160px;
}
.c-main .page-index__area .l-contents .page-index__introBtns {
  width: min(750px, 100%);
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .c-main .page-index__area .l-contents .page-index__introBtns {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-main .page-index__area .l-contents .page-index__introBtns {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .c-main .page-index__area .l-contents .page-index__introBtns {
    width: 85%;
  }
}
.c-main .page-index__area .l-contents .page-index__introBtns li {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .c-main .page-index__area .l-contents .page-index__introBtns li {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .c-main .page-index__area .l-contents .page-index__introBtns li {
    max-width: unset;
    width: 100%;
    margin: 0 auto 10px;
  }
}
.c-main .page-index__area .l-contents .page-index__introBtns li a {
  background: #1e1e1e;
  display: block;
  padding: 20px 10px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .c-main .page-index__area .l-contents .page-index__introBtns li a {
    padding: 20px 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-main .page-index__area .l-contents .page-index__introBtns li a {
    font-size: 18px;
  }
}
.c-main .page-index__area .l-contents .page-index__introBtns li a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.c-main .page-index__area .l-contents .page-index__introBtns li a .c-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.c-main .page-index__area .l-contents .page-index__introBtns li a .c-arrow::after {
  content: "";
  width: 10px;
  background: url("../img/arrow.svg") no-repeat center/100%;
  aspect-ratio: 10/17;
}
.c-main .page-index__location {
  margin-bottom: 160px;
}
@media screen and (max-width: 414px) {
  .c-main .page-index__location {
    margin-bottom: 100px;
  }
}
.c-main .page-index__location .c-imageTitle--location {
  background: url("../img/ch-20.png") no-repeat center/cover;
  display: flex;
  flex-direction: column;
}
.c-main .page-index__location .page-index__location-main .c-title {
  margin-bottom: 65px;
}


.c-main .page-index__map {
  background: #f4f4f4;
  padding-bottom: 80px;
}
.c-main .page-index__map h2 {
  text-align: center;
  padding-top: 80px;
}
.c-main .page-index__map .page-index__map-inner {
  width: min(1000px, 90%);
  padding: 40px 0 0;
  margin: 0 auto;
}
.c-main .page-index__map .page-index__map-inner .quote {
  font-size: 12px;
  line-height: 1;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 80px;
}
.c-main .page-index__map .page-index__map-inner .page-index__mapFacilities {
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .c-main .page-index__map .page-index__map-inner .page-index__mapFacilities {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-main .page-index__map .page-index__map-inner .page-index__mapFacilities {
    margin: 0 auto 40px;
  }
}
.c-main .page-index__map .page-index__map-inner .page-index__mapFacilities .page-index__mapFacilitiesinner {
  width: 49%;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .c-main .page-index__map .page-index__map-inner .page-index__mapFacilities .page-index__mapFacilitiesinner {
    width: 100%;
  }
}

.c-main .page-index__map .page-index__map-inner .page-index__mapFacilities .page-index__mapFacilitiesinner .c-accessTable {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-main .page-index__map .page-index__map-inner .page-index__mapFacilities .page-index__mapFacilitiesinner .c-accessTable dt {
    width: 100%;
  }
}

.c-main .page-index__map .page-index__map-inner .page-index__mapFacilities .page-index__mapFacilitiesinner .c-accessTable .c-accessTable__dot {
  flex-grow: 1;
  padding: 0 5px;
  position: relative;
}
.c-main .page-index__map .page-index__map-inner .page-index__mapFacilities .page-index__mapFacilitiesinner .c-accessTable .c-accessTable__dot::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  border-top: dotted 1px #595757;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-index__mapFacilities h3{
  font-size: 16px;
  text-align: left;
  margin: 20px 0 4px;
}
.c-main .page-index__map .page-index__map-inner .quote_s {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 25px;
}
.c-main .page-index__map .page-index__map-inner .page-index__mapSummary {
  font-size: 12px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .c-main .page-index__map .page-index__map-inner .page-index__mapSummary {
    font-size: 12px;
    line-height: 21px;
  }
}
.c-main .page-index__contact {
  margin-bottom: 125px;
}
.c-main .page-index__contact::before {
  content: none;
}
.c-main .page-index__contact .l-contents .page-index__contactBtns {
  width: min(750px, 100%);
  margin: 80px auto 90px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .c-main .page-index__contact .l-contents .page-index__contactBtns {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-main .page-index__contact .l-contents .page-index__contactBtns {
    display: block;
  }
}
.c-main .page-index__contact .l-contents .page-index__contactBtns li {
  width: 45%;
}
@media screen and (max-width: 960px) {
  .c-main .page-index__contact .l-contents .page-index__contactBtns li {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .c-main .page-index__contact .l-contents .page-index__contactBtns li {
    max-width: unset;
    width: 100%;
    margin: 0 auto 10px;
  }
}
.c-main .page-index__contact .l-contents .page-index__contactBtns li a {
  background: #1e1e1e;
  display: block;
  padding: 20px 10px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .c-main .page-index__contact .l-contents .page-index__contactBtns li a {
    padding: 20px 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-main .page-index__contact .l-contents .page-index__contactBtns li a {
    font-size: 18px;
  }
}
.c-main .page-index__contact .l-contents .page-index__contactBtns li a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.c-main .page-index__contact .l-contents .page-index__contactBtns li a .c-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.c-main .page-index__contact .l-contents .page-index__contactBtns li a .c-arrow::after {
  content: "";
  width: 10px;
  background: url("../img/arrow.svg") no-repeat center/100%;
  aspect-ratio: 10/17;
}
.c-main .page-index__contact .l-contents .page-index__contactDetail {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.c-main .page-index__contact .l-contents .page-index__contactDetail h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}
.c-main .page-index__contact .l-contents .page-index__contactDetail .page-index__contactTel {
  max-width: 450px;
  margin: 0 auto 20px;
}
.c-main .page-index__contact .l-contents .page-index__contactDetail .page-index__contactInfo {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-main .page-index__contact .l-contents .page-index__contactDetail .page-index__contactInfo {
    font-size: 14px;
  }
}
.c-main .page-index__contact .l-contents .page-index__contactDetail .page-index__contactInfo a {
  text-decoration: none;
  color: inherit;
}

.page-index__area {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-index__area {
    margin-bottom: 60px;
  }
}


.page-index__setPlan {
  margin-bottom: 0;
}


.c-title.-lead {
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 960px) {
  .c-title.-lead {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .c-title.-lead {
    font-size: 21px;
    margin-bottom: 2em;
  }
}



.c-header__nav ul li a {
  font-weight: normal;
}



.c-imageTitle {
  letter-spacing: 0.12em;
}

.c-imageTitle__ja {
  letter-spacing: 0.06em;
}

/*---------------------------------------
footer
---------------------------------------*/
.c-footer {
  width: 100%;
}
.c-footer .c-footer__body {
  background: #2a2110;
  color: #fff;
  margin: 0 auto;
  padding: 60px 80px;
}
.c-footer .c-footer__body .c-footer__upper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info {
  margin-bottom: 50px;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__logo a {
  display: block;
  max-width: 220px;
  transition: opacity 0.3s;
  width: 100%;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__logo a:hover {
  opacity: 0.5;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__logo a picture img {
  height: auto;
  vertical-align: middle;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__btn {
  margin-top: 30px;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.075em;
  padding: 10px 23px;
  text-align: center;
  text-decoration: none;
  transition: color, background-color 0.3s;
  width: 100%;
  min-width: 260px;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__btn a:hover {
  background: #fff;
  color: #2a2110;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__sns {
  margin-top: 30px;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__sns .c-footer__sns-links {
  align-items: center;
  display: flex;
  gap: 15px;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__sns .c-footer__sns-links .c-footer__sns-links-item a {
  display: block;
  height: 30px;
  transition: opacity 0.3s;
  width: 30px;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__sns .c-footer__sns-links .c-footer__sns-links-item a:hover {
  opacity: 0.5;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__sns .c-footer__sns-links .c-footer__sns-links-item a img {
  height: 100%;
  vertical-align: bottom;
  width: 100%;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__links {
  display: flex;
  margin-bottom: 50px;
  position: relative;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__links .c-footer__link-list[data-sitemap-level="1"]:not(:last-child) {
  margin-right: 60px;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__links .c-footer__link-list[data-sitemap-level="1"]:not(:first-child) {
  margin-top: 10px;
}
.c-footer .c-footer__body .c-footer__upper .c-footer__links .c-footer__link-list[data-sitemap-level="2"] {
  padding-left: 10px;
}
.c-footer .c-footer__body .c-footer__lower {
  border-top: 1px solid #fff;
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c-footer .c-footer__body .c-footer__lower .c-footer__lower-links {
  display: flex;
  gap: 30px;
}
.c-footer .c-footer__body .c-footer__lower .c-footer__lower-links .c-footer__lower-links-item > a {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 12px;
}
.c-footer .c-footer__body .c-footer__lower .c-footer__lower-links .c-footer__lower-links-item > a:hover {
  transform: scale(1);
}
.c-footer .c-footer__body .c-footer__lower .c-footer__lower-links .c-footer__lower-links-item > a::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 100%;
}
.c-footer .c-footer__body .c-footer__lower .c-footer__copyright {
  display: block;
  font-family: HelveticaLTPro-Roman, sans-serif, FOT-筑紫ゴシック Pro R;
  line-height: 2.75;
  text-align: center;
  font-size: 11px;
}

@media screen and (max-width: 1280px) {
  .c-footer .c-footer__body .c-footer__upper .c-footer__info {
    margin-right: 50px;
  }
  .c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__logo a {
    font-size: 14px;
  }
  .c-footer .c-footer__body .c-footer__upper .c-footer__links {
    justify-content: flex-end;
  }
  .c-footer .c-footer__body .c-footer__lower .c-footer__copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer {
    margin-top: 55px;
  }
  .c-footer .c-footer__body {
    padding: 40px 30px 30px;
  }
  .c-footer .c-footer__body .c-footer__upper {
    display: block;
  }
  .c-footer .c-footer__body .c-footer__upper .c-footer__info {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__logo a {
    margin: 0 auto;
  }
  .c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__logo .c-footer__btn {
    text-align: center;
  }
  .c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__logo .c-footer__btn a {
    max-width: 260px;
  }
  .c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__sns .c-footer__sns-links {
    justify-content: center;
  }
  .c-footer .c-footer__body .c-footer__upper .c-footer__info .c-footer__sns .c-footer__sns-links .c-footer__sns-links-item a {
    height: 50px;
    width: 50px;
  }
  .c-footer .c-footer__body .c-footer__upper .c-footer__links {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .c-footer .c-footer__body .c-footer__lower {
    padding-top: 40px;
    display: block;
  }
  .c-footer .c-footer__body .c-footer__lower .c-footer__lower-links {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
  }
  .c-footer .c-footer__body .c-footer__lower .c-footer__lower-links .c-footer__lower-links-item > a {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
[data-sitemap-level="1"] .c-footer__link-item:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  [data-sitemap-level="1"] .c-footer__link-item:not(:first-child) {
    margin-top: 10px;
  }
}
[data-sitemap-level="1"] .c-footer__link-item > a {
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 15px;
}

@media screen and (max-width: 1280px) {
  [data-sitemap-level="1"] .c-footer__link-item > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  [data-sitemap-level="1"] .c-footer__link-item > a {
    font-size: 14px;
  }
}
[data-sitemap-level="1"] .c-footer__link-item > a:hover::after {
  transform: scale(1);
}

[data-sitemap-level="1"] .c-footer__link-item > a::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 100%;
}

[data-sitemap-level="1"] .c-footer__link-item > a[target=_blank] {
  padding-right: 17px;
}

[data-sitemap-level="1"] .c-footer__link-item > a[target=_blank]::before {
  background-image: url("../../../../img/renewal/icon-external-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-right: none;
  border-top: none;
  content: "";
  display: inline-block;
  height: 11px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: all 0.3s;
  width: 11px;
}

[data-sitemap-level="2"] .c-footer__link-item:not(:first-child) {
  margin-top: 10px;
}

[data-sitemap-level="2"] .c-footer__link-item > a {
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 12.41935px;
}

@media screen and (max-width: 1280px) {
  [data-sitemap-level="2"] .c-footer__link-item > a {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  [data-sitemap-level="2"] .c-footer__link-item > a {
    font-size: 12px;
  }
}
[data-sitemap-level="2"] .c-footer__link-item > a::before {
  background: #cfcac7;
  bottom: 0;
  content: "";
  height: 1px;
  left: -10px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 5px;
}

[data-sitemap-level="2"] .c-footer__link-item > a::after {
  content: none;
}

[data-sitemap-level="2"] .c-footer__link-item > a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */



/* 筑紫野 */

html{
  scroll-behavior: smooth;
  scroll-padding: 100px;
}
main{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #595757;
}
.sp{
  display: none;
}
figure{
  position: relative;
}
figcaption{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.898);
  font-size: 12px;
}

h3{
  font-size: 34px;
  font-weight: normal;
  text-align: center;
  font-weight: 500;
}

li{
  list-style-type: none;
}

#concept,
.hazardmap,
.inner-box{
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

#top p{
  font-size: 8px;
  text-align: right;
}
.fuka-logo{
  margin: 100px auto 60px;
  text-align: center;
}
.fuka-logo img{
  width: 20%;
  max-width: 240px;
  margin: auto;
}
.fuka-logo p{
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.fuka-topmap{
  width: 70%;
  max-width: 600px;
  margin: auto;
  /* padding-bottom: 60px; */
}


/* 小タイトル */
.desc-box{
  margin: 120px auto 30px;
  text-align: center;
}

.desc-box h3{
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}
.desc-box p{
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.8em;
  font-weight: 500;
}

/* コンセプト */
#concept{
  text-align: center;
  margin-bottom: 100px;
}
.concept-ul{
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  font-weight: 500;
}
.concept-ul li{
  width: 48%;
}
.concept-ul p:nth-of-type(1){
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 8px;
  margin-top: 40px;
}
.concept-ul p:nth-of-type(2){
  font-size: 20px;
  margin: 8px 0;
}
.concept-ul p:nth-of-type(3){
  font-size: 14px;
}

.right-txt{
  text-align: right;
}

/* ハザードマップ */
.hazardmap{
  text-align: center;
}
.hazardmap p{
  font-size: 14px;
  margin-top: 10px;
}
.hazardmap .hm-line p{
  font-size: 20px;
  background: #f7f6ec;
  border-radius: 30px;
  padding: 6px;
  margin: 30px 0;
}

.hm-ex{
  width: 80%;
  margin: 30px auto;
}


/* ムービーここから */

#movie{
  font-size: 24px;
}

.movie-short{
  margin: auto;
  text-align: center;
}
.movie-short iframe{
  width: 20%;
  aspect-ratio: 9/16;
}
.movie-long{
  padding-top: 40px;
  margin: auto;
  text-align: center;
}
.movie-long iframe{
  width: 70%;
  aspect-ratio: 16/9;
}
.movie-short p,
.movie-long p{
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
}




/* ムービーここまで */

/* エリア */
#area .gouchi .desc-box{
  margin: 60px auto 60px;
}
#area .gouchi .desc-box h3{
  font-size: 30px;
  line-height: 1.8em;
}
#area .gouchi img:nth-of-type(1){
  margin-bottom: 60px;
}

.over-txt{
  width: 90%;
}
.over-txt p{
  font-size: 18px;
}

.mh-gallery img{
  margin-bottom: 10px;
}
.mh-gallery p{    
  font-size: 12px;
  text-align: right;
  margin-right: 15px;
}

.en-title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 60px;
  color: #1e1e1e;
}

/* ロケーション */
#location h3{
  margin-bottom: 60px;
}

.lc-box{
  overflow: hidden;
}
.lc-shop-01{
  display: flex;
  margin-left: calc(50% - 50vw);
}
.lc-shop-02{
  display: flex;
  /* justify-content: flex-end; */
  margin-top: 30px;
  margin-bottom: 60px;
  margin-right: calc(50% - 50vw);
}

.lc-shop-img{
  width: 70%;
}

.lc-shop-txt{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: #c9c1c1; */
}
.lc-shop-01 .lc-shop-txt{
  align-items: flex-end;
}

.s-title{
  text-align: center;
  width: 90%;
  max-width: 300px;
  /* background: #b48de8; */
  font-weight: 500;
}
.s-title p{
  letter-spacing: 0.05em;
}
.s-title p:nth-of-type(1){
  font-size: 26px;
}
.s-title p:nth-of-type(2){
  font-size: 30px;
}

.s-title span{
  color: #ddac4e;
  font-size: 100px;
  font-weight: 700;
  line-height: 0.7em;
  padding: 0 4px;
}
.s-title p:nth-of-type(3){
  line-height: 1.8em;
  margin-bottom: 20px;
}
.s-title p:nth-of-type(4){
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  font-size: 14px;
  font-weight: 500;
}

.access-gallery{
  /* background: #baf1b771; */
}
.access-gallery ul{
  display: flex;
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
}
.access-gallery li{
  width: 24%;
}
.access-gallery figcaption{
  position: static;
  text-shadow: none;
  font-size: 16px;
  color: #595757;
  font-weight: 500;
}

.access-gallery figcaption .ag-title{
  display: block;
  font-size: 18px;
  padding: 8px 0;
}
.access-gallery figcaption .ag-txt{
  display: block;
  font-size: 14px;
}

.lc-last-txt{
  font-size: 12px;
}

#map  .en-title{
  margin-bottom: 30px;
}

.tb{
  display: none;
}
.pc{
  display: block;
}

@media screen and (max-width: 960px) {
  .tb{
    display: block;
  }
  .sp{
    display:none;
  }
  h3{
    font-size: 26px;
  }
  #area .gouchi .desc-box h3{
    font-size: 26px;
    line-height: 1.6em;
  }
  .desc-box p{
    letter-spacing: 0.01em;
    line-height: 1.8em;
    font-weight: 500;
  }
  .over-txt p{
    font-size: 16px;
  }
  .access-gallery li{
    width: 48%;
  }

  .s-title p:nth-of-type(1){
    font-size: 20px;
  }
  .s-title p:nth-of-type(2){
    font-size: 26px;
  }
  .s-title span{
    font-size: 64px;
    /* font-weight: 700;
    line-height: 0.7em;
    padding: 0 4px; */
  }
  .s-title p:nth-of-type(3){
    line-height: 1.8em;
    margin-bottom: 8px;
  }
  .s-title p:nth-of-type(4){
    letter-spacing: 0.001em;
    line-height: 1.2em;
    font-size: 14px;
  }

  .concept-ul p:nth-of-type(1){
    font-size: 16px;
    /* line-height: 1.6em;
    margin-bottom: 8px;
    margin-top: 40px; */
  }
  .concept-ul p:nth-of-type(2){
    font-size: 16px;
    margin: 4px 0;
  }
  .concept-ul p:nth-of-type(3){
    font-size: 12px;
  }
  
  .c-main .page-index__location{
    margin-bottom: 60px;
  }
  .page-index__intro{
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .c-contactLink ul li a.c-contactLink_tel img{
    width: 14%;
  }


  .movie-short iframe{
    width: 40%;
    /* aspect-ratio: 9/16; */
  }
  /* .movie-long{
    padding-top: 40px;
  } */
  .movie-long iframe{
    width: 90%;
    /* aspect-ratio: 16/9; */
  }
  /* .movie-short p,
  .movie-long p{
    font-size: 22px;
    padding-bottom: 10px;
  } */
}



@media screen and (max-width: 768px){
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  figcaption{
    font-size: 8px;
    bottom: 5px;
  }
  .fuka-logo{
    margin: 60px auto 30px;
  }
  .fuka-logo p{
    font-size: 18px;
  }
  h3{
    font-size: 18px;
  }
  .desc-box {
    margin: 60px auto 20px;
  }
  .desc-box h3{
    font-size: 20px;
  }
  .desc-box p{
    font-size: 16px;
  }
  .concept-ul{
    flex-direction: column;
  }
  .concept-ul li{
    width: 100%;
  }
  .concept-ul p:nth-of-type(1){
    font-size: 16px;
  }

  .right-txt{
    font-size: 12px;
  }
  #concept{
    margin-bottom: 60px;
  }
  .hm-ex{
    width: 90%;
    margin: 10px auto;
  }
  .hazardmap p{
    font-size: 12px;
  }
  .hazardmap .hm-line p{
    font-size: 16px;
    margin: 16px 0;
  }

  #area .gouchi .desc-box h3{
    font-size: 18px;
  }

  .en-title{
    margin-bottom: 30px;
  }

  #location h3{
    margin-bottom: 30px;
  }
  
  
  .lc-shop-01{
    flex-direction: column;
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
  .lc-shop-img{
    width: 100%;
  }
  .lc-shop-txt{
    width: 100%;
  }
  .lc-shop-01 .lc-shop-txt,
  .lc-shop-02 .lc-shop-txt{
    align-items: center;
    margin-top: 20px;
  }

  .lc-shop-02{
    flex-direction: column-reverse;
    width: 90%;
    margin: auto;
  }


  .access-gallery figcaption .ag-title{
    font-size: 14px;
    letter-spacing: 0.01em;
  }

  .access-gallery figcaption .ag-txt{
    font-size: 12px;
  }

  .c-main .page-index__map .page-index__map-inner .quote{
    margin-bottom: 30px;
  }

  .c-contactLink ul li a.c-contactLink_tel img{
    min-width: 20px;
  }

  .movie-short iframe{
    width: 60%;
  }
}