.site-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .site-bg {
    display: none;
  }
}

.site-bg .bg-img {
  position: absolute;
}

.site-bg .bg-img::before {
  position: absolute;
  content: "";
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle, #4FBBDB, #D9F6FF);
  border-radius: 50%;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  width: 220px;
  height: 220px;
  opacity: .15;
}

.site-bg .bg-img1 {
  top: 815px;
  width: 293px;
  height: 118px;
}

.site-bg .bg-img1::before {
  top: -120px;
  left: 180px;
}

.site-bg .bg-img2 {
  top: 984px;
  right: 0;
  width: 334px;
  height: 410px;
  z-index: -1;
}

.site-bg .bg-img2::before {
  top: 300px;
  right: 0;
}

.site-bg .bg-img3 {
  top: 1550px;
  left: 0;
  width: 128px;
  height: 354px;
}

.site-bg .bg-img3::before {
  top: 210px;
  left: -20px;
}

.site-bg .bg-img4 {
  top: 2020px;
  right: 0;
  width: 160px;
  height: 367px;
}

.site-bg .bg-img4::before {
  top: 100px;
  right: 0;
}

.site-bg .bg-img5 {
  top: 2400px;
  width: 168px;
  height: 372px;
  z-index: -1;
}

.site-bg .bg-img5::before {
  top: 200px;
  left: -40px;
}

.site-bg .bg-img6 {
  top: 4130px;
  right: 0;
  width: 160px;
  height: 396px;
}

.site-bg .bg-img6::before {
  top: 140px;
  right: 0;
}

.site-bg .bg-img7 {
  top: 5600px;
  width: 180px;
  height: 367px;
}

.site-bg .bg-img7::before {
  top: 140px;
  left: -20px;
}

.site-bg .bg-img8 {
  top: 5980px;
  right: 0;
  width: 130px;
  height: 367px;
}

.site-bg .bg-img8::before {
  top: 160px;
  right: 0;
}

.site-bg .bg-img9 {
  top: 6740px;
  width: 128px;
  height: 354px;
}

.site-bg .bg-img9::before {
  top: 160px;
  left: -60px;
}

.site-bg .bg-img10 {
  top: 7000px;
  right: 0;
  width: 160px;
  height: 367px;
}

.site-bg .bg-img10::before {
  top: 160px;
  right: 40px;
}

.site-bg .bg-img11 {
  top: 7910px;
  width: 180px;
  height: 367px;
}

.site-bg .bg-img11::before {
  top: 160px;
  left: -20px;
}

.site-bg .bg-img12 {
  top: 8400px;
  right: 0;
  width: 160px;
  height: 191px;
}

.site-bg .bg-img12::before {
  top: 50px;
  right: 0;
}

.mv {
  position: relative;
  width: 100%;
  padding: 148px 0 0;
  margin: 0 0 -8px;
}

@media screen and (max-width: 960px) {
  .mv {
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    padding: 78px 0 0;
  }
}

