/*
Template Name: fontanero

Description: HTML5 / CSS3 Multi Page
Version: 1.0
Develop by: uiCookies.com
*/
/*------------------------------------------------------------------
[Layout]

* body
  + wrapper / #wrapper
    + offcanvas-pusher /
      + content-wrapper /
        + container /
          - header
            -header-wrapper
              -header-top
              -main-nav-bar
        + container-fluid
          -banner-section
            -carousel / slide
              -carousel-indicators
              -carousel-inner
        + container /
          -welcome-section
        + container /  
          -service-section
            -tablist
            -tab-content
        + container /
          -service-activity
            -activity-head
            -activity-list-items
              -activity-list
        + quote-section /
          - container 
          - quote
        + container / 
          -our-clients-carousel
            -our-client-thumb
              -item
        + container /
          -footer-top
          -footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
  [Color codes]


# Background   : #ffffff
# Content      : #888888
# Header h1    : #888888
# Header h2    : #888888
# Footer       : #888888

# a (standard) : #ffffff
# a (visited)  : #fdc312
# a (active)   : #fdc312
-------------------------------------------------------------------*/
/*
   * What follows is the result of much research on cross-browser styling.
   * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
   * Kroc Camen, and the H5BP dev community and team.
   */
/* ==========================================================================
     Base styles: opinionated defaults
========================================================================== */
html, button, input, select, textarea {
  color: #5555555;
}
html {
  font-size: 14px;
  line-height: 1.5em;
}
/*
   * Remove text-shadow in selection highlight: h5bp.com/i
   * These selection rule sets have to be separate.
   * Customize the background color to match your design.
   */ ::-moz-selection {
  background: #FFE1E1;
  text-shadow: none;
}
::selection {
  text-shadow: none;
  background-color: #FFE1E1;
}
/*
   * Remove the gap between images, videos, audio and canvas and the bottom of
   * their containers: h5bp.com/i/440
*/
audio, canvas, img, video {
  vertical-align: middle;
}
/*
   * Remove default fieldset styles.
   */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
   * Allow only vertical resizing of textareas.
   */
textarea {
  resize: vertical;
  width: 100%;
  border: 1px solid #e8e8e8;
  padding: 1em 1.5em;
}
p, ul, ol, pre, table, blockquote {}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
hr {
  border: 1px solid;
  margin: -1px 0;
}
a, a:active, a:focus, a:active {
  text-decoration: none !important;
  outline: none
}
a {
  /*color : #fdc312;*/
  /*text-decoration : none;*/
  transition: all 0.2s ease 0s;
}
a:hover, a:focus {
  /*color : #fdc312;*/
  /*text-decoration : underline;*/
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
li {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*font-family: 'Raleway', sans-serif;*/
  /*color : #888888;*/
  margin: 0;
}
h1 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2.571rem;
  line-height: 1.111em;
}
h2 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2.143rem;
  line-height: 0.700em;
}
h3 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.714rem;
  line-height: 1.875rem;
  margin: 0rem;
}
h4 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.286rem;
  line-height: 1.875rem;
  margin: 0rem;
}
/*.btn {
	/*background: #FDC312;*/
