/*
Theme Name: san-m
Theme URI: http://www.san-m.net/
Description: サンエム建設のテーマ
Version: 1.1
Author: engu
Author URI: http://www.san-m.net/
*/

@charset "UTF-8";
/* CSS Document */

/*--WEBフォント------------------------------------*/



/*--基本------------------------------------*/
body{
	font-family: 'Avenir', 'Heebo', 'Helvetica','Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	line-height: 1.6em;
	font-size: 15px;
	color: #151515;
    letter-spacing: .08em;
    min-width:1440px;
}
a{
	color: #151515;
	transition: .1s ;
	text-decoration: none;
	word-break: break-all;
}
a:hover{
	color: #5db7e8;
}
.pc{
	display:block;
}
.sp{
	display:none;
}

@media screen and (max-width:980px) {
body{
	line-height: 1.8em;
	font-size: 15px;
}
}
@media screen and (max-width:640px) {
body{
	line-height: 1.6em;
	font-size: 14px;
}
.pc{
	display:none;
}
.sp{
	display:block;
}
}

/*----------------------*/
.w1440{
	width: 1440px;
	margin: 0 auto;
	position: relative;
}
.w1190{
	width: 1190px;
	margin: 0 auto;
	position: relative;
}
.w890{
	width: 890px;
	margin: 0 auto;
}
.w850{
	width: 850px;
	margin: 0 auto;
}
.w600{
	width: 600px;
	margin: 0 auto;
}

@media screen and (min-width:1025px) and (max-width:1440px) {

body{
  min-width:initial;
}

.w1440{
	width: 100%;
}

.w1190{
	width: 94%;
}
}

@media screen and (max-width:640px) {

body{
  min-width:initial;
}

.w1440{
	width: 100%;
}

.w1190{
	width: 86%;
}
.w890{
	width: 86%;
}
.w850{
	width: 92%;
}
.w600{
	width: 86%;
}
}




/*----------------------*/





/*---ヘッダー-------------------*/

#header-bar{
	z-index: 10;
	overflow: hidden;
	width: 100%;
	height: 128px;
    padding: 0;
    position: relative;
}
#header-bar #header-catch{
	font-size: 12px;
	color: #686868;
	margin: 14px 0 14px 22px;
}
#header-bar #logo{
	width: 255px;
	position: absolute;
	left:65px;
	top:50px;
}
#header-bar #logo a{
	display: block;
	width: 100%;
	transition: .3s;
}
#header-bar #logo a:hover{
	opacity: .7;
}
#header-bar #logo img{
	display: block;
	width: 100%;
}
#header-bar #gnavi{
	
}
#header-bar #gnavi a{
    display: block;
    color: #010101;
    text-decoration: none;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}

#header-bar #gnavi a{
    display: block;
    color: #010101;
    text-decoration: none;
    font-size: 16px;
    line-height: 1em;
    transition: .3s;
}
#header-bar #gnavi a.active{
    border-bottom: solid 6px #383231;
    padding-bottom: 25px;
    margin-bottom: -31px;
}
#header-bar #gnavi ul{
	height: 45px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-right: 48px;
}
#header-bar #gnavi ul li{
	width: auto;
	margin-left: 40px;

}
#header-bar #gnavi ul a{
	margin: 0px 0 0px 0;
	transition: .5s;
}
#header-bar #gnavi ul a:hover{
	color: #949494;
}

#header-bar #header-conversion{
	position: absolute;
	top:0;
	right: 0;
	display: flex;
}


#header-bar #header-tel{
	}

#header-bar #header-tel a{
	font-size: 24px;
	color: #605652;
    padding: 18px 20px 0px 0px;
    font-weight:100;
    letter-spacing: 0.06em;
}
#header-bar #header-tel a span{
	font-size: 12px;
}
#header-bar #contact_btn{
	display: flex;
}
#header-bar #header-btn1 a,
#header-bar #header-btn2 a,
#header-bar #header-btn3 a{
	display: block;
	text-align: center;
	width:124px;
	height:50px;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.06em;
}
#header-bar #header-btn1 a{
	background-color: #1a1615;
}
#header-bar #header-btn2 a{
	background-color: #605652;
}
#header-bar #header-btn3 a{
	background-color: #768db9;
}

