@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}
@charset "utf-8";
/* reset css
---------------------- */
html {
  min-height: 100%;
  overflow-y: scroll;
  background: #f1f1f1;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td {
  padding: 0;
  margin: 0;
}
address,
caption,
em,
strong,
th {
  font-style: normal;
}
caption,
th {
  text-align: left;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
li {
  list-style-type: none;
}
#contents table,
#contents ol,
#contents ul,
#contents dl,
#contents blockquote,
#contents pre {
  margin-bottom: 0px;
}
#contents p {
  margin-bottom: 12px;
}
a img,
fieldset {
  border: none;
}
body {
  height: 100%;
  font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 80%;
  color: #111;
  letter-spacing: 1px;
  line-height: 1.6;
  background: #fff;
}
* html body {
  /* for IF6 */
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a:link {
}
a:visited {
  text-decoration: none;
}
a:hover {
}
a:active {
}
/* LAYOUT
---------------------- */

#page {
  width: auto;
  margin: 0 auto;
}
/* header */
#header h1 {
  font-size: 80%;
  font-weight: normal;
}
#header {
  padding: 10px 0;
  background: #fff;
}
#header .header {
  width: 1020px;
  margin: 0 auto;
}
#header .header .header_set:after {
  content: " ";
  display: table;
  clear: both;
}
#header .header .header_set {
  padding-bottom: 20px;
}
#header .header .header_set h1 {
  float: left;
}
#header .header .header_set .head_privacy {
  float: right;
}
#header .header .header_set .head_privacy .privacy_txt {
  float: left;
  font-size: 85%;
  padding: 5px 15px 0 0;
}
#header .header .header_set .head_privacy .privacy_txt a {
  text-decoration: none;
  color: #333;
  text-shadow: 0.3px 0 0 #333;
}
#header .header .header_set .head_privacy .privacy_txt a:hover {
  color: #804040;
}
#header .header .header_set .head_privacy .privacy_txt a:before {
  position: relative;
  content: url("img/point03.png");
  left: -5px;
  top: 0px;
}
#header .header .header_set .text_change {
  float: right;
  font-size: 85%;
  background: #f5ece3;
  padding: 2px 5px;
}
#header .header .header_sub:after {
  content: " ";
  display: table;
  clear: both;
}
#header .header .head-logo {
  float: left;
}
#header .header .head-inquiry {
  float: right;
}
#header .text_change:after {
  content: " ";
  display: table;
  clear: both;
}
#header .text_change dl {
}
#header .text_change dl:after {
}
#header .text_change dl dt {
  float: left;
  display: block;
  padding-top: 3px;
}
#header .text_change dl dd {
  float: right;
}
#header .text_change dl dd ul {
  display: table-cell;
  padding-top: 2px;
}
#header .text_change dl dd ul:after {
}
#header .text_change dl dd ul li {
  cursor: pointer;
  text-align: center;
  margin-left: 6px;
  padding: 0 4px;
  float: left;
  background: #fff;
}
#header .text_change li.active {
  color: #fff;
  background: #755e3e;
}
#header .header .head-inquiry {
  text-align: right;
}
/* navigation */
#gnavi {
  min-width: 1040px;
  background: gradient(linear, left top, left bottom, from(#fefefe), to(#ededed));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ededed', GradientType=0);
}
#gnavi > ul {
  width: 1020px;
  margin: 0 auto;
}
#gnavi ul:after {
  content: " ";
  display: table;
  clear: both;
}
#gnavi > ul li {
  width: 132.5px;
  float: left;
}
#gnavi > ul li.navi_slide {
  position: relative;
  cursor: pointer;
}
#gnavi > ul li:first-child {
  width: 11%;
}
#page #gnavi > ul .second,
#page #gnavi ul .third {
  width: 255px;
}

