﻿
/*-------------------------*/
/* レイアウト 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;}

/*=============================
	Layout-Base
===============================*/
/* header
-------------------------*/
header {}
#header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    padding:0 0 0 2%;
    transition: .4s;
    z-index:9999;
    min-height:auto;
    }
.siteTitle {
    width:70%;
    }
.siteTitle img {
    height:240px;
    }
.is-animation {
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    }
.is-animation .siteTitle .logo_pc {
    display: none;
    }
.is-animation .siteTitle {
    margin-top:15px;
    }
.is-animation .siteTitle .logo_sp {
    display: block;
    height:50px;
    }
.h-telicon{
    position:fixed;
    right: 56px;
    top: 25px;
    z-index:1000;
    }
.h-telicon span{ 
    display: inline-block;
    line-height:1.2em;
    letter-spacing: 0.05em;
    font-size:22px;
    font-weight:bold;
    }
.h-telicon span img {
    height:24px;
    }
.h-telicon .xsn {
    margin-left:5px;
    color: #000;
    }
.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: #000;
    }
.xpn{ display:block!important;}


/* footer
-------------------------*/
footer {padding-bottom:70px;}
#footer {padding:4em 0 15px;}
.ft_nav {margin-top:2em;}
.ft_nav li {padding:0 1.2em;}
.copyright {margin-top:2em;}

	

/* FIX-AREA
-------------------------*/
.fix-area {
    bottom: -70px;
    padding: 10px 0;
    }
.footer_info ul {
    max-width:880px;
    }
.footer_info .tel {
    font-size:28px;
    line-height:50px;
    }
.btn_contact ,
.btn_line {
    height:50px;
    line-height:50px;
    font-size:16px;
    }


/*=============================
	TopPage setting
===============================*/
.contentTxt h4 {margin-top:2em;}
.contentTxt p {margin-top:2em;}
.contentTxt .btn01 {margin:2em 0 0;}
}


