@charset "UTF-8";
@media screen and (min-width: 601px) {
  #main .groups {
    background-color: #3a3a3a;
  }
  #main .groups {
    width: 100%;
    padding: 5% 0 3% 0;
    background-color: #3a3a3a;
  }
  #main .groups .title {
    margin-bottom: 1em;
  }
  #main .groups .title h3 {
    font-size: 2.6rem;
    color: #fff;
  }
  #main .groups .title h3 span:nth-of-type(2) {
    font-size: 0.6em;
    margin-left: 0.5em;
  }
  #main .groups figure, #main .groups img {
    width: 100%;
  }
  #main .groups .groups-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #main .groups .groups-container .groups-section {
    width: 100%;
  }
  #main .groups .groups-container .groups-section .groups-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main .groups .groups-container .groups-section .groups-list li {
    width: calc(19% - 5px);
    margin-right: 5px;
    margin-bottom: 3em;
  }
  #main .groups .groups-container .groups-section .groups-list-img {
    position: relative;
  }
  #main .groups .groups-container .groups-section .groups-list-img .groups-list-area {
    display: inline-block;
    padding: 0.2em 0.5em;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    line-height: 1;
  }
  #main .groups .groups-container .groups-section .groups-list-img .groups-list-area span.cat {
    margin-left: 0.3em;
    padding-left: 0.3em;
    font-size: 10px;
  }
  #main .groups .groups-container .groups-section .groups-list-img .groups-list-area span:nth-of-type(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  #main .groups .groups-container .groups-section .groups-text-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #main .groups .groups-container .groups-section .groups-text-list li {
    width: 15%;
    margin-bottom: 2em;
    text-align: left;
  }
  #main .groups .groups-container .groups-section .groups-text-list li p {
    text-align: left;
    padding-left: 1.5em;
    position: relative;
  }
  #main .groups .groups-container .groups-section .groups-text-list li p:before {
    content: "";
    background-color: #fff;
    opacity: 0.7;
    display: inline-block;
    width: 0.8em;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #main .groups .groups-container .groups-section .groups-text-list li p a {
    text-align: left;
  }
  #main .groups .groups-container .groups-section h4 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 1em;
  }
  #main .groups .groups-container .groups-section h4 span:nth-of-type(2) {
    margin-left: 0.5em;
  }
  #main .groups .groups-container .groups-section p {
    margin-top: 0.2em;
    font-size: 1.2rem;
  }
  #main .groups .groups-container .groups-section p a {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  #main .groups .inner {
    width: 95%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
  }
  #main .groups .inner .basic-title {
    color: #FFF;
  }
  #main .groups .inner .basic-title span {
    padding-right: 10px;
  }
  #main .groups .inner .basic-title h3 {
    font-size: 0.9em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
  }
  #main .groups .inner .area-bnr {
    width: 100%;
    padding: 0 0 4% 0;
  }
  #main .groups .inner .area-bnr .inner {
    width: 100%;
  }
  #main .groups .inner .area-bnr .title {
    font-size: 2rem;
  }
  #main .groups .inner .area-bnr .bnr-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main .groups .inner .area-bnr .bnr {
    width: 32.6666666667%;
    font-size: 1.1rem;
    color: #fff;
  }
  #main .groups .inner .area-bnr .bnr a {
    display: inline-block;
    text-decoration: none;
    padding: 2em 0;
    width: 100%;
    color: #fff;
    transition: opacity 0.5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #main .groups .inner .area-bnr .bnr a:hover {
    opacity: 0.8;
  }
  #main .groups .inner .area-bnr .bnr a span {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-shadow: #000 0 0 0.5em;
  }
  #main .groups .inner .area-bnr .bnr a span:nth-of-type(2) {
    font-size: 0.7em;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: 1%;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup p {
    text-align: center;
    z-index: 1;
    position: relative;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup a {
    padding: 1.5em 0;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: #000;
    opacity: 0.4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.5s;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup img {
    width: 60%;
    max-width: 280px;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup .bnr-crystalgroup-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup .bnr-crystalgroup-bg > div {
    width: 25%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  footer {
    padding: 2rem 0 5rem;
  }
  footer .footer-logo-wrap {
    width: 100%;
    font-size: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-logo-wrap .footer-logo-resortlife {
    text-align: center;
    font-size: 0.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
  }
  footer .footer-logo-wrap .footer-logo-resortlife img {
    max-width: 350px;
  }
  footer .footer-logo-wrap .footer-logo-resortlife p.privacy {
    margin-top: 1em;
  }
  footer .footer-logo-wrap .footer-logo-resortlife p.privacy a {
    text-decoration: none;
    color: black;
  }
  footer .footer-logo-wrap .footer-logo-resortlife .address {
    margin-top: 0.5em;
  }
  footer .copyright-container {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 0.5em 0;
  }

  /* ↑↑ パソコンCSS内容はここから書く */
}
@media screen and (max-width: 600px) {
  /* ↓↓ スマートフォン CSS内容はここから書く */
  #main .groups {
    background-color: #3a3a3a;
  }
  #main .groups {
    width: 100%;
    padding: 5% 0 17% 0;
    background-color: #3a3a3a;
  }
  #main .groups .title {
    margin-bottom: 1em;
  }
  #main .groups .title h3 {
    font-size: 2.6rem;
    color: #fff;
  }
  #main .groups .title h3 span:nth-of-type(2) {
    font-size: 0.6em;
    margin-left: 0.5em;
  }
  #main .groups figure, #main .groups img {
    width: 100%;
  }
  #main .groups .groups-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #main .groups .groups-container .groups-section {
    width: 100%;
  }
  #main .groups .groups-container .groups-section .groups-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main .groups .groups-container .groups-section .groups-list li {
    width: calc(100% - 0px);
    margin-bottom: 3em;
  }
  #main .groups .groups-container .groups-section .groups-list-img {
    position: relative;
  }
  #main .groups .groups-container .groups-section .groups-list-img .groups-list-area {
    display: inline-block;
    padding: 0.2em 0.5em;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    line-height: 1;
  }
  #main .groups .groups-container .groups-section .groups-list-img .groups-list-area span.cat {
    margin-left: 0.3em;
    padding-left: 0.3em;
    font-size: 10px;
  }
  #main .groups .groups-container .groups-section .groups-list-img .groups-list-area span:nth-of-type(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  #main .groups .groups-container .groups-section .groups-text-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #main .groups .groups-container .groups-section .groups-text-list li {
    width: 15%;
    margin-bottom: 2em;
    text-align: left;
  }
  #main .groups .groups-container .groups-section .groups-text-list li p {
    text-align: left;
    padding-left: 1.5em;
    position: relative;
  }
  #main .groups .groups-container .groups-section .groups-text-list li p:before {
    content: "";
    background-color: #fff;
    opacity: 0.7;
    display: inline-block;
    width: 0.8em;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #main .groups .groups-container .groups-section .groups-text-list li p a {
    text-align: left;
  }
  #main .groups .groups-container .groups-section h4 {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 1em;
  }
  #main .groups .groups-container .groups-section h4 span:nth-of-type(2) {
    margin-left: 0.5em;
  }
  #main .groups .groups-container .groups-section p {
    margin-top: 0.2em;
    font-size: 1.2rem;
  }
  #main .groups .groups-container .groups-section p a {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  #main .groups .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #main .groups .inner .basic-title {
    color: #FFF;
  }
  #main .groups .inner .basic-title span {
    padding-right: 10px;
  }
  #main .groups .inner .basic-title h3 {
    font-size: 0.8em;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
  }
  #main .groups .inner .area-bnr {
    width: 100%;
    padding: 0 0 4% 0;
  }
  #main .groups .inner .area-bnr .inner {
    width: 100%;
  }
  #main .groups .inner .area-bnr .title {
    font-size: 2rem;
  }
  #main .groups .inner .area-bnr .bnr-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main .groups .inner .area-bnr .bnr {
    width: 100%;
    font-size: 1.1rem;
    color: #fff;
    padding: 0 0 4% 0;
  }
  #main .groups .inner .area-bnr .bnr a {
    display: inline-block;
    text-decoration: none;
    padding: 2em 0;
    width: 100%;
    color: #fff;
    transition: opacity 0.5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #main .groups .inner .area-bnr .bnr a:hover {
    opacity: 0.8;
  }
  #main .groups .inner .area-bnr .bnr a span {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 1em;
    text-align: center;
    text-shadow: #000 0 0 0.5em;
  }
  #main .groups .inner .area-bnr .bnr a span:nth-of-type(2) {
    font-size: 0.7em;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup {
    position: relative;
    z-index: 0;
    width: 100%;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup p {
    text-align: center;
    z-index: 1;
    position: relative;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup a {
    padding: 1.5em 0;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: #000;
    opacity: 0.4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.5s;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup img {
    width: 60%;
    max-width: 280px;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup .bnr-crystalgroup-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
  #main .groups .inner .area-bnr .bnr.bnr-crystalgroup .bnr-crystalgroup-bg div {
    width: 25%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  footer .footer-logo-wrap {
    width: 100%;
    font-size: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  footer .footer-logo-wrap .footer-logo-resortlife {
    text-align: center;
    font-size: 0.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
  }
  footer .footer-logo-wrap .footer-logo-resortlife img {
    max-width: 250px;
  }
  footer .footer-logo-wrap .footer-logo-resortlife p.privacy {
    margin-top: 1em;
  }
  footer .footer-logo-wrap .footer-logo-resortlife p.privacy a {
    text-decoration: none;
    color: black;
  }
  footer .footer-logo-wrap .footer-logo-resortlife .address {
    margin-top: 0.5em;
  }
  footer .copyright-container {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 0.5em 0 8rem;
    margin-top: 30px;
  }

  /* ↓↓ スマートフォン CSS内容はここから書く */
}

/*# sourceMappingURL=bottom.css.map */
