@charset "UTF-8";
/*
TOPページ用CSS
*/
/*ボーダーカラー*/
/*良く使う色*/
/*フォントサイズ*/
/*
投稿
*/
.main-box {
  /*商品別用*/
  /*共通*/
}

.main-box.item {
  /*background: #f9eecd;*/
}

.main-box.item #builder-menu {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  background-image: url(./img/common/border01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}

.main-box.item #builder-menu .icon {
  position: absolute;
  height: 180px;
  width: 230px;
  bottom: 0;
}

.main-box.item #builder-menu .icon .man {
  position: absolute;
  bottom: 4px;
  z-index: 100;
  width: 134px;
}

.main-box.item #builder-menu .icon .man img {
  display: block;
  width: 100%;
}

.main-box.item #builder-menu .icon .num {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  color: #fff;
  background-image: url(./img/common/icon-circle01.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 126px;
  height: 127px;
}

.main-box.item #builder-menu .icon .num .top {
  width: 126px;
  text-align: center;
  position: absolute;
  top: 23px;
  left: 0;
  font-size: 16.25px;
  line-height: 1.2;
}

.main-box.item #builder-menu .icon .num .bottom {
  width: 126px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 4px;
  font-size: 25px;
}

.main-box.item #builder-menu .icon .num .bottom .label {
  font-size: 16.25px;
}

.main-box.item #builder-menu .menu {
  float: right;
  width: 715px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.main-box.item #builder-menu .menu li {
  list-style: none;
  float: left;
  margin-left: 4px;
}

.main-box.item #builder-menu .menu li:last-of-type a {
  width: 351px;
  background-image: url(./img/common/btn-menu01-long.png);
}

.main-box.item #builder-menu .menu li:last-of-type a.active, .main-box.item #builder-menu .menu li:last-of-type a:hover {
  background-image: url(./img/common/btn-menu01-long-active.png);
}

.main-box.item #builder-menu .menu a {
  display: table-cell;
  background-image: url(./img/common/btn-menu01.png);
  background-position: center 0;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  padding-top: 12px;
  width: 174px;
  height: 73px;
  line-height: 20px;
}

.main-box.item #builder-menu .menu a.active, .main-box.item #builder-menu .menu a:hover {
  background-image: url(./img/common/btn-menu01-active.png);
  color: #fff;
}

.main-box.item .posts a:nth-of-type(4n+1) .post {
  clear: none;
}

.main-box.item .posts a:nth-of-type(3n+1) .post {
  clear: left;
}

.main-box.item .link {
  text-align: center;
  margin-bottom: 20px;
}

.main-box .main-contents:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.main-box .main-contents .left {
  float: left;
  width: 210px;
  margin-left: 15px;
  margin-top: 8px;
  margin-bottom: 30px;
}

.main-box .main-contents .right {
  float: right;
  width: 720px;
}

.main-box .side-menu {
  background-image: url(./img/common/box-bg04.png);
  background-position: center center;
  background-repeat: repeat;
  border-radius: 8px;
  border: 3px solid #8c5217;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 25px;
}

.main-box .side-menu .title {
  position: absolute;
  top: -5px;
  left: 2px;
}

.main-box .side-menu ul {
  padding: 0 8px;
  display: block;
}

