@charset "utf-8";
/* CSS Document */
/*index+all*/
.slicknav_menu {
	display: none;/*PC時は非表示*/
}
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 100%;
	line-height: 140%;
}
#contents {
	width: 1024px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#bg {
	padding-bottom: 30px;
	background: url(../images/bg.png) repeat;
	min-width: 1024px;
}
#topservice h2, #rate h2, #uservoice h2, #service h2, #tv h2, #company h2, #form h2 ,#mail h2{
	width: 80%;
	font-family: "Rounded Mplus 1c";
	font-size: 28px;
	line-height: 1.5em;
	letter-spacing: 0.5em;
	background-color: #FFFFFF;
	color: #000000;
	border-top: 3px solid #562F11;
	border-bottom: 3px solid #562F11;
	border-left: 10px solid #562F11;
	border-right: 10px solid #562F11;
	border-radius: 20px 0px 20px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
/*ヘッダー*/
header .inner {
	width: 1024px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
header {
	width: 100%;
	min-width: 1024px;
	overflow: hidden;
	height: 110px;
	background: url(../images/header_bg2.png) repeat-x bottom;
}
h1 {
	width: 199px;
	height: 66px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#title {
	width: 500px;
	font-family: "Rounded Mplus 1c";
	float: left;
	margin-left: 15px;
}
#title h2 {
	font-size: 32px;
	color: #1310FF;
}
#title h3 {
	font-size: 14px;
	color: #FF0004;
}
#title #ruby {
	font-size: 16px;
	color: #1310FF;
	letter-spacing: 6px;
	margin-top: 5px;
}
#address {
	width: 250px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#address dt {
	font-size: 14px;
	font-weight: 700;
	color: #FF0004;
}
#address dd {
	font-size: 28px;
	font-weight: 900;
	color: #FF0004;
	text-shadow: 1px 1px #000000;
}
/*ヘッダーここまで*/
/*フッター*/
footer .inner {
	width: 1024px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
footer {
	background-color: #562F11;
	height: 100px;
	width: 100%;
	min-width: 1024px;
}
footer ul li {
	font-size: 12px;
	width: 146px;
	float: left;
}
footer ul {
	padding-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
footer ul li a, small p {
	color: #ffffff;
}
footer ul li a {
	text-decoration: none;
}
footer ul li a:hover {
	color: #00D3FF;
}
/*フッターここまで*/
/*グローバルナビゲーション*/
#gnavbg {
	height: 50px;
	background: linear-gradient(#8580d8, #0b01b8);
	background: -moz-linear-gradient(top, #8580d8, #0b01b8);
	background: -webkit-linear-gradient(#8580d8, #0b01b8);
}
#gnav {
	width: 1024px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#gnav ul li {
	width: 170px;
	height: 50px;
	border-left: #ffffff 1px solid;
	float: left;
}
#gnav ul li a {
	font-weight: 900;
	color: #ffffff;
	background: linear-gradient(#8580d8, #0b01b8);
	line-height: 50px;
	text-decoration: none;
	display: block;
}
#gnav ul li a:hover {
	background: linear-gradient(#c1787b, #940d14);
	background: -moz-linear-gradient(top, #c1787b, #940d14);
	background: -webkit-linear-gradient(#c1787b, #940d14);
}
#gnav ul li:first-child {
	width: 169px;
}
#gnav ul li:last-child {
	width: 168px;
	border-right: #ffffff 1px solid;
}
/*グローバルナビゲーションここまで*/
/*トップイメージ*/
.top_img {
	width: 1024px;
	height: auto;
	margin-top: 30px;
}
/*トップサービス*/
#topservice {
	overflow: hidden;
}
#topservice h2 {
	background-color: #FFFFFF;
}
#topservice #svd {
	width: 200px;
	height: 50px;
	background-image: url(../images/btn_sva_1.png);
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}
#topservice #svd a {
	display: block;
	width: 200px;
	height: 50px;
	background-image: url(../images/btn_sva_2.png);
	opacity: 0;
	-webkit-transition: opacity .2s linear;
}
#topservice #svd a:hover {
	opacity: 1;
	-webkit-transition: opacity .2s linear;
}
.left {
	float: left;
}
.right {
	float: right;
}
#topservice .left {
	margin-left: 30px;
}
#topservice .right {
	margin-right: 30px;
}
#topservice .right, #topservice .left {
	width: 460px;
	height: 200px;
	border: 3px solid #562F11;
	border-radius: 10px;
	background-color: #8CE7FF;
	text-align: left;
	margin-top: 30px;
	overflow: hidden;
}
#topservice .right h3, #topservice .left h3 {
	width: 250px;
	font-family: "Rounded Mplus 1c";
	font-size: 22px;
	line-height: 1.5em;
	text-align: center;
	background-color: #FCFFAD;
	color: #BB0003;
	border: none;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.right ul li, .left ul li {
	list-style: circle;
	margin-left: 30px;
}
.textbox {
	width: 260px;
	height: 200px;
	float: left;
}
.left img, .right img {
	width: 173px;
	float: right;
	margin-top: 14px;
	margin-right: 15px;
	margin-bottom: 13px;
}
/*エリア*/
#area {
	width: 1024px;
	height: 320px;
	background-color: #FFEA93;
	border: solid 3px #562F11;
	border-radius: 10px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#area h3 {
	font-family: "Rounded Mplus 1c";
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	background-color: #841F20;
	line-height: 2em;
	border-radius: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#area #arealeft {
	width: 550px;
	margin-left: 35px;
	float: left;
	text-align: left;
}
#area #arearight {
	width: 350px;
	margin-top: 40px;
	margin-right: 35px;
	float: right;
}
/*index+allここまで*/


