@charset "UTF-8";
/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
  position: relative;
  background: url(../img/top-kv-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  background-color: #fff;
  padding-top: 2rem;
}
.top-kv::before {
  content: "";
  width: 100%;
  height: 11.5rem;
  background: #3ecc5b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-kv .wrap-1 {
  position: absolute;
  right: 6rem;
  bottom: 13rem;
  width: 48rem;
  z-index: 10;
}
.top-kv .wrap-2 {
  padding: 0 8rem;
  position: relative;
  z-index: 9;
}
.top-kv .wrap-2 video {
  width: 100%;
  border-radius: 50% 50% 0 0;
}
.top-kv > span {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .top-kv {
    background-size: 150% auto;
    overflow: hidden;
  }
  .top-kv::before {
    height: 7.5rem;
  }
  .top-kv .wrap-1 {
    right: 1rem;
    bottom: 9rem;
    width: 20rem;
  }
  .top-kv .wrap-2 {
    padding: 0 1.5rem;
    position: relative;
    z-index: 9;
  }
  .top-kv > span {
    width: 200%;
  }
}
/* -------------------------------------------

link

------------------------------------------- */
article > .wrap {
  background: #fff;
}

.top-link {
  background: #fff;
  padding-top: 5rem;
  display: flex;
  gap: 1rem;
}
.top-link li {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .top-link {
    padding: 0 2rem;
    padding-top: 4rem;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .top-link li {
    flex: none;
    width: calc((100% - 0.5rem) / 2);
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.top-about {
  background: #fff;
  padding: 6rem 0;
  position: relative;
}
.top-about > span {
  position: absolute;
  right: 34rem;
  top: 3rem;
  width: 6rem;
}
.top-about h2 {
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  z-index: 10;
}
.top-about .wrap {
  margin-top: -2.5rem;
  display: flex;
  align-items: center;
  gap: 5rem;
}
.top-about .wrap > * {
  flex: 1;
  position: relative;
}
.top-about .wrap .deco {
  position: absolute;
  left: -2.5rem;
  bottom: 3.5rem;
  width: 6rem;
}
.top-about h3 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 8rem 3rem;
    position: relative;
  }
  .top-about > span {
    right: 5rem;
    top: 13rem;
    width: 5rem;
    z-index: 10;
  }
  .top-about h2 {
    font-size: 2rem;
  }
  .top-about .wrap {
    margin-top: 3rem;
    flex-direction: column;
    gap: 3rem;
  }
  .top-about .wrap > * {
    flex: none;
    width: 100%;
  }
  .top-about h3 {
    margin-bottom: 2rem;
  }
}
/* -------------------------------------------

attraction

------------------------------------------- */
.top-attraction {
  background: #f6f5f1;
  position: relative;
  padding: 8rem 0;
}
.top-attraction .deco-1 {
  position: absolute;
  left: 0;
  top: -4rem;
  width: 34rem;
  pointer-events: none;
}
.top-attraction .deco-2 {
  position: absolute;
  right: 0;
  bottom: -6.9rem;
  pointer-events: none;
  z-index: 10;
  overflow: hidden;
  padding-top: 2rem;
  padding-left: 2rem;
}
.top-attraction .deco-2 > span {
  display: block;
  width: 38rem;
}
.top-attraction ul {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 4.5rem;
}
.top-attraction ul li {
  flex: 1;
}
.top-attraction ul li img {
  border-radius: 2rem;
}
.top-attraction ul li dl {
  position: relative;
  margin: 2rem 0 2.5rem 0;
  padding: 0 1.2rem;
}
.top-attraction ul li dl::before {
  content: "";
  width: 10rem;
  height: 10rem;
  background: url(../img/deco-8.png) no-repeat center/contain;
  position: absolute;
  left: -1.5rem;
  top: -3.5rem;
  z-index: -1;
}
.top-attraction ul li dl dt {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.top-attraction ul li:nth-child(1) dt:first-letter {
  color: #3ecc5b;
}
.top-attraction ul li:nth-child(2) dt:first-letter {
  color: #f9a825;
}
.top-attraction ul li:nth-child(3) dt:first-letter {
  color: #dd585f;
}

@media screen and (max-width: 768px) {
  .top-attraction {
    padding: 8rem 3rem 10rem 3rem;
  }
  .top-attraction .deco-1 {
    top: -4rem;
    width: 20rem;
  }
  .top-attraction .deco-2 {
    bottom: -3.4rem;
  }
  .top-attraction .deco-2 > span {
    width: 20rem;
  }
  .top-attraction ul {
    flex-wrap: wrap;
    gap: 5rem;
  }
  .top-attraction ul li {
    flex: none;
    width: 100%;
  }
  .top-attraction ul li dl {
    margin: 1.5rem 0 2rem 0;
    padding: 0;
  }
}
/* -------------------------------------------

facility

------------------------------------------- */
.top-facility {
  background: url(../img/ptn.png) center top;
  background-size: 100% auto;
  position: relative;
  padding: 15rem 0 20rem 0;
}
.top-facility > span {
  position: absolute;
  right: 3rem;
  top: 0;
  width: 12rem;
  z-index: 11;
}
.top-facility > img {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .top-facility h2 {
    margin: 0 auto 2rem auto;
  }
  .top-facility {
    padding: 10rem 0 20rem 0;
  }
  .top-facility > span {
    width: 10rem;
  }
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
  height: 190px;
}

#loopslider ul li {
  width: 850px;
}

#loopslider img {
  -o-object-fit: cover;
     object-fit: cover;
}