.main-box .side-menu ul li {
  font-size: 14px;
  list-style: none;
  display: block;
  background-image: url(./img/common/border04.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.main-box .side-menu ul li a {
  display: block;
  width: 100%;
  background-image: url(./img/common/icon-arrow02.png);
  background-position: left 19px;
  vertical-align: middle;
  background-repeat: no-repeat;
  color: #fff;
  padding: 10px 0 10px 15px;
}

.main-box .side-menu ul li ul {
  margin-top: -10px;
  padding: 0;
  padding-bottom: 10px;
  margin-left: 20px;
}

.main-box .side-menu ul li ul li {
  background: none;
}

.main-box .side-menu ul li ul li a {
  padding: 0;
  background: none;
}

.main-box .side-menu ul li ul li a:before {
  content: "・";
}

.main-box .posts {
  overflow: hidden;
}

.main-box .posts a:nth-of-type(4n+1) .post {
  clear: left;
}

.main-box .posts .post {
  float: left;
  width: 206px;
  margin-left: 26px;
  margin-bottom: 20px;
  position: relative;
}

.main-box .posts .post.is-new:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 16px;
  display: block;
  background-image: url(./img/common/icon-new02.png);
  background-position: center center;
  background-repeat: no-repeat;
  top: 22px;
  left: 0px;
  z-index: 1;
}

.main-box .posts .post .post-thumbnail {
  position: relative;
  background-image: url(./img/top/top-box-img-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 206px;
  height: 161px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-box .posts .post .post-thumbnail img {
  width: auto;
}

.main-box .posts .post .post-title {
  font-size: 14px;
  width: 187px;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 6px;
}

.main-box .posts .post .post-text {
  font-size: 12px;
  width: 187px;
  margin: 0 auto;
}

.main-box .posts .post .post-date {
  display: block;
  text-align: right;
  font-size: 11px;
  line-height: 18px;
  color: #aaaaaa;
  padding-right: 12px;
}

.main-box .results-box {
  background-image: url(./img/top/top-results-box.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 940px;
  height: 354px;
  margin: 0 auto 8px;
  padding-top: 142px;
}

.main-box .results-box .taxonomy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 905px;
  margin: 0 auto;
}

.main-box .results-box .taxonomy .tax {
  padding: 5px 20px;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 0 3px white;
          box-shadow: 0 0 0 3px white;
  background-image: url(./img/common/icon-arrow05.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 25px;
  border: 2px solid #ff7800;
  width: 290px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #ff7800;
}

.main-box .results-box .taxonomy .tax:last-of-type {
  width: 100%;
  margin-bottom: 0;
}

#fence h3 {
  margin: 0 0 20px;
}

#fence .fence-box {
  background-image: url(./img/common/box-bg03.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 3px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
}

#fence .fence-box .inner {
  background-image: url(./img/common/box-bg02.png);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  padding: 25px 20px 10px;
  z-index: 1;
  border-radius: 10px;
}

#fence .fence-box .inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#fence .fence-box .inner > p {
  margin-bottom: 22px;
  font-size: 14px;
}

#fence .fence-box:before {
  content: "";
  display: block;
  width: 352px;
  height: 86px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  z-index: 1000;
}

#fence .fence-box:nth-of-type(odd):before {
  content: "";
  display: block;
  width: 340px;
  background-image: url(./img/common/decoration-right.png);
  right: 0;
}

#fence .fence-box:nth-of-type(odd) .left {
  float: left;
}

#fence .fence-box:nth-of-type(odd) .right {
  float: right;
}

#fence .fence-box:nth-of-type(even):before {
  content: "";
  display: block;
  width: 325px;
  background-image: url(./img/common/decoration-left.png);
  left: 0;
}

#fence .fence-box:nth-of-type(even) .left {
  float: right;
}

#fence .fence-box:nth-of-type(even) .right {
  float: left;
}

#fence .fence-box .left {
  width: 420px;
}

#fence .fence-box .right {
  width: 420px;
}

#fence .fence-box .title {
  background-image: url(./img/common/border05.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 20px;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

#fence .fence-box .title:before {
  content: "■";
  color: #f8b551;
}

#fence h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url(./img/fence/title-bg01-orange-l.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 834px;
  height: 43px;
  line-height: 43px;
  font-size: 22px;
  color: #ff7200;
  padding-left: 10px;
}

#fence > p {
  margin-bottom: 20px;
}

#screen-door #screen-door-box01 {
  margin-top: 55px;
  position: relative;
  background-image: url(./img/common/box-bg05.png);
  background-position: left center;
  background-repeat: repeat-y;
  padding: 60px 24px 30px;
  margin-bottom: 40px;
}

#screen-door #screen-door-box01:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -40px;
  height: 40px;
  width: 100%;
  left: 0;
  background-image: url(./img/common/box-bg05-after.png);
  background-position: left center;
  background-repeat: no-repeat;
}

#screen-door #screen-door-box01 .title {
  position: absolute;
  top: -30px;
  left: 15px;
  z-index: 100;
}

#screen-door #screen-door-box01 .decoration {
  position: absolute;
  top: -20px;
  right: 0;
}

#screen-door #screen-door-box01 .contents {
  overflow: hidden;
}

#screen-door #screen-door-box01 .contents .banner {
  width: 100%;
}

#screen-door #screen-door-box01 .text {
  width: 478px;
  margin-bottom: 14px;
  float: left;
  font-size: 14px;
}

#screen-door #screen-door-box01 .img {
  float: right;
}

#screen-door #screen-door-box02 {
  background-image: url(./img/common/box-bg03.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 3px;
  position: relative;
  margin-bottom: 40px;
}

#screen-door #screen-door-box02 .decoration {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1000;
}

