@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #fff;
  color: #767879;
  font: 300 13px/24px 'Ubuntu', "メイリオ", sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 41px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 500 40px/40px 'Ubuntu', "メイリオ", sans-serif;
  color: #303334;
  margin-top: 95px;
  letter-spacing: 1px;
}
h3 {
  font: 500 20px/24px 'Ubuntu', "メイリオ", sans-serif;
  color: #303334;
  margin-top: 31px;
  letter-spacing: 1px;
}
h4 {
  font: 300 20px/25px 'Ubuntu', "メイリオ", sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  position: relative;
  z-index: 100;
}
.content_header {
  padding-bottom: 83px;
  background: url(../images/header_bg1.jpg) 50% bottom no-repeat !important;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 0px;
  margin-right: 5px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 10px;
    top: 0px;
    left: 0px;
}
.sf-menu > li:last-child,
.sf-menu > li#last-li {
  margin: 0;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 50px 0px;
  width: 86px;
  font: 500 17px/30px 'Ubuntu', "メイリオ", sans-serif;
  text-align: center;
  color: #303234;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  z-index: 1;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  height: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 100%;
  height: 0%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #89AA45;
  opacity: 0;
  /* css triangle =============================================*/
}
.sf-menu > li > a strong:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 43px solid transparent;
  border-right: 43px solid transparent;
  border-top: 20px solid #89AA45;
  position: absolute;
  bottom: -20px;
  left: 0;
  margin-left: 0;
}
.sf-menu > li.current > a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  height: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.sfHover > a strong {
  height: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 130px;
  left: -15px;
  background: #89AA45;
  padding: 25px 10px 10px 20px;
  width: 125px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 500 17px/20px 'Ubuntu', "メイリオ", sans-serif;
  color: #ffffff;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #ffb1a3;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #ffb1a3;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  left: 106px;
  background: #89AA45;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li {
    margin-left: 1px;
  }
  nav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    width: 76px;
  }
  .sf-menu > li > a strong:before {
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #89AA45;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 0px 0 0px;
  z-index: 999;
  border-bottom: 1px solid #eee;
}
.isStuck h1 {
  margin-top: 2px;
  /*height: 100px;*/
}
.isStuck .sf-menu > li > a {
  padding: 10px 0;
}
.isStuck .sf-menu > li > a strong:before {
  display: none;
}
.isStuck .sf-menu ul {
  top: 50px;
}
.isStuck .sf-menu ul ul {
  top: 25px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #89AA45;
  text-decoration: none;
}
a.link1 {
  color: #89AA45;
}
a.link1:hover {
  color: #000;
}
a.link2:hover {
  color: #000;
}
a.link3 {
  color: #89AA45;
  text-decoration: underline;
}
a.link3:hover {
  color: #000;
  text-decoration: underline;
}
.txt01 {
  font: 500 24px/30px 'Ubuntu', "メイリオ", sans-serif;
  margin-top: 0px;
  text-transform: uppercase;
}
.txt0 {
  font: 500 24px/30px 'Ubuntu', "メイリオ", sans-serif;
  color: #fff;
  margin-top: 0px;
  text-transform: uppercase;
}
.txt1 {
  font: 500 24px/30px 'Ubuntu', "メイリオ", sans-serif;
  color: #fff;
  margin-top: 53px;
  text-transform: uppercase;
}
.txt20 {
  font: 500 24px/30px 'Ubuntu', "メイリオ", sans-serif;
  color: #303334;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.txt21 {
  font: 500 24px/30px 'Ubuntu', "メイリオ", sans-serif;
  color: #303334;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.txt2 {
  font: 500 24px/30px 'Ubuntu', "メイリオ", sans-serif;
  color: #303334;
  margin-top: 59px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.txt2 span {
  font: 500 14px/20px 'Ubuntu', "メイリオ", sans-serif;
  text-transform: none;
  margin-top: 7px;
  display: inline-block;
  letter-spacing: 0px;
}
.txt3 {
  font: bold 14px/20px 'Ubuntu', "メイリオ", sans-serif;
  color: #fff;
  margin-top: 13px;
  letter-spacing: 1px;
}
.txt4 {
  font-size: 18px;
  color: #fff;
  margin-top: 19px;
}
.txt5 {
  font: bold 64px/56px 'Ubuntu', "メイリオ", sans-serif;
  color: #303334;
  margin-top: 35px;
  text-transform: uppercase;
}
.txt6 {
  font: bold 18px/26px 'Ubuntu', "メイリオ", sans-serif;
  color: #767879;
  margin-top: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-left: -60px;
}
.txt7 {
  font: 500 18px/26px 'Ubuntu', "メイリオ", sans-serif;
  color: #303334;
  margin-top: 28px;
  margin-bottom: -10px;
}
.color0 {
  color: #000000;
}
.color1 {
  color: #fff;
}
.color2 {
  color: #303334;
}
.color3 {
  color: #fff;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 70px;
}
.mar1 {
  margin: 0 7px;
}
.lh22 {
  line-height: 22px;
}

.marTop1000 {
  margin-top: 50px;
    padding-bottom: 200px;
}
.marTop0 {
  margin-top: 50px;
  padding-bottom: 100px;
}
.marTop1 {
  margin-top: 50px;
}
.marTop2 {
  margin-top: 57px;
  padding-bottom: 87px;
}
.marTop3 {
  margin-top: 30px;
}
.marTop4 {
  margin-top: 150px;
}
.marTop5 {
  margin-top: 8px;
}
.marTop6 {
  margin-top: 24px;
}
.marTop7 {
  margin-top: 13px;
}
.marTop8 {
  margin-top: 100px;
  padding-bottom: 200px;
}
.marTop9 {
  margin-top: 27px;
}
.marTop10 {
  margin-top: 40px;
}
.marTop11 {
  margin-top: 37px;
  padding-bottom: 12px;
    top: 0px;
    left: 0px;
}
.marTop12 {
  margin-top: 20px;
}
.marTop13 {
  margin-top: 20px;
}
.marTop14 {
  margin-top: 42px;
}
.marTop15 {
  margin-top: 217px;
  padding-bottom: 252px;
}
.marTop16 {
  margin-top: 18px;
  margin-bottom: 21px;
}
.marTop17 {
  margin-top: 40px;
}
.marTop18 {
   margin-top: 100px;
 margin-bottom: 150px;
 
}
.marTop19 {
   margin-top: 100px;
}

.banner2,
.banner2 h2 {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner2:hover,
.banner2:hover h2 {
  color: #89AA45;
}
.hline {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 9px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img0 {
  margin-top: 60px;
  margin-bottom: 10px;
}
.img1 {
  margin-top: 30px;
}
.img2 {
  margin-top: 33px;
}
.img3 {
  margin-top: 55px;
  margin-bottom: 39px;
}
.img4 {
  margin-top: 25px;
  float: left;
  margin-right: 30px;
}
.img5 {
  margin-top: 35px;
  margin-right: -2px;
}
.img6 {
  margin-top: 31px;
}
.img_holder {
  margin-right: -30px;
}
.img7 {
  margin-top: 25px;
  float: left;
  margin-right: 30px;
}
blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.num_section {
  font: 500 36px/68px 'Ubuntu', "メイリオ", sans-serif;
  float: left;
  color: #fff;
  width: 70px;
  text-align: center;
  background: #89AA45;
  display: block;
  margin-top: 36px;
  margin-right: 30px;
}
.num_section2 {
  font: 500 36px/64px 'Ubuntu', "メイリオ", sans-serif;
  float: left;
  color: #fff;
  width: 64px;
  border: 2px solid #fff;
  border-radius: 500px;
  text-align: center;
  display: block;
  margin-top: 36px;
  margin-right: 32px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px 'Ubuntu', "メイリオ", sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Ubuntu', "メイリオ", sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 35px;
  margin-bottom: -14px;
}
.listWithMarker li {
  display: block;
  padding-left: 19px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f105';
  font: normal normal 13px/20px 'FontAwesome';
  color: #89AA45;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  color: #89AA45;
  text-decoration: none;
  font: 500 15px/20px "Ubuntu", "メイリオ", sans-serif;
  letter-spacing: 1px;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #000;
}
.listWithMarker2 {
  margin: 0;
  margin-top: 33px;
  margin-bottom: -14px;
  border-top: 1px solid #e1e2e2;
}
.listWithMarker2 li {
  display: block;
  padding-right: 60px;
  position: relative;
  border-bottom: 1px solid #e1e2e2;
    top: -15px;
    left: -127px;
}
.listWithMarker2 li:before {
  position: absolute;
  content: '\f054';
  font: normal normal 30px/50px 'FontAwesome';
  color: #89AA45;
  top: 10px;
  right: 30px;
  color: #303334;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.listWithMarker2 li a {
  color: #303334;
  text-decoration: none;
  font: 500 40px/50px "Ubuntu", "メイリオ", sans-serif;
  letter-spacing: 1px;
  padding: 9px 0 8px;
  display: block;
  letter-spacing: -1px;
}
.listWithMarker2 li a:hover,
.listWithMarker2 li.current a {
  color: #89AA45;
}
.listWithMarker2 li:hover:before {
  color: #89AA45;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 37px;
  padding: 21px 52px;
  text-decoration: none;
  font: 500 16px/22px "Ubuntu", "メイリオ", sans-serif;
  color: #303234;
  background: #fff;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #fff;
  background: #89AA45;
}
.more_btn0 {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  text-decoration: none;
  font: 500 15px/22px "Ubuntu", "メイリオ", sans-serif;
  color: #fff;
  background: #89AA45;
  text-transform: uppercase;
}

.more_btn0:hover {
  color: #fff;
  background: #FF8C00;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}

.more_btn20 {
  display: inline-block;
  margin-top: 47px;
  padding: 13px 42px;
  text-decoration: none;
  font: 500 15px/22px "Ubuntu", "メイリオ", sans-serif;
  color: #fff;
  background: #89AA45;
  text-transform: uppercase;
}
.more_btn20.v2 {
  color: #89AA45;
  background: #fff;
  padding: 13px 44px;
}
.more_btn20:hover {
  color: #fff;
  background: #FF8C00;
}

.more_btn2 {
  display: inline-block;
  margin-top: 47px;
  padding: 13px 42px;
  text-decoration: none;
  font: 500 15px/22px "Ubuntu", "メイリオ", sans-serif;
  color: #fff;
  background: #89AA45;
  text-transform: uppercase;
}
.more_btn2.v2 {
  color: #89AA45;
  background: #fff;
  padding: 13px 44px;
}
.more_btn2:hover {
  color: #fff;
  background: #FF8C00;
   -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px); 
}
.more_btn3 {
  display: inline-block;
  margin-top: 59px;
  text-decoration: none;
  font: 500 16px/22px "Ubuntu", "メイリオ", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.more_btn3.v2 {
  margin-top: 30px;
}
.more_btn3:hover {
  color: #000;
}

/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat #89AA45;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 6px;
  white-space: nowrap;
  text-align: left;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 31px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #303334;
}
.soc_icons i {
  font: normal normal 25px/30px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #89AA45;
  text-decoration: none;
}
/*----------- end social icons ----------------*/
.icon_holder1 {
  position: relative;
  width: 100%;
  height: 270px;
  display: block;
  margin-top: 55px;
  background: #fff;
  color: #89AA45;
  text-align: center;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  margin-bottom: 48px;
}
.icon_holder1:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  background: url(../images/corner1.png) no-repeat 0 0;
}
.icon_holder1 i {
  font: normal normal 103px/270px 'FontAwesome';
}
.banner1:hover .icon_holder1 {
  background:  63px 0;
  color: #fff;
}

.banner1:hover .plane_txt {
  background: #7ac673;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.banner1:hover .date_txt {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  color: #fff;
}
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 86px 0;
  background: #fff;
  overflow: hidden;
}
.content_pages {
  padding-bottom: 123px !important;
}
.box-0 {
  background: url('../images/bg4.jpg') 50% 0;
  padding: 50px 0 350px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.inner_plane0 {
  background: #fff;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 0 131px;
  width: 1524px;
}
.box-1 {
  background: url('../images/bg3.jpg') 50% 0;
  padding: 350px 0 350px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-1.bg2 {
  background: url('../images/bg2.jpg') 50% 0;
}
.box-1.bg3 {
  background: url('../images/bg3.jpg') 50% 0;
}

.inner_plane1 {
  background: #fff;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 0 131px;
  width: 1524px;
}
.box-20 {
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding: 63px 0 147px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #89AA45;
}
.box-2 {
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding: 10px 0 150px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #89AA45;
    top: 0px;
    left: 0px;
}
.box-2 h2 {
  margin-top: 150px;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map ****/
.map {
  margin-top: 18px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 430px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}
.address1 dt {
  margin-bottom: 1px;
}
.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 18px 0 40px;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  color: #303334;
}
.txt_priv {
  float: left;
  /*min-width: 280px;*/
  margin-right: 52px;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
}
.skill_1,
.skill_2,
.skill_3,
.skill_4 {
  /*border-radius: 500px;*/
  position: relative;
  width: 186px;
  height: 186px;
  max-width: 100%;
  margin-top: 42px;
  margin-left: 11px;
}
/*.skill_1 {  
  background: #0d76a2;
}
.skill_2 {  
  background: #4d8a1b;
}
.skill_3 {  
  background: #a09f10;
  .skill_number {
    color: #000;
  }
}
.skill_4 {  
  background: #a22727;
}*/
.skill_number {
  font: bold 48px/50px 'Ubuntu', "メイリオ", sans-serif;
  color: #767879;
  position: absolute;
  top: 66px;
  left: 9px;
  text-align: center;
  width: 100%;
  letter-spacing: -1px;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #303334;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #bb3d27;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/

@media only screen and (max-width: 1555px) {
  .inner_plane1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }
  .padRight1 {
    padding-right: 0;
  }
  .img4 {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .img5 {
    width: 50%;
    margin-right: -3px;
  }
  .listWithMarker2 li a {
    font: 500 26px/30px "Ubuntu", "メイリオ", sans-serif;
  }
  .listWithMarker2 li:before {
    font: normal normal 20px/30px 'FontAwesome';
    top: 10px;
    right: 20px;
  }
  .txt6 {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
  .txt5 {
    font: bold 44px/46px 'Ubuntu', "メイリオ", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  .img_holder {
    margin: 0;
  }
  .mobile_center {
    text-align: center;
  }
  .skill_1,
  .skill_2,
  .skill_3,
  .skill_4 {
    margin-left: 0;
    display: inline-block;
  }
  .txt_priv {
    float: none;
    margin-right: 0;
    letter-spacing: 0px;
  }
  .img7 {
    float: none;
    margin-right: 0;
  }
}
/*Core variables and mixins*/
/*========================================================
								会社　テーブル 
=========================================================*/
table.company {
    width: 1000px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #89AA45;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #89AA45;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #89AA45 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}


section table   { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd;  color: #fff;}
section th  { background: #89AA45; }
 
 
/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
    .demo01 { margin: 0 -10px; }
    .demo01 th,
    .demo01 td{
        width: 100%;
        display: block;
        border-top: none;
    }
    .demo01 tr:first-child th   { border-top: 1px solid #ddd; }
}


table {
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top:#FF8C00 4px solid;
}    
th.t_down {
    border-bottom:#FF8C00 4px solid;    
}
th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top:#FF8C00 4px solid;
}
td.t_down {
	border-bottom:#FF8C00 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}

.bordered tr:hover
{
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}



/*========================================================
									画像拡大
=========================================================*/
.scale {
   
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/*========================================================
									画像回転
=========================================================*/

.img-block {
  overflow: hidden;
}
.img-block img {
  transition: 0.5s;
}
.img-block img:hover {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

