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

body{
	font-family:"kozuka-gothic-pr6n","游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;	
	color:#3f0903;
	font-size:14px;
	width: 100%;
	min-width: 960px;
}

.contents {
	overflow: hidden;
	position: relative;
}

header{
	margin: 0 auto;
	width:1100px;
	height:75px;
	}

h1{
	width:1100px;
	margin: 5px 0 10px;
	display:block;
	font-size:11px;
	}
.st{
	font-weight:700;
    }
.logo{
	float:left;
	width: 600px;
	}
.sns{
	float:left;
	width: 280px;
	margin-top: 15px;
	}
.tel{
	float:left;
	width: 200px;
	margin-top: 20px;
	}
.menu{
  list-style-type: none;
  width: 100%;
  border-top:4px solid #3f0903;
  background-color: #f2f2f2;
  z-index: 1000;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

a:hover img.alpha {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 1200px;
  margin: 0 auto 0;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 131px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: 1px solid #d9d9d9;
}

.dropmenu li:first-child{
  border-left: 1px solid #d9d9d9;
}

.dropmenu li a{
  display: block;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  color: #3f0903;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
  font-weight:700;
}
.dropmenu li ul li a{
  padding: 8px 30px;
  background: #e9dc72;
  text-align: left;
  white-space: nowrap;
}

.dropmenu li ul li:first-child a{
  padding-top: 24px;
}
.dropmenu li ul li:last-child a{
  padding-bottom: 24px;
}

.dropmenu li:hover > a{
  background: #e9dc72;
}
.dropmenu li a:hover{
  background: #e9dc72;
  color:#00b0d9;
}

#left-to-right ul{
  overflow: hidden;
  width: 0;
  transition: .5s;
}
#left-to-right li:hover ul{
  width: 264px;
}
#left-to-right li:hover ul li a{
  white-space: nowrap;
}


.button {
	display: inline-block;
	width: 310px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-weight:700;
	font-size:15px;
	margin :20px auto;
	background-color:#FFF;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.b_staff {
	background-color: #FFF;
	border: 5px solid #e9dc72;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_staff2.png) no-repeat;
	background-size:310px 60px;
}
.b_staff:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_staff2.png) no-repeat;
	background-size:310px 60px;

}

.b_staff2 {
	background-color: #FFF;
	border: 5px solid #3f0903;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_staff2.png) no-repeat;
	background-size:310px 60px;
}
.b_staff2:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_staff2.png) no-repeat;
	background-size:310px 60px;
}


.b_graphic {
	background-color: #FFF;
	border: 5px solid #b25a4b;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_graphic.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}
.b_graphic:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_graphic.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_web {
	background-color: #FFF;
	border: 5px solid #006375;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_web.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}
.b_web:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_web.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_other {
	background-color: #FFF;
	border: 5px solid #652335;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_other.png) no-repeat;
	background-size:44px 25px;
	background-position: 240px 14px;
}
.b_other:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_other.png) no-repeat;
	background-size:44px 25px;
	background-position: 240px 14px;
}

