@charset "utf-8";
/* CSS Document */


body{
	
	font-family: 'Noto Serif JP', serif;;
}


/*******************
トップ画像
*******************/

.top_image{
    width: 100%;
	min-width: 1200px;
    height: 1000px;
    background-image: url("../img/top_img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}

/*
.summer_sail {
    width: 900px;
    margin: 0 auto;
     height: auto; 
    position: relative;
    left: 750px;
    top: 180px;
}


.summer_sail:hover {
    opacity: 0.8;
}


.summer_sail img {
    width: 400px;
}
*/


.winter_pop{
	    width: 1000px;
	min-width: 1000px;
    margin: 0 auto;
    position: relative;
	top:100px;
}

.winter_pop img{
	width: 280px;
	max-width: 100%;
}


.winter_pop img:hover{
	opacity: 0.8;
}





.menu_button {
    width: 2%;
    margin: 0 auto;
    margin: -10% auto 6%;
    z-index: 3;
}
/*******************
メニュー
*******************/


.hero{
	overflow: hidden;
}

.menu_wrap{
	width: 45%;
	margin: 0 auto;
}

.inner {
/*	width: 800px;*/
	margin: 0 auto;
	background: #FFFFFF;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	/*top: 1150px;*/
	position: absolute;
	width: 100%;
	/*margin: 100px auto 0;*/
	padding: 4px 0;
	line-height: 1;
	z-index: 999;
	border-bottom: 1px solid #C0C0C0;
	background: #FFFFFF;
}
#top-head a,
#top-head {
	color: #000000;
	text-decoration: none;
	
}
#top-head .inner {
	position: relative;
}

#top-head h1 {
	position: relative;
}
#top-head .logo {
	float: left;
	/*font-size: 36px;*/
	width: 110px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
	width: 90px;
	height: 36px;
}
#global-nav ul li a {
	/*padding: 0 30px;*/
	padding: 0;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	/*padding-top: 10px;*/
	/*height: 55px;*/
	background: #FFFFFF;

}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0;
	/*padding: 0 20px;*/
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	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;
}


/*******************
パララックス
*******************/

#para1 {
   background-image: url("../img/gaiyou_haikei.jpg");
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;

}


.key {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/gedan_haikei.jpg);
    background-size: contain;
    background-position: right;
    /* transition: all 0.5s ease-out; */
    height: 420px;
    top: -16vmin;
}


div#key_b {
    height: 250px;
    overflow: hidden;

}

.company_w {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/gaiyou_haikei.jpg);
    background-size: contain;
    background-position: center;
    height: 360vmin;
    top: -150vmin;
    z-index: -8;
}

div#company_b {
/*
    height: 45vmin;
*/
    height: 500px;
    overflow: hidden;
	position: relative;
}



/*******************
コンセプト
*******************/

.concept_wrap {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    margin: 6% auto 12%;
}

.concept_wrap img{

	margin: 80px auto 40px;
}


.concept_wrap h1 {
    font-size: 36px;
    margin: 4% auto -1%;
    font-weight: 100;
    font-size: 4vmin;
}


.concept_wrap p{
	font-size: 18px;
	margin: 30px auto;
	font-weight: 100;
	line-height: 1.5em;
	font-size: 2vmin;
	
}


/*******************
会社概要
*******************/


.company_wrap {
    width: 45%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.company_wrap table {
width: 90%;
    margin: 0 auto;
    text-align: left;
	color: #0F0F0F;
}




.company_wrap th {
text-align: left;
    font-size: 16px;
	line-height: 1.5em;
    font-weight: 100;
    /*padding: 20px 0;*/
    display: block;
    float: left;
    width: 100px;
	margin: 1% auto;
}

.company_wrap td {
font-weight: 100;
	line-height: 1.5em;
    font-size: 16px;
    /*padding: 20px 0;*/
	display: block;
	margin: 1% auto;

}

/*******************
営業日時
*******************/

.eigyou_wrap{
	width: 45%;
	margin: 8% auto;
}

.eigyou_wrap table{
	width: 90%;
	margin: 0 auto;
	text-align: left;

}
	
.eigyou_wrap th{
	font-size: 16px;
	font-weight: 100;
	padding: 10px 0;
	display: block;

}

.eigyou_wrap tr{
	float: left;

}
	
.eigyou_wrap td{
	font-weight: 100;
	font-size: 16px;
	padding: 10px 30px;
	display: block;

}


/*******************
事業内容
*******************/

#map{
	background-image: url("../img/contents/A.jpg");
	background-size: cover;
}



