﻿
/*-------------------------*/
/* レイアウト 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:80px;
}
header.toppage {
	padding-bottom:4em;
}
#header {
    width:100%;
    max-width:100%;
	position:fixed;
	top:0;
	z-index:999;
	padding:0;
	height:80px;
}
	.siteTitle {
		width:70%;
		margin-top:10px;
		text-align: left;
	}
		.siteTitle img {
			height:60px;
		}
		.siteTitle a {
			padding:0 2%;
		}
.is-animation {
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}
	.is-animation .siteTitle a {
		padding:0;
	}
.h-telicon{
	position:fixed;
	right: 56px;
	top: 23px;
	z-index:1000;
}
.h-telicon span{ 
	display: inline-block;
	line-height:1.5em;
	letter-spacing: 0.05em;
	font-size:20px;
}
	.h-telicon span img {
		height:26px;
	}
	.h-telicon .xsn {
		margin-left:5px;
		color: #333333;
	}
	.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: #333333;
	}
.xpn{ display:block!important;}


	
	

/* main-visual
-------------------------*/
.topmainbox-wrap{
	height: 380px;
}

	
	
	
/* pagetop
-------------------------*/
#totop {
	right:5px;
}
#totop img {
	max-width:40px;
}



	
/* footer
-------------------------*/
footer {
	padding-bottom:70px;
}
#footer {
	padding:2em 0 20px;
}
	.ft_nav {
		margin-top:2em;
	}
.copyright {
	margin-top:2em;
}
	
	
/* FIX-AREA
-------------------------*/
.fix-area {
	bottom: -70px;
	padding: 10px 0;
}
	.footer_info li {
		height:50px;
		line-height:50px;
		font-size:15px;
	}
		.footer_info .btn_insta span {
			background-size:30px;
			padding-left:40px;
		}
	.footer_info li:nth-child(3) {
		line-height:1.3em;
	}
	.footer_info li:nth-child(3) a {
		padding-top:4px;
	}
	
	
	
	
	
/*=============================
	TopPage setting
===============================*/






}
