/*
Theme Name: HANAYA ORIGINAL
Description: hanaya original theme
Author: hanayaboat
Version: 1.2.3 wakasagi
*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: Arial, Helvetica, Verdana, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
    color: #333;
    font-size: 15px;
    margin: 0;
}
.wrap {
    overflow: hidden;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    border: 0;
}
.c-both {
    clear: both;
}
/* PC-SP表示切り換え */
.hidden-sp {
    display: block !important;
}
.visible-sp {
    display: none !important;
}
.header-nav-item .hidden-sp {
    display: inline !important;
}
/* マージン */
.mb25 {
    margin-bottom: 25px;
}
/* テキスト関連 */
.inline-block {
    display: inline-block;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
p {
    margin: 0 0 10px;
}
a.text-link {
    margin-right: 1.5em;
    font-weight: 700;
    display: inline-block;
}
.big-text {
    font-size: 120%;
}
/* クーポンページ用 */
.coupon {
    margin-top: 60px;
    text-align: center;
}
.coupon img {
    display: block;
    text-align: center;
    margin: auto;
}
/* リンク */
a {
    text-decoration: none;
    color: #426AA4;
}
a:link, a:link img {
    /* リンクのイージング効果 */
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all .15s ease-out;
    transition: all 0.15s ease-out;
}
a:hover, a:focus {
    text-decoration: underline;
}
a:focus, *:focus {
    outline: none;
}
a:hover img {
    opacity: 0.7;
}
/* TOPニュースリスト */
.top-news-list dt {
    width: 7em;
    float: left;
}
.top-news-list dd {
    padding: 0 0 0 7em;
    margin: 0 0 10px 0;
}
.g-col-top-news {
    width: 25%;
}
.g-col-top-news h3 a {
    color: #333;
}
/* ボタン */
a.btn_square {
    padding: 12px 5px;
    border: 2px solid #426AA4;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    display: block;
    max-width: 200px;
}
a.btn_square:hover {
    background-color: #EBEFF4;
}
/* 電話番号リンク */
.tel-link, .mail-link {
    font-size: 17px;
    margin-bottom: 10px;
}
.tel-link a, .mail-link a {
    font-size: 28px;
    color: #333;
    display: inline-block;
    position: relative;
    line-height: 1.1em;
    padding-left: 1.3em;
    margin-left: 0.8em;
    margin-right: 0.2em;
}
.tel-link a::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: url("/wp-content/uploads/tel-img.png") no-repeat;
    background-size: contain;
}
.mail-link a::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: url("/wp-content/uploads/mail-img.png") no-repeat;
    background-size: contain;
}
/* ヘッダーナビゲーション */
.pageheader {
    background-color: #131415;
    width: 100%;
}
.header-logo {
    float: left;
}
.header-logo img {
    max-width: 300px;
    height: auto;
    margin-left: 50px
}
.header-nav-box {
    height: 98px;
    font-size: 16px;
    display: table;
    float: right;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 20px;
    list-style-type: none;
    text-align: center;
}
.header-nav-item {
    display: table-cell;
    vertical-align: middle;
}
.header-nav-item > a {
    color: #fff;
    padding: 0.5em 1.6em;
}
.header-nav-item > a:focus {
    text-decoration: underline;
}
.header-nav-item > a:hover {
    text-decoration: underline;
}
/* パンくずリスト */
.breadcrumbs-wrapper {
    background: #EBEFF4;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
}
/* 見出し */
h1, .h1 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}
h2, .h2 {
    font-weight: 700;
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 15px;
}
h3, .h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 25px 0 10px;
}
.title-border {
    margin-bottom: 15px;
    padding: 0 0 5px;
    border-bottom: 2px solid #B6BABF;
}
h4, .h4 {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2em;
    margin: 10px 0 15px;
}
h5, .h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
    margin: 10px 0;
}
h6, .h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2em;
    margin: 10px 0;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 75%;
    font-weight: 400;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 80%;
    font-weight: 400;
}
/* リスト */
ul.caution {
    margin: 0;
    padding-left: 1.5em;
}
ul.caution li {
    padding: 6px 0;
}
/* ラッパー・コンテナー */
.main-wrapper {
    width: 100%;
    padding-bottom: 50px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}