color: #ffffff;
text-transform: uppercase;
padding: 4px 18px;
border-radius: 0;
display: inline-block;
-webkit-transition : all 0.3s ease 0s;
-moz-transition : all 0.3s ease 0s;
-o-transition : all 0.3s ease 0s;
transition : all 0.3s ease 0s;
}
.btn:hover, .btn-default:hover {
  background: #3c4461;
  color: #ffffff;
  border-color: #3c4461 !important;
}
*/ .btn-default.focus, .btn-default:focus {
  color: #ffffff;
  background-color: #3c4461;
  border-color: #3c4461 !important;
}
.btn2 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #AD0E16;
  background-color: #AD0E16;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 18px;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  font-size: 14px;
}
.btn2:hover, .btn-default:hover {
  background: #AD0E16;
  background-color: #AD0E16;
  color: #ffffff;
  border-color: #AD0E16 !important;
  opacity: 0.5;
  border: none !important;
}
.btn3 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #fff;
  color: #AD9F86;
  text-transform: uppercase;
  padding: 8px 0px;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  border: 1px solid #AD9F86;
  text-align: center;
}
.btn3:hover, .btn-default:hover {
  background-color: #fff !important;
  color: #AD9F86 !important;
  border: 1px solid #AD9F86 !important;
  opacity: 0.5;
}
.btn3:active, .btn-default:active {
  background-color: #fff !important;
  color: #AD9F86 !important;
  border: 1px solid #AD9F86 !important;
  opacity: 0.5;
}
.btn4 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #AD9F86;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  font-size: 12px;
}
.btn4:hover, .btn-default:hover {
  background: #AD9F86;
  color: #ffffff;
  border-color: #AD9F86 !important;
  opacity: 0.5;
}
.btn4 .btn-default.focus, .btn-default:focus {
  background: #AD9F86;
  color: #ffffff;
  border-color: #AD9F86 !important;
  opacity: 0.5;
}
.btn5 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #fff;
  color: #AD9F86;
  text-transform: uppercase;
  padding: 8px 28px;
  border-radius: 0 !important;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 15px;
  border: none;
  font-weight: bold;
}
.btn5:hover, .btn-default:hover {
  border-radius: 0 !important;
  background: #fff;
  color: #AD9F86;
  border-color: #fff !important;
  opacity: 0.5;
  border: 1px solid #AD9F86 !important;
}
.btn5 .btn-default.focus, .btn-default:focus {
  border-radius: 0 !important;
  background: #fff;
  color: #AD9F86;
  border-color: #fff !important;
  opacity: 0.5;
  border: 1px solid #AD9F86 !important;
}
.btn6 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  font-size: 13px;
  background-color: #1A523E;
  margin-top: 8px;
}
.btn6:hover, .btn-default:hover {
  background: #1A523E;
  color: #ffffff;
  border-color: #1A523E !important;
  opacity: 0.5;
  border: none !important;
}
.btn6 .btn-default.focus, .btn-default:focus {
  background: #1A523E;
  color: #ffffff;
  border-color: #1A523E !important;
  opacity: 0.5;
  border: none !important;
}
.bland-botton {
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background-color: #fff;
    color: #AD9F86;
    text-transform: uppercase;
    padding: 2px 0px;
    border-radius: 0;
    display: inline-block;
    -webkit-transition: all 0.3s 
ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s 
ease 0s;
    font-size: 14px;
    border: 1px solid #AD9F86;
    text-align: center;
    margin-bottom: 5px;
	margin-top: 1px;
	width: 50%;
	line-height: 1.5em;
}
.btn7 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #fff;
  color: #AD9F86;
  text-transform: uppercase;
  padding: 2px 0px;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 11px;
  border: 1px solid #AD9F86;
  text-align: center;
  margin-bottom: 5px;
}
.btn7:hover, .btn-default:hover {
  background-color: #fff !important;
  color: #AD9F86 !important;
  border: 1px solid #AD9F86 !important;
  opacity: 0.5;
}
.btn7:active, .btn-default:active {
  background-color: #fff !important;
  color: #AD9F86 !important;
  border: 1px solid #AD9F86 !important;
  opacity: 0.5;
}
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #4C4C4C;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.857em;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wrapper {
  background: #fff;
  width: 100% !important;
}
.header-top {
  background: #ffffff;
  /*padding: 15px 0 22px 0;*/
  padding: 15px 0 10px 0;
  overflow: hidden;
}
@media(max-width: 767px) {
  .header-top {
    margin: 0;
    border-top-width: 6px;
    border-top-style: solid;
    border-top-color: #EFE9D6;
    padding: 10px 0 0px 0;
  }
}
.logo img {
  width: 70%;
  height: auto;
}
@media(max-width: 991px) {
  .logo img {
    width: 100% !important;
    height: auto;
  }
}
@media(max-width: 767px) {
  .logo img {
    width: 50% !important;
    height: auto;
  }
}
.header-connection {
  text-align: right;
  line-height: 1.5em;
}
.header-top strong {
  color: #55595d;
}
.social li {
  display: inline-block;
  padding: 0 6px;
}
.social li:last-child {
  padding-right: 0;
}
.social a {
  color: #a4a4a4;
  font-size: .8rem;
}
.social a:hover {
  color: #fdc312;
}
.header-top p {
  margin: 0;
}
/*----------------------------
 Navigation  bar Style
-----------------------------*/
.main-nav-bar {}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-collapse, .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar {
  margin: 0;
  min-height: 0;
}
.main-nav {
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0;
}
.nav-justified {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.navbar .nav-justified > li {
  display: table-cell;
  width: 100%;
}
.main-nav ul {
  width: 100%;
  /*padding-bottom: 15px;*/
  padding-bottom: 0px;
}
.main-nav-bar .col-md-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.main-nav li {
  display: inline-block;
  margin: 5px 0px 5px 0px;
  width: 9.5%;
  text-align: center;
}
.main-nav .active {
  border-bottom: 1px solid #fdc312;
}
.main-nav li a {
  font-size: 14px;
  display: inline;
  margin-bottom: 0;
  padding: 15px 0;
  font-weight: 600;
  color: #FFFFFF;
}
.main-nav li > a:hover, .main-nav li > a:focus {
  color: #CCCCCC;
  background: transparent;
}
nav.collapse.navbar-collapse.navbar.main-nav {
  background: #AAA;
}
/*---------------------------
Breadcrumb
-------------------------*/
.breadcrumb-area {
  overflow: hidden;
  background: #ffffff;
}
.breadcrumb {
  background: #ffffff;
  padding: 15px 0 0 15px;
  margin-bottom: 1.1em;
}
.breadcrumb a {
  color: #999999;
  font-weight: 400;
}
.breadcrumb .active {
  color: #000000;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #999999;
  content: "\f101";
  font-family: FontAwesome;
}
/*---------------------------
Dropdown menu style
-------------------------*/
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: none;
}
.main-nav .dropdown-menu {
  min-width: 250px;
  background: #FFF;
  border-radius: 0;
  left: -20px !important;
  display: block;
  visibility: hidden;
  opacity: 0;
  border: 0;
  padding: 15px 0;
  margin-top: 0 !important;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*.main-nav .dropdown-menu li {
	display: block;
}*/
.main-nav .dropdown-menu li:first-child {
  padding-top: 0;
}
.main-nav .dropdown-menu li a {
  color: #8a7f6a;
  display: inline-block;
  padding: 0px 30px;
}
.main-nav .dropdown-menu li a:hover {
  color: #6c6c6c;
  background: transparent;
  border-top: 0;
}
.main-nav .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 0px !important;
}
.header-right {
  text-align: right;
  margin-right: -2px;
}
#header-right input {
  width: 28px;
  line-height: 3.3em;
  box-sizing: border-box;
  border: 0px;
  border-radius: 0px;
  font-size: 1em;
  margin-top: 1px;
  background-color: transparent;
  padding: 0;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
