@charset "UTF-8";


*{
	   
margin: 0;   
padding: 0;   
}

*{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* リンク・マージン
================================================== */

a:link{color: #09334f; text-decoration: none;}
a:visited{color: #09334f; text-decoration: none;}
a:active{color: #09334f; text-decoration: none;}
a:hover{color: #09334f; text-decoration: underline;}
a:hover *{filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}

.pc_no{display: none;}
.sp_no{display: block;}
.clear{clear: both;}

a{outline : 0;}
img{border:none;}
ul,ol li{list-style:none;}



/* 全体
================================================== */
 
body{
	margin:0px;
	padding:0px;
	line-height: 1.6em;
	color: #09334f;
	font-size: 15px;
	-webkit-text-size-adjust: none;
    animation: fadeIn 8s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
      background-color: #eaebed;
      background-image: url("../images/bgimg_l.jpg");
      background-size: cover;
      background-attachment: fixed;
      background-position: bottom center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
	background-image: url("../images/bgimg_m.jpg");
}
}
@media screen and (max-width: 640px) {
	background-image: url("../images/bgimg_s.jpg");
}
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*　IEブラウザ用 */
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix{
  min-height: 1px;
}

* html .clearfix{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#main{
	width: 1100px;
	margin: 50px auto;
	background: rgba(255,255,255,0.9);
}

#main_img{
	width: 1150px;
	margin: 0 auto 0;
      background-image: url("../images/scissors_img.png");
      background-position: right top;
	background-repeat: no-repeat;
}
#main_wp{
	width: 950px;
	margin: 0 auto;
	padding: 40px 50px 50px 0;
}
img.logo{
	display: block;
	width: 250px;
	height: auto;
	margin: 50px auto;
}
.menu{
	float: left;
	width: 430px;
	font-size:26px;
	margin-bottom: 50px;
	margin-left: 30px;
}
.menu dl dt {
     float: left;
     clear: left;
     width: 8.5em;
	padding: 0.7em 0.5em;
}

.menu dl dd {
     border-bottom: 1px dotted #ccc;
     padding: 0.7em 0.3em 0.7em 9em; /* dtの幅以上のpaddingをとる*/
}
.menu dl dd span{
	font-size: 75%;
}
.tel{
	float: right;
	width: 430px;
	padding-top: 20px; 
}
.tel img.yoyaku{
	width: 90px;
	float: left;
	margin-right: 10px;
}
.tel p{
	padding-top: 8px;
	letter-spacing: 0.16em;
	margin-bottom: 5px;
}
.tel img.telno{
	width: 280px;
}
.g-map{
	clear: both;
    position: relative;
    padding-bottom: 43.75%;
    height: 0;
    overflow: hidden;
}
.g-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	-moz-border-radius: 8px;    /* Firefox */
	-webkit-border-radius: 8px; /* Safari,Chrome */
	border-radius: 8px;
}
.add_box{
	margin-top:20px;
	text-align:center;
	font-size: 18px;
	letter-spacing:0.05em;
}
.add_box ul li{
	display: inline-block;
	margin: 0 13px;
}
.add_box p{
	margin-bottom:8px;
}
.map_icon{
	width: 23px!important;
	height: 23px!important;
	vertical-align:middle;
	margin-right: 7px;
}
img.carimg{
	margin-top: 30px;
}
p.sougei{
	font-size: 16px;
	margin-top: 5px;
}
#cpline{
	padding: 20px;
	text-align:center;
	font-size: 12px;
	border-top: 1px dotted #333;
}