@charset "utf-8";
/************************************************************************************************
* Default Reset 
*************************************************************************************************/
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    width: 100%;
    min-width: 964px;
    margin: 0 auto;
    padding: 0px;
    font-size: 16px;
    font-weight:bold;
   font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000;
    line-height: 1.5;
    /*border: 1px solid #000;*/
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

h1 {margin: 0;padding: 0px;font-size: 16px;font-weight: normal;line-height: 1.5;}
h2 {margin: 0;padding: 0px;font-size: 16px;font-weight: normal;line-height: 1.5;}
h3 {margin: 0;padding: 0px;font-size: 16px;font-weight: normal;line-height: 1.5;}
h4 {margin: 0;padding: 0px;font-size: 16px;font-weight: normal;line-height: 1.5;}
h5 {margin: 0;padding: 0px;font-size: 16px;font-weight: normal;line-height: 1.5;}

p {margin: 0;padding: 0px;font-size: 16px;font-weight: normal;line-height: 1.5;
    font-weight:bold;}
a{display: block;cursor: pointer;color: #000;text-decoration: none;outline: none;}
img{vertical-align: middle}

dl,dt,dd{margin: 0}
ul{margin: 0;padding: 0;}
li{margin: 0;padding: 0;list-style: none;}

table{margin: 0;padding: 0;width: 100%;border-collapse: collapse;}
th,td{padding: 0;}

input,
textarea,
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    resize: none;
    border: none;
    border-radius: 0;
    outline: none;
}
input[type="submit"]{cursor: pointer}
input[type="radio"]{margin: 0}


/************************************************************************************************
* Common Effect
*************************************************************************************************/

.clear {clear: both;}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px
}
* html .clearfix {height: 1px}
.sp{
    display: none!important;
}
.pc{
    display: block!important;
}
#main{
    display: block;
}
#main.on{
    padding-top: 60px;
}


/************************************************************************************************
* Header
*************************************************************************************************/
#header{
    width: 100%;
    padding:  104px 0 85px;
    text-align: center;
}
/************************************************************************************************
* Gnav
*************************************************************************************************/
#g_nav{
    width: 100%;
    background-color: #fff;
    border-bottom: 5px solid #000;
}
#g_nav.on{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

#g_nav .inner{
    width: 963px;
    margin: 0 auto;
}
#g_nav .inner li{
    float: left;
    width: 321px;
}
#g_nav .inner li a{
    position: relative;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 4px;
    text-align: center;
}
#g_nav .inner li:last-child a{
    letter-spacing: 0;
    background: url(../img/common/header_icn_1.jpg) no-repeat center right 16px;
}
#g_nav .inner li a.current{
    color: #2168a2;
    pointer-events: none;
}
#g_nav .inner li a.current:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 5px;
    background-color: #2168a2;
}
/************************************************************************************************
*  Under Commmon
*************************************************************************************************/
.sec_ttl{
    text-align: center;
    letter-spacing: 4px;
}
.sec_ttl span{
    position: relative;
    display: inline-block;
}
.sec_ttl span:before,
.sec_ttl span:after{
    content: '';
    position: absolute;
    top: 50%;
    width: 13px;
    height: 1px;
    background-color: #5d3a28;

}
.sec_ttl span:before{
    left: 0;
}
.sec_ttl span:after{
    right: 0;
}
/************************************************************************************************
* Footer
*************************************************************************************************/
#totop{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#totop.on{
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#footer{
    background-color: #ebebeb;
}
#footer .inner{
    width: 964px;
    margin: 0 auto;
    padding: 70px 0 72px;
    text-align: center;
}
#footer .sns_inner{
    display: inline-block;
}
#footer .sns_inner .fb-like{
    float: left;
    display: block;
    margin-right: 26px;
}
#footer .sns_inner .twitter{
    float: left;
    display: block;
}
#footer .nav{
    margin-top: 58px;
}
#footer .nav_inner{
    display: inline-block;
}
#footer .nav_inner li{
    float: left;
}
#footer .nav_inner li a{
    padding: 0 8px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -1px;
    border-left: 1px solid #000;
}
#footer .nav_inner li:first-child a{
    padding: 0 10px 0 0;
    border-left: none;
}
@media screen and (min-width: 737px) {
#footer .nav_inner li a:hover{
    text-decoration: underline;
}
#footer .nav_inner li:first-child a:hover{
    text-decoration: none;
}
}
#footer .copyright{
    margin-top: 55px;
}
#footer .copyright p{
    font-size: 11px;
    line-height: 1;
    text-align: center;
}
/************************************************************************************************
* SP
*************************************************************************************************/
@media screen and (max-width: 736px) {
/************************************************************************************************
* Default Reset
*************************************************************************************************/
body{
    height: 100%;
    min-width: 320px;
    -webkit-overflow-scrolling: touch;
}
.sp{
    display: block!important;
}
.pc{
    display: none!important;
}
#main.on{
    /*padding-top: 60px;*/
    padding-top: 0;
}
/************************************************************************************************
* Header
*************************************************************************************************/
#header{
    padding: 20px 0;
}
#header h1{
    width: 140px;
    margin: 0 auto;
}
#header h1 img{
    width: 100%;
}
/************************************************************************************************
* Gnav
*************************************************************************************************/
#g_nav{
    border-bottom: 3px solid #000;
}
#g_nav.on{
    position: static;
}
#g_nav .inner{
    width: 100%;
}
#g_nav .inner li{
    width: 33.3%;
}
#g_nav .inner li a{
    height: 47px;
    padding: 16px 0 17px;
    font-size: 11px;
    line-height: 14px;
}
#g_nav .inner li:last-child a{
    padding: 9px 0 10px;
    background-image: none;
}
#g_nav .inner li a.current:before{
    bottom: -3px;
    height: 3px;
}
/************************************************************************************************
*  Under Commmon
*************************************************************************************************/

/************************************************************************************************
* Footer
*************************************************************************************************/
#totop{
    bottom: 30px;
    right: 30px;
    width: 50px;
}
#totop img{
    width: 100%;
}
#totop.on{
}
#footer{
}
#footer .inner{
    width: 87.5%;
    padding: 35px 0;
}
#footer .sns_inner{
}
#footer .sns_inner .fb-like{
    margin-right: 13px;
}
#footer .nav{
    margin-top: 29px;
}
#footer .nav_inner{
}
#footer .nav_inner li{
    float: none;
}
#footer .nav_inner li a{
    padding: 3px 4px;
    font-size: 12px;
    line-height: 14px;
    border-left: none;
}
#footer .nav_inner li:first-child a{
    padding: 3px 4px 11px;
}
#footer .copyright{
    margin-top: 28px;
}
#footer .copyright p{
    font-size: 11px;
    line-height: 1.5;
}
}