input.empty {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
#header-right input[type=search]:focus {
  width: 250px;
  outline: none;
  background: #eee;
  padding: 0 10px;
}
:focus::-webkit-input-placeholder {
  color: #ffffff !important;
}
:focus::-webkit-input-placeholder {
  color: ffffff !important;
}
.footer-stmenu {
  display: none;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width : 767px) {
  .logo {
    margin-bottom: 10px;
  }
  .header-wrapper {
    padding: 0;
  }
  .header-connection {
    text-align: left;
  }
  .navbar-default .navbar-toggle {
    padding: 0 .5em;
    top: -6px;
  }
  .main-nav-bar {
    position: absolute;
    top: 1.5em;
    right: 0;
    text-align: right;
    width: 15%;
	  z-index: 9999;
  }
  .footer-stmenu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
  }
  .footer-stmenu ul li {
    display: inline;
    width: 25%;
  }
	
.footer {
    margin-bottom: 60.445px;
}
}
/*---------------------------
offcanvas-menu
--------------------------*/
.offcanvas-menu {}
.offcanvas i {
  font-size: 2.2rem;
  color: rgba(174, 160, 134, .8);
}
.offcanvas button {
  margin: -5px -0.8em;
}
.navbar-header .navbar-toggle:focus, .navbar-header.navbar-toggle:hover {
  background-color: transparent;
}
.offcanvas-menu h1 {
  font-size: 1.4rem;
  padding: 1em 1.7em;
  color: #999;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.7em;
}
.offcanvas-menu ul {
  padding-bottom: 5px;
}
#menu > li {
  line-height: 2.3em;
  border-top: 1px solid rgba(000, 000, 000, 0.2);
}
#menu > li:last-child {
  border-bottom: 0;
}
#menu > li ul li {
  margin-left: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#menu li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 0 1em;
}
#menu li a:hover, #menu li.active a {
  color: #fff;
  background: rgba(000, 000, 000, 0.2);
}
#menu li.bkred {
  background-color: #ad0e16;
}
#menu li.bkred a {
  color: #FFF;
}
.offcanvas-menu .close {
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 38px;
  height: 38px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.offcanvas-menu .close:hover {
  background: rgba(0, 0, 0, .3);
  color: #fdc312;
}
/*-----------------------
 * Image Alighnment
 *-----------------------*/
.alighn-left {
  float: left;
  margin: 15px 15px 0 0;
}
.alighn-right {
  float: left;
  margin: 15px 0 15px 15px;
}
/*----------------------------------------------
  Banner-section
------------------------------------------*/
.container-fluid {
  padding: 0;
}
.carousel-caption {
  right: 15%;
  left: 49%;
  bottom: 50px;
  padding-bottom: 30px;
  text-align: left;
  text-shadow: none;
}
.carousel-caption h1 {
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
}
.carousel-caption p {
  color: #ffffff;
}
.carousel-indicators li {
  width: 4px;
  height: 4px;
  background: #ffffff;
}
.carousel-indicators .active {
  width: 6px;
  height: 6px;
  background: #FDC312;
  border: 1px solid #FDC312;
}
@media(min-width: 768px) and (max-width: 1199px) {
  .carousel-caption {
    bottom: 1em;
  }
  .carousel-caption h1 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    margin: 0;
  }
  .carousel-caption a {
    margin-top: 7px;
    padding: 0 8px;
  }
  .carousel-indicators {
    bottom: 0px;
  }
}
/*--------------------------------------------
  Welcome section style
--------------------------------------------*/
.welcome-section {
  padding: 5em 0;
  overflow: hidden;
}
.welcome-thumb {
  float: left;
  width: 36%;
  padding-right: 50px;
}
.welcome-content {
  float: left;
  width: 64%;
}
@media(max-width: 767px) {
  .welcome-thumb {
    width: 100%;
    padding: 0 0 1em;
  }
  .welcome-content {
    width: 100%;
  }
}
/*--------------------------------------------
  Service section style
--------------------------------------------*/
.service-section {
  overflow: hidden;
  padding-bottom: 5em;
}
.tablist {
  padding: 1.5em 0;
  border: 1px solid rgba(0, 0, 0, .05);
  border-left: 0;
  border-right: 0;
  margin-bottom: 5em;
}
.service-section li:first-child {
  font-size: 1.571em;
  margin-right: 9.286em;
  padding: 0;
  border: 0;
}
.service-section li {
  border-radius: 0;
  padding: 0 1em;
  display: inline-block;
  border-left: 2px solid rgba(0, 0, 0, .3);
}
.service-section li:last-child {
  border-right: 2px solid rgba(0, 0, 0, .3);
}
.service-section li a {
  border-radius: 0;
  border: 0;
  margin: 0;
  color: #888888;
  font-weight: bold;
  font-size: 1.571rem;
  text-transform: uppercase;
  padding-bottom: 1em;
}
.service-section .active a, .service-section .active a:focus, .service-section .active a:hover {
  color: #fdc312;
  background: #ffffff;
  border-bottom: 2px solid #fdc312;
}
.service-section li a:hover {
  color: #fdc312;
  background: #ffffff;
  border-bottom: 2px solid #fdc312;
}
.service-item {
  position: relative;
  margin-bottom: 2.1em;
}
.service-item::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fdc312;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-item:hover::before {
  opacity: .9;
}
.service-description {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 2.8em 2.8em;
  ;
}
.service-description h3 {
  color: #ffffff;
  border-left: 5px solid #fdc312;
  line-height: 1.4rem;
  padding-left: .4em;
  text-transform: uppercase;
}
.service-description p {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -7em;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-item:hover p {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.service-item:hover .service-description h3 {
  border-left: 5px solid #ffffff;
}
@media(max-width: 767px) {
  .service-section li:first-child {
    margin-right: 0;
  }
  .service-section li a {
    font-size: 1rem;
  }
}
@media(min-width: 480px) and (max-width: 991px) {
  .service-section li:first-child {
    margin-right: 2rem;
  }
}
/*------------------------------------------------------
  Service activity style
---------------------------------------------------*/
.service-activity {
  padding: 5em 0;
}
.activity-head {
  padding: 0 20em;
  text-align: center;
}
.activity-head h2 {
  line-height: 1.5em;
  font-weight: 400;
  color: #888888;
}
.activity-head h2 span {
  color: #fdc312;
  text-transform: uppercase;
}
.activity-list-items {
  padding: 5em 0;
  overflow: hidden;
}
.activity-list {
  overflow: hidden;
}
.activity-icon {
  float: left;
  width: 20%;
  padding-right: 1.5em;
  text-align: center;
}
.activity-icon a {
  background: #FFF;
  display: block;
}
.activity-icon i {
  background: #fdc312;
  padding: 0.52em;
  font-size: 1.5rem;
  color: #ffffff;
}
.activity-details {
  float: right;
  width: 80%;
}
.activity-details h4 {
  color: #333333;
  font-size: 1rem;
}
@media(max-width: 767px) {
  .service-activity {
    padding: 0;
  }
  .activity-head {
    padding: 0;
  }
  .activity-head h2 {
    font-size: 1.5em;
  }
  .activity-list {
    margin-bottom: 2em;
  }
}
@media(min-width: 768px) and (max-width: 1199px) {
  .activity-head {
    padding: 0 6em;
  }
  .activity-icon {
    width: 20%;
  }
  .activity-details {
    width: 80%;
  }
}
/*------------------------------------------------
  Section-quote style
---------------------------------------------*/
.quote-section {
  background: url(../img/quote-bg.jpg)no-repeat scroll center 0;
  height: 400px;
}
.quote {
  padding: 7em 20em;
  text-align: center;
}
.quote h2 {
  color: #ffffff;
  line-height: 2em;
}
.quote p {
  color: #ffffff;
}
.quote a {
  font-size: 1.2rem;
  line-height: 2.5em;
  padding: 4px 2.5em;
}
@media(max-width: 767px) {
  .quote {
    padding: 5em 0em;
  }
}
@media(min-width: 768px) and (max-width: 1199px) {
  .quote {
    padding: 5em 10em;
  }
}
/*------------------------------------------------
 our-clients-section
-------------------------------------------------*/
.our-clients-carousel {
  padding: 5em 0;
  text-align: center;
}
.our-clients-carousel h2 {
  font-weight: 400;
  color: #888888;
  padding-bottom: 2.3em;
  line-height: 1.5em;
}
/*------------------------------------------------
 footer-top style
-----------------------------------------------*/
.footer-top {
  overflow: hidden;
  padding: 5em 0;
  border: 1px solid rgba(0, 0, 0, .05);
  border-left: 0;
  border-right: 0;
}
.footer-top p, address {
  font-size: .9rem;
}
.footer-logo img {
  padding-top: .5em;
  margin-bottom: 1em;
}
.footer-top h4 {
  color: #888;
  margin-bottom: 1.5em;
}
.footer a {
  color: #535353;
}
.footer a:hover {
  text-decoration: underline !important;
}
.news .date {
  color: #dddddd;
}
.news li {
  margin-bottom: 1em;
}
.news p {
  margin: 0;
  line-height: 1.5em;
}
.responsability ul li {
  margin: 0 0 .3em 0;
  position: relative;
}
.responsability ul li::before {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  color: #fdc312;
}
.responsability li a {
  font-size: .9rem;
  color: #888;
  padding-left: 1em;
}
.responsability li a:hover {
  color: #fdc312;
}
.contact-us span {
  display: block;
  font-weight: 700;
  line-height: 2em;
}
.contact-us a {
  color: #888888;
}
.contact-us a:hover {
  color: #fdc312;
}
/*------------------------------------------------
 footer style
-----------------------------------------------*/
.footer {
  padding-bottom: 0em;
  overflow: hidden;
}
.footer-social {
  text-align: right;
  line-height: 3.5em;
}
@media(max-width: 767px) {
  .footer-social {
    text-align: left;
  }
  .contact-us {
    margin-top: 2em;
  }
}
@media(min-width: 600px) and (max-width: 767px) {
  .footer-logo, .news, .responsability, .contact-us {
    width: 50%;
    float: left;
    min-height: 212px;
  }
  .contact-us {
    margin-top: 0em;
  }
}
/*--------------------------------------------------
  breadcrumb-area
-----------------------------------------------*/
.breadcrumb-area {
  background: #aea086;
  text-align: center;
  margin-bottom: 32px;
}
.page-title h2 {
  color: #ffffff;
  font-size: 1.786rem;
  font-weight: 700;
  /*text-transform: uppercase;*/
  padding: 1em 0 1em 0;
  line-height: 25px;
}
@media(max-width: 767px) {
  .page-title h2 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1em 0 1em 0;
  }
}
.breadcrumb {
  background: transparent;
  padding: 0;
}
.breadcrumb a, .breadcrumb > .active {
  color: #ffffff;
}
/*---------------------------------------------
  history-details
---------------------------------------*/
.history {
  padding: 5em 0;
}
.history h3 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
.history-details img {
  width: 48%;
  float: left;
  margin: .5em 2.5em 0 0;
}
.history-details p {
  margin: 0 0 2em;
}
/*----------------------------------------------
 company-focus style
--------------------------------------------*/
.company-focus {
  overflow: hidden;
  padding: 5em 0;
  border: 1px solid rgba(0, 0, 0, .05);
  border-left: 0;
  border-right: 0;
}
.company-focus h3 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media(max-width: 991px) {
  .company-mision {
    margin-bottom: 5em;
  }
}
/*--------------------------------------------------
  Service style
-------------------------------------------------*/
.residential-plumb {
  overflow: hidden;
  padding: 5em 0;
}
.residential-plumb h2, .commercial-plumb h2 {
  margin-bottom: 1.5em;
  padding-left: .5em;
  text-transform: uppercase;
}
.residential-plumb .service-description p, .commercial-plumb .service-description p {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -12em;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.residential-plumb .service-item:hover p, .commercial-plumb .service-item:hover p {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.residential-plumb .service-description, .commercial-plumb .service-description {
  padding: 5.2em 1.5em 1.5em 1.8em;
  bottom: 1.5em;
}
.service-description h2 {
  visibility: visible;
  opacity: 1;
}
.residential-plumb .service-description a, .commercial-plumb .service-description a {
  visibility: hidden;
  opacity: 0;
  color: #666666;
  text-transform: uppercase;
  background: #ffffff;
  padding: 0.5em 0.857em;
  font-weight: 600;
  margin-top: 1em;
  display: inline-block;
}
.residential-plumb .service-item:hover .service-description a, .commercial-plumb .service-item:hover .service-description a {
  opacity: 1;
  visibility: visible;
}
.residential-plumb .service-item:hover .service-description a:hover, .commercial-plumb .service-item:hover .service-description a:hover {
  background: #3c4461;
  color: #ffffff;
  border-color: #3c4461;
}
.residential-plumb .service-item:hover .service-description, .commercial-plumb .service-item:hover .service-description {
  border: 2px solid #ffffff;
  overflow: hidden;
  margin: 1.5em;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  padding: 5.2em 0 1.5em 1.8em;
}
.commercial-plumb {
  overflow: hidden;
  padding: 5em 0;
  border: 1px solid rgba(0, 0, 0, .05);
  border-left: 0;
  border-right: 0;
}
@media(max-width: 480px) {
  .residential-plumb h2, .commercial-plumb h2 {
    font-size: 1.7rem;
  }
  .residential-plumb .service-item:hover .service-description, .commercial-plumb .service-item:hover .service-description {
    margin: 0.5em;
    ;
    padding: 2.6em 0 0.5em 1em;
  }
}
@media(min-width:600px) and (max-width: 767px) {
  .residential-plumb .service-item:hover .service-description, .commercial-plumb .service-item:hover .service-description {
    margin: 4.5em;
    padding: 9.6em 2em 2.5em 2em;
  }
}
@media(min-width:768px) and (max-width: 991px) {
  .residential-plumb .service-item:hover .service-description, .commercial-plumb .service-item:hover .service-description {
    padding: 4.5em 0 1.5em 0.8em;
  }
}
@media(min-width:992px) and (max-width: 1199px) {
  .residential-plumb .service-item:hover .service-description, .commercial-plumb .service-item:hover .service-description {
    margin: 0.5em;
    padding: 1.6em 0 1.5em 1.8em;
  }
}
/*-----------------------------------------------------------
 Single-page style 
---------------------------------------------------------*/
.single-details {
  padding: 5em 0;
  overflow: hidden;
}
@media(max-width: 991px) {
  .single-thumb {
    width: 100%;
    margin-bottom: 4em;
    padding: 0;
  }
  .single-content {
    width: 100%;
  }
}
/*------------------------------------------------------
  Map area
-----------------------------------------------------*/
.map-head {
  padding-top: 5em;
}
.map-area {
  position: relative;
  padding-top: 4.286em;
}
.map-canvas {
  height: 300px;
}
/*------------------------------------------------------
  Contact Us
------------------------------------------------------*/
.form-section {
  overflow: hidden;
  padding: 5em 0;
  border-bottom: 1px solid #e8e8e8;
}
.main-contact-form h4 {
  text-transform: uppercase;
}
.main-contact-form p {
  margin-bottom: 4em;
}
.head-office {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #e8e8e8;
}
.office-location {
  margin-left: 4em;
}
.head-office h4, .newyork-office h4 {
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.main-contact-form input[type=text], .main-contact-form input[type=email], .main-contact-form input[type=tel] {
  width: 100%;
  line-height: 3em;
  padding: 0 1.5em;
  margin-bottom: 2.2em;
  border: 1px solid #e8e8e8;
}
#full-name {
  width: 48%;
  margin-right: 1em;
}
#email {
  width: 48%;
  margin-left: .8em;
}
.main-contact-form input[type=submit] {
  margin-top: 2em;
  line-height: 2em;
  padding: 8px 30px;
  text-transform: uppercase;
  border: 1px solid #fdc132;
}
@media(max-width: 767px) {
  #full-name, #email {
    width: 100%;
    margin: 0 0 2.2em 0;
  }
  .contact-us .get-in-Touch h4 {
    margin-top: 2.2em;
  }
  .office-location {
    margin: 3em 0 0;
  }
  .head-office {
    border-bottom: 0;
  }
}
@media(min-width: 768px) and (max-width: 1199px) {
  #full-name, #email {
    width: 100%;
    margin: 0 0 2.2em 0;
  }
}
/* .viewer
------------------------- */
.viewer {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.viewer ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.viewer ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.viewer ul li img {
  width: 100%;
}
/* sideNavi
------------------------- */
.viewer .btnPrev, .viewer .btnNext {
  margin-top: -25px;
  top: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 101;
}
.viewer .btnPrev {
  left: 10px;
  background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
  right: 10px;
  background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.viewer ul {
  display: inline-block;
  overflow: hidden;
}
/* .viewer
------------------------- */
#slide, #slide2 {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 400px;
}
#slide ul, #slide2 ul {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#slide ul li, #slide2 ul li {
  width: 100%;
  position: absolute;
  height: 400px;
}
#slide ul li img, #slide2 ul li img {
  max-width: 1030px;
  width: 95%;
  margin: 0 auto;
}
#slide ul:after, #slide2 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#slide ul, #slide2 ul {
  display: inline-block;
  overflow: hidden;
}
.slide00 {
  background: url(https://dr-products.com/data2/slide_img00.jpg) no-repeat center center;
}
.slide01 {
  background: url(https://dr-products.com/data2/slide_img01.jpg) no-repeat center center;
}
.slide01 img a, .slide01 img b, .slide01 img c {
  display: block;
}
.slide02 {
  background: url(https://dr-products.com/data2/slide_img02.jpg) no-repeat center center;
}
.slide03 {
  background: url(https://dr-products.com/data2/slide_img03.jpg) no-repeat center center;
}
.slide04 {
  background: url(https://dr-products.com/data2/slide_img04.jpg) no-repeat center center;
}
.slide05 {
  background: url(https://dr-products.com/data2/slide_img05.jpg) no-repeat center center;
}
.slide06 {
  background: url(https://dr-products.com/data2/slide_suimeiBK.jpg) no-repeat center center;
}
.main_campaign {
  background: url(https://dr-products.com/campaign/2018_summer/data/bn_top_2018_summer.jpg) no-repeat center center;
  height: 350px;
}
.main_campaign a {
  height: 350px;
  width: 100%;
  display: block;
}
.main_campaign p {
  text-indent: -9999px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
.imgWrap {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  width: 100%; /*画像の幅*/
  height: auto; /*画像の高さ*/
  border: 1px solid #D0C9BB;
  padding: 2px;
}
@media(max-width: 767px) {
  .itemBox .imgWrap {
    overflow: hidden; /*拡大時にはみ出た部分を隠す*/
    width: 30%; /*画像の幅*/
    height: auto; /*画像の高さ*/
    border: 1px solid #D0C9BB;
    padding: 2px;
    float: left;
    margin-right: 10px;
  }
}
.imgWrap img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
  border: 1px solid #AD9F86;
}
.imgWrap img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: #AD9F86;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 9999999;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.copyright {
  font-size: 12px !important;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
figure {
  position: relative;
  overflow: hidden;
  width: 100%;
}
a:hover figure img {
  opacity: 1;
  filter: alpha(opacity=10);
  -moz-opacity: 1;
}
figure p {
  color: #fff !important;
}
.topbox1 figcaption {
  position: absolute;
  top: 23.5%;
  /*left: 1px;*/
  z-index: 2;
  width: 100%;
  height: 100px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  background-color: rgba(173, 14, 22, 0.8);
  text-align: center;
  padding-top: 20px;
}
@media(max-width: 991px) {
  .topbox1 figcaption {
    position: absolute;
    top: 26px !important;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 74px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    background-color: rgba(173, 14, 22, 0.8);
    text-align: center;
    padding-top: 10px;
  }
}
.topbox1 figure:hover figcaption {
  opacity: 1;
}
.topbox2 figcaption {
  position: absolute;
  top: 23.5%;
  /*left: 1px;*/
  z-index: 2;
  width: 100%;
  height: 100px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  background-color: rgba(26, 82, 62, 0.8);
  text-align: center;
  padding-top: 20px;
}
@media(max-width: 991px) {
  .topbox2 figcaption {
    position: absolute;
    top: 26px !important;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 74px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    background-color: rgba(26, 82, 62, 0.8);
    text-align: center;
    padding-top: 10px;
  }
}
.topbox2 figure:hover figcaption {
  opacity: 1;
}
.topbox3 figcaption {
  position: absolute;
  top: 23.5%;
  /*left: 1px;*/
  z-index: 2;
  width: 100%;
  height: 100px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  background-color: rgba(244, 222, 37, 0.8);
  text-align: center;
  padding-top: 20px;
  /*margin-right: 1px;*/
}
@media(max-width: 991px) {
  .topbox3 figcaption {
    position: absolute;
    top: 26px !important;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 74px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    background-color: rgba(237, 133, 130, 0.8);
    text-align: center;
    padding-top: 10px;
  }
}
.topbox3 figure:hover figcaption {
  opacity: 1;
}
.topbox4 figcaption {
  position: absolute;
  top: 23.5%;
  /*left: 1px;*/
  z-index: 2;
  width: 100%;
  height: 100px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  background-color: rgba(203, 172, 0, 0.8);
  text-align: center;
  padding-top: 20px;
  /*margin-right: 1px;*/
}
@media(max-width: 991px) {
  .topbox4 figcaption {
    position: absolute;
    top: 26px !important;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 74px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    background-color: rgba(203, 172, 0, 0.8);
    text-align: center;
    padding-top: 10px;
  }
}
.topbox4 figure:hover figcaption {
  opacity: 1;
}
.topbox5 figcaption {
  position: absolute;
  top: 23.5%;
  /*left: 1px;*/
  z-index: 2;
  width: 100%;
  height: 100px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  background-color: rgba(229, 182, 183, 0.8);
  text-align: center;
  padding-top: 20px;
  /*margin-right: 1px;*/
}
@media(max-width: 991px) {
  .topbox5 figcaption {
    position: absolute;
    top: 26px !important;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 74px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    background-color: rgba(229, 182, 183, 0.8);
    text-align: center;
    padding-top: 10px;
  }
}
.topbox5 figure:hover figcaption {
  opacity: 1;
}
.topbox6 figcaption {
  position: absolute;
  top: 23.5%;
  /*left: 1px;*/
  z-index: 2;
  width: 100%;
  height: 100px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  background-color: rgba(104, 181, 189, 0.8);
  text-align: center;
  padding-top: 20px;
  /*margin-right: 1px;*/
}
@media(max-width: 991px) {
  .topbox6 figcaption {
    position: absolute;
    top: 26px !important;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 74px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    background-color: rgba(104, 181, 189, 0.8);
    text-align: center;
    padding-top: 10px;
  }
}
.topbox6 figure:hover figcaption {
  opacity: 1;
}
@media(max-width: 767px) {
  figcaption {
    display: none;
  }
}
img {
  -webkit-backface-visibility: hidden;
}
.list_pushitem {
  float: left;
  width: 100%;
}
.txt01 {
  text-align: center;
  padding: 5px;
  width: 100%;
  color: #333;
  margin-bottom: 0;
}
.txt02 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 16px !important;
}
.txt02s {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 13px !important;
}
.txt03 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 15px !important;
  text-align: center;
  color: white;
  background-color: #898989;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.txt04 a, .txt04 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px !important;
  text-align: center;
  color: #1A523E;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.txt05 {
  padding: 0px 10px;
  font-size: 116%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 15px;
  border: 1px solid #9BF87C;
  border-radius: 5px;
  background-color: #CCF7D7;
}
.box01 {
  background-color: #EFE9D6;
  color: #AD9F86;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 12px;
}
.box01 span {
  vertical-align: middle;
}
@media(max-width: 767px) {
  .box01 {
    display: none;
  }
}
.box02 {
  margin-top: 20px;
  background-color: #AD9F86;
  color: #fff;
  /*	padding-top: 5px;
	padding-bottom: 5px;*/
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.box03 {
  text-align: center;
  color: #AD9F86 !important;
}
.box03 span {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  display: inline;
  margin-bottom: 0;
  padding: 15px 0;
  font-weight: 600;
  color: #AD9F86;
  text-align: center;
}
.box03 a {
  font-size: 14px;
  display: inline;
  margin-bottom: 0;
  padding: 15px 0;
  font-weight: 600;
  color: #AD9F86;
  text-align: center;
}
.box03 a:hover {
  color: #666;
}
@media(max-width: 767px) {
  .box04 .col-md-4 {
    padding: 0 1px;
  }
}
.box05 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 20px;
  background-color: #F4F4F4;
  color: #AD0E16;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
.box06 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 20px;
  background-color: #F4F4F4;
  color: #1A523E;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
.box07 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 20px;
  background-color: #F4F4F4;
  color: #D39C16;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
.box08 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 20px;
  background-color: #F4F4F4;
  color: #C67138;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
.box09 {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 20px;
  background-color: #F4F4F4;
  color: #EA9A81;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
.box09a {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 20px;
  background-color: #F4F4F4;
  color: #EA9A81;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
.box10 a {
  color: #535353;
}
.box10 a:hover {
  text-decoration: underline !important;
}
.box10a a {
  color: #535353;
}
.box10a a:hover {
  text-decoration: underline !important;
}
.box11 {
  color: #535353;
  display: inline-block;
}
.box11 img {
  width: 100%;
  height: auto;
  border: 1px solid #D2B071;
}
.box11 li {
  float: left;
  width: 33.33333333%;
  padding: 1.6%;
}
.box12 img {
  margin-bottom: 3px;
}
li.item_name a {
  font-size: 0.8em;
}
li.item_name a img {
  margin-right: 5px;
}