/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./Site/User/Web/scss/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*************************************************
 変数定義
**************************************************/
/*------------------------------------------------
 フォント
------------------------------------------------*/
.wv-font-sm3 {
  font-size: 10px; }

.wv-font-sm2 {
  font-size: 12px; }

.wv-font-sm {
  font-size: 14px; }

.wv-font-lg {
  font-size: 18px; }

.wv-font-lg2 {
  font-size: 20px; }

.wv-font-lg3 {
  font-size: 24px; }

.wv-font-lg4 {
  font-size: 28px; }

.wv-font-lg5 {
  font-size: 32px; }

/*
 * アイコンフォント
 *
 * 例
 *     <div class="wv-i i-info">テキスト</div>
 *     <div class="wv-i i-search">テキスト</div>
 */
.wv-i {
  list-style: none; }
  .wv-i:before {
    font-family: 'Font Awesome 5 Free';
    color: #0077bf;
    margin-right: 3px;
    font-weight: bold; }
  .wv-i.i-info:before {
    content: "\f05a"; }
  .wv-i.i-search:before {
    content: "\f002"; }
  .wv-i.i-hand:before {
    content: "\f0a4"; }
  .wv-i.i-question:before {
    content: "\f059"; }
  .wv-i.i-exclamation:before {
    content: "\f071"; }
  .wv-i.i-search-plus:before {
    content: "\f00e"; }

