@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:480px){
body{
	margin-top: 0px;
}
.sp{
	display: block;
}
.pc{
	display: none!important;
}


/*-----------------------------
 header
-----------------------------*/
img{
	width: 100%;
	height: auto;
}
#header {
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	}
#header .inner {
	width: 100%;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	padding-bottom: 0px;
	top: 0px;
}
#header h1 {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
	width: 100%;
	left: 0px;
	top: 0px;
	display:none;
}
#header #logo {
	float: none;
	width: 50%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#header .header_tel{
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    font-size: large;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #021F3A;
    margin-top: 0px;
}
#header .header_tel img{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#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;
	width: 150px;
	margin-bottom: 10px;
	height: 20px;
	top: 0px;
	z-index: 100;
	padding: 0px;
	position: absolute;
	left: 10px;
}

#header .head_link ul {

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

}

/*-----------------------------
 ナビ表示
-----------------------------*/
.spmenu{
	display: block;
}
#gnavi {
	display: none;
	}
/*-----------------------------
  スライド部分（全画面表示の場合）
-----------------------------*/
h1{
	font-size: 0.9em;
	color: #666;
}

/*-----------------------------
 Gloval Navi
-----------------------------*/
#gnavi,#gnavi2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../common/headbg.png);
	text-align: center;
	padding-top: 13px;
	height: 35px;
	margin-bottom: 50px;
	display: none;
}

.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}


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

#container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	}
#mainimg{
	width: 100%;
	background-image: url(../images/main_img_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	border-top-width: 0px;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
	#mainimg span{
	font-size: large;
	color: #fff;
	position: absolute;
	z-index: 15000;
	left: 50%;
	top: 42%;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: -350px;
	width: 700px;
	text-align: center;
	text-shadow:1px 2px 1px #000;
}
	
#mainimg .bt{
	width: 200px;
	bottom: 5px;
	position: absolute;
	z-index: 2000;
	text-align: center;
	left: 50%;
	margin-left: -100px;
} 

#mainimg_kasou{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}
#mainimg_kasou img{
	width: 100%;
	height: auto;
}



/*-----------------------------
コンテンツ
-----------------------------*/

/*-----------------------------
 Sideカラム
-----------------------------*/

#side {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#side .banner {
	margin-bottom: 10px;
}
#side .banner ul {
	padding-top: 0px;
}
#side .banner ul li {
	margin-bottom: 10px;

}
#side_kasou {
	float: right;
	width: 280px;
}
/*-----------------------------------------------------------
 TOP page
------------------------------------------------------------*/
.stage1{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../images/stage1_bg.jpg);
    background-repeat: repeat;
    background-position: center top;
}
.stage1 .inner{
	width: 96%;
	margin-left: auto;
	margin-right: auto;

}
.stage1 .copy{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.stage1 .copy ul{}
.stage1 .copy ul li{
	margin-bottom: 10px;
}
.stage1 .inner .frame{
    float: left;
    width: 94%;
    margin-right: auto;
    border-left: 1px solid rgba(188,188,188,1.00);
    border-right: 1px solid rgba(184,173,141,1.00);
    border-bottom: 1px solid rgba(184,173,141,1.00);
    border-top: 1px solid rgba(184,173,141,1.00);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding-top: 50px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,15,46,0.65);
    background-image: url(../images/kazari.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding-right: 3%;
    padding-left: 3%;
}
.stage1 .inner .frame:last-child {
	margin-right: 0px;

}

.stage1 .inner .frame h2{
	text-align: center;
	font-size: medium;
	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: medium;
	font-weight: normal;
	line-height: 140%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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: 96%;
	margin-left: auto;
	margin-right: auto;
}
.stage2 .inner .text{
	width: 94%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	font-size: medium;
}
.stage2 .inner .image{
	width: 90%;
	float: none;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.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: 96%;
	margin-left: auto;
	margin-right: auto;
}
.stage3 .inner .banner{
	float: none;
	margin-right: auto;
	width: 90%;
	margin-left: auto;
	margin-bottom: 20px;
}
.stage3 .inner .banner:last-child{
	margin-right: auto;
}

.company{

	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 40px;
}
.company .inner,.contact .inner{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.company .inner .ttl,.contact .inner .ttl{
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	font-size: large;
	padding-left: 30px;
	margin-bottom: 40px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height: 250%;
}
.company .inner .frame,.contact .inner .frame{
	width: 100%;
	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;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.company .inner .frame dl dt{
	width: 25%;
	float: left;
	border-left: 4px solid #332408;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.company .inner .frame dl dd{
	width: 68%;
	float: right;
}

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

.price .inner{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.price .inner .pricecard{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.contact{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    background-color: #E8E8E8;
}	
.contact .inner .frame dl dt{
	width: 100%;
	float: none;
	border-left: 4px solid #332408;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.contact .inner .frame dl dd{
	width: 100%;
	float: none;
}
.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: 92%;
	padding: 2%;
	font-size: medium;
}
.formstyle2{
	width: 92%;
	padding: 2%;
	font-size: medium;
}


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

#main {
	float: none;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#main h2 {
	font-size: 16px;
	background-image: url(../common/h2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	display: block;
	padding-left: 26px;
	height: 34px;
	margin-bottom: 25px;
	line-height: 2.3em;
	color: #FFFFFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#main h3 {
	font-size: small;
	vertical-align: middle;
	display: block;
	padding-left: 10px;
	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;
	width: 96%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}



/*-----------------------------
 pagetop/breadcrumb
-----------------------------*/
.pagetop {
	width: 20%;
	margin-bottom: 0px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.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 {
	width: 100%;
	background-color: #ECECEC;
	margin-bottom: 0px;

}
#footer .inner {
	width: 100%;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
}
#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: 50%;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#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 .footer_address {
	float: left;
	margin-bottom: 15px;
	width: 96%;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
}
#footer .footer_copyright {
	clear: both;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: x-small;
}

.foot_link {
	font-weight: normal;
	width: 100%;
	margin-bottom: 25px;
	display: none;
}

.foot_link ul {
	height: 96%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 8px;
	border-right: 0px none #B7B7B7;
	display: none;
}

.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: 20px;
}
.foot_link li {
	font-size: 11px;
	background-image: url(../common/list2.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 7px;
	line-height: 140%;
	margin-bottom: 4px;
	width: 100%;
}
.foot_link li a {
	margin-right: 10px;
	display: inline;
	font-size: 12px;
	color: #333;
}
.foot_link li a:hover {
	margin-right: 10px;
	display: inline;
	color: #FF9600;
}


/* メールフォーム確認画面
------------------------------------------------------------*/
#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;
}
	
	
	}
