/* CSS Document */
body {
  background: #fff; }

#breadcrumbs {
  text-align: left; }

.page_nav {
  width: 1000px;
  margin: auto auto 20px auto;
  text-align: center;
  display: flex;
  justify-content: space-between; }

.disnone {
  display: none; }

.top {
  text-align: center;
  background: #fff;
  line-height: 60px; }

#header {
  background: url(../img/bg.jpg);
  line-height: 312px;
  text-align: center;
  padding-top: 40px; }

* {
  box-sizing: border-box; }

section {
  text-align: center;
  background: #eea144;
  padding-top: 75px;
  margin-top: -40px;
  padding-bottom: 70px; }
  section .movie {
    height: 786px;
    background: url(../img/img06.png) top no-repeat; }
    section .movie video {
      width: 800px;
      margin: 120px auto auto auto;
      text-align: center; }

#camp_footer {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: #ccc 1px solid;
  margin-bottom: -50px; }
  #camp_footer .camp_footer_inner {
    width: 800px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    height: 30px; }
    #camp_footer .camp_footer_inner div {
      width: 330px; }
    #camp_footer .camp_footer_inner ul {
      width: 400px;
      display: flex;
      justify-content: space-between; }
      #camp_footer .camp_footer_inner ul .sns_icon {
        width: 30px;
        height: 30px; }
      #camp_footer .camp_footer_inner ul li:first-child {
        width: 280px;
        border: #000 1px solid;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