#screen-door #screen-door-box02 .inner {
  background-image: url(./img/common/box-bg02.png);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  padding: 45px 20px 0;
  z-index: 1;
}

#screen-door #screen-door-box02 .inner > p {
  margin-bottom: 22px;
  font-size: 14px;
}

#screen-door #screen-door-box02 .inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#screen-door #screen-door-box02 .title {
  background-image: url(./img/common/border05.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 20px;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

#screen-door #screen-door-box02 .notes {
  margin-left: -25px;
}

#screen-door #screen-door-box02 .note {
  width: 430px;
  border: 3px solid #fff;
  background: #fbf8ee;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
  margin-left: 25px;
  margin-bottom: 30px;
  position: relative;
  float: left;
}

#screen-door #screen-door-box02 .note:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#screen-door #screen-door-box02 .note:nth-of-type(2n+1) {
  clear: left;
}

#screen-door #screen-door-box02 .note:nth-of-type(1) {
  height: 249px;
}

#screen-door #screen-door-box02 .note:nth-of-type(1) .title {
  background-image: url(./img/screen-door/title-bg01-orange.png);
  color: #ff7200;
}

#screen-door #screen-door-box02 .note:nth-of-type(2) {
  height: 249px;
}

#screen-door #screen-door-box02 .note:nth-of-type(2) .title {
  background-image: url(./img/screen-door/title-bg01-green.png);
  color: #69a403;
}

#screen-door #screen-door-box02 .note:nth-of-type(3) {
  height: 289px;
}

#screen-door #screen-door-box02 .note:nth-of-type(3) .title {
  background-image: url(./img/screen-door/title-bg01-blue.png);
  color: #3c97dd;
}

#screen-door #screen-door-box02 .note:nth-of-type(4) {
  height: 289px;
}

#screen-door #screen-door-box02 .note:nth-of-type(4) .title {
  background-image: url(./img/screen-door/title-bg01-pink.png);
  color: #f475ba;
}

#screen-door #screen-door-box02 .note .left {
  float: left;
  width: 232px;
}

#screen-door #screen-door-box02 .note .left .title {
  background-position: left top;
  background-repeat: no-repeat;
  width: 232px;
  height: 43px;
  font-size: 24px;
  padding: 5px 0 0 4px;
  margin-bottom: 10px;
}

#screen-door #screen-door-box02 .note .left .text {
  padding: 0 0 0 6px;
  width: 220px;
  line-height: 1.75;
}

#screen-door #screen-door-box02 .note .img {
  float: right;
  margin-top: 16px;
}

#screen-door #screen-door-box02 .message {
  clear: both;
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.6;
}

#screen-door #screen-door-box03 {
  background-image: url(./img/common/box-bg03.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 3px;
  position: relative;
  margin-bottom: 30px;
}

#screen-door #screen-door-box03 .decoration {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1000;
}

#screen-door #screen-door-box03 .inner {
  background-image: url(./img/common/box-bg02.png);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  padding: 45px 20px 0;
  z-index: 1;
}

#screen-door #screen-door-box03 .inner > p {
  margin-bottom: 22px;
  font-size: 14px;
}

#screen-door #screen-door-box03 .inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#screen-door #screen-door-box03 .title {
  background-image: url(./img/common/border05.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 20px;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

#screen-door #screen-door-box03 .notes {
  margin-left: -17px;
}

#screen-door #screen-door-box03 .notes:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#screen-door #screen-door-box03 .note {
  width: 290px;
  background-color: #fff;
  border: 4px solid #7aa53d;
  border-width: 0 4px 4px;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
  float: left;
  margin-left: 17px;
}

#screen-door #screen-door-box03 .note:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#screen-door #screen-door-box03 .note .title {
  background-image: url(./img/item-top/box-head-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  text-align: center;
  width: 291px;
  height: 65px;
  position: absolute;
  left: -4px;
  top: -13px;
  font-size: 24px;
  color: #fff;
  padding: 10px 0 0;
}

#screen-door #screen-door-box03 .note .text {
  padding: 65px 15px;
}

#screen-door #screen-door-box04 {
  background-image: url(./img/common/box-bg03.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 3px;
  position: relative;
  margin-bottom: 30px;
}

#screen-door #screen-door-box04 .decoration {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1000;
}

#screen-door #screen-door-box04 .inner {
  background-image: url(./img/common/box-bg02.png);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  padding: 45px 20px 0;
  z-index: 1;
}

#screen-door #screen-door-box04 .inner > p {
  margin-bottom: 22px;
  font-size: 14px;
}

