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

.pc_only {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	border: none;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-size: 0.9em;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	color: #333;
	text-align: center;
	border-top: solid 10px #6cd753;
}
p {
	line-height: 2;
}
div {
	overflow: hidden;
}
li {
	line-height: 1.5;
}
table {
	width: 95%;
	text-align: left;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: top;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 5px;
	padding: 0;
}
div.h2_bg {
	background-color: #e1e8ef;
	margin: 0 auto;
}
h2 {
	width: auto;
	background-image:url(image/h2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 22px;
	color: #FFF;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
h3 {
	color: #6cd753;
	font-size: 20px;
	margin: 10px 20px;
}
h4.orange {
	font-size: 18px;
	font-weight: bold;
	color: #ff6701;
	margin: 20px 0px;
	border-left: solid 15px #ff6701;
	padding-left: 10px;
}

h6 {
	border-radius: 10px / 10px;
}

/* ------------------------------
 画像関連
------------------------------ */


/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 30px 0;
	clear: both;
}
p.text01 {
	margin: 20px 20px;
}
p.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
p.text01_right {
	text-align: right;
	margin: 20px 20px;
}
span.red {
	color: #FF0000;
	font-weight: bold;
}
span.blue {
	color: #0000FF;
	font-weight: bold;
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 15px 40px;
}
ul.list li {
	margin-bottom: 15px;
}
ol.list {
	margin: 15px 40px;
}
ol.list li {
	margin-bottom: 15px;
}
p.clear {
	clear: both;
}
p.smart_center {
	text-align: center !important;
	margin: 10px auto;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: auto;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------
 ヘッダー
------------------------------ */

div.header {
	width: auto;
}
div.header_left {
	margin: 10px 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
div.hl_left {
	width: 25%;
	text-align: right;
}
div.hl_right {
	width: 70%;
}
div.hl_right img {
	margin-top: 10px;
}
div.header_right {
	text-align: center;
	margin: 10px auto;
}

/* ------------------------------
 トップ画像
------------------------------ */

div.topimg {
	background-color: #e1e8ef;
	margin: 0 auto;
}

/* ------------------------------
 メニュー
------------------------------ */

div.menu {
	display: none;
}
.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 999;
	background-color: #555;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
	transition: all 0.3s;
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
	transition: all 0.3s;
}
#menu-btn-check {
	display: none;
}

.menu-content {
	width: 80%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 997;
	background-color: rgba(0,0,0,0.85);
	transition: all 0.3s;
	text-align: left;
}
#menu-btn-check:checked ~ .menu-content {
	left: 20%;
}
.menu-content ul {
	padding: 70px 10px 0;
}
.menu-content ul li {
	border-bottom: solid 1px #AAA;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 5%;
	top: 16px;
}

/* ------------------------------
 コンテンツ
------------------------------ */

div.contents {
	width: auto;
	margin: 0 10px;
}

/* ------------------------------
 ボックス
------------------------------ */

div.box01 {
	width: auto;
	border: solid 1px #bfbfbf;
	margin: 20px auto;
}
div.textbox01 {
	border-top: solid 6px #6cd753;
	margin: 1px 10px;
}
div.box02 {
	width: auto;
	margin: 20px auto;
	background-color: #efede5;
	border-radius: 10px / 10px;
}
div.index_box {
	width: auto;
	margin: 15px 25px;
}
div.ib_left {
	width: auto;
	background-color: #fff;
	border-radius: 10px / 10px;
	margin-bottom: 10px;
}
div.ib_right {
	width: auto;
	background-color: #fff;
	border-radius: 10px / 10px;
}
p.box_center {
	text-align: center;
	margin: 10px auto;
}

/* ------------------------------
 トップページ
------------------------------ */

p.index_midashi01 {
	margin: 10px 10px;
}
span.orangemidashi {
	font-size: 18px;
	font-weight: bold;
	color: #ff6701;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	display: none;
}
p.top {
	text-align: right;
	font-size: 11px;
	margin: 5px 10px;
}

/* ------------------------------
 施工例
------------------------------ */

div.sample01 {
	width: auto;
	text-align: center;
	margin: 30px auto;
}

/* ------------------------------
 料金
------------------------------ */

table.price {
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
table.price td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.price p {
	margin: 5px;
}
td.price00 {
	background-color: #DDD;
	text-align: center;
	font-weight: bold;
}
td.price01 {
	width: auto;
}
td.price02 {
	width: auto;
	text-align: right;
}
td.price03 {
	width: auto;
	background-color: #DDD;
}
td.price04 {
	width: auto;
	text-align: right;
}
div.price_box {
	width: auto;
	margin: 0 auto;
}
div.price_left {
}
div.price_right {
}

/* ------------------------------
 会社情報
------------------------------ */

table.about {
	margin: 20px auto;
	border-left: solid 1px #DDD;
	border-top: solid 1px #DDD;
}
table.about td {
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}
table.about p {
	margin: 5px;
}
td.about01 {
	width: auto;
	background-color: #DDD;
}
td.about02 {
	width: auto;
}
ol.about {
	margin: 10px 50px;
}
ol.about li {
	margin-bottom: 10px;
	line-height: 1.5;
}
p.name {
	text-align: right;
	font-weight: bold;
	margin: 20px 20px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	width: auto;
	margin: 20px auto;
}
table.contact td {
}
table.contact p {
	margin: 5px;
}
td.contact01 {
	width: 20%;
}
td.contact02 {
	width: 75%;
}
td.contact02 input {
	width: 98%;
}

/* ------------------------------
 フッター
------------------------------ */

div.footer {
	width: auto;
	font-size: 12px;
	background-color: #efede5;
	margin-top: 20px;
}
div.footer ul {
	display: none;
}
div.footer p {
	text-align: center;
	margin: 10px auto;
}



/* ------------------------------
 RSS
------------------------------ */

#blog_view {
}
#blog_view ul {
}
#blog_view li {
}

}