.flexCenterCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexBetCenter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexBetEnd {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.flexBetStretch {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.flexCenterStretch {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.flexCenterEnd {
  display: flex;
  justify-content: center;
  align-items: end;
}

.flexStartEnd {
  display: flex;
  justify-content: start;
  align-items: end;
}

.flexStartCenter {
  display: flex;
  justify-content: start;
  align-items: center;
}

.flexStartStart {
  display: flex;
  justify-content: start;
  align-items: start;
}

.flexCenterCenterVer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flexStartCenterVer {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.title_img {
  margin-bottom: 10px;
}
.title_text {
  font-size: 44px;
  letter-spacing: 0.1em;
  color: white;
  font-weight: 400;
  border-bottom: 2px solid #CAA846;
  padding-bottom: 10px;
  width: 340px;
  text-align: center;
}

@media (max-width: 1000px) {
  .title_img {
    width: 125px;
  }
  .title_text {
    font-size: 35px;
    width: 300px;
  }
}
@media (max-width: 600px) {
  .title_img {
    width: 100px;
  }
  .title_text {
    font-size: 27.5px;
    width: 250px;
  }
}
.header {
  background: #0A0B28;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header_inner {
  width: 80%;
  height: 90px;
  margin: 0 auto;
}
.header_logoImg {
  width: 140px;
}
.header_logoText {
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  margin-left: 20px;
  padding: 2.5px 15px;
  font-size: 15px;
}
.header_link {
  color: white;
  font-size: 15px;
  margin: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.header_text {
  color: white;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}
.header_wrap {
  margin-left: 20px;
}
.header_btn {
  background: #06C755;
  padding-right: 20px;
}
.header_btn span {
  color: white;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.header_btnImg {
  width: 38px;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 1000px) {
  .header_inner {
    width: 90%;
    height: 90px;
  }
  .header_logoImg {
    width: 100px;
  }
  .header_logoText {
    margin-left: 10px;
    padding: 2.5px 10px;
    font-size: 12.5px;
  }
  .header_link {
    font-size: 12.5px;
  }
}
@media (max-width: 600px) {
  .header_menue {
    display: none;
    padding-bottom: 20px;
  }
  .header_menue-active {
    display: block;
    animation: 1s header_menue-active;
  }
  .header_inner {
    width: 95%;
    height: 60px;
    margin: 0 auto;
  }
  .header_logoImg {
    width: 80px;
  }
  .header_logoText {
    border-radius: 5px;
    margin-left: 10px;
    padding: 2.5px 10px;
    font-size: 10px;
    text-align: center;
  }
  .header_link {
    color: white;
    font-size: 15px;
    margin: 20px 10px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .header_text {
    color: white;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 30px;
  }
  .header_wrap {
    margin-left: 20px;
  }
  .header_btn {
    background: #06C755;
    padding-right: 20px;
    width: 60%;
    margin: 10px auto;
    justify-content: center;
  }
  .header_btn span {
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
  }
  .header_btnImg {
    width: 38px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@keyframes header_menue-active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.openbtn1 {
  position: relative;
  background: #0A0B28;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 3px;
  border-radius: 2px;
  background: white;
  width: 60%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 90%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 90%;
}

.main {
  margin-top: 55px;
}
.main-active {
  background: rgba(217, 217, 217, 0.9);
}

@media (max-width: 1000px) {
  .main {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .main {
    margin-top: 60px;
  }
}
.fv {
  background-image: none;
  position: relative;
}
.fv_img {
  width: 100%;
}
.fv_bottomInner {
  position: absolute;
  bottom: 40px;
  left: 17.5%;
}

@media (min-width: 1500px) {
  .fv_bottomInner {
    position: absolute;
    bottom: 100px;
    left: 17.5%;
  }
}
@media (max-width: 1000px) {
  .fv_bottomInner {
    position: absolute;
    bottom: 40px;
    left: 2%;
  }
}
@media (max-width: 600px) {
  .fv {
    background-image: none;
  }
  .fv_img {
    width: 100%;
  }
}
.spCta {
  background: #333543;
  padding: 40px 0 30px;
  margin-top: -20px;
}

.about {
  background: #333543;
  margin-top: 0px;
}
.about_inner {
  position: relative;
  margin: 75px auto;
}
.about_background {
  position: absolute;
  top: 0;
}
.about_title {
  font-size: 33px;
  color: #171C61;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #CAA846;
  display: inline-block;
  margin: 0px auto 35px;
  font-weight: 500;
}
.about_wrap {
  position: relative;
  z-index: 1;
}
.about_background {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.about_img {
  width: 430px;
}
.about_list {
  margin-left: 50px;
}
.about_item {
  margin: 10px 0;
}
.about_listImg {
  width: 25px;
}
.about_text {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .about_inner {
    margin: 75px auto 50px;
    width: 90%;
  }
  .about_title {
    font-size: 28px;
    margin: 0px auto 20px;
  }
  .about_background {
    width: 100%;
  }
  .about_img {
    width: 280px;
  }
  .about_list {
    margin-left: 30px;
  }
  .about_item {
    margin: 10px 0;
  }
  .about_listImg {
    width: 20px;
  }
  .about_text {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .about {
    margin-top: 0px;
  }
  .about_inner {
    margin: 75px auto;
    width: 87.5%;
  }
  .about_title {
    font-size: 20px;
    margin: 0px auto 20px;
  }
  .about_wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about_background {
    width: 100%;
  }
  .about_img {
    width: 90%;
    margin-bottom: 10px;
  }
  .about_list {
    width: 87.5%;
    margin: 0 auto;
  }
  .about_item {
    margin: 10px 0;
  }
  .about_listImg {
    width: 17.5px;
    margin-right: 7.5px;
  }
  .about_text {
    font-size: 16px;
  }
}
.reason {
  background: #333543;
}
.reason_inner {
  padding: 100px 0;
}
.reason_coution {
  position: relative;
  font-size: 29px;
  font-weight: 500;
  color: white;
  padding-bottom: 15px;
}
.reason_coution span {
  z-index: 1;
  position: relative;
}
.reason_coutionImg {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 602px;
}
.reason_title {
  font-size: 47px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin: 10px auto 20px;
}
.reason_title-big {
  color: #CAA846;
}
.reason_list {
  width: 82.5%;
  margin: 0px auto 10px;
  max-width: 1200px;
}
.reason_item {
  background: #171C47;
  border: 2px solid #CAA846;
  margin: 40px auto;
}
.reason_img {
  width: 450px;
}
.reason_itemTitle {
  color: white;
  font-weight: 500;
  font-size: 24px;
  width: 95%;
  letter-spacing: 0.075em;
}
.reason_itemTitle span {
  border-bottom: 2px solid #CAA846;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
}
.reason_wrap {
  width: 92.5%;
}
.reason_num {
  background: #CAA846;
  padding: 15px 20px;
  margin-right: 10px;
}
.reason_numText {
  font-size: 16.2px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: center;
}
.reason_numHeading {
  font-size: 57px;
  font-weight: 300;
  line-height: 1;
}
.reason_itemText {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  padding: 20px 30px;
  line-height: 2;
  letter-spacing: 0.085;
}

@media (max-width: 1000px) {
  .reason_inner {
    padding: 75px 0;
  }
  .reason_coution {
    font-size: 24px;
  }
  .reason_coutionImg {
    width: 550px;
  }
  .reason_title {
    font-size: 37.5px;
  }
  .reason_list {
    width: 90%;
  }
  .reason_img {
    width: 300px;
  }
  .reason_itemTitle {
    font-size: 20px;
  }
  .reason_numText {
    font-size: 14px;
  }
  .reason_numHeading {
    font-size: 40px;
  }
  .reason_itemText {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .reason_inner {
    padding: 75px 0;
  }
  .reason_coution {
    font-size: 17.5px;
  }
  .reason_coutionImg {
    width: 100%;
  }
  .reason_title {
    font-size: 27.5px;
    margin: 10px auto;
  }
  .reason_item {
    margin: 40px auto;
  }
  .reason_list {
    width: 90%;
  }
  .reason_img {
    width: 100%;
  }
  .reason_wrap {
    width: 100%;
    margin-top: -5px;
  }
  .reason_itemTitle {
    font-size: 17.5px;
  }
  .reason_itemTitle span {
    margin-left: 5px;
    padding-left: 5px;
  }
  .reason_num {
    padding: 15px;
  }
  .reason_numText {
    font-size: 12px;
  }
  .reason_numHeading {
    font-size: 30px;
  }
  .reason_itemText {
    font-size: 14px;
  }
}
.service {
  background-image: url(../img/service-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 75px;
}
.service_inner {
  padding: 100px 0;
}
.service_coution {
  color: white;
  text-align: center;
  font-size: 20px;
  margin: 30px auto 40px;
}
.service_img {
  width: 333px;
}
.service_list {
  margin: 20px auto 40px;
}
.service_item {
  margin: 0 20px;
}
.service_heading {
  font-size: 24px;
  color: #CAA846;
  text-align: center;
  margin: 15px auto;
}
.service_text {
  font-size: 16px;
  color: white;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 1000px) {
  .service {
    padding: 75px 0;
  }
  .service_coution {
    font-size: 17.5px;
  }
  .service_img {
    width: 100%;
  }
  .service_list {
    margin: 20px auto 40px;
    width: 80%;
  }
  .service_item {
    margin: 0 10px;
    width: 33%;
  }
  .service_heading {
    font-size: 20px;
  }
  .service_text {
    font-size: 13px;
    text-align: start;
  }
  .service_text br {
    display: none;
  }
}
@media (max-width: 600px) {
  .service {
    padding: 50px 0;
  }
  .service_inner {
    width: 95%;
  }
  .service_coution {
    font-size: 15px;
    width: 95%;
    margin: 30px auto 10px;
  }
  .service_img {
    width: 100%;
  }
  .service_list {
    margin: 20px auto 40px;
    width: 75%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .service_item {
    margin: 20px 10px;
    width: 100%;
  }
  .service_heading {
    font-size: 24px;
    margin: 5px auto;
  }
  .service_text {
    font-size: 15px;
    text-align: start;
  }
  .service_text br {
    display: none;
  }
}
.cta {
  background-image: url(../img/cta-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-bottom {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}
.cta-active {
  display: block;
}
.cta_inner {
  padding: 40px 0 60px;
}
.cta_text {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.cta_text-fv {
  color: white;
}
.cta_btn {
  background: #31B6AD;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0px 10px 0px #1B9791;
  border-radius: 10px;
  font-size: 22.5px;
  font-weight: 600;
  padding: 15px 50px;
  position: relative;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.cta_btn:hover {
  opacity: 0.8;
}
.cta_btn-fv {
  width: 180px;
  margin: 10px 10px 80px;
}
.cta_btn-line {
  background: #00B900;
  box-shadow: 0px 10px 0px #00A000;
}
.cta_btn-reserve {
  background: #CAA846;
  box-shadow: 0px 10px 0px #AE8D31;
}
.cta_btnImg {
  position: absolute;
  top: 52.5%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 10px;
}

@media (max-width: 1000px) {
  .cta_text {
    font-size: 17.5px;
  }
  .cta_btn {
    font-size: 20px;
    padding: 15px 40px;
  }
  .cta_btn-fv {
    width: 150px;
    margin-bottom: 0;
  }
  .cta_btnImg {
    position: absolute;
    top: 52.5%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 10px;
  }
}
@media (max-width: 600px) {
  .cta {
    background-image: url(../img/cta-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cta_inner {
    padding: 40px 0 60px;
  }
  .cta_text {
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .cta_text-fv {
    color: white;
    font-size: 15px;
  }
  .cta_btn {
    background: #31B6AD;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    box-shadow: 0px 10px 0px #1B9791;
    border-radius: 10px;
    font-size: 22.5px;
    font-weight: 600;
    padding: 15px 40px;
    position: relative;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
  .cta_btn-fv {
    width: 150px;
    padding: 10px 50px;
    margin: 5px 10px 20px;
    font-size: 20px;
  }
  .cta_btn-line {
    background: #00B900;
    box-shadow: 0px 10px 0px #00A000;
  }
  .cta_btn-reserve {
    background: #CAA846;
    box-shadow: 0px 10px 0px #AE8D31;
  }
  .cta_btnImg {
    position: absolute;
    top: 52.5%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 10px;
  }
}
.voice {
  background: #333543;
  padding: 100px 0 75px;
}
.voice_coution {
  color: white;
  text-align: center;
  font-size: 20px;
  margin: 30px auto 40px;
}
.voice_list {
  width: 82.5%;
  margin: 0px auto 10px;
  max-width: 1200px;
}
.voice_item {
  border: 2px solid #CAA846;
  margin: 40px auto;
  background: white;
}
.voice_img {
  width: 345px;
}
.voice_heading {
  font-size: 24px;
  color: #171C61;
  padding: 20px 30px;
}
.voice_text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 30px;
  line-height: 2;
  letter-spacing: 0.085;
  font-weight: 500;
}
.voice_wrap {
  padding: 40px 30px;
}

@media (max-width: 1000px) {
  .voice_coution {
    font-size: 15px;
    width: 95%;
    margin: 30px auto 10px;
  }
  .voice_img {
    width: 300px;
  }
  .voice_heading {
    font-size: 20px;
    color: #171C61;
    padding: 10px 20px;
  }
  .voice_text {
    font-size: 14px;
    padding: 0 20px;
    line-height: 1.4;
  }
  .voice_wrap {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .voice {
    padding: 50px 0;
  }
  .voice_coution {
    font-size: 15px;
  }
  .voice_img {
    width: 100%;
  }
  .voice_item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .voice_heading {
    font-size: 20px;
    color: #171C61;
    padding: 10px 20px;
  }
  .voice_text {
    font-size: 14px;
    padding: 0 20px;
    line-height: 1.4;
  }
  .voice_wrap {
    padding: 10px 0;
  }
}
.price {
  background-image: url(../img/price-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 75px;
}
.price_wrap {
  width: 60%;
  margin: 100px auto 0;
  max-width: 1200px;
}
.price_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  color: white;
  text-align: center;
  margin-bottom: 25px;
}
.price_table {
  width: 100%;
  border: 3px solid #CAA846;
  border-collapse: collapse;
}
.price_img {
  height: 90px;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 20%;
  left: -10px;
}
.price_th {
  background: #E6E6E6;
  color: #171C61;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  border: 2px solid #CAA846;
  padding: 20px 0;
}
.price_th-33 {
  width: 33%;
}
.price_th-50 {
  width: 50%;
}
.price_td {
  background: white;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #CAA846;
  padding: 20px 0;
  font-weight: 500;
}
.price_td-pink {
  background: #FFEEEF;
  position: relative;
}
.price_td-green {
  background: #E6FFF4;
}
.price_td-blue {
  background: #EDF2FF;
}
.price_td-yellow {
  background: #FFF9E6;
}
.price_text {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  margin-top: 5px;
}

@media (max-width: 1000px) {
  .price_wrap {
    width: 70%;
    margin: 50px auto 0;
  }
  .price_heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .price_img {
    height: 60px;
  }
}
@media (max-width: 1000px) {
  .price {
    padding: 50px 0;
  }
  .price_wrap {
    width: 90%;
    margin: 50px auto 0;
  }
  .price_heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .price_img {
    height: 60px;
    top: 0%;
    left: -30px;
  }
  .price_th {
    font-size: 17.5px;
  }
  .price_td {
    font-size: 17.5px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #CAA846;
    padding: 20px 0;
  }
}
.faq {
  background: #333543;
  padding: 100px 0 75px;
}
.faq_coution {
  color: white;
  text-align: center;
  font-size: 20px;
  margin: 30px auto 40px;
}
.faq_list {
  width: 77.5%;
  margin: 20px auto 10px;
  max-width: 1200px;
}
.faq_item {
  margin-bottom: 40px;
}
.faq_qWrap {
  border: 2px solid #CAA846;
  background: white;
}
.faq_q, .faq_a {
  font-size: 43px;
  color: #CAA846;
  line-height: 1;
}
.faq_qWrap, .faq_aWrap {
  padding: 10px 30px 20px;
}
.faq_qText {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #171C61;
  margin-left: 40px;
  margin-top: 5px;
}
.faq_qWrap {
  margin-bottom: 10px;
}
.faq_aText {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: white;
  margin-left: 40px;
}

@media (max-width: 1000px) {
  .faq_coution {
    font-size: 17.5px;
  }
  .faq_list {
    width: 80%;
  }
  .faq_q, .faq_a {
    font-size: 35px;
  }
  .faq_qText {
    font-size: 18px;
  }
  .faq_aText {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .faq {
    padding: 50px 0;
  }
  .faq_inner {
    width: 95%;
    margin: auto;
  }
  .faq_coution {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .faq_list {
    width: 90%;
  }
  .faq_q, .faq_a {
    font-size: 30px;
  }
  .faq_qWrap, .faq_aWrap {
    padding: 10px 20px;
  }
  .faq_qText {
    font-size: 15px;
    margin-left: 20px;
  }
  .faq_aText {
    font-size: 12.5px;
    margin-left: 20px;
  }
  .faq_item {
    margin-bottom: 20px;
  }
}
.access {
  background-image: url(../img/access-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 250px;
}
.access_wrap {
  margin-top: 50px;
}
.access_heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 2.5px 0px;
  width: 100px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.32);
  margin-right: 30px;
}
.access_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: white;
  text-align: center;
  padding: 2.5px 0px;
  font-weight: 500;
}
.access_item {
  margin: 20px 0;
}
.access_list {
  margin-top: 50px;
}

@media (max-width: 1000px) {
  .access_wrap iframe {
    width: 600px;
    height: 400px;
  }
}
@media (max-width: 600px) {
  .access {
    padding: 50px 0;
  }
  .access_wrap {
    width: 87.5%;
  }
  .access_wrap iframe {
    width: 100%;
    height: 300px;
    margin: 10px auto;
    display: block;
  }
  .access_heading {
    font-size: 15px;
    color: white;
    text-align: center;
    padding: 2.5px 0px;
    width: 70px;
    margin-right: 20px;
  }
  .access_text {
    font-size: 15px;
    text-align: left;
  }
}
.footer {
  background: #171C47;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
}

.manga {
  background-image: url(../img/access-background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 75px;
  margin-top: -20px;
}
.manga_inner {
  width: 100%;
  margin: 0 auto;
}
.manga_img {
  width: 100%;
}
.manga_list {
  width: 50%;
  margin: 0px auto 0px;
  max-width: 1200px;
}
.manga_item {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .manga {
    padding: 0;
    margin-top: 0;
  }
  .manga_inner {
    width: 100%;
    margin: 0 auto;
  }
  .manga_img {
    width: 100%;
  }
  .manga_list {
    width: 100%;
    margin: 0 auto;
  }
  .manga_item {
    width: 100%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=index.css.map */