@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,body {
	font-size: 14px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	width: 100%;
	overflow-x: hidden;
}
/* -------------------------------------------------------------- */

body {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 180%;
}


/* リンク設定
------------------------------------------------------------*/
a{
    text-decoration: none;
    color: #052AA2;
}
a:hover{
    color: #2A6E00;
    text-decoration: none;
}
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;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
* html section.content article{height:1%;}

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

.image img{
	width: 100%;
	height: auto;
	}	
.pageup{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.form-style{
	padding: 7px;
	font-size: 16px;
	width: 500px;
	color: #534D4D;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form-style2{
	padding: 7px;
	font-size: 16px;
	width: 200px;
	color: #534D4D;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form-style3{
	padding: 7px;
	font-size: 16px;
	width: 120px;
	color: #534D4D;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* top_header
------------------------------------------------------------*/
#wrapper{
    overflow: hidden;
    width: 100%;
}
.head{
	margin-right: auto;
	width: 100%;
	margin-left: auto;
	margin-top: 0px;
    border-bottom: 2px solid #1E8400;
}
.head .inner{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-bottom: 0px;

}
.head .inner h1{
	margin: 5px;
	font-size: 11px;
	line-height: 100%;
	color: #848484;
}
.head .inner .logo{
    width: 300px;
    margin-top: 10px;
    margin-right: 40px;
    float: left;
}
.head .inner .logo_kasou{
	float: left;
	width: 139px;
	margin-top: 10px;
}
.head .inner .logo_kasou img{
	width: 100%;
	height: auto;
}
.head .inner .copy{}
.head .contact{
	width: 490px;
	float: right;
	margin-top: 30px;
}
.head .contact ul{
	position: relative;
	height: 30px;
}
.head .contact ul li{
	float: left;
	height: 30px;
	font-size: 16px;
	color: #7E7E7E;
	line-height: 32px;
	display: block;
	margin-left: 18px;
}

.head .inner .tel_sp{
	display: none;
	text-align: center;
}

/*グローバルナビ（ＰＣ）*/
.menu {
    height: 50px;
    min-width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center;
    padding-top: 13px;
    background-color: #ECECEC;

}

.menu > li {
	text-align: center;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 10px;
	display: inline;
	background-repeat: no-repeat;
	background-image: url(../images/list2.png);
	background-position: right center;
}

.menu > li a {
	color: #000;
	text-decoration: none;
}

.menu > li a:hover {
	color: #FF9D21;
}

 ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

.menu > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menu__second-level ul {
	border-bottom: 1px dotted #9f9f9f;

}
.menu__second-level li {
	border-bottom: 1px dotted #9F9F9F;
	border-left: 1px dotted #9F9F9F;
	border-right: 1px dotted #9F9F9F;
	font-size: 12px!important;
	line-height: 250%!important;
	background-image: url(../images/dropdown_bg2.png);
}

.menu__second-level li a:hover {

}

.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #ADADAD;
	border-bottom: 1px solid #adadad;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu:before,
.menu:after {
	content: " ";
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}

/* --------------------------------------------------- single menu */
.menu > li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 13px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;

}

li.menu__single:hover ul.menu__second-level {
	top: 23px;
	visibility: visible;
	opacity: 1;
}


/* ページ別
------------------------------------------------------------*/

#wrapper{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    background-color: #EC9294;
}

#main_img{
    width: 100%;
    height: 480px;
    background-repeat: repeat-x;
    text-align: center;
    position: relative;
}
.go{
    width: 420px;
    height: 541px;
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 5000;
}
.go2{
    top: 130px;    
    width: 440px;
    height: 530px;
    position: absolute;
    right: 20px;
    text-align: center;
    z-index: 5000;
}
.go3{
    top: 130px;    
    width: 440px;
    height: 530px;
    position: absolute;
    left: 20px;
    text-align: center;
    z-index: 5000;
}
.go4{
    bottom: 0px;
    width: 300px;
    height: 362px;
    position: absolute;
    right: 100px;
    text-align: center;
    z-index: 5000;
    top: auto;
}

.main_img_sp{
	display: none;
	}	
