@charset "UTF-8";

.pegasus_top {
 position: relative;
 text-align: center;
 margin-bottom: -2px;
}

.pegasus_logo {
 position: absolute;
 top: calc(22vh - 80px);
 width: 100%;
 text-align: center;
}

.pegasus_logo img {
 height: 56vh;
}

@media screen and (max-width:960px) {
 .pegasus_top_photo {
  display: none;
 }

 .bg_image_mobile_pegasus {
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://gunmabus.com/wp/wp-content/uploads/pegasus_top-1-scaled.jpg');
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 78px;
 }

 .pegasus_logo {
  display: none;
 }
}

img.pegasus_top_photo {
 width: 100%;
 margin-top: -100vh;
}

.pegasus_top img,
.pegasus_logo img {
 margin: 0;
}

#pegasus_illust {
 text-align: center;
 background-color: #010C57;
 padding: 200px 0 105px 0;
 border-top: solid 10px #F3CEA8;
 padding-top: 110vh;
 margin-top: -100vh;
}

#pegasus_illust img {
 width: 81%;
 max-width: 540px;
}


.pegasus23 {
 width: 100%;
 text-align: center;
}

.pegasus23_sp {
 display: none;
}

.pegasus23 img {
 object-fit: contain;
}

.pegasus_photo img {
 width: 100%;
 margin-top: 5px;
}

#main_contents h2 {
 font-size: 2rem;
 margin: 5rem auto 2rem auto;
}

.pegasus23_catch {
 text-align: center;
}

.pegasus23_catch p {
 font-size: 1.2em;
 line-height: 1.8;
 /* font-family: serif; */
 /* font-weight: 600; */
}

.pegasus23_catch h2 {
 font-size: 2.5rem !important;
 font-family: serif;
 font-weight: 600;
}

@media screen and (max-width:767px) {
 .pegasus23_catch h2 {
  font-size: 1.8rem !important;
  margin: 3rem auto 2rem auto !important;
 }

 .pegasus23_catch p {
  text-align: justify;
  padding: 0 1rem;
 }

 .swiper-wrapper {
  display: flex;
　box-sizing: content-box;
 }
 .gallery-thumbs .swiper-slide {
  width: 24% !important;
 }

}

.photo_wrapper {
 width: 100%;
 background-color: rgba(235, 207, 169, 0.3);
 text-align: center;
 margin-top: 50px;
 padding: 60px 0 50px 0 !important;
}

.photo {
 width: 700px;
 height: 550px;
 margin: 0 auto;
 padding-top: 0;
 background-image: url(https://gunmabus.com/wp/wp-content/uploads/pegasus23_movieflame.png);
 background-position: center -10px;
 background-size: 100%;
 background-repeat: no-repeat;
 text-align: center;
}

.photo p {
 font-size: 1.6rem !important;
 margin: 0 0 25px 0 !important;
 padding-left: 0 !important;
 font-weight: bold;
}

.photo iframe {
 width: 520px;
 height: 390px;
 padding-top: 10px;
}

@media screen and (max-width:767px) {
 .pegasus23 {
  display: none;
 }

 .pegasus23_sp {
  display: block;
  margin: 20px 0;
 }

 .photo {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  background-position: center 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-image: none;
 }

 .photo p {
  display: block;
  height: 70px;
  padding: 10px 0 0 95px;
  line-height: 2rem !important;
  text-align: center;
  width: 100%;
  max-width: 420px;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: left center;
 }

 .photo iframe {
  width: 420px;
  height: 307px;
 }

 #main_contents h2 {
  font-size: 1.5rem;
 }
}

/* 仕様詳細 */
.details_wrapper {
 width: 100%;
 text-align: center;
}

.details_wrapper p {
 text-align: left;
}

.details_title {
 width: 100%t;
 font-size: 1.8rem;
 font-weight: bold;
 text-align: center;
 background-color: #010C57;
 color: #fff;
 padding: 2rem;
}

