html {
    height: 100%;
}
body {
    background: #fff;
    font-family:Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
    color: #333;
    font-weight: 500;
}
a {
  text-decoration: none;
  color: #333;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
img {
    vertical-align: bottom;
}
.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding:0 1%;
}
.btn-contact a{
    display: block;
    width: 220px;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    padding-left: 30px;
    background:#ce422f;
    background: url(../images/icon_email.png) #ce422f no-repeat 25px ;
    background-size: 18px auto;
    transition: 0.3s ease-in-out;
}
.btn-contact a:hover {
    opacity: .7;
}
a.hover:hover{
    opacity: .6;
    transition: 0.25s ease-in-out;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
.head-wrap{
    padding-bottom: 24px;
}
.head-wrap .logo-area {
    padding-top: 25px;
}
.head-wrap .contact-area {
    padding-top: 15px;
    width: 230px;
}
.head-wrap .logo-area #logo img{
    width: 180px;
    height: auto;
    display: block;
}
.head-wrap .logo-area p:last-child {
    font-size: 14px;
    padding: 10px 0 0 55px;
}
.head-wrap .tel {
    width: 230px;
    margin-top: 8px;
}
.head-wrap .tel p:first-child {
    width: 200px;
    padding-left: 30px;
    background: url(../images/iconmonstr-phone-8.svg) no-repeat left center;
    background-size: 22px auto;
    font-size: 25px;
    font-family : Arial, sans-serif;
    letter-spacing: 1px;
}
.head-wrap .tel p:last-child {
    width: 230px;
    font-size: 12px;
    padding-top: 5px;
}
/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
.global-nav-wrap {
    position: relative;
}
#top-head .inner {
    padding: 0;
}
/*global-navのレイアウト*/
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    z-index: 300;
    border-top: 1px solid #eee;
}
#top-head .inner {
    position: relative;
}
/* ********************
 global-navのデザイン
 ********************** */
#global-nav ul {
    text-align: center;
    font-size: 0;
    width: 100%;
}
#global-nav ul li {
    width: 12.5%;
    height: 64px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 64px;
    letter-spacing: 1px;
}
#global-nav ul li a {
    color: #333;
    text-decoration: none;
    position: relative;
    display: block;
}
#global-nav ul li a:after {
    position: absolute;
    bottom: -.3em;
    transition: 0.25s;
    left: 0;
    content:"";
    display: block;
    width: 100%;
    opacity: 0;
    height: 3px;
    background-color: #019cd4;
}
/*global-navのhover,カレント*/
#global-nav ul li a:hover:after,
#global-nav ul li a.current:after {
    bottom: 0;
    opacity: 1;
}
/*global-navのFixed*/
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 64px;
    background: #fff;
    background: rgba(255,255,255,.98);
    transition: top .4s;
    box-shadow:0px 7px 7px -10px #666666;
}
/* ********************
 mobileのナビボタンのデザイン
 ********************** */
#mobile-head {
    position: relative;
}
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 17px;
    width: 34px;
    height: 36px;
    cursor: pointer;
}
#nav-toggle div{
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* ********************
 mobileのメールアイコンのデザイン
 ********************** */
