@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: none; }

.view-sp {
  display: block; }

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

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

.header {
  width: 85%;
  margin: 0 auto; }

.main {
  width: 92%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  padding: 20px 20px;
  color: #fff; }

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

/*----------------------
 header
------------------------*/
.sf-header .sf-header-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .sf-header .sf-header-wrapper p {
    margin: 0;
    padding: 0;
    text-align: center; }
    .sf-header .sf-header-wrapper p img {
      min-height: 35px;
      width: auto; }

.header .collabo {
  margin: 0;
  padding: 35px 0 10px;
  width: 50%; }
.header .logo-campaign {
  margin: 0 0 3em; }
  .header .logo-campaign h1 {
    margin: 0;
    padding: 0; }

/*----------------------
 contents
------------------------*/
.section-tour h2 {
  font-size: 1.3em;
  margin: 0 0 1em;
  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 0.8em;
    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: 48%;
        margin: 10px 0 0;
        line-eheight: 1.5em; }
.section-tour .list-tour-02 ul {
  margin: 0;
  padding: 0;
  /* @media screen and (min-width: 376px) { */
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* } */ }
  .section-tour .list-tour-02 ul li {
    width: 100%;
    box-sizing: border-box;
    list-style-type: none;
    margin: 0 0 0.8em;
    padding: 0; }
  .section-tour .list-tour-02 ul li {
    width: 48%; }
.section-tour .list-tour-03 ul {
  margin: 0 0 0;
  padding: 0;
  /* @media screen and (min-width: 376px) { */
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* } */ }
  .section-tour .list-tour-03 ul li {
    width: 100%;
    box-sizing: border-box;
    list-style-type: none;
    margin: 0 0 0.8em;
    padding: 0; }
    .section-tour .list-tour-03 ul li img {
      min-width: 100%;
      height: auto; }
  .section-tour .list-tour-03 ul li {
    width: 48%; }
.section-tour .flow {
  background-color: #eceaea;
  padding: 0.8em 0; }
  .section-tour .flow h2 {
    background-color: #000;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.5em;
    margin: 0 0 0.5em 0; }
  .section-tour .flow .flow-body {
    margin: 0 auto 0.5em;
    text-align: center;
    width: 95%; }
  .section-tour .flow .note {
    width: 95%;
    margin: 0 auto 0;
    color: #000; }
    .section-tour .flow .note h3 {
      margin: 0 0 0.8em; }
    .section-tour .flow .note dl {
      margin: 0 auto;
      padding: 0;
      font-family: sans-serif;
      font-size: 0.9em;
      line-height: 1.4em; }
      .section-tour .flow .note dl dt {
        width: 100%;
        padding: 0.5em 0.8em;
        box-sizing: border-box;
        background-color: #cdcdcd;
        vertical-align: middle; }
      .section-tour .flow .note dl dd {
        width: 100%;
        margin-bottom: 1px;
        padding: 0.5em 0.8em;
        box-sizing: border-box;
        display: inline-block; }
        .section-tour .flow .note dl dd ul {
          margin: 0 0 0 1em; }

.flight-schedule {
  margin: 1.5em auto; }
  .flight-schedule h2 {
    padding: 18px 0;
    margin: 0 auto 1em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    letter-spacing: 0.3em; }
  .flight-schedule .date {
    margin: 0 0 1em 0;
    font-size: 1.3em;
    text-align: center;
    font-weight: 600; }
    @media screen and (min-width: 321px) {
      .flight-schedule .date {
        font-size: 1.1em; } }
    @media screen and (min-width: 376px) {
      .flight-schedule .date {
        font-size: 1.3em; } }
    @media screen and (min-width: 426px) {
      .flight-schedule .date {
        font-size: 2.5em; } }
    .flight-schedule .date .year {
      font-size: 0.6em; }
  .flight-schedule .tbl {
    margin-bottom: 1em; }
  .flight-schedule .soratabi {
    margin-bottom: 1.5em; }
  .flight-schedule .btn-reserve p {
    width: 90%;
    height: 5em;
    margin: 0 auto; }
    .flight-schedule .btn-reserve p a {
      width: 100%;
      height: 5em;
      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: 2em 0 2em; }
  .graph h2 {
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 321px) {
      .graph h2 {
        font-size: 1em; } }
    @media screen and (min-width: 376px) {
      .graph h2 {
        font-size: 1em; } }
    @media screen and (min-width: 426px) {
      .graph h2 {
        font-size: 1.5em; } }
    .graph h2 span {
      display: block; }

.plan {
  margin: 0 auto;
  padding: 1em 0 1em;
  text-align: center; }
  .plan h2 {
    margin: 0 auto 1em auto;
    box-sizing: border-box;
    display: block; }
    @media screen and (min-width: 321px) {
      .plan h2 {
        font-size: 1em; } }
    @media screen and (min-width: 376px) {
      .plan h2 {
        font-size: 1.2em; } }
    @media screen and (min-width: 426px) {
      .plan h2 {
        font-size: 2em; } }
    .plan h2 span {
      display: inline-block;
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff;
      padding: 20px 0;
      position: static; }
  .plan .plan-caption {
    line-height: 1.5em;
    letter-spacing: 0.8;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 321px) {
      .plan .plan-caption {
        font-size: 1em; } }
    @media screen and (min-width: 376px) {
      .plan .plan-caption {
        font-size: 1em; } }
    @media screen and (min-width: 426px) {
      .plan .plan-caption {
        font-size: 1.5em; } }
    .plan .plan-caption span {
      display: block; }
  .plan ul {
    margin: 0;
    padding: 0; }
    .plan ul li {
      margin: 0 0 1.8em;
      padding: 0;
      list-style-type: none; }
      .plan ul li .style-link {
        width: 100%;
        margin: 1em auto;
        text-align: left;
        font-family: sans-serif; }
  .plan .copy {
    font-family: "Roboto", sans-serif; }