#header-bar #header-btn1 a span,
#header-bar #header-btn2 a span,
#header-bar #header-btn3 a span{
	display: inline-block;
	margin-top:18px; 
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: left -2px;
	padding-left: 24px;
	padding-top: 1px;
}
#header-bar #header-btn1 a span{
	background-image: url(./img/common/icon_hbtn1.png);
}
#header-bar #header-btn2 a span{
	background-image: url(./img/common/icon_hbtn2.png);
}
#header-bar #header-btn3 a span{
	background-image: url(./img/common/icon_hbtn3.png);
}

@media screen and (max-width:1178px) {
	#header-bar #logo {
	    width: 240px;
	    left: 45px;
	    top: 53px;
	}
	#header-bar #gnavi ul{
		height: 45px;
		margin-right: 38px;
	}
	#header-bar #gnavi ul li{
		margin-left: 30px;

	}
}
@media screen and (max-width:1078px) {
	#header-bar #logo {
	    width: 230px;
	    left: 40px;
	    top: 54px;
	}
	#header-bar #gnavi ul{
		height: 45px;
		margin-right: 38px;
	}
	#header-bar #gnavi ul li{
		margin-left: 27px;

	}
}
@media screen and (max-width:640px) {


	#header-bar #logo{
		width: 180px;
		padding: 0 4%;
		position: relative;
		left:0;
		top:0;
		margin-bottom: 20px;
	}

	#header-bar{
		width: 100%;
	    padding: 0px 0;
		display: block;
	    letter-spacing: .2em;
	    height: auto;
	}

	#header-bar #header-catch{
		font-size: 10px;
		margin: 3px 0 8px 8px;
		letter-spacing: 0em;
	}


	#header-bar #gnavi{
		width: 90%;
		height: 100%;
		padding: 0px 5% 25px 5%;
		text-align: center;
		background-color:  rgba(0, 0, 0, 0.05);
	}
	#header-bar #gnavi a{
	    text-align: center;
	}
	#header-bar #gnavi a.active{
	    border-bottom: none;
	    margin-bottom: 0px;
	}

	#header-bar #gnavi ul{
		display: block;
		margin-right: 0px;
		
		text-align: center;
		height: auto;
	}
	#header-bar #gnavi ul li{
		width: auto;
		margin:0 auto;
		text-align: center;
		border-bottom: solid 1px rgba(255, 255, 255, 0.9);
	}
	#header-bar #gnavi ul a{
		padding: 20px 0 20px 0;
		text-align: center;
	}

	#header-bar #header-conversion{
		position: relative;
		display: block;
	}
	#header-bar #header-tel a{
		font-size: 30px;
		color: #605652;
	    padding: 30px 10px 25px 0px;
	}
	#header-bar #header-tel a span{
		font-size: 14px;
	}

	#header-bar #contact_btn{
		justify-content: center;
	}
	#header-bar #header-btn1 ,#header-bar #header-btn2 ,#header-bar #header-btn3{
		width: 33.3%;
	}
	#header-bar #header-btn1 a,#header-bar #header-btn2 a,#header-bar #header-btn3 a{
		width:100%;
		height:50px;
		font-size: 14px;
	}

}
	

/*---スマホナビ-------------------*/