#gnavi ul li > a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 110%;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #745c44;
  padding: 17px 0;
  box-sizing: border-box;
  background: #fff;
  text-shadow: 0.3px 0 0 #745c44;
}
#gnavi ul li > a:hover:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.02);
  left: 0px;
  bottom: 1px;
  border-bottom: 3px solid #725f3f;
}
#gnavi ul li > a:after {
  position: absolute;
  content: "　";
  display: inline-block;
  width: 100%;
  height: 60%;
  margin-top: -5px;
  padding: 2px 0;
  border-right: 1px solid #e2e2e2;
  box-sizing: border-box;
  right: 0px;
}
#gnavi ul li:nth-child(1) > a:after {
  border-left: 1px solid #e2e2e2;
  box-sizing: border-box;
}
#gnavi > ul li.navi_slide {
  position: relative;
  cursor: pointer;
}
#gnavi ul li.navi_slide > a {
  cursor: default;
}
#gnavi ul li.navi_slide > ul {
  display: none;
  position: absolute;
  width: 210px;
  margin-left: -60px;
  padding: 0 14px;
  border-bottom: 3px solid #cccccc;
  overflow: hidden;
  zoom: 1;
  z-index: 5000;
  border-radius: 0 0 4px 4px;
  background: rgba(255, 255, 255, 0.95);
  background: #fff\9;
}
#gnavi li.navi_slide ul > li {
  width: 100%;
  color: #595757;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  float: none;
}
#gnavi li.navi_slide ul li:last-child {
  border: 0px;
}
#gnavi li.navi_slide ul li a {
  display: block;
  text-align: left;
  text-decoration: none;
  text-shadow: inherit;
  font-size: 105%;
  letter-spacing: 1px;
  color: #444;
  margin: 0 auto;
  padding: 12px 5px;
  background: none;
  box-shadow: none;
}
#gnavi li.navi_slide ul li a:after,
#gnavi li.navi_slide ul li a:before {
  content: " ";
  border: 0px;
}
#gnavi li.navi_slide ul li a:hover {
  color: #660000;
}
#gnavi + #visual {
  border-bottom: 0px;
}
#contents {
  width: 1020px;
  margin: 0 auto;
  padding: 10px 15px 15px 15px;
  clear: both;
  background: #fff;
}
#contents:after {
  content: " ";
  display: table;
  clear: both;
}
/* contents */

#visual {
  min-width: 1020px;
  background: #fff;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#visual img {
  display: block;
}

.visual-txt {
  display: table;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -510px;
  z-index: 2;
}

#slick li {
  display: inline-block;
  outline: none;
  vertical-align: top;
  z-index: 1 !important;
}

#slick li img {
  width: 100%;
  height: 600px;
  display: block;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* 
#visual {
	margin-bottom:14px;
	background:#fff;
}
#visual .visual {
	width:1020px;
	margin:0 auto;
} */