#content h2{
    background-image: url(../images/h2bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
    font-size: 20px;
    color: #000;
    font-weight: bold;

    margin-bottom: 30px;
}
 #content h3{
    background-color: #F5F5F5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #D4D4D4;
    margin-bottom: 50px;
    background-image: url(../images/h3bg.jpg);
}
#content .ttl1{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 20px;
    background-image: -webkit-linear-gradient(270deg,rgba(107,156,97,1.00) 0%,rgba(12,94,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(107,156,97,1.00) 0%,rgba(12,94,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(107,156,97,1.00) 0%,rgba(12,94,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(107,156,97,1.00) 0%,rgba(12,94,0,1.00) 100%);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 200px;
}

#content .ttl2{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 20px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,150,87,1.00) 0%,rgba(255,71,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,150,87,1.00) 0%,rgba(255,71,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,150,87,1.00) 0%,rgba(255,71,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,150,87,1.00) 0%,rgba(255,71,0,1.00) 100%);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 200px;
}

section.stage1{

    padding-bottom: 50px;
}
section.stage1 .inner{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    text-align: center;
    line-height: 180%;
    
}
section.stage2{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #F0F0F0;
    margin-bottom: -20px;
}
section.stage2 .inner{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;    
}
section.stage2 .inner .banner{
    width: 500px;
}
section.stage2 .inner .banner .text{
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 900;
    font-variant: normal;
    font-size: 22px;
    text-align: center;
    line-height: 200%;
  }
section.stage3 {
    background-image: url(../images/bg_shasen.png);
}
section.stage3 .inner{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
section.stage3 .inner .left{
    float: left;
    width: 585px;
    padding: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-right: 30px;
    background-color: #FFFFFF;
}
section.stage3 .inner .left:last-child{
  margin-right: 0px;
}
section.stage3 .inner .info{
    height: 450px;
    overflow-y: auto;
    padding: 10px;
    background-color: #FFFFFF;
}
section.stage3 .inner .info dl{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CFCFCF;
    font-size: 13px;
}
section.stage3 .inner .info dl dt{
    width: 100px;
    float: left;
    font-size: 13px;
    font-weight: normal;
}
section.stage3 .inner .info dl dd{
    float: right;
    width: 390px;
    font-size: 13px;
    margin-bottom: 10px;
}
section.stage3 .inner .info .img{
    width: 110px;
    margin-right: 5px;
    float: left;
}
section.stage3 .inner .info .img img{
    width: 100%;
    height: auto;
    margin-top: 7px;
}
section.stage4{
    padding-top: 50px;
    padding-bottom: 50px;
}
section.stage4 .inner{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/*//////////// 下　層//////////////////*/
#main_img1{
    background-image: url(../images/company-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    height: 450px;
    font-family: "Times New Roman", Times, serif;
    padding-top: 380px;
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: -20px!important;
   }
#main_img2{
    background-image: url(../images/works_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    height: 450px;
    font-family: "Times New Roman", Times, serif;
    padding-top: 380px;
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: -20px!important;
   }
#main_img3{
    background-image: url(../images/business-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    height: 450px;
    font-family: "Times New Roman", Times, serif;
    padding-top: 380px;
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: -20px!important;
   }
#main_img4{
    background-image: url(../images/review-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    height: 450px;
    font-family: "Times New Roman", Times, serif;
    padding-top: 380px;
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: -20px!important;
 
   }
#main_img5{
    background-image: url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    height: 450px;
    font-family: "Times New Roman", Times, serif;
    padding-top: 380px;
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: -20px!important;
   }
#company .inner{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#company .ttl{
    padding-bottom: 10px;
    border-bottom: 1px solid #646464;
    border-left: 6px solid #646464;
    padding-left: 30px;
    font-size: 20px;
    margin-bottom: 30px;
}
#company section.about{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#company section.about .txt{
	width: 900px;
	    margin-left: auto;
    margin-right: auto;
} 
#company section.greeting{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#company section.greeting .txt{
	width: 900px;
	    margin-left: auto;
    margin-right: auto;
} 
#company section.greeting .img{
    width: 250px;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
