@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: 2;
  --awesome: "Font Awesome 5 Free";
  --color-primary: #e1b874;
  --color-secondery: #fcf5e8;
  --color-01: #daa54a;
  --color-02: #471a0c;
  font-weight: bold;
}

/* ##### 共通 ##### */
/* base.cssに追加 */
[class*="up-z-"] {
  position: relative;
}

.img img {
  width: 100%;
  text-align: center;
}

.up-lst-disc {
  padding-left: 30px;
}
.up-m-1\% {
  margin: 1%;
}

.up-t-shadow01 {
  text-shadow: 0px 0px;
}

[class*="up-ofi"] {
  overflow: hidden;
}

.red {
  color: red;
}

.pc-br {
  display: block;
}

.pc-br.tb {
  display: block;
}

@media (max-width: 1024px) {
  .tb-br {
    display: block;
  }
  .pc-br.tb {
    display: inline;
  }
}

@media (max-width: 599px) {
  .pc-br {
    display: inline;
  }
  .under-title .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .tb-br.sp {
    display: inline;
  }
}

.fead-text02 {
  opacity: 0;
  overflow: hidden;
  display: block;
}

[data-element-id].fead-text02 {
  opacity: 1;
}

.fead-text02.mv {
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.fead-text02 .str {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  min-width: 5px;
}

.fead-text02 .str.textin {
  opacity: 1;
  -webkit-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-element-id] .fead-order>* {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width:1024px) {
  .inner, .inner1100, .inner1200, .inner1300, .inner1400, .inner1500, .inner500, .inner600, .inner700, .inner800, .inner900 {
    width: 94%;
  }
}

/* base.cssに追加 end */

/* color */
.color-01-text {
  color: var(--color-secondery);
}

.color-01-bgc,
.js-split-tag span,
.double-border::after,
.bg-img-ontext-color-01 .bg-img,
.note-list dd {
  background-color: var(--color-secondery);
}

/* .double-border::after {
  background-color: #fff;
} */

.color-02-text,
.btn_02 a:hover,
.btn_02 button:hover,
.btn_03 a:hover,
.btn_03 button:hover,
.back-btn a:hover,
[class^="slick-arrow"]::before,
.step-text,
.step-num,
.faq-list dd::before,
.flow-list li + li .flow-img-wrap::before,
.cc-side-list li::before {
  color: var(--color-01);
}

.color-02-bgc,
.slick-dots li.slick-active button,
.timetable tr th,
.double-border::before,
.double-border_03::before,
.step-heading-inner::after,
.note-item,
.faq-list dt::before,
.title_08::before,
.title_08::after,
.must {
  background-color: var(--color-primary);
}

.color-02-border {
  border: 5px solid var(--color-primary);
}

.anchor-link li + li {
  border-left: 3px solid var(--color-primary);
}

.bg-img-ontext-gradation .text::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 139, 0, 0.8)), to(rgba(255, 162, 51, 0)));
  background: linear-gradient(to right, rgba(255, 139, 0, 0.8) 0%, rgba(255, 162, 51, 0) 100%);
}

.btn a,
.btn button {
  background-color: var(--color-primary);
}

.btn_02 a,
.back-btn a,
.btn_02 button,
.btn_03 a,
.btn_03 button,
.back-btn button {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.timetable-wrap {
  border: 3px solid var(--color-primary);
}

.timetable tr + tr {
  border-top: 1px solid var(--color-primary);
}

.timetable tr td + td {
  border-left: 1px solid var(--color-primary);
}

.double-border_02::before {
  background-color: #471a0c;
}

.double-border_02::after {
  background-color: #d3c5bb;
}

.faq-list dd::before {
  background-color: #fbed21;
}

@media (max-width: 599px) {
  .anchor-link li {
    border-left: 3px solid var(--color-primary);
  }
}

.color-03-text {
  color: var(--color-01);
}

.color-04-text {
  color: var(--color-02);
}

/* color end */

/* logo */
.logo {
  max-width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* logo end */

/* tel */
.tel a {
  white-space: nowrap;
}

.tell-item a {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.2;
}

.tell-item a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
}

/* tel end */

/* link */
.link-item a {
  width: 100%;
  display: block;
  padding: 10px;
}

.underline a {
  text-decoration: underline;
}

/* link end */

/* icon */
[class^="icon-"]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

.icon-mail::before {
  content: "\f0e0";
}

.icon-line::before {
  content: "\f3c0";
  font-family: "Font Awesome 5 Brands";
  font-weight: normal;
}

/* icon end */

/* bnr */
.bnr,
.bnr-img {
  position: relative;
}

.bnr a {
  border: solid 1px var(--color-01);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.bnr-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.bnr-title {
  font-size: 30px;
  text-align: center;
  margin: auto;
  font-family: "bokutachi";
  padding: 10px 25px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  color: var(--color-primary);
  text-shadow: 1px 1px 4px #fff, 1px -1px 4px #fff, -1px 1px 4px #fff, -1px -1px 4px #fff, 1px 1px 4px #fff, 1px -1px 4px #fff, -1px 1px 4px #fff, -1px -1px 4px #fff, 1px 1px 4px #fff, 1px -1px 4px #fff, -1px 1px 4px #fff, -1px -1px 4px #fff;
}

[data-element-id].bnr-title {
    position: absolute;
}

.bnr a:hover {
  opacity: 1;
}

.bnr a:hover .bnr-img::before {
  background-color: transparent;
}

/* bnr end */

/* 装飾 */
.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fbed21));
  background: linear-gradient(transparent 65%, #fbed21 65%);
}

[class*="deco_"] {
  position: relative;
}

[class*="deco_"]::before,
[class*="deco_"]::after {
  content: "";
  width: 100%;
  height: 35px;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
}

.deco_01 {
  margin: 35px 0;
}

.deco_02 {
  margin-bottom: 35px;
}

.deco_01::before {
  background-image: url('/import/tenant_1/153.121.73.39/html/images/common/paper_001.png');
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  top: 1px;
}

.deco_01::after {
  background-image: url('/import/tenant_1/153.121.73.39/html/images/common/paper_002.png');
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  bottom: 1px;
}

.deco_02::before {
  display: none;
}

.deco_02::after {
  background-image: url('/import/tenant_1/153.121.73.39/html/images/common/paper_002.png');
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  bottom: 1px;
}

.wave-top svg {
  position: relative;
  display: block;
  width: calc(128% + 1.3px);
  height: 69px;
}

.wave-top svg .shape-fill {
  fill: #fcf5e8;
}

