@charset "UTF-8";
/* セレクタ属性 */

.nav-wrap {
  display: none;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  overflow-x: hidden;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}

header {
  margin: 0 auto 130px;
  width: 100%;
  background-color: #fff;
}
footer {
  text-align: center;
  margin-top: 95px;
}

/* ヘッダー部分 */

.main_visual {
  position: relative;
  margin-bottom: 45px;
}

.main_background img {
  width: 100%;
}

.sitetitle {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 18.5%;
  bottom: 0;
  left: 0;
  right: 0;
}

.sitetitle img {
  max-width: 580px;
  width: 58%;
}

@media screen and (max-width: 1920px) {
  .sitetitle img {
    max-width: 530px;
    width: 53%;
  }
}

.main_visual-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 90%;
  bottom: 4%;
}

.contents_menu {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  margin-block-start: 0;
  padding-inline-start: 0;
}

.menu_list {
  padding-right: 25px;
  text-align: center;
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  border-right: 2px solid #c9c1b7;
  transform: skewX(150deg);
}

.menu_list a {
  display: block;
  transform: skewX(-150deg);
  padding: 0 0 0 3px;
  font-size: 20px;
  font-weight: bold;
}

.menu_list:last-child {
  border-right: none;
}

.about {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border-style: solid;
  border-radius: 20px;
  border-width: 2px;
  border-color: #3174ba;
  padding: 20px;
}

.about_title h4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  color: #3174ba;
  font-size: 35px;
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 60px;
  background: #fff;
  width: 20em;
}

.about_title span {
  font-size: 20px;
}

.about_img {
  text-align: center;
}

.about_img img {
  max-width: 660px;
  width: 70%;
  margin-top: 60px;
}

.about_text {
  margin: 60px 35px 30px;
  text-align: left;
  font-size: 20px;
  overflow-wrap: break-word;
  letter-spacing: 2px;
  font-weight: bold;
}

/*コンテンツタイトル＆ボックス設定*/

.contents_box {
  max-width: 1000px;
  margin: 100px auto 0;
  text-align: center;
}

.contents_box02 {
  max-width: 100%;
  margin: 100px auto 0;
  text-align: center;
}

.contents_title {
  width: fit-content;
  width: -ms-max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  font-size: 32px;
  font-weight: bold;
  border-bottom: dashed 6px #ffef5b;
  margin: 0 auto 35px;
  padding: 0 10px 10px;
  letter-spacing: 3px;
}

/*動画紹介設定*/

.contents_movie {
  position: relative;
  height: 760px;
  width: 100%;
  margin-top: 50px;
}

.movie-left {
  position: absolute;
  width: 77%;
  height: 710px;
  background-color: #5fcce8;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}

.movie-right {
  position: absolute;
  width: 77%;
  height: 710px;
  background-color: #63e9e3;
  right: 0;
  top: 0;
  opacity: 0.5;
}

.contents_movie .contents_title {
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 55px;
}

.contents_movie-area {
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 150px;
  max-width: 900px;
}

.contents_movie-area iframe {
  height: 500px;
  width: 100%;
}

.contents_road .contents_text {
  margin: 0 auto;
  max-width: 900px;
  height: 204px;
  text-align: left;
  font-size: 20px;
  letter-spacing: 2px;
}

.road-pic {
  background: url(../images/road-bg-pc.png) no-repeat center / cover;
  height: 179px;
  margin-top: 20px;
  position: relative;
}

.road-pic picture {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.road_title {
  margin: 20px auto 0;
}

.road_list {
  max-width: 620px;
  height: 204px;
  text-align: left;
  margin: -2px auto 0;
  font-size: 18px;
  border: 3px solid;
  border-color: #14d1c8;
  font-weight: bold;
}

.road_list_menu::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #14d1c8;
  border-radius: 50%;
  margin-right: 10px;
}

.road_list_menu {
  margin: 12px auto;
}

.contents_course {
  margin-top: 130px;
}

.contents_text {
  font-size: 20px;
  font-weight: bold;
  max-width: 1000px;
  letter-spacing: 2px;
}

.course_img {
  max-width: 1000px;
  margin-top: 50px;
}

.course_information {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0;
}

.list_title {
  font-size: 28px;
  font-weight: bold;
  padding-top: 20px;
  letter-spacing: 4px;
}

.course_information_list {
  position: relative;
  margin-top: 100px;
  max-width: 1000px;
  height: 754px;
  border-left: 6px solid;
  border-radius: 0 20px 20px 0;
}

.okinawahontou {
  position: relative;
  height: 700px;
}

.hr-line {
  margin-bottom: 50px;
}

.hontou-map {
  position: absolute;
  width: 445px;
  top: 150px;
  left: 330px;
  right: 0px;
}

.kouri-img {
  position: absolute;
  left: 120px;
  top: 80px;
}

.kaihou-img {
  position: absolute;
  right: 10px;
  top: 260px;
}

.komesu-img {
  position: absolute;
  top: 355px;
  left: 46px;
}

.okinawaritou {
  display: flex;
  justify-content: center;
  height: 400px;
  width: 1000px;
  margin-bottom: 50px;
}

.ritou-ishigaki {
  position: relative;
  width: 50%;
  border-top: 1px solid #c9c1b7;
  border-right: 1px solid #c9c1b7;
}

.ishigaki-map {
  position: absolute;
  top: 230px;
}

.ishigaki-img {
  position: absolute;
  left: 150px;
  top: 50px;
}

.ritou-miyako {
  position: relative;
  width: 50%;
  border-top: 1px solid #c9c1b7;
}

.miyako-map {
  position: absolute;
  top: 250px;
  left: 260px;
}

.miyako-img {
  position: absolute;
  left: 60px;
  top: 50px;
}

#kouri li {
  background-color: #e9f4ff;
  border-color: #3174ba;
}

