/*
Theme Name: homeclub
Template:   twentyseventeen
Theme URI:  https://wordpress.org/themes/twentyseventeen/
Description:   ホームクラブのテーマ
Author:        セラフ
Author URI:    http://www.srp.co.jp/about/
*/


@charset "UTF-8";

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas { margin: 0; padding: 0; }

article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section { display: block; }

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
    /*font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;*/
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
    font-weight: normal;
}


/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */

html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {  font-size: 16px; *font-size: 110%;
    line-height:24px; word-break: break-all; -webkit-text-size-adjust: none;
    background:url(assets/images/cmnfix/bg_body.jpg) repeat 0 0;
    min-width:940px;
    max-width:none;
    color:#333;
    font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;}


html.osMac body, body.osMac {  }

body.en { word-break: normal; }

/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/

a { color: #422402; }
a:link {
    text-decoration:none;}
a:visited { text-decoration: underline; }

a:hover, a:active { text-decoration:underline;
}
a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
}






/* --------------------------------------------------
	2. Heading, TextColor
-------------------------------------------------- */


h1 { font-size: 26px; padding: 0px; margin:0 0 30px;color: #b30d5a; font-weight: normal; }


h2{ font-size:26px; margin: 0px 0px 20px;
    line-height:1.2;
    background:url(assets/images/cmnfix/ico_h2.jpg) no-repeat 0 2px;
    font-weight:normal;
    padding:0 0 5px 35px;
    border-bottom:1px dotted #000; }


h3 {
    font-size:22px;
    font-weight:normal;
    margin-bottom:40px;}

.pc {
    display:block;}
.sp {
    display:none;}

@media screen and (max-width: 480px) {
    body {  font-size: 16px; *font-size: 110%;
        line-height:1.8; word-break: break-all; -webkit-text-size-adjust: none;
        min-width:200px;
        max-width:480px;}


    h1 { font-size: 26px; padding: 5px; margin:0 -10px 15px;color: #fff; font-weight: normal; background:#7e0045; text-align:center; }

    h2{ font-size:26px; margin: 0px 0px 20px;
        line-height:1.2;
        background:url(assets/images/cmnfix/ico_h2.jpg) no-repeat 0 2px;
        font-weight:normal;
        padding:0 0 5px 35px;
        border-bottom:1px dotted #000; }


    h3 {
        font-size:22px;
        font-weight:normal;
        margin-bottom:10px;}


    img { width: 100%; height:auto; }
    .pc {
        display:none;}
    .sp {
        display:block;}

}



.text_c { text-align: center; }

.tex_r { text-align: right; }


.f_l { float: left; }

.f_r { float: right; }

.clear_b { clear: both; }


.clearfix,ul.sideList li,.archive li,.social4i,.company dl { zoom: 100%; }

.clearfix:after,ul.sideList li:after,.archive li:after ,.social4i:after,.company dl:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }


@media screen and (min-width: 481px) {

    img { width: auto; }

}

/*=====================BODY========================*/


.wrap { width: 100%; margin: 0; position: relative; }

/* ------------------------------------------------------------
	1. header
------------------------------------------------------------ */

#headerArea { width: 940px; margin:0 auto; border-top:5px solid #7e0045; }

#logo { float: left;
    text-align:center;
    line-height:1.7;
    background-color: rgba( 255, 255, 255, 0.6 );
    color: #000;
    padding:20px 30px 15px;
    font-size:34px;
    text-decoration:none!important;
}

#logo img { vertical-align: top; }
#h_q {
    background:none;
}
#global-nav {
    display:none;}
#header_info {
    text-align:right;
    font-size:12px;
    margin-top:12px;
    margin-right:20px;
}

#header_info span {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size:32px;
    color:#b30d5a;
}

#nav-toggle {
    display:none;}


