body {
  background-color: #00C46F;
  position: relative; }

/************************/
.connection_box {
  width: 100%;
  padding: 0 0 110px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  /*&:before{
    position: absolute;
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: $main;
    top:auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0%);
  }*/ }
  .connection_box h2 {
    max-width: 302px;
    width: 100%;
    font: 3.75rem/1.8em "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 0 auto 40px; }
  .connection_box p {
    max-width: 302px;
    width: 100%;
    margin: 0 auto 55px;
    font: 2rem/2em "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: justify;
    text-justify: inter-ideograph; }
  .connection_box .btn {
    font: 1.4rem / 38px "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #4A4A4A;
    text-decoration: none;
    text-align: center;
    padding: 0 22px 0 0;
    margin: 0 auto 115px;
    display: block;
    width: 160px;
    height: 42px;
    border: 2px solid #00C46F;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.3s; }
    .connection_box .btn:after {
      position: absolute;
      content: "";
      display: block;
      background: url(../images/index/message_arrow.svg) center center no-repeat;
      width: 22px;
      height: 17px;
      top: 10px;
      right: 15px;
      transition: 0.3s; }
    .connection_box .btn:before {
      position: absolute;
      content: "";
      display: block;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #FFB300;
      border-radius: 50px;
      z-index: -5;
      left: 5px;
      top: 8px; }

@media (hover: hover) {
  .connection_box .btn:hover {
    color: #FFB300; }
    .connection_box .btn:hover:after {
      right: 10px; } }
/***********************/
.next {
  background: url("../images/index/schedule.svg") center top no-repeat;
  display: block;
  width: 302px;
  height: 115px;
  margin: 0 auto 35px;
  padding: 50px 0 0 0;
  position: relative; }
  .next p {
    text-align: center;
    color: #fff;
    font: 2.8rem/1em "Noto Sans JP", sans-serif;
    font-weight: 700; }
    .next p span {
      font-size: 2rem; }

.schedule_accordion {
  background-color: #fff;
  border-radius: 15px;
  width: 302px;
  padding: 0;
  margin: 0 auto 120px;
  border: 1px solid #A8A8A8; }
  .schedule_accordion p {
    margin-bottom: 0; }
  .schedule_accordion .switch {
    transition: .3s;
    cursor: pointer;
    font: 1.6rem/1em "Noto Sans JP", sans-serif;
    font-weight: 700;
    position: relative;
    width: 100%;
    padding: 20px 30px; }
    .schedule_accordion .switch:before {
      position: absolute;
      content: "+";
      font: 3rem/1em "Noto Sans JP", sans-serif;
      font-weight: 500;
      color: #00C46F;
      top: 49%;
      transform: translateY(-50%);
      right: 20px;
      transition: 0.3s; }
    .schedule_accordion .switch:after {
      position: absolute;
      content: "";
      background-color: #00C46F;
      width: 14px;
      height: 3px;
      display: block;
      top: 53%;
      transform: translateY(-50%);
      right: 22px;
      opacity: 0; }
    .schedule_accordion .switch.open:before {
      opacity: 0; }
    .schedule_accordion .switch.open:after {
      opacity: 1; }
  .schedule_accordion ul {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    position: relative; }
    .schedule_accordion ul:before {
      border-top: 1px solid #4A4A4A;
      position: absolute;
      content: "";
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      transition: .2s ease;
      opacity: 0; }
    .schedule_accordion ul.open:before {
      opacity: 1; }
  .schedule_accordion li {
    color: #4A4A4A;
    padding: 20px;
    border-bottom: 1px solid #4A4A4A; }
    .schedule_accordion li p {
      font: 1.6rem/1.5em "Noto Sans JP", sans-serif;
      font-weight: 700; }
    .schedule_accordion li time {
      font: 2rem/1.5em "Noto Sans JP", sans-serif;
      font-weight: 700; }
    .schedule_accordion li:last-of-type {
      border-bottom: none; }

@media (hover: hover) {
  .schedule_accordion .switch:hover {
    color: #00C46F; } }
.introduction {
  margin-bottom: 45px; }
  .introduction h3 {
    text-align: center;
    font: 2.8rem/1em "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #00C46F;
    margin: 0 auto 18px; }
  .introduction > .img {
    width: 100%;
    height: auto; }
  .introduction .img {
    background-color: #fff;
    margin: 0 auto 15px; }
    .introduction .img img {
      width: 100%;
      max-width: 375px;
      display: block;
      margin: 0 auto; }
  .introduction > p {
    max-width: 302px;
    width: 100%;
    margin: 0 auto 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    font: 1.4rem/1.8em "Noto Sans JP", sans-serif;
    font-weight: 500; }
  .introduction .insta {
    position: relative;
    display: block;
    width: fit-content;
    font: 1.4rem/30px "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 0 0 0 40px;
    margin: 0 auto 45px;
    text-decoration: none;
    background: url("../images/connection/insta.png") left center no-repeat; }
  .introduction .map {
    width: 302px;
    margin: 0 auto 50px; }
    .introduction .map iframe {
      width: 100%;
      height: 100%; }
    .introduction .map > div {
      margin: 0 auto 10px;
      overflow: hidden;
      border-radius: 15px;
      height: 302px;
      width: 100%; }
  .introduction .map_link {
    text-decoration: none;
    font: 1.2rem/1em "Noto Sans JP", sans-serif;
    font-weight: 500; }
  .introduction .introduction_item {
    max-width: 302px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #FFB300;
    border-radius: 15px;
    background-color: #fff;
    padding: 30px; }
    .introduction .introduction_item .img {
      border-radius: 15px;
      margin-bottom: 20px; }
    .introduction .introduction_item dt {
      font: 1.8em/1em "Noto Sans JP", sans-serif;
      font-weight: 500;
      margin-bottom: 15px; }
      .introduction .introduction_item dt span {
        display: inline-block;
        margin: 0 15px 0 0;
        font: 1.4rem/1em "Noto Sans JP", sans-serif;
        font-weight: 500; }
    .introduction .introduction_item dd {
      text-align: justify;
      text-justify: inter-ideograph;
      font: 1.4rem/2em "Noto Sans JP", sans-serif;
      font-weight: 500; }

.about_day h3 {
  text-align: center;
  font: 2.8rem/1em "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #00C46F;
  margin: 0 auto 18px; }

@media (hover: hover) {
  .introduction .insta:hover {
    color: #FFB300; }
  .introduction .map_link:hover {
    color: #FFB300; } }
