@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Shippori+Mincho&display=swap');



/* ==========================================================================
  Variables / Tokens
========================================================================== */

body {
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
/* ==========================================================================
  Utilities
========================================================================== */
.util-section {
  background: #77C3BC;
}

.util_en {
  font-size: 14px;
  color: #fff;
  font-family: 'Didot', sans-serif;
  font-weight: 600;
}
.util_ttl {
  font-size: 36px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 3px;
}
.util__btn {
  color: #333;
  font-size: 15px;
  margin: 70px auto 0;
  text-align: center;
}
.util__btn a {
  text-align: center;
  padding: 20px 70px 20px 35px;
  background: #fff;
  position: relative;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-weight: 500;
}
.util__btn a:hover {
  opacity: .7;
}
.util__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 10px;
  height: 10px;
  background-image: url("../img/util/arrow-right-.webp");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
/* ==========================================================================
  Reset
========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  background: #f6f5f2;
  color: #2b2b2b;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

.section {
  padding: 80px 0;
}

.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.wrap {
  display: flex;
  align-items: center;
}
.box {
  width: 50%;
}
.ttl {
  font-size: 24px;
}
.txt {
  font-size: 15px;
  font-weight: 400;
}
.head_ttl {
  font-size: 56px;
  line-height: 71px;
}
.head_en {
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 20px;
  font-family: 'Avenir','Calibri',sans-serif;
}
/* ==========================================================================
  Header
========================================================================== */
/* ==================== Header (high-fidelity) ==================== */

.header--teal {
  background: #77C3BC;
}


.header__brandline-strong {
  font-weight: 700;
  letter-spacing: .02em;
}

.header__eyebrow-link {
  position: relative;
  padding-left: 16px;
  opacity: .95;
}

.header__eyebrow-link::before {
  content: '—';
  position: absolute;
  left: 0;
  top: 0;
  opacity: .55;
}

.header__eyebrow-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.header__bar {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  height: 68px;
}

.header__logo {
  display: inline-grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  align-items: center;
  text-decoration: none;
  padding: 15px;
}
.header__logo img {
  width: 380px;
  max-width: 100%;
  z-index: 999;
}
.header__logo a:hover {
  opacity: .7;
}


.header__actions {
  justify-self: end;
  display: inline-flex;
  gap: 25px;
  align-items: center;
  margin-top: -23px;
  padding-right: 90px;
  z-index: 99;
}

.header__actions a:hover {
  opacity: .7;
}

.header .header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 0;
  color: #333;
  padding: 15px 35px 15px 50px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .02em;
  transition: transform .2s ease, filter .2s ease, .2s ease;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.header .header-cta:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../img/util/calendar_icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
}



.header .header-cta--dark {
  background: #434343;
  color: #fff;
}
.header .header-cta--dark:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  background-image: url("../img/util/book_icon.webp");
  background-repeat: no-repeat;
  background-size: contain;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 22px;
}

.header__toggle {
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 0;
  background: #ffffff;
  position: relative;
  margin-left: 4px;
}

.header__toggle .nav__bar, .header__toggle .nav__bar::before, .header__toggle .nav__bar::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 1px;
  background: #111;
  transition: .2s;
}

.header__toggle .nav__bar {
  top: 50%;
}

.header__toggle .nav__bar::before {
  top: -6px;
}

.header__toggle .nav__bar::after {
  top: 6px;
}

.header__nav {
  background: #77C3BC;
}

.header-cta--blue {
  background: #78C3BC!important;
}
.header .header-cta--blue:before {
  background-image: url("../img/util/calender-white.webp");
}
/* Nav list (desktop row / mobile drawer) */

.nav__list {
  margin: 0;
  padding: 50px 30px 0 0;
  list-style: none;
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav__list .nav__link {
  display: inline-block;
  padding: 8px 4px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  opacity: .95;
  transition: opacity .2s ease, border-color .2s ease;
  border-bottom: 2px solid transparent;
}

.nav__list .nav__link:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.8);
}
.nav__list__black .nav__link:hover {
  border-color: rgba(0, 0, 0, 0.8);

}

@media (max-width: 992px) {
  .nav__list {
    position: fixed;

    background: linear-gradient(180deg, #64c1bb 0%, #3aa8a0 100%);
    padding: 18px 16px 28px;
    display: grid;
    gap: 6px;
    transform: translateY(-120%);
    transition: transform .25s ease;
    box-shadow: 0 18px 26px rgba(0, 0, 0, 0.18);
  }
  .nav--open .nav__list {
    transform: translateY(0);
  }
}

/* Responsive rules */
@media (max-width: 1200px) {
  .header__logo-svg {
    width: 120px;
  }
}

@media (max-width: 992px) {
  .header__actions {
    gap: 8px;
  }
  .header__toggle {
    display: inline-block;
  }
  .header__nav .nav__list {
    gap: 10px;
  }
  .header-cta {
    --pad-x: 12px;
    --pad-y: 9px;
  }
  .header__eyebrow-inner {
    padding-inline: 4%;
  }
}

@media (max-width: 768px) {
  .header__logo-sub {
    display: none;
  }
  .header__bar {
    grid-template-columns: 1fr auto;
  }
  .header-cta__label {
    font-size: 13px;
  }
  /* モバイルではCTA1＋ハンバーガーを優先、黒（資料請求）は隠す例 */
  .header-cta--dark {
    display: none;
  }
}

/**/
/* Phone */
.phone {
  display: flex;
  align-items: center;
  gap: 16px;
}

.phone__note {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}

.phone__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #187678;
  color: #ffffff;
  padding: 16px 23px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
}

@media (min-width: 1201px) {
  .phone__cta {
    pointer-events: none;
  }
}

.phone__cta:hover {
  background-color: #126668;
}

.phone__icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
}

.phone__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24 11.72 11.72 0 003.68.59 1 1 0 011 1V20a1 1 0 01-1 1C10.4 21 3 13.6 3 4a1 1 0 011-1h3.47a1 1 0 011 1c0 1.27.2 2.49.59 3.68a1 1 0 01-.24 1.01l-2.2 2.1z"/></svg>') center/contain no-repeat;
  background: #ffffff;
}

.phone__number {
  font-weight: 500;
  letter-spacing: .02em;
  font-size: 20px;
}

/* Header Responsive */
@media (min-width: 1201px) {
  .global-nav {
    display: flex;
  }
  .phone {
    display: flex;
  }
}