.mainimg {
    text-align:center;
    margin-bottom:50px;
}
.mainimg img {
    margin:0 auto;
}


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

    #headerArea { width: auto; margin: 0px; box-sizing: border-box; }

    #logo { width:70%;margin-top:0px;
        height:65px;
        float:none;
        line-height:1.8;
        font-size:24px;
        text-align:left;
        padding:15px 20px 10px;
    }

    #logo img { width: 100%; height: auto; }
    #global-nav {
        display: block!important;}
    #header_info {
        display:none;}


    #h_q {
        background:#fff;
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top:100px;
        left:-490px;
        width: 100%;
        text-align: center;
        padding:0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        box-shadow:5px 0px 10px rgba(0, 0, 0, 0.5);
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: left;
        width:90%;
        position: static;
        background:#FAFAFA;
        border-bottom:1px solid #7e0045;
        padding:15px 5%;
        text-align:left;
        font-size:16px;
        list-style-type:circle
    }
    #global-nav ul li:last-child {
        margin-bottom:20px;}
    #global-nav ul li a {
        display:block;
        width:100%;}
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 15px 0;
        border:1px solid #d55b5f;
    }
    #nav-toggle {
        display: block;
        right: 0;
        padding-right: 10px;
        padding-top:30px;
        position: absolute;
        top:0;
        z-index:1000;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 90px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 90px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */


    .open #h_q {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(490px);
        -webkit-transform: translateX(490px);
        transform: translateX(490px);
        z-index:1000;
    }

    #nav-toggle {
        display: block!important;
        right: 0;
        padding-right:15px;
        padding-top:30px;
        position: absolute;
        top:0;
        cursor:pointer;
    }
    #nav-toggle img {
        width:50px!important;
    }

    #spNavArea span {
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size:32px;
        color:#b30d5a;
    }
    #spNavArea div {
        line-height:1.1;
        margin-bottom:20px;}
    #spNavArea img {
        width:36px;}
    .mainimg {
        text-align:center;
        margin-bottom:35px;
        line-height:1;
    }

}

/* ------------------------------------------------------------
	2. navi
------------------------------------------------------------ */



#spNavArea { display: none; }

#naviArea { background: url(assets/images/cmnfix/bg_navi.jpg) repeat-x 0 0; margin: 0 auto;}
ul#navi { width: 940px; padding: 0px; clear: both; margin:0 auto; }


ul#navi li { float: left;height:53px;
    list-style:none;
    width:25%;
    background:url(assets/images/cmnfix/ico_navi.jpg) no-repeat right center; }
ul#navi li:last-child { background:none!important;}

ul#navi li a { height:35px; display: block;
    width:100%;
    text-align:center;
    vertical-align:middle;
    color:#000;
    padding-top:17px;
}
ul#navi li a:hover {
    text-decoration:none;
    background: rgba(255,255,255,0.6);
    opacity:0.7;}


@media screen and (max-width: 480px) {
    #spNavArea { display: block!important; }

    #naviArea {
        display:none; }


}

/* ------------------------------------------------------------
	3. contents
------------------------------------------------------------ */

#Contents { width: 940px; margin:0px auto; background:#fff; }

.content {
    margin:0 20px;}

.subcontent, .site-main {
    margin:40px 20px 0;}

.contact01 {
    text-align:center;
    background:#f8f8f8;
    color:#000;
    font-size:14px;
    padding-bottom:25px;
    border:1px solid #d4d4d4;
    line-height:1.2;}

.contact01 div {
    border-bottom:1px solid #d4d4d4;
    width:370px;
    margin:0 auto 20px;
    padding:15px 0;
    font-size:15px;
    color:#333;
}