#contents:after,
#header:after,
#gnavi:after {
  clear: both;
  height: 0.1px;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
  display: block;
  content: ".";
}
#main {
  float: right;
  width: 750px;
  margin: 0px;
}
#main:after {
  content: " ";
  display: table;
  clear: both;
}
.section {
  padding: 0 0 20px;
  background: #fff;
}
.section h2 {
  position: relative;
  font-size: 130%;
  font-weight: normal;
  color: #333;
  padding: 10px 2px 0 50px;
  border-bottom: 3px solid #d0bea3;
  text-shadow: 0.3px 0 0 #333;
}
.section h2:before {
  position: absolute;
  content: url(img/icon01.png);
  bottom: -3px;
  bottom: -2px\9;
  left: 0;
}
.section h3 {
  font-size: 120%;
  font-weight: normal;
  margin: 0 0px 18px;
  padding: 8px 20px;
}
.article {
  padding: 20px 10px 20px;
}
#sub {
  display: block;
  height: 100%;
  float: left;
  width: 240px;
  margin: 0px;
  background: #f3ece2;
  padding: 10px 0 0 10px;
}
#sub_info {
  padding: 0 10px 8px;
  border: 1px solid #e7dfd6;
}
#sub_info h2 {
  font-size: 120%;
  line-height: 1.3;
  margin: 0 -10px 15px;
  padding: 8px 15px;
  background: #e7dfd6;
}
#sub_info h2 span {
  display: block;
  font-size: 60%;
  font-weight: normal;
}
#sub_info li {
  line-height: 1.4;
  margin-bottom: 6px;
}
#document_request {
  border-radius: 3px;
  background: #e7dfd6;
}
#document_request .image img {
  width: 100%;
}
#document_request .btn a {
  color: #390c08;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  padding: 3px 10px 5px;
  margin: 0 0 5px;
  display: block;
  border-radius: 3px;
  border: 1px solid #e7be7b;
  background-color: #e9c07d;
  background: linear-gradient(#f7d38c, #e7be7b);
}
#document_request .btn a:hover {
  background: linear-gradient(#fae4b8, #edcc96);
}
/* footer */
#footer {
  padding-top: 53px;
  background: url(img/footer-illust.gif) repeat-x top left;
}
#footer .footer {
  padding: 25px 0px;
  box-sizing: border-box;
}
#footer #footer_msg {
  font-size: 100%;
  line-height: 1.4;
  color: #fff;
  padding: 10px 0;
  background: #745d40;
}
#footer #footer_msg .footer_msg {
  width: 1020px;
  margin: 0 auto;
}
#footer a {
  text-decoration: none;
  color: #666;
}
#footernavi {
  width: 1020px;
  margin: 0 auto;
  margin-bottom: 25px;
}
#footernavi:after {
  content: " ";
  display: table;
  clear: both;
}
#footernavi li {
  font-size: 100%;
  margin-right: 13px;
  float: left;
}
#footernavi li:after {
  content: "|";
  font-size: 120%;
  margin-left: 13px;
}
#footernavi li > a {
  color: #fff;
  text-decoration: underline;
}
#footer_company_navi {
  width: 100%;
  padding: 0 0 15px;
}
#footer_company_navi ul {
  width: 1020px;
  margin: 0 auto;
}
#footer_company_navi:after {
  content: " ";
  display: table;
  clear: both;
}
#footer_company_navi li > a {
  color: #333;
  font-size: 90%;
  margin-right: 25px;
  float: left;
}
#footer_company_navi li > a:hover {
  color: #804040;
}
div#copy {
  text-align: center;
  width: 1020px;
  margin: 0 auto;
  padding: 5px 0 10px;
}
div#copy img {
  position: relative;
  vertical-align: bottom;
  top: -4px;
  left: 14px;
}
#copy a {
  text-decoration: none;
}
#footer_company_navi ul li a:before {
  position: relative;
  display: block;
  content: "　";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #745d40;
  top: 14px;
  right: 15px;
}
/* 戻る */
.return {
  text-align: right;
  font-size: 80%;
  letter-spacing: 1px;
  padding: 0px 0px;
  margin: 0px;
  clear: both;
}
.return a {
  text-decoration: none;
  color: #663333;
  padding: 4px 5px;
}
.return a:before {
  content: "▲";
  margin-right: 4px;
}
/* 汎用スタイル */
.clear {
  clear: both;
}
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
#pankuzu {
  font-size: 90%;
  color: #666;
  padding: 0px 0 10px;
}
#pankuzu ul {
  overflow: hidden;
  zoom: 1;
}
#pankuzu ul li {
  margin-right: 6px;
  float: left;
}
/* 各固定ページ用
---------------------- */

/* greeting.html */

.company_table_inner {
  padding: 20px 0 25px;
}
.company_table_inner .company_table {
  width: 100%;
  padding: 0px 20px 25px;
  box-sizing: border-box;
  border-collapse: collapse;
  background: #fff;
}
.company_table_inner .company_table th,
.company_table_inner .company_table td {
  padding: 18px 20px;
  border: 1px solid #ccc;
}
.company_table_inner .company_table th {
  text-align: center;
  width: 29%;
  font-weight: normal;
}
#main .company_office_list {
  margin: 0px;
}
.company_office_list dt {
}
.company_office_list dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.company_office_list dd:last-child {
  margin-bottom: 0px;
  padding: 0px;
  border: 0px;
}
/* access.html */