.b_campaign {
	background-color: #FFF;
	border: 5px solid #a22c50;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_campaign.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}
.b_campaign:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_campaign.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_novelty {
	background-color: #FFF;
	border: 5px solid #313659;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_novelty.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}
.b_novelty:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_novelty.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_voice {
	background-color: #FFF;
	border: 5px solid #e9dc72;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_voice.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}
.b_voice:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_voice.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_contact {
	background-color: #FFF;
	border: 5px solid #652335;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_contact.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_contact:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_contact.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_mail {
	background-color: #FFF;
	border: 5px solid #652335;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_mail.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_mail:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_mail.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_price {
	background-color: #FFF;
	border: 5px solid #652335;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_price.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}
.b_price:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_price.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_estimate {
	background-color: #FFF;
	border: 5px solid #652335;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_estimate.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}
.b_estimate:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_estimate.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_shop {
	background-color: #FFF;
	border: 5px solid #b58943;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_shop.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}
.b_shop:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_shop.png) no-repeat;
	background-size:30px 25px;
	background-position: 260px 14px;
}

.b_red {
	background-color: #FFF;
	border: 5px solid #b25a4b;
	color: #3f0903;
	line-height: 54px;
}
.b_red:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
}

.b_blue {
	background-color: #FFF;
	border: 5px solid #006375;
	color: #3f0903;
	line-height: 54px;
}
.b_blue:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
}

.b_baito {
	background-color: #FFF;
	border: 5px solid #652335;
	margin-right:40px;
	background:url(../about/img/btn_baito.png) no-repeat;
	background-size:250px 40px;
	background-position: 25px 4px;
}
.b_baito:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	margin-right:40px;
	background:url(../about/img/btn_baito.png) no-repeat;
	background-size:253px 43px;
	background-position: 25px 4px;
}

.b_hitosara {
	background-color: #FFF;
	border: 5px solid #652335;
	margin-right:40px;
	background:url(../about/img/btn_hitosara.png) no-repeat;
	background-size:179px 41px;
	background-position: 60px 5px;
}

.b_hitosara:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	margin-right:40px;
	background:url(../about/img/btn_hitosara.png) no-repeat;
	background-size:182px 44px;
	background-position: 60px 5px;
}

.b_detail {
	background-color: #FFF;
	color: #3f0903;
	border: 5px solid #652335;
	margin-right:40px;
	margin-top:40px;
	margin-bottom:80px;
	background-size:179px 41px;
	background-position: 60px 5px;
}
.b_detail:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	margin-right:40px;
	background-size:182px 44px;
	background-position: 60px 5px;
}

.b_more {
	background-color: #FFF;
	border: 5px solid #652335;
	color: #3f0903;
	line-height: 54px;
	background:url(../img/btn_more.png) no-repeat;
	background-size:30px 25px;
	background-size:310px 60px;
}
.b_more:hover {
	color: #00b0d9;
	border: 5px solid #00b0d9;
	background:url(../img/btn_more.png) no-repeat;
	background-size:30px 25px;
	background-size:310px 60px;
}

.more{
	margin:0 auto 60px;
	text-align:center;
}

#title{
	width: 100%;
	margin-bottom:50px;
	padding-top: 45px;
	text-align:center;
	}
.title_text{
	font-size:13px;
	font-weight:700;
	letter-spacing:1px;
		}

#title h2{
	font-size:32px;
	margin:10px 0 30px;
	}
.dod{
	font-size:20px;
	padding:3px;
	border-style: dotted none;
	font-weight:700;
	line-height: 28px; 
	}
	
.look_button {
	display: inline-block;
	width: 120px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-weight:700;
	font-size:12px;
}
.look_button::before,
.look_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.look_button,
.look_button::before,
.look_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.look_button {
	background-color: #3f0903;
	border: 2px solid #3f0903;
	color: #fff;
	line-height: 27px;
}
.look_button:hover {
	background-color: #fff;
	border-color: #3f0903;
	color: #3f0903;
}
	
#cont{
	width: 1000px;
	margin: 0 auto 50px;
	}
	
#cont_l{
	width: 1200px;
	margin: 0 auto 50px;
	}
	
#cont_center{
	width: 1000px;
	margin: 0 auto;
	line-height:25px;
	text-align:center;
	}
	
.bold{
	font-weight:bold;
}
	
.font20{
	font-size:20px;
	font-weight:700;
    }
	
.font20_center{
	font-size:20px;
	font-weight:700;
	line-height:30px;
	margin-top:20px;
	margin-right:260px;
	text-align:center;
    }
	
.font12{
	font-size:12px;
    }
	
.underline{
	font-size:21px;
	font-weight:700;
	margin:0 auto 25px;
    }
	
