html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  background-color: #123e65;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
}

.global_head {
  margin-bottom: 0;
}

.global_foot {
  border-top: 1px solid #fff;
  width: 100%;
}
.global_foot .guide {
  max-width: 1080px;
  margin: 0 auto;
}
.global_foot ul {
  padding: 0;
}

.wrap {
  background-color: #123e65;
  max-width: 767px;
  margin: 0 auto;
}
.wrap .content section {
  padding: 0 0 20px 0;
}
.wrap .content .top,
.wrap .content .bottom {
  width: 120px;
  background-color: #c1ced8;
  margin: 0 auto;
}
.wrap .content .top h1,
.wrap .content .bottom h1 {
  text-indent: -9999px;
  height: 0;
  margin: 0;
  padding: 0;
}
.wrap .content .top img,
.wrap .content .bottom img {
  width: 100%;
}
.wrap .content .bottom {
  display: none;
}
.wrap .content .block h3 {
  background-color: #000;
  color: #fff;
  margin: 20px 0 0 0;
  padding: 11px 0 9px 15px;
  text-align: left;
  font-size: 1.2em;
  line-height: 100%;
}
.wrap .content .block h3:first-child {
  margin-top: 0;
}
.wrap .content .block p {
  text-align: left;
  margin: 10px 10px 0 15px;
}
.wrap .content .block table {
  margin: 20px auto 0 auto;
  border-collapse: collapse;
}
.wrap .content .block table caption {
  text-align: left;
  margin: 0 0 0 5px;
}
.wrap .content .block table th,
.wrap .content .block table td {
  color: #123e65;
  border: 1px solid #123e65;
  line-height: 100%;
  padding: 6px 0 5px 0;
}
.wrap .content .block table th {
  width: 75px;
}
.wrap .content .area {
  margin: 20px 0 0 0;
}
.wrap .content .area img {
  float: right;
  shape-margin: 5px;
  -webkit-shape-outside: url(../img/bg.png);
  shape-outside: url(../img/bg.png);
  max-width: 350px;
  width: 75%;
  margin-top: 50px;
}
.wrap .content .area p {
  margin: 0 10px 0 10px;
  text-align: left;
}
.wrap .content .area::after {
  clear: right;
}
.wrap .content .items {
  margin: 20px 0 0 0;
}
.wrap .content .items h2 {
  background-color: #000;
  text-align: center;
  font-size: 1.2em;
  margin: 0 5px 10px 5px;
  line-height: 100%;
  padding: 9px 0 7px 0;
}
.wrap .content .items ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.wrap .content .items ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.wrap .content .items ul li img {
  width: 90%;
  text-align: center;
  vertical-align: bottom;
}
.wrap .content .items ul li p {
  text-align: center;
  margin: 0;
  padding: 0;
}
.wrap .content .order1 {
  -moz-box-ordinal-group: 1;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.wrap .content .order3 {
  -moz-box-ordinal-group: 3;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.wrap .planning section {
  width: calc(100% - 20px);
  margin: 0 auto;
  text-align: left;
}
.wrap .planning section h3 {
  background-color: #c1ced8;
  color: #000;
  padding: 11px 0 9px 15px;
  font-size: 1.2em;
  line-height: 100%;
}
.wrap .planning section ul {
  padding-left: 2.5em;
}
.wrap .planning section li {
  text-align: left;
  margin-right: 1em;
}
.wrap .planning section p {
  margin: 1em;
}
.wrap .planning section .caption {
  font-size: 1.2em;
  font-weight: 600;
}
.wrap .planning section .button {
  color: #fff;
  background-color: #a82020;
  font-size: 1.2em;
  font-weight: 600;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 0;
  line-height: 100%;
  width: 280px;
  text-align: center;
  display: block;
  margin: 20px auto;
}
.wrap .planning section.photo figure {
  padding: 0;
  margin: 20px 10px 0 10px;
}
.wrap .planning section.photo figure img {
  width: 100%;
}
.wrap .a_planning {
  display: block;
  padding: 5px 10px;
  margin: 20px auto 0 auto;
  width: 276px;
  border: 2px #fff solid;
}
.wrap .a_planning a {
  color: #fff;
}

.body {
  background-color: #fff;
  width: 100%;
}
.body .menu {
  background-color: #fff;
  color: #123e65;
}

@-webkit-keyframes move {
  0% {
    margin-top: -20px;
    opacity: 0;
  }
  30% {
    margin-top: -10px;
    opacity: 0.7;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes move {
  0% {
    margin-top: -20px;
    opacity: 0;
  }
  30% {
    margin-top: -10px;
    opacity: 0.7;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
h4 {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 1.5em;
  padding: 8px 0 7px 0;
  line-height: 100%;
}
h4 img {
  vertical-align: bottom;
  width: 30px;
}

.twitter {
  width: 300px;
  margin: 20px auto;
}
.twitter .twtr-box {
  width: calc(100% - 12px);
  margin: 0 0 10px 0;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation-name: move;
  animation-name: move;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.twitter .twtr-box .box {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #eee;
}
.twitter .twtr-box .box .spacer {
  padding-bottom: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
}
.twitter .twtr-box .box .spacer:hover {
  opacity: 0.5;
}
.twitter .twtr-box .box img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.twitter .twtr-box p {
  margin: 7px 3px;
  text-align: left;
}
.twitter .twtr-box .links {
  color: #fff;
  background: none;
  text-align: left;
  display: inline-block;
  margin: 0 0 0 5px;
  line-height: 100%;
}

.twitter-next {
  margin: 0 auto 30px auto;
  text-align: center;
  padding: 7px 0 5px 0;
  font-size: 1.3em;
  width: 120px;
  background-color: #c1ced8;
  color: #000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 100%;
  cursor: pointer;
}
.twitter-next:hover {
  background-color: #dee6ed;
}

@media (min-width: 768px) {
  body {
    min-width: 320px;
    background-color: #123e65;
    font-size: 1.3rem;
    line-height: 1.8;
    color: #fff;
  }

  .global_head {
    margin-bottom: 0;
  }

  .global_foot {
    max-width: 100%;
    min-width: 768px;
  }
  .global_foot .guide {
    max-width: 1080px;
    margin: 0 auto;
  }
  .global_foot ul {
    -webkit-display: flex;
    display: flex;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .wrap {
    background-color: #123e65;
    max-width: 1080px;
    margin: 0 auto;
  }
  .wrap .content {
    -webkit-display: flex;
    display: flex;
  }
  .wrap .content section {
    padding: 0 0 20px 0;
  }
  .wrap .content .top,
  .wrap .content .bottom {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 120px;
    background-color: #c1ced8;
  }
  .wrap .content .top h1,
  .wrap .content .bottom h1 {
    text-indent: -9999px;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .wrap .content .top img,
  .wrap .content .bottom img {
    width: 100%;
  }
  .wrap .content .bottom {
    display: block;
  }
  .wrap .content .block {
    width: calc((100% - 120px)/2);
    margin: 0;
  }
  .wrap .content .block h3 {
    background-color: #000;
    color: #fff;
    margin: 20px 0 0 0;
    padding: 11px 0 9px 15px;
    text-align: left;
    font-size: 1.2em;
    line-height: 100%;
  }
  .wrap .content .block h3:first-child {
    margin-top: 0;
  }
  .wrap .content .block p {
    text-align: left;
    margin: 10px 0 0 25px;
  }
  .wrap .content .block table {
    margin: 20px 0 0 25px;
    border-collapse: collapse;
  }
  .wrap .content .block table caption {
    text-align: left;
    margin: 0 0 0 5px;
  }
  .wrap .content .block table th,
  .wrap .content .block table td {
    color: #123e65;
    border: 1px solid #123e65;
    line-height: 100%;
    padding: 6px 0 5px 0;
  }
  .wrap .content .block table th {
    width: 80px;
  }
  .wrap .content .area {
    margin: 20px 0 0 0;
  }
  .wrap .content .area img {
    float: right;
    shape-margin: 5px;
    -webkit-shape-outside: url(../img/bg.png);
    shape-outside: url(../img/bg.png);
    max-width: 75%;
    width: 75%;
    margin-top: 50px;
  }
  .wrap .content .area p {
    margin: 0 10px 0 10px;
    text-align: left;
  }
  .wrap .content .area::after {
    clear: right;
  }
  .wrap .content .items {
    margin: 20px 0 0 0;
  }
  .wrap .content .items h2 {
    background: none;
    text-align: center;
    font-size: 1.2em;
    margin: 0 0 10px 0;
  }
  .wrap .content .items ul {
    -webkit-display: flex;
    display: flex;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
  }
  .wrap .content .items ul li {
    margin: 0;
    padding: 0;
    width: 33.33%;
  }
  .wrap .content .items ul li img {
    width: 90%;
    text-align: center;
    vertical-align: bottom;
  }
  .wrap .content .items ul li p {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .wrap .content .order1 {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .wrap .content .order3 {
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .wrap .planning {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .wrap .planning section {
    width: 60%;
    text-align: left;
  }
  .wrap .planning section h3 {
    background-color: #c1ced8;
    color: #000;
    padding: 11px 0 9px 15px;
    font-size: 1.2em;
    line-height: 100%;
  }
  .wrap .planning section ul {
    padding-left: 2.5em;
  }
  .wrap .planning section li {
    text-align: left;
    margin-right: 1em;
  }
  .wrap .planning section p {
    margin: 1em;
  }
  .wrap .planning section .caption {
    font-size: 1.2em;
    font-weight: 600;
  }
  .wrap .planning section .button {
    color: #fff;
    background-color: #a82020;
    font-size: 1.2em;
    font-weight: 600;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 0;
    line-height: 100%;
    width: 280px;
    text-align: center;
    display: block;
    margin: 20px auto;
  }
  .wrap .planning section.photo {
    width: 40%;
  }
  .wrap .planning section.photo figure {
    padding: 10px 20px;
    margin: 0;
  }
  .wrap .planning section.photo figure img {
    width: 100%;
  }
  .wrap .a_planning {
    display: none;
  }

  .body {
    background-color: #fff;
    width: 100%;
  }
  .body .menu {
    background-color: #fff;
    color: #123e65;
  }

  h4 {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 1.5em;
    padding: 8px 0 7px 0;
    line-height: 100%;
  }
  h4 img {
    vertical-align: bottom;
    width: 30px;
  }

  .twitter {
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin: 20px 0 20px -10px;
  }
  .twitter .twtr-box {
    width: calc(25% - 22px);
    margin: 0 0 10px 10px;
    padding: 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  .twitter .twtr-box .box {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #eee;
  }
  .twitter .twtr-box .box .spacer {
    padding-bottom: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
  }
  .twitter .twtr-box .box .spacer:hover {
    opacity: 0.5;
  }
  .twitter .twtr-box .box img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .twitter .twtr-box p {
    margin: 7px 3px;
    text-align: left;
  }
  .twitter .twtr-box .links {
    color: #fff;
    background: none;
    text-align: left;
    display: inline-block;
    margin: 0 0 0 5px;
    line-height: 100%;
  }

  .twitter-next {
    margin: 0 auto 30px auto;
    text-align: center;
    padding: 7px 0 5px 0;
    font-size: 1.3em;
    width: 120px;
    background-color: #c1ced8;
    color: #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 100%;
    cursor: pointer;
  }
  .twitter-next:hover {
    background-color: #dee6ed;
  }
}

/*# sourceMappingURL=style.css.map */