.business_back {
    background-image: url(../img/business_back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.business_img{
    width: 45%;
    margin: 0 auto;
    padding: 5% 0 ;
}

/*******************
アクセスマップ
*******************/

#access_a{
       display: block;
    padding-top: 70px;
    margin-top: -70px;
}


.access_wrap {
    width: 45%;
    margin: 0 auto;
    /* padding: 10% 0 5%; */
    margin: 6% auto;
}

.access_wrap p{
	/*margin: 30px auto 30px 20px;*/
	line-height: 1.5em;
	width: 90%;
	margin: 2% auto;
}




/*******************
コンタクト
*******************/


.contact_wrap{
        width: 45%;
    margin: 0 auto;

    margin: 6% auto;
}

.form_area{
    width: 640px;
    margin: 0 auto;
    
}

.form_area p{
    margin: 20px auto;
    line-height: 1.5em;
}


.form_area ul{
    margin: 20px auto;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    height: 240px;
}

.form_area li{
    margin: 10px 0;
    
}

.right_column{
    margin-right:auto;
}

.form_area input{
    padding: 10px;
    
}


.form_area textarea{
    padding: 10px;
    height: 196px;
    width: 400px;
    
}

.submitbuttun input{
     background-color: #E95504;
    text-align: center;
    color: #FFFFFF;
    border: none;
    display: block;
    width: 200px;
    padding: 18px;
    margin: 0 auto;
}

.submitbuttun input:hover{
    opacity: 0.8;
}




/*****************************
メール確認・修正画面
*****************************/

#mainarea{
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
    line-height: 1.5em;
}


.mail_check h5{
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 24px;
    padding: 20px 0;
}

.mail_check p{
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 40px 0;
}

.mail_check span{
    display:block; 
}


.mail_check table{
    width: 100%;
    margin: 0 auto;

}

.mail_check tr{
    padding: 20px 0;
}


.mail_check th{
    width: 280px;
    padding: 20px;
    text-align: left;
     vertical-align: middle;
    border-bottom: #C8C8C8 solid 1px;
}


.mail_check td{
    text-align: left;
    padding: 20px 0;
     vertical-align: middle;
        border-bottom: #C8C8C8 solid 1px;
}


.mail_check td input{
    padding: 8px ;
    width: 400px;
    margin: 10px 0;
}

.mail_check td textarea{
    padding: 8px ;
    width: 400px;
    height: 170px;
    margin: 10px 0;
}

.mail_check_button{
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.mail_check_button_wrap{
    display: flex;
    justify-content: center;
}

.mail_check_button input{
    display: block;
    width: 200px;
    padding: 20px ;
    margin:0 20px ;
}

.submit_button_color{
         background-color: #E95504;
    text-align: center;
    color: #FFFFFF;
    border: 1px #FFFFFF solid;
    display: block;
}

.submit_button_clear{
    background-color: #FFFFFF;
    border: #C8C8C8 solid 1px;
    
}

/*****************************
メール送信完了画面
*****************************/



/*******************
戻るボタン
*******************/

/* ページトップボタン */
#page-top {
  position: fixed;
	width: 20px;
  right: 100px;
  bottom: 40px;
  z-index: 99;
}



/*******************
フッター
*******************/


footer {
	border-top: #000000 solid 1px;
	text-align: center;
	padding: 1% 0;
    display: block;

    width: 100%;
    margin: 0 auto;

}

footer p {
	font-size: 12px;
    padding: 20px 0;
}

footer img{
	width: 4%;
	margin: 2% auto;
	
	text-align: center;
}

.else_text,.comp_text {
    /* position: absolute; */
    display: block;
    clear: both;
    padding: 100px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
}

.fb{
	width: 60%;
	margin: 0 auto;
}



/*******************
各種見出し
*******************/

.img_sp{
    display: none;
}




@media screen and (max-width: 900px) {
    body{
        margin-top: 6%;
    }
    
 /*******************
トップ画像
*******************/

.top_image{
    width: 100%;
    height: 530px;
    margin: 5% auto 0;
	min-width: inherit;
}
    
.summer_sail {
    width: 100%;
    left: 5%;
    top: 12%;
}
    
.top_image img{
    width: 150px;
    
}

.winter_pop{
	    width: 98%;
	min-width: inherit;
    position: relative;
	top:5vw;
	left:3vw;
}

.winter_pop img{
	width: 30vw;
	max-width: 100%;
}


.winter_pop img:hover{
	opacity: 0.8;
}



    

	#main-visual {
		height: 300px;
	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}

	#global-nav {
		position: absolute;
		top: -500px;
		background: #FFFFFF;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#global-nav ul li {
		float: none;
		position: static;
		margin: 0 auto;
		height: inherit;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	
	.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);
	}
	/* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}

	
/*******************
メニューボタン    
*******************/

.menu_button {
	display: none;
}

    
/*******************
各種見出し
*******************/
.img_pc{
    display: none;
    }
    
.img_sp{
    display:inherit;
}


	
/*******************
全体幅
*******************/	
	
.concept_wrap, .company_wrap,.eigyou_wrap,.access_wrap,.contact_wrap {
	width: 90%;
}
	
	
/*******************
コンセプト
*******************/
.concept_wrap, .company_wrap,.eigyou_wrap,.access_wrap,.contact_wrap {
	width: 85%;
}
	