.mobile-btn-mail {
    background: #ce422f;
    width: 59px;
    height: 59px;
    padding-top: 13px;
    text-align: center;
    position: absolute;
    right: 58px;
    display: none;
}
.mobile-btn-mail a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.mobile-btn-mail img {
    width: 30px
}
/*==========================================
 ページタイトルエリア
===========================================*/
.page-title {
    width: 100%;
    height: 150px;
    margin-bottom: 12px;
    margin-top: 64px;
    height: 150px;
    background: #e5f5fc;
}
.page-title h1 {
    font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 24px;
    line-height: 150px;
    letter-spacing: .1em;
    text-align: left;
    color:#333;
}
.page-title h1 span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    margin-top: -60px;
    font-family:Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
    font-style: italic;
    font-weight: normal;
    color: #019cd4;
    padding-left: 20px;
}
.page-title p {
    font-size: 16px;
    text-align: center;
    padding-top: 24px;
}
/*==========================================
 パンクズリスト
===========================================*/
.path {
    font-size: 12px;
    line-height: 2;
}
.path li{
    display: inline;
}
.path a {
    margin-right: 6px;
}
.path a:hover {
    text-decoration: underline;
}
/*==========================================
 サブタイトルアリア
===========================================*/
.lead h2 {
    font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 23px;
    text-align: center;
    margin-bottom: 48px;
    letter-spacing: .1em;
}
.lead p {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    width: 90%;
    margin: 0 auto 72px;
    letter-spacing: .1em;
}
/*==========================================
 sectionのスタイル
===========================================*/
section {
    margin-bottom: 72px;
}
section h3 {
    font-size: 20px;
    text-align: center;
    font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    margin-bottom: 48px;
    letter-spacing: .1em;
}
/*==========================================
 バナーエリア
===========================================*/
.banner {
    border-top: 1px solid #eee;
}
.banner ul.inner {
    padding: 36px 1%;
}
.banner ul li {
    display: inline-block;
    width: 31%;
    text-align: center;
    margin: 0 1%;
}
.banner ul li img {
    max-width: 251px;
    width: 100%;
    height: auto;
}
/*==========================================
　取り扱いメーカー
===========================================*/
.maker-link {
    border-top: solid 1px #eee;
}
.maker-link ul.inner {
    padding: 36px 1% 26px;
}
.maker-link ul {
    text-align: center;
}
.maker-link ul li {
    display: inline-block;
    text-align: center;
    margin: 0 0 10px 20px;
}
/*==========================================
　お問い合わせ
===========================================*/
.contact {
    width: 100%;
    background: #f2f3f6;
    padding: 48px 0;
}
.contact .tel-area {
    width: 50%;
    border-right: solid 1px #ddd;
}
.contact .mail-area {
    width: 50%;
}
.contact .inner > p {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: bold;
    font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.contact .inner > p span {
    color: #ce422f;
}
.contact .tel-area-inner {
    width: 300px;
    margin: auto;
    padding-left: 40px;
}
.contact .tel-area a span {
    display: block;
    padding-left: 45px;
    background: url(../images/iconmonstr-phone-8.svg) no-repeat 0 center;
    background-size: 30px auto;
    font-size: 30px;
    font-family:Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.contact .tel-area p{
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
}
/*お問い合わせボタン*/
.contact .btn-contact2 a span{
    display: block;
    width: 300px;
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    padding-left: 30px;
    background:#ce422f;
    background: url(../images/icon_email.png) #ce422f no-repeat 25px ;
    background-size: 18px auto;
    transition: 0.3s ease-in-out;
    background-position: 60px center;
    margin: 5px auto;
}
.btn-contact2 a span:hover {
    opacity: .7;
}
/*==========================================
 ページトップ
===========================================*/
#gototop {
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    background: #fff;
    position: relative;
    position: fixed;
    right: 2%;
    bottom: 50px;
    background: #fff;
    transition: 0.3s ease-in-out;
    z-index: 30;
}
#gototop:after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 14px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    transition: 0.3s ease-in-out;
}
#gototop a {
    display: block;
}
#gototop a:hover,
#gototop:hover{
    cursor: pointer;
    background: #333;
}
#gototop:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
/*==========================================
 footer
===========================================*/
footer {
    width: 100%;
    background: #f9fafc;
}
footer .inner {
    padding: 20px 1% 10px;
}
footer .footer-nav {
    width: 60%;
    font-size: 13px;
    line-height: 2;
}
footer .about {
    overflow: hidden;
    margin-right: 60%;
}
footer .footer-nav  ul {
    margin-bottom: 12px;
    padding-right: 23%;
}
.footer-nav ul:nth-of-type(3) {
    padding-right: 0;
}
.footer-nav dl{
    clear: both;
}
.footer-nav dt {
    font-weight: bold;
}
.footer-nav .sub-nav {
    width: 100%;
}
.footer-nav ul.sub-nav  {
    /*padding-left: 5px;*/
    list-style-type: disc;
}
.footer-nav ul.sub-nav li {
    float: left;
    margin-left: 8%;
}
.footer-nav ul.sub-nav li:first-child {
    margin-left: 5%;
}
.footer-nav li a:hover {
    text-decoration: underline;
}
footer .about > a {
    display: block;
}
footer address {
    font-style: normal;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    display: inline-block;
}
footer .facebook {
    width: 45px;
    height: auto;
    display: inline-block;
    padding-left: 5px;
}
small {
    clear: both;
    display:block;
    text-align: center;
    font-size: 12px;
    line-height: 2.5;
    border-top: solid #ddd 1px;
}
/*==========================================
 一覧戻るボタン
===========================================*/
.btn-back a{
    color: #fff;
    width: 200px;
    height: 48px;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    transition: 0.35s ease-in-out;
    cursor: pointer;
    background: #666;
    display: block;
}
.btn-back a:hover {
    background: #019cd4;
}
/*==========================================
 ページャー
===========================================*/
#pager_wrap{
    overflow:hidden;
    clear:both;
    text-align: center;
    font-size: 0;
}
#pager_wrap .pager{
    display: inline-block;
    width:44px;
    margin-right:7px;
    text-align:center;
    font-size: 14px;
    line-height: 44px;
    background: #f2f3f6;
}
#pager_wrap .pager a{
    color:#333;
    display:block;
    text-decoration:none;
        transition: 0.3s ease-in-out;
}
#pager_wrap .pager a:hover{
    background:#ddd;
    /*color:#fff;*/
}
#pager_wrap .pager a.now_page{
    background:#019cd4;
    /*border-radius: 50%;*/
    border-color: solid;
    color:#fff;
}