@media (max-width: 1200px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .site-header__container {
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .global-nav {
    display: none;
  }
  .phone {
    display: none;
  }
  .site-header__brand-title {
    font-size: 22px;
  }
}

/* 共通: ハンバーガー制御用チェックボックス */
.nav-toggle {
  display: none;
}

/* ハンバーガーボタン */
.nav-toggle-label {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 22px;
  position: relative;
  z-index: 1001;
  
  /* メニューより上に出す */
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.toggle-white span {
  background: #fff;
}
.toggle-white span::before {
  background: #fff;
}
.toggle-white span::after {
  background: #fff;
}
.nav-toggle-label span {
  top: 50%;
  transform: translateY(-50%);
}

.nav-toggle-label span::before {
  content: "";
  top: -8px;
}

.nav-toggle-label span::after {
  content: "";
  top: 8px;
}

/* ▼ 開いたとき */
.nav-toggle:checked + .nav-toggle-label span {
  background: transparent;
}

.nav-toggle:checked + .nav-toggle-label span::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle:checked + .nav-toggle-label span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* モバイルナビ */
.mobile-nav {
  /* 透明にする */
  opacity: 0;
  /* 見えなくして、クリックもできないようにする */
  visibility: hidden;
  /* 3. 変化にかける時間を指定（0.4秒かけてふわっとさせる） */
  transition: opacity 0.4s ease, visibility 0.4s ease!important;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  padding: 30px 0 0;
  transition: all 0.3s ease;
  /* ▼位置と見た目の固定設定（必須） */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  /*height: 100vh;*/      /* 画面いっぱいに */
  background: #fff;   /* 背景色（白） */
  z-index: 990;       /* ヘッダーより手前、ボタンより奥 */
  overflow-y: auto;   /* スクロールできるようにする */
  
}
.mobile-nav .inners {
  padding: 200px 0 0;
}
.mobile-nav .inners .wrap {

}
.mobile-nav .inners .wraps {
  width: 1280px;
  margin: auto;
  max-width: 100%;
  gap: 30px;
  padding: 16px 0 50px;
  display: flex;
}
.mobile-nav .box a:hover {
  opacity: .7;
}
.mobile-nav .inners .wraps img {
  width: 100%;

}
.mobile-nav .inners .ttl {
  width: 1280px;
  margin: auto;
  max-width: 100%;
}
.nav-toggle:checked ~ .mobile-nav {
  display: flex;
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background: #77C3BC;
    /* 不透明にする（見える） */
  opacity: 1;
  /* 操作できるようにする */
  visibility: visible;
  position: fixed;      /* 画面に対して固定 */
  top: 0;
  left: 0;
  width: 100vw;         /* 画面の横幅いっぱい */
  height: 100vh;        /* 画面の縦幅いっぱい */
  background-color: #82c0b8; /* 画像の色味（不透明）に設定 */
  z-index: 100;        /* 他のコンテンツより手前に表示 */
  
  /* コンテンツが多い場合にメニュー内だけスクロールさせる設定 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

/* ▼ レスポンシブ設定 */
/* PC / TAB (861px〜) → ハンバーガー隠す */
@media (min-width: 1201px) {

}

/* SP (〜860px) → ハンバーガー表示 */
@media (max-width: 1200px) {
  .nav-toggle-label {
    display: inline-block;
  }
  /* Phone */
  .phones {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 22px;
  }
  .phone__notes {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    width: 100%;
  }
  .phone__ctas {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #187678;
    color: #ffffff;
    padding: 16px 23px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
  }
  .phone__ctas:hover {
    background-color: #126668;
  }
  .phone__icons {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
  }
  .phone__icons::before {
    content: "";
    position: absolute;
    inset: 0;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M6.62 10.79a15.053 15.053 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24 11.72 11.72 0 003.68.59 1 1 0 011 1V20a1 1 0 01-1 1C10.4 21 3 13.6 3 4a1 1 0 011-1h3.47a1 1 0 011 1c0 1.27.2 2.49.59 3.68a1 1 0 01-.24 1.01l-2.2 2.1z"/></svg>') center/contain no-repeat;
    background: #ffffff;
  }
  .phone__numbers {
    letter-spacing: .02em;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
  }
  .nav-toggle:checked ~ .mobile-nav {
    width: 100%;
  }
}

/*修正*/
body {
	overflow-x: hidden;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	background: url(../../img/bg.png);
}
.contents {
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* :::::: toggle button :::::: */
#drawer {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
}
.open {
	z-index: 2;
	top: 55px;
	right: 22px;
	width: 48px;
	height: 48px;
	border-radius: 0;
	background: #F6F6F0;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 45%;
	border-bottom: 1px solid #707070;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	inset: 0;
	pointer-events: none;
	transition: background .6s;
}
#drawer:checked + .open {
}
#drawer:checked + .open span {
	transform: scaleX(0);
}
#drawer:checked + .open::before {
	transform: rotate(135deg) scaleX(1.2);
}
#drawer:checked + .open::after {
	transform: rotate(-135deg) scaleX(1.2);
}
#drawer:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}

/* :::::: drawer menu :::::: */
.menu {
	z-index: 1;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #78C3BC;
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu h2 {
	color: white;
	font-family: "Ubuntu Condensed", sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: center;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	line-height: 1.4;
}
.menu li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}
.menu a {
	display: block;
	color: #000;
  font-size: 18px;
	text-decoration: inherit;
	transition: background .6s;
}

.menu .inners {
  padding-top: 220px;
}
.menu .inners .wraps {
  display: flex;
  gap: 30px;
  margin-top: 25px;
  width: 90%;
  margin: auto;
  margin-bottom: 60px;
}
.menu .inners .ttl {
  display: flex;
  margin: 40px auto;
  width: 90%;
  gap: 20px;
}
.menu .inners .ttl img {
  width: 50%;
}
#drawer:checked ~ .menu {
	transform: none;
}
/* チェックボックスがONの間だけ、body（大外）のスクロールを禁止 */
body:has(.menu:checked) {
  overflow: hidden !important;
}

/* ==========================================================================
  Hero
========================================================================== */
#hero {
  background: #78C3BC;
  padding-bottom: 50px;
}
#hero figure {
  margin: 0;
  text-align: center;
  padding-top: 20px;
}
#hero figure img {
  width: 300px;
}
#hero .hero_image2 {
  padding-top: 50px;
}
#hero .hero_image2 img {
  width: 830px;
  position: relative;
  right: -110px;
}
/* ==========================================================================
  story
========================================================================== */
#story {
  background: #77C3BC;
  padding: 0;
}
.story__inner img {
  width: 95%;
}
/* ==========================================================================
  Message
========================================================================== */
#message {
  padding: 80px 0 120px;
}
#message .head_en {
  text-align: center;
  color: #fff;
  margin-top: 0;
}
#message figure {
  text-align: center;
}
#message .txt {
  color: #fff;
  font-size: 15px;
  line-height: 31px;
  text-align: center;
  margin-top: 50px;
}
/* ==========================================================================
  image
========================================================================== */
#image {
  margin-top: -10px;
}
#image img {
  width: 100%;
}

/* ==========================================================================
  guide
========================================================================== */
#guide {
  padding: 120px 0 400px;
  background-image: url("../img/top/guide_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  text-align: center;
  margin-top: -10px;
}
#guide .ttl {
  margin: 70px 0 50px;
  color: #fff;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
}
#guide .txt {
  color: #fff;
  font-size: 15px;
  line-height: 31px;
}
#guide .util_en {
  font-family: "HWT Roman Extended Lightface", serif;
  font-weight: 600;
  font-size: 17px;
}
#guide .util__btn {
  margin-top: 30px;
}
#guide .util__btn a {
  width: 300px;
  max-width: 100%;
  display: inline-block;
}
#guide .util__btn1 {
  margin-top: 50px;
}
#guide .util__btn2 a {
  color: #fff;
  background: #434343;
}
#guide .util__btn2 a::after {
  background-image: url("../img/util/arrow-right-white.png");
}
/* ==========================================================================
  building
========================================================================== */
#building {
  background: #F6F6F0;
}
#building .inner {
  width: 1280px;
  margin-right: 0;
}
#building .util_ttl {
  text-align: center;
  color: #000;
}
#building .util_en {
  text-align: center;
  color: #000;
  font-family: "HWT Roman Extended Lightface",serif;
  font-size: 17px;
}
#building .wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 70px;
}
#building .box {
  width: 40%;
}
#building .box:last-child {
  width: 60%;
}
#building .box img {
  width: 100%;
}

#building .box .ttl {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  line-height: 39px;
}
#building .box .txt {
  font-size: 15px;
  margin-top: 40px;
}
/* ==========================================================================
  brands
========================================================================== */
#brands {
  padding-bottom: 120px;
}
#brands .util_ttl {
  text-align: center;
  color: #000;
}
#brands .util_en {
  text-align: center;
  color: #000;
  font-family: 'Avenir','Calibri',sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
#brands .inner {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
#brands .wrap {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}
#brands .wrap .box {
  width: 31%;
}
#brands figure {
  margin: 0;
}
#brands .logo {
  text-align: center;
  padding-bottom: 0;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
#brands .logo img {
  width: 180px;
}
#brands .image {
  height: 244px;
}
#brands .image img {
  width: 100%;
  height: 244px;
}
#brands .ttl {
  text-align: center;
  font-size: 24px;
  background: #fff;
  padding-top: 15px;
  font-family: "Shippori Mincho", serif;
}
#brands .txt {
  font-size: 14px;
  background: #fff;
  padding: 10px 15px 20px;
}
/* ==========================================================================
  plan
========================================================================== */
#plan {
  background: #fff;
}
#plan .util_ttl {
  text-align: center;
  color: #000;
}
#plan .util_en {
  text-align: center;
  color: #000;
  font-family: "HWT Roman Extended Lightface",serif;
  font-weight: 600;
}
#plan .wrap {
  display: flex;
  align-items: center;
  gap: 0;
}

#plan .wrap .box {
  width: 50%;
  text-align: center;
}

#plan .wrap .box img {
  width: 100%;
}

#plan .ttl {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
}

#plan .txt {
  font-size: 16px;
  line-height: 33px;
}

#plan .util__btn a {
  background:#F6F6F0;
}

/*vr*/
#vr iframe {
  width: 100%;
  height: 500px;
}

/* ==========================================================================
  location
========================================================================== */
#location {
  background: #F6F6F0;
}
#location .util_ttl {
  text-align: center;
  color: #000;
}
#location .util_en {
  text-align: center;
  color: #000;
  font-family: "HWT Roman Extended Lightface",serif;
}
#location .wrap {
  display: flex;
  align-items: center;
  gap: 0;
}

#location .wrap .box {
  width: 50%;
  text-align: center;
}

#location .wrap .box img {
  width: 100%;
}

#location .ttl {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
  line-height: 41px;
}

#location .txt {
  font-size: 16px;
}
/* ==========================================================================
  access
========================================================================== */
#access {
  background: #fff;
}
#access .util_ttl {
  text-align: center;
  color: #000;
}
#access .util_en {
  text-align: center;
  color: #000;
  font-size: 17px;
  font-family: "HWT Roman Extended Lightface",serif;
}
#access .wrap {
  display: flex;
  align-items: center;
  gap: 0;
}

#access .wrap .box {
  width: 50%;
  text-align: center;
}

