@charset "UTF-8";
/*
Theme Name:EhimeGC
Theme URI:内子ゴルフ
Description:愛媛ゴルフクラブ
Author:OwlsDesign Ehime Matsuyama M.Wakae
Author URI:内子ゴルフ
Version:1.0
*/

/* 
1.基本設定
2.基本リンク色
3.各フォントの名称指定
4.ヘッダー設定
5.フッター設定
6.メニュー
7.ロゴ画像
8.パネルボックス
9.トップページ設定（ボックス）
*/


/* 1.基本設定 */

html {
    overflow: auto;
    height: 100%;
}


body {
    list-style: none;
    background-color: #F7F6EB;
    -webkit-text-size-adjust: 100%;
}

h1 {
    display: inline;
    font-size: 21px;
}

.main-col {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 15px;
    line-height: 165%;
}

.site_title {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 8px;
}

img {
    /* 画像リサイズ */
    max-width: 100%;
    height: auto;
}

/* 2.基本リンク色 */
a:link {
    color: #285fb7;
}

a:visited {
    color: #285fb7;
}

a:hover {
    color: #ed6a18;
}

a:active {
    color: #f04242;
}

a {
    text-decoration: none;
}

/* 3.各フォントの名称指定*/

.gothic {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.mincho {
    font-family: "Ryumin Light KL", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.bold {
    font-weight: 600
}

/* - 各フォントのウェイト指定*/

.wt100 {
    font-weight: 100;
}

.wt200 {
    font-weight: 200;
}

.wt300 {
    font-weight: 300;
}

.wt-reg {
    font-weight: 300;
}

.wt500 {
    font-weight: 600;
}

.wt600 {
    font-weight: 600;
}

.wt-bold {
    font-weight: 700;
}

.wt800 {
    font-weight: 800;
}

.wt900 {
    font-weight: 900;
}

p.lead {
	line-height:1.6
}

/* 4.ヘッダー設定 */
/*
.header_pc{
position: fixed !important;
top:0;
left:0;
position: relative;
width:100%;
z-index:9999;
}
.header_sp{
position: fixed !important;
top:0;
left:0;
width:100%;
height:45px;
background-color:#f5f5f5;
z-index:9999;
}

.menu-bar{
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.18);}

.header_pc a:link { color: #292B2C; }
.header_pc a:visited { color: #292B2C; }
.header_pc a:hover { color: #ed6a18; }
.header_pc a:active { color: #f04242; }


.topbar a:link { color: #ccc; }
.topbar a:visited { color: #ccc; }
.topbar a:hover { color: #ed6a18; }
.topbar a:active { color: #f04242; }
*/

/* 4-1ヘッダー SP */
/*.header-sp{
background-color:#333;
padding:8px;
color:#fff;
}
.header-sp a{
color:#fff;
}*/

.fadein {
    opacity: 0.1;
    transform: translate(0, 40px);
    transition: all 1000ms;
}

/* 4.ヘッダー設定NEW */
.header {
    min-width: 0;
    padding: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.18);
    background-color: #fff;
}

.header_top {
    background: #3f4d71;
    text-align: right;
    color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 5px 0;

}

.header_top .container {
    max-width: 1280px;
    padding: 0
}

.header_top a {
    color: #fff;
}

.header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    max-width: 1280px;
    padding: 0
}

.header_bottom a {
    color:
}

.header__logo {
    flex: 0 0 auto;
    margin: 0;
    line-height: 1;
}

.header__logo a {
    transition: opacity 0.25s;
}

.header__logo a:hover {
    opacity: 0.6;
}

.header__logo img {
    width: 230px;
}

.header__tel {
    display: none;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    background-color: #EFEFEF;
    transition: opacity 0.25s;
}

.header__tel img {
    width: 22.5px;
    height: 36px;
}

.header__tel:hover {
    opacity: 0.6;
}

@media screen and (max-width: 991px) {
    .header {
        height: 50px;
        padding: 0 65px 0 10px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 800;
    }

    .header_top {
        display: none;
    }

    .header_bottom {
        height: 50px;
        padding: 0
    }

    .header__logo img {
        width: 200px;
    }

    .header__tel {
        display: flex;
    }
}

/* ---------------------------------------------
*   Global Nav
--------------------------------------------- */
.gnav-menu {
    display: flex;
    min-width: 0;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0
}

.gnav-menu__item + .gnav-menu__item {
    margin-left: 18px;
}

.gnav-menu-link {
    color: #292b2c !important;
    font-size: 15px;
    text-decoration: none;
    transition: opacity 0.25s;
}

.gnav-toggle {
    display: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    background: #838383;
    appearance: none;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

.gnav-toggle-inner {
    top: 50%;
    left: 10px;
    margin-top: -2px;
    transition: background-color 0s 0.15s;
}

.gnav-toggle-inner,
.gnav-toggle-inner::before,
.gnav-toggle-inner::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
}