i.fa-star {
  color: #f4f4f4; }

i.fa-star-half-alt {
  color: #ffe933; }

i.starYellow {
  color: #ffe933; }

.text-red {
  color: red; }

/*-------------------------------------------------
 タグ共通設定
-------------------------------------------------*/
html, body {
  height: 100%;
  color: #333333;
  font: 16px "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 14px; } }

@media print {
  body {
    -webkit-print-color-adjust: exact; }
  a[href]:after {
    content: "" !important; }
  abbr[title]:after {
    content: "" !important; } }

a, a:hover, a:focus {
  text-decoration: none;
  transition: 0.5s;
  color: #333333; }

figure {
  margin: 0; }

/*************************************************
 UI部品
*************************************************/
/*------------------------------------------------
 ボタン
------------------------------------------------*/
.btn-primary {
  background-color: #001826;
  border-color: #001826; }

.btn-outline-secondary {
  border-color: #001826; }

.width-half-center {
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important; }

.box-btnSns {
  padding-top: 15px; }
  .box-btnSns .btnSns {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    @media screen and (max-width: 768px) {
      .box-btnSns .btnSns {
        margin-left: 0.2rem;
        margin-right: 0.2rem; } }
    .box-btnSns .btnSns img {
      max-height: 50px;
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        .box-btnSns .btnSns img {
          max-height: 30px;
          width: 100%; } }

.btnSnsLogin img {
  width: 100%;
  max-width: 300px; }

/*------------------------------------------------
 フォーム
------------------------------------------------*/
input[type="radio"] {
  transform: scale(1.5);
  margin-right: 0.5em; }

input[name="birthday"] {
  width: 120px;
  ime-mode: inactive; }

input[name="zip"] {
  width: 120px;
  ime-mode: inactive; }

/*------------------------------------------------
 ページャ
------------------------------------------------*/
.box-pager .wv-pager {
  margin: 5px;
  text-align: center;
  font-size: 14px; }
  .box-pager .wv-pager ul {
    margin: 0;
    padding: 0; }
    .box-pager .wv-pager ul li {
      display: inline-block; }
      .box-pager .wv-pager ul li a {
        background: #0077bf;
        color: white;
        border-radius: 5px;
        padding: 5px 10px; }
        .box-pager .wv-pager ul li a:hover, .box-pager .wv-pager ul li a:active, .box-pager .wv-pager ul li a:focus {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      @media screen and (max-width: 768px) {
        .box-pager .wv-pager ul li {
          margin-left: 2px;
          margin-right: 2px; }
          .box-pager .wv-pager ul li a {
            font-size: 12px;
            padding: 5px 7px; } }
  .box-pager .wv-pager .status-active a {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .box-pager .wv-pager .summary {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .box-pager .wv-pager .summary {
        display: none; } }

/*------------------------------------------------
 テーブル
------------------------------------------------*/
table.wv-table thead tr {
  border-left: dotted 1px #dfdfdf;
  border-right: dotted 1px #dfdfdf;
  border-bottom: dotted 1px #dfdfdf;
  background-color: #EEEEEE; }
  table.wv-table thead tr:first-child {
    border-top: dotted 1px #dfdfdf; }
  table.wv-table thead tr th {
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 0 #dfdfdf; }

table.wv-table tbody tr {
  border-left: dotted 1px #dfdfdf;
  border-right: dotted 1px #dfdfdf;
  border-bottom: dotted 1px #dfdfdf; }
  table.wv-table tbody tr:first-child {
    border-top: dotted 1px #dfdfdf; }
  table.wv-table tbody tr td {
    padding: 10px;
    text-align: left; }
    table.wv-table tbody tr td:first-child {
      background-color: #F5EDD1; }

table.bs-custom tr:last-child {
  border-bottom: solid 1px #dfdfdf; }

table.bs-custom tr th {
  background: #EEEEEE; }

/*------------------------------------------------
 定義リスト
------------------------------------------------*/
.box-wv-dlalign-default dl.wv-dlalign {
  padding: 0.8rem 0.1rem; }
  @media screen and (max-width: 768px) {
    .box-wv-dlalign-default dl.wv-dlalign {
      padding: 0 0.9rem; } }
  .box-wv-dlalign-default dl.wv-dlalign dt {
    background-color: #EEEEEE;
    font-weight: normal;
    padding: 0.5rem;
    border-top: dotted 1px #dfdfdf; }
    .box-wv-dlalign-default dl.wv-dlalign dt:last-of-type {
      border-bottom: dotted 1px #dfdfdf; }
    @media screen and (max-width: 768px) {
      .box-wv-dlalign-default dl.wv-dlalign dt {
        color: #333333;
        background-color: white;
        border: none;
        border-left: solid 5px #001826;
        font-weight: bold;
        padding: .3rem .3rem; }
        .box-wv-dlalign-default dl.wv-dlalign dt:last-of-type {
          border-bottom: none; } }
  .box-wv-dlalign-default dl.wv-dlalign dd {
    margin-bottom: .5rem;
    border-top: dotted 1px #dfdfdf;
    padding: 0.5rem; }
    .box-wv-dlalign-default dl.wv-dlalign dd:last-child {
      border-bottom: dotted 1px #dfdfdf; }
    @media screen and (max-width: 768px) {
      .box-wv-dlalign-default dl.wv-dlalign dd {
        border: none;
        padding: 0 0.2rem 0.3rem; }
        .box-wv-dlalign-default dl.wv-dlalign dd:last-child {
          border-bottom: none; } }

.line-left-dlalign {
  border-left: solid 5px #001826;
  font-weight: bold;
  padding: .3rem .3rem; }

@media screen and (max-width: 768px) {
  .box-wv-dlalign {
    padding: 0.2rem 0.5rem; } }

@media screen and (max-width: 768px) {
  .box-wv-dlalign .border-sp {
    border: dotted 2px #dfdfdf;
    border-radius: 10px; } }

.box-wv-dlalign dl.wv-dlalign {
  padding: 0.8rem 0.1rem; }
  .box-wv-dlalign dl.wv-dlalign dt {
    background-color: #EEEEEE;
    font-weight: normal;
    padding: 0.5rem;
    border-top: dotted 1px #dfdfdf; }
    .box-wv-dlalign dl.wv-dlalign dt:last-of-type {
      border-bottom: dotted 1px #dfdfdf; }
    @media screen and (max-width: 768px) {
      .box-wv-dlalign dl.wv-dlalign dt {
        color: #333333;
        background-color: white;
        border: none;
        margin-left: 20px;
        padding: 0.5rem 0.2rem 0; }
        .box-wv-dlalign dl.wv-dlalign dt:last-of-type {
          border-bottom: none; }
        .box-wv-dlalign dl.wv-dlalign dt:before {
          font-family: "Font Awesome 5 Free";
          content: "\f0c8";
          font-weight: bold;
          font-style: normal;
          color: #001826;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          position: absolute;
          left: -1.0em; } }
  .box-wv-dlalign dl.wv-dlalign dd {
    margin-bottom: 0;
    border-top: dotted 1px #dfdfdf;
    padding: 0.5rem; }
    .box-wv-dlalign dl.wv-dlalign dd:last-child {
      border-bottom: dotted 1px #dfdfdf; }
    @media screen and (max-width: 768px) {
      .box-wv-dlalign dl.wv-dlalign dd {
        border: none;
        padding: 0 0.2rem 0.3rem; }
        .box-wv-dlalign dl.wv-dlalign dd:last-child {
          border-bottom: none; } }

/*------------------------------------------------
 リスト
------------------------------------------------*/
@media screen and (max-width: 768px) {
  .list-group-item {
    padding: 0.25rem 0.25rem; } }

ul.wv-ul-disc {
  list-style-type: disc; }

ul.wv-ul-none {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 0; }

ul.wv-ul-custom {
  font-size: 16px;
  -webkit-padding-start: 20px; }
  ul.wv-ul-custom li {
    list-style: none;
    position: relative; }
    ul.wv-ul-custom li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f0c8";
      font-weight: bold;
      font-style: normal;
      line-height: 1.5;
      color: #0077bf;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: -0.8em; }
  ul.wv-ul-custom > li:before {
    left: -1.2em;
    content: "\f0c8"; }
  ul.wv-ul-custom > li > ul > li:before {
    left: -0.8em;
    content: "\f0da"; }

ul.wv-ul-check {
  -webkit-padding-start: 30px; }
  ul.wv-ul-check > li {
    list-style: none;
    position: relative; }
    ul.wv-ul-check > li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f05d";
      font-weight: bold;
      font-style: normal;
      font-size: 20px;
      line-height: 1.2;
      color: #0077bf;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: -1.0em; }

ol.wv-ol-parenthesis {
  list-style-type: none;
  padding: 0 0.5em; }
  ol.wv-ol-parenthesis > li {
    padding: 0 30px;
    counter-increment: cnt; }
    ol.wv-ol-parenthesis > li:before {
      position: absolute;
      left: 1.5rem;
      content: "(" counter(cnt) ") "; }

ol.wv-ol-circle {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em; }
  ol.wv-ol-circle li {
    position: relative;
    padding: 0.3em 0.3em 0.3em 30px; }
    ol.wv-ol-circle li:before {
      position: absolute;
      counter-increment: number;
      content: counter(number);
      display: inline-block;
      background: #001826;
      color: white;
      border-radius: 50%;
      left: 0;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      /*
             top: 50%;
             -moz-transform: translateY(-50%);
             -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
             -ms-transform: translateY(-50%);
             transform: translateY(-50%);
             */ }

.toHelp {
  text-decoration: underline;
  font-weight: bold; }

/*------------------------------------------------
 見出し
------------------------------------------------*/
.title-page {
  padding: 10px;
  font-size: 32px;
  text-shadow: 1px 1px 2px #333; }

h2.title-page {
  font-size: 28px; }

.title-sub {
  margin: 5px 0 10px 0;
  padding: 3px 10px;
  border-left: 6px solid #001826;
  font-size: 20px;
  text-shadow: 1px 1px 2px #333; }

.box-title-sub {
  background: rgba(255, 182, 193, 0.5);
  padding: 10px;
  border-radius: 10px;
  font-size: 20px; }

.title-line-left {
  border-left: solid 6px #001826;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  text-align: left; }

.title-line-left-sm {
  border-left: solid 6px #001826;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  text-align: left; }

/*------------------------------------------------
 ボーダー
------------------------------------------------*/
.wv-border-outline {
  border: 1px solid #001826;
  border-radius: 10px;
  padding: 10px; }

/*------------------------------------------------
 水平線
------------------------------------------------*/
.wv-hr1 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

.wv-hr1-lg {
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #fff; }

.wv-hr2 {
  border-top: 3px double #bbb;
  border-bottom: 3px double #fff;
  margin: 10px 0; }

.wv-hr-dotted {
  border-top: 1px dotted #bbb; }

.wv-border-last {
  border-bottom: 1px solid #dee2e6; }

/*------------------------------------------------
 タブ・メニュー
------------------------------------------------*/
.tabSort .nav .nav-item a.active, .tabSort .nav .nav-item a:hover {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .tabSort {
    font-size: 12px; } }

.tabMyPage .nav .nav-item a {
  border: 1px solid #6e6e6e; }
  .tabMyPage .nav .nav-item a.active, .tabMyPage .nav .nav-item a:hover {
    font-weight: bold; }

@media screen and (max-width: 768px) {
  .tabMyPage {
    font-size: 10px; }
    .tabMyPage .nav-link {
      padding-left: 0;
      padding-right: 0; } }

/*------------------------------------------------
 モーダルダイアログ
------------------------------------------------*/
#loading {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
  z-index: 1001;
  display: none; }

#loadingMap {
  position: fixed;
  left: 50%;
  top: 20%;
  margin: -50px 0 0 -50px;
  z-index: 1002;
  display: none; }

.wv-modal-back {
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 200%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  display: none; }

.modal-default {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
  min-height: 200px;
  background: white;
  z-index: 1100;
  display: none; }
  .modal-default .dialog__wrap {
    width: 100%;
    height: 100%;
    padding: 10px; }
    .modal-default .dialog__wrap .dialog__head {
      font-size: 20px;
      text-align: center;
      border-bottom: 1px solid #373737; }
    .modal-default .dialog__wrap .dialog__body {
      padding: 10px; }
    .modal-default .dialog__wrap .dialog__btn_close {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
    .modal-default .dialog__wrap .dialog__btn_regist {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
  @media screen and (max-width: 768px) {
    .modal-default {
      width: 90%; } }

.open-modal-default:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.boxUploadImgModal {
  width: 100%; }
  .boxUploadImgModal .uploadImgModal {
    display: none;
    position: fixed;
    top: 20px;
    z-index: 2000;
    width: 50%;
    background: white;
    padding: 10px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .boxUploadImgModal .uploadImgModal {
        width: 90%; } }
    .boxUploadImgModal .uploadImgModal img {
      max-width: 70%;
      height: auto; }
    .boxUploadImgModal .uploadImgModal input[name="uploadData"] {
      display: none; }
    .boxUploadImgModal .uploadImgModal #execUpload {
      display: none; }
    .boxUploadImgModal .uploadImgModal .editCaution {
      display: none; }

/*------------------------------------------------
 コンポーネント
------------------------------------------------*/
.img-circle {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px; }

.img-circle-lg {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 180px;
  width: 180px; }

.img-circle-sm {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 40px;
  width: 40px; }

.img-circle-ss {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 30px;
  width: 30px; }

.update-time {
  font-size: 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin: .3rem 0; }

.item-searchForm {
  padding: 10px 30px;
  background: #fafafa;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  width: 100%;
  text-align: left;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .item-searchForm {
      padding: 10px 10px; } }
  .item-searchForm .categoryList {
    font-size: 14px; }
  .item-searchForm .searchForm__keyword input {
    display: inline-block;
    max-width: 500px; }
  .item-searchForm .searchForm__btn .btn {
    font-size: 14px; }
  .item-searchForm .boxToggleForm {
    display: none; }
  .item-searchForm .btnCloseForm, .item-searchForm .btnOpenForm {
    font-size: 18px;
    display: none; }

/*
 *
 * 船宿リスト（通常レイアウト）
 *
 */
.boathouseList .boathouseTitle {
  padding: 0.8rem;
  font-size: 20px;
  font-weight: bold; }
  .boathouseList .boathouseTitle a {
    font-weight: bold; }
  .boathouseList .boathouseTitle .lblItemStatus {
    padding: .4rem;
    padding-bottom: .15rem;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 10px; }
    .boathouseList .boathouseTitle .lblItemStatus.new {
      background: #EC660B;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .boathouseList .boathouseTitle .lblItemStatus.recommend {
      background: #0077bf;
      opacity: 0.8;
      filter: alpha(opacity=80);
      color: #faf3a0; }

/*
 *
 * 船宿リスト（カードレイアウト）
 *
 */
.itemList .card {
  height: 100%; }
  .itemList .card .box-img-thumbnail {
    position: relative; }
    .itemList .card .box-img-thumbnail .lblItemStatus {
      position: absolute;
      top: 0;
      left: 0;
      padding: .5rem;
      font-size: 20px;
      font-weight: bold;
      color: white;
      border-bottom-right-radius: 20px; }
      .itemList .card .box-img-thumbnail .lblItemStatus.new {
        background: #EC660B;
        opacity: 0.8;
        filter: alpha(opacity=80); }
  .itemList .card .card-body {
    line-height: 1.5; }
    .itemList .card .card-body hr {
      margin-top: .2rem;
      margin-bottom: .2rem; }
    .itemList .card .card-body .card-category {
      background-color: #001826;
      color: white;
      padding: 2px 5px;
      margin: 3px 0;
      border-radius: 3px;
      font-size: 12px; }
    .itemList .card .card-body .card-brand {
      font-size: 12px; }
    .itemList .card .card-body .card-title {
      font-size: 18px;
      font-weight: bold;
      color: #000609; }
    .itemList .card .card-body .card-item-title {
      background: #0077bf;
      border-radius: 3px;
      color: white;
      padding: 0.2rem;
      font-size: 14px; }
    .itemList .card .card-body .card-item-title-sub {
      background: #6e6e6e;
      border-radius: 3px;
      color: white;
      padding: 0.2rem;
      margin-right: 0.2rem; }
    .itemList .card .card-body .card-recom {
      font-size: 14px; }
    .itemList .card .card-body .card-text {
      font-size: 14px;
      margin-bottom: 2rem; }
    .itemList .card .card-body .card-time {
      position: absolute;
      bottom: 1px; }
  .itemList .card .card-category .card-category_Item {
    background: #001826;
    border-radius: 10px;
    padding: 0 8px;
    font-size: 12px;
    color: white; }

/*
 *
 * 船宿詳細
 *
 */
.lblItemDetail {
  padding: .4rem;
  padding-bottom: .15rem;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border-radius: 10px; }
  .lblItemDetail.new {
    background: #EC660B;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .lblItemDetail.recommend {
    background: #0077bf;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #faf3a0; }

/*-------------------------------------------------
 バリデーション
-------------------------------------------------*/
.wvInvalid {
  background: #d9534f; }

.formErrorMessage {
  color: #d9534f;
  font-size: 14px;
  display: none; }

/*------------------------------------------------
 その他
------------------------------------------------*/
/*
    空白調整
    Bootstrap 空白ユーティリティ
 */
/*
    段落(<>p)の空白調整
    p の Bootstrap デフォルト値：margin-top: 0; margin-bottom: 1rem;
    上下が均等でなく下のみ割り振られているので、フォームのラベル等で利用する際に上下均等にする。
 */
p.mtb-even {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.wv-w-3 {
  width: 3%; }

.wv-w-5 {
  width: 5%; }

.wv-w-10 {
  width: 10%; }

.wv-w-15 {
  width: 15%; }

.wv-w-20 {
  width: 20%; }

.wv-w-25 {
  width: 25%; }

.wv-w-30 {
  width: 30%; }

.wv-w-40 {
  width: 40%; }

.wv-w-50 {
  width: 50%; }

.wv-w-60 {
  width: 60%; }

.wv-w-70 {
  width: 70%; }

.wv-w-80 {
  width: 80%; }

.wv-w-90 {
  width: 90%; }

.wv-w-100 {
  width: 100%; }

.wv-wpx-5 {
  width: 5px; }

.wv-wpx-10 {
  width: 10px; }

.wv-wpx-15 {
  width: 15px; }

.wv-wpx-20 {
  width: 20px; }

.wv-wpx-30 {
  width: 30px; }

.wv-wpx-40 {
  width: 40px; }

.wv-wpx-50 {
  width: 50px; }

.wv-wpx-60 {
  width: 60px; }

.wv-wpx-70 {
  width: 70px; }

.wv-wpx-80 {
  width: 80px; }

.wv-wpx-90 {
  width: 90px; }

.wv-wpx-100 {
  width: 100px; }

.wv-wpx-125 {
  width: 125px; }

.wv-wpx-150 {
  width: 150px; }

.wv-wpx-200 {
  width: 200px; }

.wv-wpx-300 {
  width: 300px; }

/*
    表示調整
    Bootstrap 表示ユーティリティ
 */
/*
    垂直方向の余白調整（上下余白）
    用例：<div class="vspace10"></div>
 */
.vspace5 {
  height: 5px; }

.vspace10 {
  height: 10px; }

.vspace20 {
  height: 20px; }

.vspace30 {
  height: 30px; }

.vspace40 {
  height: 40px; }

.vspace50 {
  height: 50px; }

.vspace100 {
  height: 100px; }

.vspace150 {
  height: 150px; }

.vspace200 {
  height: 200px; }

.vspace300 {
  height: 300px; }

.wv-breadCrumb {
  margin-top: 5px;
  font-size: 12px; }

.breadcrumb {
  padding: .3rem .3rem;
  font-size: 12px;
  background: none; }

.mark-status-active {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px; }

.mark-require:before {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #C00C00;
  opacity: 0.7;
  filter: alpha(opacity=70);
  content: "必須";
  margin-left: 1px; }

.mark-require-after:after {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #C00C00;
  opacity: 0.7;
  filter: alpha(opacity=70);
  content: "必須";
  margin-left: 1px; }

.mark-status-unchecked {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #C00C00; }

.mark-status-primary {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #034AA6; }

.annotation {
  color: #333333;
  font-size: 14px; }
  .annotation a {
    font-weight: bold; }

.caution {
  color: #000040;
  font-size: 16px; }
  .caution a {
    font-weight: bold; }

.caution-lg {
  color: #000040;
  font-size: 18px; }
  .caution-lg a {
    font-weight: bold; }

.box-caution {
  color: #000040;
  font-size: 20px;
  padding: 20px; }
  .box-caution a {
    font-weight: bold; }

.box-caution-sm {
  color: #000040;
  font-size: 16px;
  padding: 20px; }
  .box-caution-sm a {
    font-weight: bold; }

.box-caution-ex {
  color: #000040;
  font-size: 20px;
  padding: 20px 15px;
  background: #a9e1ee;
  border: 1px solid #333333;
  border-radius: 8px; }
  .box-caution-ex a {
    font-weight: bold; }

.box-caution-recommend {
  color: #000040;
  color: #0f6674;
  border: 1px dotted #001826;
  border-radius: 10px;
  padding: 10px; }
  .box-caution-recommend a {
    font-weight: bold; }

.box-contents {
  color: #000040;
  font-size: 18px;
  padding: 20px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #EEEEEE;
  border: 1px solid #333333;
  border-radius: 8px; }
  .box-contents a {
    font-weight: bold; }

.arrow-box {
  position: absolute;
  display: none;
  padding: 10px;
  border-radius: 8px;
  background: #333333;
  color: white; }
  .arrow-box:after {
    position: absolute;
    bottom: 100%;
    left: 5%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid rgba(51, 51, 51, 0);
    border-bottom-color: #333333;
    border-width: 10px;
    pointer-events: none;
    content: " "; }

/*************************************************
 各画面
*************************************************/
/*-------------------------------------------------
 ヘッダー
-------------------------------------------------*/
header {
  color: white; }
  @media screen and (max-width: 768px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 800;
      width: 100%; } }
  header a {
    color: white; }
  header nav.navbar {
    padding-top: .3rem;
    padding-bottom: 0;
    background: #001826; }
    header nav.navbar .navbar-brand {
      font-size: 15px;
      color: white !important;
      margin-right: 0.5rem; }
      header nav.navbar .navbar-brand img {
        width: 30px; }
      @media screen and (max-width: 768px) {
        header nav.navbar .navbar-brand .navbar-brand {
          padding-bottom: 0; }
          header nav.navbar .navbar-brand .navbar-brand img {
            width: 35px; } }
    header nav.navbar .navbar-nav .img-circle-ss {
      margin: 0; }
    @media screen and (max-width: 768px) {
      header nav.navbar #menu {
        margin-top: 0.5rem; }
        header nav.navbar #menu .navbar-nav li.nav-item {
          padding: 8px 0;
          width: 100%;
          text-align: left !important;
          border-bottom: 1px solid #d7e3ef; }
          header nav.navbar #menu .navbar-nav li.nav-item:first-child {
            border-top: 1px solid #d7e3ef; }
          header nav.navbar #menu .navbar-nav li.nav-item:last-child {
            border-bottom: none; } }
  header .navbar-light .navbar-nav .nav-link {
    color: white; }
  header .navbar-light {
    transition: all 1s 0s ease; }
    header .navbar-light ul.navbar-nav li.nav-item {
      position: relative; }
      header .navbar-light ul.navbar-nav li.nav-item a.nav-link {
        color: white;
        text-shadow: 1px 1px 2px #333; }
        @media screen and (max-width: 768px) {
          header .navbar-light ul.navbar-nav li.nav-item a.nav-link::after {
            position: absolute;
            top: 30%;
            right: 20px;
            font-family: 'Font Awesome 5 Free';
            content: "\f105";
            font-weight: 900; } }
    header .navbar-light .navbar-brand img {
      opacity: 0;
      -webkit-animation: fadeIn 2s ease 0.1s 1 normal forwards;
              animation: fadeIn 2s ease 0.1s 1 normal forwards; }
    header .navbar-light .navbar-toggler {
      padding: 0.4rem 0.2rem 0.1rem 0.2rem;
      border-color: transparent; }
      header .navbar-light .navbar-toggler i.fa-times {
        color: white;
        padding-top: 10px;
        display: none; }
    header .navbar-light .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
    header .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      background-image: url('data:image/svg+xml;charset=utf8,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-1{fill:none;stroke:white;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><title/><g id="cross"><line class="cls-1" x1="7" x2="25" y1="7" y2="25"/><line class="cls-1" x1="7" x2="25" y1="25" y2="7"/></g></svg>'); }
  header .header-alert {
    position: relative; }
    header .header-alert .alert-count {
      display: inline-block;
      background-color: #EC660B;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 12px;
      line-height: 35px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        header .header-alert .alert-count {
          width: 35px;
          height: 35px; } }
  header .hr-tabMenuBottom {
    height: 15px;
    background: white; }
  header .mainMenu {
    background: #001826;
    text-align: center; }
    header .mainMenu ul.nav-tabs {
      border-bottom: none; }
    header .mainMenu ul {
      border-bottom: 1px solid #001826; }
      header .mainMenu ul li {
        margin-left: 5px;
        margin-right: 5px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 10px 15px 5px 15px;
        background: white;
        opacity: 0.8; }
        header .mainMenu ul li a {
          color: #333333;
          letter-spacing: 2px;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); }
        header .mainMenu ul li.active {
          opacity: 1; }

.collapsing {
  transition: height 0.1s ease; }

.btnHistoryBack {
  display: none; }

.btnHistoryBackNative {
  display: none;
  position: fixed;
  z-index: 998;
  top: 40px;
  left: 40px; }
  .btnHistoryBackNative a {
    display: block;
    background-color: #0077bf;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #333333; }
    .btnHistoryBackNative a p {
      font-size: 16px;
      padding-top: 10px;
      font-weight: bold; }
    .btnHistoryBackNative a i {
      margin-top: -10px;
      font-size: 30px; }

.page-head-img {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden; }

.boxImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: bgAnime 15s 1 forwards;
          animation: bgAnime 15s 1 forwards;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white; }
  .boxImage .boxText {
    position: absolute;
    width: 100%;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px #1f2335;
    padding-left: 40px;
    padding-right: 40px;
    opacity: 0;
    -webkit-animation: fadeIn 2s ease 2s 1 normal forwards;
            animation: fadeIn 2s ease 2s 1 normal forwards; }
    .boxImage .boxText .boxText-title {
      font-size: 2.4rem; }
    .boxImage .boxText .boxText-catch {
      font-size: 1.8rem;
      opacity: 0;
      -webkit-animation: fadeIn 3s ease-in-out 5s 1 normal forwards;
              animation: fadeIn 3s ease-in-out 5s 1 normal forwards; }
    .boxImage .boxText .detail {
      font-size: 1.4rem;
      opacity: 0;
      -webkit-animation: fadeIn 4s ease-in-out 8s 1 normal forwards;
              animation: fadeIn 4s ease-in-out 8s 1 normal forwards; }
  .boxImage::before {
    position: absolute;
    content: '';
    background-color: rgba(66, 100, 163, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh; }
  .boxImage.h-short {
    height: 40vh; }
    .boxImage.h-short::before {
      background-color: rgba(66, 100, 163, 0.7);
      height: 40vh; }

@media screen and (max-width: 768px) {
  .boxImage {
    background-attachment: scroll; }
    .boxImage .boxText .boxText-title {
      font-size: 18px; }
    .boxImage .boxText .boxText-catch {
      font-size: 16px; }
    .boxImage .boxText .detail {
      font-size: 12px; } }

/*-------------------------------------------------
 フッター
-------------------------------------------------*/
footer {
  background: #001826;
  color: white; }
  footer .navbar-brand {
    padding-top: 0; }
  footer a, footer a:hover, footer a:focus {
    color: white; }
  footer .linkSns {
    margin-bottom: 15px; }
    footer .linkSns img {
      width: 50px;
      margin-left: 2%;
      margin-right: 2%; }
  @media screen and (max-width: 768px) {
    footer .foooterMenuTitle {
      padding-bottom: 5px;
      border-bottom: 1px solid white; }
    footer .list-group-item {
      padding: 12px 0;
      background: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      footer .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    footer .copyright {
      font-size: 12px; } }

/*-------------------------------------------------
 メインエリア
-------------------------------------------------*/
#main {
  padding-top: 80px;
  padding-bottom: 100px; }

/*-------------------------------------------------
 デバッグ
-------------------------------------------------*/
#debug {
  font-size: 12px;
  background: #FFFFB4; }

.box-testInput {
  text-align: center;
  padding: 5px;
  background: #FFFFB4;
  margin: 10px 0; }
  .box-testInput .btn-test {
    background-color: #333333;
    color: white;
    text-align: center;
    line-height: 2.5;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 5px auto; }
    .box-testInput .btn-test:hover {
      cursor: pointer;
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .box-testInput .testInputVal {
    display: none; }

/*-------------------------------------------------
 メッセージ
-------------------------------------------------*/
.master-message {
  font-size: 20px;
  padding: 10px;
  opacity: 0.7; }

.master-message-debug {
  background: #FFFFB4;
  border-radius: 10px;
  padding: 10px; }

.master-message-error {
  background: #d9534f;
  border-radius: 10px;
  padding: 10px; }

.master-message-warning {
  background: #f0ad4e;
  border-radius: 10px;
  padding: 10px; }

.master-message-info {
  background: #5bc0de;
  border-radius: 10px;
  padding: 10px; }

.master-message-success {
  background: #5cb85c;
  border-radius: 10px;
  padding: 10px; }

.master-message-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 20px;
  width: 40%;
  min-height: 200px;
  background: white;
  z-index: 1100; }
  .master-message-dialog .dialog__wrap {
    width: 100%;
    height: 100%; }
    .master-message-dialog .dialog__wrap .dialog__head {
      height: 30px;
      background: black; }
    .master-message-dialog .dialog__wrap .dialog__btn_close {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
  @media screen and (max-width: 768px) {
    .master-message-dialog {
      width: 90%; } }

/*-------------------------------------------------
 ヘルプ
-------------------------------------------------*/
.help .title {
  font-size: 18px;
  margin-top: 15px; }

.help .question {
  font-size: 18px;
  margin-top: 15px; }
  .help .question i {
    padding-right: 3px; }

/*-------------------------------------------------
 トップ
-------------------------------------------------*/
.boxTopBanner {
  position: relative;
  /* ティッカー（oh!REI でのニーズ） */ }
  .boxTopBanner .imgTopBanner {
    opacity: 0;
    -webkit-animation: fadeIn 4s ease forwards;
            animation: fadeIn 4s ease forwards; }
  .boxTopBanner .boxText {
    position: absolute;
    top: 15vh;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    opacity: 0;
    color: white;
    text-shadow: 1px 3px 2px #333;
    -webkit-animation: fadeIn 2s ease 2s 1 normal forwards;
            animation: fadeIn 2s ease 2s 1 normal forwards; }
    @media screen and (max-width: 768px) {
      .boxTopBanner .boxText {
        top: 10vh; } }
    .boxTopBanner .boxText .boxText-title {
      font-size: 3.4rem; }
      @media screen and (max-width: 768px) {
        .boxTopBanner .boxText .boxText-title {
          font-size: 2.2rem; } }
    .boxTopBanner .boxText .boxText-catch {
      font-size: 2.4rem; }
      @media screen and (max-width: 768px) {
        .boxTopBanner .boxText .boxText-catch {
          font-size: 1.4rem; } }
    .boxTopBanner .boxText .detail {
      opacity: 0;
      -webkit-animation: fadeIn 4s ease-in-out 3s 1 normal forwards;
              animation: fadeIn 4s ease-in-out 3s 1 normal forwards;
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .boxTopBanner .boxText .detail {
          font-size: 0.9rem; } }

.btnAppDownload img {
  width: 30%; }
  @media screen and (max-width: 1500px) {
    .btnAppDownload img {
      width: 20%; } }
  @media screen and (max-width: 768px) {
    .btnAppDownload img {
      width: 40%; } }

.boxTopSearchSelect {
  position: relative; }
  .boxTopSearchSelect .boxSelectIcon {
    position: absolute;
    top: -180px;
    width: 100%;
    padding-left: 150px;
    padding-right: 150px; }
    @media screen and (max-width: 768px) {
      .boxTopSearchSelect .boxSelectIcon {
        top: -100px;
        width: 95%;
        padding-left: 5px;
        padding-right: 5px; } }
    .boxTopSearchSelect .boxSelectIcon .selectIcon {
      background: white; }

/* 注意書き（バナー外直下配置） */
@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.telop-alert {
  font-size: 18px;
  font-weight: bold;
  color: #ff3b19;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
          animation: blink 1s ease-in-out infinite alternate; }
  @media screen and (max-width: 768px) {
    .telop-alert {
      font-size: 14px; } }

/* 段差で背景画像のアニメーションを実行 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
    transform: scale(1, 1); }
  25% {
    opacity: 1;
    transform: scale(1.1, 1.1); }
  100% {
    opacity: 1;
    transform: scale(1.2, 1.2); } }

@keyframes bgAnime {
  0% {
    opacity: 0;
    transform: scale(1, 1); }
  25% {
    opacity: 1;
    transform: scale(1.1, 1.1); }
  100% {
    opacity: 1;
    transform: scale(1.2, 1.2); } }

.boxSearchSelect .btnSearchSelect {
  width: 100%;
  text-align: center; }
  .boxSearchSelect .btnSearchSelect a {
    font-size: 14px;
    font-weight: bold; }
    .boxSearchSelect .btnSearchSelect a .btnSearchTitle {
      line-height: 1rem; }
    @media screen and (max-width: 768px) {
      .boxSearchSelect .btnSearchSelect a {
        font-size: 10px; } }
  .boxSearchSelect .btnSearchSelect img {
    width: 80%;
    max-width: 100px; }
    @media screen and (max-width: 768px) {
      .boxSearchSelect .btnSearchSelect img {
        width: 60%; } }

#keywordModal .modal-dialog {
  margin: 20rem auto; }

.nav-pills .nav-link.active {
  background: #001826; }

.top-check-square {
  font-size: 18px;
  margin-right: 3px;
  color: #001826; }

.basicList .active {
  background: #f0ad4e; }

/*-------------------------------------------------
 釣り船一覧
-------------------------------------------------*/
.boathouse-searchForm {
  padding: 10px 30px;
  background: #fafafa;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  width: 100%;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .boathouse-searchForm {
      padding: 10px 10px; } }
  .boathouse-searchForm .areaCheckList {
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 0.5rem; }
    .boathouse-searchForm .areaCheckList .prefList {
      margin-bottom: 0; }
      .boathouse-searchForm .areaCheckList .prefList .lblPref {
        font-size: 18px;
        font-weight: bold; }
  .boathouse-searchForm .searchForm__keyword input {
    display: inline-block;
    max-width: 486px; }
  .boathouse-searchForm .searchForm__btn .btn {
    font-size: 14px; }
  .boathouse-searchForm .boxToggleForm {
    display: none; }
  .boathouse-searchForm .btnCloseForm, .boathouse-searchForm .btnOpenForm {
    font-size: 18px;
    display: none; }
  .boathouse-searchForm .showClosed, .boathouse-searchForm .showOpened {
    display: none; }

.niceIcon {
  color: #EC660B; }

/*-------------------------------------------------
 釣り船一覧（地図）
-------------------------------------------------*/
.pageBoathouseMap {
  font-size: 14px; }
  .pageBoathouseMap #map-canvas-leaflet {
    height: 800px; }
    @media screen and (max-width: 768px) {
      .pageBoathouseMap #map-canvas-leaflet {
        height: 450px; } }
  .pageBoathouseMap #mapForm {
    padding: 10px; }
    .pageBoathouseMap #mapForm .boxShowType input[type="radio"][disabled] {
      background: #DCDCDC;
      cursor: not-allowed; }
  .pageBoathouseMap .tabMenu {
    text-align: center; }
    .pageBoathouseMap .tabMenu ul {
      width: 100%;
      border-bottom: 1px solid #001826; }
      .pageBoathouseMap .tabMenu ul li {
        width: 50%; }
        .pageBoathouseMap .tabMenu ul li .btn-link {
          background: #001826;
          opacity: 0.5;
          filter: alpha(opacity=50);
          padding: 10px 15px 5px 15px;
          border-top-right-radius: 10px;
          border-top-left-radius: 10px;
          margin-left: 5px;
          margin-right: 5px; }
          .pageBoathouseMap .tabMenu ul li .btn-link a {
            color: white;
            letter-spacing: 2px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); }
          .pageBoathouseMap .tabMenu ul li .btn-link.active {
            background: #001826;
            opacity: 1;
            filter: alpha(opacity=1); }

#map-canvas {
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none; }

#gmap-canvas {
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none; }

#btn-gmap-hide {
  display: none; }

.gmapIframe {
  width: 100%;
  height: 400px; }

#lmap-canvas {
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none; }

#btn-lmap-hide {
  display: none; }

#map-param {
  display: none; }

.leaflet-popup-content {
  margin: 8px 12px; }

.boathouseInfo__item {
  font-size: 10px; }
  .boathouseInfo__item .boathouseName {
    font-size: 12px;
    font-weight: bold; }
  .boathouseInfo__item .targetTitle {
    border: 1px solid #373737;
    border-radius: 5px;
    padding: 2px 5px;
    line-height: 2; }
  .boathouseInfo__item img {
    width: 80px;
    padding-bottom: 5px; }
  .boathouseInfo__item a, .boathouseInfo__item a:hover, .boathouseInfo__item a:focus {
    color: #333333;
    text-decoration: none; }

/*-------------------------------------------------
 プロフィール
-------------------------------------------------*/
.profileHeaderImg .imgProfileCover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px; }
  @media screen and (max-width: 400px) {
    .profileHeaderImg .imgProfileCover {
      height: 300px; } }
  .profileHeaderImg .imgProfileCover .img-Cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* X方向に-50%移動, Y方向に-50%移動 */
    width: 100%;
    height: auto; }
  .profileHeaderImg .imgProfileCover .btnChangeProfileCover {
    position: absolute;
    bottom: -10px;
    width: 100%;
    padding-right: 10px;
    font-size: 15px;
    color: white; }
    .profileHeaderImg .imgProfileCover .btnChangeProfileCover .openUploadImgModal {
      cursor: pointer;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 20px;
      padding: 5px 20px; }

.profileHeaderImg .boxImgProfileIcon {
  width: 150px;
  position: absolute;
  bottom: 20px;
  left: 5%; }
  .profileHeaderImg .boxImgProfileIcon .imgProfileIcon {
    position: relative; }
    .profileHeaderImg .boxImgProfileIcon .imgProfileIcon img {
      border-radius: 50%;
      height: 80px;
      width: 80px;
      margin: 5px;
      height: 120px;
      width: 120px;
      border: 5px solid white; }
    .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnChangeProfileIcon {
      position: absolute;
      bottom: 20%;
      left: 10%;
      font-size: 12px;
      color: white;
      width: 100px; }
      .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnChangeProfileIcon .openUploadImgModal {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        padding: 5px 5px; }
    .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnFollow {
      position: absolute;
      bottom: 20%;
      left: 10%;
      font-size: 12px;
      color: white;
      width: 100px; }
      .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnFollow .confirmRegist {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        padding: 5px 5px; }
        .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnFollow .confirmRegist a {
          color: white;
          font-weight: bold; }

/*-------------------------------------------------
 静的ページ
-------------------------------------------------*/
a.help-link {
  text-decoration: underline;
  font-weight: bold; }

.help-aster {
  font-size: 14px;
  color: #0f6674;
  margin-left: 10px; }

#map {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden; }
  #map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }
  @media screen and (max-width: 768px) {
    #map {
      padding-bottom: 100%;
      margin-top: 2rem; } }

/*-------------------------------------------------
 プラン
-------------------------------------------------*/
.discountList .planItem {
  border: 1px solid #0077bf;
  border-radius: 10px;
  padding: 20px 10px;
  height: 100%; }
  .discountList .planItem .plan-title {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px dotted #0077bf;
    padding-bottom: 10px; }

/*-------------------------------------------------
 船宿プロフィール
-------------------------------------------------*/
.profBoatSummary table tr td {
  padding: 7px 10px;
  border-left: dotted 1px #dfdfdf; }
  .profBoatSummary table tr td:first-child {
    border-left: none; }

.profBoatSummary table tr:last-child {
  border-bottom: solid 1px #dfdfdf; }

.profBoatSummary table .lbl {
  background: #f5f5f5;
  font-weight: bold;
  font-size: 14px; }

/*-------------------------------------------------
 スケジュール
-------------------------------------------------*/
.calendar {
  text-align: center; }
  .calendar .ym {
    font-size: 24px;
    margin-bottom: 5px; }
  .calendar table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .calendar table {
        width: 100%; } }
    .calendar table tr th {
      background: #a9e1ee;
      width: 14.2%; }
    @media screen and (max-width: 768px) {
      .calendar table tr td {
        padding: 5px 0 5px 0; } }
    .calendar table tr td a {
      text-decoration: underline; }
    .calendar table tr td .calendar-target-title {
      line-height: 1;
      font-size: 12px; }
      @media screen and (max-width: 768px) {
        .calendar table tr td .calendar-target-title {
          font-size: 10px;
          transform: scale(0.7); } }
    .calendar table tr td.targetDateBgcolor {
      background: #fffecc; }
    .calendar table tr td.todayBgcolor {
      background: #ffe2dd; }
    .calendar table tr .schDateSunday {
      color: red; }
      .calendar table tr .schDateSunday a {
        color: red; }
    .calendar table tr .schDateSaturday {
      color: blue; }
      .calendar table tr .schDateSaturday a {
        color: blue; }
    .calendar table tr .schDateWeekday {
      color: inherit; }
      .calendar table tr .schDateWeekday a {
        color: inherit; }
    .calendar table tr:last-child {
      border-bottom: solid 1px #dfdfdf; }

.schedule .sche-item {
  background: #f8faef;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .schedule .sche-item {
      padding: 10px 5px 10px 5px; } }
  .schedule .sche-item .table {
    background: white; }
    .schedule .sche-item .table tbody tr td {
      padding: 5px 10px;
      border-right: dotted 1px #dfdfdf; }
      .schedule .sche-item .table tbody tr td:first-child {
        width: 25%; }
        @media screen and (max-width: 768px) {
          .schedule .sche-item .table tbody tr td:first-child {
            width: 15%; } }
      .schedule .sche-item .table tbody tr td:last-child {
        border-right: none; }

.schedule-all .sche-item {
  padding: 20px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .schedule-all .sche-item {
      padding: 10px 5px; } }
  .schedule-all .sche-item .boathouse-title {
    font-size: 30px;
    text-shadow: 1px 1px 2px #333; }
  .schedule-all .sche-item table tr th {
    background: #f5f5f5;
    border-left: dotted 1px #dfdfdf;
    vertical-align: middle; }
    .schedule-all .sche-item table tr th:last-child {
      border-right: dotted 1px #dfdfdf; }
  .schedule-all .sche-item table tr td {
    padding: 7px 10px;
    border-left: dotted 1px #dfdfdf;
    vertical-align: middle; }
    .schedule-all .sche-item table tr td:last-child {
      border-right: dotted 1px #dfdfdf; }
  .schedule-all .sche-item table tr:last-child {
    border-bottom: solid 1px #dfdfdf; }

/*-------------------------------------------------
 釣果
-------------------------------------------------*/
.results .result-item {
  background: #f8faef;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .results .result-item {
      padding: 20px 10px; } }
  .results .result-item .table {
    width: 700px;
    background: white; }
    @media screen and (max-width: 768px) {
      .results .result-item .table {
        width: 100%; } }
    .results .result-item .table thead tr:first-child {
      border-top: none; }
    .results .result-item .table thead tr th {
      padding: 2px 10px;
      border-bottom: none;
      border-right: dotted 1px #dfdfdf;
      font-size: 14px;
      border-top: none; }
      .results .result-item .table thead tr th:last-child {
        border-right: none; }
      .results .result-item .table thead tr th:first-child {
        width: 40%; }
    .results .result-item .table tbody tr td {
      padding: 5px 10px;
      border-right: dotted 1px #dfdfdf; }
      .results .result-item .table tbody tr td:last-child {
        border-right: none; }

.wv-slick-imgList li {
  width: 19%; }
  @media screen and (max-width: 768px) {
    .wv-slick-imgList li {
      width: 32%; } }
  .wv-slick-imgList li .wv-slick-img {
    width: 100%; }

.wv-slick-imgList .list-inline-item:not(:last-child) {
  margin-right: 0; }

.wv-slick-imgList .btnPlayMovie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.wv-slick-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2001; }
  .wv-slick-modal img {
    width: 100%; }
  .wv-slick-modal .wv-slick-left, .wv-slick-modal .wv-slick-right {
    z-index: 2002;
    font-size: 40px;
    color: #fbff6f;
    position: absolute;
    top: 50%; }
    .wv-slick-modal .wv-slick-left:hover, .wv-slick-modal .wv-slick-right:hover {
      cursor: pointer;
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .wv-slick-modal .wv-slick-left {
    left: 1%; }
  .wv-slick-modal .wv-slick-right {
    right: 1%; }
  .wv-slick-modal .wv-slick-close {
    z-index: 2002;
    font-size: 40px;
    color: #fbff6f;
    position: absolute;
    top: -10px;
    right: -10px; }
    .wv-slick-modal .wv-slick-close:hover {
      cursor: pointer;
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .wv-slick-modal .video_youtube {
    display: none;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden; }
    .wv-slick-modal .video_youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*-------------------------------------------------
 ターゲットから探す
-------------------------------------------------*/
.searchByTarget [name="targetKeyword"] {
  display: inline-block;
  width: 30%; }
  @media screen and (max-width: 768px) {
    .searchByTarget [name="targetKeyword"] {
      width: 100%; } }

/*-------------------------------------------------
 サービス券（クーポン）
-------------------------------------------------*/
.print-off {
  display: none; }

.coupon-print-area {
  border: 5px solid #FF7200;
  border-radius: 10px;
  padding: 20px;
  width: 70%;
  position: relative;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .coupon-print-area {
      width: 100%; } }
  .coupon-print-area .coupon-title {
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    border-bottom: 1px dotted #FF7200; }
  .coupon-print-area .coupon-input {
    margin-top: 20px;
    padding: 20px;
    border-top: 1px dotted #FF7200; }
  .coupon-print-area .coupon-input {
    display: none; }
  .coupon-print-area .coupon-print-image {
    position: absolute;
    bottom: 5%;
    right: 3%;
    width: 50%;
    opacity: 0.2;
    filter: alpha(opacity=20); }

/*-------------------------------------------------
 コラム
-------------------------------------------------*/
.inner-section-columns {
  line-height: 2.5; }
  .inner-section-columns figure {
    text-align: center;
    padding: 50px 0; }
    .inner-section-columns figure img {
      width: 100%;
      max-width: 600px; }


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