.details {
 width: 901px;
 margin: 0 auto;
 padding: 0 30px 70px 30px;
 font-size: 1.4rem;
 font-weight: bold;
 background-image: linear-gradient(0deg, transparent calc(100% - 1px), #eaf6fd calc(100% - 1px)),
  linear-gradient(90deg, transparent calc(100% - 1px), #eaf6fd calc(100% - 1px));
 background-size: 20px 20px;
 background-repeat: repeat;
 background-position: center center;
}

.details_note {
 font-weight: normal;
 font-size: 1.1rem;
 padding-left: 3rem;
}

.details p {
 padding-top: 60px;
}

.details img.img_map {
 width: 700px;
}

.details img.img_map_sp {
 display: none;
}

.details .side img {
 width: 700px;
 height: auto;
 margin-bottom: 80px;
}

.front_back {
 display: flex;
 justify-content: left;
 margin-left: 100px;
}

.front_back img.front {
 width: 200px;
 height: 257px;
 margin-left: 60px;
 margin-bottom: 80px;
}

.front_back img.back {
 width: 180px;
 height: 258px;
 margin-left: 150px;
 margin-bottom: 80px;
}

@media screen and (max-width:767px) {
 .details {
  width: 100%;
  font-size: 1.2rem;
 }

 .details_note {
  padding-left: 0;
 }

 .details p {
  margin: 0;
 }

 .details img.img_map {
  display: none;
 }

 .details img.img_map_sp {
  display: block;
  margin-top: 2rem;
 }

 .details .side {
  text-align: center;
 }

 .details .side img {
  width: 90%;
  margin-left: 0;
  margin-bottom: 0;
  margin: 1rem auto;
 }

 .front_back {
  display: flex;
  justify-content: center;
  margin-left: 0;
 }

 .front_back img.front {
  width: 30%;
  height: auto;
  max-width: 200px;
  max-height: 257px;
  margin-left: 0;
  margin-bottom: 0;
  margin: 1rem auto;
 }

 .front_back img.back {
  width: 30%;
  height: auto;
  max-width: 180px;
  max-height: 258px;
  margin-left: 0;
  margin-bottom: 0;
  margin: 1rem auto;
 }
}

/* 装備仕様 */
.equipment_wrapper {
 width: 100%;
 text-align: center;
 background-color: rgba(235, 207, 169, 0.3);
 padding: 70px 0;
}

.equipment {
 width: 900px;
 text-align: left;
 margin: 0 auto;
 font-size: 1.4rem;
}

.soubi_container {
 width: 900px;
 display: flex;
 justify-content: space-between;
}

.soubi_group {
 width: 430px;
}

.soubi_group ul {
 border-top: solid 1px #333;
 font-family: sans-serif;
}

.soubi_group ul li {
 border-bottom: solid 1px #333;
}

.soubi_note {
 font-size: 0.9rem;
 padding-top: 1rem;
 padding-right: -3rem;
 display: block;
 width: 800px;
}

.equipment ul {
 list-style-type: none;
 position: relative;
 margin-top: 80px;
 font-size: 1rem;
}

.equipment ul:first-child {
 margin-top: 30px;
}

.equipment ul::before {
 content: attr(data-title);
 display: block;
 position: absolute;
 width: 100%;
 height: 50px;
 line-height: 50px;
 top: -50px;
 left: 0;
 font-weight: bold;
 box-sizing: border-box;
}

.equipment ul li {
 width: 100%;
 height: 40px;
 line-height: 40px;
 padding-left: 1.5rem;
}

.icon_sp,
.teiin_sp {
 display: none;
}

@media screen and (max-width:1021px) {
 .equipment_wrapper {
  padding: 1rem;
 }

 .equipment {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding-top: 30px;
  font-size: 1.1rem;
 }

 .equipment ul:first-child {
  margin-top: 80px;
 }

 .equipment ul.comfort {
  margin-top: 60px;
 }

 /* 削除 */
 .equipment_img {
  text-align: center;
  display: none;
 }

 .equipment_img img {
  width: 98%;
  max-width: 480px;
  margin: 0 auto;
 }

 .soubi_container {
  width: 100%;
  display: block;
  justify-content: center;
 }

 .soubi_group {
  width: 100%;
  max-width: 390px;
  margin: 1rem auto;
 }

 .soubi_note {
  padding-right: 0;
  font-size: 0.9rem;
  text-align: left;
  padding: 0;
  display: block;
  width: 100%;
 }

 .icon_pc {
  display: none;
 }

 .icon_sp,
 .teiin_sp {
  display: block;
 }

 .teiin_sp {
  margin: 1rem auto;
  padding: 1rem;
  border: solid 1px #333;
  border-radius: 10px;
 }
}



/* 10人乗りスターペガサス動画 */
.movie video {
 width: 700px;
}

.movie p {
 width: 700px;
}

.movie p.movie_title {
 width: 700px;
}

.pegasus_10p {
 width: 100%;
 text-align: center;
 margin-top: 1rem;
 line-height: 1.2rem;
}

@media screen and (max-width:767px) {
 .movie {
  padding: 30px 0;
 }

 .movie_note {
  margin: 30px auto 0 auto !important;
 }

 .movie_note img {
  width: 96%;
  max-width: 600px;
 }

 .movie video {
  width: 96%;
  max-width: 600px;
  height: auto;
 }

 .movie p,
 .movie p.movie_title {
  width: 96%;
  margin: 0.75rem auto;
  text-align: center;
 }

 .go_buscenter {
  display: flex;
  padding: 0 1rem;
  height: auto !important;
 }
}


a.yydev-back-to-top::after {
 content: 'TOPに戻る';
 color: #fff;
}

@media screen and (max-width: 767px) {
 .lineup_title {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 40px auto 0 auto;
  font-size: 1.2em;
  font-weight: bold;
 }
}


/* 共通箇所 */

#main_col {
 width: 100% !important;
 padding-top: 0 !important;
}

#main_contents {
 padding: 0 !important;
}

.post_content ul {
 padding-left: 0 !important;
 margin-left: 0 !important;
}

/* ペガサススライダー */
.swiper-wrapper {
	width: 100%;
}