#access .wrap .box img {
  width: 100%;
}

#access .ttl {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  line-height: 41px;
}

#access .txt {
  font-size: 16px;
}
#access .util__btn a {
  background:#F6F6F0;
}

/* ==========================================================================
  cta
========================================================================== */
#cta {
}
.cta_inner_wrap_box{
    width: 50%;
}
.cta_inner_wrap_box.gray{
    background: #898989;
}
.cta_inner_wrap_box.green{
    background: #78C3BC;
}

#cta .util_en {
  font-family: "HWT Roman Extended Lightface",serif;
  font-size: 17px;
}
#cta .wrap {
  display: flex;
  align-items: normal;
}
#cta .wrap .box {
  width: 100%;
  max-width: 540px;
  margin-inline:auto;
  padding: 75px 20px;
}

/*
#cta .wrap .box:first-child {
  background: #898989;
}
#cta .wrap .box:last-child {
  background: #78C3BC;
}
*/

#cta .txt {
  padding: 15px 0 30px;
  color: #fff;
  font-size: 14px;
}
#cta img {
/*  height: 300px; */
}

#cta .util_en {
  font-size: 18px;
}

#cta .util__btn img {
  width: 25px;
  height: 22px;
  object-fit: contain;
  top: -3px;
  left: -9px;
  position: relative;
}

@media screen and (max-width:660px){
    #cta .wrap {
        flex-wrap: wrap;
    }
    .cta_inner_wrap_box{
        width: 100%;
    }
        
}/*END*/



/* ==========================================================================
  Footer
========================================================================== */
.site-footer {
  background: #f6f5f2;
  color: #2b2b2b;
  padding: 80px 0;
  text-align: center;
}
.site-footer__brand {
  display: grid;
  place-items: center;
  row-gap: 8px;
  margin-bottom: 28px;
}

.site-footer__brand img {
  width: 240px;
  margin: auto;
  max-width: 100%;
}
.site-footer__brand a:hover {
  opacity: .7;
}
.site-footer__sup {
  margin: 0;
  font-size: 12px;
  letter-spacing: .25em;
  color: rgba(0,0,0,.6);
}

.site-footer__logo {
  text-decoration: none;
  display: grid;
  place-items: center;
  margin: 2px 0;
}

.site-footer__logo-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: .18em;
}

.site-footer__logo-sub {
  font-size: 11px;
  line-height: 1.15;
  letter-spacing: .28em;
  margin-top: 6px;
  color: rgba(0,0,0,.7);
  text-transform: uppercase;
}

.site-footer__title {
  margin: 10px 0 6px;
  font-size: 18px;
  letter-spacing: .18em;
}

.site-footer__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.site-footer__divider em {
  font-style: normal;
  color: rgba(0,0,0,.7);
  font-size: 12px;
  letter-spacing: .18em;
}

.site-footer__divider span {
  flex: 1 1 88px;
  height: 1px;
  background: rgba(0,0,0,.2);
}

.site-footer__nav {
  margin-top: 24px;
}

.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 4px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  width: 1000px;
  max-width: 100%;
}

.site-footer__link {
  display: inline-block;
  padding: 6px 2px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  color: #333;
  opacity: .9;
  border-bottom: 2px solid transparent;
  transition: opacity .2s, border-color .2s, transform .2s;
}

.site-footer__link:hover {
  opacity: 1;
  border-color: rgba(0,0,0,.5);
}

.site-footer__copy {
  display: block;
  margin-top: 24px;
  font-size: 12px;
  color: rgba(0,0,0,.55);
  letter-spacing: .12em;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .site-footer__links {
    gap: 14px 18px;
  }
  .site-footer__logo-text {
    font-size: 40px;
  }
  .site-footer__title {
    font-size: 16px;
  }
}

.footer {
  text-align: center;
  padding-top: 80px;
  background: #fff;
}
.footer img {
  width: 250px;
  max-width: 100%;
}
.footer .util__btn {
  margin-top: 60px;
}
.footer .util__btn a {
  background: #f6f5f2;
}
.footer .util__btn a::after {
  background-image: url("../img/util/footer_icon.webp");
  width: 15px;
  height: 15px;
}
.site-footer__copy {
  margin-top: 80px;
}

/*
condept_top
*/

.concept_image {
  width: 100%;
}

#condept_top {
  background-image: url();
}

.concept__header {
  background: #C0BCB3;
}
.concept__header .header__bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.concept__header .header__nav {
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
  background: none;
}

.util__header_box .util_moji {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  margin: auto;
}
.util__header_box .util_moji .moji1 {
  width: 520px;
  max-width: 100%;
  margin: auto;
  margin-top: 20px;
}
.util__header_box .util_moji .moji2 {
  width: 370px;
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
  
}
.util__header_box .util_moji .ttl {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  margin: 40px 0 50px;
}
.util__header_box .util_moji .txt {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.town-header .util_moji .txt {
  color: #000;
  margin-top: 50px;
  font-size: 16px;
}
.environment__header .util_moji .moji1 {
  width: 380px;
}
.environment__header .util_moji .txt {
  margin-top: 50px;
}
.access__header .util_moji .moji1 {
  width: 380px;
}
.access__header .util_moji .txt {
  margin-top: 50px;
  color: #000;
}
#concept_story {
  background: #C0BCB3;
}
#concept_story .head_ttl {
  font-family: "HWT Roman Extended Lightface",serif;
  font-weight: 900;
  position: relative;
}
#concept_story .head_ttl::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
#concept_story .head_en {
  margin-top: 8px;
}

#concept_story .ttl {
  font-size: 32px;
  margin: 30px 0 15px;
  font-family: "Shippori Mincho", serif;
  line-height: 53px;
}

#concept_story .txt {
  margin-top: 40px;
}
#concept_story .wraps {
  align-items: center!important;
  margin-top: 40px;
}
#concept_story .wrap {
  align-items: flex-start;
  gap: 40px;
}

#concept_story .ttls {
  font-size: 24px;
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
  line-height: 41px;
}


#concept_commit {
background: #F6F6F0;
padding: 120px 0 60px;
}
#concept_commit .util_ttl {
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
#concept_commit .util_en {
  text-align: center;
  color: #000;
  font-family: 'Avenir','Calibri',sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
}

#concept_commit .wrap {
  margin-top: 30px;
}
#concept_commit .wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 20px;
}

#concept_commit .box .ttl {
  font-size: 21px;
  font-family: "Shippori Mincho", serif;
}
#concept_commit .box .txt {
  font-size: 14px;
  margin-top: 9px;
  letter-spacing: 0;
  line-height: 24px;
}
#concept_commit .wrapper {
  display: flex;
  align-items: center;
}
#concept_commit .wrap {
  margin-right: 10px;
  margin-left: 10px;
}
#concept_commit .wrap .box:first-child {
  width: 30%;
}
#concept_commit .wrap .box:first-child img {
  width: 100%;
} 
#concept_commit .wrap .box:last-child {
  width: 70%;
}
#concept_commit iframe {
  width: 100%;
  margin-top: 40px;
}

#concept_kurashi {
  background: #F6F6F0;
  padding: 0 0 30px;
}

#concept_kurashi .wrap {
  gap: 30px;
}

#concept_kurashi .ttl {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
}

#concept_kurashi .txt {
  font-size: 16px;
  margin-top: 30px;
}

#concept_kurashi .util__btn {
  text-align: left;
  margin-top: 50px;
}
#concept_event {
  padding-top: 30px;
}
#concept_event .wrap {
  background: #fff;
  padding: 40px;
  gap: 30px
}

#concept_event .ttl {
  font-family: "Shippori Mincho", serif;
}
#concept_event .txt {
  margin-top: 30px;
  font-size: 15px;
}


#concept_map {
  background: #fff;
  padding: 120px 0;
}

#concept_map .ttl {
  font-size: 35px;
  margin: 30px 0 15px;
}
#concept_map .head_ttl {
  font-family: "HWT Roman Extended Lightface",serif;
  font-weight: 900;
  position: relative;
}
#concept_map .head_ttl::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
#concept_map .head_en {
  margin-top: 8px;
}
#concept_map .txt {
  margin-top: 40px;
}
#concept_map .wraps {
  align-items: center!important;
}
#concept_map .wrap {
  align-items: flex-start;
  gap: 40px;
}

#concept_map .ttls {
  font-size: 24px;
  margin-bottom: 40px;
}

#concept_map .ttl {
  font-size: 30px;
  font-family: "Shippori Mincho", serif;
}

#concept_map .wrap img {
  margin-top: 40px;
}

#concept_map .landmap_image {
  padding-top: 60px;
}

#town_planning {
  background-image: url("../img/city-concept/bg-town-planning.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 700px;
}

#town_planning .wrap {
  align-items: flex-start;
}

