@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap");
/* -------------- @common -------------- */
#main * {
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif; /*"Noto Sans JP"*/
}
#main * img {
  vertical-align: bottom;
}
/* -------------- @contents -------------- */
#main a {
  transition: .4s;
}
#main a:hover {
  opacity: .6;
}
#first {
  width: 100%;
  background-color: #101C1A;
  padding-top: 40px;
}
#first h1{
  max-width: 1600px;
  margin: auto;
}
#first h1 img {
  width: 100%;
  vertical-align: bottom;
}
#lead {
  padding: 180px 0 170px;
  text-align: center;
  background-color: #101C1A;
  width: 100%;
  background-image: url(../img/lead_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
#lead h2 {
  max-width: 650px;
  margin: 0 auto 60px;
}
#lead h2 img {
  width: 100%;
}
#lead p {
  font-size: 18px;
  line-height: 2.2em;
  margin-bottom: 1em;
}

#point{width: 100%;background-color: #F1F5F3;color: #161313;}
#point .flex_point{display: flex;justify-content: center;flex-wrap: wrap;}
#point .flex_point > div{width: 50%;}
#point .flex_point.re > div:first-of-type{order: 2;}
#point .flex_point > div:first-of-type{}
#point .flex_point > div:first-of-type img{width: 100%;}
#point .flex_point > div:last-of-type {display: flex;padding: 10%;justify-content: center;align-items: center;}
#point .flex_point > div:last-of-type > div{}
#point .flex_point h3{font-size: 36px;text-align: center;margin-bottom: 0.5em;}


#gallery {
  background-color: #DBD5CD;
  padding: 0 0 100px;
}
.gallery_top {
  max-width: 1280px;
  margin: auto;
  padding: 0 0 80px;
}
.gallery_top img {
  width: 100%;
}
#gallery img {
  width: 100%;
}
#gallery .gallery_box {
  max-width: 1070px;
  margin: auto;
}
#floormap {
  padding: 100px 0;
  background-color: #F3F3F3;
}
#floormap h2 {
  text-align: center;
  margin-bottom: 80px;
}
.floormap_wrap {
  text-align: center;
  max-width: 550px;
  margin: auto;
}
.floormap_wrap img {
  max-width: 100%;
}
.gallery_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 850px;
  margin: auto;
}
.gallery_wrap a {
  display: block;
  width: 24.5%;
}
.gallery_wrap a img {
  width: 100%;
}
#merit {
  margin: 100px 0 120px;
}
#merit h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
}
#merit h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
}
#merit .flex_2 {
  display: flex;
  justify-content: space-between;
  max-width: 848px;
  margin: 0 auto 80px;
}
#merit .flex_2 > p {
  width: 60%;
}
#merit .flex_2 img {
  width: 100%;
  vertical-align: bottom;
}
#merit .flex_2 > div {
  display: flex;
  align-items: center;
  width: 32%
}
#merit .flex_2.fx_re > div {
  order: 1;
}
#merit .flex_2.fx_re > p {
  order: 2;
}

.cv_wrap { max-width: 732px;margin:0 auto 60px;}
.cv_wrap img{width: 100%;}

#access {
  margin: 0 0 60px;
  border-top: 1px solid #666;
  padding-top: 100px;
}
#access h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
}
#access > p {
  text-align: right;
}
#access > p > a {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 45px 10px 20px;
  margin: 20px;
  position: relative;
  text-decoration: none;
}
#access > p > a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  margin: 7px 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
}
#access .address {
  text-align: center;
  margin-bottom: 2em;
}
#access .map_park {
  display: flex;
  max-width: 870px;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
#access .map_park > p {
  max-width: 597px;
}
#access .map_park > p img {
  width: 100%;
}
#access .map_park > div {
  display: flex;
  align-items: center;
}
#access .map_park .name {
  font-size: 1.7em;
}
#access .map_park .area {
  font-size: 12px;
  margin-top: 1em;
}
#access .map_park .tel {
  pointer-events: none;
  font-size: 49px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #2c926a;
}
#access .map_park .tel::before {
  content: "";
  display: inline-block;
  background-image: url(../img/ico_tel.svg);
  background-size: cover;
  background-position: center center;
  width: 33px;
  height: 33px;
  margin-right: 7px;
}
#access .map_park .time {
  text-align: center;
}
#access .map_park .opne {
  background-color: #F3F3F3;
  padding: 10px 20px;
  text-align: center;
  margin: 1em 0;
}
#access .map_park a.cv_btn {
  font-size: 18px;
  display: block;
  width: 100%;
  background-color: #2a2b2d;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
  position: relative;
}
#access .map_park a.cv_btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: 3px 0;
  right: 20px;
}
#access .map_park a span {
  display: block;
  font-size: 12px;
}
#tenjijo_no1 {
  width: 100%;
  display: flex;
  background-color: #F3F3F3;
  flex-wrap: wrap;
}
#tenjijo_no1 > p {
  width: 40%;
  max-width: 537px;
}
#tenjijo_no1 img {
  width: 100%;
  vertical-align: bottom;
}
#tenjijo_no1 > div {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tenjijo_no1 > div > div {
  max-width: 440px;
}
#tenjijo_no1 > div small {
  display: block;
  text-align: center;
}
#tenjijo_no1 > div h2 {
  font-size: 1.7em;
  margin: 10px 0;
  text-align: center;
}
#tenjijo_no1 a {
  display: block;
  width: 100%;
  background-color: #2a2b2d;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
  position: relative;
}
#tenjijo_no1 a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: 7px 0;
  right: 20px;
}
.cv_aria {
  margin: 80px 0;
}
.cv_aria a {
  display: block;
  max-width: 600px;
  width: 100%;
  background-color: #2a2b2d;
  color: #fff;
  text-align: center;
  padding: 25px 15px;
  margin-top: 20px;
  position: relative;
  margin: 20px auto 20px;
}
.cv_aria a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: 7px 0;
  right: 20px;
}
#floormap h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 60px;
}
.contents_wrapper {
  max-width: 1070px;
  margin: auto;
}
#floormap .h3_top {
  text-align: center;
}
#floormap .h3_top span {
  border: 1px solid #000;
  display: inline-block;
  text-align: center;
  padding: 5px;
}
#floormap h3 {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 1em;
}
#floormap figure {
  max-width: 440px;
  margin: auto;
}
#floormap figure img {
  width: 100%;
}
#floormap .floortx {
  max-width: 530px;
  margin: 20px auto 40px;
}

