@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #111;
	background-color: #FFF;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

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

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
li {
	list-style-type: none;
}
a {
	color: #3A78E7;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	color: #00CCCC;
}

strong {
	font-size: larger;
}
.content strong {
	color: #FF8811;
}

table td,
table th {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img.img_center {
	display: block;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.img_right,
.img_left {
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	padding: 10px;
	background-color: #F6F6F6;
	border: 2px solid #FFF;
}
.img_right img,
.img_left img {
	max-width: 260px;
}
.img_right {
	float: right;
	margin-left: 30px;
	margin-right: 20px;
	transform: rotate( 1deg );
}
.img_left {
	float: left;
	margin-right: 30px;
	margin-left: 20px;
	transform: rotate( -1deg );
}

.img_right::before,
.img_left::before {
	display: block;
	content: "";
	position: absolute;
	width: 100px;
	height: 32px;
	top: -16px;
	left: 50%;
	margin-left: -50px;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	background-color: rgba(255,255,255,0.8);
}


img.img_pr {
	float: left;
	margin-top: 10px;
	width: 28%;
	margin-bottom: 20px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	z-index: 100;
}

header .head_in {
	display: block;
}
header .h_txt {
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	color: #555;
}

header h1 {
	left: 0px;
	top: 5px;
	position: absolute;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	font-weight: normal;
}
header #logo {
	left: 0px;
	top: 25px;
	position: absolute;
}


/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	font-size: 16px;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
}

#g_navi li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
メインイメージ
-------------------------------------------*/

.top_img {
	width: 100%;
	background-color: #EEE;
	position: relative;
	background-image: url(img/top_img.jpg);
	overflow: hidden;
}

/*
パン屑
-------------------------------------------*/
#pankuzu {
	background-color: #F9F9F9;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#pankuzu ul li {
	display: inline-block;
}
#pankuzu ul li::after {
	content: "＞";
	padding-left: 10px;
	padding-right: 10px;
	color: #BFA996;
}
#pankuzu ul li:last-child::after {
	content: "";
	padding-left: 0px;
	padding-right: 0px;
}
#pankuzu ul li a {
	text-decoration: none;
}

/*
メインコンテンツ
-------------------------------------------*/

.wrap {
	clear: both;
	position: relative;
}

.content p {
	line-height: 1.8;
	font-size: 15px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

h2 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	display: block;
	letter-spacing: 1px;
	clear: both;
}

.wrap .content .cont_box {
	padding-bottom: 20px;
	background-color: #FFF;
	margin-bottom: 10px;
}