#town_planning .ttl {
  margin-bottom: 50px;
  margin-top: 30px;
  font-size: 34px;
  font-family: "Shippori Mincho", serif;
}
#town_planning .head_ttl {
  font-family: "HWT Roman Extended Lightface",serif;
  font-weight: 900;
  position: relative;
}
#town_planning .head_ttl::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 90%;
  height: 1px;
  background: #000;
}
#town_planning .head_en {
  margin-top: 8px;
}

#town_planning .ttls {
  margin-bottom: 50px;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
}

#town_planning .txt {
  font-size: 15px;
}

/*design-code.html*/

.design_header {
  background: #fff;
}

.design_header .header__nav {
  background: #fff;
}
.design_header .header__nav li a {
  color: #000;
}
.design_header .design_headers {
  background: #78C3BC;
}

.design_header .design_headers:before {
  background-image: url("../img/util/calender-white.webp");
}



#design-code {
  background: #fff;
  padding: 130px 0 60px;
}
#design-code .util_ttl {
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
#design-code .util_en {
  text-align: center;
  color: #000;
  font-family: "HWT Roman Extended Lightface",serif;
  font-size: 17px;
}
#design-code a img {
  border-bottom: 2px solid #ddd;
}
#design-code a img:hover {
  opacity: .7;
}

#design-code .txts {
  text-align: center;
  margin: 50px 0 30px;
}

#design-code .wrap {
  gap: 35px;
  padding-top: 50px;
}
#design-code .wrapm {
  padding-top: 0;
}

#design-code .num {
  font-size: 24px;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Shippori Mincho", serif;  
}
#design-code .num:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 21px;
}

#design-code .num span {
  font-size: 48px;
  margin-right: 10px;
  font-family: "HWT Roman Extended Lightface",serif;
  font-weight: 400;
  position: relative;
  top: 0;
}
#design-code .ttl {
  font-size: 32px;
  margin: 18px 0 35px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 1px;
}

#design-code .subttl {
  font-size: 18px;
  margin-bottom: 37px;
  letter-spacing: 1px;
}

.design-code2 {
  background: #F6F6F0!important;
  padding: 80px 0 80px!important;
}

.design-code3 {
  padding: 30px 0 80px!important;
}

.house-made__header {
  background: #f6f5f2;
}
.house-grades {
  padding-top: 100px!important;
}
#house-grade {
  background: #fff;
  padding-top: 0;
}

#house-grade .wrap {
  gap: 35px
}
#house-grade .head_ttl {
  font-family: "HWT Roman Extended Lightface",serif;
  font-weight: 900;
  position: relative;
}
#house-grade .head_ttl::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
#house-grade .head_en {
  margin-top: 8px;
}
#house-grade .ttl {
  font-size: 31px;
  margin: 25px 0 33px;
  font-family: "Shippori Mincho", serif;
}
#house-grade .subttl {
  font-size: 22px;
  margin: 20px 0 30px;
  font-family: "Shippori Mincho", serif;
}
#house-grade figure {
  margin: 50px 0 0;
}


#house-planning {
  background: #78C3BC;
  color: #fff;
}

#house-planning .wrap {
  gap: 35px;
  margin: 70px 0;
}
#house-planning .wraps {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 30px;
  gap: 10px;
}
#house-planning .wraps .boxs {
  background: #fff;
  color: #000;
  border-radius: 100%;
  width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#house-planning .ttl {
  font-size: 29px;
  margin: 25px 0 33px;
  font-family: "Shippori Mincho", serif;
}
#house-planning .subttl {
  font-size: 23px;
  margin: 20px 0 30px;
  font-family: "Shippori Mincho", serif;
}
#house-planning .head_ttl {
  font-family: "HWT Roman Extended Lightface",serif;
  font-weight: 900;
  position: relative;
}
#house-planning .head_ttl::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
#house-planning .head_en {
  margin-top: 8px;
}
#sdgs {
  background: #F6F6F0;
}
#sdgs .wrap {
  gap: 35px;
}

#sdgs .ttl {
  font-size: 31px;
  margin: 20px 0 30px;
  font-family: "Shippori Mincho", serif;
}
#sdgs .wraps {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 30px;
}
#sdgs .wraps .boxs {
  background: #787869;
  color: #fff;
  border-radius: 100%;
  width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
}
#sdgs .head_ttl {
  font-family: "HWT Roman Extended Lightface",serif;
  font-weight: 900;
  position: relative;
}
#sdgs .head_ttl::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
#sdgs .head_en {
  margin-top: 8px;
}

#house-service {
  background: #fff;
}

#house-service .util_ttl {
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
#house-service .util_en {
  text-align: center;
  color: #000;
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 20px;
  font-family: 'Futura','Gadugi',sans-serif;
  font-weight: 400;
}

#house-service .wrap {
  gap: 35px;
  margin-top: 50px;
}

#house-service .wrap2 .box:first-child {
  width: 30%;
}
#house-service .wrap2 .box:last-child {
  width: 70%;
}
#house-service .ttl {
  font-size: 24px;
  margin-bottom: 25px;
  font-family: "Shippori Mincho", serif;
}


.plan .wrap {
  gap: 20px;
}
.plan .wrap .box {

  width: 25%;
  
}

.image img {
  width: 100%;
}


#plan_map .title {
  font-size: 46px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 3px;
}
#plan_map .text {
  font-size: 15px;
  margin-top: 18px;
}

#plan_map .wrap {
  gap: 35px;
}
#plan_map .wraps {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

#plan_map .wraps .boxs {
  width: 25%;
  background: #787869;
  color: #fff;
  text-align: center;
  font-size: 15px;
}

#plan_map .wrapm {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
}
#plan_map .wrapm .num {
  font-size: 58px;
  font-family: "Shippori Mincho", serif;
  font-style: italic;
}
#plan_map .wrapm .ttl {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  margin-top: -10px;
}
#plan_map .wrapm .txt {
  font-size: 15px;
  margin-top: 10px;
}
#plan_map .wrapm .boxm {
  width: 40%;
}
#plan_map .wrapm .boxm:last-child {
  width: 60%;
}
#plan_map .wrapm .boxm img {
  width: 100%;
}

.map_2 {
  background: #D2D8CA;
  margin-top: -10px;
}
.map_2_wraps .boxs:nth-child(2) {
  width: 55%!important;
}
.map_2_wraps .boxs:nth-child(3) {
  width: 15%!important;
}
.map_2_wraps .boxs:nth-child(4) {
  width: 15%!important;
}

.map_3 {
  background: #F8F2F2;
}


.map_4 {
  background: #fff;
  margin-top: -10px;
}
#lot .wrap {
  gap: 35px;
}

#lot .ttl {
  margin: 25px 0 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
}
#lot .head_ttl {
  font-family: "HWT Roman Extended Lightface",serif;
  font-weight: 900;
  position: relative;
}
#lot .head_ttl::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 90%;
  height: 1px;
  background: #000;
}
#lot .head_en {
  margin-top: 8px;
}


#lot2 .wrap {
  gap: 20px;
  margin-top: 20px;
}
#lot2 .wraps {
  display: flex;
  gap: 18px;
}

#lot2 .wraps .boxs:first-child {
  width: 35%;
}

#lot2 .wraps .boxs:last-child {
  width: 65%;
}

#lot2 .box {
  padding: 15px;
}

#lot2 .wraps {
  align-items: center;
}
#lot2 .wraps .ttl {
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
}

#lot2 .wraps .subttl {
  font-size: 18px;
  margin-top: 10px;
  font-family: "Shippori Mincho", serif;
}

#lot2 .box {
  background: #fff;
}

#lot2 .txt {
  font-size: 15px;
  margin-top: 10px;
}

#lot2 .wrapm {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  align-items: center;
  background: #D5D3CD;
}

#lot2 .wrapm .boxm {
  display: flex;
  align-items: center;
  font-size: 14px;
}
#lot2 .wrapm .boxm img {
  width: 25px;
  height: 20px;
  margin-right: 5px;
}

#lot-image {
  padding: 40px 0 100px;
}

#lot-image .ttl {
  font-size: 24px;
}

#lot-image .txt {
  font-size: 14px;
}
#lot-image .inner {
  width: 900px;
}

#security {
  background: #fff;
  padding-bottom: 100px;
  padding-top: 50px;
}
#security .wrap {
  gap: 35px;
  margin-top: 60px;
}

#security figure {
  padding: 80px 0 0;
}

#security .head_ttl {
  font-family: "HWT Roman Extended Lightface",serif;
  font-weight: 900;
  position: relative;
}
#security .head_ttl::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
#security .head_en {
  margin-top: 8px;
}

#security .wrap .ttl {
  font-size: 33px;
  margin: 20px 0 30px;
  font-family: "Shippori Mincho", serif;
}

#security .wrap .subttl {
  font-size: 20px;
  margin: 15px 0 20px;
  font-family: "Shippori Mincho", serif;
}

#security .util__btn a {
  background: #F6F6F0;
}

