@charset "UTF-8";
/* webfont 変数　*/
/* ofi */
/*====================================================================

index.css

=====================================================================*/
.main {
  overflow: hidden;
}

/*--------------------------------------------------------------------/
	main-view
/--------------------------------------------------------------------*/
.main-view {
  position: relative;
}

.main-view__bg {
  position: relative;
  overflow: hidden;
}
.main-view__bg__inner {
  height: 100%;
}
.main-view__bg__img {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main-view__bg__img__inner {
  height: 100%;
}
.main-view__bg__img__mugi {
  z-index: 2;
  position: absolute;
  right: 3.17%;
  bottom: 0;
  width: 14.21%;
  min-width: 200px;
}

.main-view__inner {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-view__inner .l-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  max-width: 1700px;
  height: 100%;
}

.main-view__block {
  -webkit-transform-origin: top right;
  -webkit-transform: skew(-40deg);
  z-index: 3;
  position: absolute;
  top: 0;
  right: 20%;
  width: 100%;
  width: 100vw;
  height: 130%;
          transform: skew(-40deg);
          transform-origin: top right;
  background: rgba(249, 223, 223, .9);
  content: "";
}

.main-view__catch {
  z-index: 4;
  position: relative;
  margin-top: 4rem;
  color: #000000;
}
.main-view__catch .is-catch01,
.main-view__catch .is-catch02 {
  display: block;
  margin-bottom: 10px;
}
.main-view__catch .is-catch01 b,
.main-view__catch .is-catch02 b {
  color: #F6A2A2;
  font-weight: 700;
}
.main-view__catch .is-catch01__inner,
.main-view__catch .is-catch02__inner {
  display: inline-block;
  position: relative;
  padding: 0.3em 0.55em 0.33em;
  font-weight: 700;
  font-size: clamp(20px, 7.14vw, 40px);
  line-height: 1;
  font-family: 'Zen Kaku Gothic New', serif;
  letter-spacing: 0.055em;
}
.main-view__catch .is-catch01__inner.is-active::before,
.main-view__catch .is-catch02__inner.is-active::before {
  width: 100%;
}
.main-view__catch .is-catch01__inner::before,
.main-view__catch .is-catch02__inner::before {
  -webkit-transition: all 0.6s ease-out 0s;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 2px;
  background: #ffffff;
  content: "";
  transition: all 0.6s ease-out 0s;
}
.main-view__catch .is-catch01__letter,
.main-view__catch .is-catch02__letter {
  display: inline-block;
  line-height: 1em;
}
.main-view__catch .is-catch01__letter:not(:last-child),
.main-view__catch .is-catch02__letter:not(:last-child) {
  color: #F6A2A2;
}

/* scroll */
.scroll-line {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: min(1.5%, 3rem);
          writing-mode: vertical-rl;
}
.scroll-line a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Montserrat', serif;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.scroll-line a:hover {
  color: #FFC9C9;
}
.scroll-line__txt {
  letter-spacing: 0;
}
.scroll-line span {
  display: block;
  position: relative;
  inline-size: 5rem;
  block-size: 1px;
  overflow: hidden;
  background: transparent;
  content: "";
}
.scroll-line span::before {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-animation: scroll-line 1.75s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 1px;
  background: #ffffff;
  content: "";
          animation: scroll-line 1.75s cubic-bezier(1, 0, 0, 1) infinite;
  transition: all 0.3s ease 0s;
}

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}

@keyframes scroll-line {
  0% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 0);
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform: scale(1, 1);
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 1);
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform: scale(1, 0);
            transform-origin: 0 100%;
  }
}
/* common
----------------------------------------------------------------*/
/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
.contents {
  background: #ffffff;
}

/*--------------------------------------------------------------------/
	aboutu us
/--------------------------------------------------------------------*/
.top-aboutus {
  position: relative;
  padding-top: clamp(5rem, 10vw, 10rem);
  padding-bottom: clamp(4rem, 9vw, 9rem);
  overflow: hidden;
  background-color: #F9F5EF;
  /*&__block {
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	content: "";
  	background: $bg_c5;
  	@include media-breakpoint-up(lg) {
  		width: 74.63%;
  		height: calc(100% - 4.5vw);
  	}
  	@include media-breakpoint-up(xl) {
  		height: calc(100% - 4em);
  	}
  	@include media-breakpoint-down(md) {
  		width: 100%;
  		height: calc(100% - 30vw);
  	}
  }*/
}
.top-aboutus__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
}

.top-aboutus__txt {
  z-index: 2;
  position: relative;
}
.top-aboutus__txt__inner {
  padding: 0 8% 3rem;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #ffffff;
}
.top-aboutus__txt__ttl__img {
  width: 20%;
  max-width: 146px;
  margin-top: -3.5rem;
  margin-bottom: 19px;
}
.top-aboutus__txt__ttl {
  margin-bottom: clamp(2rem, 2.8vw, 2.8rem);
  line-height: 1.1;
}
.top-aboutus__txt__ttl em {
  display: block;
  margin-top: 0.5em;
  color: #F6A2A2;
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.1rem + 0.73529vw - 2.05882px);
  font-family: 'Montserrat', serif;
}
.top-aboutus__txt__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.6rem + 1.17647vw - 3.29412px);
}
.top-aboutus__txt__txt strong {
  font-weight: 700;
  font-size: 1.14em;
  line-height: 1.5;
}

.top-aboutus__img {
  position: relative;
}
.top-aboutus__img__inner .simpleParallax {
  border-radius: 6px;
}
.top-aboutus__img img {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------------/
	top_facility
/--------------------------------------------------------------------*/
.top_facility {
  margin-bottom: clamp(3rem, 6vw, 6rem);
  padding-top: clamp(1rem, 2vw, 2rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
  background-color: #F9F5EF;
}
.top_facility-ttl {
  margin-bottom: clamp(2rem, 2vw, 2rem);
  line-height: 1.1;
  text-align: center;
}
.top_facility-ttl em {
  display: block;
  margin-top: 0.5em;
  color: #F6A2A2;
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.1rem + 0.73529vw - 2.05882px);
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
}
.top_facility-ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.6rem + 1.17647vw - 3.29412px);
}
.top_facility-ttl__img {
  width: 20%;
  max-width: 110px;
  margin-bottom: 14px;
}
.top_facility-btn {
  margin-top: clamp(4rem, 5vw, 5rem);
}
.top_facility .l-cont {
  padding-top: clamp(3.5rem, 5vw, 5rem);
  padding-bottom: clamp(4rem, 8vw, 8rem);
  border-radius: 6px;
  background-color: #ffffff;
}
.top_facility-inner {
  width: 94.4%;
  margin-right: auto;
  margin-left: auto;
}
.top_facility-intro {
  padding-bottom: clamp(3rem, 4vw, 4rem);
}
.top_facility-intro__box__inner {
  position: relative;
  font-size: 1.05em;
}