#screen-door #screen-door-box04 .inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#screen-door #screen-door-box04 .title {
  background-image: url(./img/common/border05.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 20px;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

#screen-door #screen-door-box04 .notes {
  margin-left: -17px;
}

#screen-door #screen-door-box04 .notes:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#screen-door #screen-door-box04 .note {
  background-color: #f8f3e2;
  border-width: 0 4px 4px;
  margin-bottom: 30px;
  position: relative;
  margin-left: 17px;
  padding: 0 20px 20px;
}

#screen-door #screen-door-box04 .note:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#screen-door #screen-door-box04 .note:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -22px;
  height: 22px;
  width: 100%;
  left: 0;
  background-image: url(./img/common/box-bg-after.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}

#screen-door #screen-door-box04 .note .box-title {
  background-position: left top;
  background-repeat: no-repeat;
  height: 64px;
  position: absolute;
  top: 6px;
  left: -11px;
  font-size: 24px;
  color: #fff;
  padding: 10px 0 0;
}

#screen-door #screen-door-box04 .note .text {
  padding: 90px 0 0;
  margin-bottom: 20px;
}

#fooor-coatings #fooor-coatings-box01 {
  margin-top: 55px;
  position: relative;
  background-image: url(./img/common/box-bg05.png);
  background-position: left center;
  background-repeat: repeat-y;
  padding: 60px 24px 30px;
  margin-bottom: 40px;
}

#fooor-coatings #fooor-coatings-box01:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -40px;
  height: 40px;
  width: 100%;
  left: 0;
  background-image: url(./img/common/box-bg05-after.png);
  background-position: left center;
  background-repeat: no-repeat;
}

#fooor-coatings #fooor-coatings-box01 .title {
  position: absolute;
  top: -30px;
  left: 15px;
  z-index: 100;
}

#fooor-coatings #fooor-coatings-box01 .decoration {
  position: absolute;
  top: -20px;
  right: 0;
}

#fooor-coatings #fooor-coatings-box01 .contents {
  overflow: hidden;
}

#fooor-coatings #fooor-coatings-box01 .contents .banner {
  width: 100%;
}

#fooor-coatings #fooor-coatings-box01 .text {
  width: 540px;
  margin-bottom: 14px;
  float: left;
  font-size: 14px;
  padding-left: 10px;
  line-height: 1.8;
}

#fooor-coatings #fooor-coatings-box01 .img {
  float: right;
  padding-right: 20px;
}

#fooor-coatings #fooor-coatings-box02 {
  background-image: url(./img/foor-coatings/bg01.png);
  height: 387px;
}

#fooor-coatings #fooor-coatings-box02:before {
  background-image: url(./img/foor-coatings/subtitle01.png);
  height: 62px;
  width: 233px;
}

#fooor-coatings #fooor-coatings-box03 {
  background-image: url(./img/foor-coatings/bg02.png);
  height: 470px;
}

#fooor-coatings #fooor-coatings-box03:before {
  background-image: url(./img/foor-coatings/subtitle02.png);
  height: 62px;
  width: 200px;
}

#fooor-coatings #fooor-coatings-box04 {
  background-image: url(./img/foor-coatings/bg03.png);
  height: 387px;
}

#fooor-coatings #fooor-coatings-box04:before {
  background-image: url(./img/foor-coatings/subtitle03.png);
  height: 60px;
  width: 167px;
}

#fooor-coatings .fooor-coatings-box {
  position: relative;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 60px 30px 30px;
  margin: 30px auto;
  width: 920px;
}

#fooor-coatings .fooor-coatings-box:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#fooor-coatings .fooor-coatings-box:before {
  position: absolute;
  content: "";
  display: block;
  top: -10px;
  left: 15px;
  background-position: left center;
  background-repeat: no-repeat;
}

#fooor-coatings .fooor-coatings-box .title {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 50px;
  font-size: 24px;
  padding-right: 50px;
  margin-bottom: 15px;
}

#fooor-coatings .fooor-coatings-box .title:before, #fooor-coatings .fooor-coatings-box .title:after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 34px;
  background-position: left center;
  background-repeat: no-repeat;
}

#fooor-coatings .fooor-coatings-box .title:before {
  width: 43px;
  background-image: url(./img/foor-coatings/bg-before.png);
  top: 0;
  left: 0;
}

#fooor-coatings .fooor-coatings-box .title:after {
  width: 38px;
  background-image: url(./img/foor-coatings/bg-after.png);
  top: 0;
  right: 0;
}

