@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head01
-----------------------------------------------------------
----------------------------------------------------------- */
/*== RESPONSIVE ====================================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
@media print,
screen and (min-width: 1250px) {

  /*==================================================================*/
  body.Page-head01 #Page-head01 {
    position: relative;
    padding-top: 78px;
    z-index: 10;
  }

  /*== RESPONSIVE ====================================================*/
}
/*==================================================================*/

/*== RESPONSIVE ====================================================*/
@media screen and (max-width: 1251px) {

  /*==================================================================*/
  body.Page-head01 #Page-head01 {
    position: relative;
    padding-top: 92px;
    z-index: 10;
  }

  /*== RESPONSIVE ====================================================*/
}
/*==================================================================*/


body.Page-head01 #Page-head01 .breadcrumb,
body.Page-head01 #Page-head01 .breadcrumb a {
  color: #222;
}

body.Page-head01 #Page-head01 .breadcrumb {
  position: relative;
  background-color: #f0eeed;
  padding: 6px 0 3px;
  font-size: 12px;
  line-height: 1.0;
  z-index: 50;
}

body.Page-head01 #Page-head01 .breadcrumb a {
  text-decoration: none;
}

body.Page-head01 #Page-head01 .breadcrumb .home,
body.Page-head01 #Page-head01 .breadcrumb .wb-sitemap {
  display: inline-block;
  vertical-align: middle;
}

body.Page-head01 #Page-head01 .breadcrumb .home {
  padding-bottom: 2px;
}

body.Page-head01 #Page-head01 .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}

body.Page-head01 #Page-head01 .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

body.Page-head01 #Page-head01 .breadcrumb li {
  float: left;
  line-height: 1.3;
}

body.Page-head01 #Page-head01 .breadcrumb li+li {
  padding-left: 0.5em;
}

body.Page-head01 #Page-head01 .breadcrumb li:first-child {
  display: none;
}

body.Page-head01 #Page-head01 .page-title {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #222;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-size: 31px;
  padding: 70px 0 0;
}

body.Page-head01 #Page-head01 .sub-image {
  position: relative;
  z-index: 0;
}

body.Page-head01 #Page-head01 .sub-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
}

body.Page-head01 #Page-head01 .sub-image img {
  width: 100%;
}

body.Page-head01 #Page-head01 .sub-image~.page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  color: #FFF;
  right: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  padding-top: 30px;
}

body.Page-head01 #Page-head01 .sub-image~.page-title>span {
  display: table;
  width: 100%;
  height: 100%;
}

body.Page-head01 #Page-head01 .sub-image~.page-title>span>span {
  display: table-cell;
  vertical-align: middle;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #222;
  background-color: #FFFFFF;
  font-family: '游明朝', YuMincho, 'Noto Serif JP', 'Times New Roman', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  min-width: 1100px;
}

a,
label,
button,
input[type="submit"],
input[type="button"] {
  /* @mixin:transition */
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}

a:hover,
label:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

a:link,
a:visited {
  color: #222;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

/*
---------------------------------------------------------
 float
--------------------------------------------------------- */
.Fl {
  float: left;
}

.Fr {
  float: right;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.PC-none {
  display: none !important;
}

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 70px);
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:PC-content-block */
  margin-bottom: 50px;
}

.Content-block:last-child {
  /* @mixin:PC-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  /* @mixin:PC-content-block-bg */
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0;
}

.Content-block.MOD-bg:nth-last-of-type(even) {
  /* @mixin:PC-content-block-bg */
  background-color: #f4f4f4;
}

.Content-article {
  /* @mixin:PC-content-article */
  margin-bottom: 30px;
}

.Content-article:last-child {
  /* @mixin:PC-content-article */
  margin-bottom: 0;
}

.Content-body {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 Page-narrow-content
--------------------------------------------------------- */
body.Page-narrow-content .Content .Content-main,
body.Page-narrow-content .Content .Edit {
  max-width: 860px;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}

.Table-basic th,
.Table-basic td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 9px 20px;
}

.Table-basic th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dbdbdb;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: bold;
}

.Table-basic td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:PC-title-block */
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #222;
  border-bottom: 1px solid #dbdbdb;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-size: 22px;
}

.Title-block span {
  /* @mixin:PC-title-block */
  /*border-bottom: 3px double $color-d-main01;*/
  display: inline-block;
  /*margin-bottom: -3px;*/
  padding: 0 8px 5px;
}

.Title-block.MOD-side {
  /* @mixin:PC-title-block-side */
  font-size: 18px;
}