.top_facility-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}
.top_facility-list3 > * {
  width: 100%;
}
.top_facility-box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #FDF7F6;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top_facility-box a:hover {
  background: #FcF8EF;
}
.top_facility-box__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100%;
  padding-right: 7.49%;
  padding-bottom: 3rem;
  padding-left: 7.49%;
}
.top_facility-box__ttl {
  margin-top: 1em;
  margin-bottom: 0.6em;
  font-weight: 700;
  font-size: calc(1.14rem + 0.58824vw - 1.64706px);
  line-height: 1.4;
  text-align: center;
}
.top_facility-box__img {
  width: 100%;
}
.top_facility-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.top_facility-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 56.25%;
  content: "";
}
.top_facility-box__img__inner > div,
.top_facility-box__img__inner figure,
.top_facility-box__img__inner a,
.top_facility-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_facility-box__txt {
  margin-top: 1.3em;
}
.top_facility-box .facility-room-type {
  width: 100%;
  max-width: 200px;
  margin-top: 1.3em;
  padding: 0.6rem 0;
  border-radius: 5px;
  background-color: #FDE7C1;
  font-size: 1.07em;
  text-align: center;
}
.top_facility-box .facility-room-type span {
  color: #EA5168;
  font-weight: 700;
  font-size: 1.3em;
}
.top_facility-box .facility-room-type.full {
  background-color: #FBD4D4;
}

/*--------------------------------------------------------------------/
	pickup 01
/--------------------------------------------------------------------*/
.pickup01-ttl {
  margin-bottom: clamp(3rem, 6vw, 6rem);
  line-height: 1.1;
  text-align: center;
}
.pickup01-ttl em {
  display: block;
  margin-top: 0.5em;
  color: #F6A2A2;
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.1rem + 0.73529vw - 2.05882px);
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
}
.pickup01-ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.6rem + 1.17647vw - 3.29412px);
}
.pickup01-btn {
  margin-top: clamp(4rem, 7vw, 6rem);
}

.pickup01-intro {
  margin-bottom: clamp(5rem, 8vw, 8rem);
}
.pickup01-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup01-intro__box__inner {
  position: relative;
  width: 100%;
}
.pickup01-intro__box__ttl {
  margin-bottom: calc(1rem + 0.5em);
  font-weight: 700;
  font-size: calc(1rem + 1.76471vw - 4.94118px);
}

.pickup01-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}

.pickup01-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}

.pickup01-list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: clamp(3rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}
.pickup01-box__inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100%;
  padding-bottom: clamp(1.5em, 2vw, 2.5em);
  background: #ffffff;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.pickup01-box__ttl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1.25em;
  padding: 0 5%;
  font-weight: 700;
  font-size: calc(1.14rem + 0.58824vw - 1.64706px);
  line-height: 1.4;
}
.pickup01-box__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.pickup01-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.pickup01-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 56.25%;
  content: "";
}
.pickup01-box__img__inner > div,
.pickup01-box__img__inner figure,
.pickup01-box__img__inner a,
.pickup01-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pickup01-box__txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1em;
  padding: 0 5%;
}
.pickup01-box .btn-wrap {
  margin-top: 1.5em;
}
.pickup01-box__btn {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.25em 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup01-box__btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup01-box__btn:hover {
  border-color: #FFC9C9;
  background-color: #FFC9C9;
  color: #ffffff;
}
.pickup01-box__btn:hover::after {
  color: #ffffff;
}
.pickup01-box__btn::before {
  justify-self: start;
  content: "";
}
.pickup01-box__btn::after {
  justify-self: end;
  font-size: 1.5em;
}

/*--------------------------------------------------------------------/
	pickup 02
/--------------------------------------------------------------------*/
.pickup02-wrap {
  position: relative;
  margin-bottom: clamp(3rem, 8vw, 8rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
  overflow: hidden;
}
.pickup02-wrap::before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 88.19%;
  background-size: contain;
  background-repeat: repeat;
  content: "";
}
.pickup02-inner {
  z-index: 2;
  position: relative;
  width: 100%;
  padding: clamp(3rem, 7vw, 7rem) 0 0;
}
.pickup02 > *:nth-of-type(odd) .pickup02-wrap::before {
  left: 0;
  background-image: url(../img/common/bg-pink.jpg);
}
.pickup02 > *:nth-of-type(odd) .pickup02-img {
  right: 0;
}
.pickup02 > *:nth-of-type(odd) .pickup02-img__inner > * {
  border-radius: 6px;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__ttl em {
  color: #F6A2A2;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__catch strong::before {
  background: #F9DFDF;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.3em 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #F9DFDF;
  background-color: #F9DFDF;
  color: #202020;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn:hover {
  border-color: #FFC9C9;
  background-color: #FFC9C9;
  color: #202020;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn:hover::after {
  color: #F6A2A2;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn::before {
  justify-self: start;
  content: "";
  color: #F6A2A2;
  font-size: 1.5em;
}
.pickup02 > *:nth-of-type(odd) .pickup02-txt__btn::after {
  justify-self: end;
  color: #F6A2A2;
  font-size: 1.5em;
}
.pickup02 > *:nth-of-type(even) .pickup02-wrap::before {
  right: 0;
  background-image: url(../img/common/bg-orange.jpg);
}
.pickup02 > *:nth-of-type(even) .pickup02-img {
  left: 0;
}
.pickup02 > *:nth-of-type(even) .pickup02-img__inner > * {
  border-radius: 6px;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__ttl em {
  color: #FDDC9E;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__catch strong::before {
  background: #FDDC9E;
}
.pickup02 > *:nth-of-type(even) .l-cont_xxl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.3em 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #FDDC9E;
  background-color: #FDDC9E;
  color: #202020;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn:hover {
  border-color: #FDE7C1;
  background-color: #FDE7C1;
  color: #202020;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn:hover::after {
  color: #F6A2A2;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn::before {
  justify-self: start;
  content: "";
  color: #F6A2A2;
  font-size: 1.5em;
}
.pickup02 > *:nth-of-type(even) .pickup02-txt__btn::after {
  justify-self: end;
  color: #F6A2A2;
  font-size: 1.5em;
}
.pickup02-img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.pickup02-img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.pickup02-img__inner > div,
.pickup02-img__inner figure,
.pickup02-img__inner a,
.pickup02-img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pickup02-txt {
  z-index: 2;
  position: relative;
  width: 100%;
  border-radius: 6px;
  background: #ffffff;
}
.pickup02-txt__inner {
  padding: clamp(2em, 5vw, 5rem) 8%;
}
.pickup02-txt__ttl {
  margin-bottom: clamp(1em, 2.3vw, 2.3rem);
  line-height: 1.1;
}
.pickup02-txt__ttl em {
  display: block;
  margin-top: 0.5em;
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.1rem + 0.73529vw - 2.05882px);
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
}
.pickup02-txt__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.6rem + 1.17647vw - 3.29412px);
}
.pickup02-txt__catch {
  margin-bottom: clamp(1em, 1.5vw, 1.5em);
  font-size: calc(1rem + 0.44118vw - 1.23529px);
  line-height: 1.5;
}
.pickup02-txt__catch strong {
  position: relative;
  padding-right: 0.5em;
  color: #202020;
}

