@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

ul, li, h2, p, h4, h3, dt, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

@media (min-width: 1200px) {
  .repc {
    display: block;
  }

  .resp {
    display: none;
  }

  img.repc {
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .repc {
    display: none;
  }

  .resp {
    display: block;
  }

  img.resp {
    display: inline-block;
  }
}
a:hover, .hov:hover {
  opacity: 0.7;
}

body {
  font-size: 15px;
  color: #4b4b4b;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
    font-family: "MS Pゴシック", sans-serif;
  }
}

header {
  width: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg_header.png) no-repeat top center;
  padding-top: 20px;
  z-index: 100;
}
@media (min-width: 1200px) {
  header {
    position: fixed;
    min-height: 150px;
  }
}
@media (max-width: 1200px) {
  header {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding-bottom: 1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  }
}
header::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  background: rgb(234, 146, 85);
  background: linear-gradient(270deg, rgb(234, 146, 85) 0%, rgb(255, 187, 79) 50%, rgb(234, 146, 85) 100%);
}
@media (max-width: 1200px) {
  header > h1 {
    margin-left: 1rem;
    width: 100%;
    max-width: 247px;
  }
  header > h1 img {
    width: 100%;
  }
}
header .glonav {
  margin: auto;
}
@media (min-width: 1200px) {
  header .glonav {
    display: flex;
    justify-content: space-between;
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  header .glonav {
    position: fixed;
    right: 0;
    top: 0;
    padding: 20% 20px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    height: 100vh;
    width: 100vw;
    z-index: 200;
    display: none;
  }
}
header .glonav h1 {
  width: 100%;
  max-width: 247px;
}
header .glonav h1 img {
  width: 100%;
}
@media (max-width: 1200px) {
  header .glonav h1 {
    width: 90%;
    margin: auto;
    max-width: none;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  header .glonav ul {
    display: flex;
  }
}
header .glonav ul li .contact {
  padding: 0.5rem !important;
  margin-top: 0.5rem;
  width: 12rem;
}
@media (max-width: 1200px) {
  header .glonav ul li .contact {
    width: 100%;
    padding-top: 1rem;
    margin: 2rem auto;
    width: 90%;
  }
}
@media (max-width: 1200px) {
  header .glonav ul li {
    font-size: 1.5rem;
    border-top: 1px solid #ccc;
  }
}
header .glonav ul li a {
  display: block;
  padding: 1rem;
}
header .glonav ul li a:hover {
  cursor: pointer;
  -webkit-text-decoration: underline #feb94f;
          text-decoration: underline #feb94f;
}
header .btn_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 18%;
  z-index: 400;
}
header .btn_menu img {
  width: 100%;
  height: auto;
  padding-top: 0;
}
header .btn_close {
  position: fixed;
  right: 0;
  top: 0;
  width: 18%;
  z-index: 500;
  display: none;
}
header .btn_close img {
  width: 100%;
  height: auto;
  padding-top: 0;
}

section {
  background: url(../img/bg_section.png) no-repeat top center;
  background-size: 100% auto;
  padding: 50px 0 100px;
}
@media (max-width: 1200px) {
  section {
    background: url(../img/bg_section.png) no-repeat top right;
    background-size: 100% auto;
    padding: 3rem 0 3rem;
  }
}
section .ttl_section {
  background: url(../img/ttl_section.png) no-repeat center center;
  background-size: 100% auto;
  font-size: 3.1rem;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 45px;
}
@media (max-width: 1200px) {
  section .ttl_section {
    font-size: 1.8rem;
    margin-top: 0;
    line-height: 2rem;
  }
}
section .ttl_section p {
  display: inline-block;
  background: #fff;
  padding: 0 1rem;
  margin-left: calc(50% - 600px);
}
@media (max-width: 1200px) {
  section .ttl_section p {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  section .ttl_section span {
    color: #ea9255;
    background: linear-gradient(270deg, rgb(234, 146, 85) 0%, rgb(255, 187, 79) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 1200px) {
  section .ttl_section span {
    background: none;
    color: #ea9255;
  }
}
section .txt_ttl_section {
  font-size: 1.1rem;
  margin: -10px auto 80px;
  padding-left: 20px;
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  section .txt_ttl_section {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  section .txt_ttl_section {
    font-size: 1rem;
    margin: 0 1rem 2rem;
    padding-left: 0;
    line-height: 1.2rem;
  }
}
section .contents {
  margin: auto;
}
@media (min-width: 1200px) {
  section .contents {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  section .list_cont {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
section .list_cont .box_cont {
  width: 30%;
  border-radius: 10px;
  box-shadow: 0 6px 13px #ccc;
}
@media (max-width: 1200px) {
  section .list_cont .box_cont {
    width: 80%;
    margin: 0 auto 3rem;
  }
}
section .list_cont .box_cont h4 {
  background: url(../img/ttl_item.png) no-repeat bottom center;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 8px #a05018;
  padding: 0.7rem;
  min-height: 80px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  line-height: 1.3rem;
}
@media (max-width: 1200px) {
  section .list_cont .box_cont h4 {
    background: url(../img/ttl_item.png) no-repeat top center;
    background-size: 100% 80%;
  }
}
section .list_cont .box_cont h4.fonts {
  font-size: 1rem;
}
section .list_cont .box_cont p {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 10px;
}
section .list_cont .box_cont p img {
  width: 98%;
  max-width: 329px;
}
section .list_cont .box_cont ul {
  width: 92%;
  margin: 0 auto 1rem;
}
section .list_cont .box_cont ul li {
  font-size: 0.85rem;
  display: inline-block;
  -webkit-text-decoration: underline #eb9455;
          text-decoration: underline #eb9455;
  text-underline-offset: 4px;
  margin-bottom: 0.5rem;
  text-align: left;
  width: 100%;
}
section .list_cont .box_cont ul li::before {
  content: "●";
  color: #ffa25e;
}

section#mv {
  padding: 0;
}
@media (min-width: 1200px) {
  section#mv {
    margin-top: 50px;
  }
}
section#mv .resp {
  position: relative;
  z-index: 80;
  margin-top: 5%;
}
section#mv .video_wrap {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
section#mv video {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
}
section#mv .pattern {
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
section#mv .pattern img {
  width: 100%;
}
section#mv .box_txt {
  color: #fff;
  position: absolute;
  left: calc(50% - 600px);
  top: 200px;
  z-index: 90;
}
@media (max-width: 1200px) {
  section#mv .box_txt {
    left: 5%;
    top: 30%;
  }
}
section#mv .box_txt h2 {
  font-size: 3.1rem;
  font-weight: bold;
  color: #ea9255;
  background: linear-gradient(270deg, rgb(234, 146, 85) 0%, rgb(255, 187, 79) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  section#mv .box_txt h2 {
    font-size: 2rem;
  }
}
section#mv .box_txt .text {
  line-height: 1.8rem;
  font-size: 1.2rem;
  text-shadow: 0 0 5px #000;
  margin: 10px 0;
}
@media (max-width: 1200px) {
  section#mv .box_txt .text {
    font-size: 1rem;
    margin: 0.5rem 0;
    width: 90%;
    line-height: 1.3rem;
  }
}
section#mv .box_txt .btn_orange {
  width: 16rem;
  margin: 2rem 0;
  font-size: 1.2rem;
}
@media (max-width: 1200px) {
  section#mv .box_txt .btn_orange {
    margin: 1rem 0;
  }
}