#tx_wrap{
  padding: 180px 0 170px;
  text-align: center;
  background-color: #101C1A;
  width: 100%;
  background-image: url(../img/tx_wrap_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
#tx_wrap p{font-size: 36px;}
#tokuten_seiyaku{max-width: 1366px;margin: 100px auto 100px;}
#tokuten_seiyaku img{width: 100%;}


/* ============================================================
@media
============================================================ */
@media screen and (min-width:691px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 690px) {
  .sp_hide {
    display: none !important;
  }
}
/* -------------- @media -------------- */
@media screen and (max-width: 840px) {
  #access .map_park {
    justify-content: center;
  }
  #access .map_park > p {
    width: 95%;
  }
  #access .map_park > div {
    text-align: center;
  }
}
@media screen and (max-width: 690px) {
  .cv_wrap{width: 90%;}
  #tx_wrap p{font-size: 5.7vw;}
  #lead{padding: 140px 0 130px;}
  #lead h2 {
    padding: 0 6%;
  }
  #lead p {
    font-size: 16px;
  }
  #merit .flex_2 h3 {
    margin-top: 1em;
  }
  #merit .flex_2 {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 10% 60px;
  }
  #merit .flex_2 > p {
    width: 100%;
  }
  #merit .flex_2 > div {
    width: 100%;
  }
  #merit .flex_2.fx_re > div {
    order: 2;
  }
  #merit .flex_2.fx_re > p {
    order: 1;
  }
  #access .map_park .tel {
    pointer-events: auto;
    border: 1px solid #999;
    margin: 20px 0 10px;
    padding: 8px 40px 10px;
    display: block;
    font-size: 36px;
  }
  #access .map_park .time {
    display: none;
  }
  #access .map_park .tel::after {
    content: "(10:00～18:00)";
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin: -5px 0 5px;
  }
  #access .map_park .tel::before {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
  #access .map_park .time {
    margin-top: 0;
  }
  #tenjijo_no1 {
    justify-content: center;
    padding-bottom: 80px;
  }
  #tenjijo_no1 > p {
    width: 100%;
    margin: 80px 4% 40px;
  }
  #tenjijo_no1 > div {
    width: 80%;
  }
  .cv_aria a {
    width: 80%;
  }
  .gallery_wrap a {
    display: block;
    width: 49%;
    margin-bottom: 2%;
  }
  #floormap {
    padding: 100px 4%;
  }
  #floormap .floortx {
    font-size: 14px;
  }
  #point .flex_point > div{width: 100%;}
  #point .flex_point h3{font-size: 28px;text-align: left;}
  #point .flex_point.re > div:first-of-type{order: 1;}
  #point .flex_point > div:last-of-type{order: 2;padding: 0 10% 60px 10%;}
}
@media screen and (max-width: 425px) {
  #lead p {
    text-align: left;
    padding: 0 10%;
    font-size: 15px;
  }
  #lead p br {
    display: none;
  }
  #floormap h3 {
    font-size: 1.5em;
    text-align: left;
  }
  #floormap h3 br {
    display: none;
  }

}
@media screen and (min-width: 769px) {
    
    
#campaign-pc {
  margin: 50px auto;
}
#campaign-pc img {
  max-width: 100%;
  height: auto;
}
#campaign-sp {
  display: none;
}

}

@media screen and (max-width: 797px) {
  #campaign-sp img {
    max-width: 100%;
    height: auto;
  }
  #campaign-pc {
    display: none;
  }
}


/* movie */
.movie_box{
  margin: 100px auto 0;
  max-width: 980px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.movie_box>div{
  position: relative;
  width: 60%;
}
.movie_box > div::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 690px) {
  .movie_box > div{width: 90%;}
}