#kaihou li {
  background-color: #ffeff8;
  border-color: #bf006c;
}

#komesu li {
  background-color: #f5f0ff;
  border-color: #6e50ab;
}

#miyako li {
  background-color: #cee6e6;
  border-color: #23abaf;
}

#ishigaki li {
  background-color: #ffe9de;
  border-color: #ec6c26;
}

.course_information_list_conts {
  margin-top: -1px;
  padding-top: 1px;
}

.effect {
  max-width: 801px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
}

.effect_list {
  font-size: 16px;
}

.effect_list span {
  font-size: 26px;
  font-weight: bold;
}

.effect_list.blue::before {
  content: "";
  width: 39px;
  height: 39px;
  display: inline-block;
  background-color: #3174ba;
  border-radius: 50%;
  margin-right: 10px;
}

.effect_list.pink::before {
  content: "";
  width: 39px;
  height: 39px;
  display: inline-block;
  background-color: #bf006c;
  border-radius: 50%;
  margin-right: 10px;
}

.effect_list.purple::before {
  content: "";
  width: 39px;
  height: 39px;
  display: inline-block;
  background-color: #6e50ab;
  border-radius: 50%;
  margin-right: 10px;
}

.effect_list.green::before {
  content: "";
  width: 39px;
  height: 39px;
  display: inline-block;
  background-color: #23abaf;
  border-radius: 50%;
  margin-right: 10px;
}

.effect_list.orange::before {
  content: "";
  width: 39px;
  height: 39px;
  display: inline-block;
  background-color: #ec6c26;
  border-radius: 50%;
  margin-right: 10px;
}

.effect_list:nth-child(1)::before {
  content: url(../images/img28.png);
  padding-top: 7px;
  width: 39px;
  height: 39px;
}

.effect_list:nth-child(2)::before {
  content: url(../images/img29.png);
  padding-top: 8px;
  padding-left: 3px;
  width: 39px;
  height: 39px;
}

.effect_list:nth-child(3)::before {
  content: url(../images/img30.png);
  padding-top: 7px;
  width: 39px;
  height: 39px;
}

.effect_list:nth-child(4)::before {
  content: url(../images/img31.png);
  padding-top: 7px;
  width: 39px;
  height: 39px;
}

.course_information_list iframe {
  height: 500px;
}

.flag {
  position: absolute;
  left: -9px;
  top: -40px;
}

.list_set {
  padding-top: 40px;
}

.contents_event {
  background: linear-gradient(to bottom right, #ccf4ff, #f7fee9);
  padding: 65px 0 45px;
}

.event_information {
  position: relative;
  max-width: 1000px;
  height: 354px;
  margin: 0 auto;
  border: solid 2px;
  border-color: #14d1c8;
  border-radius: 20px;
  background: #fff;
}

.ribbon {
  position: relative;
  background: #14d1c8;
  height: 48px;
  width: 491px;
  text-align: left;
  align-content: center;
  top: 26px;
}
.ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 24px 15px 24px 0;
}

.event_information_title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-left: 60px;
}

.event_information_text {
  max-width: 900px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 53px 10px 0;
  margin: 0 auto;
  letter-spacing: 2px;
}