#access_map {
  width: 640px;
  margin: 0 auto;
  padding: 28px 10px;
}
#access_map .map_set {
  margin-bottom: 23px;
}
#access_map .map_set #map {
  width: 100%;
  height: 350px;
  border: 1px dotted #fff;
  margin-bottom: 15px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
#access_map .map_set .guide {
  text-align: center;
  font-size: 90%;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  padding: 8px 20px;
  background: #7d4628;
}
#access_map .map_set .guide:before {
  content: "＋－";
  font-size: 110%;
  letter-spacing: 4px;
  color: #fff;
  margin-right: 6px;
  padding: 0 1px 0 5px;
  border: 1px solid #fff;
}
#access_map .access_data {
  padding: 10px 5px 14px;
  border-bottom: 1px dotted #ccc;
}
#access_map .access_data .title {
  font-size: 85%;
  line-height: 1;
  color: #7d4628;
  margin-bottom: 15px;
  padding: 4px 0 2px 8px;
  border-left: 5px solid #7d4628;
  vertical-align: middle;
}
#access_map .access_data dl {
  line-height: 1.4;
  color: 90%;
  margin-bottom: 0px;
  padding: 0 5px;
  overflow: hidden;
  zoom: 1;
}
#access_map .access_data dl dt {
  color: #7d4628;
  margin-right: 10px;
  float: left;
}
#access_map .access_data dl dt:before {
  content: "■";
  margin-right: 2px;
}
#access_map .access_data dl dd {
  margin: 0 30px 0 0;
  float: left;
}
/* privacy.html */

#privacy #main ul li {
  margin-left: 8px;
  margin-bottom: 4px;
  list-style: none;
}
#privacy #main dl {
  margin-left: 8px;
}
#privacy #main dl dt {
  margin-bottom: 4px;
}
#privacy #main dl dd {
  margin-left: 5px;
  margin-bottom: 14px;
}
#privacy #main h4 {
  margin: 20px 0 5px 0;
}
#privacy .privacy_inner {
  padding: 15px 10px 20px;
}
#privacy .privacy_inner h3 {
  margin: 0 -10px 20px;
  padding: 8px 15px;
  background: #f1f1f1;
}
/* inquiry.html */

.attent_block {
  padding: 0 10px;
}
.attent_block h3 {
  font-size: 120%;
  color: #444;
  margin: 0 -10px 14px;
  padding: 9px 14px;
  border-radius: 4px;
  background: #eee;
}
.attent_block .set {
  margin: 0 0 30px;
  padding: 0 10px;
}
.attent_block .set .title {
  font-size: 110%;
  color: #a5460e;
  margin: 0 -10px 10px;
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
}
.attent_block .set .title:before {
  content: "●";
  color: #a5460e;
  margin-right: 6px;
}
.attent_block .list01 {
  padding: 12px 5px 0;
}
.attent_block .list01 li {
  text-indent: -14px;
  color: #5a4727;
  line-height: 1.4;
  margin-bottom: 8px;
  padding-left: 14px;
}
.inquiry_info {
  margin-bottom: 25px;
}
.inquiry_info:after {
  content: " ";
  display: table;
  clear: both;
}
.inquiry_info .set {
  width: 49%;
  margin-right: 2%;
  float: left;
}
.inquiry_info .set:last-child {
  margin: 0px;
}
.inquiry_info .set .title {
  font-size: 110%;
  margin-bottom: 4px;
}
.inquiry_info .no {
  font-size: 260%;
  font-family: "arial black";
  letter-spacing: -1px;
  line-height: 1;
}
.inquiry_info .tel .no {
  color: #ff0000;
}
.inquiry_info .fax .no {
  color: #a77b66;
}
.inquiry_info .tel .no:before {
  content: url(img/tel-mark2.gif);
  margin-right: 8px;
}
.inquiry_info .fax .no:before {
  content: url(img/fax-mark.gif);
  margin-right: 8px;
}
#inquiry .inquiry_inner {
  margin: 0 0 30px;
  padding: 10px 20px 15px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