.contact01 span {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size:36px;
    color:#b30d5a;}

input[type="submit"] {
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 5px 20px;
    background:#144865;
    margin:0 10px;
}


.PageNumber {
    text-align:center;
}
@media screen and (max-width: 480px) {

    #Contents { width: auto; }
    .subcontent {
        margin:0px 10px 0;}
    .content {
        margin:0 10px;}

    .contact01 {
        text-align:center;
        background:#f8f8f8;
        color:#000;
        font-size:14px;
        padding-bottom:25px;
        border:1px solid #d4d4d4;}

    .contact01 div {
        border-bottom:1px solid #d4d4d4;
        width:100%;
        margin:0 auto 20px;
        padding:15px 0;
        font-size:15px;
        color:#333;
    }
    .contact01 img {
        width:39px;

    }}
/* ------------------------------------------------------------
	1.top
------------------------------------------------------------ */
li {list-style:none;}


@media screen and (min-width: 480px) {
    .text {
        margin:0 20px 20px;}

    .text02 {
        margin:0 20px 50px;
    }

    .date {
        font-size:14px;
        color:#b30d5a;
        margin-bottom:5px;}

    .text_bbd {
        margin:0 20px 20px;
        border-bottom:1px dotted #000;
        padding-bottom:20px;
        /*height: 20px;*/
        /*overflow: scroll;*/
    }

    .text_bbt {
        margin:0 0 20px;
        border-top:1px dotted #000;
    }

    .button01 a {
        color:#fff;
        width:492px;
        margin:0 auto;
        text-align:center;
        padding:15px 0;
        background:url(assets/images/cmnfix/01_31.jpg) no-repeat right center #b30d5a;
        display:block;}

    .button01 a:hover {
        color:#fff;
        width:492px;
        margin:0 auto;
        text-align:center;
        padding:15px 0;
        background:url(assets/images/cmnfix/01_31.jpg) no-repeat right center #b30d5a;
        display:block;
        opacity:0.7;
        text-decoration:none;}

    dl.y01 {
        margin:0 20px 20px;}

    dl.y01 dt {
        font-weight: bold;
        float:left;
    }
    dl.y01 dd {
        font-size:14px;
        float:left;
        margin-left:30px;
        width:430px;

    }

}

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



    .text {
        margin:0 10px 20px;}

    .text02 {
        margin:0 10px 20px;
    }

    .date {
        font-size:14px;
        color:#b30d5a;
        margin-bottom:5px;}

    .text_bbd {
        margin:0 10px 20px;
        border-bottom:1px dotted #000;
        padding-bottom:25px;}

    .button01 a {
        color:#fff;
        width:100%;
        margin:0 auto;
        text-align:center;
        padding:15px 0;
        background:url(assets/images/cmnfix/01_31.jpg) no-repeat right center #b30d5a;
        display:block;}

    .button01 a:hover {
        color:#fff;
        width:100%;
        margin:0 auto;
        text-align:center;
        padding:15px 0;
        background:url(assets/images/cmnfix/01_31.jpg) no-repeat right center #b30d5a;
        display:block;
        opacity:0.7;
        text-decoration:none;}

    dl.y01 {
        margin:0 20px 20px;}

    dl.y01 dt {
        float:none;
    }
    dl.y01 dd {
        font-size:14px;
        float:left;
        margin:0;
        width:100%;
    }

}
.table01 {
    border-collapse:collapse;}

.table01 th {
    border:1px solid #d4d4d4;
    padding:10px;
    background:#e8e8e8;
    text-align:center;}

.table01 td {
    padding:15px;
    text-align:center;
    border:1px solid #d4d4d4;}

.table01 td span.f28 {
    font-size:28px;}

.table01 td span.f22 {
    font-size:22px;}

.pnavi {
    margin:0 auto;}
.pnavi td {
    border:1px solid #CCC;
    height:31px;
    text-align:center;
    padding-top:4px;
    width:36px;}
.pnavi td.active {
    background:#f5f5f5;}

.pnavi td.active a {
    color:#000;}

.pnavi td a { color:#23b8c5;}

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


    .table01 {
        border-collapse:collapse;}

    .table01 th {
        border:1px solid #d4d4d4;
        padding:5px 0;
        background:#e8e8e8;
        text-align:center;
        font-size:12px;}

    .table01 td {
        padding:10px 0;
        text-align:center;
        border:1px solid #d4d4d4;
        font-size:14px;}

    .table01 td span.f28 {
        font-size:20px;}

    .table01 td span.f22 {
        font-size:16px;}



}


/* ------------------------------------------------------------
	4. footer
------------------------------------------------------------ */

.footerInfo { display: none; }

#footerArea {
    font-size:14px;
    width:100%;
    border-top:2px solid #c0c0c0;
    margin-top:100px;
    background:#f0f0f2;
    margin-bottom:-5px;
}


#copy {
    text-align: center;
    padding: 20px 0 0;
    margin: 0px auto 0px;
    width: 100%;
    display: block;
    height:150px;
    font-size:12px;
    color:#666;
}
@media screen and (max-width: 480px) {
    .footerInfo { display: block; text-align: center; margin-bottom: 25px; }
    .footerInfo a { width: 47%; display: inline-block; margin: 0 3px; }

    #footerArea { background:#F5F5F5;
        min-width:200px;
        max-width:480px;
        margin-top:50px;
        margin-bottom:-5px;
    }


    #copy { text-align: center;
        padding: 10px 0;
        margin: 5px auto 0px;
        width: 100%;
        display: block;
        height:100px;
    }
}

/*
pagination
*/

.paginate {
    display: inline-block;
}

.paginate a {
    color: #23b8c5;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    /*transition: background-color .3s;*/
    border: 1px solid #ddd;
    margin: 0 4px;
}

.paginate span.active {
    background-color: #f5f5f5;
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #4CAF50;
    margin: 0 4px;
}

.paginate a:hover {
    color: #fff;
    outline: 0;
}

.paginate a:hover:not(.active) {
    background-color: #ddd;
    color: #fff;
}

/* ------------------------------------------------------------
	map
------------------------------------------------------------ */

#map {
    width: 100%;
    height: 390px;
}

/* ------------------------------------------------------------
	news
------------------------------------------------------------ */

.info {
    overflow-x:hidden;
    overflow-y:auto;
    height:300px;
    margin-bottom:20px;
}