.mv::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 108px;
  background: -webkit-gradient(linear, left top, right top, from(#eff9fc), to(#f6fdfA));
  background: linear-gradient(90deg, #eff9fc 0%, #f6fdfA 100%);
}

.mv .mv-inner {
  width: calc( 100% - 78px);
  height: 100%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 960px) {
  .mv .mv-inner {
    width: calc( 100% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-inner {
    width: calc( 100% - 16px);
  }
}

.mv .mv-inner .mv-catch {
  position: absolute;
  top: calc( 50% + 60px);
  left: calc( 50% + 40px);
  width: 538px;
  height: 204px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 960px) {
  .mv .mv-inner .mv-catch {
    top: calc( 50% + 50px);
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-inner .mv-catch {
    top: calc( 50% + 64px);
    left: calc( 50% + 12px);
    width: 340px;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-inner .mv-catch {
    top: calc( 50% + 78px);
    left: calc( 50% + 10px);
    width: 280px;
  }
}

.mv .mv-inner .mv-catch::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 900px;
  height: 250px;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle, #1aa1c9 10%, #ffffff);
  border-radius: 50%;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .24;
}

@media screen and (max-width: 960px) {
  .mv .mv-inner .mv-catch::before {
    top: calc( 50% - 30px);
    width: 400px;
    height: 160px;
  }
}

.mv .mv-inner .mv-catch img {
  position: relative;
  z-index: 1;
}

.mv .mv-inner .mv-dec {
  position: absolute;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: sway 4s linear infinite;
  animation: sway 4s linear infinite;
}

.mv .mv-inner .mv-dec--dec1 {
  top: calc( 50% - 50px);
  left: calc( 50% - 245px);
  width: 92px;
  height: 118px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 960px) {
  .mv .mv-inner .mv-dec--dec1 {
    top: calc( 50% - 56px);
    left: calc( 50% - 200px);
    width: 76px;
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-inner .mv-dec--dec1 {
    top: calc( 50% - 40px);
    left: calc( 50% - 170px);
    width: 56px;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-inner .mv-dec--dec1 {
    top: calc( 50% - 20px);
    left: calc( 50% - 135px);
    width: 40px;
  }
}

.mv .mv-inner .mv-dec--dec2 {
  top: calc( 50% - 10px);
  left: calc( 50% + 245px);
  width: 65px;
  height: 93px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 960px) {
  .mv .mv-inner .mv-dec--dec2 {
    top: calc( 50% - 25px);
    left: calc( 50% + 215px);
    width: 56px;
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-inner .mv-dec--dec2 {
    top: calc( 50% - 14px);
    left: calc( 50% + 140px);
    width: 40px;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-inner .mv-dec--dec2 {
    top: calc( 50% - 6px);
    left: calc( 50% + 117px);
    width: 32px;
  }
}

.mv .mv-inner .mv-dec--dec3 {
  top: calc( 50% + 168px);
  left: calc( 50% + 62px);
  width: 101px;
  height: 43px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 960px) {
  .mv .mv-inner .mv-dec--dec3 {
    top: calc( 50% + 122px);
    left: calc( 50% + 56px);
    width: 86px;
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-inner .mv-dec--dec3 {
    top: calc( 50% + 94px);
    left: calc( 50% + 18px);
    width: 68px;
  }
}

@media screen and (max-width: 520px) {
  .mv .mv-inner .mv-dec--dec3 {
    top: calc( 50% + 84px);
    left: calc( 50% + 20px);
    width: 54px;
  }
}

@-webkit-keyframes sway {
  0%, 100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    @media screen and (max-width: 768px) {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
    }
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    @media screen and (max-width: 768px) {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
    }
  }
}

@keyframes sway {
  0%, 100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    @media screen and (max-width: 768px) {
      -webkit-transform: rotate(2deg);
      transform: rotate(2deg);
    }
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    @media screen and (max-width: 768px) {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
    }
  }
}

.mv .mv-scroll {
  position: absolute;
}

.mv .slide__item {
  position: relative;
}

.mv .slide__item .item-img {
  height: 667px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 0 6px;
}

@media screen and (max-width: 960px) {
  .mv .slide__item .item-img {
    height: 480px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide__item .item-img {
    height: 320px;
    -o-object-position: 75%;
    object-position: 75%;
  }
}

.mv .mv-scroll {
  position: absolute;
  left: 24px;
  top: 350px;
  width: 24px;
  height: 140px;
  font-family: "Barlow", sans-serif;
  color: #22ACD5;
  line-height: 1;
}

@media screen and (max-width: 1440px) {
  .mv .mv-scroll {
    left: 28px;
    height: 120px;
  }
}

@media screen and (max-width: 960px) {
  .mv .mv-scroll {
    display: none;
  }
}

.mv .mv-scroll::before {
  position: absolute;
  content: "";
  left: 12px;
  bottom: -40px;
  width: 1px;
  height: 40px;
  background: #22ACD5;
}

.mv .mv-scroll span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 6px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  text-align: right;
}

@media screen and (max-width: 1440px) {
  .mv .mv-scroll span {
    text-align: left;
  }
}

.mv .mv-scroll span::after {
  position: absolute;
  content: "";
  left: 9.5px;
  bottom: -6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22ACD5;
  -webkit-animation: wheel 1.5s ease-out infinite both;
  animation: wheel 1.5s ease-out infinite both;
}

@-webkit-keyframes wheel {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  72% {
    opacity: .9;
  }
  100% {
    opacity: 0;
    bottom: -42px;
  }
}

@keyframes wheel {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  72% {
    opacity: .9;
  }
  100% {
    opacity: 0;
    bottom: -42px;
  }
}

.avl {
  margin-bottom: calc(8px * 8);
  padding: 56px 0 80px;
  background: -webkit-gradient(linear, left top, right top, from(#eff9fc), to(#f6fdfA));
  background: linear-gradient(90deg, #eff9fc 0%, #f6fdfA 100%);
}

@media screen and (max-width: 960px) {
  .avl {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .avl {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .avl {
    padding: 40px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .avl {
    padding: 28px 0 40px;
  }
}

.avl .avl-content {
  max-width: 960px;
  margin: 0 auto;
}

.avl .avl-content .avl-dtl {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 520px) {
  .avl .avl-content .avl-dtl {
    display: block;
  }
}

.avl .avl-content .avl-dtl .avl-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (max-width: 960px) {
  .avl .avl-content .avl-dtl .avl-mark {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .avl .avl-content .avl-dtl .avl-mark {
    gap: 16px;
  }
}

.avl .avl-content .avl-dtl .avl-mark p {
  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;
  gap: 6px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .avl .avl-content .avl-dtl .avl-mark p {
    gap: 3px;
  }
}

.avl .avl-content .avl-dtl .avl-mark p span {
  font-size: 2rem;
  color: #FCBD1D;
}

@media screen and (max-width: 768px) {
  .avl .avl-content .avl-dtl .avl-mark p span {
    font-size: 1.7rem;
  }
}

.avl .avl-content .avl-dtl .avl-mark .tri span {
  color: #22ACD5;
}

.avl .avl-content .avl-dtl .avl-mark .dash span {
  color: #9F9F9F;
}

.avl .avl-tbl table {
  width: 100%;
  border-collapse: separate;
}

@media screen and (max-width: 520px) {
  .avl .avl-tbl table thead {
    display: none;
  }
}

.avl .avl-tbl table thead tr th {
  padding: 12px;
  background: #5e8a96;
  color: #ffffff;
  font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
  .avl .avl-tbl table thead tr th {
    font-size: 1.7rem;
  }
}

.avl .avl-tbl table thead tr th:first-child {
  border-radius: 6px 0 0 0;
}

.avl .avl-tbl table thead tr th:last-child {
  border-radius: 0 6px 0 0;
}

.avl .avl-tbl table thead tr th:nth-child(even) {
  background: #7fb2c1;
}

.avl .avl-tbl table thead tr th:not(:last-child) {
  border-right: solid 2px #ffffff;
}

.avl .avl-tbl table tbody tr td {
  position: relative;
  width: 160px;
  height: 90px;
  text-align: center;
  border-bottom: solid 1px #5e8a96;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .avl .avl-tbl table tbody tr td {
    padding: 12px;
    height: 80px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  .avl .avl-tbl table tbody tr td {
    border-top: solid 1px #5e8a96;
  }
}

@media screen and (max-width: 520px) {
  .avl .avl-tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #324152;
    font-weight: bold;
    font-size: 1.5rem;
  }
}

.avl .avl-tbl table tbody tr td:first-child {
  border-radius: 0 0 0 6px;
  border-left: solid 1px #5e8a96;
}

@media screen and (max-width: 520px) {
  .avl .avl-tbl table tbody tr td:first-child {
    border-radius: 6px 0 0 6px;
  }
}

.avl .avl-tbl table tbody tr td:last-child {
  border-radius: 0 0 6px 0;
  border-right: solid 1px #5e8a96;
}

@media screen and (max-width: 520px) {
  .avl .avl-tbl table tbody tr td:last-child {
    border-radius: 0 6px 6px 0;
  }
}

.avl .avl-tbl table tbody tr td:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  width: 1px;
  height: calc( 100% - 20px);
  border-right: dashed 1px #5e8a96;
}

.avl .avl-tbl table tbody tr td img {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 520px) {
  .avl .avl-tbl table tbody tr td img {
    width: 24px;
    height: 24px;
    top: calc( 50% + 12px);
  }
}

.avl .avl-tbl table tbody tr .cycle img {
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 520px) {
  .avl .avl-tbl table tbody tr .cycle img {
    width: 22px;
    height: 22px;
  }
}

.avl .update-txt span {
  position: relative;
  margin: 0 14px 0 0;
  padding: 0 20px 0 0;
}

.avl .update-txt span::before {
  position: absolute;
  top: calc( 50% - 2px);
  right: 0;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/icon/arrow.svg") no-repeat;
  width: 12px;
  height: 5px;
}

.blog {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 960px) {
  .blog {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .blog {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.blog input[name="tab-btn"] {
  display: none;
}

.blog .cat-ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.blog .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .blog .cat-list {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .blog .cat-list {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .blog .cat-list {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .blog .cat-list {
    gap: 0 24px;
  }
}

@media screen and (max-width: 520px) {
  .blog .cat-list {
    gap: 0 32px;
  }
}

.blog .cat-list__item {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .blog .cat-list__item {
    font-size: 1.6rem;
  }
}

.blog .cat-list__item:first-child {
  padding: 0 32px 0 0;
}

@media screen and (max-width: 960px) {
  .blog .cat-list__item:first-child {
    padding: 0 24px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .blog .cat-list__item:first-child {
    padding: 0 16px 0 0;
  }
}

.blog .cat-list__item:first-child::after {
  position: absolute;
  top: calc( 50% - 1px);
  right: 0;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(50, 65, 82, 0.24);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog .cat-list__item label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  height: 100%;
  color: #22ACD5;
  opacity: .5;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .blog .cat-list__item label {
    padding: 0 0 0 12px;
  }
}

.blog .cat-list__item label::before {
  position: absolute;
  top: calc( 50% - 3px);
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background: #22ACD5;
  border-radius: 50%;
}

@media screen and (max-width: 520px) {
  .blog .cat-list__item label::before {
    width: 4px;
    height: 4px;
  }
}

.blog .blog-content {
  display: none;
}

.blog #btn-all:checked ~ .cat-list #btn-all,
.blog #btn-food:checked ~ .cat-list #btn-food,
.blog #btn-class:checked ~ .cat-list #btn-class,
.blog #btn-event:checked ~ .cat-list #btn-event,
.blog #btn-pr:checked ~ .cat-list #btn-pr,
.blog #btn-other:checked ~ .cat-list #btn-other {
  opacity: 1;
}

.blog #btn-all:checked ~ .tab-content #blog-all,
.blog #btn-food:checked ~ .tab-content #blog-food,
.blog #btn-class:checked ~ .tab-content #blog-class,
.blog #btn-event:checked ~ .tab-content #blog-event,
.blog #btn-pr:checked ~ .tab-content #blog-pr,
.blog #btn-other:checked ~ .tab-content #blog-other {
  display: block;
}

.blog .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media screen and (max-width: 960px) {
  .blog .blog-list {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .blog .blog-list {
    gap: 16px;
  }
}

@media screen and (max-width: 520px) {
  .blog .blog-list {
    margin: 0 0 16px;
  }
}

.blog .blog-list__item {
  padding: 16px 16px 32px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
    padding: 12px 12px 24px;
  }
}

@media screen and (max-width: 768px) {
  .blog .blog-list__item {
    gap: 16px;
    padding: 8px 8px 16px;
  }
}

.blog .blog-list__item .blog-vsl {
  margin: 0 0 12px;
  border-radius: 6px;
  aspect-ratio: 3 / 2;
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item .blog-vsl {
    margin: 0;
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .blog .blog-list__item .blog-vsl {
    width: 208px;
  }
}

@media screen and (max-width: 520px) {
  .blog .blog-list__item .blog-vsl {
    width: 100%;
  }
}

.blog .blog-list__item .blog-vsl a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: #eff9fc;
  border-radius: 6px;
}

.blog .blog-list__item .blog-vsl a img {
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.blog .blog-list__item .blog-vsl a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item .blog-dtl {
    width: calc( 100% - 304px);
  }
}

@media screen and (max-width: 768px) {
  .blog .blog-list__item .blog-dtl {
    width: calc( 100% - 232px);
  }
}

@media screen and (max-width: 520px) {
  .blog .blog-list__item .blog-dtl {
    width: 100%;
  }
}

.blog .blog-list__item .blog-dtl .blog-meta {
  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;
  margin: 0 0 8px;
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item .blog-dtl .blog-meta {
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 768px) {
  .blog .blog-list__item .blog-dtl .blog-meta {
    margin: 0 0 6px;
  }
}

.blog .blog-list__item .blog-dtl .blog-meta__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 118px;
  height: 30px;
  background: #ff8383;
  border: solid 1px #ff8383;
  border-radius: 50px;
  font-size: 1.5rem;
  color: #ffffff;
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item .blog-dtl .blog-meta__cate {
    height: 26px;
  }
}

.blog .blog-list__item .blog-dtl .blog-meta__cate:hover {
  color: #ff8383;
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--class {
  background: #FCBD1D;
  border-color: #FCBD1D;
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--class:hover {
  color: #FCBD1D;
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--event {
  background: #ff9a81;
  border-color: #ff9a81;
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--event:hover {
  color: #ff9a81;
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--pr {
  background: #0AAD33;
  border-color: #0AAD33;
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--pr:hover {
  color: #0AAD33;
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--other {
  background: #9F9F9F;
  border-color: #9F9F9F;
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--other:hover {
  color: #9F9F9F;
}

.blog .blog-list__item .blog-dtl .blog-meta__cate:hover {
  background: #ffffff;
}

.blog .blog-list__item .blog-dtl .blog-meta__date {
  font-size: 1.5rem;
  color: #9F9F9F;
}

.blog .blog-list__item .blog-dtl .blog-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
}

.blog .blog-list__item .blog-dtl .blog-ttl a:hover {
  text-decoration: underline;
}

.news {
  position: relative;
  padding: 64px 0 0;
  margin-bottom: calc(8px * 12);
}

@media screen and (max-width: 960px) {
  .news {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .news {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .news {
    padding: 48px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .news {
    padding: 32px 0 0;
  }
}

.news::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 928px;
  height: 340px;
  background: linear-gradient(45deg, #eff9fc 0%, #f6fdfA 100%);
  border-radius: 0 6px 6px 0;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .news::before {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .news::before {
    width: 400px;
  }
}

@media screen and (max-width: 520px) {
  .news::before {
    width: 280px;
  }
}

.news .news-content {
  padding: 56px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .news .news-content {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .news .news-content {
    padding: 32px 24px;
  }
}

.news .news-content .news-list {
  margin-bottom: calc(8px * 3);
  border-top: solid 1px rgba(34, 172, 213, 0.4);
}

@media screen and (max-width: 960px) {
  .news .news-content .news-list {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .news .news-content .news-list {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .news .news-content .news-list {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .news .news-content .news-list {
    margin: 0 0 16px;
  }
}

.news .news-content .news-list__item {
  padding: 20px 0;
  border-bottom: solid 1px rgba(34, 172, 213, 0.4);
}

@media screen and (max-width: 960px) {
  .news .news-content .news-list__item {
    padding: 16px 0;
  }
}

@media screen and (max-width: 768px) {
  .news .news-content .news-list__item {
    padding: 12px 0;
  }
}

.news .news-content .news-list__item .news-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 960px) {
  .news .news-content .news-list__item .news-dtl {
    gap: 20px;
  }
}

@media screen and (max-width: 960px) and (max-width: 768px) {
  .news .news-content .news-list__item .news-dtl {
    gap: 16px;
  }
}

.news .news-content .news-list__item .news-dtl dt {
  font-size: 1.5rem;
  color: rgba(50, 65, 82, 0.32);
}

.news .news-content .news-list__item .news-dtl dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .news-content .news-list__item .news-dtl dd a:hover {
  text-decoration: underline;
}

.news .btn a {
  gap: 60px;
}

.attraction {
  position: relative;
  margin-bottom: calc(8px * 12);
}

@media screen and (max-width: 960px) {
  .attraction {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .attraction {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

.attraction::before, .attraction::after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 112px;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .attraction::before, .attraction::after {
    width: calc( 100% - 120px);
  }
}

@media screen and (max-width: 960px) {
  .attraction::before, .attraction::after {
    display: none;
  }
}

.attraction::before {
  background: -webkit-gradient(linear, left top, right top, from(#eff9fc), to(#f6fdfA));
  background: linear-gradient(90deg, #eff9fc 0%, #f6fdfA 100%);
  top: 170px;
  left: 0;
}

.attraction::after {
  background: -webkit-gradient(linear, left top, right top, from(#fef2e8), to(#ffffe9));
  background: linear-gradient(90deg, #fef2e8 0%, #ffffe9 100%);
  top: 700px;
  right: 0;
}

.attraction .attraction-inner {
  position: relative;
}

.attraction .attraction-inner::before {
  position: absolute;
  top: 1237px;
  left: 0;
  content: "";
  width: 1000px;
  height: 112px;
  background: -webkit-gradient(linear, left top, right top, from(#eff9fc), to(#f6fdfA));
  background: linear-gradient(90deg, #eff9fc 0%, #f6fdfA 100%);
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .attraction .attraction-inner::before {
    width: calc( 100% - 120px);
  }
}

@media screen and (max-width: 960px) {
  .attraction .attraction-inner::before {
    display: none;
  }
}

.attraction .attraction-content {
  display: grid;
  gap: 80px;
  counter-reset: attraction-num;
}

.attraction .attraction-content .attraction-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 100px 0 0;
}

@media screen and (max-width: 960px) {
  .attraction .attraction-content .attraction-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
}

.attraction .attraction-content .attraction-unit__txt {
  position: relative;
  width: calc( 50% + 120px);
  background: rgba(255, 255, 255, 0.94);
  padding: 45px 48px 32px;
  border-radius: 6px 6px 0 0;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .attraction .attraction-content .attraction-unit__txt {
    width: calc( 50% + 50px);
    padding: 36px 40px 24px;
  }
}

@media screen and (max-width: 960px) {
  .attraction .attraction-content .attraction-unit__txt {
    width: 100%;
    background: none;
    padding: 12px 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .attraction .attraction-content .attraction-unit__txt {
    padding: 12px 0 0;
  }
}

@media screen and (max-width: 960px) {
  .attraction .attraction-content .attraction-unit__txt::before {
    position: absolute;
    top: -230px;
    left: -24px;
    content: "";
    width: calc( 100% + 48px);
    height: 200px;
    background: #eff9fc;
    z-index: -1;
  }
}

@media screen and (max-width: 520px) {
  .attraction .attraction-content .attraction-unit__txt::before {
    left: -16px;
    width: calc( 100% + 32px);
  }
}

.attraction .attraction-content .attraction-unit__txt .attraction-ttl {
  position: relative;
  font-size: 3.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .attraction .attraction-content .attraction-unit__txt .attraction-ttl {
    font-size: 2.6rem;
  }
}

.attraction .attraction-content .attraction-unit__txt .attraction-ttl::before {
  position: absolute;
  top: -106px;
  left: 0;
  counter-increment: attraction-num;
  content: "0" counter(attraction-num);
  font-size: 7.2rem;
  font-weight: bold;
  color: #22ACD5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
  .attraction .attraction-content .attraction-unit__txt .attraction-ttl::before {
    top: -96px;
    font-size: 6.4rem;
  }
}

.attraction .attraction-content .attraction-unit__txt .attraction-ttl::after {
  position: absolute;
  top: -51px;
  left: 94px;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/attraction-tri.svg") no-repeat;
  background-size: contain;
  width: 44px;
  height: 12px;
}

@media screen and (max-width: 960px) {
  .attraction .attraction-content .attraction-unit__txt .attraction-ttl::after {
    top: -48px;
    left: 86px;
  }
}

.attraction .attraction-content .attraction-unit__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 585px;
}

@media screen and (max-width: 960px) {
  .attraction .attraction-content .attraction-unit__img {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 80px;
    z-index: 10;
  }
}

.attraction .attraction-content .attraction-unit:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (max-width: 960px) {
  .attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__txt::before {
    background: #fef2e8;
  }
}

.attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__txt .attraction-ttl::before {
  left: auto;
  right: 106px;
  color: #FCBD1D;
}

@media screen and (max-width: 960px) {
  .attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__txt .attraction-ttl::before {
    right: auto;
    left: 0;
  }
}

.attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__txt .attraction-ttl::after {
  left: auto;
  right: 40px;
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/attraction-tri_yel.svg") no-repeat;
}

@media screen and (max-width: 960px) {
  .attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__txt .attraction-ttl::after {
    right: auto;
    left: 86px;
  }
}

.attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__txt .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #ffffff), color-stop(55%, #fff2d1), color-stop(90%, #fff2d1), color-stop(90%, #ffffff)) no-repeat;
  background: linear-gradient(#ffffff 55%, #fff2d1 55%, #fff2d1 90%, #ffffff 90%) no-repeat;
}

.attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__txt .btn a {
  border-color: #FCBD1D;
}

.attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__txt .btn a span {
  background: #FCBD1D;
}

.attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__txt .btn a:hover {
  background: #FCBD1D;
}

.attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__txt .btn a:hover span {
  background: #ffffff;
}

.attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__txt .btn a:hover span svg {
  fill: #FCBD1D;
}

.attraction .attraction-content .attraction-unit:nth-child(even) .attraction-unit__img {
  right: auto;
  left: 0;
}

.contact {
  position: relative;
  margin-bottom: calc(8px * 12);
}

@media screen and (max-width: 960px) {
  .contact {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

.contact::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 230px;
  background: linear-gradient(45deg, #22ACD5 0%, #21D899 100%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .contact::before {
    height: 108px;
  }
}

.contact .headline__sub {
  font-size: 6.4rem;
}

@media screen and (max-width: 960px) {
  .contact .headline__sub {
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .contact .headline__sub {
    font-size: 4rem;
  }
}

.contact .headline__main {
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  .contact .headline__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .contact .headline__main {
    font-size: 1.7rem;
  }
}

.contact .contact-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 0 0 40px;
}

@media screen and (max-width: 960px) {
  .contact .contact-content {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-content {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 520px;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}

.contact .contact-content .contact-dtl {
  text-align: center;
  padding: 24px 64px 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  border-radius: 6px;
  padding: 24px 8px 32px;
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl {
    padding: 16px 8px 24px;
  }
}

.contact .contact-content .contact-dtl .contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  background: #FCBD1D;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(252, 189, 29, 0.4);
  box-shadow: 0 0 10px rgba(252, 189, 29, 0.4);
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl .contact-icon {
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl .contact-icon {
    width: 56px;
    height: 56px;
  }
}

.contact .contact-content .contact-dtl .contact-icon svg {
  width: 25px;
  height: 32px;
  fill: #ffffff;
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl .contact-icon svg {
    width: 21px;
    height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-icon svg {
    width: 18px;
    height: 25px;
  }
}

.contact .contact-content .contact-dtl .contact-txt {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-txt {
    font-size: 1.7rem;
  }
}

.contact .contact-content .contact-dtl .contact-txt::before, .contact .contact-content .contact-dtl .contact-txt::after {
  position: absolute;
  bottom: 5px;
  content: "";
  width: 1px;
  height: 20px;
  background: #324152;
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-txt::before, .contact .contact-content .contact-dtl .contact-txt::after {
    height: 16px;
  }
}

.contact .contact-content .contact-dtl .contact-txt::before {
  left: -16px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-txt::before {
    left: -12px;
  }
}

.contact .contact-content .contact-dtl .contact-txt::after {
  right: -16px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-txt::after {
    right: -12px;
  }
}

.contact .contact-content .contact-dtl .contact-txt small {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl .contact-txt small {
    font-size: 1.3rem;
  }
}

.contact .contact-content .contact-dtl--tel a {
  display: block;
  text-align: center;
  color: #fda722;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl--tel a {
    font-size: 2rem;
  }
}

.contact .contact-content .contact-dtl--tel a span {
  font-size: 4.2rem;
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl--tel a span {
    font-size: 3.6rem;
  }
}

.contact .contact-content .contact-dtl--web .contact-icon {
  background: #22ACD5;
  -webkit-box-shadow: 0 0 10px rgba(26, 161, 201, 0.4);
  box-shadow: 0 0 10px rgba(26, 161, 201, 0.4);
}

.contact .contact-content .contact-dtl--web .contact-icon svg {
  width: 32px;
  height: 25px;
  fill: #ffffff;
}

@media screen and (max-width: 960px) {
  .contact .contact-content .contact-dtl--web .contact-icon svg {
    width: 28px;
    height: 21px;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-content .contact-dtl--web .contact-icon svg {
    width: 25px;
    height: 18px;
  }
}

.voice {
  margin-bottom: calc(8px * 12);
}

@media screen and (max-width: 960px) {
  .voice {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .voice {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

.voice .headline {
  text-align: left;
}

.voice .headline__main {
  padding: 0 0 0 26px;
}

.voice .headline__main::before {
  left: 0;
}

.voice .headline__main::after {
  display: none;
}

.voice .voice-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

@media screen and (max-width: 960px) {
  .voice .voice-content {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .voice .voice-content {
    gap: 16px;
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-content {
    grid-template-columns: 1fr;
  }
}

.voice .voice-content .voice-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12px;
}

.voice .voice-content .voice-unit__img {
  width: 155px;
}

@media screen and (max-width: 1024px) {
  .voice .voice-content .voice-unit__img {
    width: 146px;
  }
}

@media screen and (max-width: 960px) {
  .voice .voice-content .voice-unit__img {
    margin: 0 auto;
  }
}

.voice .voice-content .voice-unit__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc( 100% - 167px);
}

@media screen and (max-width: 1024px) {
  .voice .voice-content .voice-unit__txt {
    width: calc( 100% - 158px);
  }
}

@media screen and (max-width: 960px) {
  .voice .voice-content .voice-unit__txt {
    width: 100%;
  }
}

.voice .voice-content .voice-unit__txt .voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin: 0 0 12px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@media screen and (max-width: 768px) {
  .voice .voice-content .voice-unit__txt .voice-list {
    grid-template-columns: 1fr 1fr 120px;
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-content .voice-unit__txt .voice-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.voice .voice-content .voice-unit__txt .voice-list__item {
  position: relative;
  text-align: center;
  padding: 6px 1px;
  background: #ffffff;
  border: solid 1px #FCBD1D;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .voice .voice-content .voice-unit__txt .voice-list__item {
    height: 36px;
    padding: 2px;
  }
}

.voice .voice-content .voice-unit__txt .voice-list__item::before, .voice .voice-content .voice-unit__txt .voice-list__item::after {
  position: absolute;
  left: 50%;
  content: "";
  width: 14px;
  height: 7px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.voice .voice-content .voice-unit__txt .voice-list__item::before {
  bottom: -7px;
  background: #FCBD1D;
}

.voice .voice-content .voice-unit__txt .voice-list__item::after {
  bottom: -6px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .voice .voice-content .voice-unit__txt .voice-list__item:not(:first-child) {
    line-height: 30px;
  }
}

.voice .voice-content .voice-unit__txt .voice-list__item span {
  font-size: 1.9rem;
}

.voice .voice-content .voice-unit__txt .voice-txt {
  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;
  height: 148px;
  padding: 20px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 1280px) {
  .voice .voice-content .voice-unit__txt .voice-txt {
    height: 160px;
    padding: 12px 8px;
  }
}

@media screen and (max-width: 960px) {
  .voice .voice-content .voice-unit__txt .voice-txt {
    height: 132px;
  }
}

@media screen and (max-width: 768px) {
  .voice .voice-content .voice-unit__txt .voice-txt {
    height: 170px;
    padding: 10px 8px;
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-content .voice-unit__txt .voice-txt {
    height: 120px;
  }
}

.voice .voice-content .voice-unit:nth-child(2) .voice-unit__txt .voice-list__item {
  border-color: #22ACD5;
}

.voice .voice-content .voice-unit:nth-child(2) .voice-unit__txt .voice-list__item::before {
  background: #22ACD5;
}

.guide {
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .guide {
    margin-bottom: 76px;
  }
}

@media screen and (max-width: 768px) {
  .guide {
    margin-bottom: 50px;
  }
}

.guide .guide-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .guide .guide-unit {
    gap: 12px;
  }
}

@media screen and (max-width: 960px) {
  .guide .guide-unit {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .guide .guide-unit {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.guide .guide-unit__img {
  position: relative;
  width: 480px;
}

.guide .guide-unit__img img {
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
}

@media screen and (max-width: 1024px) {
  .guide .guide-unit__img {
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .guide .guide-unit__img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 520px) {
  .guide .guide-unit__img {
    max-width: none;
  }
}

.guide .guide-unit__img::before {
  position: absolute;
  top: -46px;
  left: calc( 50% - 40px);
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/guide-frame-top.svg") no-repeat;
  background-size: contain;
  width: 148px;
  height: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .guide .guide-unit__img::before {
    top: -4px;
    width: 120px;
  }
}

.guide .guide-unit__img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/guide-frame-img.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .guide .guide-unit__img::after {
    top: 40px;
  }
}

.guide .guide-unit__txt {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc( 100% - 504px);
  gap: 6px;
}

@media screen and (max-width: 1024px) {
  .guide .guide-unit__txt {
    width: calc( 100% - 444px);
  }
}

@media screen and (max-width: 960px) {
  .guide .guide-unit__txt {
    width: calc( 100% - 432px);
  }
}

@media screen and (max-width: 768px) {
  .guide .guide-unit__txt {
    width: 100%;
    max-width: 420px;
    gap: 12px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 520px) {
  .guide .guide-unit__txt {
    max-width: none;
  }
}

.guide .guide-unit__txt .guide-txt {
  position: relative;
  padding: 16px 40px;
  background: #FFFAED;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .guide .guide-unit__txt .guide-txt {
    padding: 12px 20px;
    line-height: 1.4;
  }
}

.guide .guide-unit__txt .guide-txt::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/guide-txt-dec.svg") no-repeat;
  background-size: contain;
  width: 111px;
  height: 101px;
}

.guide .guide-unit__txt .guide-txt span {
  position: relative;
  z-index: 1;
}

.guide .guide-unit__txt .guide-txt em {
  font-weight: bold;
}

.guide .guide-unit a {
  position: relative;
}

@media screen and (max-width: 960px) {
  .guide .guide-unit a {
    max-width: 343px;
  }
}

@media screen and (max-width: 768px) {
  .guide .guide-unit a {
    max-width: 420px;
  }
}

@media screen and (max-width: 520px) {
  .guide .guide-unit a {
    max-width: none;
  }
}

.guide .guide-unit a:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.guide .guide-unit a:hover .btn {
  background: #22ACD5;
  color: #ffffff;
}

.guide .guide-unit a:hover .btn span {
  background: #ffffff;
}

.guide .guide-unit a:hover .btn span svg {
  fill: #22ACD5;
}

.guide .guide-unit a img {
  border-radius: 0;
}

.guide .guide-unit .btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 8px 8px 20px;
  height: 36px;
  background: #ffffff;
  border: solid 1px #22ACD5;
  border-radius: 6px 0 6px 0;
  line-height: 1.4;
  gap: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .08em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  .guide .guide-unit .btn {
    bottom: 0;
  }
}

.guide .guide-unit .btn span {
  position: relative;
  background: #22ACD5;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.guide .guide-unit .btn span svg {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 8px;
  height: 3px;
  fill: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.guide .floor-plan {
  padding: 32px 120px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
}

@media screen and (max-width: 768px) {
  .guide .floor-plan {
    padding: 24px 50px;
  }
}

@media screen and (max-width: 520px) {
  .guide .floor-plan {
    padding: 16px;
  }
}

.guide .floor-plan img {
  border-radius: 0;
}

.gallery {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .gallery {
    margin-bottom: 76px;
  }
}

@media screen and (max-width: 768px) {
  .gallery {
    margin-bottom: 50px;
  }
}

.gallery .loop-slide .slick-list .slick-slide {
  position: relative;
  margin: 0 40px;
  padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
  .gallery .loop-slide .slick-list .slick-slide {
    margin: 0 32px;
    padding: 0 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .gallery .loop-slide .slick-list .slick-slide {
    padding: 0 0 60px;
  }
}

.gallery .loop-slide .slick-list .slick-slide .loop-slide__item {
  position: relative;
}

.gallery .loop-slide .slick-list .slick-slide .loop-slide__item::before {
  position: absolute;
  top: -6px;
  left: -6px;
  content: "";
  width: calc( 100% + 12px);
  height: calc( 100% + 12px);
  background: #ffffff;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .gallery .loop-slide .slick-list .slick-slide .loop-slide__item::before {
    top: -4px;
    height: -4px;
    width: calc( 100% + 8px);
    height: calc( 100% + 8px);
  }
}

.gallery .loop-slide .slick-list .slick-slide .loop-slide__item::after {
  position: absolute;
  right: 70%;
  bottom: -100px;
  content: "";
  background: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/gallery-img2.jpg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .gallery .loop-slide .slick-list .slick-slide .loop-slide__item::after {
    bottom: -80px;
  }
}

@media screen and (max-width: 768px) {
  .gallery .loop-slide .slick-list .slick-slide .loop-slide__item::after {
    bottom: -60px;
  }
}

.gallery .loop-slide .slick-list .slick-slide .loop-slide__item img {
  position: relative;
  z-index: 1;
}

.gallery .loop-slide .slick-list .slick-slide:nth-child(2) .loop-slide__item::after, .gallery .loop-slide .slick-list .slick-slide:nth-child(6) .loop-slide__item::after {
  background-image: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/gallery-img4.jpg");
}

.gallery .loop-slide .slick-list .slick-slide:nth-child(3) .loop-slide__item::after, .gallery .loop-slide .slick-list .slick-slide:nth-child(7) .loop-slide__item::after {
  background-image: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/gallery-img6.jpg");
}

.gallery .loop-slide .slick-list .slick-slide:nth-child(4) .loop-slide__item::after, .gallery .loop-slide .slick-list .slick-slide:nth-child(8) .loop-slide__item::after {
  background-image: url("https://www.sawada-day.jp/wp-content/themes/itreat_base/dist/img/top/gallery-img8.jpg");
}

.recruit-bnr {
  margin-bottom: calc(8px * 12);
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .recruit-bnr {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .recruit-bnr {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

.recruit-bnr a {
  display: block;
  position: relative;
}

.recruit-bnr a .btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 24px;
  height: 50px;
  background: #ffffff;
  border: solid 1px #22ACD5;
  border-radius: 6px 0 6px 0;
  line-height: 1.4;
  gap: 24px;
  letter-spacing: .08em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .recruit-bnr a .btn {
    padding: 6px 6px 6px 16px;
    height: 40px;
  }
}

.recruit-bnr a .btn span {
  position: relative;
  background: #22ACD5;
  border-radius: 4px;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .recruit-bnr a .btn span {
    width: 24px;
    height: 24px;
  }
}

.recruit-bnr a .btn span svg {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 12px;
  height: 5px;
  fill: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .recruit-bnr a .btn span svg {
    left: 8px;
    width: 10px;
    height: 4px;
  }
}

.recruit-bnr a:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.recruit-bnr a:hover .btn {
  background: #22ACD5;
  color: #ffffff;
}

.recruit-bnr a:hover .btn span {
  background: #ffffff;
}

.recruit-bnr a:hover .btn span svg {
  fill: #22ACD5;
}

.access {
  margin-bottom: calc(8px * 12);
}

@media screen and (max-width: 960px) {
  .access {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

.access .exterior {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 960px) {
  .access .exterior {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access .exterior {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.access .exterior img {
  border-radius: 6px;
}

.access .access-unit {
  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;
  gap: 32px;
}

@media screen and (max-width: 960px) {
  .access .access-unit {
    gap: 24px;
  }
}

.access .access-unit__img {
  width: 650px;
}

@media screen and (max-width: 1280px) {
  .access .access-unit__img {
    width: 600px;
  }
}

@media screen and (max-width: 1024px) {
  .access .access-unit__img {
    width: 520px;
  }
}

@media screen and (max-width: 960px) {
  .access .access-unit__img {
    width: 416px;
  }
}

@media screen and (max-width: 768px) {
  .access .access-unit__img {
    width: 100%;
  }
}

.access .access-unit__txt {
  width: calc( 100% - 682px);
}

@media screen and (max-width: 1280px) {
  .access .access-unit__txt {
    width: calc( 100% - 632px);
  }
}

@media screen and (max-width: 1024px) {
  .access .access-unit__txt {
    width: calc( 100% - 552px);
  }
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt {
    width: calc( 100% - 440px);
  }
}

@media screen and (max-width: 768px) {
  .access .access-unit__txt {
    width: 100%;
  }
}

.access .access-unit__txt .logo {
  margin: 0 0 16px;
  width: 100%;
  max-width: 438px;
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt .logo {
    margin: 0 0 12px;
    max-width: 380px;
  }
}

.access .access-unit__txt .logo img {
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .access .access-unit__txt .access-dtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}

@media screen and (max-width: 520px) {
  .access .access-unit__txt .access-dtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.access .access-unit__txt p {
  margin: 0 0 6px;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt p {
    margin: 0;
    font-size: 1.5rem;
  }
}

.access .access-unit__txt .tel {
  position: relative;
  display: block;
  margin-bottom: calc(8px * 4);
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt .tel {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access .access-unit__txt .tel {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt .tel {
    font-size: 2rem;
  }
}

.access .access-unit__txt .tel span {
  font-size: 3.4rem;
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt .tel span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .access .access-unit__txt .tel span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt .btn a {
    padding: 6px 6px 6px 16px;
    font-size: 1.5rem;
    gap: 16px;
  }
}

.facility {
  margin-bottom: 136px;
}

@media screen and (max-width: 960px) {
  .facility {
    margin-bottom: 104px;
  }
}

@media screen and (max-width: 768px) {
  .facility {
    margin-bottom: 68px;
  }
}

.facility .facility-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 960px) {
  .facility .facility-list {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .facility .facility-list {
    gap: 8px;
  }
}

@media screen and (max-width: 520px) {
  .facility .facility-list {
    grid-template-columns: 1fr;
    max-width: 304px;
    margin: 0 auto;
  }
}

.facility .facility-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  box-shadow: 0 0 4px rgba(147, 147, 147, 0.24);
  border-radius: 6px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.facility .facility-list__item:hover {
  opacity: .7;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.facility .facility-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.facility .facility-list__item a .facility-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 12px 36px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .facility .facility-list__item a .facility-logo {
    padding: 16px 8px 28px;
  }
}

.facility .facility-list__item a img {
  width: auto;
  border-radius: 6px 6px 0 0;
}

.facility .facility-list__item a .facility-link {
  position: absolute;
  right: 10px;
  bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .facility .facility-list__item a .facility-link {
    font-size: 1.3rem;
  }
}

.facility .facility-list__item a .facility-link svg {
  width: 12px;
  height: 5px;
}

/*# sourceMappingURL=../../maps/pages/top.css.map */
