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

 top.css

 ------------------------------------

-- */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:700i);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Gothic);
/* --

 * clearfix............float解除
 * font-size...........フォントサイズ指定（px指定はIE8対策）
 * layout-baseSize.....基本のコンテンツサイズ
 * layout-posMiddle....天地中央配置
 * moving-base.........基本のアニメーション
 * FontAwesome.........アイコンフォント使用（FontAwesome）
 * opacity.............透明度設定（IE対応含む）
 * pc..............ブレイクポイント設定（パソコンのみ）
 * tablet..............ブレイクポイント設定（タブレット）
 * mobile..............ブレイクポイント設定（スマホ）

 ------------------------------------

 * scroll..............スクロールアイコンのスタイル
 * module-title........タイトル共通のスタイル


-- */
/* --

 keyframes - アニメーションキーフレーム集

 ------------------------------------

 * loading.............ローディングアイコンのアニメーション
 * toggle-.............ハンバーガーアイコンに関するアニメーション

-- */
@-webkit-keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-16px) rotate(0deg);
    transform: translateY(-16px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-16px) rotate(0deg);
    transform: translateY(-16px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(17px) rotate(0deg);
    transform: translateY(17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(17px) rotate(0deg);
    transform: translateY(17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
/*-----------------------------------
$professional
-----------------------------------*/
#work01 .sub-top-view {
  background-image: url(../images/attraction/work01-top-view.jpg);
  position: relative;
}
@media screen and (max-width: 639px) {
  #work01 .sub-top-view {
    background-image: url(../images/attraction/work01-top-view-mobile.jpg);
    background-position: 50% 80%;
  }
}

#work02 .sub-top-view {
  background-image: url(../images/attraction/work02-top-view.jpg);
  position: relative;
}
@media screen and (max-width: 639px) {
  #work02 .sub-top-view {
    background-image: url(../images/attraction/work02-top-view-mobile.jpg);
    background-position: 50% 80%;
  }
}

#work03 .sub-top-view {
  background-image: url(../images/attraction/work03-top-view.jpg);
  position: relative;
}
@media screen and (max-width: 639px) {
  #work03 .sub-top-view {
    background-image: url(../images/attraction/work03-top-view-mobile.jpg);
    background-position: 50% 80%;
  }
}