#inquiry .inquiry_inset {
  margin-bottom: 10px;
  padding: 15px 15px 8px 25px;
  background: #fff;
  border: 1px dashed #eeeeee;
  overflow: hidden;
  zoom: 1;
}
#inquiry #main .inquiry_inner h3 {
  font-size: 120%;
  color: #333;
  margin: 0 -10px 20px;
  padding: 10px 15px;
  background: #eee;
}
#MailForm span {
  color: #ff0000;
}
#MailForm table {
  width: 99%;
  margin: 5px 0 25px;
  border-collapse: collapse;
}
#MailForm th,
#MailForm td {
  padding: 16px 10px;
  border: 1px solid #cccccc;
  font-weight: normal;
  color: #111;
}
#MailForm th {
  width: 140px;
  background-color: #f7f7f7;
}
#MailForm input,
#MailForm textarea {
  width: 310px;
  letter-spacing: 2px;
  margin: 2px 0 2px;
  padding: 11px 5px;
  border: 1px solid #b1b1b1;
}
#MailForm textarea {
  font-size: 140%;
}
#MailForm select {
  font-size: 110%;
  padding: 10px 10px;
}
#MailForm label {
  cursor: pointer;
  padding: 2px 0;
}
#MailForm label:first-child {
  margin-right: 20px;
}
#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}
#MailForm .form25 {
  width: 25%;
}
#MailForm .form45 {
  width: 45%;
}
#MailForm .form60 {
  width: 60%;
}
#MailForm .form90 {
  width: 90%;
}
#MailForm .attent {
  font-size: 90%;
  color: #666;
}
#MailForm .attent2 {
  font-size: 90%;
  color: #4d3a20;
}
#MailForm .focus {
  background: #ffe7e0;
}
#MailForm02 .focus {
  background: #ffe7e0;
}
.submit_btn {
  color: #fff;
  font-size: 110%;
  cursor: pointer;
  margin: 0 20px 15px 0;
  padding: 15px 60px;
  border: 0px;
  background: #ff9900;
}
.reset_btn {
  color: #fff;
  font-size: 110%;
  cursor: pointer;
  margin: 0 0px 15px 0;
  padding: 15px 50px;
  border: 0px;
  background: #ff9900;
}
.inputarea li {
  float: left;
  margin: 0 15px 0 0;
}
#thanks p {
  line-height: 300px;
  text-align: center;
}
#main .inquiry-info {
  margin: 0px;
  overflow: hidden;
  zoom: 1;
}
.inquiry-info li {
  margin-right: 15px;
  float: left;
}

/* formmail.cgi */

.send_inner {
  padding: 12px 0 20px;
}

.send_inner .send_step_msg {
  text-align: center;
  font-size: 140%;
  margin-bottom: 15px;
}

/* formmail.cgi:send base */

.send_guide_msg {
  text-align: center;
  color: #444;
  padding: 0 0 15px;
}

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  display: inline-block;
  color: #fff;
  font-size: 130%;
  letter-spacing: 1px;
  cursor: pointer;
  margin: 0 10px;
  padding: 15px 30px;
  border: 0px;
  background: #ff9900;
}

.send_inner .send_btn_inner .btn_return {
  background-color: #797979;
}

.send_inner .send_btn_inner .btn_return {
  background-color: #797979;
}

/* formmail.cgi:send confirm */

.send_confirm_table {
  padding: 17px 0 30px;
}

.send_confirm_table table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

.send_confirm_table table th,
.send_confirm_table table td {
  font-size: 110%;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}

#main .send_confirm_table table th {
  width: 40%;
  background: #f5f5f5;
}

.send_confirm_table table {
}

/* formmail.cgi:send error */

.send_inner .send_error {
  padding: 15px 0 30px;
}

.send_inner .send_error li {
  font-size: 110%;
  padding: 5px 0;
}

.send_inner .send_error li:before {
  content: "\0025cf";
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 85%;
  color: #c2c2c2;
  margin-right: 8px;
}

.send_inner .send_error li span {
  display: inline-block;
  color: #ff3333;
  margin-right: 5px;
}

/* 各ページ用スタイル
---------------------- */

