* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
.nav::after {
  clear: both;
}
.row::before,
.row::after {
  content: " ";
  display: table;
  display: block;
  clear: both;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.6667%;
}
.col-10 {
  width: 83.3333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.6667%;
}
.col-7 {
  width: 58.3333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.6667%;
}
.col-4 {
  width: 33.3333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.6667%;
}
.col-1 {
  width: 8.33333%;
}
.col-pull-12 {
  right: 100%;
}
.col-pull-11 {
  right: 91.6667%;
}
.col-pull-10 {
  right: 83.3333%;
}
.col-pull-9 {
  right: 75%;
}
.col-pull-8 {
  right: 66.6667%;
}
.col-pull-7 {
  right: 58.3333%;
}
.col-pull-6 {
  right: 50%;
}
.col-pull-5 {
  right: 41.6667%;
}
.col-pull-4 {
  right: 33.3333%;
}
.col-pull-3 {
  right: 25%;
}
.col-pull-2 {
  right: 16.6667%;
}
.col-pull-1 {
  right: 8.33333%;
}
.col-pull-0 {
  right: auto;
}
.col-push-12 {
  left: 100%;
}
.col-push-11 {
  left: 91.6667%;
}
.col-push-10 {
  left: 83.3333%;
}
.col-push-9 {
  left: 75%;
}
.col-push-8 {
  left: 66.6667%;
}
.col-push-7 {
  left: 58.3333%;
}
.col-push-6 {
  left: 50%;
}
.col-push-5 {
  left: 41.6667%;
}
.col-push-4 {
  left: 33.3333%;
}
.col-push-3 {
  left: 25%;
}
.col-push-2 {
  left: 16.6667%;
}
.col-push-1 {
  left: 8.33333%;
}
.col-push-0 {
  left: auto;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-offset-11 {
  margin-left: 91.6667%;
}
.col-offset-10 {
  margin-left: 83.3333%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-8 {
  margin-left: 66.6667%;
}
.col-offset-7 {
  margin-left: 58.3333%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-5 {
  margin-left: 41.6667%;
}
.col-offset-4 {
  margin-left: 33.3333%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-2 {
  margin-left: 16.6667%;
}
.col-offset-1 {
  margin-left: 8.33333%;
}
.col-offset-0 {
  margin-left: 0;
}
.hr-bottom {
  /*
	background-image: url(../images/common/hr.png);
	background-position: center bottom;
	background-size: 1000px 2px;
	background-repeat: no-repeat;
*/
  border-bottom: dotted 1px #666;
}
.hr-top {
  /*
	background-image: url(../images/common/hr.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1000px 2px;
*/
  border-top: dotted 1px #666;
}
.clearfix::after,
.container::after,
.nav::after {
  clear: both;
}
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.nav::before,
.nav::after {
  content: " ";
  display: table;
}
.NoView {
  display: none;
}
.center-block {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.padding30 {
  padding: 30px;
}
.margin_t30 {
  margin-top: 30px !important;
}
.margin_t50 {
  margin-top: 50px !important;
}
.img_border {
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.pc {
  display: inherit;
}
.sp {
  display: none;
}
body {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body header {
  margin: 0 auto;
  margin-bottom: 80px;
}
body header .container {
  width: 1000px;
  margin: 0 auto;
}
body header .container .navbar-header {
  display: none;
}
body header .container .collapse {
  margin-top: 40px;
}
body header .container .collapse::before,
body header .container .collapse::after {
  content: " ";
  display: table;
}
body header .container .collapse::after {
  clear: both;
}
body header .container .collapse .nav {
  margin: 0;
  padding: 0;
}
body header .container .collapse .nav li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
body header .container .collapse .nav li:first-child {
  padding-left: 0;
  padding-right: 23px;
}
body header .container .collapse .nav li:last-child {
  padding-left: 7px;
  padding-right: 0;
}
body header .container .collapse .nav li a {
  padding: 0;
}
body header .container .collapse .nav li a:hover {
  opacity: 0.7;
}
body header .container .drawer-container {
  margin-top: 40px;
}
body header .container .drawer-container .drawer-nav {
  background: rgba(255, 255, 255, 0.8);
}
body header .container .drawer-container .drawer-nav ul {
  padding: 0;
  margin: 10px;
  list-style: none;
}
body header .container .drawer-container .drawer-nav ul li {
  /*
	background-image: url(../images/common/hr.png);
	background-position: center bottom;
	background-size: 1000px 2px;
	background-repeat: no-repeat;
*/
  border-bottom: dotted 1px #666;
  padding: 15px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
body header .container .drawer-container .drawer-nav ul li a {
  display: block;
}
body header .container .drawer-container .drawer-nav ul li a img {
  max-width: 100%;
  height: auto;
}
body header .container .drawer-container .drawer-nav ul .contact {
  border-bottom: none;
  padding-bottom: 30px;
  padding-top: 50px;
}
body header .container .drawer-container .drawer-nav ul .banner {
  border-bottom: none;
  padding-bottom: 50px;
}
body header .container .drawer-container .drawer-nav ul .banner .note {
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  line-height: 1.6;
}
body header .container .drawer-container .drawer-nav ul .banner .item {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}
body header .container .drawer-container .drawer-nav ul .banner .item a {
  text-align: center;
}
body header .container .drawer-container .drawer-nav ul .logo {
  padding-top: 30px;
  padding-bottom: 30px;
}
body header .container .drawer-container .drawer-nav ul .logo a {
  display: inline-block;
}
body main {
  margin: 0 auto;
}
body main aside.side {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 2;
}
body main aside.side .toabout {
  top: -130px;
  right: -204px;
  position: absolute;
}
body main aside.side .copy {
  transform: rotate(-90deg);
  transform-origin: left top;
  position: fixed;
  margin-left: -100px;
  top: 63%;
}
body main aside.side .copy p {
  font-size: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 1px 0 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5);
}
body main a:hover {
  opacity: 0.7;
}
body main .section .container {
  width: 1000px;
  margin: 0 auto;
  /* page */
}
body main .section .container .visual {
  position: relative;
  margin-top: -25px;
  margin-bottom: 100px;
}
body main .section .container .visual .copy {
  margin-left: 40px;
  position: absolute;
  top: 220px;
  z-index: 1;
}
body main .section .container .visual .slider_wrapper {
  margin-left: 353px;
}
body main .section .container .visual .slider_wrapper .visual_slider {
  margin: 0;
  padding: 0;
}
body main .section .container .visual_nav {
  position: relative;
  margin-bottom: 100px;
  height: 270px;
}
body main .section .container .visual_nav .info {
  margin-left: 0;
  position: absolute;
  z-index: 1;
  height: 270px;
  width: 555px;
  padding-top: 20px;
  background-image: url(../images/toppage/visualnav/bg_01.jpg);
  background-position: right center;
  background-size: 202px 270px;
  background-repeat: no-repeat;
}
body main .section .container .visual_nav .info p {
  width: 390px;
  color: #666666;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5), 1px 0 3px rgba(255, 255, 255, 0.5), 0 -1px 3px rgba(255, 255, 255, 0.5), -1px 0 3px rgba(255, 255, 255, 0.5);
}
body main .section .container .visual_nav .info .link {
  bottom: 25px;
  position: absolute;
}
body main .section .container .visual_nav .overview_wrapper {
  margin-left: 353px;
  background-image: url(../images/toppage/visualnav/bg_02.jpg);
  background-position: right center;
  background-size: 202px 270px;
  background-repeat: no-repeat;
  height: 270px;
}
body main .section .container .visual_nav .overview_wrapper .overview {
  margin-left: 285px;
  margin-right: 30px;
  padding-top: 20px;
}
body main .section .container .visual_nav .overview_wrapper .overview p {
  color: #666666;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5), 1px 0 3px rgba(255, 255, 255, 0.5), 0 -1px 3px rgba(255, 255, 255, 0.5), -1px 0 3px rgba(255, 255, 255, 0.5);
}
body main .section .container .visual_nav .overview_wrapper .overview p.cap {
  font-size: 13px;
  font-weight: bold;
}
body main .section .container .visual_nav .overview_wrapper .overview .link {
  bottom: 25px;
  position: absolute;
  margin-left: 0;
}
body main .section .container .contents_title {
  display: block;
  margin: 0 auto;
  text-align: center;
}
body main .section .container .contents_wrap {
  margin-top: 40px;
}
body main .section .container .contents_wrap .title {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
body main .section .container .contents_wrap .title img.pc {
  display: block;
  margin: 0 auto;
  text-align: center;
}
body main .section .container .contents_wrap .body p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 10px;
}
body main .section .container .works_wrap {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}
body main .section .container .works_wrap a {
  text-decoration: none;
}
body main .section .container .works_wrap .content_wrap {
  padding-left: 60px;
}
body main .section .container .works_wrap .content_wrap .roof {
  background-color: #e9dbbd;
  background-image: url(../images/common/roof_t-min.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 0;
}
body main .section .container .works_wrap .content_wrap .roof img {
  width: 100%;
  height: auto;
  padding-top: 8px;
  padding-left: 9px;
  padding-right: 8px;
  margin-bottom: -0.5px;
}
body main .section .container .works_wrap .content_wrap .content {
  border-left: 8px solid #e9dbbd;
  border-right: 8px solid #e9dbbd;
  border-bottom: 8px solid #e9dbbd;
  margin: -7px auto 0;
  padding: 0 10px 10px;
  position: relative;
  height: 212px;
}
body main .section .container .works_wrap .content_wrap .content .caption {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}
body main .section .container .works_wrap .content_wrap .content .discription {
  padding: 8px 8px 2px;
}
body main .section .container .works_wrap .content_wrap .content .discription p {
  text-align: center;
  font-size: 11.5px;
  margin: 0;
}
body main .section .container .works_wrap .content_wrap .content .more {
  display: block;
  margin: 0 auto;
  text-align: center;
}
body main .section .container .works_wrap .photo {
  margin-right: 25px;
  position: relative;
}
body main .section .container .works_wrap .photo img {
  width: 100%;
  height: auto;
  border: 8px solid #e9dbbd;
}
body main .section .container .works_wrap .caption h3 {
  color: #666;
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
}
body main .section .container .works_content .fotorama {
  border: 8px solid #e9dbbd;
}
body main .section .container .works_content .title {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 40px;
}
body main .section .container .works_content .body {
  text-align: center;
  white-space: nowrap;
  font-size: small;
  color: #666666;
}
body main .section .container .works_content .link {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 45px;
}
body main .section .container .page_title {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-image: url(../images/common/title_line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1001px 4px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
body main .section .container .page_title.qa {
  margin-bottom: 0;
}
body main .section .container .contents_wrap.qa {
  margin-top: 30px;
}
body main .section .container .contents_wrap.qa .body p {
  margin: 0;
  padding: 0;
}
body main .section .container .center {
  text-align: center;
}
body main .section .container .note {
  font-size: 14px;
  padding: 5px;
}
body main .section .container .contact_wrap {
  padding: 50px 30px;
  line-height: 1;
}
body main .section .container .contact_wrap .note {
  line-height: 1.4;
}
body main .section .container .news_wrap {
  width: 840px;
  margin: 0 auto;
}
body main .section .container .news_wrap .content_wrap .date {
  text-align: center;
  color: #666666;
  font-size: 12px;
}
body main .section .container .news_wrap .content_wrap .caption h3 {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  text-align: center;
}
body main .section .container .news_wrap .content_wrap .photo {
  line-height: 0;
}
body main .section .container .news_wrap .content_wrap .photo img {
  width: 100%;
  height: auto;
}
body main .section .container .news_wrap .content_wrap .discription {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
body main .section .container .news_wrap .content_wrap .discription p {
  margin: 0;
}
body main .section .container .news_hr {
  /*
	background-image: url(../images/common/hr.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1000px 2px;
*/
  border-top: dotted 1px #666;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 40px;
}
body main .section .container .news_archive {
  margin-top: 0;
  margin-bottom: 50px;
}
body main .section .container table {
  margin: 0 auto 50px;
  text-align: center;
  width: 800px;
  border-collapse: collapse;
  border-spacing: 0;
}
body main .section .container table tbody tr th {
  color: #666666;
  width: 20%;
}
body main .section .container table tbody tr td {
  color: #666666;
  width: 80%;
}
body main .section .container table tbody tr th,
body main .section .container table tbody tr td {
  vertical-align: top;
  text-align: left;
  padding: 20px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
body main .section .container table tbody tr:last-child th,
body main .section .container table tbody tr:last-child td {
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
body main .section .container table.qa {
  margin: 0 auto 30px;
  text-align: center;
  width: 900px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
}
body main .section .container table.qa tbody tr th {
  vertical-align: middle;
  color: #666666;
  width: 58px;
  border-left: 1px solid rgba(102, 102, 102, 0.5);
  padding: 20px;
}
body main .section .container table.qa tbody tr td {
  vertical-align: top;
  color: #666666;
  width: 842px;
  border-right: 1px solid rgba(102, 102, 102, 0.5);
  padding: 20px 20px 20px 0;
}
body main .section .container table.qa tbody tr th,
body main .section .container table.qa tbody tr td {
  text-align: left;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
body main .section .container table.qa tbody tr:last-child th,
body main .section .container table.qa tbody tr:last-child td {
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
body main .section .container table.qa tbody .question td {
  color: #0a49a5;
}
body main .section .hr {
  /*
	background-image: url(../images/common/hr.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1000px 2px;
*/
  border-top: dotted 1px #666;
}
body main .banner .container {
  /*
	background-image: url(../images/common/hr.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1000px 2px;
*/
  border-top: dotted 1px #666;
  width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
body main .banner .container .right {
  text-align: right;
}
body main .banner .container .center {
  text-align: center;
}
body main .banner .container .note {
  font-size: 14px;
}
body .pagetop {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}
body .pagetop a {
  line-height: 0;
  display: block;
}
body .pagetop a:hover {
  opacity: 0.7;
}
body footer {
  background-color: #352b19;
  color: #e9dbbd;
  font-size: 14px;
  padding: 30px 0;
}
body footer .container {
  width: 1000px;
  margin: 0 auto;
}
body footer .container .nav {
  display: block;
}
body footer .container .nav a {
  display: inline-block;
  color: #e9dbbd;
  font-size: 16px;
  text-decoration: none;
  margin-left: 13px;
  margin-right: 13px;
  margin-bottom: 20px;
}
body footer .container .nav a:last-child {
  margin-right: 0;
}
body footer .container .nav a:hover {
  text-decoration: underline;
}
body footer .container .fb-block {
  margin-top: 15px;
}
body footer .container .fb-area {
  margin-top: -43px;
}
@media screen and (max-width: 1390px) {
  body main aside.side .toabout {
    right: -194px;
  }
}
@media screen and (max-width: 1350px) {
  body main aside.side .toabout {
    right: -172px;
  }
}
@media screen and (max-width: 1310px) {
  body main aside.side .toabout {
    right: -151px;
  }
}
@media screen and (max-width: 1270px) {
  body main aside.side .toabout {
    right: -129px;
  }
}
@media screen and (max-width: 1230px) {
  body main aside.side .toabout {
    right: -108px;
  }
}
@media screen and (max-width: 1190px) {
  body main aside.side .toabout {
    right: -86px;
  }
  body main aside.side .copy {
    margin-left: -80px;
  }
}
@media screen and (max-width: 1150px) {
  body main aside.side .toabout {
    right: -65px;
  }
  body main aside.side .copy {
    margin-left: -64px;
  }
}
@media screen and (max-width: 1110px) {
  body main aside.side .toabout {
    right: -43px;
  }
  body main aside.side .copy {
    margin-left: -43px;
  }
}
@media screen and (max-width: 1070px) {
  body main aside.side .toabout {
    right: -22px;
  }
  body main aside.side .copy {
    margin-left: -21px;
  }
}
@media screen and (max-width: 1030px) {
  body main aside.side .toabout {
    right: 0;
  }
  body main aside.side .copy {
    margin-left: 0px;
  }
}
.h60 {
  height: 60px;
}
.h30 {
  height: 30px;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1000px) {
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  .h60 {
    height: 20px;
  }
  .h30 {
    height: 0;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: none;
    width: 100%;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  .col-pull-12,
  .col-pull-11,
  .col-pull-10,
  .col-pull-9,
  .col-pull-8,
  .col-pull-7,
  .col-pull-6,
  .col-pull-5,
  .col-pull-4,
  .col-pull-3,
  .col-pull-2,
  .col-pull-1,
  .col-pull-0 {
    right: auto;
  }
  .col-push-12,
  .col-push-11,
  .col-push-10,
  .col-push-9,
  .col-push-8,
  .col-push-7,
  .col-push-6,
  .col-push-5,
  .col-push-4,
  .col-push-3,
  .col-push-2,
  .col-push-1,
  .col-push-0 {
    left: auto;
  }
  .col-offset-12,
  .col-offset-11,
  .col-offset-10,
  .col-offset-9,
  .col-offset-8,
  .col-offset-7,
  .col-offset-6,
  .col-offset-5,
  .col-offset-4,
  .col-offset-3,
  .col-offset-2,
  .col-offset-1,
  .col-offset-0 {
    margin-left: 0;
  }
  .padding30 {
    padding: 15px;
  }
  .margin_t30 {
    margin-top: 15px !important;
  }
  .margin_t50 {
    margin-top: 15px !important;
  }
  body {
    font-size: 16px;
  }
  body header {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  body header .container {
    width: 100%;
    margin: 0 auto;
  }
  body header .container .navbar-header {
    display: none;
  }
  body main {
    margin: 0 auto;
  }
  body main a:hover {
    opacity: 0.7;
  }
  body main .section .container {
    width: 100%;
    margin: 0 auto;
  }
  body main .section .container .visual {
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
  }
  body main .section .container .visual .copy {
    margin-left: 15px;
    top: 19vw;
    width: 50%;
  }
  body main .section .container .visual .copy img {
    width: 100%;
    height: auto;
  }
  body main .section .container .visual .slider_wrapper {
    margin-left: auto;
    margin-right: 15px;
    width: 70%;
  }
  body main .section .container .visual .slider_wrapper .visual_slider {
    margin: 0;
    padding: 0;
  }
  body main .section .container .visual .slider_wrapper .visual_slider img {
    width: 100%;
    height: auto;
  }
  body main .section .container .visual_nav {
    margin-bottom: 30px;
    padding: 25px;
    height: inherit;
  }
  body main .section .container .visual_nav .info {
    position: relative;
    width: 100%;
  }
  body main .section .container .visual_nav .info p {
    width: 80%;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8), 1px 0 2px rgba(255, 255, 255, 0.8), 0 -1px 2px rgba(255, 255, 255, 0.8), -1px 0 2px rgba(255, 255, 255, 0.8);
  }
  body main .section .container .visual_nav .info .link {
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    bottom: inherit;
  }
  body main .section .container .visual_nav .info .link img {
    height: 32px;
    width: auto;
  }
  body main .section .container .visual_nav .overview_wrapper {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  body main .section .container .visual_nav .overview_wrapper .overview {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 0;
  }
  body main .section .container .visual_nav .overview_wrapper .overview p {
    width: 85%;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8), 1px 0 2px rgba(255, 255, 255, 0.8), 0 -1px 2px rgba(255, 255, 255, 0.8), -1px 0 2px rgba(255, 255, 255, 0.8);
  }
  body main .section .container .visual_nav .overview_wrapper .overview .link {
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  body main .section .container .visual_nav .overview_wrapper .overview .link img {
    height: 32px;
    width: auto;
  }
  body main .section .container .works_wrap {
    margin: 10px 10px 0;
  }
  body main .section .container .works_wrap .content_wrap {
    padding-left: 25px;
  }
  body main .section .container .works_wrap .content_wrap .roof img {
    margin-bottom: 0;
  }
  body main .section .container .works_wrap .content_wrap .content {
    border-left: 8px solid #e9dbbd;
    border-right: 8px solid #e9dbbd;
    border-bottom: 8px solid #e9dbbd;
    background: none;
    height: inherit;
    padding-left: 0;
    padding-right: 0;
  }
  body main .section .container .works_wrap .content_wrap .content .caption {
    padding: 10px 10px 0;
  }
  body main .section .container .works_wrap .content_wrap .content .caption img {
    height: 46px;
    width: auto;
    max-width: 100%;
  }
  body main .section .container .works_wrap .content_wrap .content .discription p {
    font-size: 12px;
  }
  body main .section .container .works_wrap .content_wrap .content .more {
    padding-top: 5px;
    padding-bottom: 35px;
  }
  body main .section .container .works_wrap .photo {
    margin-right: 25px;
    margin-right: 0;
  }
  body main .section .container .works_wrap .caption h3 {
    font-size: 16px;
  }
  body main .section .container .works_content .title {
    text-align: center;
    padding-bottom: 15px;
    padding-top: 20px;
  }
  body main .section .container .works_content .body {
    text-align: center;
    white-space: inherit;
    font-size: small;
    color: #666666;
  }
  body main .section .container .works_content .link {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 25px;
  }
  body main .section .container .contents_wrap {
    margin-top: 20px;
    font-size: 2.5vw;
  }
  body main .section .container .contents_wrap .title img.sp {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  body main .section .container .contents_wrap .title img.pc {
    display: none;
  }
  body main .section .container .contents_wrap .body {
    padding: 15px 5px;
  }
  body main .section .container .contents_wrap .body p {
    font-size: 12px;
    margin: 0;
    padding-bottom: 15px;
  }
  body main .section .container .contents_wrap .padding30 {
    padding: 0;
  }
  body main .section .container .contents_wrap .padding30 .note p {
    margin: 0;
    font-size: 14px;
  }
  body main .section .container .page_visual img {
    width: 100%;
    height: auto;
  }
  body main .section .container .page_title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  body main .section .container .note {
    font-size: 14px;
  }
  body main .section .container .contact_wrap {
    padding: 20px 10px;
  }
  body main .section .container .contact_wrap .center-block img {
    height: auto;
    width: 90%;
  }
  body main .section .container .news_wrap {
    width: 100%;
  }
  body main .section .container .news_wrap .content_wrap .caption h3 {
    margin-bottom: 15px;
  }
  body main .section .container .news_archive {
    margin-bottom: 30px;
  }
  body main .section .container .news_archive .center-block a img {
    height: 32px;
    width: auto;
    max-width: 100%;
  }
  body main .section .container table {
    margin: 0 auto 4vw;
    text-align: center;
    width: 90%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  body main .section .container table tbody tr th,
  body main .section .container table tbody tr td {
    padding: 10px;
    font-size: 12px;
  }
  body main .section .container table tbody tr th {
    width: 30%;
  }
  body main .section .container table tbody tr td {
    width: 70%;
  }
  body main .section .container table.qa {
    margin: 0 auto 10px;
    width: 100%;
    font-size: 12px;
  }
  body main .section .container table.qa tbody tr th {
    padding: 10px;
  }
  body main .section .container table.qa tbody tr td {
    padding: 10px 10px 10px 0;
  }
  body main .section .container table.qa tbody tr th,
  body main .section .container table.qa tbody tr td {
    width: inherit;
  }
  body main .section .container .center-block img {
    /*
						height: 48px;
						width: auto;
						max-width: 100%;
*/
  }
  body main .section .container .center-block.contact img {
    height: auto;
    width: 100%;
  }
  body main .section .container .center-block.contact .img_border {
    width: inherit;
    max-width: 100%;
  }
  body main .banner .container {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  body main .banner .container .right,
  body main .banner .container .left,
  body main .banner .container .center {
    text-align: center;
    padding-bottom: 10px;
  }
  body main .banner .container .right img,
  body main .banner .container .left img,
  body main .banner .container .center img {
    height: auto;
    width: 80%;
  }
  body main .banner .container .note {
    font-size: 10px;
    font-size: 12px;
    padding-bottom: 10px;
  }
  body .pagetop {
    width: 100%;
  }
  body footer {
    padding: 30px 0 50px;
  }
  body footer .container {
    width: 100%;
    margin: 0 auto;
  }
  body footer .container .text-right {
    text-align: center;
  }
  body footer .container .text-right img {
    height: auto;
    width: 80%;
  }
  body footer .container .nav {
    display: block;
  }
  body footer .container .nav a {
    font-size: 14px;
  }
  body footer .container .nav a:last-child {
    margin-left: 13px;
    margin-right: 13px;
  }
  body footer .container .fb-area {
    font-size: 12px;
    margin-top: 0;
    text-align: center;
  }
  body footer .container .fb-block {
    margin-top: ;
    width: 90%;
    margin: 15px auto 20px;
    text-align: center;
  }
  .col-sp-6 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%;
    float: left;
  }
  .col-sp-6:nth-child(odd) {
    padding-right: 0;
  }
  .col-sp-6:nth-child(even) {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}
@media screen and (max-width: 400px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  body header .container .drawer-container .drawer-nav ul .logo {
    padding-left: 10px;
    text-align: left;
  }
}
.colm3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
}
.colm3:after {
  content: "";
  display: block;
  width: 30%;
}
.colm3 .colm {
  width: 30%;
  margin-bottom: 30px;
}
.colm3 .colm .works_wrap .photo {
  margin-right: 0 !important;
}
@media screen and (max-width: 760px) {
  .colm3 .colm {
    width: 49%;
  }
}