#specification .util_ttl {
  text-align: center;
  color: #000;
}
#specification .util_en {
  text-align: center;
  color: #000;
  font-family: 'Avenir','Calibri',sans-serif;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 15px;
}

#specification .wrap {
 gap: 35px;
 margin-top: 35px; 
}

#specification .firstwrap {
  margin-top: 60px;
}

#specification .num {
  font-size: 24px;
  display: flex;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  position: relative;
}

#specification .num span {
  font-size: 48px;
  margin-right: 10px;
  font-family: "HWT Roman Extended Lightface",serif;
  font-weight: 400;
  position: relative;
  top: -3px;
}
#specification .num:after {
  content: "";
  width: 90%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 15px;
}


#specification .ttl {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  margin-top: 15px;
}


.town-header .nav__list .nav__link {
  color: #000;
}
.town-header .nav__list .nav__link:hover {
  border-bottom: 2px solid #000;
}

.guide_image {
  margin-top: -10px;
  background: #fff;
}

#guide_spot {
  background: #fff;
}

#guide_spot .util_ttl {
  text-align: center;
  color: #000;
}
#guide_spot .util_en {
  text-align: center;
  color: #000;
  font-family: 'Avenir','Calibri',sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

#guide_spot .wrap {
  gap: 35px;
  margin-top: 25px;
}

#guide_spot .firstwrap {
  margin-top: 80px;
}
#guide_spot .box:first-child {
  width: 42%;
}
#guide_spot .box:last-child {
  width: 58%;
}

#guide_spot .wraps .box:first-child {
  width: 58%;
}
#guide_spot .wraps .box:last-child {
  width: 42%;
}
#guide_spot .num {
  font-size: 48px;
  font-weight: 400;
  font-family: "HWT Roman Extended Lightface",serif;
  position: relative;
  top: 10px;
}
#guide_spot .ttl {
  font-size: 32px;
  line-height: 36px;
  font-family: "Shippori Mincho", serif;
  margin-top: 0;
  position: relative;
}
#guide_spot .wrap3 .ttl::after {
  content: "";
  position: absolute;
  top: -35px;
  bottom: 0;
  right: 0;
  background-image: url("../img/townguide/03+.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 120px;
}
#guide_spot .wrap4 .ttl::after {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 0;
  right: -8px;
  background-image: url("../img/townguide/4+.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 72px;
}
#guide_spot .wrap5 .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("../img/townguide/5+.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 120px;
}
#guide_spot .wrap6 .ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("../img/townguide/6+.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 71px;
  height: 86px;
}
#guide_spot .ttl span {
  font-size: 14px;
  font-family: 'Avenir','Calibri',sans-serif;
  letter-spacing: 2px;
}

#guide_spot .subttl {
  font-size: 24px;
  margin: 20px 0 20px;
  font-family: "Shippori Mincho", serif;
}

#guide_spot .txt {
  font-size: 15px;
}


#guide_spot ul {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}
#guide_spot ul li {
  font-size: 16px;
}
#guide_spot ul li img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 10px;
}
#guide_spot ul li a {
  color: #78C3BC;
}
#guide_spot ul::marker {
  list-style: none;
}

#environment_location {
  background: #fff;
  margin-top: -10px;
}

#environment_location .util_ttl {
  text-align: center;
  color: #000;
}
#environment_location .util_en {
  text-align: center;
  color: #000;
  font-family: 'Avenir','Calibri',sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
}

#environment_location .ttl {
  text-align: center;
  margin: 40px 0 35px;
  font-family: "Shippori Mincho", serif;
}

#environment_location .txt {
  text-align: center;
}

#environment_location .wrap {
  gap: 38px;
  flex-wrap: wrap;
}

#environment_location .box {
  width: 22%;
}

#environment_location .ttls {
  font-size: 24px;
  padding: 50px 0 15px;
  font-family: "HWT Roman Extended Lightface",serif;
}
#environment_location .ttls span {
  font-family: "Shippori Mincho", serif;
}

#environment_location .txts {
  text-align: center;
  margin-top: 50px;
  font-size: 13px;
}

#environment_location .name {
  font-family: "Shippori Mincho", serif;
}

#access2 {
  background: #fff;
  margin-top: -10px;
}


#access2 .util_ttl {
  text-align: center;
  color: #000;
}
#access2 .util_en {
  text-align: center;
  color: #000;
  font-family: 'Avenir','Calibri',sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 14px;
}

#access2 .txt {
  text-align: center;
}
#access2 .ttl {
  text-align: center;
  margin: 55px 0 40px;
  font-family: "Shippori Mincho", serif;
}

#access2 .wrap {
  gap: 25px;
  margin-top: 70px;
}

#access2 .name {
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
}
#access2 .name span {
  font-size: 23px;
}

#access2 .time {
  margin: 35px 0;
}
#access2 .map {
  margin: 35px 0;
}
#access2 .txts {
  font-size: 13px;
}

#outline {
  background: #fff;
  padding-top: 120px;
}
#outline .util_ttl {
  text-align: center;
  color: #000;
}
#outline .util_en {
  text-align: center;
  color: #000;
  font-size: 17px;
  font-family: "HWT Roman Extended Lightface",serif;
}

#outline .ttl {
  margin: 40px 0 20px;
  font-family: "Shippori Mincho", serif;
}
#outline .txt {
  font-size: 13px;
  margin: 20px 0;
}
/* テーブルベース */
.spec__table{
  width:100%;
  border-collapse: separate;
  border-spacing:0;
  border-top:1px solid #dcd7c9;
  background:#fff;
  table-layout: fixed;
  font-size: 15px;
  line-height: 1.9;
}

/* 1行 */
.spec__row{}
.spec__th,
.spec__td{
  padding:14px 16px;
  border-bottom:1px solid #dcd7c9;
  vertical-align: top;
}

/* 左列（見出しセル） */
.spec__th{
  width: 220px;                 /* PCで見出し幅を固定 */
  background:#f4f2e9;           /* うすいベージュ */
  color:#333;
  font-weight:500;
  text-align: left;
  letter-spacing:.02em;
}

/* 右列（値セル） */
.spec__td{
  background:#fff;
  color:#222;
  word-break: break-word;
}
.spec__td br{ line-height: 2; }

.spec__note{
  display:block;
  color:#666;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 6px;
}

/* ---- スマホ表示：1列に折りたたみ ---- */
@media (max-width: 768px){
  .header__actions {
    padding-right: 20px;
  }
  .spec__table,
  .spec__table tbody,
  .spec__row,
  .spec__th,
  .spec__td{ display:block; width:100%; }

  .spec__table{ border-left: none; }

  .spec__th{
    border-right:none;
    padding:12px 14px;
    background:#f4f2e9;
    font-size:14px;
  }
  .spec__td{
    padding:12px 14px 16px;
    position: relative;
    font-size:14px;
  }

  /* 見出しを擬似的に付与（アクセシビリティ配慮でdata-labelを表示） */
  .spec__td::before{
    content: attr(data-label);
    display:block;
    color:#555;
    font-weight:700;
    margin-bottom: 4px;
  }
}


#request {

  padding-top: 120px;
  
}
#request {
  background: #fff;
}
#request .util_ttl {
  text-align: center;
  color: #000;
}
#request .util_en {
  text-align: center;
  color: #000;
  font-family: "HWT Roman Extended Lightface",serif;
  font-size: 17px;
}

#request .txt {
  text-align: center;
  margin: 40px 0 20px;
}

#form {
  background: #fff;
  padding-top: 0;
}
#form .util_ttl {
  text-align: center;
  color: #000;
}
#form .util_en {
  text-align: center;
  color: #000;
  font-family: 'Avenir','Calibri',sans-serif;
  font-weight: 500;
  letter-spacing: 3px;  font-size: 17px;
}
#form form {
  margin-top: 40px;
}
/* --- section --- */
.form-section{ background:#fff; }
.form-section__title{ font-size:20px; margin:0 0 10px; font-weight:700; letter-spacing:.04em; }

/* --- form wrapper --- */
.c-form{ color:var(--text); }
.c-form__group{
  background: var(--beige);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:14px;
  margin: 14px 0;
}
.c-form__label{
  font-weight:500; 
  letter-spacing:.02em; 
  display:inline-flex; 
  align-items:center; 
  gap:8px; 
  margin-bottom:20px;
  width: 100%;
  background: #F6F6F0;
  padding: 13px 20px;
}
.c-form__badge{
  display:inline-block; 
  font-size:12px; 
  padding: 3px 8px; 
  border-radius: 4px;
}
.c-form__badge--required { 
  color:#fff; 
  background: #78C3BC 
}
.c-form__badge--optional{
  color:#888; 
  background: #fff; 
  border-color:#C9C9C9; 
}

/* --- inputs --- */
.c-form__control{
  width:100%; 
  padding:12px 12px; 
  border-radius:8px; 
  border:1px solid #c9c9c9; 
  background:#fff;
  font-size:16px; 
  line-height:1.5; 
  outline: none; 
  box-shadow: inset 0 1px 0 rgba(0,0,0,.02);
}
.c-form__control:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(100, 193, 187, .18);
  background: #fff;
}