.event_information:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.event_information:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #14d1c8;
  z-index: 1;
}

.event_poster {
  margin-top: 24px;
  background: url("../images/img17.png") no-repeat top center;
}

.event_img {
  display: block;
  margin: 0 auto;
}

.event_button {
  margin-top: 30px;
}

.app_information {
  display: flex;
  max-width: 822px;
  height: 414px;
  margin: 0 auto;
}

.app_about_text {
  max-width: 550px;
  height: 281px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-top: 28px;
  letter-spacing: 2px;
}

.app_img {
  margin-right: 50px;
  max-width: 200px;
  height: 385px;
}

.app_store {
  max-width: 822px;
  height: 214px;
  background: #f5f4e0;
  margin: 25px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.iphone {
  margin-right: 30px;
}

.footer {
  margin-top: 60px;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .sitetitle {
    top: 14%;
  }
  .road-pic {
    background: url(../images/road-bg-sp.png) no-repeat center / cover;
  }
  .movie-left,
  .movie-right {
    width: 98%;
  }
  .event_poster {
    margin-top: 24px;
    background-size: contain;
  }
  .event_img {
    width: 45%;
  }
}

/* <レスポンシブ - タブレット1080px> */
@media screen and (max-width: 768px) {
  header {
    margin: 0 auto 75px;
  }

  .sitetitle {
    top: 5%;
  }

  .main_background img {
    margin-top: -44px;
  }

  .contents_menu {
    display: none;
  }

  .contents_box {
    max-width: 685px;
  }

  .about {
    max-width: 700px;
  }

  .about_title h4 {
    font-size: 28px;
    width: 23em;
    top: -29px;
  }

  .contents_movie-area {
    max-width: 700px;
  }

  .contents_road .contents_text {
    max-width: 625px;
    height: 255px;
  }

  .road_title {
    margin: 90px auto 0;
  }

  .contents_course {
    margin-top: 0;
  }

  .okinawahontou {
    margin-top: -100px;
  }

  .hontou-map {
    position: absolute;
    max-width: 350px;
    top: 150px;
    left: 180px;
    right: 0px;
  }

  .kouri-img {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 35%;
  }

  .kaihou-img {
    position: absolute;
    right: -20px;
    top: 260px;
    width: 35%;
  }

  .komesu-img {
    position: absolute;
    top: 366px;
    left: -20px;
    width: 35%;
  }

  .okinawaritou {
    max-width: 100%;
    height: 160px;
    margin-top: 35px;
  }

  .ishigaki-map {
    position: absolute;
    top: 155px;
    left: 10px;
    width: 50%;
  }

  .ritou-ishigaki,
  .ritou-miyako {
    top: -100px;
    height: 300px;
  }

  .ishigaki-img {
    position: absolute;
    left: 128px;
    width: 55%;
  }

  .miyako-map {
    position: absolute;
    top: 170px;
    left: 145px;
    width: 50%;
  }

  .miyako-img {
    position: absolute;
    left: 13px;
    width: 54%;
  }

  .effect {
    max-width: 801px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
    margin: 0 auto 20px;
  }

  .effect_list {
    width: 50%;
  }

  .effect_list:nth-child(1)::before {
    content: url(../images/img28.png);
    padding: 6px 0px 0px 6px;
    width: 39px;
    height: 39px;
  }

  .effect_list:nth-child(2)::before {
    content: url(../images/img29.png);
    padding: 7px 0px 0px 9px;
    width: 39px;
    height: 39px;
  }

  .effect_list:nth-child(3)::before {
    content: url(../images/img30.png);
    padding: 8px 0px 0px 11px;
    width: 39px;
    height: 39px;
  }

  .effect_list:nth-child(4)::before {
    content: url(../images/img31.png);
    padding: 7px 0px 0px 10px;
    width: 39px;
    height: 39px;
  }

  .course_information_list iframe {
    height: 470px;
    max-width: 90%;
  }

  .event_information {
    max-width: 700px;
    height: 360px;
  }

  .event_information_text {
    padding: 53px 20px 0;
  }

  .event_poster {
    background-size: 768px;
  }

  .event_img {
    width: 350px;
  }

  .app_about_text {
    font-size: 18px;
  }

  .app_store {
    left: 0px;
  }

  footer {
    margin-top: 25px;
  }

  .nav-button {
    display: none;
  }
  .nav a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    color: #448aff;
  }
  .nav li {
    display: block;
    margin: 0 10px;
  }

  .nav-wrap.open {
    display: block;
  }
  .nav-wrap.close {
    display: none;
  }
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 100px;
    margin-top: 50px;
  }
  .nav-wrap li {
    margin: 0 2em;
  }
  .nav-wrap li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 1em 0;
  }
  /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
    left: 92%;
    top: 13px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #dc000b;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
  .hr-line {
    position: relative;
    top: -100px;
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .sitetitle {
    top: 0;
  }
  .about {
    width: 95%;
  }
  .about_title h4 {
    width: 12em;
    top: -59px;
  }
  .walking_img img {
    width: 95%;
  }
  .contents_movie-area {
    width: 95%;
  }
  .road-pic {
    margin-top: 110px;
    height: 122px;
  }
  .road-pic img {
    width: 95%;
  }
  .contents_box {
    width: 90%;
  }
  .event_information {
    height: 410px;
    width: 95%;
  }
  .hr-line {
    top: -130px;
  }
}