/* /////////////////////////////////////////////
　スマホサイト
///////////////////////////////////////////// */
@media only screen and (max-width: 767px){
    html {
        font-size: 62.5%;
    }
    .inner {
        width: 100%;
        padding: 0 3%;
    }
/*ヘッダー*/
    header {
        position: relative;
        height: 59px;
    }
    .head-wrap .logo-area p:last-child,
    .head-wrap .contact-area {
        display: none;
    }
    .head-wrap {
        height: 0;
    }
    #top-head,
    #top-head .inner {
        width: 100%;
        padding: 0;
        border-top: 0;
    }
    #top-head {
        top: 0;
        position: absolute;
        margin-top: 0;
    }
    /*Fixed reset*/
    #top-head.fixed {
        position: static;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 59px;
        z-index: 1000;
        position: relative;
    }
    .page-title {
        margin-top: 0;
    }
    .head-wrap .logo-area #logo {
        position: absolute;
        top: 8px;
        left: 13px;
        z-index: 1100;
        max-width: 140px;
    }
    .head-wrap .logo-area #logo img{
        width: 100%;
        height: auto;
    }
    #nav-toggle,
    .mobile-btn-mail {
        display: block;
    }
/*グローバルナビのレイアウト*/
    #global-nav {
        position: absolute;
        top: -600px;
        background: #fff;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        padding:0;
    }
    #global-nav ul {
        position: static;
    }
    #global-nav ul li {
        width: 100%;
        display: block;
        position: static;
        border-bottom: 1px solid #eee;
        font-size: 1.4rem;
        line-height: 3.4;
        font-weight: normal;
        height: 48px;
        text-align: center;
    }
    #global-nav ul li:first-child {
        border-top: 1px solid #eee;
    }
    #global-nav ul li a {
        color: #333;
        display: block;
    }
    /*カレント*/
    #global-nav ul li a:hover:after,
    #global-nav ul li a.current:after {
        bottom: 0;
        opacity: 0;
    }
/*#nav-toggle 切り替えアニメ*/
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -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: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
/*グローバルナビ スライドアニメーション*/
    .open #global-nav {
        -moz-transform: translateY(659px);
        -webkit-transform: translateY(659px);
        transform: translateY(659px);
    }