.c-form__control--sm {
  max-width: 320px;
}

.c-form__control--md {
  max-width: 320px;
  margin: 13px 0;
}

.c-form__slot {
  margin-top: 20px;
}
.c-form__textarea {
  min-height: 160px;
  resize: vertical;
}

/* sub labels in address rows */
.c-form__inline {
  margin-top: 8px;
}

.c-form__sub {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}

/* --- checks (grid) --- */
.c-form__checks {
  display: grid;
  gap: 10px 16px;
}

.c-form__checks--2col {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .c-form__checks--2col {
    grid-template-columns: 1fr;
  }
}

/* custom checkbox */
.c-check {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.c-check__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.c-check__box {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  flex: 0 0 20px;
  background: #fff;
  border: 1px solid #c9c9c9;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .02);
  position: relative;
}

.c-check__label {
  line-height: 1.6;
}

.c-check__input:focus-visible + .c-check__box {
  outline: 3px solid rgba(100, 193, 187, .25);
}

.c-check__input:checked + .c-check__box {
  border-color: var(--teal);
  background: var(--teal);
}

.c-check__input:checked + .c-check__box::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: 2px solid #C9C9C9;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

/* --- policy text/link --- */
.c-form__policy {
  margin: 6px 0 10px;
  color: #555;
  font-size: 14px;
}

.c-form__link {
  color: #136;
  text-underline-offset: 2px;
}

.c-form__link:hover {
  text-decoration: underline;
}

/* --- actions --- */
.c-form__actions {
  text-align: center;
  padding: 10px 0 24px;
}

.c-button{
  appearance:none; 
  border:0; 
  cursor:pointer; 
  font-weight:700; 
  letter-spacing:.06em;
  padding: 14px 28px; 
  box-shadow: var(--shadow);
}
.c-button--primary{
  color: #fff;
  background: #0199B6;
  width: 400px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}
.c-button--primary:hover{ 
  transform: translateY(-1px); 
  filter: brightness(1.03); 
}
.c-button--primary:active { 
  transform: translateY(0); 
  box-shadow: 0 4px 10px rgba(0,0,0,.08); 
}

.c-form__hint {
  margin-top: 0;
}
/* --- small screen tweaks --- */
@media (max-width:768px){
  .c-form__control--sm, .c-form__control--md{ max-width: 100%; }
}


#benefit {
  background: #fff;
  padding-top: 0;
}
#benefit .util_ttl {
  text-align: center;
  color: #000;
}
#benefit .util_en {
  text-align: center;
  color: #000;
  font-family: 'Avenir','Calibri',sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 17px;
}
#benefit .ttl {
  font-size: 23px;
  margin-top: 15px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
#benefit .txt {
  font-size: 16px;
  margin-top: 15px;
}
#benefit .wrap {
  margin-top: 40px;
  gap: 30px;
  align-items: flex-start;
}


#showroom {
  
}

#showroom {
  background: #fff;
  padding-top: 0;
}
#showroom .util_ttl {
  text-align: center;
  color: #000;
}
#showroom .util_en {
  text-align: center;
  color: #000;
  font-family: 'Avenir','Calibri',sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 17px;
}
#showroom .ttl {
  font-size: 23px;
  margin-top: 6px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
#showroom .txt {
  font-size: 16px;
  margin-top: 0;
}
#showroom .wrap {
  margin-top: 40px;
  gap: 30px;
}

#showroom ul {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}
#showroom ul li {
  font-size: 16px;
}
#showroom ul li img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 3px;
}
#showroom ul::marker {
  list-style: none;
}
#showroom .wraps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
#showroom .wraps .boxs {
  color: #fff;
  background: #78C3BC;
  padding: 3px 11px;
  font-size: 13px;
}

#policy {
  background: #fff;
  padding-top: 120px;
}
#policy .util_ttl {
  text-align: center;
  color: #000;
}
#policy .util_en {
  text-align: center;
  font-family: "HWT Roman Extended Lightface",serif;
  font-size: 17px;
  color: #000;
}

#policy .ttl {
  margin: 50px 0 20px;
  font-family: "Shippori Mincho", serif;
}

#policy .txt {
  margin-top: 20px;
}

#policy .name {
  text-align: right;
  margin-top: 30px;
}

#policy .spec__table {
  margin-top: 30px;
}


#sitemap {
  background: #fff;
  padding-top: 120px;
}
#sitemap .util_ttl {
  text-align: center;
  color: #000;
}
#sitemap .util_en {
  text-align: center;
  color: #000;
  font-family: "HWT Roman Extended Lightface",serif;
  font-size: 17px;
}
/* grid 3col -> 2col -> 1col */
.sitemap__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px,2.4vw,28px) clamp(26px,3.4vw,40px);
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .is_pc {
    display: none;
  }
}
@media (max-width: 1024px){
  .sitemap__grid{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px){
  .sitemap__grid{ grid-template-columns: 1fr; }
}

/* block */
.sitemap__block{ min-height: 140px; }

/* section heading */
.sitemap__heading{
  font-weight:400;
  font-size: 21px;
  letter-spacing:.08em;
  margin:0 0 10px;
  font-family: "Shippori Mincho", serif;
  padding-top: 2px;
}

/* list with teal dots */
.sitemap__list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  row-gap:10px;
  margin-top: 25px;
}
.sitemap__list li{
  position:relative;
  padding-left:16px;
}
.sitemap__list li::before{
  content:"";
  position:absolute;
  left:0; top:.75em;
  width:6px; height:6px;
  border-radius:50%;
  background:#64c1bb;   /* ティールのドット */
}
.sitemap__list a{
  color:#2b2b2b;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:opacity .2s, border-color .2s, transform .2s;
}
.sitemap__list a:hover{
  opacity:.9;
  border-color:rgba(0,0,0,.28);
  transform: translateY(-1px);
}

/* single link with horizontal rule */
.sitemap__rule{
  border:0;
  height:1px;
  background: rgba(0,0,0,.18);
  margin: 0 0 12px;
}
.sitemap__single{
  display:inline-block;
  font-weight:700;
  letter-spacing:.06em;
  text-decoration:none;
  color:#2b2b2b;
  border-bottom:1px solid transparent;
  padding: 4px 0;
  transition:border-color .2s, transform .2s, opacity .2s;
}
.sitemap__single:hover{
  border-color: rgba(0,0,0,.28);
  transform: translateY(-1px);
  opacity:.95;
}


/*ぱんくず*/

/* パンくずリスト全体 */
.breadcrumb .inner {
  width: 90%;
  max-width: 100%;

}
.breadcrumb {
  background: none;
  padding: 30px 0 6px;
  font-size: 14px;
  color: #333;
}
.design-breadcrumb {
  background: #fff;
}
.concept-breadcrumb {
  background: none;
}
.concept-breadcrumb .breadcrumb__separator {
  color: #000;
}
.environment_breadcrumb {
  color: #fff;
}
.environment_breadcrumb .breadcrumb__separator {
  color: #fff;
}
.environment_breadcrumb a {
  color: #fff;
}
.environment_breadcrumb .breadcrumb__current {
  color: #fff;
}
.breadcrumbs {
  position: absolute;
    top: 180px;
    width: 100%;
    background: none;
}

/* リスト構成 */
.breadcrumb__list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 6px;
}

/* 各項目 */
.breadcrumb__item {
  display: flex;
  align-items: center;
}

/* 区切り（＞） */
.breadcrumb__separator {
  color: #aaa;
  margin: 0 4px;
}

/* リンク部分 */
.breadcrumb__link {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.breadcrumb__link:hover {
  color: #64c1bb; /* ティール */
}

/* 現在ページ */
.breadcrumb__current {
  color: #000;
  font-weight: 500;
}

/* --- ローディング画面のコンテナ --- */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff; /* 最終的な背景色 */
  
  /* ローディング全体が終了したら画面自体を消すアニメーション */
  animation: hideLoader 1s ease-in-out 3s forwards;
  /* 8s = 全体のアニメーション時間の合計後に実行
     forwards = アニメーション終了時の状態（非表示）を維持
  */
}

/* --- 各画像の共通設定 --- */
.loader-slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* --- 各画像のレイヤー設定（z-indexで重なり順を指定） --- */

/* 1番下：風景＋メッセージ (00_anime1.jpg) */
.slide-bottom {
  background-image: url('./00_anime1.jpg');
  z-index: 1;
}

/* 真ん中：風景＋ロゴ (00_anime2.jpg) */
.slide-middle {
  background-image: url('./00_anime2.jpg');
  z-index: 2;
  /* 5秒後にフェードアウトして下のメッセージを見せる */
  animation: fadeOut 1.5s ease-in-out 1s forwards;
}