#fooor-coatings .fooor-coatings-box .left {
  width: 522px;
  float: left;
}

#fooor-coatings .fooor-coatings-box .left .text {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.75;
}

#fooor-coatings .fooor-coatings-box .right {
  width: 320px;
  float: right;
}

#fooor-coatings .fooor-coatings-box .right .warranty {
  text-align: center;
  line-height: 32px;
  font-weight: bold;
}

#fooor-coatings .fooor-coatings-box .right .warranty img {
  vertical-align: top;
  margin-right: 5px;
}

#outdoor-facility #outdoor-facility-box01 {
  background-image: url(./img/common/box-bg03.png);
  background-position: center center;
  background-repeat: repeat;
  padding: 3px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  border-radius: 4px;
}

#outdoor-facility #outdoor-facility-box01 .inner {
  background-image: url(./img/common/box-bg02.png);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  padding: 25px 35px 10px;
  z-index: 1;
  border-radius: 4px;
}

#outdoor-facility #outdoor-facility-box01 .inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#outdoor-facility #outdoor-facility-box01 .inner > p {
  margin-bottom: 22px;
  font-size: 14px;
}

#outdoor-facility #outdoor-facility-box01:before {
  content: "";
  display: block;
  height: 86px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  z-index: 1000;
  width: 340px;
  background-image: url(./img/common/decoration-right.png);
  right: 0;
}

#outdoor-facility #outdoor-facility-box01 .left {
  float: left;
  width: 542px;
  padding-top: 40px;
  line-height: 1.75;
}

#outdoor-facility #outdoor-facility-box01 .right {
  float: right;
  width: 272px;
  margin-right: 30px;
}

#outdoor-facility #outdoor-facility-box01 .title {
  position: absolute;
  top: -25px;
  left: 20px;
}