#menu-btn,#menu{
	display: none;
}
#header-tel-sp {
	display: none;
}
#case-btn-sp {
	display: none;
}
@media screen and (max-width:640px) {
/*開閉ボタン */
#header-tel-sp {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 100;
}
#header-tel-sp a{
	font-size: 16px;
	color: #605652;
    padding: 18px 20px 0px 0px;
    font-weight:100;
    letter-spacing: 0.06em;
}
#header-tel-sp a span{
	font-size: 10px;
}
#case-btn-sp {
	background-color: #3d6398;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #fff;
	height: 25px;
	padding: 1px 12px 0;
	position: absolute;
	right: 70px;
	top: 60px;
}
#case-btn-sp::after {
	color: #fff;
    content: '\f0da';
    display: inline-block;
    font-family: 'Font Awesome 5 Free' !important;
    font-size: 10px;
    font-weight: 900;
    position: absolute;
    top: 2px;
	right: 4px;
}
#gnavi{
	display: none;
}
#menu{
	display: block;
}
#menu-btn{
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 45px;
	right: 3%;
	z-index: 100;
}
#menu-btn div {
	position: relative;
	padding:0px;
}
#menu-btn span{
	display: block;
	height: 4px;
	background: #000;
	position:absolute;
	width: 65%;
	left: 20%;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 12px;
}
#menu-btn span:nth-child(1){
	top:14px;
}
#menu-btn span:nth-child(2){
	top:25px;
}
#menu-btn span:nth-child(3){
	top:36px;
}
/*開閉ボタンopen時*/
.open #menu-btn span:nth-child(1) {
	top: 25px;
   -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #menu-btn span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #menu-btn span:nth-child(3) {
	top: 25px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
}





/*----フッター------------------*/

#footer{

}
#footer .footer{
	padding:60px 0 60px 0;
	text-align: center;

}

#footer .footer .f-logo{
	width: 160px;
	margin: 0 auto;
}

#footer .footer .f-logo a:hover{
	opacity: .8;
}
#footer .footer img{
	width: 100%;
}
#footer .footer .f-name{
	margin-bottom:15px; 
}
#footer .footer address{
    font-size: 14px;
    margin-bottom:40px;
}

#footer .footer .f-tel{
    font-size: 26px;
    font-weight: 500;
}
#footer .footer .f-tel span{
    font-size: 14px;
    font-weight: normal;
}
#footer .footer .f-tel a{
    text-decoration: none;
    color: #282828;
}
#footer .footer .f-info{
    font-size: 14px;
    margin-top: 38px;
    line-height: 115%;
}
#footer .footer #snslink{
	display: flex;
	justify-content: center;
}
#footer .footer #snslink li{
	width: 23px;
	margin: 24px 5px 48px 5px;
}

#footer .footer .copy p{
    font-size: 12px;
    line-height: 1.1em;
    color: #cbcbcb;
}

#footer .footer .f-conversion .fbtn{
	display: flex;
	justify-content: center;
}
#footer .footer .f-conversion .fbtn li a{
	display: block;
	width: 260px;
	border: solid 1px #141414;
	font-size: 16px;
	text-align: center;
	padding: 14px 0;
	text-decoration: none;
	color: #282828;
	margin: 0 16px;
	transition: .5s;
}
#footer .footer .f-conversion .fbtn li a:hover{
	background-color:#141414; 
	color: #fff;
}
#footer .footer .f-greeting{
	margin: 48px 0 0;
}
#footer .footer .f-area{
    font-size: 13px;
    line-height: 1.4;
    color: #686868;
	margin: 10px 0 48px;
}
#footer .footer .gotop{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 3000;
}
#footer .footer .gotop a{
    display: block;
    width: 85px;
    height: 85px;
    background-color: #151515;
	text-indent: -9999px;
	transition: .1s ;
	position: relative;
	
}
#footer .footer .gotop a:hover{
    opacity: 0.6;
}
#footer .footer .gotop:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #b9b9b9 transparent;
	position: absolute;
	top:35px;
	left:33px;
	z-index: 50;
}

#footer #sanm_photo{

}
#footer #sanm_photo li{
	width:200px;
}
#footer #sanm_photo li img{
	width:100%;
}