.Title-block.MOD-center {
  /* @mixin:PC-title-block-center */
  text-align: center;
  border-bottom: none;
  margin-bottom: 20px;
}

.Title-block.MOD-center span {
  /* @mixin:PC-title-block-center */
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.Title-article {
  /* @mixin:PC-title-article */
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #222;
  border-bottom: 1px solid #dbdbdb;
  font-weight: bold;
  margin: 0 0 10px;
  /*padding: 0px 8px 7px;*/
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0;
}

.Title-article a {
  /* @mixin:PC-title-article */
  color: #222;
  text-decoration: none;
}

.Title-article span {
  border-bottom: 1px solid #916216;
  padding: 0 8px 5px;
  display: inline-block;
  margin-bottom: -1px;
}

.Title-article.MOD-small {
  font-size: 15px;
}

.Title-small {
  /* @mixin:PC-title-small */
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #222;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin-bottom: 4px;
  padding: 0 5px;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:PC-btn-cv */
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #ed2a3f;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
  font-size: 14px;
  padding: 9px 18px 12px;
  line-height: 1.3;
  color: #FFF !important;
}

.Btn-cv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:PC-btn-main */
  background-color: #222;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  /*width: 100%;*/
  padding: 13px 15px;
  border-radius: 50px;
  font-size: 15px;
  line-height: 1.3;
  color: #FFF !important;
  text-align: center;
  position: relative;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #fff !important;
}

.Btn-sub {
  /* @mixin:PC-btn-sub */
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #222 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 50px;
  font-size: 15px;
  padding: 13px 10px;
  line-height: 1.3;
  background: #FFF;
  position: relative;
}

.Btn-anchor {
  /* @mixin:PC-btn-anchor */
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  display: block;
  border: 1px solid;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 6px 12px 6px 23px;
  font-size: 15px;
  border-radius: 2px;
}

.Btn-anchor:before {
  /* @mixin:PC-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #222 transparent transparent transparent;
  display: block;
  top: 13px;
  left: 9px;
}

/*
-----------------------------------------------------------
 Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:PC-link-text */
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 16px;
}

.Link-arrow {
  /* @mixin:PC-link-arrow */
  position: relative;
  padding-left: 14px;
  display: inline-block;
}

.Link-arrow:before {
  /* @mixin:PC-link-arrow */
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #222;
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit.MOD-top .wb-edit {
  padding-top: 25px;
}

.Edit.MOD-bottom .wb-edit {
  padding-bottom: 35px;
}

.Edit .wb-edit:empty {
  padding: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Content .Content-main {
  padding-top: 70px;
  padding-bottom: 40px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  float: left;
  width: calc(100% - 270px);
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  float: right;
  width: 240px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  width: 100%;
  table-layout: fixed;
}

.wb-pair .wb-pair-list-table th,
.wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 9px 20px;
}

.wb-pair .wb-pair-list-table th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dbdbdb;
  background: #f4f4f4;
  font-size: 14px;
  font-weight: bold;
}

.wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

.wb-pair .wb-pair-list-table th {
  min-width: 150px;
  width: 22%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-calendar {
  color: #333;
}

.wb-calendar .wb-calendar-table {
  border: 1px solid #dbdbdb;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.wb-calendar .wb-calendar-table caption {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr:first-child {
  background-color: #f4f4f4;
}

.wb-calendar .wb-calendar-table tr th,
.wb-calendar .wb-calendar-table tr td {
  border: 1px solid #dbdbdb;
  text-align: center;
  padding: 3px;
}

.wb-calendar .wb-calendar-table tr:first-child th {
  font-weight: bold;
  font-size: 80%;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-1 {
  background-color: #c8d2ff;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-2 {
  background-color: #ffcaca;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Calendar-body
-----------------------------------------------------------
----------------------------------------------------------- */
.Calendar-information {
  color: #777;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.Calendar-information .calendar-color span {
  vertical-align: middle;
}

.Calendar-information .calendar-color .color-figure {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.Calendar-information .calendar-color01 .color-figure {
  background-color: #c8d2ff;
}

.Calendar-information .calendar-color02 .color-figure {
  background-color: #ffcaca;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header {
  position: relative;
  z-index: 20;
}

/*== RESPONSIVE ====================================================*/
@media print,
screen and (min-width: 1250px) {

  /*==================================================================*/
  .Header .header-in-wrap {
    width: 100%;
    height: 78px;
    padding: 20px 10px;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.4s;
    min-width: 1100px;
  }

  /*== RESPONSIVE ====================================================*/
}

/*==================================================================*/
/*== RESPONSIVE ====================================================*/
@media screen and (max-width: 1251px) {

  /*==================================================================*/
  .Header .header-in-wrap {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.4s;
    min-width: 1100px;
  }

  /*== RESPONSIVE ====================================================*/
}

/*==================================================================*/
.Header .header-in-wrap.active {
  background: #222;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12), 0px 4px 6px -2px rgba(0, 0, 0, 0.12), 0px 0px 0px 0px transparent;
}

body.Sub .Header .header-in-wrap {
  background: #222;
}

/*== RESPONSIVE ====================================================*/
@media print,
screen and (min-width: 1250px) {

  /*==================================================================*/

  .Header .header-main-wrap {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 70px);
  }

  /*
  ---------------------------------------------------------
  header-top-wrap
  --------------------------------------------------------- */
  .Header .header-top-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .Header .header-top-wrap .header-nav-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    margin-top: 6px;
    position: relative;
    width: 100%;
  }

  .Header .header-top-wrap .logo-wrap {
    width: 180px;
  }

  .Header .header-top-wrap .header-nav-wrap .sns-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-left: 20px;
  }

  /* header-nav
  --------------------------------------------------------- */
  .Header .header-top-wrap .header-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 5px;
  }

  .Header .header-top-wrap .header-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 0.01em;
  }

  /*== RESPONSIVE ====================================================*/
}