.gnav-toggle-inner::before {
    top: -12px;
    transition: top 0.15s 0.15s, transform 0.15s 0s;
}

.gnav-toggle-inner::after {
    bottom: -12px;
    transition: bottom 0.15s 0.15s, transform 0.15s 0s;
}

.gnav-toggle.is-active .gnav-toggle-inner {
    background-color: transparent;
    transition: background-color 0s 0.15s;
}

.gnav-toggle.is-active .gnav-toggle-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.15s 0s, transform 0.15s 0.15s;
}

.gnav-toggle.is-active .gnav-toggle-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.15s 0s, transform 0.15s 0.15s;
}

@media screen and (max-width: 991px) {
    .gnav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 100%;
        opacity: 0;
        overflow: hidden;
        background-color: rgba(0, 0, 0, 0.89);
        z-index: 900;
        transition: bottom 0.25s, opacity 0.25s;
    }

    .gnav.is-active {
        bottom: 0;
        opacity: 1;
    }

    .gnav-menu {
        display: block;
        padding: 70px 0 80px;
        margin: 0;
        text-align: center;
    }

    .gnav-menu__item + .gnav-menu__item {
        margin-left: 0;
        margin-top: 25px;
    }

    .gnav-menu-link {
        color: #fff !important;
        ;
    }

    .gnav-toggle {
        display: block;
    }
}

/* 4-2画面内に入った状態 */
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.home_area {
    padding: 40px 0 60px 0;

}

/* 5.フッター設定 */

.footer_pc {
    position: fixed !important;
    bottom: 0;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 9999;
}

/* 6.メニュー */
div.header_menu {
    float: right;
    margin-left: 25px;
}

.header_menu .child {
    display: none;
    position: absolute;
    padding: 15px;
    margin-left: -220px;
    margin-top: 15px;
    width: 300px;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.80);
    text-align: left;
    box-shadow: 1px 1px 1px rgba(199, 199, 199, 0.6);
}

.header_menu .child span a {
    padding: 5px 10px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    display: block;
    color: #fff;
}

.nav-menu > li {
    float: left;
    text-align: center;
    width: 140px;
    height: 52px;
    padding: 0;
    margin: 0;
}

.nav-menu > li > a {
    color: #000;
    display: block;
    width: 100%;
    padding-top: 10.5px;
    padding-bottom: 17px;
    text-decoration: none;
}

.nav-menu > li + li {
    margin-left: 2px;
}

.nav-menu > li > a:hover {
    background-color: #ECFBFF;
    color: #005B99;
}

/* 7.ロゴ画像 PC */

.logo_image {

    width: 230px;
    margin-top: -10px;
}

/* 7-1ロゴ画像 SP */

.logo_image_sp {
    height: 32px;
    width: auto;
    padding-top: -6px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blog_title_sp {
    padding: 0px;
}

.blog_title_sp h1 {
    padding: 0px;
    margin: 0;
    font-size: 18px;
}

.topbuttonsp {
    padding: 5px 0;
    background-color: #00BFFF;
    width: 42px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.footer {
    background-color: #09411b;
    padding: 7px;
    text-align: center
}

.footer a {
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none
}

#page-top-sp {
    background-color: #2f2f2f;
    margin-bottom: -14px;
    padding: 6px 0 5px 0;
}

#page-top-sp a {
    color: #fff;
}

/* 8.パネルボックス */
.panel-box {
    padding: 6px 18px;
    margin-bottom: 15px;
}


/* 9.トップページ設定 */
/* 9-1トップページタイトル設定 */
.top-col h2 {
    color: #BAA068;
    position: static;
    display: table-cell;
    padding-bottom: 15px;
    font-size: 30px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: 300;
}