/*バナー*/
    .banner ul li{
        margin: 0;
        display: block;
        width: 251px;
        margin: 0 auto 2rem;
    }
    .banner ul li img {
        width: 251px;
    }
/*取り扱いメーカー*/
    .maker-link ul li {
        margin-left: 2%;
    }
    .maker-link ul :first-child {
        margin-left: 0;
    }
/*お問い合わせ*/
    .contact {
        padding: 0;
    }
    .contact .inner {
        padding: 2.4rem 3%;
        background: transparent;
    }
    .contact .inner > p {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: bold;
    }
    .contact .tel-area,
    .contact .mail-area {
        float: none;
        width: 100%;
    }
    .contact .tel-area {
        border-right: 0;
    }
    .contact .tel-area-inner {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    .contact .tel-area a {
        display: block;
        width: 100%;
        background-color: #ddd;
        padding: 1rem 0;
    }
    .contact .tel-area a span {
        max-width: 250px;
        text-align: center;
        margin: 0 auto;
        font-size: 2.8rem;
        background-size: 28px auto;
    }
    .contact .tel-area p {
        font-size: 1.4rem;
        padding-top:5px;
        text-align: center;
        margin-bottom: 2rem;
    }
    .contact .mail-area .btn-contact {
        width: 100%;
    }
    .contact .btn-contact a {
        width: 100%;
        text-align: center;
    }
    .contact .btn-contact2 a {
        display: block;
        width: 100%;
        background:#ce422f;
    }
    .contact .btn-contact2 a span{
        background-position: 10px center;
        max-width: 280px;
        font-size: 1.6rem;
    }
/*footer*/
    footer .inner {
        padding: 0;
    }
    footer .footer-nav {
        width: 100%;
        float: none;
        font-size: 1.4rem;
        line-height: 3.5;
    }
    footer .about {
        width: 100%;
        float: none;
        margin-bottom: 2.4rem;
    }
    footer .footer-nav ul {
        float: none;
        margin-bottom: 0;
        padding-right: 0;
    }
    footer .footer-nav ul li {
        display: block;
        float: none;
        margin-left: 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding-left: 2rem;
        position: relative;
    }
    footer .footer-nav ul li a:after {
        content:"";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        transform: rotate(45deg);
        position: absolute;
        top: 20px;
        right: 30px;
    }
    footer .footer-nav ul li a {
        width: 100%;
        display: block;
    }
    footer .footer-nav ul.sub_nav {
        overflow: hidden;
        margin-bottom: 2.4rem;
    }
    .footer-nav ul.sub-nav {
        list-style-type: none;
        margin-bottom: 2.4rem;
    }
    .footer-nav dt {
     border-bottom: 1px solid #ddd;
     padding-left: 2rem;
     cursor: pointer;
     position: relative;
    }
    .footer-nav dt:after {
        content:"";
        width: 8px;
        height: 8px;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        transform: rotate(135deg);
        position: absolute;
        top: 20px;
        right: 30px;
    }
    .footer-nav ul.sub-nav li {
        float: none;
        margin-left: 0;
    }
    .footer-nav ul.sub-nav li:first-child {
        margin-left: 0;
    }
    .footer-nav dd ul li{
        overflow: hidden;
        height: 0;
        transition: .2s;
        border:0;
    }
    .footer-nav dd ul li.open{
        overflow: visible;
        height: 48px;
         border-bottom: 1px solid #ddd;
    }
    footer .about > a{
        /*float: left;*/
        padding: 0 0 0 1rem;
    }
    footer address {
        padding-left: 1rem;
    }
/*ページトップへ*/
    #gototop {
        bottom: 62px;
    }
/*ページャー*/
    #pager_wrap {
        padding: 0 15px;
    }
    #pager_wrap .pager {
        margin-bottom: 24px;
        margin-right: 10px;
    }
/*ページタイトル*/
    .page-title h1{
        font-size: 2rem;
        text-align: center;
        margin-top: -1rem;
    }
    .page-title h1 span {
        display: block;
        padding-left: 0;
    }
}