#loopslider {
  margin: 0 auto 4rem auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#loopslider ul li {
  display: inline;
  float: left;
  overflow: hidden;
}

#loopslider ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/* -------------------------------------------

parallax

------------------------------------------- */
.bg-parallax {
  height: 40rem;
  background: url(../img/bg-wave-2.png) no-repeat center top;
  background-size: 100% auto;
}

.bg-parallax::before {
  content: "";
  background: url(../img/bg-pa.jpg) no-repeat center/cover;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .bg-parallax {
    height: 30rem;
    position: relative;
    overflow: hidden;
  }
  .bg-parallax::before {
    position: absolute;
    height: 100%;
  }
}
/* -------------------------------------------

company

------------------------------------------- */
.top-company {
  background: #f6f5f1;
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}
.top-company > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 28rem;
  pointer-events: none;
}
.top-company .wrap {
  display: flex;
  gap: 6rem;
}
.top-company .wrap > * {
  width: 41rem;
  position: relative;
}
.top-company .wrap .gmap {
  width: 41rem;
  height: 29rem;
  position: relative;
}

.top-company .wrap .gmap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background: url(../img/frame.png) no-repeat center / 100% 100%;
}

.top-company .wrap .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.top-company .wrap ul {
  margin-bottom: 4rem;
}
.top-company .wrap ul li {
  border-bottom: dashed 0.14rem #000;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
}
.top-company .wrap ul dl {
  display: flex;
}
.top-company .wrap ul dl dt {
  width: 10rem;
}
.top-company .wrap ul dl dd {
  width: calc(100% - 10rem);
}
.top-company .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-company {
    padding: 8rem 3rem;
  }
  .top-company > span {
    width: 20rem;
  }
  .top-company .wrap {
    flex-direction: column;
    gap: 3rem;
  }
  .top-company .wrap > * {
    width: 100%;
  }
  .top-company .wrap .gmap {
    width: 34rem;
    height: 24rem;
  }

  .top-company .wrap .gmap::before {
    width: auto;
    height: auto;
  }

  .top-company .wrap .gmap iframe {
    height: 100%;
  }
  .top-company .wrap > div:nth-of-type(2) {
    width: 100%;
  }
  .top-company .more {
    margin: 0 auto;
  }
}
/* -------------------------------------------

aside

------------------------------------------- */
aside {
  background: #f6f5f1;
  padding: 8rem 0;
  position: relative;
}
aside > span {
  position: absolute;
  left: 8.5rem;
  top: 1rem;
  width: 6rem;
}
aside .wrap {
  display: flex;
  gap: 6rem;
}
aside .wrap > * {
  flex: 1;
  border-radius: 3rem;
  border: solid 0.12rem #000;
}
aside .wrap > * > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
aside .wrap > * > img {
  border-radius: 3rem;
  pointer-events: none;
}
aside .wrap h2 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  aside {
    padding: 4rem 3rem 6rem 3rem;
  }
  aside > span {
    left: 2rem;
    top: -4rem;
  }
  aside .wrap {
    width: auto;
    flex-direction: column;
    gap: 3rem;
  }
  aside .wrap > * {
    flex: none;
    width: 100%;
  }
}
/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/mv.jpg) no-repeat center/cover;
}
.page-ttl > div {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18rem;
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 16rem;
  }
}
/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}
.container .wrap.reverse {
  flex-direction: row-reverse;
}
.container .wrap > figure {
  width: 37%;
}
.container .wrap > figure img {
  border-radius: 2rem;
}
.container .wrap > div {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .container .wrap {
    flex-direction: column;
  }
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
  }
}
/* -------------------------------------------

menu

------------------------------------------- */
ul.lcmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4rem;
}
ul.lcmenu li {
  flex: 1;
}
ul.lcmenu li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  padding-bottom: 0.1rem;
  white-space: nowrap;
}
ul.lcmenu li.current a {
  background: #3ecc5b;
  color: #fff;
}

dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var + dd {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2); /* 下線カラー */
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child + dd {
  border-top: solid 1px rgba(0, 0, 0, 0.2); /* 上線カラー */
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd) + dd {
  background: rgba(0, 0, 0, 0.04); /* 背景色 */
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) {
  background: none !important;
}

dl.menu-list dt.var + dd dl dt:nth-of-type(odd) + dd {
  background: none !important;
}

dl.menu-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  dl.menu-list {
    display: block;
  }
}
dl.menu-list dt {
  padding: 1.5rem;
  width: 70%;
}

dl.menu-list dt span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

dl.menu-list dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  text-align: right;
  width: 30%;
}