#footer .footer .fix-btn-sp {
	display: none;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 45px;
	z-index: 100;
}
#footer .footer .fix-btn-sp .btn-sp--item {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 45px;
}
#footer .footer .fix-btn-sp .btn-sp--item:first-child {
	background-color: #d02f25;
	justify-content: center;
	width: 65%;
}
#footer .footer .fix-btn-sp .btn-sp--item:first-child::before {
	background-image: url(./img/common/icon_01.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content:"";
	position: relative;
	left: -5px;
	top: 0px;
	height: 23px;
	width: 13px;
}
#footer .footer .fix-btn-sp .btn-sp--item:first-child p {
	font-size: 14px;
	margin-right: 10px;
}
#footer .footer .fix-btn-sp .btn-sp--item:first-child span {
	font-size: 8px;
	line-height: 150%;
}
#footer .footer .fix-btn-sp .btn-sp--item:last-child {
	background-color: #444444;
	font-size: 12px;
	justify-content: center;
	padding-left: 10px;
	width: 35%;
}
#footer .footer .fix-btn-sp .btn-sp--item:last-child::before {
	background-image: url(./img/common/icon_02.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content:"";
	position: relative;
	left: -5px;
	top: 0px;
	height: 15px;
	width: 20px;
}


@media screen and (max-width:640px) {

#footer .footer .f-conversion .fbtn{
	display: block;
}
#footer .footer .f-conversion .fbtn li a{
	width: 215px;
	margin: 0 auto 15px auto;
}
#footer .footer .f-area{
    font-size: 12px;
    margin: 14px 0 48px;
}
#footer .footer .gotop a{
    width: 60px;
    height: 60px;
}
#footer .footer .gotop:before{
	border-width: 0 6px 10.4px 6px;
	top:25px;
	left:25px;
}
#footer #sanm_photo li{
	width:130px;
}

#footer .footer .gotop{
	bottom: 55px;
}
#footer .footer .fix-btn-sp {
	display: flex;
}


}




/*---（ブログなど）サブページタイトル-------------------*/

#subpage_head{
	position: relative;
	width: 100%;
	height: 460px;
	background-color: #e9e8e8;
	background-position: left bottom;
}
#subpage_head:before{
	content: "";
	width: 100%;
	height: 182px;
	background-color: #fff;
	z-index: 5;
	position: absolute;
	top:0;
}
#subpage_head:after{
	content: "";
	width: 50%;
	height: 460px;
	background-color: #fff;
	z-index: 5;
	position: absolute;
	top:0;
	right:0;
}
#subpage_head .w1190{
	height: 460px;
}
#subpage_head .w1190:after{
	content: "";
	width: 600px;
	height: 460px;
	background-color: #e9e8e8;
	z-index: 8;
	position: absolute;
	top:0;
	right:0
}
#subpage_head #subpage_headimage{
	width: 1016px;
	height: 367px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top:0;
	right: 0;
	z-index: 20;
}
#subpage_head #subpage_title{
	font-size: 70px;
	color: #8fb0dd;
	position: absolute;
	top:170px;
	left: 56px;
	text-align: left;
	font-weight: bold;
	z-index: 30;
}
#subpage_head #subpage_title span{
	font-size: 18px;
	color: #6083b5;
	display: block;
	margin-top: 35px;
}

@media screen and (min-width:1025px) and (max-width:1440px) {
#subpage_head .w1190:after{
	width: 50.4%;
}
#subpage_head #subpage_headimage{
	width: 70.5%;
	background-size: cover;
}
}

/*---パンくず------*/
#subpage_head #pankuzu{
	position: absolute;
	left:0;
	bottom: 40px;
	z-index: 30;
	display: flex;
}
#pankuzu li{
	font-size: 12px;
	line-height: 115%;
	white-space: nowrap;
}
#pankuzu li:last-child{
	white-space: normal;
}
#pankuzu li a{
	color: #151515;
	text-decoration: underline;
}
#pankuzu li:after{
	margin-right: 15px;
	content: ">";
	margin-left: 12px;
	text-decoration: none;
}
#pankuzu li:last-child:after{
	margin-right: 0px;
	content: "";
	margin-left: 0px;
}