.inner01 {
  margin-bottom: 25px;
}
.inner01:after,
.inner01 .msg:after {
  content: " ";
  display: table;
  clear: both;
}
.inner01 .images01 {
  float: right;
  margin: 0 0 0 3%;
}
/*index.html*/

.news {
  overflow: hidden;
  zoom: 1;
}
.news dt {
  width: 120px;
  margin-bottom: 8px;
  padding: 0 0 8px 5px;
  float: left;
  color: #666;
}
.news dd {
  margin-bottom: 8px;
  padding: 0 5px 8px 140px;
  border-bottom: 1px dotted #ccc;
}
.txt01 {
  color: #660000;
  font-size: 130%;
}
#main ul.list02 {
  margin: 0 0 2%;
}
.list02 li {
  list-style: disc;
  margin: 0 0 1% 3%;
}
#contents_flow {
  margin-bottom: 20px;
}
#contents_flow .set {
  padding: 0 0;
  margin: 0 0 50px;
  position: relative;
  border-radius: 3px;
  padding: 10px 10px 0 220px;
  background: #faf8f6;
  border: 3px solid #d0bea3;
  line-height: 1.8em;
}
#contents_flow h3 {
  color: #755d41;
  font-weight: bold;
  font-size: 130%;
  padding: 0;
  margin: 0;
}
.flow_img {
  position: absolute;
  left: -8px;
  top: -15px;
}
#contents_flow .set:after {
  position: absolute;
  display: block;
  content: url(img/icon02.png);
  width: 100%;
  text-align: center;
  left: 0;
}
#contents_flow .flow_last_set:after {
  content: "　";
}
/*elected_list*/

.elected_list {
  padding-left: 5px;
}
.elected_list .msg {
  text-shadow: 0.3px 0 0 #333;
  letter-spacing: 0.1em;
}
.elected_list .msg .elected_txt {
  color: #ff6600;
  font-size: 125%;
  text-shadow: 0.5px 0 0 #ff6600;
}
/*sub_list*/

.sub_list {
  width: 230px;
  border-top: 7px solid #745d40;
  margin-bottom: 10px;
  background: #ffffff;
  color: #000000;
}
.sub_list .list_set {
  border-bottom: 1px solid #745d40;
  text-shadow: 0.3px 0 0 #333;
}
#sub .sub_list .list_set .sub_list_title {
  margin-bottom: 0;
}
#sub .sub_list .list_set > .sub_list_title a {
  padding: 0px 0px 10px 30px;
  display: block;
  text-decoration: none;
  color: #000000;
}
.sub_list .construction_list {
}
.sub_list .construction_list ul {
  padding-left: 10px;
}
.sub_list .construction_list li a {
  padding: 5px 0 5px 40px;
  display: block;
  text-decoration: none;
  color: #000000;
}
.sub_list .construction_list li {
  position: relative;
}
.sub_list .construction_list li a:before {
  position: absolute;
  content: url("img/icon03.png");
  left: 25px;
  top: 8px;
}
#sub .sub_list .list_set .sub_list_title a:hover {
  background: #d0bea3;
}
.sub_list .construction_list li a:hover {
  background: #d0bea3;
}
.sub_list .sub_list_title a:before {
  position: relative;
  display: block;
  content: "　";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #745d40;
  top: 15px;
  right: 18px;
}
.sub_list .jirei_list_title a:before {
  position: relative;
  display: block;
  content: "　";
  width: 0;
  height: 0;
  border-top: 7px solid#745d40;
  border-right: 5px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 5px solid transparent;
  top: 19px;
  right: 18px;
}
#sub .list_set .jirei_list_title {
  padding-left: 30px;
  margin-bottom: 4px;
}
/*ability_list*/

.ability_content:after {
  content: " ";
  display: table;
  clear: both;
}

.ability_imag_r {
  padding-bottom: 12px;
}
.ability_imag_l {
  float: left;
  width: 380px;
}