#company section.concept{
    margin-bottom: 50px;   
}
#company section.concept .img{
    width: 535px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#company dl{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	border-bottom: 1px dotted #D9D9D9;
	border-top: 1px dotted #D9D9D9;
	border-right: 1px dotted #D9D9D9;
	background-color: #FFF3E8;
}
#company section.profile{
 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#company section.profile .inner{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#company section.profile dl{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat-y;
    border-bottom: 1px dotted #D9D9D9;
    border-top: 1px dotted #D9D9D9;
    border-right: 1px dotted #D9D9D9;
    background-color: #F3F3F3;
}
#company section.profile dt{
	width: 110px;
	float: left;
	font-size: 15px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#company section.profile dd{
	float: right;
	font-size: 15px;
	width: 700px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#contact section.profile dl{
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: repeat-y;
    border-bottom: 1px dotted #D9D9D9;
    border-top: 1px dotted #D9D9D9;
    border-right: 1px dotted #D9D9D9;
    background-color: #FCFFF4;
}
#company section.privacy{}
#company section.privacy .inner{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#company section.privacy .inner p{
    margin-bottom: 25px;
}
#company .banner{
	width: 1200px;
}
#company .banner ul li{}

#works .inner{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
#works .copy{
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}


#works .inner .box{
    width: 590px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;

}
#works .inner .box .ttl{
    background-color: #2D2D2D;
    padding: 7px;
    color: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    margin-bottom: 20px;
}
#works .inner .box .img{
    margin-bottom: 20px;
    text-align: center;	
}
#works .inner .box .img img{
    margin-bottom: 20px;
	width: 570px;
	height: auto;
	
}
#works .inner .box .box_r{
    width: 290px;
    float: left;
    margin-right: 10px;
}
#works .inner .box .box_r:last-child{
    margin-right: 0px;

}
#works .inner .box .box_r .img{
    margin-bottom: 20px;
    width: auto;
	max-width: 290px;
}
#works .inner .box .box_r .img img{
    margin-bottom: 20px;
    width: auto;
	max-width: 290px;
}
#works .inner .box .box_s{
    max-width: 290px;
    float: left;
    margin-right: 10px;
}
#works .inner .box .box_s:last-child{
    margin-right: 0px;

}
#works .inner .box .box_s .img{
    margin-bottom: 20px;
}
#works .inner .box .box_s .img img{
    margin-bottom: 20px;
	width: 270px;
	height: auto;
}
#works .inner .box .box_s2{
    max-width: 290px;
    float: left;
    margin-right: 10px;
}
#works .inner .box .box_s2:last-child{
    margin-right: 0px;

}
#works .inner .box .box_s2 .img{
    margin-bottom: 20px;
}

#works .inner .box .img2{
    width: 290px;
    margin-bottom: 20px;
    margin-right: 10px;
    float: left;
    text-align: center;
}
#works .inner .box .img2 img{
    width: 270px;
	height: auto;
}
#works .inner .box .img2:last-child{
    margin-right: 0px;
}
#works .inner .box .box_s .ttl{
    background-color: #2D2D2D;
    padding: 7px;
    color: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    margin-bottom: 20px;
}
#works .inner .fukei{}
#works .inner .fukei ul{}
#works .inner .fukei li{
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    width: 290px;
    text-align: center;
}
#works .inner .fukei li img{
	width: 270px;
	height: auto;
	    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#works .inner .fukei li:last-child{
    margin-right: 0px;
}
#works .inner .voice{
    padding: 30px;
    border: 4px solid #E5E5E5;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 50px;
}
#works .inner .voice .name{
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #DBDBDB;
    background-image: url(../images/hito.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    font-size: 20px;
}
#works .inner .voice .q{
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 60px;
    padding-bottom: 15px;
    background-color: #ECF1E5;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url(../images/q.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    margin-bottom: 10px;
}
#works .inner .voice .a{
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 60px;
    padding-bottom: 15px;
    background-color: #FFF4EB;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: url(../images/a.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
	margin-bottom: 25px;
}
#business{}
#business .inner{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#business .copy{
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
#business .box_wrap{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#business .box{
    width: 540px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    padding: 20px;
    background-image: url(../images/bg_shasen.png);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* box-shadow */
    box-shadow: 2px 1px 8px -1px #ddd;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
