@charset "UTF-8";
@import url(normalize.css);
/*-------------
 common
-------------*/
* {
  margin: 0;
  padding: 0; }

.sp {
  display: none; }

html {
  font-size: 62.5%; }

body {
  background-color: #000;
  color: #fff;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1; }

a:link,
a:hover,
a:visited {
  color: #fff; }

img {
  max-width: 100%;
  height: auto;
  border-style: none; }

p.clear {
  clear: both; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-left {
  text-align: left; }

a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=70)"; }

.imgleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em; }

.imgright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }

.view-pc {
  display: block; }

.view-sp {
  display: none; }

/*----------------------
 layout
------------------------*/
.sf-header {
  width: 100%;
  height: auto;
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff; }

.contents {
  width: 100%;
  background-image: url(../images/pc/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 45px; }

.header {
  width: 715px;
  margin: 0 auto; }

.main {
  width: 1000px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  padding: 40px 100px 35px;
  color: #fff; }

section {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

/*----------------------
 header
------------------------*/
.sf-header .sf-header-wrapper {
  /* width: 1000px; */
  height: 30px;
  margin: 0 auto;
  padding: 0 10px; }
  .sf-header .sf-header-wrapper p {
    margin: 0;
    padding: 0; }
    .sf-header .sf-header-wrapper p img {
      height: 30px;
      width: auto; }

.header .collabo {
  margin: 0;
  padding: 35px 0 10px; }
.header .logo-campaign {
  margin: 0 0 90px; }
  .header .logo-campaign h1 {
    margin: 0;
    padding: 0; }

/*----------------------
 contents
------------------------*/
.section-tour h2 {
  font-size: 36px;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.6em;
  text-align: center;
  font-weight: normal; }
  .section-tour h2 span {
    display: block; }
.section-tour .list-tour-01 ul {
  margin: 0;
  padding: 0; }
  .section-tour .list-tour-01 ul li {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0; }
    .section-tour .list-tour-01 ul li .whale-watching ul {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .section-tour .list-tour-01 ul li .whale-watching ul li {
        width: 388px;
        margin: 10px 0 0; }
.section-tour .list-tour-02 ul {
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .section-tour .list-tour-02 ul li {
    list-style-type: none;
    margin: 0 0 18px;
    padding: 0; }
.section-tour .list-tour-03 ul {
  margin: 0 0 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .section-tour .list-tour-03 ul li {
    list-style-type: none;
    margin: 0 0 18px;
    padding: 0; }
.section-tour .list-tour-03 ul::after {
  content: "";
  display: block;
  width: 253px; }
.section-tour .flow {
  background-color: #eceaea;
  padding: 15px 0; }
  .section-tour .flow h2 {
    background-color: #000;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.5em;
    margin: 0 0 25px 0; }
  .section-tour .flow .flow-body {
    margin: 0 auto 25px;
    text-align: center; }
  .section-tour .flow .note {
    width: 730px;
    margin: 0 auto 30px;
    color: #000; }
    .section-tour .flow .note h3 {
      margin: 0 0 10px; }
    .section-tour .flow .note dl {
      margin: 0 auto;
      padding: 0;
      font-family: sans-serif;
      font-size: 0.8em;
      line-height: 1.4em;
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .section-tour .flow .note dl dt {
        margin-bottom: 1px;
        width: 155px;
        padding: 8px 15px;
        box-sizing: border-box;
        background-color: #cdcdcd;
        vertical-align: middle; }
      .section-tour .flow .note dl dd {
        margin-bottom: 1px;
        width: 574px;
        padding: 8px 15px;
        box-sizing: border-box;
        background-color: #fff;
        display: inline-block; }
        .section-tour .flow .note dl dd ul {
          margin: 0 0 0 1em; }

.flight-schedule {
  margin: 60px auto 70px; }
  .flight-schedule h2 {
    padding: 18px 0;
    margin: 0 auto 35px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    letter-spacing: 0.3em;
    font-weight: normal; }
  .flight-schedule .date {
    margin: 0 0 30px 0;
    font-size: 2.5em;
    text-align: center;
    font-weight: 600; }
    .flight-schedule .date .year {
      font-size: 0.8em; }
  .flight-schedule .tbl {
    margin-bottom: 45px; }
  .flight-schedule .soratabi {
    margin-bottom: 40px; }
  .flight-schedule .btn-reserve p {
    width: 600px;
    height: 90px;
    margin: 0 auto; }
    .flight-schedule .btn-reserve p a {
      width: 600px;
      height: 90px;
      box-sizing: border-box;
      display: block;
      text-decoration: none;
      color: #fff;
      font-weight: 600;
      font-family: sans-serif;
      border: 5px solid #cdcdcd;
      position: relative; }
      .flight-schedule .btn-reserve p a span {
        font-size: 1.5em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
    .flight-schedule .btn-reserve p a::after {
      content: "\f0da";
      font-family: FontAwesome;
      color: #fff;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }

.graph {
  margin: 0;
  padding: 30px 0 85px; }
  .graph h2 {
    font-size: 1.75em;
    text-align: center;
    line-height: 1.75em;
    margin-bottom: 30px;
    font-weight: normal; }
    .graph h2 span {
      display: block; }

.plan {
  margin: 0 auto;
  padding: 20px 0 20px;
  text-align: center; }
  .plan h2 {
    margin: 0 auto 35px auto;
    box-sizing: border-box;
    font-size: 2.5em;
    display: block;
    font-weight: normal; }
    .plan h2 span {
      display: inline-block;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;
      padding: 20px 0;
      position: static; }
  .plan .plan-caption {
    font-size: 1.8em;
    line-height: 1.5em;
    letter-spacing: 0;
    margin-bottom: 30px; }
    .plan .plan-caption span {
      display: block; }
  .plan ul {
    margin: 0;
    padding: 0; }
    .plan ul li {
      margin: 0 0 50px;
      padding: 0;
      list-style-type: none; }
      .plan ul li .style-link {
        width: 618px;
        margin: 1em auto;
        text-align: left;
        font-family: sans-serif; }
  .plan .copy {
    font-family: "Roboto", sans-serif; }
