@charset "utf-8";

/*
Theme Name: アドダス2025
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
}

img {
  margin: 0;
}

@media (max-width: 576px) {
  .fz-sm-20 {
    font-size: 19px !important;
  }
}

/*main-visual*/
#main-visual {
  position: relative;
}

@media (min-width: 992px) {
  .main-visual {
    padding: 32px 32px 0px;
    position: relative;
    z-index: 2;
  }

  .bg-red {
    animation: changeBgColor 1s ease 1.5s forwards; /* 3秒遅れて5秒かけて変化 */
    background-color: white;
    padding: 16px;
  }
  @keyframes changeBgColor {
    to {
      background-color: #a90013;
    }
  }
}

@media (max-width: 991px) {
  .main-visual {
    padding: 4% 3% 0px;
    position: relative;
    z-index: 2;
  }

  .bg-red {
    background-color: #a90013;
    padding: 10px;
  }
}

.bg-content {
  background-image: url(img/SVG/bg-body.svg);
}

.main-title-1 {
  width: 70%;
}

.kadomatsu {
  width: 14.5%;
}

.light {
  width: 27%;
}

.main-title-2 {
  margin-top: 12px;
}

.main-title-3 {
  width: 59%;
}

.main-title-4 {
  width: 39%;
}

.gra-center-white {
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.8) 0%,
    /* 真ん中の円 */ rgba(255, 255, 255, 0.5) 30%,
    /* 円の境界 */ rgba(255, 255, 255, 0) 70% /* 外側に向かうグラデーション */
  );
  width: 100%;
  height: 100%;
}

.position-gra-center {
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 0;
}

@media (min-width: 992px) {
  .cloud-l {
    width: 37%;
    left: 0;
    top: 20%;
  }

  .cloud-r {
    width: 42%;
    right: 0;
    top: 38%;
  }
}

@media (max-width: 991px) {
  .cloud-l {
    width: 48%;
    left: 0;
    bottom: 6%;
  }

  .cloud-r {
    width: 50%;
    right: 0;
    bottom: 3%;
  }
}

.main-title-1-sp {
  width: 95%;
  margin: 0 auto;
}

.main-title-2-sp {
  width: 62%;
  margin: 3% auto !important;
}

.take-l {
  width: 22%;
  left: -2%;
  top: -0.5%;
}

.take-r {
  width: 22%;
  right: -2%;
  top: -0.5%;
}

.main-title-3-sp {
  width: 51%;
  margin: 0 auto;
}

.sensu-1-sp {
  top: -1%;
  left: -2.5%;
  width: 34%;
}

/*content-1*/
@media (min-width: 992px) {
  #content-1 {
    margin-top: 8%;
    padding: 0px 32px;
  }

  .bg-pink {
    background-color: #ca5476;
    padding: 12px;
  }

  .bg-content-1 {
    background-image: url(img/SVG/bg-content-1.svg);
    background-size: 160px;
    background-repeat: repeat;
    padding: 5% 16px 7%;
  }
}

@media (max-width: 991px) {
  #content-1 {
    margin-top: 8%;
    padding: 0px 3%;
  }

  .bg-pink {
    background-color: #ca5476;
    padding: 8px;
  }

  .bg-content-1 {
    background-image: url(img/SVG/bg-content-1.svg);
    background-size: 160px;
    background-repeat: repeat;
    padding: 10% 3% 7%;
  }
}

.content-1-1 {
  aspect-ratio: 49/51;
  width: 28%;
}

.content-1-2 {
  aspect-ratio: 49/51;
  width: 28%;
}

.content-1-3 {
  aspect-ratio: 58/42;
  width: 40%;
}

.content-1-4 {
  width: 28%;
  top: -6%;
  right: -3.5%;
}

.content-1-text {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .content-1-title-1 {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -6.5%;
  }

  .content-1-title-2 {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3.5%;
  }
}

