@charset "utf-8";

/* reset
*********************************************************/

* {
    margin: 0;
    padding: 0;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}


/* common
****************************************************************/
body{
    color: #333;
    font-family: Verdana,"メイリオ", Meiryo, "游ゴシック", YuGothic,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    border-top: solid 2px #F83038;
    background: #EBE7E1;
}
.wrapper{
    width: 980px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.pull-left{
    float: left!important;
}
.pull-right{
    float: right!important;
}
.clear{
    clear: both!important;
}
.text-center{
    text-align: center!important;
}
.text-left{
    text-align: left!important;
}
.text-right{
    text-align: right!important;
}

ul.list-inline li{
    display: inline-block;
}

a{
    text-decoration: none;
}
a:hover{
    opacity: 0.6;
}
img{
    vertical-align: bottom;
}
p{
    line-height: 1.6;
}
p.text01{
    font-size: 0.875em;
}

.commonTitle01{
    border-left: solid 9px #F83038;
    padding-left: 15px;
    font-size: 1.125em;
    font-weight: bold;
}
#leftContent .lower_wrapper .wrap-post {
    margin-bottom:70px;
}

#leftContent .lower_wrapper .wrap-post .commonTitle01{
    border-bottom: solid 1px #999999;
    margin-bottom: 25px;
    padding-bottom:10px;
}

.wrap-post .commonTitle01 a{
    color:#333;
    font-size:0.875em;
}

.daytime{
    display: block;
    margin-bottom:13px;
    color:#f83038;
    font-weight: bold;
    font-size:0.875em;
}

.wrap-post .post-content{
    font-size:0.875em;
}

.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: #333;
    background:#d2d2d2;
}
.pagination a:hover{
    color: #fff;
    background: #f83038;
}
.pagination .current{
    padding: 10px 15px 10px 15px;
    color: #fff;
        background: #f83038;
}
@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;
    }
}



/* header
****************************************************************/
#header{
    background: #fff;
}

/*

#header .wrap03{
    margin:50px 15px 15px;
}*/
    #header .wrap01{
        width: 380px;
        padding-top: 50px;
    }
        #header .wrap01 h1{
            font-size: 0.685em;
            margin-bottom: 10px;
            white-space: nowrap;
            font-weight: normal;
        }
        #header .wrap01 a{
            background: url(../../images/common/logo_header01.jpg) 0 0 no-repeat;
            display: block;
            height: 75px;
            padding-top: 0px;
            padding-left: 95px;
            font-size: 1.625em;
            color: #333;
            white-space: nowrap;
            vertical-align: bottom;
        }
            #header .wrap01 a small{
                font-size: 0.615em;
            }

    #header .wrap02{
        width: 435px;
        text-align: right;
    }
        #header .wrap02 a.btn01{
            display: block;
            width: 185px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            background: #F83038;
            text-align: center;
            color: #fff;
            float: right;
            margin-bottom: 15px;
        }
        #header .wrap02 ul{
            text-align: right;
        }
        #header .wrap02 ul.list01{
            margin-bottom: 15px;
            font-size:15px;
        }

            #header .wrap02 ul.list01 li:last-child{
                border: none;
                padding-right: 0;
            }
            #header .wrap02 ul.list02 li{
                border: none;
                padding-right: 0;
                font-size: 0.875em;
                height: 20px;
                line-height: 23px;
                display: block;
            }
                #header .wrap02 ul.list02 li img{
                    vertical-align: baseline;
                    margin: 0 5px;
                }
            #header .wrap02 ul.list02 li:last-child{
                border: none;
            }
                #header .wrap02 ul.list02 li span{
                    font-size: 1.5em;
                    color: #F83038;
                }
                #header .wrap02 ul li a{
                    font-size: 0.75em;
                    color: #333;
                }

#header .logo_header01 {
    margin-top: 20px;
    float: left;
}

#header .wrap01 a {
    background: url(../../images/common/logo_header01.jpg) 0 0 no-repeat;
    background-size: auto auto;
    display: block;
    height: 100px;
    padding-top: 0px;
    padding-left: 100px;
    font-size: 1.625em;
    color: #333;
    white-space: nowrap;
    vertical-align: bottom;
    background-size: 100px;
    margin-left: 145px;
}
#header .wrap03 h1 {
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    line-height: 22px;
}