.underline span{
	background:linear-gradient(transparent 60%, #e9dc72 60%);
    }

.align_a {
display: inline-block;
width: 130px;
}
	


footer{
	width: 100%;
	height:490px;
	background-color:#3f0903;
	color:#FFF;
	padding-top: 50px;
	font-size:12px;
	margin-top:150px;
	}
footer h2{
	width:595px;
	margin: 5px 0 25px;
	font-size:14px;
	letter-spacing:2px;
	font-weight:500;
	}
#footer_menu{
	width: 1200px;
	height: 260px;
	margin:auto;
	list-style: none;
}

#footer_menu li ul {
	list-style: none;
}
#footer_menu li {
	float:left;
	width:133px;
	font-weight:700;
	font-size:13px;
}

#footer_menu li ul{
	margin-top:15px;
	margin-left:-40px;
}

#footer_menu li ul li a{
  display: block;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 11px;
  line-height: 2;
  text-decoration: none;
  list-style: none;
  font-weight:500;
}

#footer_cont{
	width:1200px;
	margin: 0 auto;
}
.footer_cont_img{
	width:540px;
	float:left;
}
.footer_cont_add{
	width:610px;
	float:right;
	margin-bottom: 30px;
}

.footer_cont_left{
	float:left;
	margin-right:30px;
	line-height:1.8;
}

.footer_cont_left2{
	float:left;
	line-height:1.8;
}

.footer_name{
	font-size:11px;
	margin: 10px 10px 0;
}
.footer_name h3{
	margin: 10px 0 20px;
	font-size:16px;
	font-weight:700;
}

.footer_office{
	font-size:11px;
	font-weight:700;
	letter-spacing:2px;
}

/* ふわふわさせたいものに fuwafuwaクラスを付与 */
.gotop {
	-webkit-animation-name:fuwafuwa; /* fuwafuwaアニメーション */
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
/* fuwafuwa指定 */
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -15px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -15px);}
	100% {-moz-transform:translate(0, 0);}
}

p.gotop{
    position: fixed;
    left: 5%;
    bottom: 0;
}
p.gotop a{
    width: 125px;
    height: 130px;
    display: block;
}

.clear { clear:both; } 

.copyright{
	width:1200px;
	margin: 0 auto;
	text-align:center;
}

.about_font20{
	font-size:20px;
	line-height:30px;
	margin-top:15px;
	margin-bottom:30px;
	font-weight:bold;
    }
	
.about_font32{
    font-size:32px;
	font-weight:bold;
	margin-top:13px;
	}
	
.about_font24{
    font-size:24px;
	font-weight:bold;
	}
	
.about_font34{
    font-size:34px;
	}
	
.about_link1{
	margin:70px 20px 130px 20px;
    }
	
.about_link2{
	margin:auto 20px;
    }
	
.about_font_left{
	text-align:left;
	margin-bottom:10px;
    }
	
.about_font_left30{
	text-align:left;
	font-size:30px;
	line-height:30px;
	margin:7px auto 35px;
	font-weight:bold;
    }
	
#meeting{
	width: 100%;
	margin: 100px 0 0;
	padding: 0;
	text-align:center;
	background-color:#f2f2f2;
	font-weight:700;
	line-height:1.8;
	}
.meeting{
	margin:0 auto;
	width: 1000px;
	text-align:center;
	}
	
#wrap{ 
	margin: 0 auto;
	min-width: 100px;
	position: relative;
	width: 100%;
	/*width: 1200px; limit*/
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

#frontPic {
	width:200px;
	height:200px;
	background-image: url(../img/btn_tel.png);
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: fixed;
	right: 25px;
	top: 550px;
	z-index: 9997;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

#frontPicLayer {
	height: 100%;
	width:100%;
	left: auto;
	top: 200px;
	position: absolute;
	z-index:99;
}

#frontPic a{
	width:200px;
	height:200px;
	background-image: url(../img/btn_tel.png);
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: fixed;
	right: 25px;
	top: 550px;
	z-index: 9997;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}