.box_gray {
  background: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 80px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .box_gray {
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
}

section#price {
  padding-bottom: 0;
}
section#price .box_cont h4 {
  font-size: 1.3rem;
  padding: 0.7rem 0 40px;
}
section#price .box_cont h4 span {
  text-shadow: none;
  font-size: 1rem;
  display: block;
}
section#price .box_cont p {
  margin-top: -5px;
}
section#price .box_cont .txt_price {
  background: #515151;
  border-radius: 0 0 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.2rem;
  letter-spacing: 2px;
}
section#price .box_cont .txt_price span {
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  section#price .box_gray .contents {
    display: flex;
    justify-content: space-around;
  }
}
section#price .box_gray .contents h2 {
  border-bottom: 3px solid #feb94f;
  border-left: 10px solid #eb9455;
  padding: 3px 3px 3px 8px;
  font-weight: bold;
  font-size: 1.1rem;
}
section#price .box_gray .contents .box_camera {
  width: 45%;
}
@media (max-width: 1200px) {
  section#price .box_gray .contents .box_camera {
    width: 90%;
    margin: auto;
  }
}
section#price .box_gray .contents .box_camera p {
  background: #fff;
  margin-top: 20px;
  text-align: center;
}
section#price .box_gray .contents .box_why {
  width: 45%;
}
@media (max-width: 1200px) {
  section#price .box_gray .contents .box_why {
    width: 90%;
    margin: 2rem auto 0;
  }
}
section#price .box_gray .contents .box_why p {
  margin: 20px 0;
}
section#price .box_gray .contents .box_why p img {
  margin-top: 20px;
}