/*---パンくず2(ブログなど)------*/
#subpage_head2{
	position: relative;
	width: 100%;
	background-color: #e9e8e8;
}
#subpage_head2 #pankuzu{
	display: flex;
	padding: 20px 0;
	flex-wrap: wrap;
}
#subpage_head2 #pankuzu li{
	font-size: 12px;
	line-height: 115%;
	white-space: nowrap;
}



@media screen and (max-width:640px) {

#subpage_head{
	height: 250px;
}
#subpage_head:before{
	height: 90px;
}
#subpage_head:after{
	height: 90px;
}
#subpage_head .w1190{
	height: 250px;
}
#subpage_head .w1190:after{
	background-color: transparent;
	width: 60%;
	height: 250px;
}
#subpage_head #subpage_headimage{
	width: 75%;
	height: 182px;
	background-size: cover;
	background-position: center center;
}
#subpage_head #subpage_title{
	font-size: 46px;
	top:75px;
	left: 15px;
}
#subpage_head #subpage_title span{
	font-size: 16px;
	margin-top: 15px;
}
#pankuzu{
	bottom: 26px;
	left:0px;
}
#pankuzu li{
	font-size: 10px;
	letter-spacing: -0.02em;
	margin-top: 5px;
	max-width: 100%;
	overflow: hidden;
}

#pankuzu li:after{
	margin-right: 7px;
	margin-left: 6px;
}


}


/*---サブページヘッダ-------------------*/


#subpage_head2{
	width: 100%;
	background-color: #e6e4df;
}
#submenu{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 63px;
	background-color: #e6e4df;
}
#submenu li a{
	font-size: 16px;
	margin: 0 35px;
	color: #383231;
	transition:.3s ease-in-out;
}
#submenu li a:hover{
	color: #867977;
}
#submenu li span{
	display: inline;
}

#pankuzu_block{
	height: 45px;
	position: relative;
}
#pankuzu_block #pankuzu{
	position: relative;
	display: flex;
	padding-top: 8px;
	flex-wrap: wrap;
	padding-bottom: 6px;
}
#pankuzu_block #pankuzu li{
	margin-top: 5px;
}

@media screen and (max-width:640px) {
#submenu{
	height: 50px;
}
#submenu li a{
	font-size: 14px;
	margin: 0 0 0 10px;
	letter-spacing:-0.05em;

	padding-right: 10px;
}
#submenu li{
	border-right: solid 1px #383231;
}
#submenu li:last-child{
	border-right: none;
}
#submenu li span{
	display: none;
}
#pankuzu_block{
	height: auto;
}
#pankuzu_block #pankuzu{
	bottom: 5px;
}

}


@media screen and (max-width:320px) {
#submenu li a{
	margin: 0 0 0 6px;
	padding-right: 6px;
}
}

/*---サブページヘッダイメージ-------------------*/

#sub_headimage{
	height: 350px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.page_title_eng{
	color: #fff;
	font-size: 56px;
	padding-top: 220px;
	margin-bottom: 20px;
	font-weight: bold;
}

.page_title{
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.2em;
}

@media screen and (max-width:640px) {
	
#sub_headimage{
	height: 140px;
	width: 100%;
}
.page_title_eng{
	font-size: 28px;
	padding-top: 60px;
	margin-bottom: 4px;
}

.page_title{
	font-size: 14px;
	letter-spacing: 0.1em;
}

}


/*--------共通パーツ--------*/

.flex_box{
	display: flex;
}

