@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho:wght@400;700&family=Source+Sans+3:wght@400;700&display=swap");
.btn__conversion a {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.2rem;
  text-decoration: none;
}
.btn__conversion .request {
  border: solid 1px #00a2c6;
  background-color: #00a2c6;
}
.btn__conversion .reservation {
  margin-left: 10px;
  border: solid 1px #39ae3c;
  background-color: #39ae3c;
}
.btn-bgm {
  padding: 1px 10px 8px;
  background-color: #00a2c6;
}
.btn-bgm__head {
  display: block;
  padding-left: 0.4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  text-align: center;
}
.btn-bgm__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2px;
}
.btn-bgm__switch {
  display: block;
  width: 40px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-bgm__switch + .btn-bgm__switch {
  margin-left: 5px;
}
.btn-bgm__switch.enable {
  background-color: #fff;
  color: #00a2c6;
}

@media screen and (min-width: 1025px), print {
  .btn__conversion {
    position: absolute;
    top: 50%;
    right: 140px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .btn__conversion a {
    padding: 1px 8px;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn__conversion a:hover.request {
    background-color: #fff;
    color: #00a2c6;
  }
  .btn__conversion a:hover.reservation {
    background-color: #fff;
    color: #39ae3c;
  }
  .btn-bgm__switch {
    cursor: pointer;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .btn-bgm {
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0 6px 5px;
  }
  .btn-bgm__head {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  .btn-bgm__switch {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .btn-bgm {
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0 6px 5px;
  }
  .btn-bgm__head {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  .btn-bgm__switch {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .scroll_content {
    position: relative;
    overflow-x: auto;
    width: 100%;
  }
  .scroll_content img {
    width: auto;
    max-width: none;
    height: 60vh;
  }
}
@media screen and (max-width: 599px) {
  .scroll_content {
    position: relative;
    overflow-x: auto;
    width: 100%;
  }
  .scroll_content img {
    width: auto;
    max-width: none;
    height: 54vh;
  }
}
.outline__table .head {
  font-weight: normal;
}
.outline__detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.outline__column::before {
  display: inline-block;
  margin-right: 6px;
  content: "◎";
}
.outline__column.midium {
  letter-spacing: -0.35rem;
}
.outline__column.midium::before {
  margin-right: 8.5px;
}
.outline__content .linefeed {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px), print {
  .outline__table {
    width: 1100px;
    margin: 80px auto 0;
  }
  .outline__table .head {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .outline__detail + .outline__detail {
    margin-top: 10px;
  }
  .outline__column {
    width: 140px;
    font-size: 1.6rem;
  }
  .outline__content {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    padding: 0 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .outline__table {
    margin-top: 80px;
    padding: 0 30px;
  }
  .outline__table .head {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .outline__detail + .outline__detail {
    margin-top: 10px;
  }
  .outline__column {
    width: 125px;
    font-size: 1.4rem;
  }
  .outline__content {
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: calc(100% - 125px);
    padding: 0 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .outline__table {
    margin-top: 60px;
    padding: 0 30px;
  }
  .outline__table .head {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .outline__detail + .outline__detail {
    margin-top: 10px;
  }
  .outline__column {
    width: 125px;
    font-size: 1.4rem;
  }
  .outline__content {
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: calc(100% - 125px);
    padding: 0 10px;
    font-size: 1.4rem;
  }
}
.timeTable {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
.timeTable:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.4);
}
.timeTable__column {
  text-align: center;
}
.timeTable__content {
  border-left: solid 1px #231815;
}
.timeTable .about {
  display: block;
}

@media screen and (min-width: 1025px), print {
  .timeTable {
    padding: 12px 0;
  }
  .timeTable__column {
    width: 88px;
    font-size: 1.8rem;
  }
  .timeTable__content {
    padding: 2px 30px;
    font-size: 1.4rem;
  }
  .timeTable .about {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .timeTable {
    padding: 8px 0;
  }
  .timeTable__column {
    width: 58px;
    font-size: 1.6rem;
  }
  .timeTable__content {
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: calc(100% - 58px);
    padding: 2px 15px;
    font-size: 1.4rem;
  }
  .timeTable .about {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .timeTable {
    padding: 8px 0;
  }
  .timeTable__column {
    width: 68px;
    font-size: 1.6rem;
  }
  .timeTable__content {
    width: -webkit-calc(100% - 68px);
    width: -moz-calc(100% - 68px);
    width: calc(100% - 68px);
    padding: 2px 18px;
    font-size: 1.2rem;
  }
  .timeTable .about {
    font-size: 1.6rem;
  }
}
.case__ttl {
  font-weight: normal;
  text-align: center;
}
.case__ttl--sub {
  display: block;
}
.case .photo__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case .photo__elm {
  width: 32%;
  margin-top: 60px;
  margin-right: 2%;
}
.case .photo__elm a {
  display: block;
  text-decoration: none;
}
.case .photo__wrap {
  position: relative;
  overflow: hidden;
}
.case .photo__wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.case .photo__number {
  position: relative;
}
.case .photo__number::before {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/logo_freedia.svg) no-repeat top center/contain;
  content: "";
}
.case .photo__caption {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 1025px), print {
  .case {
    padding: 80px 0 120px;
  }
  .case__ttl {
    font-size: 5rem;
  }
  .case__ttl--sub {
    font-size: 1.8rem;
  }
  .case .photo__list {
    margin-top: 40px;
  }
  .case .photo__elm {
    width: 30.66%;
    margin-top: 60px;
    margin-right: 4%;
  }
  .case .photo__elm:first-child, .case .photo__elm:nth-child(2), .case .photo__elm:nth-child(3) {
    margin-top: 0;
  }
  .case .photo__elm:nth-child(3n) {
    margin-right: 0;
  }
  .case .photo__elm a:hover .photo__wrap::before {
    opacity: 1;
  }
  .case .photo__elm a:hover .photo__wrap img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
       -moz-transform: translate(-50%, -50%) scale(1.2);
        -ms-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  .case .photo__elm a:hover .photo__caption span::before {
    width: 100%;
  }
  .case .photo__wrap {
    height: 320px;
  }
  .case .photo__wrap::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 24, 21, 0.2);
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .case .photo__wrap img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
  }
  .case .photo__number {
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .case .photo__number::before {
    width: 86px;
    height: 22px;
  }
  .case .photo__caption {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .case .photo__caption span {
    position: relative;
  }
  .case .photo__caption span::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #231815;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .case {
    padding: 40px 0 80px;
  }
  .case__ttl {
    font-size: 3.6rem;
  }
  .case__ttl--sub {
    font-size: 1.4rem;
  }
  .case .photo__list {
    margin-top: 30px;
  }
  .case .photo__elm:first-child, .case .photo__elm:nth-child(2), .case .photo__elm:nth-child(3) {
    margin-top: 0;
  }
  .case .photo__elm:nth-child(3n) {
    margin-right: 0;
  }
  .case .photo__wrap {
    height: 226.25px;
  }
  .case .photo__number {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .case .photo__number::before {
    width: 70px;
    height: 18px;
  }
  .case .photo__caption {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .case {
    padding: 40px 0 60px;
  }
  .case__ttl {
    font-size: 3.2rem;
  }
  .case__ttl--sub {
    font-size: 1.2rem;
  }
  .case .photo__list {
    margin-top: 20px;
  }
  .case .photo__elm {
    width: 100%;
    margin-top: 30px;
  }
  .case .photo__elm:first-child {
    margin-top: 0;
  }
  .case .photo__wrap {
    height: 240px;
  }
  .case .photo__number {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .case .photo__number::before {
    width: 70px;
    height: 18px;
  }
  .case .photo__caption {
    font-size: 1.6rem;
  }
}