.h2-subject {
    position: relative;
    display: table-cell;
    padding-left: 16px;
    font-size: 14px;
    font-family: "Ryumin Light KL", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.h2-subject2 {
    margin-top: -5px;
    font-size: 14px;
    font-family: "Ryumin Light KL", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media screen and (max-width: 480px) {
    .h2-subject {
        display: none;
    }

    .h2-subject2 {
        display: none;
    }
}

/* 9-2.トップページボックス設定 */

.home_area_info {
    /* インフォメーション */
    padding: 40px 0px 50px 0px;
    background-color: #16223D;

}

.home_area_pickup {
    /* ピックアップ */
    padding: 40px 0px 50px 0px;
    background-color: #F7F6EB;

}

.home_area_corce {
    /* コース */
    padding: 40px 0px 60px 0px;
    background-color: #FFFEF7;
    box-shadow: 0px 5px 12px 4px #d9d9d9 inset;
    -moz-box-shadow: 0px 5px 12px 4px #d9d9d9 inset;
    -webkit-box-shadow: 0px 5px 12px 4px #d9d9d9 inset;
}

.home_area_rekishi {
    /* 愛媛GCの歴史 */
    padding: 50px 0px 0px 0px 0px;
    background-image: url(images/town.jpg);
    background-position: center center;
    background-size: cover;
}

.home_area_map {
    /* アクセス */
    padding: 0px 0px 0px 40px 0px;
}

.home_area_footer {
    /* フッター */
    padding: 50px 0;
    background: linear-gradient(#751D19, #191D19);
    color: #FFF;
}

.home_area_footer ul {
    margin-bottom: 0
}

.home_area_footer li {
    list-style: none;
    margin-left: -20px;
    margin-top: 5px
}

.home_area_footer a:link {
    color: #FFF;
}

.home_area_footer a:visited {
    color: #FFF;
}

.home_area_footer a:hover {
    color: #ed6a18;
}

.home_area_footer a:active {
    color: #f04242;
}

/* 9-3 タブ設定*/
.nav-link {
    background-color: #ddd;
    color: #BAA068;
}

.nav-link:hover {
    background-color: #efefef;
    color: #e55d16;
}

.nav-item {
    margin-right: 4px;
}


/* 10.フォントサイズ */
.text12 {
    font-size: 12px;
}

.text14 {
    font-size: 14px;
}

.text16 {
    font-size: 16px;
}

.text-sp {
    font-size: 0.75em
}


/*　未整理 */

.slider-inner {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 50%;

}

.btn {
    cursor: pointer;
}

/* ページトップへスクロールするボタン */
#page-top {
    position: fixed;
    bottom: 0;
    right: 15px;
    font-size: 13px;
    z-index: 10000;
}

#page-top a {
    background-color: rgba(55, 55, 55, 0.55);
    text-decoration: none;
    color: #fff;
    line-height: 18px;
    padding: 8px 12px;
    text-align: center;
    display: block;
    border-radius: 8px;
    font-size: 15px
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.list-sp {
    background-color: rgba(55, 55, 55, 0.90);
}

.list-sp span {
    color: #fff;
}

/* トップページ設定 */


.down {
    /* ダウン */
    text-align-last: center;
    background-color: #333;
    padding: 5px;
}

@media only screen and (max-width: 768px) {
    #page-top {
        bottom: 0px;
        right: 10px;
    }

    #page-top a {
        line-height: 15px;
        padding: 7px 10px;
        border-radius: 5px;
        font-size: 13px
    }

    .home_area_footer li {
        font-size: 14px;
        padding-left: .5em
    }
}



/* その他追加機能 */

.col-no-space {
    padding: 0px !important;
    margin: 0px !important;
}

/* コンペ情報バッヂ */
.badge {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: 200;
    margin-right: 6px;
    padding-bottom: 4px;
    line-height: 120%;
}


/* ページネーション */
/* ページネーション */
.pager {
    /* For IE */
    -js-display: flex;
    display: flex;
    font-weight: 200;
    font-size: 14px;
}

.pager li {
    list-style-type: none;
    flex: 1;

}

.pager li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {

    /* 全てのli要素を消す */
    .pager li {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    /* 必要なli要素を消す */
    .pager li.active,
    .pager li:first-of-type,
    .pager li:last-of-type,
    .pager li:nth-of-type(2),
    .pager li:nth-last-of-type(2) {
        position: static;
        top: initial;
        left: initial;
    }
}

.pager li {

    /* For IE */
    display: flex;
    justify-content: center;
    background-color: #77b07b;
}

.pager a {
    /* For IE */
    flex: 1;
    height: 40px;
    text-decoration: none;
    color: #fff;
}

/* Active 以外のhover */
.pager li:not([class*="active"]) a:hover {
    background-color: rgba(255, 255, 255, .2);
}

/* Activeのスタイル */
.pager li.active a {
    background-color: rgba(255, 255, 255, .65);
    color: #000;
    font-weight: bold;
}

ul {
    -webkit-padding-start: 0px;
}


.fc-bg tr td:nth-of-type(7) {
    background-color: #fff7f7;
}

.fc-bg tr td:nth-of-type(6) {
    background-color: #f5ffff;
}


/*ページネーション */

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.pagination-box {
    display: inline-block;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #fff;
    /* 通常の文字色 */
    background: #47BEA0;
    /* 通常の背景色 */
}

.pagination a:hover {
    color: #47BEA0;
    /* マウスホバー時の文字色 */
    background: #F9D635;
    /* マウスホバー時の背景色 */
}

.pagination .current {
    padding: 10px 15px 10px 15px;
    color: #47BEA0;
    /* 現在のページの文字色 */
    background: #F9D635;
    /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
    .pagination {
        font-size: 12px;
        line-height: 12px;
    }

    .pagination span,
    .pagination a {
        padding: 8px 10px 8px 10px;
    }

    .pagination .current {
        padding: 8px 10px 8px 10px;
    }
}