/*会社概要*/
#company {
	margin-top: 30px;
	margin-bottom: 30px;
}
#company table {
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
#company tr {
	height: 2em;
	text-align: left;
	border: 1px solid #000000;
}
#company th {
	width: 200px;
	border: 1px solid #000000;
	background-color: #A4A4A4;
	padding-left: 10px;
}
#company td {
	padding-left: 10px;
	padding-right: 10px;
}
/*会社概要ここまで*/
/*お問い合わせ*/
#form {
	margin-bottom: 30px;
	margin-top: 30px;
}
#form form {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#form table {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#form tr {
	line-height: 3em;
	border:solid 1px #000000;
}
#form th {
	width: 490px;
	text-align: left;
	background-color:#efefef;
	padding-left: 10px;
}
#form td {
	width: 390px;
	text-align: left;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#form th span{font-size: 14px;
	display: block;
	float: right;
width: 4em;
height: 1.5em;
	text-align: center;
	line-height: 1.5em;
background-color:#FF4649;
	margin-top: 13px;
}
#form th{overflow: hidden;}
#thanks{width: 80%;
	height: auto;
	background-color: #FFFFFF;
	border: 3px solid #562F11;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
margin-left: auto;
margin-right: auto;}
.formTable{margin-bottom: 20px;}
/*お問い合わせここまで*/
/*サービス一覧*/
#service img {
	margin-bottom: 20px;
}
.service_main h3, #service_etc h3 {
	width: 300px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	border: 3px solid #562F11;
	border-radius: 5px;
	line-height: 1.8em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
.service_main {
	overflow: hidden;
}
.service_des {
	width: 480px;
	height: 260px;
	text-align: left;
	background-color: #FFEA93;
	border: 3px solid #562F11;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 5px;
	overflow: hidden;
}
.service_left {
	width: 276px;
	float: left;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 150%;
	font-size: 16px;
}
.service_right {
	width: 170px;
	height: 170px;
	
	margin-right: 10px;
	padding-left:10px;
	float: right;
}
.service_right img {
	width: 170px;
	height: 170px;
}
.service_des p {
	padding: 5px;
}
#service_etc h3 {
	text-align: center;
	margin-bottom: 5px;
}
#service_etc {
	width: 740px;
	height: 140px;
	text-align: left;
	background-color: #FFEA93;
	border: 3px solid #FF3B3F;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 9px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}
#service_etc p {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#service_etc_border {
	width: 780px;
	height: 170px;
	background-color: #FFEA93;
	border: 3px solid #562F11;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}
/*サービス一覧ここまで*/

/*テレビ共聴設備*/
#tvdes, #tvtoha {
	width: 900px;
	background-color: #FFFFFF;
	border: 3px solid #562F11;
	border-radius: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
#tvtoha h3, #tvsanko h3, #tvdes h3 {
	font-size: 20px;
	font-family: "Rounded Mplus 1c";
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}
#tvdes p, #tvtoha p {
	width: 840px;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#tvhyou {
	width: 894px;
	background-color: #FFFFFF;
	border: 3px solid #562F11;
	margin-left: auto;
	margin-right: auto;
}
#tvhyou .pc table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#tvhyou table td {
	border: 1px solid #562F11;
}
#tvhyou table .hinmei {
	background-color: #C9D4FF;
	width: 35%;
}
#tvhyou table .taiyo {
	background-color: #FFC9D3;
	width: 15%;
}
#tvsanko {
	width: 900px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
#tvsanko #sanko_1, #tvsanko #sanko_2, #tvsanko #sanko_3, #tvsanko #sanko_4 {
	float: left;
	margin-right: 20px;
}
#tvsanko #sanko_1 {
	margin-left: 20px;
}
#tvsanko img {
	border: 1px solid #000000;
	width: 198px;
	height: 198px;
}
/*テレビ共聴設備ここまで*/