.ability_list {
  font-size: 130%;
  font-weight: bold;
  line-height: 1.3em;
}
.ability_content .msg {
}
.ability_content .msg ul li {
  position: relative;
  padding-left: 30px;
  margin-left: 20px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #333;
}
.ability_content .msg ul li:before {
  position: absolute;
  content: url(img/check_box.png);
  left: 5px;
}
.ability_main_image {
  float: right;
}
.ability_imag_btn {
  text-align: center;
}
/*jirei_inner*/

.jirei_inner {
  content: " ";
  display: table;
  clear: both;
}
.jirei_set {
  float: left;
  padding-right: 5px;
}
.jirei_set:hover {
}
.jirei_set:nth-child(3) {
  padding-right: 0;
}
#sub .document_banner {
  position: relative;
}
#sub .document_banner .document_img01 img {
  position: absolute;
  bottom: 55px;
  left: 15px;
}
#sub .document_banner .document_img02 img {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
/*greeting.html*/

#main ul.list03 {
  margin: 0 0 2%;
}
.list03 li {
  list-style: decimal;
  margin: 0 0 1% 3.5%;
}
.btn01 a {
  color: #390c08;
  text-decoration: none;
  border-radius: 4px;
  padding: 3px 15px;
  margin: 0 0 15px;
  display: inline-block;
  border: 1px solid #e7be7b;
  background: linear-gradient(#f7d38c, #e7be7b);
  background: #fff\9;
}
.btn01 a:before {
  content: ">>";
  margin: 0 10px 0 0;
}
.btn01 a:hover {
  background: linear-gradient(#fae4b8, #edcc96);
}
.todo_block {
  margin-bottom: 30px;
  padding: 0 10px;
}
#main .todo_title {
  font-size: 120%;
  font-weight: normal;
  margin: 0 -10px 18px;
  padding: 8px 20px;
  background: #e7dfd6;
}
.table01 {
  border-collapse: collapse;
}
.table01 th,
.table01 td {
  padding: 15px;
  border: 1px solid #cccccc;
}
.table01 thead th {
  text-align: center;
  background: #f1f1f1;
}
.table01 thead th:nth-child(-n + 2) {
  width: 20%;
}
.table01 tbody td {
}
/*contents1.html*/

#main .midashi01 {
  color: #fff;
  padding: 1.5% 2.5%;
  margin: 0 0 3.5%;
  background: #663333;
}
#main ul.list04 {
  margin: 0 0 3%;
}
#main ul.list04:after {
  content: " ";
  display: table;
  clear: both;
}
.list04 li {
  width: 21.5%;
  float: left;
  margin: 0 4.6% 0 0;
}
.list04 li:last-child {
  margin: 0px;
}
.list04 li img {
  width: 100%;
  border-radius: 4px;
}
.list04 li span {
  text-align: center;
  letter-spacing: 0;
  display: block;
  padding: 5px;
}
/*一覧ページ*/

.jirei_thumbnail_inner {
  padding: 0 10px;
}
.jirei_thumbnail_inner .thumbnail_inner {
}
.thumbnail_list {
}
.thumbnail_list:after {
  content: " ";
  display: block;
  clear: both;
}
.thumbnail_list li {
  width: 21.2%;
  margin-right: 5%;
  padding: 20px 0;
  float: left;
}
.thumbnail_list li:nth-child(4n) {
  margin-right: 0px;
}
.thumbnail_list li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #444;
}
.thumbnail_list li a:hover:after {
  content: "　";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  top: 0px;
  left: 0px;
  z-index: 100;
}
.thumbnail_list li a:before {
  content: url(img/icon1.png);
  position: absolute;
  display: inline-block;
  font-size: 110%;
  line-height: 1;
  color: #fff;
  padding: 4px 4px;
  border: 1px dotted rgba(255, 255, 255, 0.2);
  background: #000\9;
  background: rgba(0, 0, 0, 0.5);
  bottom: 5px;
  right: 5px;
  z-index: 1000;
}
/*reform*/