#header .wrap02 ul li {
    display: inline-block;
    padding-right: 4px;
    border-right: solid 1px #333;
    line-height: 1;
}

/* gNav
****************************************************************/
#gNav{
    padding: 25px 0;
    background: #fff;
}
    #gNav ul li{
        float: left;
    }
        #gNav ul li a{
            display: block;
            padding: 0 34px;
            color: #333;
            border-right: solid 1px #ccc;
        }
        #gNav ul li:first-child a{
            padding-left: 0;
        }
        #gNav ul li:last-child a{
            padding-right: 0;
            border: none;
        }

/* breadcrumbs
****************************************************************/
#breadcrumbs{
    font-size: 0.875em;
    background: #FAF9F3;
    height: 50px;
    line-height: 50px;
}
    #breadcrumbs a{
        color: #333;
    }

/* content
****************************************************************/
#content{
    margin-top: 35px;
}

/* leftContent
****************************************************************/
#leftContent{
    background: #fff;
    width: 730px;
    margin-bottom: 30px;
}
    #leftContent .lower_wrapper{
        padding: 35px 30px;
    }
    #leftContent .titileWrap01{
        background: #FAF9F3;
        padding: 25px 30px;
        padding-right: 0;
    }
        #leftContent .lower_wrapper .commonTitle01{
            margin-bottom: 3px;
        }

/* sidebar
****************************************************************/
#sidebar{
    width: 220px;
}

#wp-calendar{
    box-sizing: border-box;
    width: 100%;
}

#wp-calendar caption{
    color:#f83038;
    padding-bottom:10px;
}

#wp-calendar td,
#wp-calendar th{
    text-align: center;
    font-size: 0.9375em;
    padding: 5px 0;
}

#wp-calendar a{
    color:#f83038;
}

#wp-calendar tbody a{
    display: block;
    border-radius: 50%;
    background: #f83038;
    color:#fff;
    padding:4px 0;
    box-sizing: border-box;
}

a.btn-type-1{
    display: block;
    color:#fff;
    font-weight: bold;
    font-size:1em;
    text-align: center;
    width:220px;
    box-sizing: border-box;
    padding:15px;
    margin:40px auto;
    background:#f83038;
}

#sidebar .wrap-contents-side{
    background:#faf9f3;
    box-sizing: border-box;
}

#sidebar .side-container{
    box-sizing: border-box;
    padding:20px 10px;
}

.wrap-newpost .list-style-1 li{
    border-bottom:dotted 1px #333;
    padding:10px 10px 10px 25px;
    background:url(../../images/common/slide_list_icon.jpg) no-repeat left center;
}

.wrap-newpost .list-style-1 li a{
    color:#333;
    font-size: 0.9375em;
}

#sidebar h3.ttl-side img{
    vertical-align: middle;
    margin-top:-5px;
}

#sidebar h3.ttl-side {
    vertical-align: middle;
}

    #sidebar h3{
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #F83038;
        color: white;
        font-size: 1em;
        text-indent: 20px;
    }
    #sidebar .sect01{
        background: #FAF9F3 url(../../images/common/img_side01.jpg) right bottom no-repeat;
        width: 100%;
        height: 116px;
    }
        #sidebar .sect01 p{
            font-size: 0.9375em;
            line-height: 1.6;
            padding: 10px;
        }
        #sidebar ul.list01{
            background: #FAF9F3;
            margin-bottom: 15px;
        }
            #sidebar ul.list01 li{
                padding: 15px 10px;
                border-top: solid 2px #EBE7E1;
            }
                #sidebar ul.list01 li a{
                    display: block;
                    width: 100%;
                    height: 60px;
                    line-height: 60px;
                    color: #333;
                    background: url(../../images/common/ico_common01.png) right 50% no-repeat;
                }
                #sidebar ul.list01 li.var01 a{
                    line-height: 30px;
                    height: 60px;
                }
                    #sidebar ul.list01 li a img{
                        float: left;
                        margin-right: 15px;
                    }
    #sidebar .banner01{
        margin-bottom: 10px;
        display: block;
    }