.link_btn1 a{
	display: block;
	background-color: #151515;
	width: 310px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 26px 0;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.link_btn2 a{
	display: block;
	background-color: #3d6398;
	width: 310px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 26px 0;
	text-decoration: none;
	letter-spacing: 0.1em;
}


.link_btn3{
	margin: 40px auto;
}
.link_btn3 a,.link_btn3 input.submit {
	display: block;
	width: 260px;
	border: solid 1px #141414;
	font-size: 16px;
	text-align: center;
	padding: 18px 0;
	text-decoration: none;
	color: #282828;
	margin: 0 auto;
	transition: .5s;
}
.link_btn3 a:hover,.link_btn3 input.submit:hover{
	background-color:#141414; 
	color: #fff;
}
.link_btn3 .col2{
	display: flex;
	justify-content: center;
}
.link_btn3 .col2 li{
	width: 260px;
	margin: 12px;
}

@media screen and (max-width:640px) {
.link_btn1 a,.link_btn2 a{
	width:70%;
	font-size: 16px;
	padding: 22px 0;
	margin: 18px auto; 
	
}
.link_btn3 .col2{
	display: block;
}
.link_btn3{
	margin: 25px auto;
}
.link_btn3 a{
	width: 230px;
	font-size: 15px;
	padding: 16px 0;
}
.link_btn3 .col2 li{
	width: auto;
	margin: 12px auto;
}
}


.more_link{
	position: absolute;
	bottom:0;
	right: 0;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #151515;
	text-decoration: none;
	background-image: url(./img/index/model_arrow.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 95px auto;
	padding: 0 20px 5px 0;
	margin-right: 10px; 
	transition: .2s;

}


a:hover .more_link{
	padding: 0 30px 5px 0;
	margin-right: 0px; 
}




/*スクロールした時にヘッダーを固定する時のスタイル----------------------*/

@media screen and (min-width:1025px) and (min-height: 768px) {
.is-fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,1);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: .8s;
	-moz-box-shadow: 0px -109px 275px #000000;
	-webkit-box-shadow: 0px -109px 275px #000000;
	box-shadow: 0px -119px 255px #000000;
	opacity: 0.5;
}
.is-fixed:hover {
	opacity: 1;
}
.is-fixed #header-bar{
	height: 84px;
}
.is-fixed #header-bar #header-catch{
	font-size: 11px;
	margin: 5px 0 10px 22px;
}
.is-fixed #header-bar #logo{
	width: 190px;
	left:45px;
	top:34px;
}
.is-fixed #header-bar #gnavi a{
    font-size: 15px;
    line-height: 1em;
}

.is-fixed #header-bar #gnavi a{
    font-size: 16px;
    line-height: 1em;
    transition: .3s;
}
.is-fixed #header-bar #gnavi a.active{
    padding-bottom: 12px;
    margin-bottom: -18px;
}
.is-fixed #header-bar #gnavi ul{
	height: 28px;
	margin-right: 38px;
}
.is-fixed #header-bar #gnavi ul li{
	width: auto;
	margin-left: 40px;

}
.is-fixed #header-bar #gnavi ul a{
	margin: 0px 0 0px 0;
	transition: .3s;
}

.is-fixed #header-bar #header-conversion{
	position: absolute;
	top:0;
	right: 0;
	display: flex;
}

.is-fixed #header-bar #header-tel a{
	font-size: 18px;
    padding: 10px 10px 0px 0px;
    font-weight:100;
    letter-spacing: 0.06em;
}
.is-fixed #header-bar #header-btn1 a,
.is-fixed #header-bar #header-btn2 a,
.is-fixed #header-bar #header-btn3 a{
	width:106px;
	height:32px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.06em;
}

.is-fixed #header-bar #header-btn1 a span,
.is-fixed #header-bar #header-btn2 a span,
.is-fixed #header-bar #header-btn3 a span{
	margin-top:9px; 
	background-size: 18px auto;
	background-position: left -2px;
	padding-left: 24px;
	padding-top: 1px;
}

.is-fixed #submenu{
	height: 38px;
}
.is-fixed #submenu li a{
	font-size: 14px;
	line-height: 1em;
	margin: 0 30px;
}
}
@media screen and (min-width:1025px) and (max-width:1100px) and (min-height: 768px)  {
	
.is-fixed #header-bar #gnavi ul{
	margin-right: 38px;
}
.is-fixed #header-bar #gnavi ul li{
	width: auto;
	margin-left: 26px;

}
}
/*スクロールした時にヘッダーを固定する時のスタイル　　終わり------------*/







