@charset "utf-8";


/* Reset

-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;

}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html {
	color: #333;
	-webkit-text-size-adjust: none;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 170%;
}
/* -------------------------------------------------------------- */
html,body{
	width: 100%;
	overflow-x: hidden;
}
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	font-size: 16px;
}
#wrapper{
	width: 100%;
	overflow: hidden;
}


/* リンク設定
------------------------------------------------------------*/
a{
	color: #FF9C2D;
	text-decoration: none;
}
a:hover{
    color: rgba(247,230,121,1.00);
}
a:active, a:focus {outline:0;}

a:hover img
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

section.content article{

overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

.pc{
	display: block;
}
.sp{
	display: none;
}

/*-----------------------------
 header
-----------------------------*/
#header {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 2000;
    background-color: rgba(0,17,41,0.80);
	}

#header h1 {
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 20px;
    float: left;
    margin-top: 5px;
    width: 100%;
    top: 0px;
    display: block;
    margin-left: 50px;
    color: #ADB9CC;
}
#header #logo {
    font-weight: normal;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
    float: left;
    width: 235px;
    margin-left: 50px;
    margin-bottom: 20px;
}
#header #logo2 {
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	float: left;
	width: 237px;
	margin-left: 50px;
}
#header .header_tel {
	width: 250px;
	float: right;
	margin-right: 60px;
	margin-top: 40px;
}
#header .header_tel ul{
	margin-bottom: 5px;
}
#header .header_tel ul li{
	margin-bottom: 5px;
}

#header .head_link {
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	float: none;
	width: 150px;
	margin-bottom: 5px;
	position: absolute;
	height: 20px;
	right: 60px;
	top: 0px;
	z-index: 100;
}

#header .head_link ul {

}
#header .head_link li {
	float: left;
	margin-right: px;

}

/*-----------------------------
メイン コンテンツ
-----------------------------*/

#container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	}

#mainimg{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin-top: 0px;
    height: 100%;
    text-align: center;
}
#mainimg img{
width: 100%;
height: auto;
}

/*-----------------------------
 Gloval Navi
-----------------------------*/

#gnavi {
    width: 300px;
    text-align: center;
    background-repeat: repeat-x;
    background-position: left center;
    z-index: 6000;
    margin-left: -450px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    line-height: 50px;
    height: 50px;
    margin-right: auto;
    float: right;
    margin-top: 40px;
    color: #FFFFFF;
}
#gnavi ul {
}
#gnavi ul li {
    float: left;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 15px;
    padding-right: 10px;
}

#gnavi ul li a {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    color: #FFFFFF;
}

/*
.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
/*-----------------------------------------------------------
　地図エリア
------------------------------------------------------------*/

#map {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	}

#map .box {
	width: 340px;
	float: left;
	margin-right: 40px;
}
#map .box .map{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	
	}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
#map .box .branch{
	width: 340px;
	margin-bottom: 5px;	
	}	
#map .box .address{
	width: 340px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 140%;
	}		