@media (max-width: 991px) {
  .content-1-title-1 {
    width: 81%;
    left: 50%;
    transform: translateX(-50%);
    top: -2.5%;
  }

  .content-1-title-2 {
    width: 81%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.5%;
  }
}

.sensu {
  width: 23%;
  top: -22%;
  right: -8%;
}

.matsu-1 {
  width: 6%;
  bottom: -1.5%;
  right: -3.5%;
}

.matsu-1-sp {
  width: 16%;
  bottom: -3%;
  right: 0%;
}

.content-1-box-sp {
  padding: 0 2%;
}

.content-1-1-sp-1 {
  margin-top: 5% !important;
}

.content-1-1-sp-2 {
  width: 35%;
  top: 0%;
  right: -4%;
}

.content-1-2-sp {
  margin-top: 1%;
}

.content-1-3-sp-1 {
  margin-top: 5%;
}

.content-1-3-sp-2 {
  width: 30%;
  right: -3%;
  top: -3%;
}

/*content-2*/
.position-gra {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  #content-2 {
    padding: 0 32px;
    position: relative;
  }

  .gra-white {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 15%,
      rgba(255, 255, 255, 0.9) 35%,
      rgba(255, 255, 255, 1) 100%
    );
    width: 100%;
    height: 100%;
  }

  .content-2 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 5% !important;
  }

  .bg-green {
    width: 56%;
    background-color: #418d43;
    padding: 12px;
    margin-top: 3% !important;
    z-index: 2;
  }

  .bg-content-2 {
    background-image: url(img/SVG/bg-content-2.svg);
    background-size: 160px;
    background-repeat: repeat;
    padding: 9% 16px 3%;
  }
}

@media (max-width: 991px) {
  #content-2 {
    padding: 0 3%;
    position: relative;
  }

  .gra-white {
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.9) 60%,
      rgba(255, 255, 255, 1) 100%
    );
    width: 100%;
    height: 100%;
  }

  .content-2 {
    margin-top: 16% !important;
  }

  .bg-green {
    width: 100%;
    background-color: #418d43;
    padding: 8px;
    margin-top: 8% !important;
    z-index: 2;
  }

  .bg-content-2 {
    background-image: url(img/SVG/bg-content-2.svg);
    background-size: 160px;
    background-repeat: repeat;
    padding: 9% 3% 5%;
  }
}

.content-2-title-1 {
  width: 67%;
  top: -11%;
  left: 2.5%;
}

.content-2-title-1-sp {
  width: 81%;
  left: 50%;
  transform: translateX(-50%);
  top: -5%;
}

.content-2-title-2 {
  width: 26%;
  right: 3%;
  top: -9%;
}

.content-2-text-1 {
  width: 56%;
}

.content-2-text-2 {
  width: 40%;
  margin-left: 3%;
  margin-top: 3%;
}

.kitchen-car {
  width: 39%;
}

.kitchen-car-2 {
  width: 98%;
  left: -0.5%;
  top: 1%;
  z-index: 2;
}

.content-2-img {
  width: 50%;
  bottom: 4%;
  right: 0;
}

.ume-1 {
  width: 12%;
  top: 20%;
  left: 55%;
}

.ume-1-sp {
  width: 20%;
  bottom: -2%;
  left: 2%;
}

.kitchen-car-sp {
  position: relative;
  z-index: 3;
  margin-top: 13%;
}

.mt-content-2-sp {
  margin-top: 7%;
}

/*content-3*/
@media (min-width: 992px) {
  #content-3 {
    padding: 4% 32px 0;
    background-color: #fff;
  }

  .content-3 {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .content-3-box {
    width: 32%;
    padding: 8px;
  }

  .ume-2 {
    width: 15%;
    left: -5%;
    top: -2%;
  }

  .ume-3 {
    width: 13%;
    right: -4.5%;
    bottom: -1%;
  }

  .sekisui .content-3-content {
    padding: 4.5% 0.5% 10% 1%;
  }
}