/*--------------------------------------------------------------------/
	top works
/--------------------------------------------------------------------*/
.top-works {
  position: relative;
  margin-top: clamp(6rem, 10vw, 10rem);
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(6rem, 10vw, 12rem);
  overflow: hidden;
}
.top-works__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60%;
  max-height: 440px;
}
.top-works__bg__inner {
  position: relative;
  max-height: 440px;
  overflow: hidden;
}
.top-works__bg__inner::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .36);
  content: "";
}
.top-works__bg__color {
  position: relative;
  height: 440px;
  background: #F9DFDF;
}
.top-works__inner {
  z-index: 3;
  position: relative;
}
.top-works__ttl {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  color: #ffffff;
}
.top-works__ttl em {
  display: block;
  position: relative;
  padding-right: clamp(3rem, 6vw, 6rem);
  font-style: normal;
  font-weight: 500;
  font-size: calc(3rem + 5.14706vw - 14.41176px);
  font-family: 'Montserrat', serif;
}
.top-works__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  font-family: 'Zen Kaku Gothic New', serif;
}
.top-works__list .is-column {
  margin-bottom: clamp(2rem, 5vw, 5rem);
}
.top-works__btn {
  margin-right: auto;
  margin-left: auto;
}
.top-works__btn a {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.3em 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #F9DFDF;
  background-color: #F9DFDF;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-works__btn a:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-works__btn a:hover {
  border-color: #FFC9C9;
  background-color: #FFC9C9;
  color: #ffffff;
}
.top-works__btn a:hover::after {
  color: #F6A2A2;
}
.top-works__btn a::before {
  justify-self: start;
  content: "";
  color: #F6A2A2;
  font-size: 1.5em;
}
.top-works__btn a::after {
  justify-self: end;
  color: #F6A2A2;
  font-size: 1.5em;
}

.top-works {
  position: relative;
}
.top-works::before {
  position: absolute;
  bottom: 3em;
  left: 0;
  width: 80%;
  height: 80%;
  background: #FcF8EF;
  content: "";
}
.top-works .swiper {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  overflow: visible;
}
.top-works .swiper-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1440 px;
  height: 100%;
}
.top-works .swiper-next_prev {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  top: 50%;
  left: -16px;
          justify-content: space-between;
  width: calc(100% + 32px);
          transform: translateY(-50%);
}
.top-works .swiper-button-prev {
  left: 0;
}
.top-works .swiper-button-next {
  right: 0;
}
.top-works .swiper-button-prev,
.top-works .swiper-button-next {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: 0;
  float: none;
          transform: translateY(-50%);
  background-image: none;
}
.top-works .swiper-button-prev::before,
.top-works .swiper-button-next::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #EA5168;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: all 0.3s ease 0s;
}
.top-works .swiper-button-prev::after,
.top-works .swiper-button-next::after {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #EA5168;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.top-works .swiper-button-prev:hover::before,
.top-works .swiper-button-next:hover::before {
  border-color: #F9DFDF;
  background: #F9DFDF;
}
.top-works .swiper-button-prev:hover::after,
.top-works .swiper-button-next:hover::after {
  color: #ffffff;
}
.top-works .swiper-button-prev:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-works .swiper-button-prev::after {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.top-works .swiper-button-next:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-works .swiper-button-next::after {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.top-works .swiper-scrollbar {
  z-index: 1;
  position: absolute;
  top: calc(100% + 2rem);
  width: 100%;
  height: 6px;
  background: #f6f6f6;
}
.top-works .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #C9CED2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.top-works .swiper-scrollbar-drag:hover {
  background-color: #F9DFDF;
}

/*--------------------------------------------------------------------/
	top topnews
/--------------------------------------------------------------------*/
.top-topnews {
  overflow: hidden;
}
.top-topnews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(3rem, 7vw, 7rem) 0 clamp(6rem, 14vw, 14rem);
  background: url(../img/common/img-mugi_03.svg) no-repeat;
  background-position: 0% 100%;
  background-size: 10.28%;
}
.top-topnews__ttl {
  line-height: 1.1;
}
.top-topnews__ttl em {
  display: block;
  margin-top: 0.5em;
  color: #F6A2A2;
  font-style: normal;
  font-weight: 600;
  font-size: calc(1.1rem + 0.73529vw - 2.05882px);
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
}
.top-topnews__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.6rem + 1.17647vw - 3.29412px);
}
.top-topnews__table {
  max-height: 520px;
  overflow-y: auto;
  scrollbar-color: #C9CED2 #ffffff;
  scrollbar-width: thin;
}
.top-topnews__table::-webkit-scrollbar {
  width: 8px;
}
.top-topnews__table::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.top-topnews__table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 8px;
  background: #C9CED2;
          box-shadow: inset 0 0 0 1px #ffffff;
}
.top-topnews__table__inner {
  width: 100%;
}
.top-topnews__table__inner tr {
  border-bottom: 1px solid #C9CED2;
}
.top-topnews__table__inner tr:first-child {
  border-top: 1px solid #C9CED2;
}
.top-topnews__table__inner th {
  min-width: 100px;
  padding: 1.25em 0;
  color: #F6A2A2;
  font-weight: 600;
  font-family: 'Montserrat', serif;
  text-align: left;
}
.top-topnews__table__inner td {
  padding: 1.25em 0;
}