#business .box .ttl{
    margin-bottom: 15px;
    background-image: -webkit-linear-gradient(270deg,rgba(15,75,0,1.00) 0%,rgba(9,154,3,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(15,75,0,1.00) 0%,rgba(9,154,3,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(15,75,0,1.00) 0%,rgba(9,154,3,1.00) 100%);
    padding: 7px;
    background-image: linear-gradient(180deg,rgba(15,75,0,1.00) 0%,rgba(9,154,3,1.00) 100%);
    color: #FFFFFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
}
#business .box .text{
    padding: 15px;
    font-weight: normal;
    margin-bottom: 20px;
  
}
section#contact{}
section#contact .inner{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#contact dt{
	width: 140px;
	float: left;
	font-size: 15px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#contact dd{
	float: right;
	font-size: 15px;
	width: 620px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#review{}
#review .inner{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#review .copy{
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
#review .box_wrap{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#review .box{
    width: 140px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    margin-bottom: 20px;    
}
.form_style{
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	width: 450px;
}
.insta{
    margin-bottom: 15px;
    text-align: right;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
} 
#banner_area{
    background-color: #00921E;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
#banner_area .inner{
    width: 1037px;
    margin-left: auto;
    margin-right: auto;
}
#banner_area .inner ul{
    text-align: center;
    width: 960px;
}
#banner_area .inner ul li{
    width: 150px;
    margin: 5px;
    float: left;
  }
#banner_area .inner ul li img{
	width: 100%;
	height: auto;
}
#banner_area .tate{
    float: right;
    margin: 5px;
}
#banner_area .pagetop{
    position: absolute;
    bottom: -2px;
    right: 50px;
}
#footer{
    width: 100%;
    padding-bottom: 15px;
    background-color: #F0F0F0;
    position: relative;
}
#footer #sns{
    width: 157px;
}
#footer #sns ul{}
#footer #sns ul li{
    width: 45px;
    float: left;
    margin-right: 7px;
}

#footer .inner{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border-top-color: #000000;
    padding-top: 30px;
    position: relative;
}
#footer .inner .left{
    width: 500px;
    float: left;
  
}
#footer .inner .map{
	width: 300px;
	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%;
}

#footer .inner ul{}
#footer .inner ul li{
    float: right;
    padding: 5px;
    margin-right: 10px;
 
    line-height: 100%;
    font-size: 13px;
    display: inline;
}

#footer .inner ul li a{
	color: #000000;
}
#footer .inner ul li a:hover{
	color: #6926A3;
	text-decoration: none;
}
#footer .inner .logo{
    float: none;
    width: 230px;
    text-align: center;
    margin-bottom: 30px;
}
#footer .inner .logo img{
	width: 100%;
	height: auto;
}
#footer .inner .tel{

	width: 100%;
	margin-bottom: 20px;
}
#footer .inner .address{

}
#footer .inner .ggmap{}
#footer .inner .copyright{
    width: 100%;
    text-align: center;
    font-size: 11px;
    clear: both;
}
#footer_link{
	display: none;
	}
.footer2_wrap{
    position: relative;
}

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

.go{
    width: 280px;
    height: auto;
    position: absolute;
    top: auto;
    bottom: -30px;
    right: 10px;
    z-index: 5000;
    background-size: 100% auto;
}
.go2{
    top: 60px;
    width: 200px;
    height: auto;
    position: absolute;
    right: 10px;
    text-align: center;
    z-index: 5000;
}
.go3{
    top: 90px;    
    width: 200px;
    height: auto;
    position: absolute;
    left: 20px;
    text-align: center;
    z-index: 5000;
}
.go4{
    bottom: 0px;
    width: 200px;
    height: auto;
    position: absolute;
    right: 10px;
    text-align: center;
    z-index: 5000;
    top: auto;
}    
    img{
        width: 100%;
        height: auto;
    }    
}