section#ticket {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  section#ticket .img_ticket {
    text-align: center;
  }
  section#ticket .img_ticket img {
    width: 90%;
    max-width: 732px;
  }
}

@media (max-width: 1200px) {
  section#others .box_cont {
    padding-bottom: 0.5rem;
  }
}
section#others .box_cont h4 {
  padding: 0.8rem 0 40px;
}
section#others .box_cont h4 span {
  font-size: 1rem;
  display: block;
}
section#others .box_cont p {
  margin-top: 0;
  margin-bottom: 20px;
}
section#others .box_cont p img {
  width: 90%;
  max-width: 233px;
}
section#others .box_cont.scs {
  margin-top: 40px;
}
section#others .box_cont.scs h4 {
  background: url(../img/ttl_item_scs.png) no-repeat top center;
  text-shadow: 0 0 8px #1e496a;
  background-size: 100% 80%;
}

section#contact .btn_orange {
  font-size: 1.7rem;
  width: 20rem;
  border-radius: 30px;
  margin: 80px auto 1rem;
}
@media (max-width: 1200px) {
  section#contact .btn_orange {
    width: 90%;
    margin: 2rem auto 1rem;
  }
}

.btn_blue {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 0.5rem;
  color: #fff;
  width: 10rem;
  border-radius: 20px;
  margin: 0 auto 1rem;
  font-weight: bold;
  background: linear-gradient(270deg, rgb(85, 136, 174) 0%, rgb(153, 204, 242) 100%);
}
.btn_blue:hover {
  cursor: pointer;
}

.btn_orange {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 0.6rem 0.5rem 0.5rem 0.5rem;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  background: linear-gradient(270deg, rgb(234, 146, 85) 0%, rgb(255, 187, 79) 100%);
}
.btn_orange:hover {
  cursor: pointer;
}

section.nav_bottom {
  background: #f3f3f3;
}
@media (min-width: 1200px) {
  section.nav_bottom nav {
    display: flex;
    justify-content: center;
  }
}
section.nav_bottom nav h2 {
  width: 25%;
  max-width: 246px;
  margin-right: 1rem;
}
@media (max-width: 1200px) {
  section.nav_bottom nav h2 {
    width: 90%;
    margin: 0 0 1rem 1rem;
    text-align: left;
  }
}
section.nav_bottom nav h2 img {
  width: 100%;
}
section.nav_bottom nav ul {
  width: 25%;
  border-left: solid 1px #dadada;
}
@media (max-width: 1200px) {
  section.nav_bottom nav ul {
    width: 90%;
    margin: auto;
  }
}
section.nav_bottom nav ul li a {
  display: block;
  padding: 0.5rem 1rem;
}
section.nav_bottom nav ul li a:hover {
  cursor: pointer;
  -webkit-text-decoration: underline #feb94f;
          text-decoration: underline #feb94f;
}

footer {
  background: #f3f3f3;
}
footer p {
  background: url(../img/bg_footer.png) no-repeat top center;
  background-size: 100% auto;
  text-align: center;
  padding: 1rem;
  min-height: 80px;
  padding-top: 40px;
  color: #fff;
}
@media (max-width: 1200px) {
  footer p {
    background-size: auto 100%;
  }
}

body.sub section#contact {
  background: none;
  padding-bottom: 0;
  border-bottom: 1px solid #fff;
}
body.sub section#contact .btn_blue, body.sub section#contact .btn_orange {
  font-size: 1.7rem;
  width: 20rem;
  border-radius: 30px;
  margin: 2rem auto;
}
body.sub section#contact .box_gray {
  background: #f7f7f7;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
}

