@charset "UTF-8";

/*======================================================
全端末共通設定
======================================================*/

/*-----　　全ページ共通設定　　-----*/

html {
 overflow-y: scroll;
}

body {
	font-size: 1.6rem;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	background: #fff;
	color: #222;
}

p{
    line-height: 1.75;
}

    /* スマホのときの文字サイズ　*/
    @media only screen and (max-width: 480px) {
        body{
            font-size:14px;
            font-size:1.4rem;
        }    
    }


.home h2{
    background: url(../img/common/bg-h2.gif) repeat-x left bottom;
    padding-bottom:10px;
    margin-bottom:20px;
    text-align: left;
    color:#3d7a0b;
    font-size:18px;
    font-size:1.8rem;
}

.page h2, .single h2, .category h2{
    font-size:3.6rem;
    font-family: 'Open Sans', sans-serif;    
}

.home h2 img{
    padding-bottom:10px;
}

.page h3{
    background: url(../img/common/bg-h2.gif) repeat-x left bottom;
    padding-bottom:10px;
    margin-bottom:20px;
    text-align: left;
    color:#3d7a0b;
    font-size:16px;
    font-size:1.6rem;
    
}

figcaption {
	font-size: 1.1rem;
}

/*clearfix*/

.cf:after {
  content: ""; 
  display: block; 
  clear: both;
 }

/*-----------------------------
レイアウト
-----------------------------*/

#wrapper{
	padding: 0 1%;
	margin: 0 auto;
	overflow: hidden;
}

.home #wrapper{
    margin: 0 auto;
}

.inner {
	width: 700px;
	margin: 0 auto;
}

section{
    margin-bottom:20px;
}

/*------------　ヘッダ　ー------------*/

header{
    background: url(../img/header/bg-header.jpg);
}

.head-inner{
    max-width: 960px;
    margin: 0 auto;
    background: url(../img/header/runner.png) right bottom no-repeat;
}

/* カウントダウンタイマーを消したときの表示 */

.head-deco img{
    position: absolute;
    right:0;
    bottom:0;
}

.head-logo{
    text-align: center;
}


.count-down-text{
    font-weight: bold;
}


/*------------　フッター　ー------------*/

.site-att{
    font-size:1.1rem;
}

#f-nav {
	margin:0 auto 10px;
    padding:1em 0;
    font-size:1.4rem;  
}
#f-nav ul{
    display: table;
    margin: 0 auto;
    width:100%;
    background:#FFF46E;
}

#f-nav a{
    text-decoration:none;
}

#f-nav li{
    text-align:center;
    border-left:1px solid #efdd01;
    display : table-cell;
    vertical-align: middle;
    text-align:center;
    //width:16.6%;
    width:20%;
    font-size:1.1rem;
    padding:12px 1px;
}

#f-nav li:first-child{
    border-left:none;
} 


footer address{
    font-size:1.2rem;
    text-align:center;
    margin-bottom:2em;
}

.foot-logo{
    text-align: center;
}

.foot-logo img{
    margin-bottom:10px;
}

#copy{
    margin-top:50px;
	padding:20px 0;
	text-align: center;
	font-size: 1.1rem;
    background: url(../img/footer/bg-footer.gif) left bottom repeat-x;
    position:relative;
}

.foot-run{
    position: absolute;
    top:-10px;
    left:0;
    right:0;
    margin: 0 auto;
}

/*-------　グローバルナビゲーション　-------*/

#g-nav {
	margin: 0 auto;
    box-shadow: 0 3px 3px #ccc;
    -moz-box-shadow: 0 3px 3px #ccc;　/* Firefox用 */  
    -webkit-box-shadow: 0 3px 3px #ccc;　/* Safari,Google Chrome用 */  
    padding:1em 0;
    text-align:center;
}

.page #g-nav,.category #g-nav,.single #g-nav{
    background: none;
    margin: 0 auto;
    border-bottom:none;
}

#g-nav ul{
    display: table;
    width:100%;
    margin: 0 auto;
}

#g-nav a{
    text-decoration:none;
    color:#fff;
}

#g-nav a:link,#g-nav a:visited, #g-nav a:hover{
    color:#333;
}

#g-nav li{
    text-align:center;
    border-left:1px solid #999;
    display : table-cell;
    vertical-align: top;
    text-align:center;
    width:16.6%;
    line-height: 1.2;
    font-size:1.2rem;
    margin: 4px 0;
    
}

#g-nav li:last-child{
    border-right:1px solid #999;
}

.nav-eng{
    font-size:1.0rem;
}

/*-- slicknav 設定 --*/

.slicknav_menu { 
    display:none;
}
 
/*スマホ設定*/
 
@media screen and (max-width: 480px) {
 
#g-nav { 
display:none;
}
 
.slicknav_menu {
display:block;
}
 
}