/* <レスポンシブ - スマートフォン >*/
@media screen and (max-width: 600px) {
  .sitetitle {
    top: 7px;
  }

  .sitetitle img {
    width: 72%;
  }

  header {
    margin: 0 auto 20px;
  }

  .about_img img {
    width: 100%;
  }

  .about {
    max-width: 320px;
    margin-top: 10px;
    width: 100%;
  }

  .about_title h4 {
    font-size: 18px;
    width: 16em;
    top: -33px;
    letter-spacing: 5px;
  }

  .about_text {
    margin-top: 25px;
    text-align: left;
    font-size: 14px;
    width: 95%;
    margin: 25px auto 0;
  }

  .contents_box {
    margin: 35px auto 0;
    width: 100%;
  }

  .contents_box02 {
    margin: 35px auto 0;
  }

  .contents_title {
    font-size: 18px;
    border-bottom: dashed 3px #ffef5b;
    margin: 0 auto 20px;
    padding: 0px 0 8px 0;
  }

  .walking_img {
    max-width: 330px;
    margin-top: 20px;
  }

  .walking_img img {
    width: 90%;
  }

  .contents_movie .contents_title {
    position: absolute;
    z-index: 10;
    margin: 12px auto;
    left: 0;
    right: 0;
    top: -27px;
  }

  .contents_movie-area iframe {
    height: 185px;
    width: 90%;
  }

  .contents_movie-area {
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40px;
    width: 100%;
  }

  .contents_movie {
    position: relative;
    height: 280px;
    width: 100%;
    margin-top: 50px;
  }

  .movie-right {
    position: absolute;
    width: 95%;
    height: 270px;
    right: 0;
    top: -22px;
    opacity: 0.5;
  }

  .movie-left {
    position: absolute;
    width: 95%;
    height: 270px;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0.5;
  }

  .contents_road .contents_text {
    max-width: 325px;
    height: 90px;
    margin: 0 auto;
    font-size: 14px;
  }

  .road_title {
    margin: 180px auto 0;
    max-width: 280px;
  }
  .road_list {
    max-width: 270px;
    height: 260px;
    font-size: 13px;
    padding: 0 15px 0 45px;
    border: 2px solid;
    border-color: #14d1c8;
  }

  .road_img {
    position: relative;
    top: -50px;
    width: 90%;
  }

  .road-pic {
    background: url(../images/road-bg-sp.png) no-repeat center / contain;
    height: 196px;
    margin-top: -20px;
  }

  .road-pic img {
    width: 88%;
  }

  .flag {
    position: absolute;
    width: 150px;
    left: -8px;
    top: -30px;
  }

  .contents_text {
    font-size: 14px;
    font-weight: bold;
    max-width: 330px;
    margin: 0 auto;
  }

  .course_img {
    margin-top: 10px;
    max-width: 370px;
  }

  .okinawahontou {
    height: 550px;
    border-bottom: 1px solid #c9c1b7;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .ritou-ishigaki {
    border-top: none;
    border-right: none;
  }

  .ritou-miyako {
    border-top: none;
  }

  .ritou-ishigaki,
  .ritou-miyako {
    top: 0px;
    width: 80%;
    margin: 0 auto;
  }

  .ritou-miyako {
    top: 10px;
    margin-bottom: 30px;
  }

  .ritou-ishigaki {
    top: 110px;
  }

  .hontou-map {
    position: absolute;
    max-width: 260px;
    top: 150px;
    left: 66px;
    right: 0px;
  }

  .kouri-img {
    position: absolute;
    left: 10px;
    top: 146px;
    width: 35%;
  }

  .kaihou-img {
    position: absolute;
    right: 60px;
    top: 305px;
    width: 35%;
  }

  .komesu-img {
    position: absolute;
    top: 450px;
    left: 120px;
    width: 35%;
  }

  .okinawaritou {
    max-width: 100%;
    margin-top: 10px;
    flex-direction: column-reverse;
  }

  .miyako-map {
    position: absolute;
    top: -3px;
    left: 40%;
    width: 50%;
  }

  .miyako-img {
    position: absolute;
    left: 0;
    width: 50%;
    top: 35px;
  }

  .ishigaki-map {
    position: absolute;
    top: -69px;
    left: 19px;
    width: 50%;
  }

  .ishigaki-img {
    position: absolute;
    left: 40%;
    top: -75px;
    width: 50%;
  }

  .list_title {
    font-size: 17px;
    font-weight: bold;
    padding-top: 0px;
    text-align: center;
  }

  .effect {
    max-width: 300px;
    display: block;
    margin: 0 -30px 20px -25px;
    text-align: left;
  }

  .effect_list {
    font-size: 14px;
    width: 80%;
    margin-bottom: 5px;
    position: relative;
    top: 5px;
  }

  .effect_list::before {
    position: relative;
    top: 5px;
  }

  .effect_list:first-child {
    margin-bottom: 0;
  }

  .effect_list span {
    font-size: 20px;
    font-weight: bold;
  }

  .effect_list:nth-child(1)::before {
    content: url(../images/img28.png);
    padding: 7px 0 0 7px;
    width: 39px;
    height: 39px;
  }
  .effect_list:nth-child(2)::before {
    content: url(../images/img29.png);
    padding: 7px 2px 0px 8px;
    width: 39px;
    height: 39px;
  }

  .effect_list:nth-child(3)::before {
    content: url(../images/img30.png);
    padding: 7px 0px 0px 12px;
    width: 39px;
    height: 39px;
  }

  .effect_list:nth-child(4)::before {
    content: url(../images/img31.png);
    padding: 7px 0px 0px 10px;
    width: 39px;
    height: 39px;
  }

  .course_information_list iframe {
    height: 280px;
    width: 95%;
  }

  .course_information_list {
    position: relative;
    margin: 60px auto 30px;
    max-width: 355px;
    height: 620px;
    border-left: 6px solid;
  }

  img.others_img {
    max-width: 180px;
  }

  .contents_event {
    padding: 28px 10px 45px;
  }

  .event_information_text {
    max-width: 330px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 20px 15px 0px 15px;
    margin: 0 auto;
  }

  .event_information {
    position: relative;
    height: 330px;
    margin: 0 auto;
    border: solid 2px;
    border-color: #14d1c8;
    border-radius: 20px;
    background: #fff;
  }

  .ribbon {
    position: relative;
    background: #14d1c8;
    height: 25px;
    width: 300px;
    text-align: left;
    align-content: center;
    top: 15px;
  }

  .ribbon:after {
    border-width: 13px 8px 13px 0;
  }

  .event_information_title {
    font-size: 15px;
    margin-left: 30px;
  }

  .event_button {
    margin-top: 25px;
    max-width: 180px;
  }

  .contents_event {
    height: 1000px;
  }

  .event_img {
    width: 325px;
  }

  .event_poster {
    margin-top: 24px;
    margin: 40px auto;
  }

  .contents_app {
    max-width: 350px;
    margin: 0 auto;
  }

  .app_information {
    display: block;
    height: 500px;
    margin: 30px auto 0;
  }

  .app_about_text {
    max-width: 330px;
    height: 86px;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    margin: 25px auto;
  }

  .app_img {
    margin: 0 20px 0 0;
    height: 240px;
  }

  .app_about_title {
    margin-top: 20px;
  }

  .app_store {
    margin-top: 130px;
    height: 120px;
    max-width: 375px;
  }

  .iphone {
    margin-right: 30px;
    width: 140px;
  }

  .android {
    width: 170px;
  }

  .footer {
    margin-top: 20px;
  }

  .pagetop {
    max-width: 100px;
  }

  .nav-wrap .nav {
    padding-left: 0px;
  }

  .nav-button {
    left: 88%;
  }

  .nav-button {
    width: 35px;
    height: 26px;
  }

  .nav-button span:nth-of-type(2) {
    top: 11px;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }

  .hr-line {
    top: -170px;
    width: 95%;
  }
}