#outdoor-facility #outdoor-facility_containers {
  position: relative;
  margin-bottom: 40px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(1) {
  background-image: url(./img/outdoor-facility/bg01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 1479px;
  padding-top: 20px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(1) .cloud {
  background-image: url(./img/outdoor-facility/cloud01.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 898px;
  height: 261px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(1) .cloud:nth-of-type(odd) {
  margin-left: 10px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(1) .cloud:nth-of-type(even) {
  margin-left: 24px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) {
  background-image: url(./img/outdoor-facility/bg02.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 1981px;
  padding-top: 70px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .title-box {
  margin-bottom: 50px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:before {
  top: -40px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud .left {
  float: left;
  width: 330px;
  padding-top: 10px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud .right {
  float: right;
  width: 245px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(odd) {
  padding: 35px 30px 0 40px;
  margin-left: 10px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(even) {
  padding: 35px 30px 0 40px;
  margin-left: 350px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(1) {
  background-image: url(./img/outdoor-facility/cloud02.png);
  width: 647px;
  height: 193px;
  margin-bottom: 20px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(1) .right {
  position: absolute;
  width: 210px;
  top: -30px;
  right: 20px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(2) {
  background-image: url(./img/outdoor-facility/cloud03.png);
  width: 459px;
  height: 167px;
  margin-bottom: 25px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(2) .right {
  position: absolute;
  width: 210px;
  top: 40px;
  right: -100px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(3) {
  background-image: url(./img/outdoor-facility/cloud03.png);
  width: 459px;
  height: 167px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(3) .right {
  position: absolute;
  width: 210px;
  top: -35px;
  right: -120px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(4) {
  background-image: url(./img/outdoor-facility/cloud02.png);
  width: 647px;
  height: 193px;
  margin-left: 260px;
  margin-bottom: 65px;
  padding-left: 50px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(4) .right .img {
  position: absolute;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(4) .right .img:nth-of-type(1) {
  width: 226px;
  height: 220px;
  top: -20px;
  left: -199px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(4) .right .img:nth-of-type(2) {
  width: 160px;
  height: 156px;
  top: 80px;
  right: 0px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(5) {
  background-image: url(./img/outdoor-facility/cloud02.png);
  width: 647px;
  height: 193px;
  margin-left: 20px;
  margin-bottom: 33px;
  padding-left: 50px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(5) .right .img {
  position: absolute;
  width: 226px;
  height: 220px;
  top: -30px;
  right: -0px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(6) {
  background-image: url(./img/outdoor-facility/cloud02.png);
  width: 647px;
  height: 193px;
  margin-left: 200px;
  margin-bottom: 33px;
  padding-left: 50px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(6) .right .img {
  position: absolute;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(6) .right .img:nth-of-type(1) {
  width: 204px;
  height: 200px;
  top: -20px;
  left: -179px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(2) .cloud:nth-of-type(6) .right .img:nth-of-type(2) {
  width: 143px;
  height: 140px;
  top: 80px;
  right: 0px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) {
  background-image: url(./img/outdoor-facility/bg03.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 1623px;
  padding-top: 70px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .title-box {
  margin-bottom: 50px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud {
  background-image: url(./img/outdoor-facility/cloud02.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 647px;
  height: 193px;
  clear: both;
  position: relative;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud .left {
  padding-top: 15px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud:nth-of-type(odd) {
  margin-left: 10px;
  float: left;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud:nth-of-type(odd):before {
  top: -30px;
  left: 20px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud:nth-of-type(odd) .img {
  top: -50px;
  right: -110px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud:nth-of-type(even) {
  margin-left: 0;
  float: right;
  padding-left: 210px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud:nth-of-type(even):before {
  top: -30px;
  right: 20px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud:nth-of-type(even) .left {
  float: left;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud:nth-of-type(even) .img {
  top: -30px;
  left: -120px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud:nth-of-type(1) {
  margin-bottom: 45px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud:nth-of-type(2) {
  margin-bottom: 70px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud:nth-of-type(3) {
  margin-bottom: 50px;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .cloud .img {
  position: absolute;
  top: 0;
}

#outdoor-facility #outdoor-facility_containers .container:nth-of-type(3) .foot-text {
  clear: both;
}

#outdoor-facility #outdoor-facility_containers .title-box {
  background-image: url(./img/outdoor-facility/title-box-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 910px;
  height: 281px;
  padding: 46px 0 0 46px;
  margin: 0 auto 35px;
  position: relative;
}

#outdoor-facility #outdoor-facility_containers .title-box .title {
  position: absolute;
  top: 15px;
  left: 40px;
  font-size: 20px;
  /*
                color: #69a403;
                background-image: url(./img/outdoor-facility/title-bg01.png);
                background-position: center top;
                background-repeat: no-repeat;
                */
  width: 835px;
  height: 43px;
  line-height: 43px;
  margin-bottom: 15px;
}

#outdoor-facility #outdoor-facility_containers .title-box .text {
  padding-top: 50px;
  width: 835px;
  font-size: 14px;
  line-height: 1.6;
}

#outdoor-facility #outdoor-facility_containers .clouds {
  margin-bottom: 55px;
}

#outdoor-facility #outdoor-facility_containers .cloud {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}

#outdoor-facility #outdoor-facility_containers .cloud:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#outdoor-facility #outdoor-facility_containers .cloud:before {
  content: "";
  display: block;
  height: 86px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  z-index: 1000;
  width: 340px;
  height: 86px;
}

#outdoor-facility #outdoor-facility_containers .cloud .left {
  width: 509px;
  padding-top: 40px;
}

#outdoor-facility #outdoor-facility_containers .cloud .right {
  width: 310px;
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(odd) {
  padding: 35px 30px 0 40px;
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(odd):before {
  width: 325px;
  background-image: url(./img/common/decoration-left.png);
  left: 30px;
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(odd) .left {
  float: left;
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(odd) .right {
  float: right;
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(even) {
  padding: 35px 50px 0 5px;
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(even):before {
  width: 340px;
  background-image: url(./img/common/decoration-right.png);
  right: 30px;
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(even) .left {
  float: right;
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(even) .right {
  float: left;
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(1) .left .title {
  background-image: url(./img/outdoor-facility/title-bg02.png);
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(2) .left .title {
  background-image: url(./img/outdoor-facility/title-bg03.png);
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(3) .left .title {
  background-image: url(./img/outdoor-facility/title-bg04.png);
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(4) .left .title {
  background-image: url(./img/outdoor-facility/title-bg05.png);
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(5) .left .title {
  background-image: url(./img/outdoor-facility/title-bg02.png);
}

#outdoor-facility #outdoor-facility_containers .cloud:nth-of-type(6) .left .title {
  background-image: url(./img/outdoor-facility/title-bg03.png);
}

#outdoor-facility #outdoor-facility_containers .cloud .left {
  float: left;
}

#outdoor-facility #outdoor-facility_containers .cloud .left .title {
  font-size: 18px;
  margin-bottom: 15px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 327px;
  height: 43px;
  line-height: 43px;
}

#outdoor-facility #outdoor-facility_containers .cloud .right {
  float: right;
}

#outdoor-facility #outdoor-facility_containers .foot-text {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}