@media (max-width: 991px) {
  #content-3 {
    padding: 4% 3% 0;
    background-color: #fff;
  }

  .content-3-box {
    width: 100%;
    padding: 8px;
    margin-top: 10% !important;
  }

  .ume-2 {
    width: 15%;
    left: -3%;
    top: -2%;
  }

  .ume-3 {
    width: 13%;
    right: -2.5%;
    bottom: -2%;
  }

  .sekisui .content-3-content {
    padding: 4.5% 0.95% 10% 1%;
  }
}

.shiraki.content-3-box {
  background-color: #d06c15;
}

.misawa.content-3-box {
  background-color: #0074bd;
}

.sekisui.content-3-box {
  background-color: #00974b;
}

.content-3-content {
  padding: 3% 1% 10%;
  background-color: #fff;
}

.content-3-num {
  width: 21%;
  top: 7px;
  right: 7px;
}

.content-3-btn {
  width: 300px;
  max-width: 95%;
  margin: 0 auto;
}

/*content-4*/
@media (min-width: 992px) {
  #content-4 {
    padding: 4% 32px 0;
    background-color: #fff;
  }

  .content-4 {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .content-4-map-1 {
    width: 53%;
  }

  .content-4-map-2 {
    width: 45%;
  }
}

@media (max-width: 991px) {
  #content-4 {
    padding: 10% 3% 0;
    background-color: #fff;
  }

  .content-4-map-1 {
    width: 100%;
  }

  .content-4-map-2 {
    width: 100%;
    margin-top: 5%;
  }
}

.content-4-btn {
  width: 321px;
  max-width: 85%;
  margin: 0 auto;
}

/*content-5*/
@media (min-width: 992px) {
  #content-5 {
    padding: 4% 32px 0;
    background-color: #fff;
  }

  .content-5 {
    padding: 3% 0;
    border-top: solid 1px #000;
  }

  .border-tb-dark {
    padding: 3% 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  .company {
    width: 730px;
    max-width: 90%;
    margin: 0 auto;
    padding: 5% 0% 10%;
  }
}

@media (max-width: 991px) {
  #content-5 {
    padding: 10% 3% 0;
    background-color: #fff;
  }

  .content-5 {
    padding: 10% 0;
    border-top: solid 1px #000;
  }

  .border-tb-dark {
    padding: 5% 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  .company {
    margin: 0 auto;
    padding: 12% 0% 20%;
  }
}

/*ハンバーガーメニュー*/
/* ナビゲーション全体 */
#g-nav {
  position: fixed; /* 画面に固定 */
  z-index: 999;
  top: 9%;
  right: -280px; /* 初期状態で画面外に隠す */
  width: 280px; /* 固定幅 */
  background: #fff;
  transition: all 0.6s ease; /* アニメーション */
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3); /* ナビの陰影 */
  height: auto; /* 高さをコンテンツに合わせる */
  max-height: 100vh; /* 必要に応じて画面内に収める */
  overflow-y: auto; /* コンテンツが溢れる場合はスクロール */
  border-radius: 5% 0 0 5%;
}

/* アクティブ状態 */
#g-nav.panelactive {
  right: 0; /* 画面内にスライドイン */
}

/* ナビゲーションのリスト */
#g-nav ul {
  padding: 40px 20px 20px 20px;
  margin: 0;
  list-style: none;
  text-align: left; /* 左揃え */
}

/* リストの項目 */

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding:10px 0px 0 10px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #fff; /* 背景色 */
  border-radius: 4px; /* 角丸 */
  transition: background 0.3s ease;
}

/* ハンバーガーボタン */
.openbtn {
  position: fixed; /* 画面固定 */
  top: 10%; /* 画面上から10px */
  right: 5%; /* 画面右から10px */
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1000; /* メニューより前面に表示 */
}