/*--------------------------------------------------------------------/
	top news
/--------------------------------------------------------------------*/
.top-news {
  position: relative;
  margin-top: clamp(4rem, 9vw, 9rem);
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
  overflow: hidden;
}
.top-news__inner {
  z-index: 3;
  position: relative;
}
.top-news__ttl {
  margin-bottom: clamp(2rem, 3vw, 3rem);
  color: #202020;
}
.top-news__ttl em {
  display: block;
  position: relative;
  padding-right: clamp(3rem, 6vw, 6rem);
  font-style: normal;
  font-weight: 500;
  font-size: calc(3rem + 5.14706vw - 14.41176px);
  font-family: 'Montserrat', serif;
}
.top-news__ttl b {
  display: block;
  color: #F9DFDF;
  font-weight: 700;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  font-family: 'Zen Kaku Gothic New', serif;
}
.top-news__list .is-column {
  margin-bottom: clamp(2rem, 5vw, 5rem);
}
.top-news__list .is-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(2rem, 5vw, 5rem);
}
.top-news__btn {
  margin-right: auto;
  margin-left: auto;
}
.top-news__btn a {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
          column-gap: 0.5em;
          align-items: center;
  width: 100%;
  padding: 1.3em 4%;
  border: 1px solid;
  border-radius: 999px;
  border-color: #F9DFDF;
  background-color: #F9DFDF;
  color: #ffffff;
  font-weight: normal;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-news__btn a:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-news__btn a:hover {
  border-color: #FFC9C9;
  background-color: #FFC9C9;
  color: #ffffff;
}
.top-news__btn a:hover::after {
  color: #F6A2A2;
}
.top-news__btn a::before {
  justify-self: start;
  content: "";
  color: #F6A2A2;
  font-size: 1.5em;
}
.top-news__btn a::after {
  justify-self: end;
  color: #F6A2A2;
  font-size: 1.5em;
}

.top-news__box {
  position: relative;
  background: #ffffff;
  text-align: left;
}
.top-news__box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-news__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.top-news__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-news__box__img {
  width: 100%;
}
.top-news__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.top-news__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.top-news__box__img__inner > div,
.top-news__box__img__inner figure,
.top-news__box__img__inner a,
.top-news__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-news__box__txt__inner {
  width: 100%;
}
.top-news__box__date {
  color: #F9DFDF;
  font-weight: 500;
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
}
.top-news__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.top-news__box__category .category-item {
  font-size: 0.7em;
}
.top-news__box__ttl {
  margin-bottom: 0.5em;
  font-size: calc(1rem + 0.22059vw - 0.61765px);
}

.top-news {
  position: relative;
}
.top-news::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #FBD4D4;
  content: "";
}
.top-news .swiper {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  overflow: visible;
}
.top-news .swiper-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1440 px;
  height: 100%;
}
.top-news .swiper-next_prev {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  top: 50%;
  left: -16px;
          justify-content: space-between;
  width: calc(100% + 32px);
          transform: translateY(-50%);
}
.top-news .swiper-button-prev {
  left: 0;
}
.top-news .swiper-button-next {
  right: 0;
}
.top-news .swiper-button-prev,
.top-news .swiper-button-next {
  -webkit-transform: translateY(-50%);
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: 0;
  float: none;
          transform: translateY(-50%);
  background-image: none;
}
.top-news .swiper-button-prev::before,
.top-news .swiper-button-next::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #EA5168;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: all 0.3s ease 0s;
}
.top-news .swiper-button-prev::after,
.top-news .swiper-button-next::after {
  -webkit-transition: all 0.3s ease 0s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #EA5168;
  font-size: 1.5em;
  transition: all 0.3s ease 0s;
}
.top-news .swiper-button-prev:hover::before,
.top-news .swiper-button-next:hover::before {
  border-color: #F9DFDF;
  background: #F9DFDF;
}
.top-news .swiper-button-prev:hover::after,
.top-news .swiper-button-next:hover::after {
  color: #ffffff;
}
.top-news .swiper-button-prev:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-news .swiper-button-prev::after {
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.top-news .swiper-button-next:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.top-news .swiper-button-next::after {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.top-news .swiper-scrollbar {
  z-index: 1;
  position: absolute;
  top: calc(100% + 2rem);
  width: 100%;
  height: 6px;
  background: #f6f6f6;
}
.top-news .swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease 0s;
  height: 6px;
  background: #C9CED2;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.top-news .swiper-scrollbar-drag:hover {
  background-color: #F9DFDF;
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
.top-blog {
  padding: clamp(6rem, 12vw, 12rem) 0;
  overflow: hidden;
  background: #ffffff;
}
.top-blog__ttl {
  margin-bottom: clamp(3rem, 5vw, 5rem);
}
.top-blog__ttl__inner {
  display: inline-block;
  position: relative;
  padding-right: clamp(2%, 3vw, 3rem);
  line-height: 1;
  vertical-align: baseline;
}
.top-blog__ttl__inner::after {
  position: absolute;
  bottom: 0.4em;
  left: 100%;
  width: 100vw;
  height: 1px;
  background: #F9DFDF;
  content: "";
}
.top-blog__ttl em {
  display: inline-block;
  position: relative;
  padding-right: clamp(3rem, 6vw, 6rem);
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: calc(3rem + 5.14706vw - 14.41176px);
  font-family: 'Montserrat', serif;
}
.top-blog__ttl em::after {
  -webkit-transform-origin: bottom right;
  -webkit-transform: rotate(-40deg);
  position: absolute;
  right: 0.1em;
  bottom: 0.4em;
  width: 0.6em;
  height: 1px;
  height: 1px;
          transform: rotate(-40deg);
          transform-origin: bottom right;
  background: #C9CED2;
  content: "";
}
.top-blog__ttl b {
  color: #F9DFDF;
  font-weight: 700;
  font-size: calc(1rem + 1.17647vw - 3.29412px);
  font-family: 'Zen Kaku Gothic New', serif;
}
.top-blog .btn-wrap {
  margin-top: clamp(2rem, 5vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}

.top-commonpost1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  width: 100%;
}

.top-commonpost1__newest__box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost1__newest__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.top-commonpost1__newest__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.top-commonpost1__newest__box__img {
  width: 100%;
}
.top-commonpost1__newest__box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.top-commonpost1__newest__box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.top-commonpost1__newest__box__img__inner > div,
.top-commonpost1__newest__box__img__inner figure,
.top-commonpost1__newest__box__img__inner a,
.top-commonpost1__newest__box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-commonpost1__newest__box__date {
  color: #F9DFDF;
  font-weight: 500;
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
}
.top-commonpost1__newest__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
      flex-wrap: wrap;
}
.top-commonpost1__newest__box__category .category-item {
  font-size: 0.7em;
}
.top-commonpost1__newest__box__ttl {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: calc(0.94rem + 0.44118vw - 1.23529px);
}

.top-commonpost1__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.top-commonpost1__list__box {
  position: relative;
  width: 100%;
  text-align: left;
}
.top-commonpost1__list__box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost1__list__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.top-commonpost1__list__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-commonpost1__list__box__img {
  width: 100%;
}
.top-commonpost1__list__box__img__inner {
  margin: 0;
}
.top-commonpost1__list__box__date {
  color: #F9DFDF;
  font-weight: 500;
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
}
.top-commonpost1__list__box__ttl {
  margin-bottom: 0.5em;
}
.top-commonpost1__list__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.top-commonpost1__list__box__category .category-item {
  font-size: 0.7em;
}

.top-commonpost2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-commonpost2__box {
  position: relative;
  background: #ffffff;
  text-align: left;
}
.top-commonpost2__box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  color: #202020;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.top-commonpost2__box a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.top-commonpost2__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-commonpost2__box__img {
  width: 100%;
}
.top-commonpost2__box__img__inner {
  margin: 0;
}
.top-commonpost2__box__txt__inner {
  width: 100%;
}
.top-commonpost2__box__date {
  color: #F9DFDF;
  font-weight: 500;
  font-family: 'Montserrat', serif;
  letter-spacing: 0;
}
.top-commonpost2__box__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.top-commonpost2__box__category .category-item {
  font-size: 0.7em;
}
.top-commonpost2__box__ttl {
  margin-bottom: 0.5em;
  font-size: calc(1rem + 0.22059vw - 0.61765px);
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .top_facility-list3 {
    max-width: 494px;
  }
  .pickup01-list2 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
        flex-wrap: wrap;
    max-width: calc(1280px + 4%);
  }
  .pickup01-list2 > * {
    width: 48%;
  }
  .pickup01-list3 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
        flex-wrap: wrap;
    max-width: calc(1280px + 4%);
  }
  .pickup01-list3 > * {
    width: 48%;
  }
  .pickup01-list4 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
        flex-wrap: wrap;
    max-width: calc(1280px + 4%);
  }
  .pickup01-list4 > * {
    width: 48%;
  }
  .pickup01-list4 .pickup01-box__ttl {
    font-size: calc(1rem + 0.75188vw - 4.33083px);
  }
  .top-topnews__table__inner th {
    width: 20%;
  }
  .top-topnews__table__inner td {
    width: 80%;
  }
  .top-news__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-news__box__img {
    width: 35.91%;
  }
  .top-news__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
  .top-news__box__ttl {
    font-size: calc(1rem + 0.37594vw - 2.16541px);
  }
  .top-commonpost1__list__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-commonpost1__list__box__img {
    width: 35.91%;
  }
  .top-commonpost1__list__box__img__inner {
    height: 100%;
  }
  .top-commonpost1__list__box__img__inner > div {
    height: 100%;
  }
  .top-commonpost1__list__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
  .top-commonpost2__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-commonpost2__box__img {
    width: 35.91%;
  }
  .top-commonpost2__box__img__inner {
    height: 100%;
  }
  .top-commonpost2__box__img__inner > div {
    height: 100%;
  }
  .top-commonpost2__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
  .top-commonpost2__box__ttl {
    font-size: calc(1rem + 0.37594vw - 2.16541px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-commonpost1__newest__box__img {
    width: 35.91%;
  }
  .top-commonpost1__newest__box__txt {
    width: 64.09%;
    padding: 0.75em 3.75%;
  }
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .main-view {
    height: 100vw;
  }
  .main-view__bg {
    height: 100vw;
  }
  .main-view__bg__img {
    height: 100vw;
  }
  .main-view__block {
    right: 54%;
    width: 50vw;
  }
  .main-view__catch .is-catch01__inner,
  .main-view__catch .is-catch02__inner {
    font-size: clamp(40px, 5.21vw, 60px);
  }
  .top-aboutus__txt__txt strong {
    font-size: 1.55em;
  }
  .top_facility-btn .common-btn--main {
    font-size: 1.25rem;
  }
  .top_facility-list3 {
    -webkit-column-gap: 1.88%;
       -moz-column-gap: 1.88%;
            column-gap: 1.88%;
    max-width: calc(1280px + 8%);
  }
  .top_facility-list3 > * {
    width: 32.08%;
  }
  .pickup01-list2 {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
    max-width: calc(1280px + 8%);
  }
  .pickup01-list2 > * {
    width: 46%;
  }
  .pickup01-list3 {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
    max-width: calc(1280px + 8%);
  }
  .pickup01-list3 > * {
    width: 46%;
  }
  .pickup01-list4 {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
    max-width: calc(1280px + 8%);
  }
  .pickup01-list4 > * {
    width: 46%;
  }
  .pickup02-wrap::before {
    width: 82.03%;
  }
  .pickup02-txt {
    width: 80%;
  }
  .pickup02-txt__catch {
    font-size: calc(1rem + 0.45872vw - 3.52294px);
  }
  .top-works .swiper-next_prev {
    left: -32px;
    width: calc(100% + 64px);
  }
  .top-works .swiper-button-prev,
  .top-works .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .top-works .swiper-scrollbar-drag {
    height: 8px;
  }
  .top-news__list .is-col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5em 2%;
  }
  .top-news__list .is-col2 > * {
    width: 49%;
  }
  .top-news__box__img {
    width: 25%;
  }
  .top-news__box__txt {
    width: 75%;
  }
  .top-news__box__ttl {
    font-size: calc(0.94rem + 0.45872vw - 3.52294px);
  }
  .top-news .swiper-next_prev {
    left: -32px;
    width: calc(100% + 64px);
  }
  .top-news .swiper-button-prev,
  .top-news .swiper-button-next {
    width: 64px;
    height: 64px;
  }
  .top-news .swiper-scrollbar-drag {
    height: 8px;
  }
  .top-commonpost1 {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
  }
  .top-commonpost1::after {
    position: absolute;
    top: 0;
    left: 46.66%;
    width: 1px;
    height: 100%;
    background: #E5E9EC;
    content: "";
  }
  .top-commonpost1__newest {
    width: 43.66%;
  }
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__newest__box__txt {
    padding: 0.5em 1.5em 1.5em;
  }
  .top-commonpost1__newest__box__date {
    font-size: 1.15em;
  }
  .top-commonpost1__newest__box__category {
    margin-bottom: calc(0.5rem + 0.3em);
  }
  .top-commonpost1__newest__box__ttl {
    font-size: calc(0.9rem + 0.45872vw - 3.52294px);
  }
  .top-commonpost1__newest__box .txt {
    font-size: 0.9em;
  }
  .top-commonpost1__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    row-gap: 1em;
            justify-content: space-between;
    width: 50.34%;
  }
  .top-commonpost1__list__box {
    height: 100%;
  }
  .top-commonpost1__list__box__ttl {
    font-size: calc(0.9rem + 0.22936vw - 1.76147px);
  }
  .top-commonpost2__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5em 2%;
  }
  .top-commonpost2__list > * {
    width: 49%;
  }
  .top-commonpost2__box__img {
    width: 25%;
  }
  .top-commonpost2__box__txt {
    width: 75%;
  }
  .top-commonpost2__box__ttl {
    font-size: calc(0.94rem + 0.45872vw - 3.52294px);
  }
}
@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  .main-view {
    height: 100vh;
  }
  .main-view__bg {
    height: 100vh;
  }
  .main-view__bg__img {
    height: 100vh;
  }
  .main-view__inner .l-cont {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .main-view__block {
    background: #f9dfdf;
  }
  .main-view__catch .is-catch01__inner,
  .main-view__catch .is-catch02__inner {
    font-size: clamp(40px, 5.21vw, 60px);
  }
  .top-aboutus__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-aboutus__txt {
    width: 50.52%;
  }
  .top-aboutus__txt__inner {
    width: min(50vw, 745px + 22%);
    margin-left: 10%;
    padding: 0 11% clamp(2em, 6.5vw, 6.5rem) 11%;
  }
  .top-aboutus__img {
    z-index: 1;
    position: relative;
    width: 49.48%;
    width: 100%;
    max-width: 950px;
  }
  .top-aboutus__img::before {
    display: block;
    position: relative;
    padding-top: 90.52%;
    content: "";
  }
  .top-aboutus__img > div,
  .top-aboutus__img figure,
  .top-aboutus__img a,
  .top-aboutus__img picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-aboutus__img__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .top-aboutus__img__inner > div {
    width: 100%;
    height: 100%;
  }
  .top-aboutus__img__inner .simpleParallax {
    border-radius: 6px 0 0 6px;
  }
  .pickup01-intro__flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .pickup01-intro__flex > * {
    -ms-flex-preferred-size: 40.5%;
        flex-basis: 40.5%;
  }
  .pickup01-intro__flex .pickup01-intro__box__ttl {
    font-size: calc(1.5rem + 1.78571vw - 19.28571px);
  }
  .pickup01-list2 {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    row-gap: clamp(3rem, 7vw, 7rem);
    width: 100%;
  }
  .pickup01-list2 > * {
    width: 48%;
  }
  .pickup01-list3 {
    -webkit-column-gap: 1.5%;
       -moz-column-gap: 1.5%;
            column-gap: 1.5%;
  }
  .pickup01-list3 > * {
    width: 32.33%;
  }
  .pickup01-list4 {
    -webkit-column-gap: 0.66%;
       -moz-column-gap: 0.66%;
            column-gap: 0.66%;
    max-width: 100%;
  }
  .pickup01-list4 > * {
    width: 24.5%;
  }
  .pickup02-inner {
    padding: clamp(3rem, 4vw, 4rem) 0 0;
  }
  .pickup02 .l-cont_xxl {
    padding-right: 5%;
    padding-left: 5%;
  }
  .pickup02 > *:nth-of-type(odd) .pickup02-img {
    right: 5%;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-img {
    left: 5%;
  }
  .pickup02-img {
    position: absolute;
    top: 0;
    width: 45%;
    height: 100%;
  }
  .pickup02-img__wrap {
    width: 100%;
    height: 100%;
  }
  .pickup02-txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    width: 55.3%;
  }
  .pickup02-txt .txt {
    font-size: 1.14em;
  }
  .top-works::before {
    bottom: 6rem;
    height: 70%;
  }
  .top-works .swiper-next_prev {
    left: -45px;
    width: calc(100% + 90px);
  }
  .top-works .swiper-button-prev,
  .top-works .swiper-button-next {
    width: 90px;
    height: 90px;
  }
  .top-works .swiper-button-prev::after,
  .top-works .swiper-button-next::after {
    font-size: 3rem;
  }
  .top-works .swiper-scrollbar {
    top: calc(100% + 3rem);
    height: 8px;
  }
  .top-topnews__inner {
    -webkit-column-gap: 0%;
       -moz-column-gap: 0%;
            column-gap: 0%;
    padding: clamp(3rem, 7vw, 7rem) 0 clamp(6rem, 10vw, 10rem);
    background-position: 12% 100%;
  }
  .top-topnews__ttl {
    width: 30.9%;
  }
  .top-topnews__table {
    width: 69.44%;
  }
  .top-news .swiper-next_prev {
    left: -45px;
    width: calc(100% + 90px);
  }
  .top-news .swiper-button-prev,
  .top-news .swiper-button-next {
    width: 90px;
    height: 90px;
  }
  .top-news .swiper-button-prev::after,
  .top-news .swiper-button-next::after {
    font-size: 3rem;
  }
  .top-news .swiper-scrollbar {
    top: calc(100% + 3rem);
    height: 8px;
  }
}
@media (min-width: 1176px) and (max-width: 1552px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1553px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  .top-aboutus__txt__txt {
    font-size: 1.14em;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }
  .top_facility-btn .common-btn--main {
    font-size: 1.5rem;
  }
  .top_facility-list3 {
    max-width: 100%;
  }
  .pickup01-intro__flex .pickup01-intro__box__ttl {
    font-size: 2.25rem;
  }
  .pickup01-list2 {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
  .pickup01-list2 > * {
    width: 46%;
  }
  .pickup01-list3 {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    max-width: 100%;
  }
  .pickup01-list3 > * {
    width: 30.66%;
  }
  .pickup01-list4 {
    -webkit-column-gap: 3.48%;
       -moz-column-gap: 3.48%;
            column-gap: 3.48%;
  }
  .pickup01-list4 > * {
    width: 22.39%;
  }
  .pickup01-list4 .pickup01-box__ttl {
    font-size: calc(1.14rem + 1vw - 14.4px);
  }
  .pickup02-txt {
    min-height: 570px;
  }
  .pickup02-txt__inner {
    padding: clamp(2em, 4vw, 4rem) 14% clamp(2em, 4vw, 4rem) 13.5%;
  }
  .pickup02-txt__catch {
    font-size: 1.25rem;
  }
  .top-works__bg {
    width: 98.5%;
  }
  .top-works__ttl em {
    font-size: 7.5rem;
  }
  .top-works__ttl b {
    font-size: 2.25rem;
  }
  .top-works .swiper {
    margin-bottom: 7rem;
  }
  .top-topnews__table__inner th {
    font-size: 1.25rem;
  }
  .top-news__ttl em {
    font-size: 7.5rem;
  }
  .top-news__ttl b {
    font-size: 2.25rem;
  }
  .top-news__list .is-col2 {
    gap: 2em 3%;
  }
  .top-news__list .is-col2 > * {
    width: 48.5%;
  }
  .top-news__box__img {
    width: 240px;
  }
  .top-news__box__txt {
    width: calc(100% - 240px);
  }
  .top-news__box__ttl {
    font-size: 1.31rem;
  }
  .top-news .swiper {
    margin-bottom: 7rem;
  }
  .top-blog__ttl em {
    font-size: 7.5rem;
  }
  .top-blog__ttl b {
    font-size: 2.25rem;
  }
  .top-commonpost1 {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
  }
  .top-commonpost1::after {
    left: 46.66%;
  }
  .top-commonpost1__newest {
    width: 41.66%;
  }
  .top-commonpost1__newest__box__category .category-item {
    font-size: 0.8em;
  }
  .top-commonpost1__newest__box__ttl {
    font-size: 1.25rem;
  }
  .top-commonpost1__newest__box .txt {
    font-size: 1rem;
  }
  .top-commonpost1__list {
    width: 48.34%;
  }
  .top-commonpost1__list__box__ttl {
    font-size: 1rem;
  }
  .top-commonpost2__list {
    gap: 2em 3%;
  }
  .top-commonpost2__list > * {
    width: 48.5%;
  }
  .top-commonpost2__box__img {
    width: 240px;
  }
  .top-commonpost2__box__txt {
    width: calc(100% - 240px);
  }
  .top-commonpost2__box__ttl {
    font-size: 1.31rem;
  }
}
@media (min-width: 1553px) and (max-width: 1752px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .top-aboutus__txt__ttl em {
    font-size: 1.81rem;
  }
  .top-aboutus__txt__ttl b {
    font-size: 3.13rem;
  }
  .top_facility-ttl em {
    font-size: 1.81rem;
  }
  .top_facility-ttl b {
    font-size: 3.13rem;
  }
  .top_facility-box__ttl {
    font-size: 1.75rem;
  }
  .pickup01-ttl em {
    font-size: 1.81rem;
  }
  .pickup01-ttl b {
    font-size: 3.13rem;
  }
  .pickup01-intro__box__ttl {
    font-size: 2.5rem;
  }
  .pickup01-box__ttl {
    font-size: 1.25rem;
  }
  .pickup01-list4 .pickup01-box__ttl {
    font-size: 1.25rem;
  }
  .pickup02 .l-cont_xxl {
    padding: 0;
  }
  .pickup02 > *:nth-of-type(odd) .pickup02-txt__btn {
    font-size: 1.38rem;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-txt__btn {
    font-size: 1.38rem;
  }
  .pickup02-txt__ttl em {
    font-size: 1.81rem;
  }
  .pickup02-txt__ttl b {
    font-size: 3.13rem;
  }
  .top-works__bg {
    width: 95%;
  }
  .top-works__btn a {
    font-size: 1.38rem;
  }
  .top-topnews__ttl em {
    font-size: 1.81rem;
  }
  .top-topnews__ttl b {
    font-size: 3.13rem;
  }
  .top-news__btn a {
    font-size: 1.38rem;
  }
}
@media (max-width: 1175px) and (min-width: 1753px) {
  .top-works__btn a {
    font-size: 1.38rem;
  }
  .top-news__btn a {
    font-size: 1.38rem;
  }
}
@media (min-width: 1921px) {
  .main-view__catch .is-catch01__inner,
  .main-view__catch .is-catch02__inner {
    font-size: 3.75rem;
  }
  .top-aboutus__txt__inner {
    width: 50vw;
  }
  .top-aboutus__img {
    max-width: none;
  }
  .top_facility-box .facility-room-type {
    max-width: 260px;
  }
  .top-works .swiper-control {
    max-width: 75vw;
  }
  .top-news .swiper-control {
    max-width: 75vw;
  }
}
@media (max-width: 1752px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1552px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .top-aboutus__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    row-gap: clamp(1.5em, 2vw, 2rem);
            flex-direction: column-reverse;
    margin-right: auto;
    margin-left: auto;
    padding-right: 7%;
    padding-left: 7%;
  }
  .top-aboutus__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-aboutus__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .top-aboutus__img__inner > div,
  .top-aboutus__img__inner figure,
  .top-aboutus__img__inner a,
  .top-aboutus__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pickup01-intro__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2rem, 3vw, 3rem);
            flex-direction: column;
  }
  .pickup02 > *:nth-of-type(odd) .pickup02-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: row-reverse;
  }
  .pickup02 > *:nth-of-type(odd) .pickup02-img__inner > * {
    border-radius: 6px 0 0 6px;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-wrap {
    padding-top: 0;
  }
  .pickup02 > *:nth-of-type(even) .pickup02-img__inner > * {
    border-radius: 0 6px 6px 0;
  }
  .pickup02-img__wrap {
    width: 70%;
  }
  .pickup02-txt {
    margin-top: clamp(-1.5rem, -6vw, -6rem);
  }
  .top-works__btn a {
    -webkit-transition: all 0.3s ease 0s;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: block;
    display: grid;
    position: relative;
    grid-template-columns: 1fr auto 1fr;
            column-gap: 0.5em;
            align-items: center;
    width: 100%;
    padding: 1.3em 4%;
    border: 1px solid;
    border-radius: 999px;
    border-color: #F9DFDF;
    background-color: #F9DFDF;
    color: #ffffff;
    font-weight: normal;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
  }
  .top-works__btn a:after {
    speak: never;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "icomoon" !important;
    text-transform: none;
  }
  .top-works__btn a:hover {
    border-color: #FFC9C9;
    background-color: #FFC9C9;
    color: #ffffff;
  }
  .top-works__btn a:hover::after {
    color: #F6A2A2;
  }
  .top-works__btn a::before {
    justify-self: start;
    content: "";
    color: #F6A2A2;
    font-size: 1.5em;
  }
  .top-works__btn a::after {
    justify-self: end;
    color: #F6A2A2;
    font-size: 1.5em;
  }
  .top-topnews__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(2rem, 3vw, 3rem);
            flex-direction: column;
  }
  .top-news__btn a {
    -webkit-transition: all 0.3s ease 0s;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: block;
    display: grid;
    position: relative;
    grid-template-columns: 1fr auto 1fr;
            column-gap: 0.5em;
            align-items: center;
    width: 100%;
    padding: 1.3em 4%;
    border: 1px solid;
    border-radius: 999px;
    border-color: #F9DFDF;
    background-color: #F9DFDF;
    color: #ffffff;
    font-weight: normal;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-decoration: none !important;
    transition: all 0.3s ease 0s;
  }
  .top-news__btn a:after {
    speak: never;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "icomoon" !important;
    text-transform: none;
  }
  .top-news__btn a:hover {
    border-color: #FFC9C9;
    background-color: #FFC9C9;
    color: #ffffff;
  }
  .top-news__btn a:hover::after {
    color: #F6A2A2;
  }
  .top-news__btn a::before {
    justify-self: start;
    content: "";
    color: #F6A2A2;
    font-size: 1.5em;
  }
  .top-news__btn a::after {
    justify-self: end;
    color: #F6A2A2;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .main-view {
    height: 150vw;
  }
  .main-view__bg {
    height: 150vw;
  }
  .main-view__bg__img {
    height: 150vw;
  }
  .main-view__bg__img__mugi {
    display: none;
  }
  .top-aboutus__inner {
    padding-right: 5%;
    padding-left: 5%;
  }
  .top_facility-box .facility-room-type {
    margin-right: auto;
    margin-left: auto;
  }
  .pickup02-img__wrap {
    width: 85%;
  }
  .top-news__list .is-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-news__list .is-col2 > * {
    width: 100%;
  }
  .top-commonpost1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-commonpost1__newest__box .txt {
    display: none;
  }
  .top-commonpost2__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .top-commonpost2__list > * {
    width: 100%;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .top_facility-list3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickup01-list2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickup01-list3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickup01-list4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-topnews__table__inner th {
    display: block;
    width: 100%;
    padding: 1.25em 0 0 0;
    font-size: 1rem;
  }
  .top-topnews__table__inner td {
    display: block;
    width: 100%;
    padding: 0 0 1.25em 0;
  }
  .top-news__list .is-col2 {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-news__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-news__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .top-commonpost1 {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-commonpost1__newest__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__newest__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .top-commonpost1__list {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-commonpost1__list__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost1__list__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-commonpost1__list__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .top-commonpost1__list__box__img__inner > div,
  .top-commonpost1__list__box__img__inner figure,
  .top-commonpost1__list__box__img__inner a,
  .top-commonpost1__list__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-commonpost1__list__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
  .top-commonpost2__list {
    row-gap: clamp(2em, 3vw, 3rem);
  }
  .top-commonpost2__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-commonpost2__box__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .top-commonpost2__box__img__inner::before {
    display: block;
    position: relative;
    padding-top: 66.66%;
    content: "";
  }
  .top-commonpost2__box__img__inner > div,
  .top-commonpost2__box__img__inner figure,
  .top-commonpost2__box__img__inner a,
  .top-commonpost2__box__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-commonpost2__box__txt {
    width: 100%;
    padding: 0.5em 5% 1.5em;
  }
}
@media (max-width: 1920px) {
  .top_facility .l-cont {
    max-width: 1728px;
  }
  .top_facility-box {
    max-width: 640px;
  }
  .pickup01-box {
    max-width: 640px;
  }
}
/*# sourceMappingURL=map/top.css.map */