body#scs header::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  background: #308cb4;
  background: linear-gradient(270deg, rgb(85, 136, 174) 0%, rgb(153, 204, 242) 50%, rgb(85, 136, 174) 100%);
}
body#scs section#scs {
  padding: 50px 0 0;
  background: none;
  margin-top: 40px;
}
body#scs .ttl_section {
  background: url(../img/ttl_section_blue.png) no-repeat center center;
  background-size: 100% auto;
  margin-top: 50px;
}
body#scs .ttl_section span {
  color: #308cb4;
  background: linear-gradient(270deg, rgb(85, 136, 174) 0%, rgb(153, 204, 242) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#scs .box_cont {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #99ccf2;
  width: 30%;
  margin: 0 10%;
  padding: 0.5rem 1rem 1rem;
}
@media (max-width: 1200px) {
  body#scs .box_cont {
    width: 90%;
    margin: 1rem 5% !important;
  }
}
body#scs .box_cont:first-child {
  margin: 0 10% 0 0;
}
body#scs .box_cont.box_2 {
  order: 2;
}
body#scs .box_cont.box_3 {
  order: 3;
  margin: -2rem 10% 0 0%;
}
body#scs .box_cont p {
  margin-top: 1rem;
}
body#scs .box_cont p img {
  width: 20%;
  max-width: 52px;
}
body#scs .box_cont .txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
body#scs footer p {
  background: url(../img/bg_footer_blue.png) no-repeat top center;
  background-size: 100% auto;
}
@media (max-width: 1200px) {
  body#scs footer p {
    background-size: auto 100%;
  }
}

body#company section#company_detail {
  padding: 50px 0 0;
  background: none;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  body#company section#company_detail .contents {
    width: 90%;
    margin: 2rem auto;
  }
}
body#company section#company_detail h4 {
  border-bottom: 3px solid #ea9255;
  margin-bottom: 1rem;
  margin-top: 2rem;
  padding: 0.3rem 0;
}
body#company section#company_detail dt {
  border-bottom: 1px solid #feb94f;
  padding: 0.2rem;
  font-weight: bold;
}
body#company section#company_detail dd {
  margin-bottom: 2rem;
  padding: 0.2rem;
  line-height: 1.5rem;
}

body#contact section#contact_form {
  padding: 50px 0 0;
  background: none;
  margin-top: 40px;
}
body#contact form {
  border-top: 3px solid #ea9255;
  border-bottom: 3px solid #ea9255;
  padding: 3rem 0;
}
body#contact dl {
  width: 90%;
  max-width: 800px;
}
@media (min-width: 1200px) {
  body#contact dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 8%;
  }
}
@media (max-width: 1200px) {
  body#contact dl {
    margin: auto;
  }
}
body#contact dl dt, body#contact dl dd {
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  body#contact dl dt, body#contact dl dd {
    margin-bottom: 0.2rem;
  }
}
body#contact dl dt {
  width: 25%;
  text-align: right;
  font-weight: bold;
}
@media (max-width: 1200px) {
  body#contact dl dt {
    width: 100%;
    text-align: left;
  }
}
body#contact dl dt span {
  background: #ea9255;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  padding: 0.1rem 0.2rem;
  margin-right: 0.2rem;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
body#contact dl dd {
  width: 74%;
}
@media (max-width: 1200px) {
  body#contact dl dd {
    width: 100%;
    margin-bottom: 1rem;
  }
}
body#contact dl input, body#contact dl textarea {
  border: 1px solid #ccc;
  width: 100%;
}
body#contact .submit {
  text-align: center;
}
body#contact .submit input {
  display: inline-block;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 1px;
  padding: 0.6rem 0.5rem 0.5rem 0.5rem;
  color: #fff;
  border-radius: 25px;
  font-weight: bold;
  width: 10rem;
  margin: 0 1rem;
}
body#contact .submit input:hover {
  cursor: pointer;
  opacity: 0.8;
}
body#contact .submit input:first-child {
  background: linear-gradient(270deg, rgb(234, 146, 85) 0%, rgb(255, 187, 79) 100%);
}
@media (max-width: 1200px) {
  body#contact .submit input:first-child {
    margin-bottom: 1rem;
  }
}
body#contact .submit input:last-child {
  background: #999;
}
body#contact .box_etc {
  text-align: center;
  margin-top: 2rem;
}
body#contact .box_etc .btn_orange {
  width: 30rem;
  margin: 0.3rem auto 2rem;
  padding: 0.5rem;
}
@media (max-width: 1200px) {
  body#contact .box_etc .btn_orange {
    width: 80%;
  }
}/*# sourceMappingURL=common.css.map */