/* ボタン内のライン */
.openbtn span {
  display: block;
  position: absolute;
  left: 14px;
  height: 2px;
  background: #316939;
  width: 22px;
  border-radius: 5px;
  transition: all 0.4s ease;
}

.openbtn.active span {
  background: #333;
}

.openbtn span:nth-of-type(1) {
  top: 14px;
}

.openbtn span:nth-of-type(2) {
  top: 20px;
}

.openbtn span:nth-of-type(3) {
  top: 26px;
}

/* ボタンのテキスト表示 */
.openbtn span:nth-of-type(3)::after {
  content: "MENU"; /* 初期状態ではOpen */
  position: absolute;
  top: 5px;
  left: -2px;
  color: #316939;
  font-size: 0.6rem;
  text-transform: uppercase;
}

/* アクティブ時のボタンスタイル */
.openbtn.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}

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

.openbtn.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}

/* アクティブ時のボタンのテキストをCloseに変更 */
.openbtn.active span:nth-of-type(3)::after {
  content: "CLOSE";
  transform: translateY(0) rotate(-45deg);
  color: #333;
  top: 5px;
  left: 6.5px;
}

.totop {
  bottom: 5%;
  right: 5%;
  z-index: 9999;
}

.totop-design {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #316939;
}

.totop-img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}

/*ここから東*/
.mw_wp_form .form-control {
  border: 1px solid #000;
}
#area-page-title {
  display: none;
}
@media (max-width: 576px) {
  .mx-sumaho-0 {
    padding-right: 0;
    padding-left: 0;
  }
}

input.send {
  display: block;
  width: 100%;
  background-color: #333;
  color: #fff;
  font-size: 18px;
}

.form-control {
  border-radius: 0 !important;
}

/*動き*/

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

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

/* 上から */

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

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

/* 左から */

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

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

/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

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

.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*
春のおうち見学会
*/

.z-10 {
  position: relative;
  z-index: 10;
}

.area-sakura {
  position: relative;
  /*
  background-image: url(img/SVG/bg-sakura.svg);
  width: 100%;
  background-position: top center;
  background-size: cover;
  */
}

.bg-sakura {
  top: 0;
  left: 0;
  width: 100%;
}

.bg-sakura-effect {
  top: 0;
  left: 0;
}

.bg-sakura-effect-2 {
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .area-sakura .top-message-pink {
    width: 23%;
    bottom: -15%;
    right: 0;
  }

  .top-parutown-hayato {
    width: 38%;
  }

  .top-company img {
    width: 25%;
    margin: 0 0.3%;
  }

  .midashi-l {
    width: 20%;
  }

  .midashi-r {
    width: 70%;
    padding-left: 0.5%;
  }

  .midashi-r img.w-85 {
    width: 90%;
    padding-left: 5%;
  }
}

@media (max-width: 767px) {
  .area-sakura .top-message-pink {
    width: 28%;
    bottom: -10%;
    right: -4%;
  }

  .top-parutown-hayato {
    width: 48%;
  }

  .top-company img {
    width: 30%;
    margin: 0 0.4%;
  }

  .midashi-l {
    width: 25%;
  }

  .midashi-r {
    width: 75%;
    padding-left: 0.5%;
  }

  .midashi-r img.w-85 {
    width: 100%;
    padding-left: 5%;
  }
}

/*
spring-1
*/

#spring-1 {
  margin-top: 4%;
}

.px-1persent {
  padding-left: 1%;
  padding-right: 1%;
}

