@charset "utf-8";
/* CSS Document */
body {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.slick-slider {
  margin: 0;
  padding: 0;
}
.mainimg {
  position: relative;
  margin-top: -75px;
  width: 100%;
  height: 798px;
  object-fit: cover;
  background-color: #000;
}
.mainimg ul li img {
  width: 100%;
  height: 798px;
  object-fit: cover;
}
.mainimg .box_text {
  box-sizing: border-box;
  text-align: right;
  transform: translate(24%, 0);
  width: 100%;
  padding-right: 16%;
  position: absolute;
  top: 24%;
  right: 24%;
  z-index: 50;
}
.mainimg .box_text p {
  font-size: 3.5rem;
  display: inline-block;
  font-feature-settings: normal;
  text-align: left;
  line-height: 2;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 0 0.8em rgb(0 0 0/40%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 400;
}
.mainimg .box_text p span {
  padding-right: 3px;
  border-right: 1px solid #fff;
  display: none;
}
@media(max-width:767px) {
  .mainimg {
    margin-top: -50px;
    width: 100%;
    height: 695px;
  }
  .mainimg ul li img {
    width: 100%;
    height: 695px;
    object-fit: cover;
  }
  .mainimg .box_text {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 20%;
    right: 24%;
    z-index: 50;
  }
  .mainimg .box_text p {
    font-size: 2.4rem;
    display: inline-block;
    font-feature-settings: normal;
    text-align: left;
    line-height: 2;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 0 0.8em rgb(0 0 0/40%);
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: 400;
  }
  .mainimg .box_text p span {
    padding-right: 3px;
    border-right: 1px solid #fff;
  }
}
#index01 {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #000;
  width: 100%;
  margin: 0 auto;
}
#index01 .wrap {
  margin: 0 auto;
  padding: 70px 55px;
}
.sec_lead {
  margin: 0 0 35px 0;
  font-size: 3.0rem;
  text-align: center;
  color: #c8b877;
  line-height: 1.4;
}
.sec_lead_s {
  margin: 0 0 70px 0;
  font-size: 1.7rem;
  line-height: 2.0;
  text-align: center;
  color: #fff;
}
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}
.reserve-box {
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 1.3rem;
}
.reserve-box label {
  color: #fff;
}
.reserve-form {
  margin-bottom: 25px;
}
.reserve-form ul {
  text-align: center;
}
.reserve-form ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  list-style: none;
}
.reserve-form ul li .title {
  margin-right: 16px;
  color: #fff;
}
.reserve-form ul li:first-child input[type="text"] {
  width: 112px;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  font-size: 1.3rem;
  border: 1px solid #a5a5a5;
}
.select-wrap select {
  width: 73px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  padding: 8px 20px 8px 8px;
  color: #666666;
  font-size: 1.3rem;
}
.reserve-box .reserve-form .submit {
  margin: 0;
}
.reserve-box .reserve-form .submit button {
  font-size: 1.4rem;
  height: 36px;
  display: inline-block;
  color: #fff;
  padding: 8px 35px 8px 24px;
  background: var(--gold1);
  border: none;
  position: relative;
  cursor: pointer;
  transition: .3s;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.submit button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: .3s;
  box-sizing: border-box;
}
.reserve-box .other-link {
  float: left;
}
.reserve-box .other-link li {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
  outline-style: none;
}
.arrow-link {
  position: relative;
  display: inline-block;
  padding-right: 17px;
  cursor: pointer;
  transition: .3s;
  text-decoration: none;
  color: #fff;
}
.arrow-link:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0px;
  right: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: .3s;
}
.reserve-box .ci-co {
  float: right;
  margin: 0 0 20px;
  color: #fff;
}
.reserve-box .tokuten {
  clear: both;
  border-top: 1px solid #bcbcbc;
  padding: 20px 10px 0;
  margin: 0;
  color: #fff;
}
.parent-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: content-box;
}
@media(max-width:767px) {
  #index01 .wrap {
    margin: 0 auto;
    padding: 40px 20px;
  }
  .sec_lead {
    font-size: 2.2rem;
  }
  .sec_lead_s {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 40px;
  }
  #index01 .reserve-box {
    display: none;
  }
}
.news-block {
  max-width: 800px;
  margin: 0 auto 125px;
}
.news-block .under-title {
  float: left;
}
.news-block .under-title span {
  font-size: 3.0rem;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
.news-block .newsteigi {
  padding: 8px 0 0 176px;
}
.news-block .newsteigi dt {
  float: left;
  font-size: 1.3rem;
}
.news-block .newsteigi dd {
  padding: 0 0 36px 82px;
}
.news-block .newsteigi dd a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  transition: .3s;
  color: #333;
}
.cat {
  display: inline-block;
  color: var(--gold2);
  font-family: "Adobe Garamond Pro";
  font-style: italic;
  font-size: 1.3rem;
  margin-right: 10px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.news-block .detaillink {
  text-align: right;
}
.arrow-link-black:before {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  transition: .3s;
  box-sizing: border-box;
}
.arrow-link-black {
  position: relative;
  display: inline-block;
  padding-right: 17px;
  cursor: pointer;
  transition: .3s;
  text-decoration: none;
  color: #333;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  box-sizing: border-box;
  outline: none;
}
.main-contents .box {
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
}
.main-contents .box dt {
  width: 65%;
  margin: 0 0 0 0;
}
.main-contents .box dt a {
  display: block;
  line-height: 0;
  overflow: hidden;
  text-decoration: none;
}
.main-contents .box dt a img {
  width: 100%;
  transition-duration: .3s;
}
.main-contents .box dt a img:hover {
  transition-duration: .3s;
  transform: scale(1.2);
}
.main-contents .box dd {
  width: 30%;
  line-height: 2.14;
}
.main-contents .box dd .under-title {
  margin-bottom: 55px;
}
.main-contents .box dd .catch {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 45px;
}
.main-contents .box dd .detaillink {
  margin: 65px 0 0;
}
.under-title span {
  font-size: 3.4rem;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}
.main-contents .box dd .detaillink .btn-border {
  color: var(--gold2);
  border: 2px solid var(--gold2);
  background: #fff;
}
.main-contents .box dd .detaillink .btn-border:hover {
  color: #fff;
  background: var(--gold2);
}
.main-contents .box dd .detaillink .btn {
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  width: 200px;
  height: 50px;
  transition: all .3s;
  vertical-align: middle;
}
.main-contents .box:nth-child(2n) {
  flex-direction: row-reverse;
}
.main-contents .box dt:nth-child(2n) {
  margin: 0 0 0 5%;
}
.fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media(max-width:767px) {
  .parent-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .wrap {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-block {
    margin: 0 auto 60px;
  }
  .news-block .under-title {
    float: none;
    margin: 0 0 28px;
  }
  .news-block .under-title span {
    font-size: 2.4rem;
  }
  .news-block .newsteigi {
    padding: 0;
  }
  .main-contents .box {
    display: block;
    margin: 0 -20px 60px;
  }
  .main-contents .box dt {
    margin: 0 0 40px;
    width: 100%;
  }
  .main-contents .box dt a img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  .main-contents .box dd .under-title {
    margin-bottom: 22px;
  }
  .under-title span {
    font-size: 2.4rem;
  }
  .main-contents .box dd {
    padding: 0 20px;
    width: 100%;
  }
  .main-contents .box dd .catch {
    font-size: 1.9rem;
    margin-bottom: 22px;
  }
  .main-contents .box dd .detaillink {
    margin: 30px 0 0;
    text-align: center;
  }
}
.planblock {
  margin-bottom: 110px;
}
.planblock .under-title {
  margin-bottom: 55px;
}
.planblock .flexblock {
  margin-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
}
.flexblock.fourculumn .box {
  margin: 0;
  width: 22.5%;
  margin-right: 3.33%;
}
.flexblock.fourculumn .box:last-child {
  margin-right: 0;
}
.flexblock .box .imgbox {
  line-height: 0;
  margin-bottom: 22px;
}
.planblock .flexblock.fourculumn .box .imgbox a {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #333;
  transition: .3s;
  line-height: 0;
}
.planblock .flexblock.fourculumn .box .imgbox a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.planblock .flexblock.fourculumn .box .imgbox a:hover img {
  transform: scale(1.1, 1.1);
}
.planblock .flexblock.fourculumn .box .textblock {
  margin: 0;
  padding: 0;
}
.box .textblock .title a:hover {
  color: var(--gold1);
  text-decoration: none;
}
.planblock .flexblock.fourculumn .box .textblock .title {
  margin-bottom: 20px;
}
.planblock .flexblock.fourculumn .box .textblock .title span {
  font-size: 2.2rem;
  line-height: 1.33;
  margin-bottom: 24px;
  margin-top: 24px;
  font-family: "游明朝";
  color: #333;
}
.planblock .detaillink .btn {
  font-size: 1.3rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 1.3rem 4rem;
  cursor: pointer;
  width: 200px;
  height: 50px;
  transition: all .3s;
  vertical-align: middle;
  color: #fff;
  background: var(--gold1);
}
.planblock .detaillink {
  text-align: center;
  margin-top: 70px;
}
/*順番に現れる*/
.planblock .box {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media(max-width:767px) {
  .planblock {
    margin-bottom: 65px;
  }
  .planblock .under-title {
    margin-bottom: 55px;
  }
  .planblock .under-title span {
    font-size: 2.4rem;
  }
  .planblock .flexblock {
    margin-bottom: 0;
  }
  .flexblock.fourculumn .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
  }
  .flexblock.fourculumn .box:nth-child(2n) {
    margin-right: 0;
  }
  .planblock .flexblock.fourculumn .box .textblock .title {
    font-size: 2.2rem;
  }
  .planblock .detaillink {
    margin-top: 0px;
  }
}
@media (max-width:500px) {
  .flexblock.fourculumn .box {
    width: 100%;
    margin-right: 0;
  }
}
.access-block {
  margin-bottom: 120px;
}
.flexblock {
  display: flex;
  flex-wrap: wrap;
}
.access-block #map_canvas {
  width: 65%;
  
  margin-right: 3.34%;
  position: relative;
}
.access-block #map_canvas .map-wrapper{
  height:0;
  padding-top: 62.5%;
}
.access-block #map_canvas .map-wrapper iframe{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.access-block .textblock {
  width: 31.66%;
}
.access-block .textblock .under-title {
  margin-bottom: 55px;
}
.access-block .textblock p {
  margin: 0 0 30px;
}
.access-block .textblock .detaillink {
  margin: 50px 0 0;
}
.access-block .textblock .detaillink .arrow-link {
  color: #333;
}
.access-block .textblock .detaillink .arrow-link:before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
@media(max-width:767px) {
  .access-block {
    display: block;
    margin: 0 -20px 90px;
  }
  .access-block #map_canvas {
    width: 100%;
    height: 222px;
    margin-bottom: 35px;
  }
  .access-block .textblock {
    padding: 0 20px;
    width: 100%;
  }
  .access-block .textblock .under-title {
    margin-bottom: 38px;
  }
  .access-block .textblock p {
    margin: 0 0 20px;
  }
  .access-block .textblock .detaillink {
    margin: 35px 0 0;
    text-align: right;
  }
}