﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/


/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
	background-color: #000;
}

#wrapper {
	width: 100%;
	background-color: #000;
	background: url(../images/kaze_img_02.jpg);
}


/* ------ Header ------ */

header {
	width: 100%;
	background-color: #000;
}

#header-inner {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#header-inner_02 {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

#logo {
	padding-top: 10px;
	padding-bottom: 10px;
}

#logo a {
	display: block;
	max-width: 400px;
	margin: 0 auto;
}


/* ------ Mainvisual ------ */

#mainvisual {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #000;
}

#mainvisual .img {
	width: 930px;		/* 画像の幅 */
	margin-left: -465px;	/* -(画像の幅÷2) */
	padding-left: 50%;
}

#mainvisual-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#mainvisual-inner .img {
	position: absolute;
	display: none;
	width: 930px;		/* 画像の幅 */
	margin-left: -465px;	/* -(画像の幅÷2) */
	padding-left: 50%;
	top: 0;
}

#mainvisual-inner .img:first-child {
	position: relative;
	display: block;
}


.mainimg_02 {
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #000;
}

.mainimg_02 .img {
	width: 930px;		/* 画像の幅 */
	margin-left: -465px;	/* -(画像の幅÷2) */
	padding-left: 50%;
}

.mainimg_02-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.mainimg_02-inner .img {
	position: absolute;
	display: none;
	width: 930px;		/* 画像の幅 */
	margin-left: -465px;	/* -(画像の幅÷2) */
	padding-left: 50%;
	top: 0;
}

.mainimg_02-inner .img:first-child {
	position: relative;
	display: block;
}


/* ------ Youtube ------ */

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ------ Contents ------ */

#contents {
	width: 930px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

#contents_02 {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

.start {
	padding-top: 20px;
}


#one-column {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 0px;
}

article section {
	padding: 0 0 30px;
}

article section h2 {
	padding: 125px 0 0px;
}

#contents-title {
	padding: 20px 0 0px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	border-top: none;
}

#contents-title_02 {
	padding: 30px 0 20px;
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	border-top: none;
}

article section p {
	line-height: 160%;
}

.imagebnr_01 {
	padding: 10px 0 0px;
}

.imagebnr_02 {
	padding: 120px 0 0px;
}

.imagebnr_03 {
	padding: 0px 0 18px;
}

.imagebnr_04 {
	padding: 40px 0 0px;
}

.imagebnr_05 {
	padding: 0px 0 10px;
}

.caption_01 {
	padding: 10px 0 0px;
	text-align: center;
}

.caption_02 {
	padding: 64px 0 0px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	color: #f00;
}

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

.caption_04 {
	padding: 30px 0 0px;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	color: #f00;
}

.caption_05 {
	padding: 30px 0 0px;
	text-align: center;
}

.caption_06 {
	padding: 64px 0 0px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
}


.t_01 {
	padding-top: 15px;
}

.t_02 {
	padding-top: 20px;
}

.t_03 {
	padding-top: 30px;
}

.t_04 {
	padding: 20px 0 10px;
}

.t_05 {
	padding: 30px 0 10px;
}

.t_06 {
	padding: 20px 0 10px;
	color: #F00;
}


.qaq_01 {
	padding: 50px 0 18px;
}