.concept_wrap {
    width: 90%;
    margin: 4% auto;
}

.concept_wrap img{
    margin: 6% auto;
}

.concept_wrap h1{
	margin: 4% auto;

	
}
    
.concept_wrap p {
    margin: 8% auto;

}


	
/*******************
営業日時
*******************/


.eigyou_wrap table{
	width: 90%;
	margin: 0 auto;
	text-align: left;

}
	
.eigyou_wrap th{
	font-size: 3vmin;

}

.eigyou_wrap tr{
	float: left;

}
	
.eigyou_wrap td{
	font-size: 3vmin;

}

	
	
/*******************
会社概要
*******************/

.company_wrap table {
    /*color: #FFFFFF;*/
    width: 90%;
    margin: 0 auto;
}
	
	
.company_wrap th {
    width: 24%;
    /* padding: 4% 0; */
    font-size: 3vmin;
    text-align: left;
    font-weight: 100;
	line-height:inherit; 
    padding: 0;
    display: block;
    float: left;
    width: 20%;
	margin: 2% auto;
}
.company_wrap td{

    font-size: 3vmin;
    font-weight: 100;
	    padding: 0 ;
	margin: 1% auto;
    display: block;
}




/*******************
メニュー
*******************/

.menu_wrap{
	width: 100%;
	margin: 0 auto;
}

/*******************
access
*******************/
	
.access_wrap p {
    font-size: 3vmin;
}
	
	
/*******************
コンタクト
*******************/

    

.contact_wrap{
        width: 90%;
}

.form_area{
    width: 90%;
    margin: 0 auto;
    
}


.form_area ul{
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    height: inherit;
}

.form_area li{
    margin: 10px 0;
    
}

.right_column{
    margin-right:auto;
}

.form_area input{
    padding: 10px;
        width: 90%;
    
}


.form_area textarea{
    padding: 10px;
    height: 200px;
    width: 90%;
    
    
}
    




/*****************************
メール確認・修正画面
*****************************/

#mainarea{
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
    line-height: 1.5em;
}


.mail_check h5{
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 21px;
    line-height: 2em;
    padding: 20px 0;
}

.mail_check p{
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 40px 0;
}

.mail_check span{
    display:block; 
}


.mail_check table{
    width: 90%;
    margin: 0 auto;
    display: flex;

}


.mail_check tr{
    padding: 20px 0;
    display: flex;
    flex-direction: column;

}


.mail_check th{
    width: 90%;
    padding: 2% ;
    border: none;

}


.mail_check td{
        width: 90%;
    padding: 2% ;
}


.mail_check td input{
    padding: 8px ;
    width: 80%;
    margin: 0 auto;
}

.mail_check td textarea{
    padding: 8px ;
    width: 400px;
    height: 170px;
    margin: 10px 0;
}

.mail_check_button{
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.mail_check_button_wrap{
    display: flex;
    justify-content: center;
}

.mail_check_button input{
    display: block;
    width: 200px;
    padding: 20px ;
    margin:0 20px ;
}

.submit_button_color{
         background-color: #E95504;
    text-align: center;
    color: #FFFFFF;
    border: 1px #FFFFFF solid;
    display: block;
}

.submit_button_clear{
    background-color: #FFFFFF;
    border: #C8C8C8 solid 1px;
    
}

/*****************************
メール送信完了画面
*****************************/



    
    

/*******************
パララックス
*******************/



#para1 {
   background-image: url("../img/gaiyou_haikei.jpg");
     background-position: center top;
    background-attachment: inherit;
    background-size: cover;
    background-repeat:repeat;

}


#para2 {	
	display: none;
}

.key {
position: relative;
    width: 100%;
    margin-bottom: 10%;
    background-repeat: no-repeat;
    background-image: url(../img/gedan_haikei.jpg);
    background-size: 130%;
    background-position: center;
    height: 104vmin;
    top: -42vmin;
    /* transition: all 0.5s ease-out; */
}
	
div#key_b {
 /*  height: 20vmin;
    overflow: hidden;*/
    height: 80px;
    overflow: hidden;
}
    

.company_w {
    /* background-size: cover; */
    background-position: 0%;
    height: 190vmin;
    top: -70vmin;
    background-size: auto;
}
    
div#company_b {
    height: 330px;
    overflow: hidden;
    padding: 1% 0;
}

	
/*******************
戻るボタン
*******************/

/* ページトップボタン */
#page-top {
    position: fixed;
    width: 30px;
    right: 20px;
    bottom: 40px;
    z-index: 99;
}

/*******************
フッター
*******************/

.fb {
	width: 90%;
}


footer img {
    width: 10%;
    margin: 2% auto;
    text-align: center;
}

	
footer p{
	font-size: 2vmin;
    padding: 4% 0;
}

/*******************
事業内容
*******************/
    
.business_img {
    width: 85%;
}



	
	
}/*******************終わり*******************/