.wave-bottom {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wave-bottom svg {
  position: relative;
  display: block;
  width: calc(128% + 1.3px);
  height: 69px;
}

.wave-bottom svg .shape-fill {
  fill: #fcf5e8;
}

.point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.point,
.point_02 {
  width: 150px;
  height: 150px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: -75px;
  padding: 15px;
  border-radius: 50%;
  z-index: 1;
}

.point-num {
  font-size: 40px;
}

.point_02 {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.point_02 .point-num {
  font-size: 60px;
}

.double-border,
.double-border_02,
.double-border_03 {
  position: relative;
}

.double-border::before,
.double-border::after,
.double-border_02::before,
.double-border_02::after,
.double-border_03::before,
.double-border_03::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.double-border::before,
.double-border_02::before,
.double-border_03::before {
  width: 30%;
  z-index: 1;
}

.double-border_02::after {
  width: 50%;
}

.double-border_02::before {
  width: 15%;
}

.double-border_03::after {
  background-color: #fff;
}

[class*="bg-img-ontext"] {
  position: relative;
}

[class*="bg-img-ontext"] .text {
  z-index: 1;
  position: relative;
}

[class*="bg-img-ontext"] .bg-img {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.bg-img-ontext-color-01 .bg-img img {
  opacity: 0.2;
}

.bg-img-ontext-gradation .text {
  width: 50%;
}

.bg-img-ontext-gradation .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.area-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.area-bg .cont {
  position: relative;
  z-index: 2;
}

[data-element-id].area-bg .cont {
  width: 80%;
  margin: auto;
}

.area-bg .cont * {
  text-shadow: 1px 1px 3px #7e7e7e;
}

.area-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.area-bg .bg:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cross {
  position: relative;
  overflow: hidden;
}

.cross-box {
  z-index: 1;
  position: relative;
}

.cross-box-wrap .cross:nth-of-type(odd) .cross-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cross-box-wrap .cross:nth-of-type(even) .cross-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cross-box-wrap .cross:nth-of-type(odd) .cross-box-cont {
  padding-left: calc(50% - 600px);
  padding-right: 0;
}

.cross-box-wrap .cross:nth-of-type(even) .cross-box-cont {
  padding-left: 0;
  padding-right: calc(50% - 600px);
}

.cross-box-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cross-box-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  opacity: 0.5;
}

.step-heading {
  width: 12%;
}

.step-heading-inner::after {
  content: "";
  display: block;
  width: 140%;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-box-shadow: -1px 2px 0px #999;
  box-shadow: -1px 2px 0px #999;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.step-text,
.step-num {
  font-weight: bold;
  line-height: 1.2;
  display: block;
}

.step-text {
  font-size: 30px;
}

.step-num {
  font-size: 50px;
}

.text-shadow_01 {
  text-shadow: 2px 2px 0 #999;
}

.radius5 {
  border-radius: 5px;
  overflow: hidden;
}

.radius10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius15 {
  border-radius: 15px;
  overflow: hidden;
}

.radius20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius25 {
  border-radius: 25px;
  overflow: hidden;
}

.radius30 {
  border-radius: 30px;
  overflow: hidden;
}

.radius-img5 {
  border-radius: 5px;
}

.radius-img10 {
  border-radius: 10px;
}

.radius-img15 {
  border-radius: 15px;
}

.radius-img20 {
  border-radius: 20px;
}

.radius-img25 {
  border-radius: 25px;
}

.radius-img30 {
  border-radius: 30px;
}

.radius-img5 img {
  border-radius: 5px;
}

.radius-img10 img {
  border-radius: 10px;
}

.radius-img15 img {
  border-radius: 15px;
}

.radius-img20 img {
  border-radius: 20px;
}

.radius-img25 img {
  border-radius: 25px;
}

.radius-img30 img {
  border-radius: 30px;
}

@media (max-width: 1024px) {
  .bg-img-ontext-gradation .text {
    width: 75%;
  }

  .step-heading {
    width: 15%;
  }

  .step-text {
    font-size: 22px;
  }

  .step-num {
    font-size: 36px;
  }
}

@media (max-width: 599px) {
  .double-border_02::before {
    width: 25%;
  }

  .double-border_02::after {
    width: 80%;
  }

  .point_02 {
    width: 100px;
    height: 100px;
    font-size: 16px;
    padding: 5px;
  }

  .point_02 .point-num {
    font-size: 50px;
  }

  .bg-img-ontext-gradation .text {
    width: 90%;
  }

  .step-heading {
    width: 30%;
  }
}

/* 装飾 end */

/* その他 */
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.infinity {
  margin-left: -999rem;
  margin-right: -999rem;
  padding-left: 999rem;
  padding-right: 999rem;
}

.infinity-left {
  margin-left: -999rem;
  padding-left: 999rem;
}

.infinity-right {
  margin-right: -999rem;
  padding-left: 999rem;
}

.sign-parent {
  padding-bottom: 50px;
  position: relative;
}

.sign {
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sign > span {
  display: inline-block;
}

.sign-name {
  margin-left: 20px;
}

.radius-box {
  padding: 30px;
  border-radius: 20px;
}

.square {
  position: relative;
}

.square::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.square-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.white-element a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #d4d3d0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 0px 0px #d4d3d0;
  box-shadow: 0px 3px 0px 0px #d4d3d0;
  -webkit-transition: 0s;
  transition: 0s;
}

.white-element a:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.white-element a i {
  font-size: 50px;
  display: block;
  line-height: 1;
  color: var(--color-primary);
}

.map:after {
  padding-top: 25%;
}

.heighter-map:after {
  padding-top: 45%;
}

.anchor-link li {
  margin-bottom: 10px;
}

.anchor-link li a {
  font-size: 20px;
  font-weight: bold;
  padding: 5px 30px;
}

@media (max-width: 1024px) {
  .map:after {
    padding-top: 45%;
  }

  .radius-box {
    padding: 20px;
  }
}

@media (max-width: 599px) {
  .map:after {
    padding-top: 85%;
  }

  .point {
    width: 100px;
    height: 100px;
    font-size: 18px;
    margin-bottom: -50px;
  }
  .point-num {
    font-size: 24px;
  }

  .radius-box {
    padding: 20px 10px;
  }

  .anchor-link li {
    width: 48%;
    margin: 1%;
  }
}

/* その他 end */

/* ##### 共通 end ##### */

/* wave */
.wave-box {
  width: 100%;
  z-index: 2;
  position: relative;
}

.wave {
  position: relative;
}

.wave img {
  position: absolute;
  top: 0;
  left: 0;
}

/* wave end */

/* sectionの余白 */
[class*="space-large"] {
  padding-top: 80px;
  padding-bottom: 80px;
}

[class*="space-large"][class*="-top"] {
  padding-bottom: 0;
}

[class*="space-large"][class*="-btm"] {
  padding-top: 0;
}

[class*="space-medium"] {
  padding-top: 50px;
  padding-bottom: 50px;
}

[class*="space-medium"][class*="-top"] {
  padding-bottom: 0;
}

[class*="space-medium"][class*="-btm"] {
  padding-top: 0;
}

[class*="space-small"] {
  padding-top: 30px;
  padding-bottom: 30px;
}

[class*="space-small"][class*="-top"] {
  padding-bottom: 0;
}

[class*="space-small"][class*="-btm"] {
  padding-top: 0;
}

@media (max-width: 1024px) {
  [class*="space-large"] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  [class*="space-medium"] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  [class*="space-small"] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* sectionの余白 end */

/* 余白 */
.space-v100 > .space + .space {
  margin-top: 100px;
}

.space-v95 > .space + .space {
  margin-top: 95px;
}

.space-v90 > .space + .space {
  margin-top: 90px;
}

.space-v85 > .space + .space {
  margin-top: 85px;
}

.space-v80 > .space + .space {
  margin-top: 80px;
}

.space-v75 > .space + .space {
  margin-top: 75px;
}

.space-v70 > .space + .space {
  margin-top: 70px;
}

.space-v65 > .space + .space {
  margin-top: 65px;
}

.space-v60 > .space + .space {
  margin-top: 60px;
}

.space-v55 > .space + .space {
  margin-top: 55px;
}

.space-v50 > .space + .space {
  margin-top: 50px;
}

.space-v45 > .space + .space {
  margin-top: 45px;
}

.space-v40 > .space + .space {
  margin-top: 40px;
}

.space-v35 > .space + .space {
  margin-top: 35px;
}

.space-v30 > .space + .space {
  margin-top: 30px;
}

.space-v25 > .space + .space {
  margin-top: 25px;
}

.space-v20 > .space + .space {
  margin-top: 20px;
}

.space-v15 > .space + .space {
  margin-top: 15px;
}

.space-v10 > .space + .space {
  margin-top: 10px;
}

.space-v5 > .space + .space {
  margin-top: 5px;
}

.space-h100 > .space + .space {
  margin-left: 100px;
}

.space-h95 > .space + .space {
  margin-left: 95px;
}

.space-h90 > .space + .space {
  margin-left: 90px;
}

.space-h85 > .space + .space {
  margin-left: 85px;
}

.space-h80 > .space + .space {
  margin-left: 80px;
}

.space-h75 > .space + .space {
  margin-left: 75px;
}

.space-h70 > .space + .space {
  margin-left: 70px;
}

.space-h65 > .space + .space {
  margin-left: 65px;
}

.space-h60 > .space + .space {
  margin-left: 60px;
}

.space-h55 > .space + .space {
  margin-left: 55px;
}

.space-h50 > .space + .space {
  margin-left: 50px;
}

.space-h45 > .space + .space {
  margin-left: 45px;
}

.space-h40 > .space + .space {
  margin-left: 40px;
}

.space-h35 > .space + .space {
  margin-left: 35px;
}

.space-h30 > .space + .space {
  margin-left: 30px;
}

.space-h25 > .space + .space {
  margin-left: 25px;
}

.space-h20 > .space + .space {
  margin-left: 20px;
}

.space-h15 > .space + .space {
  margin-left: 15px;
}

.space-h10 > .space + .space {
  margin-left: 10px;
}

.space-h5 > .space + .space {
  margin-left: 5px;
}

.space-v0 > .space + .space {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .space-v100\@tb > .space + .space {
    margin-top: 100px;
  }

  .space-v95\@tb > .space + .space {
    margin-top: 95px;
  }

  .space-v90\@tb > .space + .space {
    margin-top: 90px;
  }

  .space-v85\@tb > .space + .space {
    margin-top: 85px;
  }

  .space-v80\@tb > .space + .space {
    margin-top: 80px;
  }

  .space-v75\@tb > .space + .space {
    margin-top: 75px;
  }

  .space-v70\@tb > .space + .space {
    margin-top: 70px;
  }

  .space-v65\@tb > .space + .space {
    margin-top: 65px;
  }

  .space-v60\@tb > .space + .space {
    margin-top: 60px;
  }

  .space-v55\@tb > .space + .space {
    margin-top: 55px;
  }

  .space-v50\@tb > .space + .space {
    margin-top: 50px;
  }

  .space-v45\@tb > .space + .space {
    margin-top: 45px;
  }

  .space-v40\@tb > .space + .space {
    margin-top: 40px;
  }

  .space-v35\@tb > .space + .space {
    margin-top: 35px;
  }

  .space-v30\@tb > .space + .space {
    margin-top: 30px;
  }

  .space-v25\@tb > .space + .space {
    margin-top: 25px;
  }

  .space-v20\@tb > .space + .space {
    margin-top: 20px;
  }

  .space-v15\@tb > .space + .space {
    margin-top: 15px;
  }

  .space-v10\@tb > .space + .space {
    margin-top: 10px;
  }

  .space-v5\@tb > .space + .space {
    margin-top: 5px;
  }

  .space-v0\@tb > .space + .space {
    margin-top: 0;
  }

  .space-h100\@tb > .space + .space {
    margin-left: 100px;
  }

  .space-h95\@tb > .space + .space {
    margin-left: 95px;
  }

  .space-h90\@tb > .space + .space {
    margin-left: 90px;
  }

  .space-h85\@tb > .space + .space {
    margin-left: 85px;
  }

  .space-h80\@tb > .space + .space {
    margin-left: 80px;
  }

  .space-h75\@tb > .space + .space {
    margin-left: 75px;
  }

  .space-h70\@tb > .space + .space {
    margin-left: 70px;
  }

  .space-h65\@tb > .space + .space {
    margin-left: 65px;
  }

  .space-h60\@tb > .space + .space {
    margin-left: 60px;
  }

  .space-h55\@tb > .space + .space {
    margin-left: 55px;
  }

  .space-h50\@tb > .space + .space {
    margin-left: 50px;
  }

  .space-h45\@tb > .space + .space {
    margin-left: 45px;
  }

  .space-h40\@tb > .space + .space {
    margin-left: 40px;
  }

  .space-h35\@tb > .space + .space {
    margin-left: 35px;
  }

  .space-h30\@tb > .space + .space {
    margin-left: 30px;
  }

  .space-h25\@tb > .space + .space {
    margin-left: 25px;
  }

  .space-h20\@tb > .space + .space {
    margin-left: 20px;
  }

  .space-h15\@tb > .space + .space {
    margin-left: 15px;
  }

  .space-h10\@tb > .space + .space {
    margin-left: 10px;
  }

  .space-h5\@tb > .space + .space {
    margin-left: 5px;
  }

  .space-h0\@tb > .space + .space {
    margin-left: 0;
  }
}

@media (max-width: 599px) {
  .space-v100\@sp > .space + .space {
    margin-top: 100px;
  }

  .space-v95\@sp > .space + .space {
    margin-top: 95px;
  }

  .space-v90\@sp > .space + .space {
    margin-top: 90px;
  }

  .space-v85\@sp > .space + .space {
    margin-top: 85px;
  }

  .space-v80\@sp > .space + .space {
    margin-top: 80px;
  }

  .space-v75\@sp > .space + .space {
    margin-top: 75px;
  }

  .space-v70\@sp > .space + .space {
    margin-top: 70px;
  }

  .space-v65\@sp > .space + .space {
    margin-top: 65px;
  }

  .space-v60\@sp > .space + .space {
    margin-top: 60px;
  }

  .space-v55\@sp > .space + .space {
    margin-top: 55px;
  }

  .space-v50\@sp > .space + .space {
    margin-top: 50px;
  }

  .space-v45\@sp > .space + .space {
    margin-top: 45px;
  }

  .space-v40\@sp > .space + .space {
    margin-top: 40px;
  }

  .space-v35\@sp > .space + .space {
    margin-top: 35px;
  }

  .space-v30\@sp > .space + .space {
    margin-top: 30px;
  }

  .space-v25\@sp > .space + .space {
    margin-top: 25px;
  }

  .space-v20\@sp > .space + .space {
    margin-top: 20px;
  }

  .space-v15\@sp > .space + .space {
    margin-top: 15px;
  }

  .space-v10\@sp > .space + .space {
    margin-top: 10px;
  }

  .space-v5\@sp > .space + .space {
    margin-top: 5px;
  }

  .space-v0\@sp > .space + .space {
    margin-top: 0;
  }

  .space-h100\@sp > .space + .space {
    margin-left: 100px;
  }

  .space-h95\@sp > .space + .space {
    margin-left: 95px;
  }

  .space-h90\@sp > .space + .space {
    margin-left: 90px;
  }

  .space-h85\@sp > .space + .space {
    margin-left: 85px;
  }

  .space-h80\@sp > .space + .space {
    margin-left: 80px;
  }

  .space-h75\@sp > .space + .space {
    margin-left: 75px;
  }

  .space-h70\@sp > .space + .space {
    margin-left: 70px;
  }

  .space-h65\@sp > .space + .space {
    margin-left: 65px;
  }

  .space-h60\@sp > .space + .space {
    margin-left: 60px;
  }

  .space-h55\@sp > .space + .space {
    margin-left: 55px;
  }

  .space-h50\@sp > .space + .space {
    margin-left: 50px;
  }

  .space-h45\@sp > .space + .space {
    margin-left: 45px;
  }

  .space-h40\@sp > .space + .space {
    margin-left: 40px;
  }

  .space-h35\@sp > .space + .space {
    margin-left: 35px;
  }

  .space-h30\@sp > .space + .space {
    margin-left: 30px;
  }

  .space-h25\@sp > .space + .space {
    margin-left: 25px;
  }

  .space-h20\@sp > .space + .space {
    margin-left: 20px;
  }

  .space-h15\@sp > .space + .space {
    margin-left: 15px;
  }

  .space-h10\@sp > .space + .space {
    margin-left: 10px;
  }

  .space-h5\@sp > .space + .space {
    margin-left: 5px;
  }

  .space-h0\@sp > .space + .space {
    margin-left: 0;
  }
}

/* 余白 end */

/* button */
.text-link a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 5px;
}

.arrow-link a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-left: 25px;
  position: relative;
}

.arrow-link a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.ham-link a::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

.btn {
  width: 100%;
  max-width: 330px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
}

.btn a,
.btn button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 3px 0px 0px #f5f5f5;
  box-shadow: 0px 3px 0px 0px #f5f5f5;
  border: none;
}

.btn a:hover,
.btn button:hover {
  opacity: 1;
  margin-top: 3px;
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_02 {
  width: 100%;
  max-width: 600px;
}

.btn_02 a,
.btn_02 button {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px 15px 15px 65px;
  border-radius: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.btn_02 [class^="icon"] {
  font-size: 34px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn_02 a:hover,
.btn_02 button:hover {
  opacity: 1;
  background-color: #fff;
}

.btn_03 {
  width: 200px;
  height: 40px;
  max-width: 100%;
}

.btn_03 a,
.btn_03 button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn_03 a:hover,
.btn_03 button:hover {
  opacity: 1;
  background-color: #fff;
}

.back-btn {
  width: 250px;
  height: 45px;
}

.back-btn a,
.back-btn button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 10px 10px 10px 30px;
  border-radius: 5px;
  position: relative;
}

.back-btn a::before,
.back-btn button::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.back-btn a:hover,
.back-btn button:hover {
  opacity: 1;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .btn {
    height: 75px;
  }

  .btn a,
  .btn button {
    font-size: 26px;
  }

  .btn_02 a,
  .btn_02 button {
    font-size: 22px;
  }
}

@media (max-width: 599px) {
  .btn {
    height: 65px;
  }

  .btn a,
  .btn button {
    font-size: 22px;
  }

  .btn_02 a,
  .btn_02 button {
    font-size: 20px;
  }

  .arrow-link a,
  .arrow-link button {
    font-size: 16px;
  }
}

/* button end */

/* title */

/* タイトル */
[class*="ttl-cmn"] {
  --ttl-fz-xlarge: clamp(1.75rem, 1.375rem + 1.54vw, 2.625rem);
  --ttl-fz-large: 40px;
  --ttl-fz-medium: clamp(24px, 19.152px + 1.29vw, 45.008px);
  --ttl-fz-medium: clamp(1.5rem, 1.255rem + 1.22vw, 2.25rem);
  --ttl-fz-small: 24px;
  --ttl-fz-xsmall: 20px;
  --ttl-mb-xlarge: 70px;
  --ttl-mb-large: 60px;
  --ttl-mb-medium: 50px;
  --ttl-mb-small: 40px;
  --ttl-mb-xsmall: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

[class*="title"] {
  --ttl-fz-xlarge: clamp(1.75rem, 1.375rem + 1.54vw, 2.625rem);
  --ttl-fz-large: 40px;
  --ttl-fz-medium: clamp(24px, 19.152px + 1.29vw, 45.008px);
  --ttl-fz-medium: clamp(1.5rem, 1.255rem + 1.22vw, 2.25rem);
  --ttl-fz-small: 24px;
  --ttl-fz-xsmall: 20px;
  --ttl-mb-xlarge: 70px;
  --ttl-mb-large: 60px;
  --ttl-mb-medium: 50px;
  --ttl-mb-small: 40px;
  --ttl-mb-xsmall: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

/* 共通タイトル１ */

[class*="ttl-cmn"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ttl-cmn01 {
  margin-bottom: var(--ttl-mb-medium);
  color: var(--color-primary);
}

.ttl-cmn01 .large {
  display: inline-block;
  font-size: 42px;
  font-size: clamp(1.75rem, 1.375rem + 1.54vw, 2.625rem);
  position: relative;
  z-index: 1;
}

.ttl-cmn01 .large span {
  position: relative;
  z-index: 1;
}

.ttl-cmn01 .small {
  display: block;
  font-size: clamp(14px, 13.072px + 0.25vw, 18px);
  font-size: clamp(0.875rem, 0.817rem + 0.25vw, 1.125rem);
  font-weight: normal;
  position: relative;
  margin-top: 15px;
  z-index: 1;
}

.ttl-cmn01 .small:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background: var(--color-primary);
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 4px;
}

.ttl-cmn01 > * {
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.ttl-cmn01.bg-none .large:after {
  display: none;
}

.ttl-cmn01.icon-none > *:after {
  display: none;
}

.ttl-cmn01.ttl-white > * {
  color: #fff;
}

.ttl-cmn01.ttl-white .small:before {
  background: #fff;
}

.ttl-cmn01.ttl-main-color > * {
  color: var(--color-primary);
}

.ttl-cmn01.ttl-text-left > * {
  text-align: left;
}

.ttl-cmn03 .ttl {
  width: 100%;
}
.ttl-cmn03.-mb-none {
  margin-bottom: 0;
}

.ttl-cmn03 .border {
  border-bottom: 1px solid var(--color-02);
  padding-bottom: 15px;
}
.ttl-cmn03 .sub {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
}

.ttl-cmn03 .large {
  display: block;
  font-size: clamp(24px, 14.544px + 2.52vw, 65.007px);
  font-size: clamp(1.5rem, 0.909rem + 2.52vw, 4.063rem);
  margin-bottom: 10px;
}

.ttl-cmn03 .small {
  display: block;
  font-size: clamp(14px, 13.072px + 0.25vw, 18px);
  font-size: clamp(0.875rem, 0.817rem + 0.25vw, 1.125rem);
  font-weight: 500;
}

.ttl-cmn03 > * {
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
  line-height: 1.7;
  position: relative;
  text-align: center;
}

.ttl-cmn03.ttl-white > * {
  color: #fff;
}

.ttl-cmn03.ttl-text-left > * {
  text-align: left;
}

[data-element-id] .ttl--vertical {
  -ms-writing-mode: initial;
  -webkit-writing-mode: initial;
  writing-mode: initial;
}

.ttl--vertical {
  -ms-writing-mode: tb-rl;
  word-break: keep-all;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.ttl-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ttl-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ttl-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ttl-fz-xlarge {
  font-size: var(--ttl-fz-xlarge) !important;
}

.ttl-fz-large {
  font-size: var(--ttl-fz-large) !important;
}

.ttl-fz-medium {
  font-size: var(--ttl-fz-medium) !important;
}

.ttl-fz-small {
  font-size: var(--ttl-fz-small) !important;
}

.ttl-fz-xsmall {
  font-size: var(--ttl-fz-xsmall) !important;
}

.ttl-mb-xlarge {
  margin-bottom: var(--ttl-mb-xlarge);
}

.ttl-mb-large {
  margin-bottom: var(--ttl-mb-large);
}

.ttl-mb-medium {
  margin-bottom: var(--ttl-mb-medium);
}

.ttl-mb-small {
  margin-bottom: var(--ttl-mb-small);
}

.ttl-mb-xsmall {
  margin-bottom: var(--ttl-mb-xsmall);
}

.ttl-mb-none {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .ttl-cmn01 {
    margin-bottom: calc(var(--ttl-mb-large) * 0.9);
  }

  .ttl-cmn01 > * {
    font-size: 36px;
  }
  .ttl-cmn01.hukidashi .sankaku:before {
    top: 120%;
  }

  /* .ttl-fz-xlarge {
    font-size: calc(var(--ttl-fz-xlarge) * 0.8) !important;
  } */

  .ttl-fz-large {
    font-size: calc(var(--ttl-fz-large) * 0.8) !important;
  }

  .ttl-fz-small {
    font-size: calc(var(--ttl-fz-small) * 0.8) !important;
  }

  .ttl--horizontal\@tb {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
  }

  .ttl-mb-xlarge {
    margin-bottom: calc(var(--ttl-mb-xlarge) * 0.8);
  }

  .ttl-mb-large {
    margin-bottom: calc(var(--ttl-mb-large) * 0.8);
  }

  .ttl-mb-medium {
    margin-bottom: calc(var(--ttl-mb-medium) * 0.8);
  }

  .ttl-mb-small {
    margin-bottom: calc(var(--ttl-mb-small) * 0.8);
  }

  .ttl-mb-xsmall {
    margin-bottom: calc(var(--ttl-mb-xsmall) * 0.8);
  }

  .ttl-mb-none\@tb {
    margin-bottom: 0;
  }
}

@media (max-width: 599px) {
  .ttl-cmn01 {
    margin-bottom: calc(var(--ttl-mb-large) * 0.8);
  }

  .ttl-cmn01 > * {
    font-size: 30px;
  }
  .ttl-cmn02 {
    margin-bottom: calc(var(--ttl-mb-xsmall) * 0.8);
  }

  .ttl-cmn02 > * {
    font-size: 36px;
  }
  .ttl-cmn03 .ttl .abu-txt {
    font-size: 10px;
    position: static;
    margin-left: 20px;
  }
  .lead-cmn01 {
    margin-bottom: 30px;
  }

  /* .ttl-fz-xlarge {
    font-size: calc(var(--ttl-fz-xlarge) * 0.7) !important;
  } */

  .ttl-fz-large {
    font-size: calc(var(--ttl-fz-large) * 0.7) !important;
  }

  .ttl--horizontal\@sp {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
  }

  .ttl-center\@sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ttl-mb-xlarge {
    margin-bottom: calc(var(--ttl-mb-xlarge) * 0.7);
  }

  .ttl-mb-xlarge {
    margin-bottom: calc(var(--ttl-mb-xlarge) * 0.7);
  }

  .ttl-mb-large {
    margin-bottom: calc(var(--ttl-mb-large) * 0.7);
  }

  .ttl-mb-medium {
    margin-bottom: calc(var(--ttl-mb-medium) * 0.7);
  }

  .ttl-mb-small {
    margin-bottom: calc(var(--ttl-mb-small) * 0.7);
  }

  .ttl-mb-xsmall {
    margin-bottom: calc(var(--ttl-mb-xsmall) * 0.7);
  }

  .ttl-mb-none\@sp {
    margin-bottom: 0;
  }
}

.title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid #d1d1d1;
  font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.title_01 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.title_02 {
  font-size: var(--ttl-fz-xsmall);
  font-weight: bold;
  margin: 10px 0;
}

.title_03 {
  font-size: 30px;
}

.title_04 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 3px 5px;
  border-bottom: 1px solid #d4d3d0;
}

.title_05 {
  font-size: 45px;
}

.title_05 > span {
  display: inline-block;
}

.title_05 > span + span {
  font-size: 80%;
  margin-left: 10px;
}

.title_06 {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #fff;
}

.title_07 {
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  line-height: 1.5;
}

.title_08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 50px auto;
}

.title_08::before,
.title_08::after {
  content: "";
  width: 2px;
  height: 100%;
  min-height: 50px;
  display: inline-block;
  margin: 0 20px;
}

.title_08::before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.title_08::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media (max-width: 1024px) {
  .title_01 {
    font-size: 34px;
  }



  .title_03 {
    font-size: 26px;
  }

  .title_04 {
    font-size: 18px;
  }

  .title_05 {
    font-size: 30px;
  }

  .title_07 {
    font-size: 18px;
  }

  .title_08 {
    font-size: 24px;
  }
}

@media (max-width: 599px) {
  .title_01 {
    font-size: 28px;
    margin-bottom: 30px;
  }



  .title_03 {
    font-size: 22px;
  }

  .title_04 {
    font-size: 16px;
  }

  .title_05 {
    font-size: 20px;
  }

  .title_08 {
    font-size: 20px;
  }
}

/* title end */

.tab-btn-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
}

.tab-btn-list .tab-btn {
  min-width: calc(100% / 4.5);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  border-top: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
  border-left: 2px solid #c0c0c0;
  border-right: 2px solid #c0c0c0;
  background-color: #eeebeb;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.tab-btn-list .tab-btn + .tab-btn {
  border-left: none;
}

.tab-btn-list .tab-btn:hover {
  background-color: white;
  cursor: pointer;
}

.tab-btn-list .tab-btn.on {
  border-bottom: 2px solid white;
  background-color: white;
}

.tablist {
  padding: 60px 30px;
  border-bottom: 2px solid #c0c0c0;
  border-left: 2px solid #c0c0c0;
  border-right: 2px solid #c0c0c0;
  background-color: white;
}

.tablist-wrap {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

/* パターン */
[class*="alternate-wrap"] .alternate-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.alternate-wrap .alternate-box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.alternate-wrap .alternate-box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.alternate-wrap-rowr .alternate-box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.alternate-wrap-rowr .alternate-box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* パターン end */

/* header */
header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 3;
}

.catch {
  font-size: 12px;
  color: #fff;
  padding: 3px calc(50% - 600px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}

.catch {
  padding-left: 3px;
  padding-right: 3px;
}

[data-element-id] header {
  position: static;
}

[data-element-id].catch {
  position: static;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

.header-section {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-item {
  min-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 1% 5px 1%;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-item > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
}

.scrolled header {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.tb-logo {
    max-width: 200px;
    margin: 10px auto 0;
}
[data-element-id].tb-logo {
  display: block;
  max-width: 190px;
  position: relative;
  border: 2px solid green;
}

[data-element-id].tb-logo:before {
  content: "タブレット以下で表示";
  display: block;
  background: green;
  color: #fff;
  font-size: 10px;
}

@media (max-width: 1200px) {
  header .catch {
    padding: 3px 5px;
  }
}

@media (max-width: 1024px) {
  header .catch {
    padding-right: 55px;
  }
    .catch {
    position: relative;
  }

  header {
    position: static;
  }

  .header-inner {
    width: 65%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 101;
  }

  .active .header-inner {
    -webkit-box-shadow: -2px 0px 15px -5px #000;
    box-shadow: -2px 0px 15px -5px #000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .header-inner .inner1200 {
    height: 100%;
  }

  .header-container {
    height: 100%;
    padding: 30px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-section {
    height: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .header-section-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  .header-inner {
    width: 80%;
  }

  .header-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-item > * {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

/* header end */

/* nav */
.sp-only,
.nav-logo {
  display: none;
}

[data-element-id].sp-only, [data-element-id].nav-logo {
    display: block;
    border: 1px solid green;
    position: relative;
    padding-left: 0;
    margin-left: 5px;
}

[data-element-id].sp-only:after, [data-element-id].nav-logo:after {
    content: "モバイル用です";
    background: green;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 10px;
}

[data-element-id].nav-list > li + li::before {
    display: none;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 15px;
}

.nav-list > li {
  margin: 5px 0;
}

.nav-list > li + li {
  padding-left: 30px;
  position: relative;
}

.nav-list > li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 120%;
  background-color: var(--color-primary);
  margin: auto;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%) rotate(10deg);
  transform: translate(0, -50%) rotate(10deg);
  z-index: 1;
}

.nav-list li a,
.nav-list li .dropdown-btn {
  font-weight: bold;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.nav-list li a,
.nav-list li .dropdown-btn {
  color: var(--color-02);
}

.dropmenu {
  *zoom: 1;
}

.dropmenu .dropdown {
  position: relative;
  overflow: hidden;
}

.dropmenu .dropdown::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 280px;
  height: 40px;
  border: 0;
}

.dropdown-btn {
  display: block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.dropmenu .dropdown ul {
  position: absolute;
  top: 100%;
  right: -175px;
  left: -175px;
  z-index: -9999 !important;
  width: 280px;
  padding: 10px 15px;
  margin: 40px auto 0 auto;
  background-color: var(--color-primary);
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 10px -7px #000;
  box-shadow: 3px 3px 10px -7px #000;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition-property: all;
  transition-property: all;
}

[data-element-id].dropmenu .dropdown ul {
  position: static;
  opacity: 1;
}

.dropmenu .dropdown ul::before {
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-color: transparent transparent var(--color-primary) transparent;
  border-style: solid;
  border-width: 0 7px 7px 7px;
}

#dropmenu .dropdown ul li {
  width: 100%;
  height: auto;
  margin-left: 0;
  overflow: hidden;
}

#dropmenu .dropdown ul li + li {
  border-top: 1px solid #fff;
}

#dropmenu .dropdown ul li a {
  display: block;
  padding: 10px 5px;
  font-size: 14px;
  color: #fff;
}

.dropdown-btn:hover {
  cursor: pointer;
}

#dropmenu .dropdown:hover {
  overflow: visible;
}

#dropmenu .dropdown:hover ul {
  z-index: 2 !important;
  opacity: 1;
}

@media (max-width: 1024px) {
  nav {
    height: 10%;
    margin-top: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .sp-only,
  .nav-logo {
    display: block;
  }

  .nav-list {
    height: 100%;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-list > li + li {
    padding-left: 0;
  }

  .nav-list li {
    margin: 10px 0;
  }

  .nav-list > li + li::before {
    display: none;
  }

  #dropmenu .dropdown {
    overflow: visible;
  }

  .dropmenu .dropdown ul::before,
  .dropmenu .dropdown::after {
    display: none;
  }

  #dropmenu .dropdown ul {
    width: 100%;
    margin: 10px 0;
    padding: 0 0 0 20px;
    background-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    z-index: 2 !important;
    opacity: 1;
  }

  #dropmenu .dropdown ul li {
    margin: 10px 0;
  }

  #dropmenu .dropdown ul li a {
    font-size: 15px;
    color: inherit;
    padding: 0 0 0 20px;
    position: relative;
    color: var(--color-02);
  }

  #dropmenu .dropdown ul li a::before {
    content: "∟";
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 0;
  }
}

/* nav end */

/* hamburger overlay */
.hamburger {
  display: none;
}

@media (max-width: 1024px) {
  .hamburger {
    position: fixed;
    top: 10px;
    left: -80px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .hamburger a,
  .hamburger a:hover,
  .hamburger a:focus {
    opacity: 1;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px #808080;
    box-shadow: 1px 1px 1px #808080;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .active .hamburger {
    padding: 3px;
  }

  .active .menu-trigger {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .active .menu-trigger span {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translate(0, 30px) rotate(-45deg);
    transform: translate(0, 30px) rotate(-45deg);
  }

  .active .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translate(0, -100%) rotate(45deg);
    transform: translate(0, -100%) rotate(45deg);
  }

  .active .menu-trigger span:nth-of-type(3) {
    opacity: 0;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(77, 66, 62, 0.3);
  }

  .active .overlay {
    display: block;
  }
}

@media (max-width: 599px) {
  .hamburger {
    top: unset;
    bottom: 0px;
    left: -55px;
    width: 55px;
    height: 55px;
    padding: 0;
    background: #DE9180;
  }

  .active .hamburger {
    padding: 0;
  }

  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 16px) rotate(-45deg);
    transform: translate(-50%, 16px) rotate(-45deg);
  }
  

  .menu-trigger span {
      width: 35px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  
  .menu-trigger span:nth-of-type(2) {
      -webkit-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
  }
  
  .menu-trigger span:nth-of-type(1) {
      top: 10px;
  }
  
  .menu-trigger span:nth-of-type(3) {
      bottom: 10px;
  }
  
  
  .active .menu-trigger span:nth-of-type(2) {
      transform: translate(-50%, -100%) rotate(45deg);
      -webkit-transform: translate(-50%, -100%) rotate(45deg);
  }
}

/* hamburger overlay end */

/* footer */
.footer-bottom {
  margin-top: -15px;
}

.foot-nav ul li a {
  padding: 20px;
  display: block;
}

.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  padding: 10px 10px 75px;
}

@media (max-width: 599px) {
  .foot-nav ul li {
    width: 48%;
  }
  .foot-nav ul li a {
    padding: 10px 0;
  }
  .copy .logo {
    max-width: 50%;
  }
}

.fixed-box-inner {
  border-radius: 5px 0 0 5px;
  background-color: #fff;
}

.fixed-box-title {
  display: none;
}

.fixed-bnr {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: fixed;
  top: 50%;
  left: -1px;
  z-index: 2;
}

.fixed-bnr li {
  max-width: 60px;
}

.fixed-bnr li a [class*="icon"] {
  margin-left: auto;
  margin-right: auto;
}

.fixed-bnr li a:hover {
  opacity: 1;
}

.fixed-bnr li a .text-bnr {
  margin-top: 10px;
  color: white;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.fixed-bnr li + li {
  margin-top: 10px;
}

[data-element-id].fixed-bnr li:nth-of-type(1) a .up-d-none {
  display: block;
}

.fixed-bnr li:nth-of-type(1) a:hover .icon-bnr img {
  -webkit-filter: invert(47%) sepia(100%) saturate(695%) hue-rotate(359deg) brightness(101%) contrast(108%);
  filter: invert(47%) sepia(100%) saturate(695%) hue-rotate(359deg) brightness(101%) contrast(108%);
}

.fixed-bnr li:nth-of-type(1) a:hover .text-bnr {
  color: #e65d44;
}

.fixed-bnr li.fix-btn:nth-of-type(2) {
  background-color: var(--color-02);
}

.fixed-bnr .list-fixed-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fixed-number {
  display: none;
}
[data-element-id].fixed-bnr {
  position: static;
  -webkit-transform: unset;
  transform: unset;
}

[data-element-id].fixed-bnr li {
  max-width: 200px;
  justify-content: flex-start;
  margin-right: auto;
  margin-left: 0;
}

[data-element-id].fixed-bnr li a .text-bnr {
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
}

.fixed-bnr li.fix-btn {
  background: var(--color-01);
  display: block;
  padding: 20px 16px;
  text-align: center;
  border-radius: 0 15px 15px 0;
  -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 50%);
  box-shadow: 0 0 3px rgb(0 0 0 / 50%);
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fixed-bnr .list-fixed-bnr.type-b .fix-btn {
  background: #ffa500;
  border-color: #ffa500;
}

.fixed-bnr li.fix-btn .tog-btn {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #fff;
  font-size: clamp(1.25rem, 1.143rem + 0.44vw, 1.5rem);
}

.fixed-bnr li.fix-btn .tog-btn .text-bnr {
  margin-top: 10px;
}

.fixed-bnr li.fix-btn a:hover {
  opacity: 0.6;
}

.fixed-bnr li.fix-btn .cont {
  display: none;
  margin-right: 20px;
  max-width: 400px;
}

[data-element-id].fixed-bnr li.fix-btn .cont {
  display: block;
}

.fixed-bnr li.fix-btn .cont .tit {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: clamp(1.25rem, 1.143rem + 0.44vw, 1.5rem);
  margin-bottom: 10px;
}

.fixed-bnr li.fix-btn .cont .add {
  position: relative;
  margin-top: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fixed-bnr li.fix-btn .cont .add a {
  color: #fff;
}

.fixed-bnr li.fix-btn .cont .add a:before {
  content: "\f3c5";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.fixed-bnr li.fix-btn .cont .flex {
  margin-top: 10px;
}

.fixed-bnr li.fix-btn .cont .tell-wrap {
  width: calc(60% - 2px);
}

.fixed-bnr li.fix-btn .cont .tell-wrap a {
  background: #fff;
  padding: 5px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-01);
  border-radius: 10px;
}

.fixed-bnr li.fix-btn:nth-of-type(2) .cont .tell-wrap a {
  color: var(--color-02);
}

.fixed-bnr li.fix-btn .cont .tell-wrap a:before {
  content: "\f879";
  display: block;
  font-family: "font awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.fixed-bnr li.fix-btn .cont .reserve {
  width: calc(40% - 2px);
}

.fixed-bnr li.fix-btn .cont .reserve a {
  display: block;
  background: #fff;
  color: var(--color-01);
  padding: 5px 0;
  border-radius: 10px;
}

.fixed-bnr li.fix-btn:nth-of-type(2) .cont .reserve a {
  color: var(--color-02);
}

.fixed-bnr li.fix-btn:nth-of-type(2) .cont .timetable-wrap {
  border-color: #fff;
}

.fixed-bnr li.fix-btn:nth-of-type(2) .cont .timetable2 tr th {
  background: var(--color-02);
}

.fixed-bnr li.fix-btn:nth-of-type(2) .cont .timetable2 tr th,
.fixed-bnr li.fix-btn:nth-of-type(2) .cont .timetable2 tr td {
  text-align: center;
  padding: 10px;
  color: var(--color-02);
}

.fixed-bnr li.fix-btn:nth-of-type(2) .cont .timetable2 tr th {
  font-weight: bold;
  background: var(--color-02);
  color: #fff;
}

.fixed-bnr li.fix-btn:nth-of-type(2) .cont .timetable2 tr td {
  border-top: 1px solid var(--color-02);
}
.fixed-bnr li.fix-btn:nth-of-type(2) .cont .timetable2 tr td + td {
  border-left: 1px solid var(--color-02);
}

.fixed-bnr li.fix-btn:nth-of-type(2) .cont .sub-text {
    position: relative;
    padding-left: 2em;
}

.fixed-bnr li.fix-btn:nth-of-type(2) .cont .sub-text:before {
    content: "△：";
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width:1024px) {
  .fixed-bnr li.fix-btn .is-parent + .cont {
      min-width: 342px;
  }
}

@media (max-width: 599px) {
  .fixed-box {
    display: none;
  }
}

.footer_kotei {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
}

[data-element-id].footer_kotei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 400px;
}

.footer_kotei .kotei-sns-box {
  position: relative;
}

.footer_kotei .kotei-sns-box a {
  display: block;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  padding: 5px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_kotei.type-b .kotei-sns-box a {
  background: var(--color-02);
}

.footer_kotei .official-box {
  position: relative;
}

.footer_kotei .official-box a {
  display: block;
  background: var(--color-01);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  padding: 5px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_kotei > * {
  width: 30%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 55px;
}

.footer_kotei > * a .icon {
  font-size: 20px;
  margin-bottom: 5px;
}

.footer-kotei-wrap {
  position: relative;
  z-index: 100;
}

@media (max-width: 599px) {
  .footer_kotei {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 55px);
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 44px 10px 30px;
  background-color: #fff;
  z-index: 2;
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  cursor: pointer;
}
.popup .list li + li {
  margin-top: 10px;
}

.popup .list li a {
  color: #fff;
  background: var(--color-01);
  text-align: center;
  min-height: 90px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1px;
  border-radius: 20px;
  position: relative;
}

.popup .list li a:before {
    content: "\f3c0";
    display: inline-block;
    font-family: "font awesome 5 Brands";
    font-size: 28px;
    margin-right: 10px;
    font-weight: normal;
}


@media (max-width: 599px) {
  .popup {
    display: block;
  }
}

[data-element-id].popup {
  display: block;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  opacity: 1;
  visibility: visible;
}
[data-element-id] .black-background {
  display: none;
}
[data-element-id] .popup-inner {
  position: static;
  -webkit-transform: none;
  transform: none;
}

/* footer end */

/* ぱんくず */
/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  padding: 30px 0;
  background-color: white;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-left: 1em;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  font-weight: bold;
  color: var(--color-01);
}

.breadcrumbs-list li + li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    padding: 20px 0;
    font-size: 14px;
  }

  .breadcrumbs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .breadcrumbs-list {
    width: 100%;
    margin-top: 0em;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li + li::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 1px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    padding: 0 0 15px 0;
    font-size: 12px;
  }

  .breadcrumbs li + li::before {
    width: 6px;
    height: 6px;
  }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/* A-BiSUスライダー */
.mainimg {
  position: relative;
}



.uk-slidenav-position {
  height: 100%;
}

.mainimg .uk-slideshow img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.mainimg .uk-slideshow {
  position: relative;
  height: 100% !important;
  overflow: hidden;
}

.mainimg .uk-slideshow::after {
  display: block;
  padding-top: 40%;
  content: "";
}

.mainimg .uk-slideshow li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
}

.mainimg .uk-slideshow li > div {
  height: 100% !important;
}

.uk-dotnav > * > * {
  width: 10px;
  height: 10px;
}

.uk-dotnav-contrast > * > * {
  background: #ccc;
}

.uk-dotnav-contrast > .uk-active > * {
  background: #565656;
}

.uk-dotnav > .uk-active > * {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.uk-dotnav li a:hover {
  opacity: 1;
}

.uk-position-bottom {
  bottom: -30px;
}

@media (max-width: 1024px) {

  .mainimg .uk-slideshow::after {
    padding-top: 40%;
  }
  .index .mainimg {
    margin: 20px 0 0;
  }
}

@media (max-width: 599px) {
  .mainimg .uk-slideshow::after {
    padding-top: 40%;
  }
}


[data-element-id].mainimg .slickslider {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id].mainimg .slickslider .slick-slideimg {
    width: 48%;
    margin: 1%;
    position: relative;
    border: 1px solid green;
}

[data-element-id].mainimg .slickslider .slick-slideimg:before {
    content: "TOPページメイン画像";
    display: block;
    background: green;
    color: #fff;
}

/* A-BiSUスライダー end */

/* mainimg */
.mainimg {
  margin: 30px 0;
}

.slick-img {
  width: 90%;
  margin: 0 5%;
  overflow: hidden;
  position: relative;
}

.slick-img::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.slick-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mainimg .slick-img img {
  width: 99.6%;
  height: 99.6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}



.slick-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/import/tenant_1/153.121.73.39/html/images/common/cover.png');
  background-size: 100.5% 100.5%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

[class^="slick-arrow"]::before {
  font-family: "Font Awesome 5 Free";
  font-size: 60px;
  font-weight: 900;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.slick-arrow-prev::before {
  content: "\f053";
  left: 15%;
}

.slick-arrow-next::before {
  content: "\f054";
  right: 15%;
}

[class^="slick-arrow"]:hover {
  cursor: pointer;
}

.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots button {
  text-indent: -999rem;
  width: 15px;
  height: 15px;
  background-color: var(--color-secondery);
  border-radius: 50%;
  border: none;
}

.slick-dots button:focus {
  outline: none;
}

.slick01 .btn-slick {
  display: none;
}

@media (max-width: 1024px) {
  .mainimg {
    margin: 10px 0 30px;
  }
  [class^="slick-arrow"]::before {
    font-size: 45px;
  }

  .slick-arrow-prev::before {
    left: 15%;
  }

  .slick-arrow-next::before {
    right: 15%;
  }
}

@media (max-width: 599px) {
  [class^="slick-arrow"]::before {
    font-size: 40px;
  }

  .slick-arrow-prev::before {
    left: 5%;
  }

  .slick-arrow-next::before {
    right: 5%;
  }

  .slick-dots li {
    margin: 0 7px;
  }

  .slick-dots button {
    width: 12px;
    height: 12px;
  }
  .slick01 .btn-slick {
    font-weight: 900;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    font-size: 30px;
    color: var(--color-02);
  }
  
  .slick01 .btn-back {
      left: 0;
  }
  
  .slick01 .btn-next {
      right: 0;
  }
  .mainimg .slick-img img {
  width: 99%;
  height: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  }

}

/* mainimg end */

/* 下層ページのmainimg */
.underimg-wrap {
  padding-left: 20%;
  position: relative;
}

.under-title {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 48px;
  color: #471a0c;
  font-weight: bold;
  text-shadow: -5px 3px 0 #ccc5c2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

[data-element-id].under-title {
    position: absolute;
}

@media (max-width: 1024px) {
  .underimg-wrap {
    padding-left: 25%;
  }

  .under-title {
    width: 25%;
    font-size: 26px;
  }
}

@media (max-width: 599px) {
  .underimg-wrap {
    padding-left: 0;
  }

  .under-title {
    width: 100%;
    font-size: 22px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    position: static;
    -webkit-box-align: center;    
    -ms-flex-align: center;    
    align-items: center;
  }
}

/* 下層ページのmainimg end */

/* table */
.timetable-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.timetable {
  width: 100%;
  border-collapse: collapse;
}

.timetable tr th,
.timetable tr td {
  text-align: center;
  padding: 10px;
}

.timetable tr th {
  color: #fff;
  font-weight: bold;
}

.timetable tr th + th {
  border-left: 1px solid #fff;
}

@media (max-width: 1024px) {
  .timetable tr th,
  .timetable tr td {
    font-size: 12px;
    padding: 10px 5px;
  }
}

.timetable2 {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.timetable2 tr th,
.timetable2 tr td {
  text-align: center;
  padding: 10px;
  color: var(--color-01);
}

.timetable2 tr th {
  font-weight: bold;
  background: var(--color-01);
  color: #fff;
}

.timetable2 tr th + th {
  border-left: 1px solid #fff;
}

.timetable2 tr td {
  border-top: 1px solid var(--color-01);
}
.timetable2 tr td + td {
  border-left: 1px solid var(--color-01);
}

@media (max-width: 1024px) {
  .timetable2 tr th,
  .timetable2 tr td {
    font-size: 12px;
    padding: 10px 5px;
  }
}

/* table end */

/* list */
.list-inner {
  height: 100%;
}

.auto-height-list .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.auto-height-list .list-inner .auto-height-btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.information-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information-list dt {
  padding-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.information-list dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.under-border-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 5px;
  border-bottom: 1px solid #d3c5bb;
}

.under-border-list dt {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.under-border-list dd {
  min-width: 25%;
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.note-list dt {
  width: 15%;
}

.note-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  z-index: 1;
}

.note-list dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-left: -15px;
  padding: 10px 30px 10px calc(10% + 30px);
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
}

.note-list dd .note-img {
  width: 10%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.faq-list dt,
.faq-list dd {
  position: relative;
  padding-left: 70px;
}

.faq-list dt::before,
.faq-list dd::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: 0;
}

.faq-list dt::before {
  content: "Q";
  color: #fff;
}

.faq-list dd::before {
  content: "A";
}

.faq-list dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
  position: relative;
  color: var(--color-02);
  padding-right: 30px;
  cursor: pointer;
}

.faq-list dt:after {
  content: "\f067";
  display: block;
  font-family: "font awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 0%;
  right: 10px;
}

.faq-list dt.is-parent:after {
  content: "\f068";
}

.faq-list dd {
  padding: 15px 20px 15px 70px;
  background-color: var(--color-secondery);
  border-radius: 15px;
  display: none;
  overflow: visible !important;
}

[data-element-id].faq-list dd {
  display: block;
}

.flow-list li + li .flow-img-wrap {
  position: relative;
}

.flow-list li + li .flow-img-wrap::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 60px;
  font-weight: 900;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  z-index: 1;
}

.list-step li {
  position: relative;
}
.list-step li + li {
  margin-top: 20px;
}
.list-step li .step {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-01);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-step li .txt {
  position: relative;
  padding-left: 45px;
}

.list-square li {
  padding-left: 1.5em;
  position: relative;
}

.list-square li::before {
  content: "■";
  color: var(--color-02);
  position: absolute;
  top: 0;
  left: 0;
}

.list-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #dcdcdc;
}

.list-price + .list-price {
  margin-top: -1px;
}

.list-price > dt,
.list-price > dd {
  padding: 10px;
}

.list-price > dt {
  width: 30%;
  background-color: #faf5e6;
}

.list-price > dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 1px solid #dcdcdc;
  background-color: white;
}

.list-price > div {
  border-top: 1px solid #dcdcdc;
}

.list-price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-price-inner dt,
.list-price-inner dd {
  padding: 0 10px;
}

.list-price-inner dt {
  width: 30%;
}

@media (max-width: 1024px) {
  .list-price {
    font-size: 14px;
  }

  .list-price > dt {
    width: 40%;
  }

  .list-price-inner dt {
    width: 50%;
  }
}

.list_01 .item {
  position: relative;
  width: 48%;
}

.list_01 .item:first-of-type {
  width: 100%;
}

.list_02 dl {
  position: relative;
}

.list_02 dl + dl {
  margin-top: 30px;
}
.list_02 dl dt {
  position: absolute;
  top: 0%;
  left: 0;
  font-weight: bold;
  color: var(--color-01);
}
.list_02 dl dd {
  position: relative;
  padding-left: 100px;
}

@media (max-width: 599px) {
  .list_02 dl + dl {
    margin-top: 10px;
  }
  .list_02 dl dd {
    padding-left: 0;
    margin-top: 10px;
  }

  .list_02 dl dt {
    position: static;
  }
}

.list_03 li {
  padding-left: 1.5em;
  font-size: 18px;
  position: relative;
  padding-top: 10px;
}

.list_03 li:last-child {
  padding-bottom: 10px;
}

.list_03 li + li {
  margin-top: 10px;
}

.list_03 li::before {
  content: "\f058";
  font-family: "font awesome 5 Free";
  display: inline-block;
  font-weight: normal;
  color: var(--color-01);
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 0;
}

@media (max-width: 599px) {
  .list_03 li {
    font-size: 16px;
  }
}

.list_04 .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list_04 .list-inner .box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.list_05 .item {
  position: relative;
  background: var(--color-secondery);
  padding: 20px;
  border-radius: 20px;
}

.list_05 .item .tel a {
  position: relative;
  font-size: clamp(1rem, 0.786rem + 0.88vw, 1.5rem);
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.list_05 .item .tel a:before {
  content: "\f879";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.list_05 .item .maplink a {
  position: relative;
  display: block;
  text-align: center;
}

.list_05 .item .maplink a:before {
  content: "\f3c5";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
  vertical-align: baseline;
}

[data-element-id].list_05 .item .pic a {
    position: static!important;
}

@media (max-width: 599px) {
  .list_05 .item {
    padding: 10px;
    border-radius: 10px;
  }
}

.list_06 dl {
  position: relative;
}

.list_06 dl + dl {
  margin-top: 30px;
}
.list_06 dl dt {
  font-weight: bold;
  font-size: 18px;
  background: var(--color-01);
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  margin-left: 1rem;
}
.list_06 dl dd {
  position: relative;
  margin-top: -15px;
  padding: 35px 20px 20px;
}

@media (max-width: 599px) {
  .list_06 dl dt {
    font-size: 16px;
  }
}

.list_07 .list-inner {
  position: relative;
}

.list_07 .onimg-title {
  margin: auto;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.list_08 .item a {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.list_08 .item.bgc02 a {
  background: var(--color-secondery);
}


@media (max-width: 599px) {
  .list_08 .item a {
    padding: 10px;
    border-radius: 10px;
  }
}

.list_09 li {
  position: relative;
  padding-left: 1.5rem;
}

.list_09 li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.list_10 li {
  margin-top: 0;
}

.list_10 li:nth-of-type(even) {
  background: none;
}

.list_10 li:nth-of-type(even)::after {
  display: none;
}

.list_10 li + li {
  margin-top: 70px;
}

.list_10 li + li::before {
  display: none;
}

.list_10 li:nth-of-type(odd)::before {
  display: block;
}

.list_11 li {
  padding-left: 1.5em;
  font-size: clamp(1rem, 0.893rem + 0.44vw, 1.25rem);
  position: relative;
}

.list_11 li::before {
  content: "・";
  display: inline-block;
  font-weight: 900;
  color: var(--color-01);
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
}

.list_12 dl {
  position: relative;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.list_12 dl + dl {
  margin-top: 30px;
}
.list_12 dl dt {
  font-weight: bold;
  color: var(--color-01);
}
.list_12 dl dd {
  position: relative;
}

.list_12 dl dd .middle {
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 599px) {
  .list_12 dl {
    font-size: 18px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .list_12 dl + dl {
    margin-top: 10px;
  }
  .list_12 dl dd {
    padding-left: 0;
  }

  .list_12 dl dt {
    position: static;
  }
}

@media (max-width: 1024px) {
  .under-border-list dd {
    min-width: 35%;
  }

  .note-list dt {
    width: 20%;
  }

  .note-item {
    font-size: 24px;
  }

  .note-list dd {
    padding: 10px 20px 10px calc(15% + 20px);
  }

  .note-list dd .note-img {
    width: 15%;
  }

  .flow-list li + li {
    position: relative;
  }

  .flow-list li + li .flow-img-wrap {
    position: static;
  }

  .flow-list li + li .flow-img-wrap::before {
    content: "\f063";
    font-size: 40px;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

@media (max-width: 599px) {
  .under-border-list dd {
    width: 100%;
    margin-top: 5px;
  }

  .list_08 .step-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .list_08 .step-cont {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .note-list dt {
    width: 30%;
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%);
  }

  .note-list dd {
    width: 90%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 16px;
    margin-left: auto;
    border-radius: 30px;
  }
}

/* list end */

/* box */
.box-shadow01 {
  border-radius: 20px;
  -webkit-box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #fff;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #fff;
}

.box-shadow02 {
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 30%);
  box-shadow: 0 1px 6px rgb(0 0 0 / 30%);
}

.box-table dl {
  padding: 10px;
  background-color: #fffcf8;
}

.box-table dl:nth-of-type(even) {
  background-color: #faf5e6;
}

.box-table dl dt {
  width: 15%;
  font-weight: bold;
}

.box-table dl dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .box-table dl dt {
    width: 100%;
  }
  .box-table dl dd {
    padding-left: 1rem;
  }
}

.box-table .dl {
  padding: 10px;
  background-color: #fffcf8;
}

.box-table .dl:nth-of-type(even) {
  background-color: #faf5e6;
}

.box-table .dl .dt {
  width: 15%;
  font-weight: bold;
}

.box-table .dl .dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .box-table .dl .dt {
    width: 100%;
  }
  .box-table .dl .dd {
    padding-left: 1rem;
  }
}

/* カスタムコンテンツ */
.date {
  font-weight: bold;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 30px;
}

[data-element-id].news-list dd {
  width: 100%;
}

[data-element-id].news-list dt + div {
  flex-grow: 1;
}
.news-list dt,
.news-list dd {
  padding: 15px 20px;
}

.news-list dt {
  min-width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
  z-index: 1;
}

.news-list dt::before {
  content: "\f028";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}

.news-list dd {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.news-list .title {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 15px;
}

.news-list .title a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.cc-list {
  padding: 10px 5px;
  border-bottom: 1px solid #d1d1d1;
}

.cc-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
  min-height: 32px;
}

.cc-thumb {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}

.date {
  font-size: 12px;
}

.category span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  padding: 2px 10px;
  border-radius: 20px;
  background: #fff;
}

.index .category span {
  background: var(--color-secondery);
}

.category span + span {
  margin-left: 5px;
}

.cc-side-list {
  padding-left: 15px;
}

.cc-side-list li {
  padding-left: 20px;
  position: relative;
}

.cc-side-list li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.cc-side-list.parent-cate li {
  padding-left: 20px;
}

.cc-side-list.child-cate {
  padding-left: 30px;
}

.cc-side-list.child-cate li a {
  font-size: 14px;
}

.cc-side-list.child-cate li::before {
  content: "└";
}

.lightbox-wrap {
  position: relative;
}

.lightbox-wrap .search-icon {
  width: 20%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.lightbox-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.lightbox-img:hover {
  cursor: pointer;
}

.lightbox-img:hover::before {
  background-color: transparent;
}

@media (max-width: 599px) {
  .news-list dt {
    width: 100%;
  }

  .news-list dd {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-list .title {
    width: 100%;
    margin: 0 5px;
  }

  .news-list .text-link {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .thumbs-cc-list .cc-list {
    padding: 5px;
  }

  .thumbs-cc-list .cc-list dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .thumbs-cc-list .cc-list dd a {
    font-size: 13px;
  }
}

/* カスタムコンテンツ end */

/* pager */

.pager ul li a,
.pager ul li .now {
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid transparent;
  position: relative;
  border-radius: 50%;
}

.pager ul li .now,
.pager ul li a:hover {
  opacity: 1;
  border: 1px solid #f4a118;
  background-color: #f4a118;
  color: #fff;
}

.pager ul li .now:after,
.pager ul li a:hover:after {
  background-color: #000;
}

.pager ul li a:focus {
  outline: none;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .pager ul li a,
  .pager ul li .now {
    padding-top: 5px;
  }
}

.pager ul li a:hover {
  opacity: 1;
}

.pager ul .prev,
.pager ul .next {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.pager ul .prev-arrow:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  line-height: 100%;
}

.pager ul .next-arrow:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  line-height: 100%;
}

@media (max-width: 599px) {
  .pager ul li a,
  .pager ul li .now {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

/* pager end */

/* form */
.must {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: 10px;
}

.contact-item {
  padding: 20px 0;
}

.contact-item dd input,
.contact-item dd textarea {
  width: 100%;
  padding: 8px 5px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px 0px #c3c3c0;
  box-shadow: 0px 0px 8px 0px #c3c3c0;
  -webkit-appearance: none;
  appearance: none;
}

.contact-item dd textarea {
  height: 150px;
}

.contact-item .age {
  display: flex;
  align-items: center;
}

.contact-item .age input {
  width: 20%;
}

.contact-item .radiobtn input {
    display: none;
}

.contact-item .radiobtn input + label {
    margin-left: 15px;
    display: inline-block;
    padding: 0 10px 0 30px;
    position: relative;
}

.contact-item .radiobtn label:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    /* top: 3px; */
    top: 8px;
    left: 0;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%) inset;
}

.contact-item .radiobtn label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.contact-item .radiobtn input:checked+label {
    text-decoration: underline;
}

.contact-item .radiobtn input:checked+label::after {
    width: 0;
    height: 0;
    color: var(--color-primary);
    background-color: transparent;
    position: absolute;
    /* top: -2px; */
    top: 4px;
    left: 2px;
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
}

.contact-btns .btn_03 {
    width: 170px;
}


/* form end */

/* 99company_detail */
/*選択するサムネイル画像の設定*/

.choice-01 li {
  cursor: pointer;
  outline: none;
  /* width: 100% !important; */
}

.choice-01 li img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}

.choice-01 li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-01 .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 22px;
  letter-spacing: 3px;
  color: #534740;
  line-height: 2em;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.choice-01 li,
.choice-02 li {
  padding: 5px;
}

.choice-01 .caption,
.choice-02 .caption {
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  letter-spacing: 0px;
  color: #534740;
  line-height: 1.2;
  padding: 5px 5px;
}

[data-element-id].gallery-01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

[data-element-id].gallery-01 li {
    width: 48%;
    margin: 1%;
    position: relative;
}

[data-element-id].gallery-01 li:before {
    content: "メイン画像";
    display: block;
    background: green;
    color: #fff;
}

[data-element-id].choice-01 {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id].choice-01 li {
    width: 25%;
    position: relative;
}

[data-element-id].choice-01 li:before {
    content: "サブ画像";
    display: block;
    background: green;
    color: #fff;
}

[data-element-id].gallery-02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

[data-element-id].gallery-02 li {
    width: 48%;
    margin: 1%;
    position: relative;
}

[data-element-id].gallery-02 li:before {
    content: "メイン画像";
    display: block;
    background: green;
    color: #fff;
}

[data-element-id].choice-02 {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id].choice-02 li {
    width: 25%;
    position: relative;
}

[data-element-id].choice-02 li:before {
    content: "サブ画像";
    display: block;
    background: green;
    color: #fff;
}


/* line-icon */
.line-icon a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.line-icon a:after {
    content: "\f3c0";
    font-family: "font awesome 5 brands";
    font-size: 34px;
    color: #02C153;
}

/* blog */
/* blog */

.detail-content h2 {
    border-bottom: dashed 2px var(--color-01);
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: clamp(1.125rem, 1.071rem + 0.22vw, 1.25rem);
    margin-top: 30px;
}

.detail-content h3 {
    padding: 0.2em 0.5em;
    border-left: solid 5px var(--color-01);
    margin-bottom: 10px;
    font-size: clamp(1rem, 0.946rem + 0.22vw, 1.125rem);
    margin-top: 20px;
}

.detail-content h4 {
    border-bottom: 1px solid var(--color-01);
    margin-bottom: 10px;
    font-size: clamp(1rem, 0.946rem + 0.22vw, 1.125rem);
    margin-top: 20px;
}


.box-item01 {
  background: var(--color-secondery);
  border-radius: 20px;
  padding: 20px;
}

@media (max-width:599px) {
  .box-item01 {
    padding: 10px;
  }
}


.section-pm .tall .container {
    width: 100%!important;
}

@media (max-width:1024px) {
  .section-pm .tall .container .mbS {
      width: 100%!important;
  }
  
  .section-pm .tall .container .mbS .youtube {
      width: 100%!important;
  }
}

/*2023/02/08*/
.access-m ul {
  display: flex;
}
.access-m ul li {
  width: 48%;
  margin: auto;
}
.access-m .a-title {
  width: fit-content;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  background: var(--color-01);
  color: #fff;
  padding: 0px 10px;
}

@media (max-width:599px) {
  .access-m ul {
    display: block;
  }
  .access-m ul li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .access-m .a-title {
    font-size: 16px;
  }
}

/* 追記2023/02/13 */
.box-flow .menu_list02 {
    width: 100%!important;
}

.box-flow .menu_list02 .left_box03 {
    width: 48%!important;
}

.box-flow .menu_list02 .right_box03 {
    width: 40%!important;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.box-flow .menu_list02 .right_box03 .sp_center {
    width: 48%;
    margin: 1%!important;
}

.box-flow .menu_list02 .right_box03 .sp_center img {
    width: 100%!important;
    margin-top: 0!important;
}

.box-flow .menu_list02 .right_box03 img {
    width: 100%!important;
    max-width: 100%!important;
}
@media (max-width:599px) {
  .box-flow .menu_list02 .left_box03 {
      width: 100%!important;
  }
  
  .box-flow .menu_list02 .right_box03 {
      width: 100%!important;
      margin-top: 20px!important;
  }
  
  .box-flow .menu_list02 .right_box03 img {
      width: 100%!important;
  }
  .box-flow .menu_list02 li h2 span {
    padding: 25px 20px 25px 20px!important;
  }
}

/* 2023/04/26 追記 */

[data-element-id].pc-only:after, [data-element-id].nav-logo:after {
    content: "パソコン用です";
    background: green;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 10px;
}

[data-element-id].pc-only {
    display: block;
    border: 1px solid green;
    position: relative;
    padding-left: 0;
    margin-left: 5px;
}

@media only screen and (max-width: 1024px){
  .nav-list .pc-only{
    display: none !important;
  }
}

/* 2023/06/01 */
.footer-top .shop-access {
    border: 3px solid;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.footer-top .shop-access-ginza {
    border-color: #DAA54A;
}

.footer-top .shop-access-ginza .tit {
    background: #DAA54A;
}

.footer-top .shop-access .tit {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 28px;
}

.footer-top .shop-access-tsukuba .tit {
    background: #471A0C;
}

.footer-top .shop-access-tsukuba {
    border-color: #471A0C;
}

.box-line {
    position: relative;
}

.box-line .pic {
    width: fit-content;
    margin: auto;
}

.box-line .pic a {
    display: block;
}

.box-line .txt {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
}

.popup.is-show {
    opacity: 1;
    visibility: visible;
}

.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    padding: 44px 10px 30px;
    background-color: #fff;
    z-index: 2;
}

.popup-inner img {
    width: 100%;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.close-btn i {
    font-size: 20px;
    color: #333;
}

.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1;
    cursor: pointer;
}
.spreserve_tel-list li + li {
  margin-top: 10px;
}

.spreserve_tel-list li a {
    color: #fff;
    background: #471A0C;
    text-align: center;
    min-height: 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1px;
}

.spreserve_tel-list li.colha a {
    background: #DAA54A;
}

[data-element-id] .sp-reserved{
  display: block;
  position: static !important;
}
[data-element-id] .sp-reserved li .pic{
  max-width: 40px;
}

[data-element-id].popup {
    display: block;
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    opacity: 1;
    visibility: visible;
}
[data-element-id] .black-background{
  display: none;
}
[data-element-id] .popup-inner{
  position: static;
  transform: none;
}


/* 2023/06/09 */

footer .hamburger {
    display: none;
}

@media (max-width:599px) {
  .header-inner .hamburger {
      display: none;
  }
  
  footer .hamburger {
    display: block;
    bottom: 0;
    right: 0;
    left: unset;
  }
  .active footer .hamburger {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(-80vw, 0, 0);
      -webkit-transition: 0.3s linear;
      transition: 0.3s linear;
  }

}

.mainimg .sp-txtbox .txt01 {
    right: 25%;
    position: absolute;
    top: 10%;
    writing-mode: vertical-rl;
}

.mainimg .sp-txtbox .txt01 .txt {
    font-size: 16px;
    display: block;
    border-right: 1px solid;
    letter-spacing: 1px;
    height: fit-content;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}

.mainimg .sp-txtbox .txt02 {
    position: absolute;
    left: 20%;
    bottom: -5%;
}

.mainimg .sp-txtbox .txt02 .txt {
    font-size: 18px;
    display: block;
    background: #daa54a;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1b874), to(#daa54a));
    background: -webkit-linear-gradient( #e1b874 0%, #daa54a 100%);
    background: linear-gradient( #daa54a 0%, #906a2a 100%);
    width: fit-content;
    color: #fff;
    padding: 0 5px;
    box-shadow: 1px 1px 10px;
    color: #906a2a;
    background: #fff;
}

.mainimg .sp-txtbox .txt02 .txt + .txt {
    margin-top: 5px;
}

.mainimg .sp-txtbox .txt02 .txt .konpon {
    display: inline-block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 120%;
    letter-spacing: 4px;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 5px #fff;
}

.mainimg .sp-txtbox .txt02 .txt .konpon:after {
    content: "";
    background: #DD9281;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 15%;
    left: 0;
    z-index: -1;
}

.mainimg .sp-txtbox .txt02 .txt .konpon {
    font-size: 140%;
}

.mainimg .sp-txtbox .txt02 .txt:last-child {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0px 0px #fff;
}

@media (max-width:1024px) {
  .mainimg .sp-txtbox .txt01 {
    right: 20%;
  }
  .mainimg .sp-txtbox .txt02 {
      bottom: -5%;
      left: 15%;
  }
  .mainimg .sp-txtbox .txt02 .txt {
      font-size: 16px;
  }
  
  .mainimg .sp-txtbox .txt02 .txt:last-child {
      font-size: 22px;
  }
}

@media (max-width:599px) {
  .mainimg .sp-txtbox .txt01 {
      right: 10%;
  }
  
  .mainimg .sp-txtbox .txt01 .txt {
      font-size: 14px;
  }
  
  .mainimg .sp-txtbox .txt02 {
      bottom: -5%;
      left: 10px;
  }
  
  .mainimg .sp-txtbox .txt02 .txt {
      font-size: 14px;
  }
  .mainimg .sp-txtbox .txt02 .txt .konpon {
      font-size: 120%;
  }
  
  .mainimg .sp-txtbox .txt02 .txt:last-child {
      font-size: 20px;
  }
}

.mv-below {
    padding: 30px 0 0;
}

.mv-below .txt-box {
    text-align: center;
}

.mv-below .txt-box .txt {
    display: block;
    font-size: 24px;
    color: var(--color-01);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

[data-element-id].index .mainimg .sp-txtbox {
      display: block;
  }
[data-element-id].mv-below {
    display: block;
  }
  

@media (max-width:1024px) {
  .slick-img {
      width: 95%;
  }
}
@media (max-width:599px) {
  .slick-img {
      width: 95%;
      margin: auto;
      border-radius: 20px 30% 20px 30%;
  }
  
  .slick-img::before {
      content: "";
      display: block;
      padding-top: 100%;
  }
  
  .slick-img::after {
    background-image: none;
  }
  
  .mainimg .slick-img img {
    object-fit: cover;
    object-position: 30% 50%;
    transform: translateX(-50%) scale(1);
  }
  .index .mainimg .sp-txtbox {
      display: block;
  }
  .mv-below {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mv-below .txt-box .txt {
      font-size: 18px;
  }
}


/* .area_line .box._shadow {
    border-radius: 50px;
    -webkit-box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #fff;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #fff;
    padding: 40px 0;
}

@media (max-width:599px) {
  .area_line .box._shadow  {
    padding: 20px 0;
  }
} */


/* 2023/09/22 */
#author_profile .left img {
    border-radius: 100px;
}

@media screen and (min-width:1025px) {
.mt-7vw-pc{
  margin-top: 7vw;
} 
}

/* 2024/09/06  追記*/

.no-link a{
  pointer-events: none
}

.attention{
color: #daa54a;
}

.c-white{
  color: #fff;
}


.powermagnet-p{
  text-align: center;
    color: #874e12;
    font-size: 18px;
    margin-top: 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: bold;
}

.powermagnet-inner{
  margin-top: 40px;
}

.powermagnet-more{
  margin: 15px auto;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 20px;
    background: #874e12;
    width: 220px;
    color: #fff;
    border-radius: 20px;
    padding: 10px 0;
}

@media (max-width: 599px) {
.powermagnet-box{
  margin-top: -50px;
  margin-bottom: 30px;
}

.powermagnet-p {
    text-align: left;
    font-size: 16px;
}

.powermagnet-more {
    font-size: 18px;
}
}