/*-----------------------------------------------------------
 TOP page
------------------------------------------------------------*/
.stage1{
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../images/stage1_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
}
.stage1 .inner{
	width: 790px;
	margin-left: auto;
	margin-right: auto;

}
.stage1 .copy{
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.stage1 .copy ul{
    margin-left: auto;
    margin-right: auto;
    width: 790px;
}
.stage1 .copy ul li{
	margin-bottom: 12px;
}
.stage1 .inner .frame{
    float: left;
    width: 380px;
    margin-right: 30px;
    border: 1px solid rgba(167,167,167,1.00);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/kazari.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 230px;
    color: rgba(255,255,255,1.00);
    background-color: #08223B;
}
.stage1 .inner .frame:last-child {
	margin-right: 0px;	
}

.stage1 .inner .frame h2{
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(184,184,184,1.00);
	font-weight: normal;
	line-height: 140%;
	background-position: center top;
	background-size: contain;
}
.stage1 .inner .frame .txt{
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
}
.stage1 .inner .frame .txt ul{
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
}
.stage1 .inner .frame .txt ul li{
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.stage2{
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../images/bg_shasen2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.stage2 .inner{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.stage2 .inner .text{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 240%;
}
.stage2 .inner .image{
	width: 400px;
	float: left;
}
.stage2 .inner .image img{
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.stage3{
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../images/stage3_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.stage3 .inner{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.stage3 .inner .banner{
	float: left;
	margin-right: 40px;
}
.stage3 .inner .banner:last-child{
	margin-right: 0px;
}

.company{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.company .inner,.contact .inner{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.company .inner .ttl,.contact .inner .ttl,.stage2 .ttl,.price .inner .ttl{
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	font-size: 22px;
	padding-left: 30px;
	margin-bottom: 40px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 250%;
}
.company .inner .frame,.contact .inner .frame{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.company .inner .frame dl,.contact .inner .frame dl{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #D5D5D5;
}
.company .inner .frame dl dt{
	width: 80px;
	float: left;
	border-left: 4px solid #332408;
	padding-left: 20px;
}
.company .inner .frame dl dd{
	width: 960px;
	float: right;
}
.price{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}

.price .inner{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.price .inner .pricecard{
    width: 530px;
    margin-left: auto;
    margin-right: auto;
}
.contact{
    padding-top: 50px;
    padding-bottom: 50px;
       background-color: #EBEBEB;
}
.contact .inner .frame dl dt{
	width: 180px;
	float: left;
	border-left: 4px solid #332408;
	padding-left: 20px;

}

.contact .inner .frame dl dd{
	width: 860px;
	float: right;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.formstyle{
	width: 400px;
	padding: 10px;
	font-size: 16px;
}
.formstyle2{
	width: 800px;
	padding: 10px;
	font-size: 16px;
}

/*-----------------------------------------------------------
mainカラム
------------------------------------------------------------*/

#main {
	float: left;
	width: 720px;
}
#main.kasou{
	width: 800px;
}

#main h2 {
	font-size: 16px;
	background-image: url(../common/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 26px;
	height: 34px;
	margin-bottom: 25px;
	line-height: 2.3em;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main h3 {
	font-size: 14px;
	vertical-align: middle;
	display: block;
	padding-left: 26px;
	height: 34px;
	margin-bottom: 25px;
	line-height: 2.3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #001B4D;
	border-bottom: 1px solid #001B4D;
	border-right: 1px solid #001B4D;
	border-left-style: solid;
	border-left-width: 4px;
	text-align: left;
}
#main .category {

}
.thanks{
    text-align: center;
    padding-top: 300px;
    padding-bottom: 300px;
}
/*-----------------------------
 pagetop/breadcrumb
-----------------------------*/
.pagetop {
	width: 1200px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: -40px;
}

.breadcrumb {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
.breadcrumb a {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.breadcrumb a:hover {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #ff9933;
	text-decoration: none;
}


/*-----------------------------
 footer
-----------------------------*/
footer#footer {
	width: 100%;
	margin-bottom: 0px;
	background-image: url(../images/footer_bg.png);
}
#footer .inner {
	width: 1200px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#footer #logo {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	width: 250px;
	margin-bottom: 40px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#footer #logo img {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	height: auto;
	width: 100%;
}
#footer #sitemap {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	height: 48px;
	width: 420px;
}
#footer .footer_address {
	margin-bottom: 15px;
	width: 600px;
	margin-left: auto;
	margin-top: 20px;
	color: rgba(255,255,255,1.00);
	margin-right: auto;
	text-align: center;
}
#footer .footer_copyright {
	clear: both;
	width: 100%;
	text-align: center;
	color: #9F9F9F;
}


.foot_link {
	font-weight: normal;
	width: 500px;
	margin-bottom: 25px;
	clear: none;
	margin-left: auto;
	margin-right: auto;
	color: #FFE97A;
}

.foot_link ul {
	height: 150px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 8px;

}

.foot_link .title {
	margin-right: 10px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../common/list3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	border-left: 3px solid #FFE7A3;
	line-height: 100%;
	margin-bottom: 10px;
}
.foot_link li {
	font-size: 11px;
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 7px;
	line-height: 140%;
	margin-bottom: 6px;
}
.foot_link li a {
	margin-right: 10px;
	display: inline;
	font-size: 12px;
	color: #FFFFFF;
}
.foot_link li a:hover {
	margin-right: 10px;
	display: inline;
	color: #D02C55;
}


/* メールフォーム確認画面
------------------------------------------------------------*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

@media only screen and (min-width:481px){
button.drawer-hamburger {
	display: none;
	width: 0px;
	height: 0px;
}
	}