/*料金案内*/
.res {
	display: none;
}
.pc {
	display: block;
}
.ratesheet {
	width: 842px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#rate_1 {
	background: url(../images/rate_1.png) #FFFFFF no-repeat;
	border: 4px solid #d3673c;
	border-radius: 18px;
	width: 400px;
	height: 195px;
	overflow: hidden;
}
#rate_2 {
	background: url(../images/rate_2.png) #FFFFFF no-repeat;
	border: 4px solid #39bad8;
	border-radius: 18px;
	width: 400px;
	height: 195px;
	overflow: hidden;
}
#rate_3 {
	background: url(../images/rate_3.png) #FFFFFF no-repeat;
	border: 4px solid #d13d3d;
	border-radius: 18px;
	width: 834px;
	height: 215px;
	overflow: hidden;
}
#rate_4 {
	background: url(../images/rate_4.png) #FFFFFF no-repeat;
	border: 4px solid #405bcc;
	border-radius: 18px;
	width: 400px;
	height: 195px;
	overflow: hidden;
}
#rate_5 {
	background: url(../images/rate_5.png) #FFFFFF no-repeat;
	border: 4px solid #a03ece;
	border-radius: 18px;
	width: 400px;
	height: 195px;
	overflow: hidden;
}
#rate_6 {
	background: url(../images/rate_6.png) #FFFFFF no-repeat;
	border: 4px solid #9ed13d;
	border-radius: 18px;
	width: 400px;
	height: 195px;
	overflow: hidden;
}
#rate_7 {
	background: url(../images/rate_7.png) #FFFFFF no-repeat;
	border: 4px solid #3ecec0;
	border-radius: 18px;
	width: 400px;
	height: 195px;
	overflow: hidden;
}
#rate2_1 {
	background: url(../images/rate2_1.png) #FFFFFF no-repeat;
	border: 4px solid #3eaf35;
	border-radius: 18px;
	width: 415px;
	height: 511px;
	overflow: hidden;
}
#rate2_2 {
	background: url(../images/rate2_2.png) #FFFFFF no-repeat;
	border: 4px solid #a83873;
	border-radius: 18px;
	width: 400px;
	height: 266px;
	overflow: hidden;
}
#rate2_3 {
	background: url(../images/rate2_3.png) #FFFFFF no-repeat;
	border: 4px solid #a56f38;
	border-radius: 18px;
	width: 400px;
	height: 218px;
	overflow: hidden;
}
#rate_box_1, #rate_box_2, #rate_box_4, #rate_box_5, #rate_box_6, #rate_box_7 {
	width: 77%;
	height: 53%;
	float: right;
	padding-right: 5px;
	margin-top: 85px;
	margin-right: 5px;
}
#rate_box2_1, #rate_box2_2, #rate_box2_3 {
	width: 77%;
	height: 53%;
	margin-top: 85px;
	margin-left: auto;
	margin-right: auto;
}
#rate_box2_1 p {
	border-bottom: 4px solid #3eaf35;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#rate_box_3 {
	width: 515px;
	height: auto;
	float: left;
	margin-top: 85px;
	margin-left: 80px;
}
#rate_box_3_2 {
	float: right;
	width: 210px;
	margin-top: 40px;
	margin-right: 20px;
}
#rate_box_3_2 img {
	width: 210px;
}
#rate_1 #rate_box_1 h3 {
	color: #d3673c;
}
#rate_2 #rate_box_2 h3 {
	color: #39bad8;
}
#rate_3 #rate_box_3 h3 {
	color: #d13d3d;
}
#rate2_1 #rate_box2_1 h3 {
	color: #3eaf35
}
#rate2_2 #rate_box2_2 h3 {
	color: #a83873
}
.ratesheet h3 {
	font-family: "Rounded Mplus 1c";
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 10px;
	text-align: left;
}
.ratesheet p {
	text-align: left;
}
.rateleft {
	float: left;
	margin-bottom: 20px;
	clear: both;
}
.rateright {
	float: right;
	margin-bottom: 20px;
}
/*料金案内ここまで*/

/*お客様の声*/


.voice_box {
	width: 900px;
	height: auto;
	background-color: #ffffff;
	border: 3px solid #563c02;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.voice_box .bun {
	width: 560px;
	margin-top: 40px;
	margin-left: 30px;
}
.voice_box .left img {
	width: 300px;
	height: 300px;
}
.voice_box .left p {
	text-align: left;
	padding: 10px;
}
/*お客様の声ここまで*/
