@charset "UTF-8";
#example .main .mv {
  background: no-repeat url("../../../common/img/room_01.jpg");
  background-position-y: 60%;
  position: relative;
  height: 350px;
  padding: 0 20px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
}
#example .main .mv .wrap {
  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;
  position: absolute;
  top: calc(50% + 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 500px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 2px solid #6bb8ef;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 16px -10px #172d4e;
          box-shadow: 0px 0px 16px -10px #172d4e;
}
#example .main .mv .wrap .ttl {
  font-size: 2.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 6px;
}
#example .main .mv .wrap p {
  font-size: 1.4rem;
  color: #6bb8ef;
  font-family: canada-type-gibson, sans-serif;
}
#example .main section.example {
  padding: 0;
}
#example .main section.example .container {
  max-width: unset;
  padding: 0;
}
@media screen and (max-width: 425px) {
  #example .main .example-items {
    padding: 0 10px;
  }
}
#example .main .example-items .wrap {
  border-bottom: 1px solid #fff;
}
#example .main .example-items dl,
#example .main .example-items dt,
#example .main .example-items dd {
  margin: 0;
  padding: 0;
}
#example .main .example-items dt,
#example .main .example-items dd {
  max-width: 1440px;
  margin: 0 auto;
}
#example .main .example-items dt span,
#example .main .example-items dd span {
  color: #2a6acb;
  display: inline-block;
  border-right: 1px solid #fff;
  padding: 20px 10px;
  font-size: 1.6rem;
}
#example .main .example-items dl {
  position: relative;
  overflow: hidden;
}
#example .main .example-items dl:nth-child(1n) {
  background-color: #c3e3fa;
}
#example .main .example-items dl:nth-child(1n) .wrap {
  background-color: #c3e3fa;
}
#example .main .example-items dl:nth-child(2n) {
  background-color: #eaf4fc;
}
#example .main .example-items dl:nth-child(2n) .wrap {
  background-color: #eaf4fc;
  border-bottom: 1px solid #c3e3fa;
}
#example .main .example-items dl:nth-child(2n) .wrap dt::after {
  background-color: #c3e3fa;
}
#example .main .example-items dl > input {
  display: none;
}
#example .main .example-items dl > input:checked + label + dd {
  position: relative;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#example .main .example-items dl > input:checked + label dt::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
#example .main .example-items dl > label {
  position: relative;
  z-index: 5;
}
#example .main .example-items dt {
  position: relative;
  padding: 10px 85px 10px 20px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.8rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 85px;
}
@media screen and (max-width: 425px) {
  #example .main .example-items dt {
    padding: 10px 40px 10px 10px;
  }
}
#example .main .example-items dt::before {
  content: "";
  position: absolute;
  top: 44%;
  right: 34px;
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #2a6acb;
  border-right: 3px solid #2a6acb;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 425px) {
  #example .main .example-items dt::before {
    top: 46%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #2a6acb;
    border-right: 2px solid #2a6acb;
  }
}
#example .main .example-items dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #f0f8fe;
}
@media screen and (max-width: 425px) {
  #example .main .example-items dt::after {
    right: 5px;
    width: 30px;
    height: 30px;
  }
}
#example .main .example-items dd {
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top: none;
  padding: 40px 60px;
  font-size: 2rem;
  color: #1b2e50;
}
@media screen and (max-width: 768px) {
  #example .main .example-items dd {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 425px) {
  #example .main .example-items dd {
    padding: 20px 6px;
  }
}
#example .main .example-items dd span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 20px;
  left: 30px;
  color: #1b2e50;
}
#example .main .example-items .example-item .item-ttl {
  font-size: clamp(1.6rem, 1.371rem + 1.14vw, 2.4rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  letter-spacing: 0px;
}
@media screen and (max-width: 425px) {
  #example .main .example-items .example-item .item-ttl {
    gap: 10px;
  }
}
#example .main .example-items .example-item .item-ttl span {
  color: #6bb8ef;
  border: 1px solid #6bb8ef;
  padding: 2px 6px;
  font-size: 1.2rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0px;
}
#example .main .example-items .example-item .item-body {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #example .main .example-items .example-item .item-body {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  #example .main .example-items .example-item .item-body {
    margin: 0 5px;
  }
}
#example .main .example-items .example-item .item-body .bodyL,
#example .main .example-items .example-item .item-body .bodyR {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#example .main .example-items .example-item .item-body svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #example .main .example-items .example-item .item-body svg {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 80px;
  }
}
#example .main .example-items .example-item .item-body .body-ttl {
  color: #fff;
  background-color: #1b2e50;
  padding: 2px 6px;
  font-size: 1.5rem;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
#example .main .example-items .example-item .item-body .arrow {
  width: 30px;
}
@media screen and (max-width: 768px) {
  #example .main .example-items .example-item .item-body .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 425px) {
  #example .main .example-items .example-item .item-body .arrow {
    width: 20px;
    height: 20px;
  }
}
#example .main .example-items .example-item .item-body .body-des {
  margin-top: 10px;
  letter-spacing: 0.4px;
}
#example .main .example-items .example-item .item-notion {
  padding: 20px 20px 0;
  font-size: 1.4rem;
}
#example .main .example-items .example-item .item-notion a {
  text-decoration: underline;
  color: blue;
}/*# sourceMappingURL=index.css.map */