.content h2 {
	font-size: 26px;
	line-height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	position: relative;
	background-color: #F6F6F6;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}

.content h2.h2_btn {
	padding-right: 220px;
}
.content h2::before {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 98%;
	top: 1%;
	left: 0px;
	background-color: #63AC00;
}

.content h2.h2_2 {
	border-top-color: #63AC00;
	border-top-width: 10px;
}
.content h2.h2_2::before {
	display: none;
}

.content h2 span {
	font-size: 16px;
	padding-left: 20px;
	font-weight: normal;
	color: #666;
}

h2 a.btn_syousai {
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #FFF;
	background-color: #63AC00;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 5px solid #EEE;
	top: 20px;
	right: 20px;
	position: absolute;
	width: 180px;
	text-align: center;
}
h2 a.btn_syousai:hover {
	color: #63AC00;
	background-color: #FFF;
	border: 5px solid #63AC00;
}

.content h3 {
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	background: -webkit-linear-gradient(top, #5B9F00 10%, #63AC00 50%);
	background: -moz-linear-gradient(top, #5B9F00 10%, #63AC00 50%);
	background: linear-gradient(to bottom, #5B9F00 10%, #63AC00 50%);
	background-color: #63AC00;
	display: block;
	margin-bottom: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	position: relative;
	clear: both;
	padding: 15px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #EEE;
}

.content h3::before {
	font-size: 22px;
	font-family: "Font Awesome 5 Free";
	content: "\f55d";
	font-weight: 900;
	color: #D9FFA6;
	padding-right: 10px;
}

.content h3 a.h3_btn {
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	display: block;
	width: 120px;
	text-align: center;
	background-color: #1B8AA6;
	position: absolute;
	right: 10px;
	background-image: url(img/li_w.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border: 3px solid #1B8AA6;
	bottom: 10px;
}
.content h3 a.h3_btn:hover {
	background-color: #FFFFFF;
	color: #1B8AA6;
}

h3 .h3_icon {
	font-size: 12px;
	color: #FFF;
	background-color: #F05400;
	letter-spacing: 1px;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
}

h2 i {
	margin-right: 10px;
}
.content h2 i {
	color: #63AC00;
}
.content h4 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #38742F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	position: relative;
}

.content h4::before {
	display: block;
	content: "";
	position: absolute;
	width: 4px;
	height: 26px;
	top: 12px;
	left: 5px;
	background-color: #9DD825;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.content h5 {
	font-size: 18px;
	line-height: 26px;
	margin-left: 15px;
	color: #63AC00;
	padding-top: 10px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*
施工事例・ギャラリー
-------------------------------------------*/
.content .box_jirei_base,
.content ul.box_sekou,
.content ul.box_gallery {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 20px;
	background-color: #EEE;
}

.content .box_sekou li .sekou_title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #DDD;
	border-left-color: #FFF;
}

.content .box_jirei_base::after,
.content ul.box_gallery::after {
  content:"";
  display: block;
  width:32%;
}

.content .box_jirei {
	width: 31%;
	margin-bottom: 30px;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	border: 2px solid #DDD;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	position: relative;
}

.content ul.box_gallery li {
	width: 31%;
	margin-bottom: 30px;
	text-align: center;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #FFF;
}
.content .box_jirei .i_con_base {
	position: absolute;
	top: 5px;
	left: 5px;
}
.content .box_jirei span.i_con {
	display: inline-block;
	width: 70px;
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
	background-color: #333333;
	margin-left: 1px;
	margin-bottom: 2px;
	text-align: center;
}

.content .box_jirei span.i_con.or {
	background-color: #FB832B;
}
.content .box_jirei span.i_con.bl {
	background-color: #00A5B3;
}
.content .box_jirei span.i_con.gr {
	background-color: #29B46F;
}

.content .box_jirei:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	border: 2px solid #FFF;
}

.content .box_jirei img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #DDD;
}

.content .box_jirei .price {
	background-color: #444;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	border: 2px solid #222;
}
.content .box_jirei .price strong {
	color: #FF3;
	font-size: 18px;
}

.box_gallery img {
	max-width: 100%;
}
.content ul.box_sekou li {
	width: 48%;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	background-color: #F6F6F6;
	border: 1px solid #DDD;
	margin-right: 5px;
	margin-left: 5px;
}

.content ul.box_sekou li p {
	margin: 10px;
	text-align: left;
}

.content .box_jirei p.jirei_title {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.content .box_jirei p {
	font-size: 14px;
	text-align: left;
	margin: 10px;
}

.content .box_jirei .btn_syousai {
	padding-bottom: 10px;
}
.content .box_jirei .btn_syousai a {
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	display: block;
	width: 140px;
	text-align: center;
	background-color: #FF8000;
	background-image: url(img/li_w.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border: 3px solid #FF8000;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content .box_jirei .btn_syousai a:hover {
	background-color: #FFFFFF;
	color: #FF8000;
}

.content .box_enq img {
	display: block;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border: 1px solid #CCC;
}

.content .jirei_base {
	background-color: #E6E6E6;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	
}


/*
個別　要約部分
---------------------------------------------------------*/
.content .box_youyaku p {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 15px;
}
.content .box_youyaku img {
	float: left;
	margin-top: -60px;
	margin-right: 30px;
	margin-left: -40px;
	z-index: 50;
	position: relative;
	margin-bottom: -15px;
}
.content .box_youyaku {
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	background-color: #38742F;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #FFF;
	border: 5px solid #63AC00;
	padding: 10px;
}
.content p.p_title {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}

/*
目次
-------------------------------------------*/
	 
.content .mokuji {
	background-color: #F3F3F3;
	padding-right: 2px;
	padding-bottom: 30px;
	padding-left: 2px;
	margin-bottom: 30px;
	border: 5px solid #DDD;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content .mokuji h3 {
	margin-top: 2px;
	margin-bottom: 20px;
	border-bottom-color: #222;
	border-bottom-width: 1px;
	background: -webkit-linear-gradient(top, #555 10%, #444 50%);
	background: -moz-linear-gradient(top, #555 10%, #444 50%);
	background: linear-gradient(to bottom, #555 10%, #444 50%);
	background-color: #505050;
	border-top-width: 1px;
	border-top-color: #666;
}
.content .mokuji h3::before {
	content: "\f0ca";
	font-weight: 900;
	color: #63AC00;
}
.content .mokuji ul li {
	margin-left: 20px;
	line-height: 26px;
}
.content .mokuji ul li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	color: #999;
	padding-right: 10px;
}

.content .mokuji ul li a:hover::before {
	color: #00B5B5;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.content .mokuji ul li a {
	display: block;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #333;
	padding: 10px;
}
.content .mokuji ul li a:hover {
	color: #000;
	background-color: #FFF;
}

/*
リストボックス
-------------------------------------------*/

.content .cont_list {
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.content .cont_list li {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F9F9F9;
	margin-bottom: 20px;
	border: 1px solid #DDD;
}
.content .cont_list li:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content .cont_list li img {
	float: left;
	width: 150px;
	margin-right: 20px;
	
}
.content .cont_list li p {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content .cont_list li .cont_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	padding-bottom: 10px;
	font-size: larger;
	font-weight: bold;
}
.content .cont_list li .btn_syousai a,
.content .cont_list2 li .btn_syousai a {
	color: #FFF;
	text-decoration: none;
	background-color: #63AC00;
	text-align: center;
	display: block;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 4px solid #EEE;
	font-size: 15px;
	float: right;
}
.content .cont_list li .btn_syousai a:hover,
.content .cont_list2 li .btn_syousai a:hover {
	color: #63AC00;
	background-color: #FFF;
	border-top-color: #63AC00;
	border-right-color: #63AC00;
	border-bottom-color: #63AC00;
	border-left-color: #63AC00;
}

.content .cont_list2 {
	margin-bottom: 10px;
}

.content .cont_list2 li {
	display: inline-block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 47%;
	margin-left: 2%;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #F9F9F9;
}

.content .cont_list2 li::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.content .cont_list2 li img {
	float: left;
	width: 150px;
	margin-right: 20px;
	
}
.content .cont_list2 li p {
	font-size: 15px;
	margin: 0px;
}
.content .cont_list2 li .cont_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCCEAF;
	padding-bottom: 10px;
}

/*
まとめ
-------------------------------------------*/
	 
.content .matome {
	background-color: #F6F6F6;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border: 5px solid #63AC00;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content .matome h3 {
	margin-bottom: 20px;
	border: 3px solid #E3E3E3;
}
.content .matome h3::before {
	content: "\f07c";
	font-weight: 400;
	color: #FFF;}



/*
サイド
-------------------------------------------*/
.wrap .side h2 {
	font-size: 16px;
	color: #FFF;
	background: -webkit-linear-gradient(top, #5B9F00 10%, #63AC00 50%);
	background: -moz-linear-gradient(top, #5B9F00 10%, #63AC00 50%);
	background: linear-gradient(to bottom, #5B9F00 10%, #63AC00 50%);
	background-color: #5B9F00;
	text-align: center;
	padding-right: 20px;
	border: 1px solid #63AC00;
	-webkit-box-shadow: inset 0 1px 1px #ffffff;
	-moz-box-shadow: inset 0 1px 1px #ffffff;
	box-shadow: inset 0 1px 1px #ffffff;
}
.wrap .side ul {
	background-color: #F3F3F3;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.wrap .side ul li a {
	line-height: 22px;
	color: #222;
	padding-right: 10px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-size: 16px;
	padding-top: 11px;
	padding-bottom: 11px;
	display: block;
	position: relative;
}
.wrap .side ul li a:hover {
	color: #63AC00;
	text-decoration: none;
	background-color: #FFF;
}
.wrap .side ul li a::before {
	font-family: "Font Awesome 5 Free";
	font-size: 8px;
	content: "\f061";
	font-weight: 900;
	color: #63AC00;
	display: block;
	width: 20px;
	line-height: 44px;
	position: absolute;
	left: 5px;
	top: 0px;
	text-align: center;
}

.wrap .side .side_box h2 {
	background: -webkit-linear-gradient(top, #505050 10%, #333 60%);
	background: -moz-linear-gradient(top, #505050 10%, #333 60%);
	background: linear-gradient(to bottom, #505050 10%, #333 60%);
	background-color: #333;
	border: 1px solid #DDD;
}
.wrap .side .side_box {
	background-color: #F6F6F6;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.wrap .side .side_box p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

/*
スタッフ一覧
-------------------------------------------*/

ul.box_staff {
 display: flex;
 flex-wrap: wrap;
 width: 100%;
}
ul.box_staff > li {
 width: 25%;
 list-style: none;
 border: 5px solid white;
 box-sizing: border-box;
 text-align: center;
 margin-bottom: 30px;
 border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

ul.box_staff li img {
 border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

ul.box_staff li p {
	margin: 0px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 22px;
}
ul.box_staff li p .staff_name {
	font-size: 16px;
	font-weight: bold;
}

/*
選ばれる理由
-------------------------------------------*/

.riyu_base {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

dl.riyu {
	width: 49%;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px dotted #CCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
dl.riyu dt {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	background-color: #38742F;
	padding: 10px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	padding-left: 80px;
	padding-right: 10px;
}
dl.riyu dt strong {
	color: #FFFF26;
}
dl.riyu dt .riyu_num {
	font-size: 40px;
	background-color: #FF8811;
	text-align: center;
	display: block;
	height: 50px;
	width: 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
	line-height: 40px;
	position: absolute;
	padding-top: 10px;
	top: 10px;
	left: 10px;
}

dl.riyu dd {
	font-size: 15px;
	line-height: 26px;
	padding: 15px;
}



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

footer {
	clear: both;
	padding-bottom: 50px;
	display: block;
	color: #FFF;
	background-color: #333333;
	padding-top: 50px;
	margin-top: 30px;
}

.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer_box h2 {
	font-size: 16px;
	letter-spacing: 2px;
	position: relative;
	padding-left: 20px;
}

.footer_box h2::before {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 50%;
	top: 25%;
	left: 0px;
	background-color: #63AC00;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	background-image: url(img/li_w.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 22px;
	float: left;
	margin-right: 16px;
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box .footer_left {
	display: block;
	float: left;
	width: 800px;
}
.footer_box .footer_right {
	display: block;
	float: right;
	width: 280px;
}

.footer_box .footer_right p {
	font-size: 12px;
	line-height: 24px;
}

.footer_box .footer_right p.f_name {
	font-size: 16px;
}

address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	clear: both;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 50px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	background-color: #63AC00;
	font-size: 30px;
	line-height: 50px;
	color: #FFF;
}
#to_top a:hover {
	background-color: #00CCCC;
}


/*
テーブル
---------------------------------------------------------*/
.content table.table_01 {
	width: 92%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	clear: both;
	margin-top: 30px;
	border: 10px solid #F6F6F6;
	background-color: #EEE;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content table.table_01 th,
.content table.table_01 td {
	border: 1px solid #DDD;
	font-size: 15px;
	padding: 10px;
	line-height: 1.8;
}

.content table.table_01 th {
	background: -webkit-linear-gradient(top, #5B9F00 10%, #63AC00 50%);
	background: -moz-linear-gradient(top, #5B9F00 10%, #63AC00 50%);
	background: linear-gradient(to bottom, #5B9F00 10%, #63AC00 50%);
	background-color: #63AC00;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
	border-right-width: 5px;
	white-space: nowrap;
}
.content table.table_01 td {
	background-color: #FFF;
}

.content table.table_pr {
	float: right;
	width: 67%;
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 1%;
	margin-top: 10px;
}
.content table.table_pr th,
.content table.table_pr td {
	border: 1px solid #DDD;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.content table.table_pr th {
	background-color: #6AAD10;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
	border-right-width: 5px;
	white-space: nowrap;
}
.content table.table_pr td {
	background-color: #F9F9F9;
	font-size: 15px;
}


/*
その他
-------------------------------------------*/

ul.ul_news li {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
ul.ul_news li .date {
	color: #63AC00;
	padding-right: 10px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.content .cont_box .cont_slm {
	padding-right: 5%;
	padding-left: 5%;
}

@media screen and (min-width:1100px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 95px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F6F5F4;
}

header .head_in {
	width: 1100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

header .h_txt {
	left: 280px;
	top: 23px;
	position: absolute;
	z-index: 1000;
}


.sp_menu,
.menu_btn,
.close_btn {
	display: none !important;
}

header #h_box_pc .h_tel {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-left: 30px;
	position: absolute;
	top: 20px;
	color: #63AC00;
	left: 600px;
}
header #h_box_pc .h_tel::before {
	display: block;
	width: 30px;
	line-height: 30px;
	font-size: 22px;
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	font-weight: 900;
	color: #63AC00;
	position: absolute;
	top: 10px;
	left: -10px;
}
header #h_box_pc .h_tel strong {
	font-size: 30px;
}
header #h_box_pc .h_tel_txt {
	font-size: 12px;
	position: absolute;
	top: 60px;
	left: 600px;
}
header #h_box_pc .h_tel_txt strong {
	font-size: 13px;
}
header #h_box_pc .h_tel_txt2 {
	font-size: 13px;
	position: absolute;
	top: 5px;
	left: 600px;
}
header #h_box_pc .h_btn {
	position: absolute;
	top: 7px;
	right: 0px;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	width: 100%;
	display: block;
	background-color: #333;
	z-index: 1000;
}

#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
	left: 0px;
}

#g_navi ul.navi_base {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#g_navi,
#g_navi ul.navi_base,
#g_navi ul li,
#g_navi ul li a {
	height: 80px;
}
#g_navi.nav_fixed,
#g_navi.nav_fixed ul.navi_base,
#g_navi.nav_fixed ul li,
#g_navi.nav_fixed ul li a {
	height: 60px;
	line-height: 60px;
}

#g_navi ul li {
	display: inline;
	margin: 0!important;
}

#g_navi li a {
	width: 183px;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 80px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#g_navi li:last-child a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555;
}

#g_navi li a::before {
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	bottom: 10px;
	left: 50%;
	margin-left: -10px;
	background-color: #63AC00;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	width: 140px;
	margin-left: -70px;
}

#g_navi li a:hover {
	background-color: #FFF;
	color: #000;
}

/*
メインコンテンツ
-------------------------------------------*/

#pankuzu ul {
	display: block;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.top_img {
	height: 500px;
}

.top_img_txt {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -690px;
}

.wrap {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 40px;
}

.wrap .content {
	float: left;
	width: 840px;
}

.wrap .side {
	float: right;
	width: 230px;
}

.content .jirei_base {
	height: 370px;
}

.content .box_enq img {
	max-width: 820px;
}

.side .side_bn a img {
	display: block;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
}

/*
フッター
-------------------------------------------*/
.footer_box  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
img {
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/*
ヘッダー
-------------------------------------------*/
header {
	height: 60px;
	z-index: 150;
}

header .head_in {
	height: 60px;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 2000;
	display: block;
	top: 0px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
}

header h1 {
	top: 0px;
	font-size: 10px;
}

header #logo {
	top: 15px;
	left: 10px;
	height: 40px;
}

header .h_txt {
	position: absolute;
	top: 5px;
	left: 150px;
	font-size: 10px;
	line-height: 16px;
}

header #h_box_pc {
	display: none;
}

/*
グローバルナビ
-------------------------------------------*/

.sp_menu li a,
a.menu_btn {
	display: block;
	float: right;
	height: 40px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 40px;
	width: 20%;
	text-align: center;
	line-height: 40px;
	font-size: 26px;
}
.sp_menu li a,
a.menu_btn {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.sp_menu {
	position: fixed;
	z-index: 2600;
	top: 0px;
	right: 0px;
	display: block;
	min-width: 130px;
	width: 50%;
}

a.close_btn {
	position: fixed;
	z-index: 5000;
	top: 7px;
	right: 15px;
}

#g_navi {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0px;
	left: 100%;
	overflow: auto;
	z-index: 3000;
	background-color: #222;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#g_navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #222222;
	background-image: url(img/li_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}
#g_navi ul li a:hover {
	background-color: #000;
}

.fixed {
	overflow: hidden;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2500;
	top: 0;
	left: 0;
}

/*
メインコンテンツ
-------------------------------------------*/

#pankuzu ul {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.wrap {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 20px;
}

.img_right img,
.img_left img {
	max-width: 200px;
}

.content h4 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}


.content .jirei_base {
	height: 260px;
}


/*
-------------------------------------------*/
.wrap .side .side_box {
	text-align: center;
}

.side .side_bn a {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

#to_top {
	bottom: 10px;
	right: 10px;
}

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

footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer_box  {
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box .footer_left {
	width: 68%;
}
.footer_box .footer_right {
	width: 30%;
}

}
/*-----（/～1100）-----*/




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

.content p {
	margin-right: 10px;
	margin-left: 10px;
}

img.img_pr {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: auto;
}
.content table.table_pr {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.footer_box .footer_left,
.footer_box .footer_right {
	float: none;
	width: 100%;
}

.footer_box .footer_right {
	text-align: center;
	padding-top: 30px;
	clear: both;
}

dl.riyu {
	width: 98%;
}

}
/*-----（/～760）-----*/

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


.content ul.box_sekou li {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

h2 a.btn_syousai {
	width: 120px;
	font-size: 12px;
	top:10px;
}

h2.h2_btn a.btn_syousai {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 180px;
	font-size: 14px;
}

.content h2.h2_btn {
	padding-right: 20px;
}

.content .box_youyaku img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

}
/*-----（/～640）-----*/



@media screen and (max-width:560px) {
	
.img_right,
.img_left {
	float: none;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}
/*
コンテンツ
-------------------------------------------*/

.wrap .content h2 {
	font-size: 18px;
	line-height: 26px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
}


table td,
table th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.content ul.box_gallery::after {
  width:49%;
}

.content ul.box_gallery li {
	width: 49%;
}

.content .box_jirei_base {
	padding: 5px;
}

.content .box_jirei .i_con_base {
	position: relative;
}

.content .box_jirei {
	width: 33%;
}

.content .box_jirei .btn_syousai a {
	font-size: 12px;
	line-height: 26px;
	width: 100px;
	background-position: 5px center;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #FF8000;
}

.content .box_jirei .price {
	font-size: 12px;
}
.content .box_jirei .price strong {
	font-size: 15px;
}


.content .cont_list2 li {
	display: block !important;
	width: 96% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

ul.box_staff > li {
 width: 33%;
}

dl.riyu dt,
dl.riyu dt strong {
	font-size: 18px;
	line-height: 26px;
}

.content .box_jirei p.jirei_title {
	font-size: 14px;
}
.content .box_jirei p {
	line-height: 20px;
}

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


.footer_box ul li a {
	padding-left: 20px;
	font-size: 11px;
	line-height: 18px;
}

}
/*-----（/～560）-----*/

@media screen and (max-width:480px) {
	
header .h_txt {
	display: none;
}


.content .jirei_base {
	height: 210px;
}


}
/*-----（/～480）-----*/
	
@media screen and (max-width:400px) {


ul.box_staff > li {
 width: 50%;
}

}
/*-----（/～400）-----*/



.content .box_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px;
}


.content .box_flex .box_2l {
	width: 48%;
	margin-bottom: 30px;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	border: 1px solid #DDD;
	padding: 2px;
}

.content .box_flex .box_2l img {
	width: 100%;
}

.content .box_flex .box_2l .box_title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 2px;
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	padding: 10px;
	font-weight: bold;
	color: #015198;
}

/*フォーム
-------------------------------------------*/
form.contact_form {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F9F9F9;
}

form.contact_form input,
form.contact_form textarea {
	width: 80%;
	max-width: 400px;
	font-size: 18px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 28px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
}

form.contact_form table.form_table {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
table.form_table th {
	white-space: nowrap;
	text-align: right;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}
table.form_table td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}
table.form_table th.hissu {
	color: #C00;
}

table.form_table th.hissu span {
	font-size: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	background-color: #C00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 10px;
}

form.contact_form input.form_btn {
	max-width: 360px;
	width: 94%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

form.contact_form input:focus,
form.contact_form textarea:focus {
	border-color: #F90;
	background-color: #FFFCEE;
}