/* 1番上：単色＋ロゴ (00_anime3.jpg) */
/*
.slide-top {
  background-image: url('./00_anime3.jpg');
  z-index: 3;
  animation: fadeOut 1.5s ease-in-out 2.5s forwards;
}
*/

/* --- フェードアウトのアニメーション定義 --- */
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}

/* --- ローディング画面全体を消してメインコンテンツを表示する定義 --- */
@keyframes hideLoader {
  0% { opacity: 1; }
  99% { width: 100%; height: 100%; }
  100% { opacity: 0; width: 0; height: 0; visibility: hidden; }
}

/* --- メインコンテンツ（デモ用） --- */
.main-content {
  position: relative;
  z-index: 1;
  padding: 50px;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  opacity: 0; /* 最初は隠しておく */
  animation: showContent 1s ease-in-out 8.5s forwards; /* ローディング後に表示 */
}

@keyframes showContent {
  to { opacity: 1; }
}

.loader-slide img {
  width: 100%;
}


@media screen and (min-width: 770px) {
  .is_pc {
    display: none!important;
  }
  .mobile-nav .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-nav .ttl img {
    width: 49%;
  }
}

@media screen and (min-width: 770px) and (max-width: 1400px) {
  .inner {
    max-width: 90%;
  }
  .mobile-nav .inners {
    padding: 80px 0 0;
    width: 100%;
    margin: auto;
  }
  .mobile-nav .inners .wraps {
    flex-wrap: wrap;
    gap: 15px;
    width: 90%;
    padding-top: 0;
  }
  .mobile-nav .inners .ttl {
    width: 90%;
    margin: auto;
  }
  .mobile-nav .inners .wraps .box {
    width: 100%;
  }

  .mobile-nav .inners .wrapm .box {
    width: 30%;
  }
  .breadcrumb__item {
    font-size: 10px;
  }
  .breadcrumbs {
    top: 70px;
  }
  .breadcrumb__list {
    gap: 2px;
  }
    .nav__list {
      position: fixed;
  
      background: linear-gradient(180deg, #64c1bb 0%, #3aa8a0 100%);
      padding: 18px 16px 28px;
      display: grid;
      gap: 6px;
      transform: translateY(-120%);
      transition: transform .25s ease;
      box-shadow: 0 18px 26px rgba(0, 0, 0, 0.18);
    }
    .nav--open .nav__list {
      transform: translateY(0);
    }
  
    .header__logo-svg {
      width: 120px;
    }

    .header__actions {
      gap: 8px;
    }
    .header__toggle {
      display: inline-block;
    }
    .header__nav .nav__list {
      gap: 10px;
    }
    .header-cta {
      --pad-x: 12px;
      --pad-y: 9px;
    }
    .header__eyebrow-inner {
      padding-inline: 4%;
    }
  
    .header__logo-sub {
      display: none;
    }
    .header__bar {
      grid-template-columns: 1fr auto;
    }
    .header-cta__label {
      font-size: 13px;
    }
    /* モバイルではCTA1＋ハンバーガーを優先、黒（資料請求）は隠す例 */
    .header-cta--dark {
      display: none;
    }

    .breadcrumb {
      padding-top: 120px;
    }

    #location .wrap {
      gap: 20px;
    }
}