@media screen and (max-width: 768px) {
  dl.menu-list dt {
    width: 100%;
    border-bottom: none;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  dl.menu-list dt:first-child + dd {
    border-top: none;
  }
  dl.menu-list dd {
    width: 100%;
    border-top: none;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
/* -------------------------------------------

gallery

------------------------------------------- */
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery-list li {
  width: calc((100% - 4rem) / 5);
}
.gallery-list li img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .gallery-list li {
    width: calc((100% - 3rem) / 4);
  }
}

.attraction-gallery {
  margin-top: 2rem;
}
.attraction-gallery li {
  width: calc((100% - 1rem) / 2);
}
.attraction-gallery li img {
  border-radius: 2rem;
  aspect-ratio: 4/3;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .attraction-gallery li {
    width: calc((100% - 1rem) / 2);
  }
}
/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }
}
.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  width: 30%;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  padding: 2rem;
  width: 70%;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  width: 70%;
  height: 16rem;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-INPUT,
  .CMS-FORM-EMAIL,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  width: 70%;
}

.CMS-FORM-RADIO > div:not(:last-of-type) {
  margin-right: 2.5rem;
  margin-bottom: 1.2rem;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
  width: calc(100% - 18px);
}

.CMS-FORM-RADIO > div label {
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    display: block;
    width: 100%;
    white-space: unset;
  }
  .CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .CMS-FORM-RADIO > div label {
    width: calc(100% - 24px);
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0.7rem;
  }
}
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  background: rgb(245, 245, 245);
  border: solid 1px #ddd;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  content: "";
  background: #3ecc5b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 24px;
    height: 24px;
  }
  input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
  }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type=submit] {
  background: #3ecc5b;
  color: #fff;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.75rem 0;
  transition: all 0.3s;
  width: 24rem;
  border-radius: 10rem;
  font-weight: bold;
}

.CMS-FORM-GROUP input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input[type=submit] {
    width: 100%;
    font-size: 1.7rem;
  }
}
/* ---- calendar ---- */
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: #ddd solid 1px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem;
  width: 70%;
}

@media screen and (max-width: 768px) {
  input[type=date] {
    width: 100%;
  }
}
/* ---- select ---- */
.select-wrap {
  position: relative;
  width: 70%;
}

.select-wrap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: solid 0.15rem #333;
  border-bottom: solid 0.15rem #333;
  transform: rotate(45deg);
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 0.6rem);
  z-index: 10;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0;
  color: #000;
  font-size: 1.4rem;
  padding: 1.6rem 4rem 1.5rem 1.5rem;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}
/* ---- required ---- */
.required {
  background: rgb(240, 0, 0);
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.2rem 0.7rem 0.35rem 0.7rem;
  vertical-align: 0.1rem;
  font-weight: 500;
  border-radius: 10rem;
}

/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input:focus,
  .CMS-FORM-GROUP textarea:focus {
    font-size: 16px;
  }
}
/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  height: 20rem;
  overflow: auto;
  padding: 1.7rem 2rem;
}

.privacy-note {
  font-size: 1.2rem;
  margin: 5rem 0 2rem 0;
}

/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}
.back {
  display: block;
  text-align: center;
}

.back a {
  color: #3ecc5b;
}

/* -------------------------------------------

company

------------------------------------------- */
.company-msg p {
  margin-bottom: 4rem;
}
.company-msg p span {
  display: block;
  text-align: right;
  margin-top: 1.5rem;
}
.company-msg ul {
  display: flex;
  gap: 2rem;
  padding: 0 3rem;
}
.company-msg ul li {
  flex: 1;
}
.company-msg ul li img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.company-recruit .more-wrap {
  margin-top: 3rem;
}
.company-recruit .more-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  height: 6.4rem;
  color: #3ecc5b;
  background: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto;
  padding-bottom: 0.15rem;
  border-radius: 10rem;
  border: solid 0.25rem #3ecc5b;
}
.company-recruit .more-wrap a:hover {
  opacity: 1;
  background: #3ecc5b;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .company-msg p {
    margin-bottom: 3rem;
  }
  .company-msg ul {
    gap: 1rem;
    padding: 0;
  }
}
/* -------------------------------------------

tab

------------------------------------------- */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab-label {
  background: #eee;
  order: -1;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
  font-weight: 500;
  transition: all 0.3s;
}

.tab-label:hover {
  cursor: pointer;
  background: #3ecc5b;
  color: #fff;
}

.tab-content {
  width: 100%;
  display: none;
  margin-top: 2.5rem;
}

/* active */
.tab-switch:checked + .tab-label {
  background: #3ecc5b;
  color: #fff;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/* radio */
.tab-switch {
  display: none;
}

/* -------------------------------------------

contact

------------------------------------------- */
.contact-tel a,
.contact-fax a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 500;
  text-decoration: none;
}
.contact-tel a i,
.contact-fax a i {
  font-size: 2rem;
  margin-right: 0.8rem;
  margin-top: 0.4rem;
  color: #3ecc5b;
}

@media screen and (max-width: 768px) {
  .contact-tel a span,
  .contact-fax a span {
    border-bottom: solid 0.15rem #000;
  }
}/*# sourceMappingURL=style.css.map */