@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	font-family: 'Lato','Noto Sans JP''游ゴシック','メイリオ','YuGothic','Meiryo','ＭＳ Ｐゴシック',sans-serif;
    background:rgba(255,255,255,1.00);
	font-size: 15px;
	line-height:1.7;
	color: #222;
	letter-spacing: 1.5px;
}

html { line-height: 0;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #222;
}


/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em auto;
	padding:0;
    max-width:1000px; 
}

input, select {
	vertical-align:middle;
}

li {
	list-style: none;
}

img {
    width: 100%;
}

.pc_disp {display: block;}
.sp_disp {display: none;}

/*****************

clearfix

*****************/
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}
/* End hide from IE-mac */

/***************** FONT SETTING *****************/

.txt_oswald {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0;
}
.txt_cnt {
    text-align: center;
}
.txt_l {
    font-size: 180%;
}
.txt_m {
    font-size: 130%;
}
.txt_s {
    font-size: 90%;
}
.txt_r {
	text-align: right;
}
.blue {
	color:#06a8e9;
}
.white {
	color:#fff;
}

/***************** GENERAL SETTING *****************/  

/* Header */
header {
    max-width: 1000px;
	width: 100%;
	height: 80px;
	margin: auto;
	overflow: hidden;
}

header img {
	width:27.7%;
	margin: 0 7% 0 0;
	padding: 11px 0 0;
	float: left;
}
header nav {
	float:right;
	width: 65%;
	text-align: right;
	margin-top: 25px;
}
header nav ul li {
	float: left;
	margin: 0 5%;
}

h1 {
	width: 90%;
	margin: auto;
	color:#fff;
	font-size: 180%;
	letter-spacing: 3px;
	padding-top:180px; 
}
h2 {
	font-size: 130%;
	letter-spacing: 4px;
	font-weight: normal;
}

section {
    max-width: 800px;
	width: 90%;
	margin: 100px auto;
	clear: both;
	overflow: hidden;
}

.ttl {
	padding:0 0 50px 0;
}

.pagetop {
	width:64px;
	margin: 150px auto;
}


/* KV */
.kv {
	background:url("../images/kv.png") ;
	background-size:cover;
	width: 100%;
	height:580px;
}
.kv p{text-align: center;}
.kv img {
	max-width: 450px;
	width: 85%;
	margin: auto;
}

/* MESSAGE */
.message_box p {
	margin:20px 0;
}


/* SERVICE */
.service_box dl {
	width:385px;
	margin: 0 30px 0 0;
	float: left;
}
.service_box dl:last-child {
	width:385px;
	margin: 0 0 0 0;
	float: left;
}

.service_box dl dt {
	font-weight: bold;
	border-bottom: 1px solid #222;
	margin: 25px 0 7px 0;
}
.service_box dl dd {
	margin-bottom: 3px;
	margin-left: 1.1em;
	text-indent: -1.1em;
}


/* CONTACT */
.contact_box {
	background: url("../images/bg_contact.jpg");
	background-size: cover;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}
.contact_box img {
	max-width: 450px;
	width: 85%;
	margin: auto;
}

.footer_nav {
	text-align: center;
	font-size: 90%;
	margin: 30px 0;
}

footer {
	font-size:70%;
	padding: 15px 0;
	background: #ddd;
	text-align: center;
	letter-spacing: 0;
}

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

.pc_disp {display: none;}
.sp_disp {display: block;}
	
	
	
/* Header */
header {
	height: auto;
}

header img {
	width:40%;
	margin: 0 0 0 30%;
	padding: 2% 0 1%;
	float: none;
	overflow: hidden;
}
header nav {
	float:none;
	width: 100%;
	text-align: center;
	margin-top: 0;
	border-top:1px solid #ccc;
}
header nav ul li {
	width: 49.7%;
	float: left;
	margin: 0;
	padding: 2% 0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
header nav ul li:nth-child(even) {
	width: 49.8%;
	float: left;
	margin: 0;
	padding: 2% 0;
	border-right:none;
}
	
h1 {
	color:#fff;
	font-size: 120%;
	letter-spacing: 2px;
	padding-top:110px; 
}
	
/* KV */
.kv {
	background:url("../images/kv.png") ;
	background-size:cover;
	width: 100%;
	height:400px;
}

	
/* SERVICE */
.service_box dl {
	width:100%;
	margin: 0;
	float: none;
}
.service_box dl:last-child {
	width:100%;
	margin: 0;
	float: none;
}

.service_box dl dt {
	font-weight: bold;
	border-bottom: 1px solid #222;
	margin: 25px 0 7px 0;
}
.service_box dl dd {
	margin-bottom: 3px;
	margin-left: 1.1em;
	text-indent: -1.1em;
}
	
.footer_nav {
	text-align: center;
	font-size: 2.7vw;
	margin: 30px 0;
}

footer {
	font-size:70%;
	padding: 15px 0;
	background: #ddd;
	text-align: center;
}
    
    
}

