﻿
/*-------------------------*/
/* レイアウト 1040px*/
/*-------------------------*/
@media screen and (max-width: 1040px) {
*, *:before, *:after {box-sizing: border-box;}
body {
    width:100%;
    min-width:100%!important;
    -webkit-text-size-adjust: 100%;
    font-size:14px;
    }
img {max-width:100%;height:auto;}
.pn{ display:block;}
.tn{ display:none;}

/*section { width: 100%;}*/
/*=============================
	Layout-Base
===============================*/
/* header
-------------------------*/
header {padding-top:75px;}
#header {
    width:100%;
    max-width:100%;
    position:fixed;
    top:0;
    z-index:999;
    padding:0 0 0 2%;
    height:75px;
    }
.siteTitle {
    width:70%;
    margin-top:15px;
    }
.siteTitle img {height:45px;}
.is-animation {
    background: rgba(255,255,255);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    }
.h-telicon{
    position:fixed;
    right: 56px;
    top: 26px;
    z-index:1000;
    }
.h-telicon span{ 
    display: inline-block;
    line-height:1em;
    letter-spacing: 0.05em;
    font-size:20px;
    }
.h-telicon .xsn {
    margin-left:5px;
    color: #111;
    }
.h-telicon .tel_link a,
.h-telicon .tel_link a:link,
.h-telicon .tel_link a:visited,
.h-telicon .tel_link a:hover,
.h-telicon .tel_link a:active {
    text-decoration: none;
    color: #111;
    }
.xpn{ display:block!important;}

/* main-visual
-------------------------*/
.topmainbox-wrap{height: 420px;}

/* contact
-------------------------*/
#contact section {padding:4em 0;}
#contact ul.flex {margin:2em auto 0;}
#contact .tel dt {font-size:18px;}
#contact .tel dt .tel_link {font-size:26px;}
#contact .btn_line {font-size:15px;}
#contact .btn_contact {font-size:16px;}

/* pagetop
-------------------------*/
#totop {right:5px;}
#totop img {max-width:40px;}

/* sidebar
-------------------------*/
#sidebar {width:40px;}
#sidebar li {line-height:40px;font-size:14px;}

/* footer
-------------------------*/
#footer {padding:2em 0 15px;}
.ft_left {width:100%;margin:2em auto 0;}
.ft_nav {width:100%;margin:2em auto 0;}
.copyright {margin-top:2em;text-align: center;}

/*=============================
	TopPage setting
===============================*/

}