@media (min-width: 768px) {
  #spring-1 .spring-1-l {
    width: 49.5%;
    border: solid 10px #cc571e;
    background-color: #f9efe2;
    padding: 3% 1% 1% 1%;
    box-sizing: border-box;
    border-radius: 1%;
  }

  #spring-1 .spring-1-r {
    width: 49.5%;
    border: solid 10px #87b73e;
    background-color: #f1f5e6;
    padding-top: 3.5%;
    box-sizing: border-box;
    border-radius: 1%;
  }

  #spring-1 .spring-1-l-title {
    top: -7.5%;
    width: 93%;
    left: 50%;
    transform: translateX(-50%);
  }

  #spring-1 .spring-1-l-img-2 {
    width: 26%;
    right: -1%;
    bottom: -15%;
  }

  #spring-1 .spring-1-r-title-1 {
    width: 74%;
    top: -14.5%;
    left: 3%;
  }

  #spring-1 .spring-1-r-title-2 {
    width: 26%;
    top: -14.5%;
    right: -5%;
  }
}

@media (max-width: 767px) {
  #spring-1 .spring-1-l {
    width: 100%;
    border: solid 8px #cc571e;
    background-color: #f9efe2;
    padding: 6% 2% 2% 3%;
    box-sizing: border-box;
    border-radius: 1%;
    margin-top: 10%;
  }

  #spring-1 .spring-1-r {
    width: 100%;
    border: solid 8px #87b73e;
    background-color: #f1f5e6;
    padding-top: 6%;
    box-sizing: border-box;
    border-radius: 1%;
    margin-top: 10%;
  }

  #spring-1 .spring-1-l-title {
    top: -5.9%;
    width: 93%;
    left: 50%;
    transform: translateX(-50%);
  }

  #spring-1 .spring-1-l-img-2 {
    width: 33%;
    left: -3.5%;
    bottom: -8%;
  }

  #spring-1 .spring-1-r-title-1 {
    width: 74%;
    top: -13.5%;
    left: 3%;
  }

  #spring-1 .spring-1-r-title-2 {
    width: 26%;
    top: -13.5%;
    right: -5%;
  }
}

#spring-1 .spring-1-l-text-1 {
  width: 80%;
  margin-bottom: 1.5%;
  position: relative;
  z-index: 15;
}

#spring-1 .spring-1-l-text-2 {
  width: 87%;
  margin-top: 1.5%;
}

#spring-1 .spring-1-l-text-2-sp {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 3%;
}

#spring-1 .spring-1-l-effect {
  width: 25%;
  top: -14.5%;
  right: -6%;
}

#spring-1 .spring-1-r-bg {
  width: 100%;
  padding-top: 20%;
}

#spring-1 .spring-1-r-img-1 {
  width: 102%;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
}

#spring-1 .spring-1-r-img-2 {
  bottom: -1%;
  right: -8%;
  width: 80%;
}

#spring-1 .spring-1-r-message {
  width: 26%;
  bottom: 9%;
  left: 2%;
}

#spring-1 .spring-1-r-message-2 {
  width: 60%;
  left: -3%;
  bottom: 23%;
}

/*spring-2*/
@media (min-width: 768px) {
  #spring-2 {
    margin-top: 2%;
  }

  #spring-2 .spring-2-l {
    width: 49.5%;
  }

  #spring-2 .spring-2-r {
    width: 49.5%;
  }
}

@media (max-width: 767px) {
  #spring-2 .spring-2-l {
    width: 100%;
    margin-top: 7%;
  }

  #spring-2 .spring-2-r {
    width: 100%;
    margin-top: 7%;
  }

  .fz-14-sp {
    font-size: 14px;
  }

  .lh-13 {
    line-height: 1.3;
  }
}

/*content-3*/
@media (min-width: 992px) {
  #spring-3 {
    margin-top: 2%;
  }

  .spring-3-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .spring-3-box {
    width: 32%;
    padding: 8px;
  }
}

@media (max-width: 991px) {
  .spring-3-box {
    width: 100%;
    padding: 8px;
    margin-top: 10% !important;
  }
}

.shiraki.spring-3-box {
  background-color: #d06c15;
}

.misawa.spring-3-box {
  background-color: #0074bd;
}

.sekisui.spring-3-box {
  background-color: #00974b;
}

.spring-3-content {
  padding: 3% 1% 10%;
  background-color: #fff;
}