.container:before, .container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.container-max {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}
/*　グリッドレイアウト用　*/
.g-row {
    margin-right: -15px;
    margin-left: -15px;
}
.g-row:before, .g-row:after {
    display: table;
    content: " ";
}
.g-row:after {
    clear: both;
}
.g-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.g-col-half {
    width: 50%;
}
.g-col-100 {
    width: 100%;
    margin-bottom: 25px;
}
.g-col-40 {
    width: 40%;
}
.g-col-60 {
    width: 60%;
}
/*　ガター(カラム間マージン)の調整　*/
.g-row-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.g-row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
}
.g-row-30 {
    margin-left: -15px;
    margin-right: -15px;
}
.g-row-30 > div {
    padding-right: 15px;
    padding-left: 15px;
}
.g-row-60 {
    margin-left: -30px;
    margin-right: -30px;
}
.g-row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
}
/* テーブル */
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #C0C4C9;
}
td, th {
    padding: 0;
}
.table-bordered {
    border: 1px solid #C0C4C9;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #C0C4C9;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
/* TablePressカスタムCSS */
h2.tablepress-table-name {
    margin: 40px 1em 10px 0;
    line-height: 1.2em;
    font-size: 21px;
    display: inline-block;
}
span.tablepress-table-description {
    display: inline-block;
    font-size: 110%;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: none;
}
.tablepress tbody td {
    vertical-align: middle;
}
.table-boat-spec {
    border-collapse: separate;
    border-spacing: 5px;
    margin-top: 5px;
    border: none;
    width: 100%;
}
.table-boat-spec td {
    text-align: center;
    width: 25%;
    padding: 0;
    vertical-align: middle;
}
.table-boat-spec .row-1 td, .table-boat-spec .row-3 td, .table-boat-spec .row-5 td {
    font-weight: 400;
    line-height: 1.1;
    font-size: 13px;
    padding-top: 10px;
}
.table-boat-spec .row-2 {
    font-size: 32px;
    color: #fff;
    line-height: 1.1;
}
.table-boat-spec .row-2 .column-1 {
    background-color: #DC4141;
}
.table-boat-spec .row-2 .column-2 {
    background-color: #2478DD;
}
.table-boat-spec .row-2 .column-3 {
    background-color: #69AB11;
}
.table-boat-spec .row-2 .column-4 {
    background-color: #E3A215;
}
.table-boat-spec .row-4 {
    background-color: #62666B;
    color: #fff;
    line-height: 1.1;
    font-size: 15px;
}
.table-boat-spec .row-4 td {
    padding: 5px 2px;
}
.table-boat-spec .row-6 td {
    background-color: #EBEFF4;
    padding: 10px;
    font-size: 90%;
}
.table-boat-spec .row-6 td {
    text-align: left;
}
.table-boat-spec .row-7 td {
    text-align: left;
    font-size: 90%;
    padding-top: 5px;
}
/* テーブル 価格表 */
table.table-price {
    width: 100%;
}
table.table-price th {
    background: #EBEFF4;
    font-weight: 400;
}
/* テーブル 釣果情報 */
table.table-chouka {
    width: 90%;
    line-height: 1.7;
    margin-right: auto;
    margin-left: auto;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
table.table-chouka tbody {
    width: 100%;
    display: table;
}
table.table-chouka tbody tr td, table.table-chouka tbody tr th {
    border: 1px solid #C0C4C9;
}
table.table-chouka tr th {
    background: #EBEFF4;
    text-align: center;
    padding: 3px 5px;
    font-weight: 700;
}
table.table-chouka tr td {
    padding: 12px 15px;
}
table.table-chouka tr th.column-weather {
    width: 15%;
}
table.table-chouka tr th.column-hit {
    width: 35%;
}
th.column-wa-point, th.column-wa-best, th.column-wa-worst, th.column-wa-water {
    width: 12%;
}
/* 釣果情報ページ */
.container-chouka h3 {
    background-color: #426AA4;
    color: #fff;
    padding: 9px 20px;
}
section.section-chouka-wrap {
    margin-bottom: 80px;
}
section.section-chouka-single {
    margin-top: 40px;
    margin-bottom: 40px
}
.chouka-archive-link a.btn_square {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
/* 投稿個別ページ用 */
.container-single {
    min-height: 620px;
}
.entry-content {
    margin-top: 60px;
    margin-bottom: 90px;
}
/* 投稿カテゴリーページ用 */
.category-content {
    margin-top: 25px;
    margin-bottom: 50px;
}
/* 50UPギャラリー用 */
.section-50up {
    border: 3px solid #B6BABF;
    background-color: #F3F5F8;
    padding: 20px 50px;
    margin-bottom: 50px;
}
/* 404ページ用 */
.container-404 {
    text-align: center;
    font-size: 18px;
    min-height: 610px;
}
.container-404 p {
    line-height: 1.6;
}
.h2-404 {
    font-size: 125px;
    margin: 30px 0 0;
    color: #82868B;
}
.h3-404 {
    font-size: 30px;
    margin: 0 0 50px;
}
ul.list-404 {
    font-weight: 700;
    margin: 30px 0 50px;
    line-height: 1.7;
    list-style-type: none;
}
/* レンタルボートページ用 */
.g-col-spec-block {
    width: 40%;
}
.g-col-img-block {
    width: 60%;
    margin-top: 40px;
}
.g-col-img {
    width: 50%;
}
.g-col-parts {
    width: 25%;
    margin-top: 10px;
}
.g-col-parts img {
    border: 1px solid #B6BABF;
    padding: 0 15px;
}
.g-col-parts p {
    font-size: 12px;
}
.boat-row {
    padding-bottom: 30px;
    border-bottom: solid 1px #B6BABF;
}
.go-top {
    text-align: right;
    margin-top: 20px;
}
/* ガイド目次ページ */
.guide-row {
    margin: 50px 0;
}
.guide-thum-img {
    width: 30%;
}
.guide-thum-text {
    width: 70%;
}
.guide-thum-text h4 a {
    color: #333;
}
/* 長谷川ガイドページ */
.g-col-guide-inner {
    width: 100%;
}
.g-col-guide-inner p {
    line-height: 1.7;
}
.calendar {
    width: 95%;
    margin-top: 20px;
    background-color: #EBEFF4;
}
ul.list-item {
    padding-left: 1.5em;
}
table.table-price-guide th.thin-th {
    padding-top: 3px;
    padding-bottom: 3px;
}
table.table-price-guide td {
    text-align: center;
}
/* わかさぎ船ページ */
table.table-price-wakasagi {
    width: 100%;
}
/* フッター */
.footer-wrap {
    background-color: #131415;
    padding-top: 15px;
    color: #EBEFF4;
    padding-bottom: 50px;
    text-align: center;
    line-height: 1.75;
}
.footer-wrap h5 img {
    max-width: 250px;
    height: auto;
}
.footer-wrap p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.footer-wrap p.tel-number {
    font-size: 20px;
    margin-bottom: 8px;
}
.footer-wrap p.tel-number > a {
    color: #EBEFF4;
}
.footer-wrap .container {
    margin-bottom: 0px;
}
.container-footer {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}
.footer-left {
    width: 20%;
    text-align: left;
    padding-top: 100px;
}
.footer-left img {
    width: 200px;
    height: auto;
}
.footer-center {
    width: 60%;
}
.footer-bottom {
    display: none;
}
/* ページネーション */
.pagination {
    margin: 40px 0 0;
    text-align: center;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    color: #333;
    border: 1px solid #B6BABF;
}
.pagination .current {
    background: #426AA4;
    color: #fff;
}
.pagination .prev, .pagination .next {
    color: #426AA4;
    border: none;
}
/*--------------------------------------
  ここからPC（1499px以下）表示設定
--------------------------------------*/
@media screen and (max-width: 1499px) {
    /* ヘッダーナビゲーション */
    .header-logo img {
        max-width: 255px;
        height: auto;
        margin-left: 15px;
    }
    .header-nav-box {
        height: 85px;
    }
    .header-nav-item > a {
        padding: 0.5em 1em;
    }
    /* TOPニュースリスト */
    .g-col-top-news {
        width: 33.3333%;
    }
}
/*--------------------------------------
  ここからPC（1199px以下）表示設定
--------------------------------------*/
@media screen and (max-width: 1199px) {
    /* ヘッダーナビゲーション */
    .header-logo {
        width: 100%;
    }
    .header-nav-box {
        width: 100%;
        height: 50px;
        font-size: 14px;
        padding: 0 25px;
    }
    /* ラッパー・コンテナー */
    .container {
        width: 100%;
    }
    /* レンタルボートページ用 */
    .g-col-spec-block {
        width: 40%;
    }
    .g-col-img-block {
        width: 60%;
    }
}
/*--------------------------------------
  ここからタブレット（991px以下）表示設定
--------------------------------------*/
@media screen and (max-width: 991px) {
    body {
        font-size: 14px;
    }
    /* 見出し */
    h1, .h1 {
        font-size: 29px;
    }
    h2, .h2 {
        font-size: 27px;
        margin-top: 40px;
        margin-bottom: 0;
    }
    h3, .h3 {
        font-size: 22px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    /* ヘッダーナビゲーション */
    .header-nav-box {
        height: auto;
        padding: 0;
    }
    .header-nav-item {
        display: block;
        float: left;
        width: 25%;
    }
    .header-nav-item > a {
        display: block;
        color: #fff;
        padding: 0.8em 0;
    }
    /*　グリッドレイアウト用　*/
    .g-col-half {
        width: 100%;
    }
    .g-col-40 {
        width: 100%;
    }
    .g-col-60 {
        width: 100%;
    }
    /* 電話番号リンク */
    .tel-link, .mail-link {
        font-size: 14px;
        margin-top: 5px;
    }
    .tel-link a, .mail-link a {
        font-size: 21px;
    }
    /* テーブル 釣果情報 */
    table.table-chouka {
        width: 100%;
    }
    /* 釣果情報ページ */
    .chouka-archive-link a.btn_square {
        max-width: 90%;
    }
    /* フッター */
    .container-footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-wrap {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .footer-wrap h5 img {
        max-width: 200px;
        height: auto;
    }
    .footer-wrap p {
        font-size: 14px;
    }
    .footer-left {
        display: none;
    }
    .footer-center {
        width: 100%;
    }
    .footer-bottom {
        display: block;
        width: 100%;
        text-align: right;
        padding-top: 70px;
    }
    .footer-bottom img {
        width: 100px;
        height: auto;
    }
    /* 50UPギャラリー用 */
    .section-50up {
        padding: 20px 20px;
        margin-bottom: 40px;
    }
    /* TOPニュースリスト */
    .g-col-top-news {
        width: 50%;
    }
    /* レンタルボートページ用 */
    .g-col-spec-block {
        width: 65%;
    }
    .g-col-img-block {
        width: 100%;
        margin-top: 10px;
    }
    /* ガイド目次ページ */
    .guide-thum-img {
        width: 40%;
    }
    .guide-thum-text {
        width: 60%;
    }
    /* 長谷川ガイドページ */
    .g-col-guide-inner {
        width: 50%;
    }
    .calendar {
        width: 80%;
    }
}
/*--------------------------------------
  ここからスマホ（767px以下）表示設定
--------------------------------------*/
@media screen and (max-width: 767px) {
    /* PC-SP表示切り換え */
    .hidden-sp {
        display: none !important;
    }
    .visible-sp {
        display: block !important;
    }
    /* ヘッダーナビゲーション */
    .header-nav-item .hidden-sp {
        display: none !important;
    }
    .header-logo {
        text-align: center;
    }
    .header-logo img {
        width: 60%;
        height: auto;
        margin: 0;
    }
    .header-nav-box {
        font-size: 13px;
    }
    .container-max {
        padding-left: 30px;
        padding-right: 30px;
    }
    /* 見出し */
    h1, .h1 {
        font-size: 27px;
    }
    h2, .h2 {
        font-size: 25px;
    }
    h3, .h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    h4, .h4 {
        font-size: 17px;
    }
    h5, .h5 {
        font-size: 15px;
    }
    /* テーブル 価格表 */
    table.table-price {
        width: 100%;
    }
    /* テーブル 釣果情報 */
    table.table-chouka {
        font-size: 13.5px;
    }
    table.table-chouka tr td {
        padding: 10px 15px;
    }
    table.table-chouka tr th.column-weather {
        width: 30%;
    }
    table.table-chouka tr th.column-hit {
        width: 70%;
    }
    th.column-wa-point, th.column-wa-best, th.column-wa-worst {
        width: 27%;
    }
    th.column-wa-water {
        width: 19%;
    }
    /* 投稿シングルページ */
    .entry-content {
        margin-top: 30px;
        margin-bottom: 45px;
    }
    /* TOPニュースリスト */
    .g-col-top-news {
        width: 100%;
    }
    /* レンタルボートページ用 */
    .g-col-spec-block {
        width: 100%;
    }
    .g-col-img-block {
        width: 100%;
    }
    .g-col-parts {
        width: 50%;
        margin-top: 10px;
    }
    .g-col-parts img {
        padding: 0 30px;
    }
    /* ガイド目次ページ */
    .guide-row {
        margin: 40px 0;
    }
    .guide-thum-img {
        width: 100%;
    }
    .guide-thum-text {
        width: 100%;
    }
    /* 長谷川ガイドページ */
    .g-col-guide-inner {
        width: 100%;
    }
    .calendar {
        width: 100%;
    }
}
/*--------------------------------------
  ここからスマホ（599px以下）表示設定
--------------------------------------*/
@media screen and (max-width: 599px) {
    /* レンタルボートページ用 */
    .g-col-img {
        width: 100%;
        display: block;
        padding-top: 10px;
    }
    .g-col-img img {
        width: 95%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .g-col-img-2 {
        width: 50%;
    }
    .g-col-img-2 img {
        width: 100%;
        padding-top: 0;
    }
    /* テーブル */
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 6px;
    }
    /* わかさぎ船ページ */
    table.table-price-wakasagi th {
        width: 30%;
    }
}
/*--------------------------------------
  ここからスマホiPhone5（320px以下）表示設定
--------------------------------------*/
@media screen and (max-width: 320px) {
    body {
        font-size: 13px;
    }
    /* 見出し */
    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 24px;
        margin-top: 20px;
    }
    h3, .h3 {
        font-size: 17px;
    }
    h4, .h4 {
        font-size: 16px;
    }
    h5, .h5 {
        font-size: 14px;
    }
    /* ヘッダーナビゲーション */
    .header-nav-box {
        font-size: 11px;
    }
    /* 電話番号リンク */
    .tel-link a, .mail-link a {
        font-size: 18px;
    }
}