@charset "utf-8";

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {font-family:"Noto Sans JP", sans-serif "Roboto", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;  background-color:#fff; position:relative;}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,address{margin:0; padding:0;list-style:none; font-style:normal; font-weight:normal; color:#000;font-family: "Roboto", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}
a{color: #3399ff; -webkit-tap-highlight-color: rgba(0,0,0,0); outline:none;}
a:hover{color:#666;}
a:focus, *:focus { outline:none; }
img{display:block;}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

hr{
	margin:0!important;
	border-bottom:1px solid #ddd;
	}
@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}

@media print { 
body { 
-webkit-print-color-adjust: exact; 
} 
}

strong{font-weight:normal; color:#000; background:linear-gradient(transparent 50%, #ffcccc 0%);}


/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70{font-size:70%}      /* フォントサイズ70% */
.text80{font-size:80%}
.text90{font-size:90%}
.text100{font-size:100%}
.text110{font-size:110%}
.text120{font-size:120%}
.text130{font-size:130%}
.text140{font-size:140%}
.text150{font-size:150%}
.text160{font-size:160%}
.text170{font-size:170%}
.text180{font-size:180%}
.text190{font-size:190%}
.text200{font-size:200%}
.text210{font-size:210%}
.text220{font-size:220%}
.b{font-weight:700}     /* 太字 */
.u{text-decoration:underline}     /* 下線 */
.del{text-decoration:line-throug} /* 打ち消し線 */

/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red{color:red}     /* 赤色 */
.blue{color:#2ca9e1}    /* 青色 */
.green{color:#82ae46}   /* 緑色 */
.orange{color:#ff7d00}    /* 橙色 */
.yellow{color:#fff000}    /* 黄色 */
.pink{color:#ff0084}    /* ピンク */
.gray{color:#999999}    /* グレー */
.mapIcon{color:#ff6666};    /* グーグルマップアイコン */

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */

img.fade {
-webkit-transition:all .3s;
transition:all .3s; }

a img.fade {
opacity:1.0;
filter:alpha(opacity=100); -ms-filter:"alpha( opacity=100 )";
-webkit-transition:all .3s;
transition:all .3s; }

a:hover img.fade {opacity:0.7;
filter:alpha(opacity=70); -ms-filter:"alpha( opacity=70 )";
-webkit-transition:all .3s;
transition:all .3s; }

/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0a{margin:0 auto !important}
.m0a15{margin:0 auto 15px !important}

.m0{margin:0 !important}
.mt0{margin-top:0 !important}
.mr0{margin-right:0 !important}
.mb0{margin-bottom:0 !important}
.ml0{margin-left:0 !important}

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}

/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */

.p0{padding:0 !important}
.pt0{padding-top:0 !important}
.pr0{padding-right:0 !important}
.pb0{padding-bottom:0 !important}
.pl0{padding-left:0 !important}

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

.p15{padding:15px !important}
.pt15{padding-top:15px !important}
.pr15{padding-right:15px !important}
.pb15{padding-bottom:15px !important}
.pl15{padding-left:15px !important}

.p20{padding:20px !important}
.pt20{padding-top:20px !important}
.pr20{padding-right:20px !important}
.pb20{padding-bottom:20px !important}
.pl20{padding-left:20px !important}

.p30{padding:30px !important}
.pt30{padding-top:30px !important}
.pr30{padding-right:30px !important}
.pb30{padding-bottom:30px !important}
.pl30{padding-left:30px !important}

/* ----------------------------------------------------------------------
 width - 幅
---------------------------------------------------------------------- */

.width100{width:100% !important}

.width80{width:80% !important}

/* ----------------------------------------------------------------------
 radius - 角丸
---------------------------------------------------------------------- */.radius4 {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	}

.radius6 {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
	}

.radius10 {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	}

.radius15 {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	}

.radius50 {
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	}

.breakBr{
display:none;
}

/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
.breakBr{
display:inline;
}

}


/* col-lg- 1200px以上はそのまま */
 
/* col-md- 1199px以下 */
@media screen
    and (max-width: 1199px) {
}
 
/* col-sm- 991px 以下 */
@media screen
    and (max-width: 991px) {
}
 
/* col-xs- 767px 以下 */
@media screen
    and (max-width: 767px) {
}

/* max-width: 480px 以下 */
@media screen
    and (max-width: 480px) {
}

/* max-width: 320px 以下 */
@media screen
    and (max-width: 320px) {
}

#main{
	}

.cover{
	background: url(../img/tv.gif) center center / cover no-repeat fixed;
	position: relative;
	}

.cover img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	width: 200px;
	}



/* ----------------------------------------------------------------------
bounce
---------------------------------------------------------------------- */
@-moz-keyframes bounce{0%,100%,20%,80%{-moz-transform:translateY(0);transform:translateY(0)}40%,50%{-moz-transform:translateY(-10px);transform:translateY(-10px)}}@-webkit-keyframes bounce{0%,100%,20%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%,50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes bounce{0%,100%,20%,80%{-moz-transform:translateY(0);-ms-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0)}40%,50%{-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-webkit-transform:translateY(-10px);transform:translateY(-10px)}}
.bounce {
  -moz-animation: bounce 1.5s infinite;
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}

span.bounce{
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	width: 26px;
	color:#fff;
	font-size:40px;
	line-hight:1em;
	}

span.bounce a{
	color:#fff;
	}

.infoArea{
	width:100%;
	padding:50px;
	}

.infoArea h2{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	font-size:50px;
	}

.serviceArea{
	width:100%;
	padding:50px;
	background-color:#eee;
	}

.serviceArea h2{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	font-size:50px;
	}

.serviceArea h3{
	margin-bottom:20px;
	text-align:center;
	}

.hJp{
	margin-bottom:20px;
	text-align:center;
	font-size:12px;
	}

.addressArea{
	width:100%;
	padding:50px;
	}
.addressArea h1{
	text-align:center;
	margin-bottom:20px;
	font-weight:900;
	}

.addressArea address{
	margin-bottom:10px;
	text-align:center;
	}


/* コンタクト -------------------------------------------------- */
.fTitle{
	font-size:14px;
	}
input{
-webkit-box-sizing:border-box;box-sizing:border-box;
	width:100%;
	padding:10px;
	border-radius: 6px;
	-moz-borderr-radius: 6px;
	-webkit-borderr-radius: 6px;
	border:1px solid #ddd;
	background-color:#fff;
	-webkit-appearance:none;
	}
input:focus{
	background-color:#ffffcc;
	}
.selectBox select {
	-webkit-box-sizing:border-box;box-sizing:border-box;
	height:33px;
	padding:5px 30px 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-shadow:0px 1px 0px #fff;
	text-indent: .01px; /*Firefox用*/
	text-overflow: ""; /*Firefox用*/
	border:1px solid #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: #fff;
	background: url(../img/selectArrow.png) right 50% no-repeat);
	background: url(../img/selectArrow.png) right 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd));
	background: url(../img/selectArrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#ddd 100%);
	background: url(../img/selectArrow.png) right 50% no-repeat, -o-linear-gradient(top, #fff 0%,#ddd 100%);
	background: url(../img/selectArrow.png) right 50% no-repeat, -ms-linear-gradient(top, #fff 0%,#ddd 100%);
	background: url(../img/selectArrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ddd',GradientType=0 );
	background-size: 30px, 100%;
	}
@-moz-document url-prefix() { /*Firefox用*/
    .selectBox select {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd));
	background: -webkit-linear-gradient(top, #fff 0%,#ddd 100%);
	background: -o-linear-gradient(top, #fff 0%,#ddd 100%);
	background: -ms-linear-gradient(top, #fff 0%,#ddd 100%);
	background: linear-gradient(to bottom, #fff 0%,#ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ddd',GradientType=0 );
    }
}
select::-ms-expand {
	display: none;
	}
textarea{
	-webkit-box-sizing:border-box;box-sizing:border-box;
	width:100%;
	padding:10px;
	border-radius: 6px;
	-moz-borderr-radius: 6px;
	-webkit-borderr-radius: 6px;
	border:1px solid #ddd;
	background-color:#fff;
	-webkit-appearance:none;
	}
textarea:focus{
	background-color:#ffffcc;
	}
.newBtn {
	display:block;
	-webkit-box-sizing:border-box;box-sizing:border-box;
	width:100%;
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#2674A7;
	border:1px solid #005398;
	color:#fff;
	}
.newBtn:hover {
	background-color:#005398;
	cursor:pointer;
	}
.backBtn {
	display:inline;
	-webkit-box-sizing:border-box;box-sizing:border-box;
	width:45%;
	margin:0;
	padding:5px;
	border:1px solid #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#fff;
	border:1px solid #ddd;
	color:#000;
	}
.backBtn:hover {
	background-color:#eee;
	cursor:pointer;
	}
.formBtn{
	margin-top:30px;	
	}
.confirm{
	margin-bottom:15px;
	padding:10px;
-webkit-box-sizing:border-box;box-sizing:border-box;
	background-color:#fff;
	border:1px solid #ddd;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	font-size:14px;
	}