@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1024px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;
}




/* Setting */

html {
	height: 100%;
	font-size: 16px;
	line-height: 26px;
}
body {
	height: 100%;
	color: #261512;
	background:#f0e4d6;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
a{
	color: #221815;
	text-decoration:none;
}

a:hover{
	color: #333;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.left{
	text-align:left;
}

.right {
	text-align:right;
}

.right2 {
	text-align:right;
	padding-right: 30px;
}

.b{
	font-weight:bold;
}



/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.pc-none{
	display:none;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
}

#header{
	height: 60px;
	width: 100%;
	background: rgb(255,255,255,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.header{
	height: 60px;
	width: 1024px;
	margin: 0 auto;
}


#top-banner{
	background:url("../images/top-bg.jpg") no-repeat center bottom;
	background-size:cover;
	text-align:center;
	height:800px;
	padding-top: 270px;
}


#footer-banner{
	background:url("../images/top-bg.jpg") no-repeat center;
	background-size:cover;
	text-align:center;
	height:800px;
	padding-top: 270px;
}


h1{
	margin-top: 5px;
	float: left;
}

h1 img{
	width: 300px;
}

.menu{
	margin:0 auto;
	height: 60px;
	float: right;
}

.menu li {
	list-style:none;
	float:left;
	text-align: center;
	height: 60px;
	box-sizing: border-box;
	margin: 16px 10px 0;
}




/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
.contents{
	margin: 0 auto;
	padding:20px 0;
	text-align:left;
	width: 1024px
}

.about{
	text-align: center;
	margin: 50px 0;
}

.about2{
	margin: 20px 70px;
}

#service{
	margin:80px 0;
}

.service{
	text-align: center;
	margin: 50px 0;
}

.service2{
	text-align: center;
	border:2px solid #a89500;
	border-radius: 10px;
	background: #fff;
	margin: 20px 70px;
	padding: 20px;
}

.service3{
	text-align: center;
	margin: 50px 0;
}

.title{
	background: -webkit-linear-gradient(transparent 0%, transparent 60%, #fff 60%, #fff 100%);
	background: -o-linear-gradient(transparent 0%, transparent 60%, #fff 60%, #fff 100%);
	background: linear-gradient(transparent 0%, transparent 60%, #fff 60%, #fff 100%);
	margin: 20px;
	padding-left:10px;
}

.service4{
	margin: 20px;
}

.service4 p{
	margin: 0 6px;
}

.service5{
	margin: 40px 0 20px;
}

.service6{
	margin: 60px 0;
	text-align: center;
}

.service7{
	float: left;
	width: 650px
}

.service8{
	float: left;
	width: 290px;
	margin:30px 0 0 30px;
}

.service8 img{
	width: 100%;
}













.contact{
	margin: 20px auto;
	text-align:center;
	font-size: 14px;
	line-height: 24px;
	width: 700px;
}

.tel{
	font-size: 40px;
	margin: 20px 0;
	font-weight: bold;
}

.pt-btn{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 460px;
	margin: 15px auto;
}

.pt-btn a{
	color: #fff;
	background: url("../images/ar.svg")no-repeat 98% #221815;
	text-decoration: none;
	display: block;
	padding: 30px 0;
}

.pt-btn a:hover{
	background: url("../images/ar.svg")no-repeat 98% #444;
}


.c-f{
	margin: 20px 0;
}



.company-area{
	margin: 40px 30px;
	text-align:left;
	font-size: 14px;
	line-height: 40px;
}

.company-area dl {
	padding:0 10px;
}

.company-area dt {
	float:left;
 
}

.company-area dd {
 	margin-left:90px;
}

.company2{
	float:left;
	width: 500px;
}

.company-photo{
	float:left;
	width: 440px;
}

#map {
	height:620px;
	width:100%;
	margin:0;
}

/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#footer{
	padding:0;
	text-align:center;
	font-size: 12px;
}

.fmenu{
	margin:0 auto;
	width: 1024px;
}

.fmenu li {
	list-style:none;
	float:left;
	text-align: center;
	box-sizing: border-box;
	width: 20%;
	padding-top: 12px;
}

#footer .logo {
	padding:30px 0 0;
}

#footer .logo img{
	width: 200px;
}


address {
	margin:0px auto;
	padding:20px 0;
}

}

