@charset "UTF-8";
/* reset */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #4C3A4A;
  background: #fff;
}

p,
h1,
h2,
h3,
h4,
h5 {
  display: block;
  margin: 0;
  padding: 0;
}

a:link, a:visited {
  color: #4C3A4A;
}

img {
  max-width: 100%;
}

/* compornet */
.c-container, .plans__container, .gallery__container, .access__container {
  width: 100%;
  margin: 0 auto;
  padding-left: 2vw;
  padding-right: 2vw;
}

.c-h2, .plans__title, .gallery__title, .access__title {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c-btn, .plan__btn, .access__btn {
  display: block;
  position: relative;
  padding: 5px 10px;
  background: #90D3ED;
  background: linear-gradient(-5deg, #90D3ED, #98e1f3);
  text-align: center;
  border-radius: 4px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.c-btn:link, .plan__btn:link, .access__btn:link, .c-btn:visited, .plan__btn:visited, .access__btn:visited {
  color: #1e4e61;
}

.c-btn:hover, .plan__btn:hover, .access__btn:hover {
  opacity: .7;
  text-decoration: none;
}

.c-btn::after, .plan__btn::after, .access__btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 10px;
  height: 10px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-next {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5vh;
  left: 50%;
  -webkit-animation: anime_next 2s infinite ease-in-out;
          animation: anime_next 2s infinite ease-in-out;
  z-index: 20;
}

.c-next a {
  display: block;
  width: 20px;
  height: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  overflow: hidden;
}

@-webkit-keyframes anime_next {
  to {
    bottom: 4vh;
  }
}

@keyframes anime_next {
  to {
    bottom: 4vh;
  }
}

/* utility */
.u-font--m {
  font-size: 16px;
}

.u-font--s {
  font-size: 14px;
}

.u-display-sp--none {
  display: none;
}

/* javascript support */
.jsShowEffect {
  opacity: .2;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.jsShowEffect--slow {
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

.jsShowEffect--top {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.jsShowEffect--bottom {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.jsShowEffect--left {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.jsShowEffect--right {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.jsShowEffect--show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*  */
.tp {
  width: 100%;
  overflow: hidden;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.2);
}

/* header */
.header {
  width: 100%;
  height: 100vh;
  position: relative;
}

.header__container {
  height: 100vh;
}

.header__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 60vw;
  height: 60vw;
  padding: 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.header__title {
  width: 100%;
  margin: 0 auto 10px;
  border-top: 1px solid #fff;
}

.header__yadologo {
  width: 40vw;
  padding-top: 3vw;
}

.header__catch {
  font-size: 10vw;
  color: #fff;
  text-shadow: 0 0 5px rgba(76, 58, 74, 0.5);
}

.header__catchText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3vw;
}

.header__ikyu {
  position: absolute;
  top: 20px;
  right: 20px;
}

.header__deco {
  display: block;
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: 15s linear 1s infinite anime_catch;
          animation: 15s linear 1s infinite anime_catch;
}

@-webkit-keyframes anime_catch {
  from {
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

@keyframes anime_catch {
  from {
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

/* mainv */
.mainv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: .9;
}

.mainv .sp-layer {
  position: absolute;
  top: 50%;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* contents */
.contents {
  background: #fff;
}

/* about */
.about {
  background: url(https://www.img-ikyu.com/contents/dg/special/2020/00002667/image/about.jpg?auto=compress,format&lossless=0);
  background-size: cover;
  background-position: center center;
}

.about__texts {
  padding: 60px 2vw;
  background: rgba(255, 255, 255, 0.8);
}

.about__title {
  font-size: 20px;
  line-height: 1.2;
}

.about__subtitle {
  margin-bottom: 10px;
  font-size: 14px;
}

.about__text {
  margin-bottom: 5px;
  font-weight: bold;
}

.about__text p {
  line-height: 1.8;
  margin-bottom: .5rem;
}

.about__nav a {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #b59db2;
  font-size: 14px;
  font-weight: bold;
}

.about__nav a:hover {
  text-decoration: none;
  opacity: .7;
}

.about .c-next {
  display: none;
}

/* topics */
.topics {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

.topics__item {
  margin-bottom: 10px;
}

.topics__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.topics__title {
  margin-bottom: 5%;
  font-size: 24px;
}

.topics__texts {
  padding: 30px 2vw;
}

.topics__texts p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.topics__image {
  width: 100%;
}

/* plans */
.plans {
  margin-bottom: 60px;
  padding: 60px 0;
  background: #def1f9;
  background: linear-gradient(10deg, #def1f9, #f4fafd);
}

.plans__item {
  margin-bottom: 30px;
}

.plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.plan__body {
  text-align: center;
}

.plan__title {
  margin-bottom: 10px;
  font-size: 20px;
}

.plan__title span {
  display: block;
  font-size: 16px;
}

.plan__text {
  margin-bottom: 10px;
}

.plan__btn {
  text-shadow: 0 0 1px #fff;
  font-weight: bold;
}

.plan__btn b {
  font-size: 18px;
}

.plan__btn .shousai {
  display: block;
}

.plan a {
  color: #4C3A4A;
}

.plan a:hover {
  text-decoration: none;
}

.plan__image {
  margin-bottom: 10px;
}

.plan__image img {
  width: 100%;
}

/* gallery */
.gallery {
  background: #fff;
}

.gallerySlide p {
  font-size: 14px;
  opacity: .8;
}

.gallerySlide .sp-thumbnail-container {
  opacity: .5;
  background: #4C3A4A;
}

.gallerySlide .sp-selected-thumbnail {
  opacity: 1;
}

/* access */
.access {
  padding: 60px 0;
  background: #fff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.access__map {
  width: 100%;
}

.access__map a:link, .access__map a:visited {
  color: #4C3A4A;
}

.access__mapCanvas {
  width: 100%;
  height: 420px;
}

.access__image {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.access__texts {
  margin-bottom: 30px;
}

.access__name {
  margin-bottom: 10px;
  font-size: 20px;
}

.access__area {
  font-size: 14px;
}

.access__text {
  margin-bottom: 10px;
}

.copyright {
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background: #454145;
}

.copyright__image {
  display: block;
  margin-bottom: 5px;
}

.copyright__text {
  font-size: 11px;
  font-style: normal;
}

/* topPagetop */
.topPagetop a {
  display: block;
  position: fixed;
  bottom: 2vw;
  right: 4vw;
  width: 20px;
  height: 20px;
  border-color: #5a4558;
  border-width: 1px 1px 0 0;
  border-style: solid;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