/*-- slicknav 設定ここまで --*/


/*------------メイン------------*/

p a:link , h3 a:link {
	color: #333;
	padding: 3px;
	text-decoration: none;
}

p a:visited , h3 a:visited {
	color: #333;
	padding: 3px;
	text-decoration: none;
}


p a:hover , h3 a:hover {
	padding: 3px;
	text-decoration: none;
    opacity: 0.8;
}


.site-att{
    margin:10px auto;
}



.coming-soon{
    text-align: center;
    margin:100px auto;
}

.coming-soon img{
    max-width: 200px;
}

/*-------------新着にnew--------------*/

.Tnews-box{
    position: relative;
}

.new-mark{
    background: url(../img/news/new.png) no-repeat;
    width:40px;
    height:40px;
    position:absolute;
    top:-3px;
    right:-3px;
}








/*------------　バナー部分　------------*/



.naka{
    max-width:580px;
    margin: 0 auto;
}

/*TOTOが入ったら */

#bn-area li{
    float:left;
    margin: 0 0 2% 3%;
    width: 31.3%;
}

#bn-area li:first-child{
    margin-left:0;
}

#bn-area{
    position: relative;
    overflow: hidden;
}

.bn-box{
    float: left;
    left:50%;
    position: relative;
}

.bn-area-in{
    float:left;
    left:-50%;
    position: relative;
}

/*----- 

#bn-area li{
    float:left;
    width: calc(100% / 5) -40px;
    margin-bottom:20px;
    margin-left:10px;
}

#bn-area li:nth-child(2n+1){
    margin-left:0;
}

#bn-area li:first-child{
    margin-left:0;
}

------ */


/*======================================================
PC向けおよび大型タブレット向けのレイアウトの指定：481px～768px
======================================================*/
@media screen and (min-width: 481px) {
    
    section{
    margin-bottom:50px;
    }

    /*--見出し --*/

    .home h2{
        background: url(../img/common/bg-h2.gif) repeat-x left bottom;
        padding-bottom:10px;
        margin-bottom:20px;
        text-align: center;
        color:#0A8519;
        font-size:36px;
        font-size:3.6rem;
        font-weight: normal;
    }
    
    .page h3, .category h3{
        background: url(../img/common/bg-h2.gif) repeat-x left bottom;
        padding-bottom:10px;
        margin-bottom:20px;
        text-align: center;
        color:#0A8519;
        font-size:30px;
        font-size:3.0rem;
        font-weight: normal;
    }

    .home h2 img{
        margin-right:50px;
        padding-bottom:10px;
    }
    
    .page h2 img{
        margin-right:20px;
    }
    
    .page h3 img{
        margin-right:20px;
        padding-bottom:10px;
    }
    
/* バナーエリア　*/
    //#bn-area li:nth-child(2n+1){
    //margin-left:10px;
}




    /*--footer--*/

    #f-nav {
        margin: 0 auto 50px;
        border-top:1px solid #999;
        padding:1em 0;
        font-size:1.4rem;  
    }
    #f-nav ul{
        display: table;
        margin: 0 auto;
        width:100%;
        background:#fff;
    }

    #f-nav a{
        text-decoration:none;
        color:#333;
    }

    #f-nav li{
        text-align:center;
        border-left:1px solid #999;
        display : table-cell;
        vertical-align: middle;
        text-align:center;
        width:14%; 
        font-size:1.3rem;
        padding:0;
        }

    #f-nav li:first-child{
        border-left:none;   

    }
    
    #copy{
        margin-top:50px;
        padding:50px 0;
        text-align: center;
        font-size: 1.1rem;
        background: url(../img/footer/bg-footer.gif) left bottom repeat-x;
        position:relative;
    }

    .foot-run{
        position: absolute;
        top:-30px;
        left:0;
        right:0;
        margin: 0 auto;
    }    
    
}
/*======================================================
PC向けおよび大型タブレット向けのレイアウトの指定：769px～
======================================================*/

@media only screen and (min-width: 768px) {
    
    /*-- header --*/
    
    .head-logo{
    text-align: left;
    }
    
    .count-down-text{
        position: absolute;
        right:0;
        bottom:70px;
    }
    
    /*-- global navi --*/

    #g-nav ul{
        max-width:960px;
        margin: 0 auto;
        padding: 15px 0;
    }
    
    .head-inner{
        position:relative;
    }

    #timer{
        position: absolute;
        right:0 ;
        bottom:0;
    }
    
    .site-att{
        text-align:right;
        max-width: 960px;
    }
    
    #f-nav ul{
        width:65%;
        margin-bottom:30px;
    }
    

    
    
    /*　テーブル標準 */

    .ta th, .ta td, .ta caption{
        border:1px solid #c6c6c6;
        padding:16px 10px;
    }
    

    
}