/* footer
****************************************************************/
#footer{
    border-top: solid 2px #F83038;
    background: #fff;
    padding-top: 40px;
    margin-top: 40px;
}
    #toTop{
        position: fixed;
        right: 0;
        bottom: 100px;
        display: none;
    }

    #footer .sect01{
        padding-bottom: 40px;
    }
        #footer .sect01 .inner01{
            padding-right: 35px;
            font-size: 0.875em;
        }
        #footer .sect01 .inner01.var01{
            padding-right: 0;
        }
            #footer .sect01 .inner01 ul li{
                line-height: 2;
            }
                #footer .sect01 .inner01 ul li a{
                    color: #333;
                }
                    #footer .sect01 .inner01 ul li ul.sub01 li{
                        float: left;
                        width: 140px;
                        list-style-type: disc;
                        color: #F83038;
                        margin-left: 1.5em;
                    }
                        #footer .sect01 .inner01 ul li ul.sub01 li a{
                            color: #333;
                        }

    #footer .sect02{
        padding-top: 25px;
        border-top: solid 1px #ccc;
    }
        #footer .sect02 a.btn01{
            background: url(../../images/common/logo_header01.jpg) 0 0 no-repeat;
            display: inline-block;
            height: 75px;
            padding-top: 0px;
            padding-left: 95px;
            font-size: 1.625em;
            color: #333;
            white-space: nowrap;
            vertical-align: bottom;
            margin-right: 40px;
        }
            #footer .sect02 a small{
                font-size: 0.615em;
            }
        #footer .sect02 a.btn02,
        #footer .sect02 a.btn03{
            display: inline-block;
            width: 165px;
            height: 45px;
            line-height: 45px;
            background: #F83038;
            text-align: center;
            color: white;
        }
        #footer .sect02 a.btn03{
            background: #992A21;
            margin:0 10px;
        }
    #footer .sect03{
        padding-top: 25px;
        background: url(../../images/common/img_footer01.jpg) right bottom no-repeat;
        min-height: 395px;
    }
        #footer .sect03 .inner01{
            width: 245px;
            float: left;
            margin-bottom: 40px;
        }
            #footer .sect03 .inner01 p.text01{
                font-size: 1em;
                color: #F83038;
                margin-bottom: 5px;
                font-weight: bold;
            }
            #footer .sect03 .inner01 p.text02{
                font-size: 0.875em;
            }
            #footer .sect03 .inner01 p.text02 a{
                color: #333;
            }


    #copyright{
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: white;
        font-size: 0.8125em;
        background: #333;
    }

/* wp default css
****************************************************************/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 1.5em 1.5em 0;
}

.alignright {
   float: right;
   margin:0 0 1.5em 1.5em;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* clearfix
****************************************************************/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a[href^=tel] {
    text-decoration: none;
    color: inherit;
    cursor: default;
}




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

    body #header .wrap03 h1{
        position: static;
        line-height: 1.2;
        padding: 10px 70px 0 10px;
    }

    body .wrapper{
        width: 100%;
        box-sizing: border-box;
    }

    body .pull-left,
    body .pull-right{
        float: none!important;
    }

    img{
        max-width: 100%;
        height: auto;
    }

    body #breadcrumbs{
        line-height: 1.7;
        height: auto;
        padding:20px 10px;
        box-sizing: border-box;
    }

/* header */

body #header .wrap01 a {
    background: url(../../images/common/logo_header01.jpg) 0 0 no-repeat;
    }

    body #header .wrap01 h1{
        white-space: normal;
        max-width: 80%;
    }

    body #header .wrap01 a{
        font-size:20px;
    }

    body #header .wrap02 a.btn01{
        margin:0 auto 15px;
        float:none;
        margin-top:-30px;
    }

    body #header .wrap02 ul.list01{
        text-align: center;
    }


    body #header .wrap02,
    body #header .wrap01{
        width: 100%;
        box-sizing: border-box;
    }

    body #header .wrap02 ul{
        text-align: center;
    }

    body #header .wrap02 ul.list02 li{
        margin-bottom:15px;
        height:auto;
    }

    body #header .wrap01{
        padding:20px 15px;
        box-sizing: border-box;
    }

    #header,#logo1{
        text-align:center;
        margin-left:0!important;

    }

    #header .logo_header01{
        text-align:center;
        float:none;
        margin-top:inherit;
        margin-bottom:15px;
    }

    body #header .wrap01 a {
    margin-left:0!important;
}