.spring-3-num {
  width: 21%;
  top: 7px;
  right: 7px;
}

.spring-3-btn {
  width: 300px;
  max-width: 95%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  #spring-4 {
    padding-top: 4%;
    background-color: #fff;
  }

  .spring-4 {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .content-4-map-1 {
    width: 53%;
  }

  .content-4-map-2 {
    width: 45%;
  }
}

@media (max-width: 991px) {
  #spring-4 {
    padding-top: 10%;
    background-color: #fff;
  }

  .content-4-map-1 {
    width: 100%;
  }

  .content-4-map-2 {
    width: 100%;
    margin-top: 5%;
  }
}

.content-4-btn {
  width: 321px;
  max-width: 85%;
  margin: 0 auto;
}

/*content-5*/
@media (min-width: 992px) {
  #spring-5 {
    padding-top: 4%;
    background-color: #fff;
  }

  .spring-5 {
    padding: 3% 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-weight: normal;
  }

  .border-tb-dark {
    padding: 3% 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  .area-sakura .company {
    width: 730px;
    max-width: 90%;
    margin: 0 auto;
    padding: 3% 0% 5%;
  }
}

@media (max-width: 991px) {
  #spring-5 {
    padding-top: 10%;
    background-color: #fff;
  }

  .spring-5 {
    padding: 10% 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-weight: normal;
  }

  .border-tb-dark {
    padding: 5% 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  .company {
    margin: 0 auto;
    padding: 12% 0% 20%;
  }
}

/* ハンバーガーボタン */
/* ボタン内のライン */
.area-sakura .openbtn span {
  background: #e95513 !important;
}

.area-sakura .openbtn.active span {
  background: #333 !important;
}

/* ボタンのテキスト表示 */
.area-sakura .openbtn span:nth-of-type(3)::after {
  color: #e95513 !important;
}

.area-sakura .openbtn.active span:nth-of-type(3)::after {
  color: #333 !important;
}

.area-sakura .totop-design {
  background-color: rgba(233, 85, 19, 0.7);
}



/*秋*/
.top-autumn-1 {
    width:85%;
    margin:0 auto;
    padding-top:5%;
}

.top-autumn-2 {
    width:99%;
    margin:0 auto;
    padding-top:2%;
}

.top-autumn-3 {
    width:98%;
    margin:0 auto;
    padding-top:2%;
}

.top-autumn-1-sp {
    width:97%;
    margin:0 auto;
    padding-top: 10%;
}

.top-autumn-2-sp {
    width:96%;
    margin:0 auto;
    padding-top:2%;
}

.top-autumn-3-sp {
    width:90%;
    margin:0 auto;
    padding-top:2%;
}


#autumn-1 {
    margin-top:5%;
    position:relative;
}

@media (max-width:768px){
    #autumn-1 {
        z-index:100;
    }
}

.autumn-1-img-6 {
    position:absolute;
    width:15%;
    top:-6%;
    left:-3%;
}

@media (max-width:768px){
    .autumn-1-img-6 {
        position: absolute;
        width: 25%;
        top: -2.5%;
        left: -3%;
        z-index: 20;
    }
}

#autumn-1 .area-pink {
    background-color:#DC6685;
}

#autumn-1 .area-beige {
    background-color:#f5f2e8;
}

#autumn-1 .area-beige .box-area {
    width:95%;
    margin:0 auto;
    padding:5% 0;
}

@media (max-width:768px){
    #autumn-1 .area-beige .box-area {
        width:90%;
        margin:0 auto;
    }
}

.autumn-1-text-1 {
    width:80%;
    margin:0 auto;
    padding-top:1%;
}

.autumn-1-text-2 {
    width:84%;
    margin:0 0 0 auto;
    padding-top:1%;
    padding-right:3%
}

#autumn-1 .area-beige .box-area .flex-area{
    display:flex;
    align-items:end;
    justify-content:space-between;
}

