@charset "utf-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* ヘッダー とフッター*/
.header,
.footer {
  text-align: center;
  padding: 10px;
}
.header img,
.footer img {
  width: 140px;
}

/* トップ画像 */
.top img {
  width: 100%;
  vertical-align: bottom;
  background-image: url(../img/backimg-1.png);
}
/* 沖縄を、旅しよう */
.title {
  position: relative;
  width: 100%;
  padding: 60px;
  height: 600px;
  background-color: #f7f066;
}

.title h2 {
  font-size: 44px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  letter-spacing: 0.3em;
  font-family: "Noto Sans JP";
}
.title p {
  font-size: 24px;
  margin: 30px auto;
  text-align: center;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1em;
}

/* map */
.map {
  background-color: #f7f066;
}
.map img {
  width: 100%;
  margin: 100px 0;
}

/* 空席をチェック！ */
.ticket {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  height: 10%;
  background-color: #3b9ae1;
}
.ticket-inner {
  text-align: center;
  margin-bottom: 80px;
}
.ticket-inner-img {
  width: 85%;
  margin: 0px 30px 20px 30px;
  text-align: center;
}
.ticket-title {
  width: 60%;
  margin-top: 20px;
}
/* 2個目の　空席をチェック */
.ticket-second {
  background-color: #f7f066;
}
.ticket-second h3 {
  font-family: "Noto Sans JP";
  font-size: 34px;
  padding: 170px 100px 50px 100px;
  text-align: center;
}
.second {
  background-color: #f7f066;
}

/* ボタンリンク */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 7rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--yellow {
  color: #ffff;
  background-color: #ff5837;
  border-bottom: 5px solid #ffff;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #f7f066;
  border-bottom: 2px solid #f7f066;
}
.ticket-second a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #3b9ae1;
  border-bottom: 2px solid #3b9ae1;
}

/* さて、何しよう */
.introduction {
  background-image: url(../img/backimg-1.1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 170px;
  height: 800px;
  background-color: #f7f066;
}
.introduction h2 {
  font-size: 44px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.3em;
}
.introduction p {
  margin: 30px auto;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP";
}

/* main　自然と触れ合う */
.article {
  background-image: url(../img/backimg-2.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.nature h2 {
  color: #146356;
}
.food h2 {
  color: #58391c;
}
.view h2 {
  color: #143f6b;
}

.flex {
  display: flex;
}
.main-img {
  width: 65%;
  height: 100%;
  margin: 140px 0px 60px 0px;
}
.reversal-img {
  width: 65%;
  height: 100%;
  margin: 140px 80px 60px 0px;
}

.main h2 {
  margin: 20px auto;
  margin-top: 140px;
  font-size: 45px;
  text-align: center;
  writing-mode: vertical-rl;
  letter-spacing: 0.35em;
  font-family: "Noto Sans JP";
  color: #ffff;
}

.main .text {
  text-align: center;
  margin: 50px auto;
  margin-bottom: 200px;
  font-size: 23px;
  font-family: "Noto Sans JP";
  font-weight: 600;
  color: #ffff;
}

.view .text {
  padding-bottom: 200px;
  margin-bottom: 0;
}
.text p,
.text-reversal p {
  margin: 15px 0;
  letter-spacing: 0.3em;
}

/* スライドショー */

.memories {
  background-color: #143f6bcc;
  width: 100%;
}
.memories-img {
  margin: 0px auto;
}

.slideshow {
  display: flex;
  animation: loop-slide 105s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translate(-100%);
  }
}
.slideshow li {
  list-style: none;
}
.wrap {
  display: flex;
  overflow: hidden;
}
.content img {
  width: 330px;
  margin: 100px 20px;
}
@media screen and (max-width: 959px) {
}