.jirei_entry_inner {
}
.jirei_entry_inner .entry_header {
  text-align: center;
  padding: 15px 0 20px;
}
.jirei_entry_inner .entry_header .name {
  text-align: center;
  display: inline-block;
  font-size: 160%;
  color: #fff;
  margin-bottom: 0px;
  padding: 10px 50px;
  background: #000;
}
.jirei_entry_inner .jirei_pick {
  padding: 0px 0 0px;
}
.jirei_entry_inner .jirei_pick:after {
  content: "　";
  display: table;
  clear: both;
}
.before {
  width: 46%;
  margin: 0 8% 0 0;
  float: left;
}
.after {
  width: 46%;
  float: left;
}
.jirei_entry_inner {
}
.jirei_entry_inner .reform_pick_inner {
  position: relative;
}
.jirei_entry_inner .reform_pick_inner:after {
  content: "　";
  display: table;
  clear: both;
}
.jirei_entry_inner .bf_af .reform_pick_inner a {
  display: block;
  position: relative;
}
.jirei_entry_inner .reform_pick_inner:before {
  content: url(img/allow03.png);
  position: absolute;
  text-align: center;
  width: 20%;
  left: 40%;
  top: 30%;
}
.jirei_entry_inner .reform_pick_inner .image {
  display: inline-block;
  position: relative;
  width: 40%;
}
.jirei_entry_inner .reform_pick_inner .image span {
  position: absolute;
  display: inline-block;
  font-family: "Arial";
  font-size: 140%;
  letter-spacing: 2px;
  color: #fff;
  padding: 1px 24px;
  background: #000\9;
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  top: 0px;
}
.jirei_entry_inner .reform_pick_inner .image img {
  width: 100%;
}
.jirei_entry_inner .reform_pick_inner .before {
  margin-right: 20%;
}
.reform_comment {
  margin-bottom: 50px;
  padding: 20px 20px 20px;
  background: #fffbf6;
}
/*新築・外構*/

.jirei_entry_inner .image_gallery .jirei_pick_inner .main_image {
  text-align: center;
  margin-bottom: 30px;
  width: 260px;
  float: left;
}
.jirei_pick_inset {
}
.jirei_pick_inset:after {
  content: "　";
  display: table;
  clear: both;
}
.jirei_comment_block {
  padding: 0 0 0 290px;
}
.jirei_comment {
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  background: #fffbf6;
}
.jirei_entry_inner .image_gallery .jirei_pick_inner .main_image {
  text-align: center;
  width: 260px;
  float: left;
}
#main .gallery_list {
  margin-top: 0px;
}
.gallery_list:after {
  content: "　";
  display: table;
  clear: both;
}
.gallery_list li {
  width: 162px;
  margin-right: 20px;
  margin-right: 15px\9;
  padding: 0px 0;
  float: left;
}
.gallery_list li:nth-child(4) {
  margin-right: 0px;
}
.gallery_list li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #444;
}
.gallery_list li a:hover:after {
  content: "　";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  top: 0px;
  left: 0px;
  z-index: 100;
}
.gallery_list li img {
  width: 100%;
}
/*PageList*/

#PageList {
  text-align: center;
  width: 500px;
  margin: 0 auto;
  padding: 30px 0 8px 0;
  overflow: hidden;
  zoom: 1;
}
#PageList li {
  display: inline;
  font-weight: bold;
  margin: 0 10px 0 0;
  padding: 0px 0;
}
#PageList li img {
  vertical-align: bottom;
}
#PageList li.return a,
#PageList li.next a {
  text-decoration: none;
  font-size: 130%;
  font-weight: normal;
  color: #380e0a;
  background: none;
}
#PageList li.pagelist a {
  text-decoration: none;
  font-size: 120%;
  color: #00479d;
  padding: 7px 13px;
  border: 1px solid #380e0a;
  background: none;
}
#PageList li.pagelist .current_page {
  text-decoration: none;
  font-size: 120%;
  color: #fff;
  padding: 7px 13px;
  border: 1px solid #380e0a;
  background: #380e0a;
}
/*thickbox*/

.thickbox {
  position: relative;
  display: inline-block;
}
.thickbox:before {
  content: url(img/point02.png);
  position: absolute;
  text-decoration: none;
  font-size: 130%;
  line-height: 1;
  color: #fff;
  right: 10px;
  bottom: 10px;
}