.iso-set {
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

.iso_01 {
	float: left;
	width: 370px;
	margin: 0 40px 0px 0;
}

.iso_01b {
	float: left;
	width: 390px;
}


.column-set {
	width: 800px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}


.box {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0 30px 20px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #ccc;
}


article .box h2 {
	padding: 20px 0 10px;
	border-top: none;
}

article .box p {
}


.btn {
	width: 250px;
	height: 40px;
	margin: 20px auto 0;
	padding: 3px;
	background-color: #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.btn a {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.btn a:link,
.btn a:visited {
	color: #fff;
	text-decoration: none;
	background: #ff0000;
}
.btn a:hover,
.btn a:active {
	color: #fff;
	text-decoration: none;
	background: #0099ff;
}


.box .forms_txt_01 {
	padding: 20px 0 20px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}

.box .forms_txt_02 {
	text-align: center;
	padding-bottom: 5px;
}

.box .forms_txt_03 {
	text-align: center;
	padding: 20px 0 5px;
}


.box .tel {
	margin-top: 10px;
	font-size: 170%;
	font-weight: bold;
	color: #555;
	text-align: center;
	line-height: 100%;
}

.btn .tel {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


/* ------ Table ------ */

.table {
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	*border-left: solid 1px #999;
}

.table .thead,
.table .tbody {
	display: table-row-group;
}

.table ul,
.table dl {
	display: table-row;
	font-size: 100%;
	line-height: 160%;
	border-top: solid 1px #999;
	overflow: hidden;
	*zoom: 1;
}

.table ul {
	text-align: center;
	background-color: #222;
}

.table ul li,
.table dl dt,
.table dl dd {
	display: table-cell;
	*display: inline;
	padding: 5px 8px;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	*border-top: none;
	*border-left: none;
	vertical-align: middle;
	*zoom: 1;
}


.table .col1 {
	width: 15%;
	background-color: #333;
}
.table .col2 {
	width: 15%;
	background-color: #000;
}
.table .col3 {
	width:35%;
	background-color: #000;
}


/* ------ contact ------ */

#contact{
	width: 830px;
	overflow: hidden;
}

#contact p{
}

#contact a{color: #c00;text-decoration: underline;}
#contact a:link{color: #c00;text-decoration: underline;}
#contact a:visited{color: #c00; text-decoration: underline;}
#contact a:active{color: #c00;text-decoration: none;}
#contact a:hover{color: #c00;text-decoration: none;}

.section {
	padding-top: 15px;
	padding-bottom: 20px;
}

.contact_btn {
	width: 800px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.column-set_contact {
	overflow: hidden;
	*zoom: 1;
}

.column_contact {
	float: left;
	width: 385px;
	margin: 0 30px 0px 0;
}

.column_contact_02 {
	width: 800px;
}


.form_box_01 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #ccc;
}

.form_box_02 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}


input {
font-size: 100%;
}

textarea {
font-size: 110%;
}


input[type="checkbox"],
input[type="radio"] {
  transform: scale(1.0);
}


#contact form.inline {
	display: inline;
}

#contact form .wide {
	width: 94%;
	padding: 2%;
	color: #555;
}

#contact form .middle {
	width: 50%;
	padding: 2%;
	color: #555;
}

#contact form .narrow {
	width: 30%;
}

#contact form .mini {
	width: 20%;
}

#contact form .submit {
	padding: 5px;
}

#contact form textarea {
    resize: vertical;
}

#contact .error {
	margin-top: 6px;
}


/* ------ Footer ------ */

footer {
	width: 100%;
	background-color: #000;
	padding: 5px 0 5px;
}

#footer-inner {
	width: 100%;
	margin: 0 auto;
}

footer nav,
#copyright {
	text-align: center;
}

address {
	font-size: 75%;
	color: #fff;
	text-align: center;
	line-height: 150%;
	padding-top: 8px;
	padding-bottom: 4px;
}

address .name {
	font-size: 140%;
	padding-bottom: 6px;
}

#copyright {
	width: 100%;
	padding: 7px 0 5px;
	background-color: #111;
	text-align: center;
}


footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	line-height: 100%;
	font-size: 100%;
	color: #fff;
	*zoom: 1;
}

footer ul li:first-child {
	border-left: none;
}

footer ul li a{color: #fff;text-decoration: none;}
footer ul li a:link{color: #fff;text-decoration: none;}
footer ul li a:visited{color: #fff; text-decoration: none;}
footer ul li a:active{color: #fff;text-decoration: none;}
footer ul li a:hover{color: #fff;text-decoration: underline;}

#pagetop {
		display: block;
		width: 100%;
}
	
#pagetop a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

#pagetop a:link,
#pagetop a:visited {
	background-color: #333;
}

#pagetop a:hover,
#pagetop a:active,
#pagetop a.current {
	background-color: #555;
}
	
#pagetop img {
	max-width: 120px;
}

#pagetop_02 {
    display: block;
    width: 100%;
}
	
#pagetop_02 a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

#pagetop_02 a:link,
#pagetop_02 a:visited {
	background-color: #777;
}

#pagetop_02 a:hover,
#pagetop_02 a:active,
#pagetop_02 a.current {
	background-color: #46ab55;
}
	
#pagetop_02 img {
	max-width: 120px;
}


/* ------ Bold ------ */

.bold_01 {
	font-weight: bold;
}

.bold_02 {
	font-weight: bold;
	font-size: 120%;
	color: #2a526f;
}


/* ------ Title_mark ------ */

.title_mark_01 {
	border-left: 5px solid #555;
	border-right: 8px solid #f28f2d;
}

.title_mark_02 {
	border-left: 5px solid #555;
	border-right: 7px solid #88b941;
}

.title_mark_03 {
	border-left: 5px solid #555;
	border-right: 7px solid #ff9900;
}

.title_mark_03 {
	border-left: 5px solid #555;
	border-right: 8px solid #ccc;
}