.flex-area .autumn-1-img-1-1 {
    width:30%;
    position:relative;
}

.flex-area .autumn-1-img-1-2 {
    position:absolute;
    width:99%;
    top:-240%;
    right:-10%;
    z-index:20;
}

.flex-area .autumn-1-img-2-1 {
    width:27%;
}

.flex-area .autumn-1-img-3-1 {
    width:35%;
}

.flex-area .autumn-1-img-4 {
    width:103%;
    margin:0 auto;
    padding-top:2%;
}

.autumn-1-img-5 {
    border-top:dotted 3px #333;
    margin:0 auto;
    padding:3% 0 2%;
    margin-top:3%;
}

.autumn-1-img-5 img{
    width:96%;
    margin:0 auto;
}

.autumn-1-img-1-sp,.autumn-1-img-2-sp {
    width:94%;
    margin:5% auto;
}

/*autumn-2*/
#autumn-2 {
    margin-top:5%;
}

@media (min-width:768px){
    #autumn-2 .flex-box {
        display:flex;
        justify-content:space-between;
    }
}

#autumn-2 .box-rayout {
    width:32%;
}

@media (max-width:768px){
    #autumn-2 .box-rayout {
        width:100%;
        margin-top:5% !important;
    }
}

#autumn-2 .area-beige {
    background-color:#f5f2e8;
}

#autumn-2 .area-beige .box {
    width:90%;
    margin:0 auto;
}

#autumn-2 .area-beige p{
    font-size:10px;
}

.autumn-2-img-1 {
    width:73%;
    position:relative;
    z-index:20;
    margin-top:3% !important;
    margin-bottom:3% !important;
}

.autumn-2-img-2 {
    width:27%;
    position:relative;
    z-index:10;
    margin-top:3% !important;
    margin-bottom:3% !important;
}

.autumn-2-img-2 img {
    position:absolute;
    width:139%;
    max-width:139%;
    top:0;
    left:60%;
    transform:translateX(-50%);
}

.autumn-2-text-2 {
    margin-bottom:3%;
}

.autumn-2-img-3 {
    width:108%;
    max-width:108%;
    margin:2% auto;
}

.autumn-2-2-img-1 {
    width:68%;
    position:relative;
    z-index:20;
    margin-top:3% !important;
    margin-bottom:3% !important;
}

.autumn-2-2-img-4 {
    width:51%;
    margin-left:5%;
}

.autumn-2-2-img-5 {
    position:absolute;
    width:63%;
    right:-1%;
    bottom:-2%;
}

.autumn-2-3-img-1-1 {
    margin-top:3% !important;
    margin-bottom:3% !important;
}

.autumn-2-3-img-1-2 {
    position:absolute;
    width:51%;
    right:-15%;
    bottom:-5%;
}

#autumn-2 .border-box {
    border-top:dotted 3px #333;
    margin:5% 0 4%;
}

.autumn-2-3-img-2-1 {
    margin-top:3% !important;
    margin-bottom:3% !important;
}

.autumn-2-3-img-2-2 {
    position:absolute;
    width:51%;
    right:-16%;
    bottom:-10%;
}

@media (min-width:768px){
    #autumn-2 .text-area p {
        margin-top:2% !important;
        font-size:10px;
    }
}

@media (max-width:768px){
    #autumn-2 .text-area {
        width:85%;
        margin:8% auto 2% !important;
    }

    #autumn-2 .text-area .text-1 {
        border:solid 1px #333;
        padding:5px 2px;
    }

    #autumn-2 .text-area .text-1 span {
        text-align:center;
        display:block;
        font-size:18px;
        font-weight:bold;
        line-height:1.5;
    }

    #autumn-2 .text-area .text-2 {
        margin:3% auto 5% !important;
    }
}

.bg-1 {
    background-color:#fdebd1;
}

.bg-2 {
    background-color:#deedd7;
}

.bg-3 {
    background-color:#e3f3fc;
}