/*==================================================================*/
/*== RESPONSIVE ====================================================*/
@media screen and (max-width: 1251px) {

  /*==================================================================*/
  .Header .header-top-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 18px 15px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .Header .header-top-wrap .logo-wrap {
    width: 180px;
  }


  .Header .header-top-wrap .header-nav-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    position: relative;
  }

  /* header-nav
  --------------------------------------------------------- */
  .Header .header-top-wrap .header-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 8px;
  }

  .Header .header-top-wrap .header-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 0.01em;
  }

  /*== RESPONSIVE ====================================================*/
}

/*==================================================================*/


/* sns-wrap
--------------------------------------------------------- */
.Header .header-top-wrap .sns-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-left: 20px;
}

.Header .header-top-wrap .tiktok img {
  height: 24px !important;
}

/* accordion-menu-wrap
--------------------------------------------------------- */
.Header .header-top-wrap .accordion-menu-wrap {
  margin-left: 25px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-open-btn .menu-icon {
  display: block;
  position: relative;
  width: 40px;
  height: 24px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-open-btn .menu-icon span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  background: #fff;
  width: 40px;
  right: 0;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-open-btn .menu-icon span:nth-of-type(1) {
  top: 0;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-open-btn .menu-icon span:nth-of-type(2) {
  top: 11px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-open-btn .menu-icon span:nth-of-type(3) {
  bottom: 0;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-open-btn.active {
  position: relative;
  z-index: 9999;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-open-btn.active .menu-icon span:nth-of-type(1) {
  top: 27px;
  left: 0;
  transform: translateY(-14px) rotate(-25deg);
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-open-btn.active .menu-icon span:nth-of-type(2) {
  opacity: 0;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-open-btn.active .menu-icon span:nth-of-type(3) {
  top: 27px;
  left: 0;
  transform: translateY(-14px) rotate(25deg);
}

/*
---------------------------------------------------------
g-nav
--------------------------------------------------------- */
#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #999;
  transition: all 0.3s;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

#g-nav.panelactive #g-nav-list {
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*
---------------------------------------------------------
openbtn1
--------------------------------------------------------- */
.openbtn1 {
  position: absolute;
  z-index: 9999;
  top: -8px;
  right: -64px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  background: #fff;
  width: 40px;
  right: 0;
}

.openbtn1 span:nth-of-type(1) {
  top: 8px;
}

.openbtn1 span:nth-of-type(2) {
  top: 22px;
}

.openbtn1 span:nth-of-type(3) {
  top: 35px;
}

.openbtn1.active span:nth-of-type(1) {
  width: 40px;
  top: 12px;
  left: 0;
  transform: translateY(6px) rotate(-35deg);
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  width: 40px;
  top: 24px;
  left: 0;
  transform: translateY(-6px) rotate(35deg);
}

/* accordion-menu
--------------------------------------------------------- */
.Header .header-top-wrap .accordion-menu-wrap .accordion-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(40, 40, 40, 0.95);
  overflow-y: auto;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .panelactive {
  right: 0;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-menu-inner-wrap {
  padding-top: 105px;
  padding-bottom: 80px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-close-btn {
  position: fixed;
  top: 35px;
  right: 80px;
  display: block;
  width: 36px;
  height: 17px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-close-btn .menu-icon span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  background: #fff;
  width: 40px;
  left: -2px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-close-btn .menu-icon span:nth-of-type(1) {
  top: 8px;
  transform: rotate(25deg);
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-close-btn .menu-icon span:nth-of-type(2) {
  top: 8px;
  transform: rotate(-25deg);
}

/* accordion-nav-wrap
--------------------------------------------------------- */
.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 50px 30px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul>li.top {
  width: 100%;
  margin-bottom: 20px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul:nth-of-type(2)>li:nth-of-type(1) {
  margin-right: 30px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul:nth-of-type(2)>li:nth-of-type(2) {
  margin-right: 30px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul:nth-of-type(2)>li:nth-of-type(3) {
  margin-right: 20px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul>li a {
  text-decoration: none;
  color: #FFF;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul>li.top a,
.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul>li>ul>li.title a {
  font-size: 20px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul>li>ul>li.title a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul>li>ul>li.title a span {
  font-size: 12px;
  letter-spacing: 0.12em;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul>li>ul+ul {
  margin-top: 40px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul>li>ul>li.nav+li.nav {
  margin-top: 8px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul>li>ul>li.nav a {
  font-size: 16px;
  position: relative;
  letter-spacing: 0.1em;
  padding-left: 25px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .accordion-nav-wrap>ul>li>ul>li.nav a::before {
  content: "";
  background: #FFF;
  height: 1px;
  width: 8px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* header-bottom-wrap
--------------------------------------------------------- */
.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap {
  margin-top: 40px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-banner-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-banner-wrap ul li {
  width: 325px;
  height: 95px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-banner-wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FFF;
  text-decoration: none;
  position: relative;
  color: #222;
  font-size: 16px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-banner-wrap ul li a::before {
  content: "";
  width: 313px;
  height: 86px;
  border: 1px solid #222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-banner-wrap ul li a p {
  display: flex;
  flex-direction: column;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-banner-wrap ul li a p span.main {
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-banner-wrap ul li a p span.sub {
  font-size: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #666;
  letter-spacing: 0;
  font-weight: bold;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap {
  margin-top: 25px;
  padding: 20px 15px 0;
  border-top: 1px solid #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info01{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info02 a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}


.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info01 .logo{
  width: 180px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info02 .logo{
  width: 190px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 20px;
  display: flex;
  justify-content: center;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info02 .logo img {
  height: 35px !important;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info01 .info,
.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info02 .info{
  color: #fff;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info01 .info span.address {
  font-size: 10px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info01 .info p.tel {
  font-size: 23px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.3;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info01 .info p.tel span {
  margin-right: 10px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info02 .info .text{
  position: relative;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info02 .info .text span {
  display: flex;
  justify-content: flex-start;
}

/*.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info .info {
  color: #FFF;
  flex: 1;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info .info p {
  font-size: 21px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  display: flex;
  align-items: baseline;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info .info p a {
  color: #fff;
  text-decoration: none;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info .info p span {
  font-size: 17px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-right: 10px;
}

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .bottom-info.info02 .info p span {
  display: flex;
  line-height: 1.3;
  font-family: '游明朝', YuMincho, 'Noto Serif JP', 'Times New Roman', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}*/

.Header .header-top-wrap .accordion-menu-wrap .accordion-menu .header-bottom-wrap .bottom-info-wrap .sns-wrap ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
.Footer {
  margin-top: 100px;
}

/*
---------------------------------------------------------
footer-main-wrap
--------------------------------------------------------- */
.Footer .footer-main-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

.Footer .footer-main-wrap .left-wrap,
.Footer .footer-main-wrap .right-wrap {
  width: 50%;
}

.Footer .footer-main-wrap .left-wrap {
  background: #222;
  color: #FFF;
  padding: 50px 50px 40px;
}

.Footer .footer-main-wrap .left-wrap .left-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 70px;
}

.Footer .footer-main-wrap .left-wrap .info-wrap {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.Footer .footer-main-wrap .left-wrap .info-wrap .info .logo {
  margin-bottom: 10px;
}

.Footer .footer-main-wrap .left-wrap .info-wrap .info .logo img {
  height: 28px !important;
}

.Footer .footer-main-wrap .left-wrap .info-wrap .info + .info .logo img {
  height: 36px !important;
}

.Footer .left-wrap .info-wrap .info p+p {
  margin-top: 1px;
}

.Footer .footer-main-wrap .left-wrap .nav-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 50px;
  flex: 1;
}

.Footer .footer-main-wrap .left-wrap .nav-wrap>ul>li + li{
  margin-top: 20px;
  line-height: 1.0;
}

.Footer .footer-main-wrap .left-wrap .nav-wrap>ul>li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.Footer .footer-main-wrap .left-wrap .nav-wrap>ul>li>ul li a{
  font-size: 13px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  padding-left: 20px;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  line-height: 1.3;
}

.Footer .footer-main-wrap .left-wrap .nav-wrap>ul>li>ul li a::before {
  content: "";
  background: #FFF;
  height: 1px;
  width: 6px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.Footer .footer-main-wrap .left-wrap .nav-wrap>ul>li.sub {
  margin-top: 10px !important;
}
.Footer .footer-main-wrap .left-wrap .nav-wrap>ul>li>ul li+li {
  margin-top: 7px;
}

/*.Footer .footer-main-wrap .left-wrap .left-inner-wrap {
  width: 95%;
  margin: 0 auto;
}

.Footer .footer-main-wrap .left-wrap .logo-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 25px;
}

.Footer .footer-main-wrap .left-wrap .logo-wrap img {
  height: 34px !important;
}

.Footer .footer-main-wrap .left-wrap .logo-wrap img + img{
  height: 37px !important;
}


.Footer .footer-main-wrap .left-wrap .info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 60px;
}

.Footer .left-wrap .info-wrap .info p {
  font-size: 14px;
}

.Footer .left-wrap .info-wrap .info p+p {
  margin-top: 5px;
}

.Footer .left-wrap .info-wrap .nav-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
  flex: 1;
}

.Footer .footer-main-wrap .left-wrap .info-wrap .nav-wrap>ul>li+li {
  margin-top: 5px;
}

.Footer .footer-main-wrap .left-wrap .info-wrap .nav-wrap>ul>li a {
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.Footer .footer-main-wrap .left-wrap .info-wrap .nav-wrap>ul>li>ul li+li {
  margin-top: 5px;
}

.Footer .footer-main-wrap .left-wrap .info-wrap .nav-wrap>ul>li>ul li a {
  font-size: 13px;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  line-height: 1.3;
}

.Footer .footer-main-wrap .left-wrap .info-wrap .nav-wrap>ul>li>ul li a::before {
  content: "";
  background: #FFF;
  height: 1px;
  width: 6px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}*/

.Footer .footer-main-wrap .right-wrap img {
  object-fit: cover;
  height: 390px !important;
}

/*
---------------------------------------------------------
footer-bottom-wrap
--------------------------------------------------------- */
.Footer .footer-bottom-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.Footer .footer-bottom-wrap .copyright-wrap {
  font-size: 12px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.Footer .footer-bottom-wrap .sns-wrap ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.Footer .footer-bottom-wrap .sns-wrap ul li.tiktok img {
  height: 25px !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
Sidemenu 
-----------------------------------------------------------
----------------------------------------------------------- */
.Sidemenu {
  position: fixed;
  bottom: 68px;
  right: 0;
  width: 114px;
  transition: all 0.4s;
}

.Sidemenu .close-btn {
  width: 19px;
  height: 19px;
  position: absolute;
  top: -19px;
  right: 0;
}

.Sidemenu .close-btn button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
  background: #222;
}

.Sidemenu .close-btn button::before {
  content: "";
  background: url("/img/icon_close_btn.svg");
  background-size: 9px auto;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.Sidemenu ul li {
  position: relative;
  height: 116px;
}

.Sidemenu ul li a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.Sidemenu ul .modelhouse a {
  background: #222;
  padding: 10px 10px 15px;
}

.Sidemenu ul .modelhouse a:before {
  content: "";
  background: url("/img/icon_reserve.svg");
  background-size: 65px auto;
  background-repeat: no-repeat;
  width: 65px;
  height: 37px;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.Sidemenu ul .request a {
  background: #31190d;
  padding: 10px 10px 20px;
}

.Sidemenu ul .request a:before {
  content: "";
  background: url("/img/icon_request.svg");
  background-size: 33px auto;
  background-repeat: no-repeat;
  width: 33px;
  height: 42px;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* --------------------------------------------------------
-----------------------------------------------------------
scroll animation
-----------------------------------------------------------
----------------------------------------------------------- */
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.delayScroll {
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
---------------------------------------------------------
スクロールをしたら出現する要素にはじめに透過0を指定　
--------------------------------------------------------- */
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*
---------------------------------------------------------
アニメーションスタートの遅延時間を決めるCSS
--------------------------------------------------------- */
.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}