/* footer */

    body #footer .sect03 .inner01{
        margin:0 auto 30px;
        float:none;
    }

    body #footer .sect02{
        text-align: center;
    }

    body #footer .sect02 a.btn01{
        font-size: 20px;
        margin: 0 auto 15px;
        text-align: left;
        background-size: 60px;
        display: block;
        padding-left: 65px;
        box-sizing: border-box;
        max-width: 300px;
    }

    body #footer .sect02 a.btn02,
    body #footer .sect02 a.btn03{
        width: 300px;
        display: block;
        margin:0 auto 10px;
    }

    body #footer .sect01{
        padding:0 15px;
        box-sizing: border-box;
    }

    body #copyright{
        line-height: 1.3;
        height:auto;
    }

    body #footer .sect01 .inner01{
        padding:0px;
    }

    body #footer .sect01 .inner01 ul li ul.sub01{
        background:#FAF9F4;
        margin: -10px 0;
    }

    body #footer .sect01 .inner01 ul li{
        border-bottom:1px solid #efefef;
        padding:10px 0;
        text-align: center;
        box-sizing: border-box;
    }

    body #footer .sect01 .inner01 ul li ul.sub01 li{
        list-style-position: inside;
        width: 100%;
        margin:0;
        padding:5px;
        box-sizing: border-box;
        border-bottom:1px solid #fff;
    }

    body #footer .sect01 .inner01 ul li ul.sub01 li:last-child{
        border-bottom:none;
    }


/* gnavi */

    body #gNav li:nth-child(1) {
        border-left: none;
    }

    body #gNav li{
        border-right:none;
        float:none;
        width: 100%;
        height: auto;
    }

    body #gNav ul li{
        margin-left: 0;
    }

    body #gNav li a{
        color:#fff;
        height: auto;
        padding: 10px 0;
        text-align: center;
    }

    body #gNav {
        padding-top:20px;
        display: none;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        overflow: hidden;
        padding-left: 0;
    }

    body #gNav .container {
        overflow: hidden;
        position: relative;
        width: 100vw;
        height: 100vh;
        padding: 0;
    }

    body #gNav ul {
        border: none;
        position: absolute;
        right: -100vw;
        top: 50px;
        width: 100vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 110;
        overflow-y: scroll;
        padding-left: 0;
    }

    body #gNav li,
    body #gNav li:first-of-type {
        float: none;
        display: block;
        width: 100%;
        border: none;
        padding-left: 0;
        border-bottom: 1px dotted #fff;
    }

    body a.menu-trigger,
    body a.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    body a.menu-trigger {
        position: fixed;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
        z-index: 600;
        background: rgba(255, 255, 255, 0.75);
    }

    body a.menu-trigger:hover {
        opacity: 1;
    }

    body a.menu-trigger span {
        position: absolute;
        left: 5px;
        width: 30px;
        height: 2px;
        background-color: #333;
        border-radius: 1px;
    }

    body a.menu-trigger span:nth-of-type(1) {
        top: 10px;
    }

    body a.menu-trigger span:nth-of-type(2) {
        top: 48%;
    }

    body a.menu-trigger span:nth-of-type(3) {
        bottom: 10px;
    }

    body a.menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY( 9px) rotate(-315deg);
        transform: translateY( 9px) rotate(-315deg);
    }

    body a.menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    body a.menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(315deg);
        transform: translateY(-9px) rotate(315deg);
    }




    body #leftContent{
        width:100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    body #sidebar{
        margin:0 auto;
    }



    .flickWrap {
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 60px;
        padding: 20px 0 3px;
    }

    .flickWrap::before{
        content: "※横スクロールでご覧いただけます。";
        color: #F55;
        font-size:14px;
        margin-bottom: 20px;
    }

    .flickWrap::-webkit-scrollbar {
        height: 5px;
    }

    .flickWrap::-webkit-scrollbar-track {
        background: #F1F1F1;
    }

    .flickWrap::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }


}