/* ------ Color ------ */

.color_01 {
	color: #ff9900;
}

.color_02 {
	color: #e8b67a;
}

.red_01 {
	color: #F00;
}

.red_02 {
	color: #c00;
}

.blue_01 {
	color: #0099ff;
}

.blue_02 {
	color: #0066cc;
}


/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

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

	#header-inner {
		width: 90%;
	}
	
	#header-inner_02 {
		width: 90%;
	}
	
	#mainvisual .img {
		width: 94%;		/* 画像の幅÷980 */
		margin-left: -47%;	/* -(画像の幅÷980÷2) */
	}
    
	.mainimg_02 .img {
		width: 94%;		/* 画像の幅÷980 */
		margin-left: -47%;	/* -(画像の幅÷980÷2) */
	}

	#contents {
		width: 100%;
	}
	
	#one-column {
		float: none;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.column-set {
		width: 105%;
	}
    

	.caption_02 {
        padding: 20px 0 0px;
	}

	.caption_03 {
        padding: 30px 0 0px;
	}
    
	.caption_06 {
        padding: 20px 0 0px;
	}

	.iso_01 {
		width: 43.5%;
		margin-right: 6%;
	}

	.iso_01b {
        width: 49.5%;
        margin-right: 0.1%;
        float: right;
	}
    

	#contact{
		width: 100%;
	}

	.contact_btn {
		width: 100%;
	}
	
	.column_contact {
		width: 45%;
	}

	.column_contact_02 {
		width: 100%;
	}
	
	
	.table .col3 {
		width:36%;
	}
	
	#footer-inner {
		width: 100%;
	}

}


/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
	
	html {
		*overflow-x: hidden;
	}
	
	#contents {
		position: relative;
		z-index: 2;
	}
    
	#header-inner {
		width: 100%;
	}
    
	#header-inner_02 {
		position: relative;
		z-index: 2;
		width: 100%;
	}
		
	#logo {
	padding: 15 0 15px;
	}

	#logo a {
		margin: 0 auto;
	}
	
	#mainvisual {
	padding-top: 20px;
	padding-bottom: 20px;
	}
    
	.mainimg_02 {
	padding-top: 20px;
	padding-bottom: 40px;
	}
	
	#contact {
		width: 100%;
	}
	
	.column-set_contact {
		width: 100%;
		*margin-bottom: 0;
	}

	.column_contact {
		float: none;
		width: 100%;
	}
	
	.column_contact_02 {
		float: none;
		width: 100%;
	}

}


/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {
	
	#logo a {
	max-width: 300px;
	}
	
	#mainvisual {
	padding-top: 30px;
	padding-bottom: 30px;
	}
    
	.mainimg_02 {
	padding-top: 10px;
	padding-bottom: 30px;
	}

	.box {
		padding: 0 20px 20px;
	}
	
	article section h2 {
	padding: 60px 0 0px;
}

	#contents-title {
    font-size: 110%;
    padding: 14px 0 0px;
	}
    
	.imagebnr_02 {
	padding: 60px 0 0px;
	}

	.caption_02 {
	padding: 50px 0 0px;
	text-align: center;
	}

	.caption_03 {
	padding: 30px 0 0px;
	}
    
	.caption_06 {
	padding: 30px 0 0px;
	text-align: center;
	}

	.iso_01 {
    width: 100%;
    margin: 0;
	}

	.iso_01b {
    width: 100%;
	}
    
	.btn {
		width: auto;
	}

	.btn a {
		width: auto;
	}

	.column-set {
		width: 100%;
		*margin-bottom: 0;
	}

	#contact {
		width: 100%;
	}
	
	.column-set_contact {
		width: 100%;
		*margin-bottom: 0;
	}

	.column_contact {
		float: none;
		width: 100%;
	}
	
	.column_contact_02 {
		float: none;
		width: 100%;
	}

	.box {
		margin-bottom: 20px;
	}

	.table {
		border-left: solid 1px #999;
	}

	.table .thead,
	.table .tbody {
		display: block;
	}

	.table ul {
		display: none;
	}

	.table dl {
		display: block;
	}

	.table dl dt,
	.table dl dd {
		float: none;
		display: block;
		border-top: none;
		border-left: none;
	}
	.table .col1 {
		width: auto;
		padding: 8px;
		font-weight: bold;
		border-bottom: solid 1px #999;
	}
	.table .col2 {
		padding: 8px 8px 0;
		width: auto;
		font-weight: bold;
	}
	.table .col3 {
		padding: 8 8px 8px;
		width: auto;
	}

}