.bg-4 {
    background-color:#e3f3fc;
}

.bg-5 {
    background-color:#cbd7ee;
}

.bg-6 {
    background-color:#fad9c9;
}

#autumn-4 {
    margin-top:5% !important;
}

#autumn-4 .title-area {
    display:flex;
    justify-content:space-between;
    margin-bottom:1% !important;
}

#autumn-4 .w-90 {
    width:90%;
    margin:0 auto;
}

@media (min-width:768px){
    #autumn-4 .flex-area {
        display:flex;
        justify-content:space-between;
    }

    #autumn-4 .box-1 {
        width:66%;
        display:flex;
        flex-wrap:wrap;
    }

    #autumn-4 .border-blue {
        position: absolute;
        height: 87%;
        bottom: 4%;
        right: 0;
        border-right:dotted 2px #0075c1;
    }
}


#autumn-4 .box-1 .box-1-box {
    width:50%;
    padding-bottom:5%;
    position:relative;
}

#autumn-4 .right-area{
    position:absolute;
    top:0;
    right:0;
    width:21%;
}

.link-1 {
    width:83%;
    margin:5% auto 0 !important;
}

.link-2 {
    width:83%;
    margin:5% auto 0 !important;
    padding-bottom:5%;
}

@media (min-width:768px){
    #autumn-4 .box-2 {
        width:33%;
        display:flex;
        flex-wrap:wrap;
    }
}

#autumn-4 .box-2 .box-2-box {
    width:100%;
    position:relative;
    padding-bottom:5%;
}

@media (max-width:768px){
    #autumn-4 .box-1, #autumn-4 .box-2{
        position:relative;
        margin-top:30%;
    }

    .box-1-title-sp{
        position:absolute;
        width: 120%;
        min-width: 375px;
        top: -1.8%;
        left: 50%;
        left:50%;
        transform:translateX(-50%);
    }

    .box-2-title-sp{
        position:absolute;
        width: 120%;
        min-width: 375px;
        top: -3.8%;
        left: 50%;
        left:50%;
        transform:translateX(-50%);
    }

    #autumn-4 .box-1 .box-1-box {
        width:100%;
        margin-bottom:3%;
    }

    #autumn-4 .box-1 .box-1-box.bg-3 {
        margin-bottom:0 !important;
    }

    #autumn-4 .box-2 .box-2-box {
        width:100%;
        margin-bottom:3%;
    }

    #autumn-4 .border-blue {
        position: absolute;
        width:100%;
        bottom: 0;
        left:0;
        border-top:dotted 2px #0075c1;
    }
}

#autumn-5 {
    margin-top:8% !important;
}

@media (min-width:768px){
    #autumn-5 .flex-map {
        display:flex;
        justify-content:space-between;
    }
}

#autumn-5 .l-map {
    margin:3% 0 !important;
    width:48%;
}

#autumn-5 .r-map {
    margin:3% 0 !important;
    width:48%;
}

@media (max-width:768px){
    #autumn-5 .l-map {
        width:100%;
    }
    
    #autumn-5 .r-map {
        width:100%;
    }
}

#autumn-5 .content-4-btn {
    margin-top:3% !important;
}

#company {
    padding:10% 0% 25%;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

@media (min-width:992px){
    #company {
        padding:3% 0% 5%;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
    }
}

#company .left {
    font-size:22px;
}

#company .left {
    padding:5px;
    border:solid 2px #333;
    text-align:center;
    line-height:1;
    margin-bottom:2% !important;
}

@media (max-width:992px){
    #company .left {
        padding:10px 3px;
    }

    #company .right p {
        font-size:12px;
    }
}

#company .right p {
    font-size:16px;
    line-height:1;
    text-align:center
}

.text-area-sp {
    width:85%;
    margin:3% auto 5%;
}

.text-area-sp p {
    margin-bottom:3% !important;
    line-height:1.3;
}