.attraction-top-view__text {
  padding: 1.5%;
  padding-bottom: 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 5.8%;
  font-family: a-otf-ryumin-pr6n, serif;
}
@media screen and (max-width: 639px) {
  .attraction-top-view__text {
    right: 50%;
    bottom: 2%;
    width: 80%;
    padding: 3%;
    transform: translateX(50%);
  }
}
.attraction-top-view__text p {
  line-height: 1;
}
.attraction-top-view__text p:first-of-type {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .attraction-top-view__text p:first-of-type {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .attraction-top-view__text p:first-of-type {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 639px) {
  .attraction-top-view__text .mobile-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
  }
}
.attraction-top-view__text div:first-of-type p:first-of-type {
  font-size: 3.9rem;
  letter-spacing: 0.1em;
  margin-top: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .attraction-top-view__text div:first-of-type p:first-of-type {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 639px) {
  .attraction-top-view__text div:first-of-type p:first-of-type {
    font-size: 2.4rem;
    margin-top: 1rem;
    border-bottom: 1px solid #000000;
    padding-bottom: 1rem;
  }
}
.attraction-top-view__text div:first-of-type p:last-of-type {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-top: 1.7rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 639px) {
  .attraction-top-view__text div:first-of-type p:last-of-type {
    font-size: 1.5rem;
    margin-top: 0.9rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    width: 45%;
  }
}
.attraction-top-view__text div:nth-of-type(2) p:first-of-type {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .attraction-top-view__text div:nth-of-type(2) p:first-of-type {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .attraction-top-view__text div:nth-of-type(2) p:first-of-type {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}
.attraction-top-view__text div:nth-of-type(2) p:last-of-type {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 639px) {
  .attraction-top-view__text div:nth-of-type(2) p:last-of-type {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    padding-left: 1rem;
  }
}

.attraction-lead {
  font-family: a-otf-ryumin-pr6n, serif;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1.52;
  color: #00a5e3;
  margin-top: 3.4rem;
}
@media screen and (max-width: 1023px) {
  .attraction-lead {
    font-size: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .attraction-lead {
    font-size: 2.5rem;
    margin-top: 8rem;
  }
}

.attraction-content_upper {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 7rem;
}
@media screen and (max-width: 1023px) {
  .attraction-content_upper {
    padding: 7rem 5% 0;
  }
}
.attraction-content_upper .attraction-block {
  margin-top: 10rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 639px) {
  .attraction-content_upper .attraction-block {
    flex-direction: column;
    margin-top: 6rem;
  }
}
.attraction-content_upper .attraction-block:first-of-type {
  margin-top: 0;
}
.attraction-content_upper .attraction-block .attraction-block__text {
  width: 46.8%;
  position: relative;
  padding-top: 15.8rem;
  padding-right: 4%;
}
@media screen and (max-width: 1023px) {
  .attraction-content_upper .attraction-block .attraction-block__text {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 639px) {
  .attraction-content_upper .attraction-block .attraction-block__text {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}
.attraction-content_upper .attraction-block .attraction-block__text .attraction-block__absolute {
  position: absolute;
  top: -6.5rem;
  left: -0.5rem;
}
@media screen and (max-width: 639px) {
  .attraction-content_upper .attraction-block .attraction-block__text .attraction-block__absolute {
    position: static;
  }
}
.attraction-content_upper .attraction-block .attraction-block__text .attraction-block__absolute .attraction-block__ttl {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.attraction-content_upper .attraction-block .attraction-block__text .attraction-block__absolute .attraction-block__ttl img {
  height: 3.5rem;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .attraction-content_upper .attraction-block .attraction-block__text .attraction-block__absolute .attraction-block__ttl img {
    height: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .attraction-content_upper .attraction-block .attraction-block__text .attraction-block__absolute .attraction-block__ttl img {
    height: 2.6rem;
  }
}
.attraction-content_upper .attraction-block .attraction-block__text .attraction-block__absolute .attraction-block__comment {
  font-family: a-otf-ryumin-pr6n, serif;
  color: #fff;
  display: inline-block;
  background-color: #00a5e3;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
  padding: 0 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .attraction-content_upper .attraction-block .attraction-block__text .attraction-block__absolute .attraction-block__comment {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 639px) {
  .attraction-content_upper .attraction-block .attraction-block__text .attraction-block__absolute .attraction-block__comment {
    font-size: 2.2rem;
  }
}
.attraction-content_upper .attraction-block .attraction-block__text .attraction-block__absolute .attraction-block__comment:nth-of-type(2) {
  margin-top: 1rem;
}
.attraction-content_upper .attraction-block .attraction-block__text .attraction-block__para {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.89;
}
@media screen and (max-width: 639px) {
  .attraction-content_upper .attraction-block .attraction-block__text .attraction-block__para {
    font-size: 1.5rem;
    padding-top: 3rem;
  }
}
.attraction-content_upper .attraction-block .attraction-block__img {
  width: 53.2%;
}
@media screen and (max-width: 639px) {
  .attraction-content_upper .attraction-block .attraction-block__img {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .attraction-content_upper .attraction-block .attraction-block__img {
    margin-top: 1rem;
  }
}
.attraction-content_upper .attraction-block .attraction-block__img img {
  width: 100%;
}
.attraction-content_upper .attraction-block:nth-of-type(even) {
  /* story2調整 */
}
.attraction-content_upper .attraction-block:nth-of-type(even) .attraction-block__text {
  order: 2;
  padding-right: 0;
  padding-left: 4%;
}
@media screen and (max-width: 639px) {
  .attraction-content_upper .attraction-block:nth-of-type(even) .attraction-block__text {
    order: 1;
  }
}
.attraction-content_upper .attraction-block:nth-of-type(even) .attraction-block__text .attraction-block__absolute {
  left: -32%;
}
@media screen and (max-width: 1023px) {
  .attraction-content_upper .attraction-block:nth-of-type(even) .attraction-block__text .attraction-block__absolute {
    left: -50%;
  }
}
@media screen and (max-width: 639px) {
  .attraction-content_upper .attraction-block:nth-of-type(even) .attraction-block__text .attraction-block__comment {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .attraction-content_upper .attraction-block:nth-of-type(even) .attraction-block__img {
    order: 2;
  }
}

.attraction-content-under {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 4rem;
  padding-bottom: 10.7rem;
}
@media screen and (max-width: 1023px) {
  .attraction-content-under {
    margin: 0 5%;
    padding-bottom: 8rem;
  }
}
.attraction-content-under .attraction-under-block {
  background-color: #e5f6fd;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 3.5rem 4%;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 639px) {
  .attraction-content-under .attraction-under-block {
    flex-direction: column;
  }
  .attraction-content-under .attraction-under-block:last-of-type {
    padding-bottom: 55vw;
  }
}
.attraction-content-under .attraction-under-block .attraction-under__balloon {
  position: absolute;
  top: -1.5rem;
  left: -1.2rem;
}
@media screen and (max-width: 1023px) {
  .attraction-content-under .attraction-under-block .attraction-under__balloon {
    top: -3rem;
  }
}
.attraction-content-under .attraction-under-block .attraction-under__balloon img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .attraction-content-under .attraction-under-block .attraction-under__balloon img {
    height: 7rem;
    width: initial;
  }
}
.attraction-content-under .attraction-under-block .attraction-under__big {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 3.1rem;
  letter-spacing: 0.1em;
  line-height: 1.61;
}
@media screen and (max-width: 1023px) {
  .attraction-content-under .attraction-under-block .attraction-under__big {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
.attraction-content-under .attraction-under-block .attraction-under__small {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.89;
  padding-top: 1.4rem;
}
@media screen and (max-width: 639px) {
  .attraction-content-under .attraction-under-block .attraction-under__small {
    font-size: 1.5rem;
  }
}
.attraction-content-under .attraction-under-block .attraction-under__picture1 {
  width: 50%;
  padding-right: 6%;
}
@media screen and (max-width: 639px) {
  .attraction-content-under .attraction-under-block .attraction-under__picture1 {
    width: 100%;
    padding-right: 0;
  }
}
.attraction-content-under .attraction-under-block .attraction-under__picture1 img {
  width: 100%;
}
.attraction-content-under .attraction-under-block .attraction-under__picture2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35.5%;
}
@media screen and (max-width: 639px) {
  .attraction-content-under .attraction-under-block .attraction-under__picture2 {
    right: 50%;
    transform: translateX(50%);
    width: 60%;
  }
}
.attraction-content-under .attraction-under-block .attraction-under__picture2 img {
  width: 100%;
}
.attraction-content-under .attraction-under-block .attraction-under__txt1 {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .attraction-content-under .attraction-under-block .attraction-under__txt1 {
    width: 100%;
    padding-top: 1rem;
  }
}
.attraction-content-under .attraction-under-block .attraction-under__txt2 {
  margin-top: 3.7rem;
}
@media screen and (max-width: 1023px) {
  .attraction-content-under .attraction-under-block .attraction-under__txt2 {
    margin-top: 0;
  }
}
.attraction-content-under .attraction-under-block .attraction-under__txt2 .attraction-under__small {
  padding-right: 36%;
}
@media screen and (max-width: 639px) {
  .attraction-content-under .attraction-under-block .attraction-under__txt2 .attraction-under__small {
    padding-right: 0;
  }
}

#work01 .attraction-under__picture2 {
  width: 31.5%;
}
@media screen and (max-width: 639px) {
  #work01 .attraction-under__picture2 {
    width: 60%;
  }
}

#work02 .attraction-under__picture1 {
  width: 36%;
  padding-right: 6%;
}
@media screen and (max-width: 639px) {
  #work02 .attraction-under__picture1 {
    width: 100%;
    padding-right: 0;
  }
}
#work02 .attraction-under__picture1 img {
  width: 100%;
}

#work02 .attraction-under__txt1 {
  width: 64%;
}
@media screen and (max-width: 639px) {
  #work02 .attraction-under__txt1 {
    width: 100%;
    padding-top: 1rem;
  }
}

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