@media (max-width: 769px){
  .is_sp {
    display: none!important;
  }
  .open {
    top: 20px;
    right: 17px;
  }
  .box {
    width: 100%;
  }
  .txt {
    font-size: 15px;
  }
  .util_en {
    font-size: 13px;
  }
  .util_ttl {
    font-size: 26px;
  }
  .util__header_box .concept_image {
    object-fit: cover;
    height: 850px;
  }
  .util__header_box .concept_images {
    height: 600px;
  }
  .util__header_box .util_moji {
    top: 20%;
  }
  .util__header_box .util_moji .moji1 {
    width: 280px;
  }
  .util__header_box .util_moji .moji2 {
    width: 180px;
  }
  .util__header_box .util_moji .ttl {
    font-size: 18px;
    margin: 40px 0 25px;
  }
  .util__header_box .util_moji .txt {
    font-size: 14px;
    width: 90%;
    margin: auto;
  }
  .environment__header .util_moji .moji1 {
    width: 200px;
  }
  .environment__header .util_moji .txt {
    margin-top: 20px;
  }
  .access__header .util_moji .moji1 {
    width: 200px;
  }
  .access__header .util_moji .txt {
    margin-top: 20px;
  }
  .access__header .concept_image {
    height: 900px;
  }
  .util__header_box .util_moji .moji1 {
  }
  .town-header .util_moji .txt {
    margin-top: 30px;
  }
  .town-header .concept_image {
    height: 750px;
  }
  .section {
    padding: 50px 0;
  }
  .wrap {
    flex-wrap: wrap;
  }
  .inner {
    width: 90%;
  }
  .header__logo {
    width: 180px;
  }
  .menu .inners {
    padding-top: 130px;
  }
  .menu .inners .wraps {
    flex-wrap: wrap;
    gap: 15px;
  }
  .menu .inners .wrapm .box {
    width: 46%;
  }
  .menu .inners .ttl {
    margin: 20px auto;
  }
  .menu .inners .ttl img {
    width: 100%;
  }
  .menu .util__btn a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  #hero figure img {
    width: 200px;
  }
  #hero .hero_image2 img {
    width: 303px;
    position: relative;
    right: -31px;
    max-width: 100%;
  }
  .story__inner img {
    width: 100%;
  }

  #message {
    padding: 50px 0 80px;
  }
  #message .util-container {
    width: 90%;
    margin: auto;
  }
  #message .head_en {
    font-size: 12px;
  }
  #message figure {
    text-align: center;
    margin: 15px 10px;
  }
  #message .txt {
    font-size: 15px;
    line-height: 29px;
    margin-top: 30px;
    font-weight: 400;
  }

  #guide {
    padding: 80px 0 200px;
  }
  #guide .ttl {
    margin: 48px 0 40px;
    font-size: 20px;
  }
  #building .wrap {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  #building .box {
    width: 100%;
  }
  #building .box:last-child {
    width: 100%;
  }
  #building .inner {
    width: 90%;
    margin: auto;
  }
  #building .box .ttl {
    font-size: 21px;
    line-height: 37px;
  }
  #brands .inner {
    width: 90%;
  }
  
  #brands .wrap .box {
    width: 100%;
  }
  #brands .util__btn a {
    padding: 20px 50px 20px 35px;
  }
  #brands {
    padding-bottom: 70px;
  }
  #plan {
    padding: 50px 0;
  }
  #plan .wrap {
    width: 90%;
    margin: auto;
    gap: 35px;
    flex-direction: column-reverse;
  }
  #plan .wrap .box {
    width: 100%;
  }
  #plan .ttl {
    font-size: 21px;
    margin-top: 30px;
  }

  #vr iframe {
    height: 250px;
  }

  #location {
    padding-bottom: 70px;
  }

  #location .wrap {
    gap: 30px;
    width: 90%;
    margin: auto;
    padding-top: 30px;
  }

  #location .wrap .box {
    width: 100%;
  }
  #location .ttl {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 41px;
    line-height: 41px;
  }
  #location .txt {
    font-size: 15px;
  }
  #lot2 .txt {
    margin-top: 13px;
  }
  #access {
    padding: 50px 0;
  }
  #access .ttl {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 30px;
  }
  #access .txt {
    font-size: 15px;
  }
  #access .wrap {
    gap: 60px;
    width: 90%;
    margin: auto;
  }
  #access .wrap .box {
    width: 100%;
  }
  #access .util__btn {
    margin-top: 60px;
  }

  #cta .wrap .box {
    width: 100%;
    padding: 50px 30px 70px;
  }
  #cta .wrap .box img {
    height: auto;
    object-fit: contain;
  }
  #cta .util__btn {
    margin-top: 50px;
  }

  .site-footer {
    padding-bottom: 50px;
  }
  .site-footer__links {
    gap: 0 11px;
  }

  .site-footer__inner {
    width: 90%;
    margin: auto;
  }

  .footer {
    padding-top: 60px;
  }

  .mobile-nav .inners {
    padding: 80px 0 0;
    width: 100%;
    margin: auto;
  }
  .mobile-nav .inners .wraps {
    flex-wrap: wrap;
    gap: 15px;
    width: 90%;
    padding-top: 0;
  }
  .mobile-nav .inners .ttl {
    width: 90%;
    margin: auto;
  }
  .mobile-nav .inners .wraps .box {
    width: 100%;
  }

  .mobile-nav .inners .wrapm .box {
    width: 30%;
  }
  .breadcrumb__item {
    font-size: 10px;
  }
  .breadcrumbs {
    top: 70px;
  }
  .breadcrumb__list {
    gap: 2px;
  }

  #concept_story {
    padding-bottom: 70px;
  }
  #concept_story .ttls {
    font-size: 22px;
    line-height: 38px;
  }

  #concept_story .ttl {
    font-size: 22px;
    margin: 27px 0 15px;
    line-height: 38px;
  }
  #concept_story .txt {
    margin-top: 33px;
  }

  #concept_commit {
    padding-top: 80px;
  }

  #concept_commit .box .ttl {
    font-size: 21px;
  }

  #concept_commit .wrap {
    margin: 10px 0;
  }

  #concept_commit .wrapper {
    flex-wrap: wrap;
  }

  #concept_commit .wrap .box:first-child {
    width: 100%;
  }
  #concept_commit .wrap .box:last-child {
    width: 100%;
  }

  #concept_kurashi .ttl {
    font-size: 21px;
  }
  #concept_kurashi .wrap {
    gap: 20px;
  }
  #concept_kurashi .txt {
    font-size: 15px;
  }
  #concept_kurashi .util__btn {
    margin-top: 50px;
  }
  #concept_event .wrap {
    padding: 25px 30px;
  }
  #concept_event .ttl {
    font-size: 19px;
  }
  #concept_map {
    padding-top: 0;
    padding-bottom: 70px;
  }
  #concept_map .wrap {
    flex-direction: column-reverse;
  }
  #concept_map .ttl {
    font-size: 22px;
  }
  #concept_map .txt {
    margin-top: 30px;
  }

  #town_planning {
    padding-top: 60px;
  }

  #town_planning .ttl {
    font-size: 23px;
    margin-bottom: 30px;
  }

  #town_planning .ttls {
    margin-bottom: 40px;
    font-size: 18px;
  }

  #town_planning .txt {
    font-size: 14px;
  }

  #design-code {
    padding-top: 60px;
  }

  #design-code .num:after {
    width: 0;
    height: 0;
  }

  #design-code .txts {
    margin-top: 35px;
    font-size: 15px;
  }

  #design-code .wrap {
    gap: 0;
  }

  #design-code .ttl {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  #design-code .num {
    font-size: 20px;
    margin-top: 20px;
  }
  #design-code .subttl {
    margin-bottom: 25px;
  }

  #design-code .num span {
    font-size: 38px;
  }

  #design-code .wraps {
    flex-direction: column-reverse;
  }

  #house-grade .ttl {
    font-size: 21px;
    margin: 25px 0;
  }

  #house-planning .wrap {
    margin: 0px 0;
  }
  #house-planning .ttl {
    font-size: 22px;
  }
  #house-planning .wrapm {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  #house-planning .subttl {
    margin: 20px 0 20px;
    font-size: 21px;
  }
  #house-planning .wraps {
    justify-content: space-between;
  }
  #house-planning .wraps .boxs {
    width: 100px;
    height: 100px;
  }
  #plan .txt {
    font-size: 15px;
    line-height: 28px;
  }

  #sdgs .ttl {
    font-size: 21px;
  }
  #sdgs .wraps .boxs {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
  #house-service .wrap {
    margin-top: 30px;
    gap: 20px;
  }
  #house-service .ttl {
    font-size: 22px;
  }
  #house-service .wrap2 .box:first-child {
    width: 100%;
  }
  #house-service .wrap2 .box:last-child {
    width: 100%;
  }

  .plans {
    padding-top: 120px!important;
  }
  .plans .wrap {
    padding-top: 30px!important;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px!important;
  }
  .plans .wrap .box {
    width: 47%;
  }
  #plan_map .wraps .boxs {
    width: 48%;
    font-size: 13px;
  }
  #plan_map .wrap {
    gap: 10px;
  }
  #plan_map .wraps {
    flex-wrap: wrap;
  }
  .map_2 .wraps .boxs {
    width: 48%!important;
  }
  #plan_map .text {
    margin-top: 8px;
  }
  #plan_map .title {
    font-size: 38px;
  }

  .performance {
    padding: 90px 0 30px!important;
  }
  #house-grade {
    padding-top: 0;
  }

  .house-grades {
    padding-top: 60px!important;
  }

  #lot .ttl {
    font-size: 22px;
  }
  #lot2 .wraps .ttl {
    font-size: 22px;
  }
  #lot2 .wraps .subttl {
    font-size: 17px;
  }
  #lot2 .wrapm {
    flex-wrap: wrap;
    padding: 10px 20px;
    line-height: 28px;
  }
  #lot2 .wrapm .boxm {
    font-size: 13px;
    width: 100%;
  }

  #lot-image {
    width: 90%;
    margin: auto;
  }

  #security .wrap {
    margin-top: 30px;
    gap: 5px
  }

  #security .wrap .ttl {
    font-size: 22px;
  }

  #security .wrap {
    gap: 20px;
  }

  #security figure {
    padding: 30px 0 0;
    margin: 0;
  }
 
  #specification .util_en {
    font-size: 13px;
  }
  #specification .wraps {
    flex-direction: column-reverse;
    gap: 0;
  }
  #specification .num:after {
    width: 0;
    height: 0;
  }
  #specification .wrap {
    gap: 10px;
  }
  #specification .num span {
    font-size: 46px;
  }
  #specification .ttl {
    font-size: 22px;
  }
  #specification .firstwrap {
    margin-top: 30px;
  }

  #guide_spot .box:first-child {
    width: 100%;
  }
  #guide_spot .box:last-child {
    width: 100%;
  }
  #guide_spot .wrap {
    gap: 0;
  }
  #guide_spot .ttl {
    font-size: 24px;
  }
  #guide_spot .num {
    font-size: 52px;
    position: relative;
    top: 10px;
  }
  #guide_spot .subttl {
    font-size: 20px;
  }
  #guide_spot ul li {
    font-size: 13px;
  }
  #guide_spot .wraps .box:first-child {
    width: 100%;
  }
  #guide_spot .wraps .box:last-child {
    width: 100%;
  }
  #guide_spot .wraps {
    flex-direction: column-reverse;
  }
  #guide_spot .ttl span {
    font-size: 12px;
  }
  #guide_spot .wrap3 .ttl::after {
    width: 100px;
    height: 70px;
  }
  #guide_spot .wrap4 .ttl::after {
    top: -6px;
    right: 3px;
  }
  #guide_spot .wrap5 .ttl::after {
    width: 90px;
    height: 130px;
  }
  #image {
    margin-top: -10px;
  }
  #environment_location .ttl {
    font-size: 22px;
    margin: 40px 0 30px;
  }
  #environment_location .box {
    width: 100%;
  }
  #environment_location .wrap {
    gap: 25px;
  }
  #environment_location .ttls {
    font-size: 22px;
  }
  #environment_location .txts {
    margin-top: 30px;
    font-size: 12px;
  }

  #access2 .ttl {
    font-size: 22px;
    margin-top: 30px;
  }
  #outline {
    padding-top: 100px;
  }
  #outline .ttl {
    font-size: 22px;
  }

  #request {
    padding-top: 80px;
  }

  .c-form__label {
    padding: 7px 13px;
    font-size: 14px;
  }
  .c-check__label {
    font-size: 14px;
  }
  .c-form__group {
    margin: 8px 0;
  }

  .c-button--primary {
    width: 100%;
  }
  #benefit .ttl {
    font-size: 21px;
  }
  #benefit .txt {
    font-size: 15px;
  }
  #showroom .wraps .boxs {
    padding: 3px 14px;
  }

  #policy {
    padding-top: 80px;
  }

  #policy .ttl {
    font-size: 22px;
  }

  #sitemap {
    padding-top: 80px;
  }
  .sitemap__block {
    min-height: auto;
  }
  .loader-slide img {
    height: 100%;
    object-fit: cover;
  }
}

/* 固定フッター全体 */
.fixed-footer {
  position: fixed!important;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.fixed-footer__btn {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.fixed-footer .fixed-footer__btn1::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 34px;
  bottom: 0;
  margin: auto;
  background-image: url("../img/util/book_icon.webp")!important;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.fixed-footer .fixed-footer__btn2::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 34px;
  bottom: 0;
  margin: auto;
  margin: auto;
  background-image: url("../img/util/calender.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
/* 各ボタン */
.fixed-footer__btn {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-indent: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fixed-footer__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* 左：黒背景（資料請求） */
.fixed-footer__btn--dark {
  background: #333;
  color: #fff;
}

/* 右：白背景（相談予約） */
.fixed-footer__btn--light {
  background: #fff;
  color: #333;
}

/* アイコン */
.fixed-footer__icon {
  display: block;
  margin-bottom: 4px;
}

.fixed-footer__icon img {
  width: 22px;
  height: auto;
  vertical-align: middle;
}

/* テキスト */
.fixed-footer__text {
  display: block;
}

/* スマホのみ表示 */
@media (min-width: 769px) {
  .fixed-footer {
    display: none;
  }
}





.center{
    text-align: center;
}









