@charset "utf-8";
/*
Theme Name: Japonline
Description: Japonline theme
Version: 1.0

*/
@charset "utf-8";

/*----------------------------------------------------
	Common
----------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
@-ms-viewport {
    width: auto;
}
/*----------------------------------------------------
	Header
----------------------------------------------------*/
/* Overwrap bootstrap */
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background: #fff;
}
.navbar-toggle {
  margin-top: 15px;
}

/* Top bar */
.head-bar {
  height: 9px;
  border-bottom: 1px solid #354c36;
  display: block;
  background: #2ba069;
}

/* Logo area */
.navbar>.container-fluid .navbar-brand.main-logo {
  height: 105px;
  padding: 7px 0;
  margin-left: 0;
}
.navbar-brand.main-logo img {
  width: 370px;
  max-width: 100%;
}
.header-banner {
  display: block;
  width: 800px;
  max-width: 100%;
}
@media (max-width: 1250px) {
  .header-banner {
    width: 670px;
  }
}
@media (max-width: 1150px) {
  .header-banner {
    width: 600px;
  }
}
@media (max-width: 1050px) {
  .header-banner {
    width: 550px;
  }
  .navbar-brand.main-logo img {
    width: 250px;
  }
  .navbar>.container-fluid .navbar-brand.main-logo {
    height: 80px;
  }
}
@media (max-width: 950px) {
  .header-banner {
    width: 500px;
  }
}
@media (max-width: 850px) {
  .header-banner {
    width: 450px;
  }
}

@media (max-width: 768px) {
  .navbar-brand.main-logo img {
    width: 250px;
  }
  .navbar>.container-fluid .navbar-brand.main-logo {
    padding: 13px 0;
  }
}
@media (max-width: 767px) {
  .navbar>.container-fluid .navbar-brand.main-logo {
    height: auto;
  }
  .navbar-brand.main-logo img {
    width: 200px;
    margin-left: 15px;
  }
  .header-banner {
    width: 100%;
  }

  .navbar-first-sec-wrap {
    margin: 7.5px;
  }
}


/* Header SNS */
.header-sns {
  width: 63px;
  margin-left: auto;
}
.nav.navbar-nav.navbar-right.navbar-first-sec-wrap {
  margin-right: 0;
  padding: 11px 0 0;
}
.navbar-nav.navbar-first-sec-inner {
  margin-top: 9px;
}
.navbar-nav.navbar-first-sec-inner>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #41591e;
  font-size: 15px;
  display: inline;
  padding: 0 15px;
  margin: 0;
  border-left: 1px solid #41591e;
}
.navbar-nav.navbar-first-sec-inner>li:last-child>a {
  border-right: 1px solid #41591e;
}
.navbar-nav.navbar-first-sec-inner>li>a:hover {
  text-decoration: underline;
  color: #41591e;
}
@media (max-width: 767px) {
  .nav.navbar-nav.navbar-right.navbar-first-sec-wrap {
  }
}


/* Under the logo area */
.navbar-header-second {
  background: #2ba069;
  color: #fff;
  position: relative;
}
.navbar-nav.navbar-first-sec-inner.navbar-nav.navbar-second-sec-inner {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-nav.navbar-first-sec-inner.navbar-nav.navbar-second-sec-inner>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 10px 20px;
  margin: 0;
  border-left: 0;
  border-right: 1px solid #fff;
}
.navbar-nav.navbar-first-sec-inner.navbar-nav.navbar-second-sec-inner>li:first-child>a {
  margin-left: -15px;
}
.navbar-nav.navbar-first-sec-inner.navbar-nav.navbar-second-sec-inner>li:last-child>a {
  border-right: 0;
}

@media (max-width: 768px) {
  .navbar-nav.navbar-first-sec-inner.navbar-nav.navbar-second-sec-inner>li>a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .navbar-header-second-inner {
    margin-top: 10px;
  }
  .navbar-nav.navbar-first-sec-inner.navbar-nav.navbar-second-sec-inner>li:first-child>a {
    margin-left: 0;
  }
}


/* Search Box */
.navbar-form.navbar-header-form {
  margin-top: 10px;
  position: absolute;
  top: 0;
  right: 15px;
}
.navbar-form .input-group-addon.input-group-addon-op {
  background-color: #292d2b;
  color: #fff;
  border: 1px solid #292d2b;
  padding: 7px 40px;
  height: 37px;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 0.05rem;
}
.navbar-form .search-wrap .form-control {
  height: 37px;
  padding: 7px 30px 7px 10px ;
  border: 1px solid #292d2b;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 440px;
}
.search-wrap {
  position: relative;
}
.search-wrap::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  content: '';
  background: url(./images/icon/icon-search.png) no-repeat;
  background-size: 22px;
  display: block;
  width: 22px;
  height: 21px;
  z-index: 1000;
}
@media (max-width: 1100px) {
  .navbar-form .input-group-addon.input-group-addon-op {
    padding: 7px 10px;
    font-size: 13px;
  }
  .navbar-form .search-wrap .form-control {
    width: 220px;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .navbar-form .input-group-addon.input-group-addon-op {
    padding: 7px 10px;
    font-size: 13px;
  }
  .navbar-form .search-wrap .form-control {
    width: 220px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .navbar-form .input-group-addon.input-group-addon-op {
    padding: 3px 20px;
    font-size: 13px;
    height: 27px;
  }
  .navbar-form.navbar-header-form {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-form .search-wrap .form-control {
    width: 100%;
    padding: 3px 30px 3px 10px;
    height: 27px;
    font-size: 13px;
  }
  .search-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .search-wrap::after {
    right: 10px;
    background-size: 20px;
    width: 20px;
    height: 19px;
  }
}

/*----------------------------------------------------
	Main Content
----------------------------------------------------*/
.main-content {
  display: table;
}
.left-col {
  width: 240px;
  display: table-cell;
  background-color: #faf7f1;
  position: relative;
  overflow: hidden;
}
.left-col::before {
  content: '';
  width: 296px;
  height: 296px;
  position: absolute;
  top: -40px;
  left: -70px;
  background-image: url(./images/bg/bg-sidebar-icon.png);
  background-repeat: no-repeat;
  background-size: 296px;
}
.left-col::after {
  content: '';
  width: 305px;
  height: 326px;
  position: absolute;
  bottom: -100px;
  right: -75px;
  background-image: url(./images/bg/bg-sidebar-kyushu.png);
  background-repeat: no-repeat;
  background-size: 305px;
}
.main-col {
  display: table-cell;
  font-size: 16px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .left-col {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .left-col {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .main-col {
    display: block;
    width: 100%;
  }
  .left-col::before {
    width: 150px;
    height: 150px;
    background-size: 150px;
    bottom: -20px;
    left: -30px;
  }
  .left-col::after {
    width: 150px;
    height: 150px;
    background-size: 150px;
    bottom: -25px;
    right: -25px;
  }
}

/*----------------------------------------------------
	Left Col
----------------------------------------------------*/
.main-content {
  display: block;
}
.left-menu {
  margin-left: 40px;
  margin-top: 50px;
  position: relative;
  z-index: 100;

}

.left-menu a {
  font-size: 16px;
  color: #07806e;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .left-menu {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .left-menu {
    margin-left: 0;
    font-size: 0;
    margin-top: 10px;
  }
  .left-menu li {
    width: 50%;
    padding-left: 15px;
    display: inline-block;
  }
}

/*----------------------------------------------------
	Main Col
----------------------------------------------------*/
.main-col-left {
  width: 3000px;
  display: table-cell;
  vertical-align: top;
  background-image: url(./images/bg/bg-map.png);
  background-repeat: repeat;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
.map-kyushu-wrap {
}
.map-kyushu-wrap::after {
  content: '';
  background-image: url(./images/map/map-name.png);
  background-repeat: no-repeat;
  background-size: 220px;
  width: 229px;
  height: 167px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: -20px;

}
.map-kyushu-image {
  max-width: 90%;
  width: 596px;
  display: block;
  margin: 40px auto 20px;
}
@media (max-width: 767px) {
  .main-col-left {
    display: none;
  }
}



.main-col-right {
  display: table-cell;
  width: 240px;
  vertical-align: top;
}
.special-features-heading {
  text-align: center;
  color: #17702c;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 10px 0;
  font-size: 16px;
}
.special-features-outer img {
  max-width: 240px;
}
@media (max-width: 768px) {
  .main-col-right {
    width: 180px;
  }
  .special-features-outer img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .main-col-right {
    display: block;
    width: 100%;
  }
  .special-features-outer img {
    width: 100%;
    max-width: 100%;
  }
}


/*----------------------------------------------------
	Footer Menu
----------------------------------------------------*/
.footer-sec-menu {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.footer-menu-list {
  margin: 30px 20px;
}

.footer-menu-list a {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #41591e;
  line-height: 1.7;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
}
.footer-menu-list li {
  border-right: 1px solid #41591e;
}
.footer-menu-list li:first-child {
  border-left: 1px solid #41591e;
}
@media (max-width: 767px) {
  .footer-menu-list {
    margin: 15px;
    font-size: 0;
    border-top: 1px solid #41591e;
    text-align: left;
  }
  .footer-menu-list li {
    width: 50%;
    display: inline-block;
    border-bottom: 1px solid #41591e;
    padding: 7px 0;
    background-color: #fafafa;
    text-align: center;
  }
  .footer-menu-list .footer-menu-list-full {
    width: 100%;
  }
  .footer-menu-list a {
    padding: 0;
    display: block;
  }
  .footer-menu-list li:nth-child(2n+1) {
    border-left: 1px solid #41591e;
  }
}

/*----------------------------------------------------
	Footer Logo
----------------------------------------------------*/
.footer-sec-logo {
  background-color: #d9ffba;
  padding: 40px 0;
  text-align: center;
}
.footer-sec-logo-image {
  width: 367px;
}
@media (max-width: 767px) {
  .footer-sec-logo-image {
    width: 90%;
  }
}

/*----------------------------------------------------
	Footer Copyright
----------------------------------------------------*/
.footer-sec-copyright {
  background-color: #2ba069;
  padding: 20px 0;
  text-align: center;
}
.footer-sec-copyright-text {
  font-size: 14px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}



.main-col-listp {
  display: table-cell;
  width: 3000px;
}
.breadcrumb-list {
  background-color: #fafafa;
  padding: 15px 20px 4px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}

.search-result {
  padding-left: 20px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  margin-bottom: 20px;
}
.search-pagination {
  float: right;
  padding-right: 20px;
}
.search-pagination img {
  width: 164px;
}
@media (max-width: 767px) {
  .search-result {
    float: none;
  }
  .search-pagination {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}

.listp-heading-title {
  background-color: #faf7f1;
  color: #07806e;
  font-weight: bold;
  border: 2px solid #eeeeee;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 25px;
  position: relative;
  font-size: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.listp-heading-title:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  width: 5px;
  height: 30px;
  background-color: #79bb3b;
  display: block;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .listp-heading-title {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.listp-lists {
  margin-left: 5px;
  margin-right: 5px;
}
.listp-list {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .listp-list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}
.listp-list-image:hover {
  opacity: .7;
}
.listp-list-image img {
  max-width: 100%;
  width: 160px;
  margin-bottom: 15px;
}
.listp-list-title {
  text-align: left;
  font-size: 16px;
}
.listp-list-detail {
  color: #07806e;
  font-size: 14px;
  text-align: left;
}
.listp-list-price {
  margin-top: 20px;
  margin-bottom: 45px;
}
.listp-show-detail {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: block;
  padding: 5px 10px;
  background-color: #22b270;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 767px) {
  .listp-show-detail {
    bottom: 20px;
    padding: 10px 15px;
  }
}
.listp-show-detail:hover {
  opacity: .7;
  color: #fff;
  text-decoration: none;
}
.pagination-under {
  text-align: center;
  margin-bottom: 20px;
}
.pagination-under img {
  width: 164px;
}



.main-col-detailp {
  display: table-cell;
  width: 3000px;
}
.detailp-content {
  font-size: 13px;
}
@media (max-width: 767px) {
  .main-col-detailp {
    display: block;
    width: auto;
  }
}

.heading-title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #b6b6b6;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.detailp-price {
  color: #07806e;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}
.add-cart-wrap {
  padding-bottom: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
  display: block;
}
.add-cart img {
  width: 150px;
}
.detailp-content {
  line-height: 1.7;
}
.detailp-first-sec {
  padding-bottom: 20px;
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 20px;
}
.detailp-second-sec {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .add-cart img {
    width: 200px;
  }
}


.related-items-heading-title {
  color: #fff;
  display: block;
  border-bottom: 1px solid #07806e;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 5px 0;
  margin-left: 15px;
  margin-right: 15px;
  font-family: 'Open Sans', sans-serif;
}
.related-items-heading-title span {
  background-color: #07806e;
  display: inline;
  padding: 5px 10px;
}

.detailp-list-price {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 13px;
}
.detailp-show-detail {
  position: static;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-radius: 2px;
}

.bx-wrapper {
  margin-bottom: 20px;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  left: 0;
}
.detail-left {
  margin-bottom: 40px;
}
.detail-left img {
  width: 100%;
}
.bx-wrapper .bx-prev {
  background: url(./images/icon/arrow-left.png) no-repeat;
  background-size: 17px;
}
.bx-wrapper .bx-next {
  background: url(./images/icon/arrow-right.png) no-repeat;
  background-size: 17px;
}
.bx-wrapper .bx-controls-direction a {
  width: 17px;
  height: 37px;
}
.bx-wrapper .bx-next:hover {
  background-position: 0;
}

.detailp-price-total {
  color: #d71010;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}
.detailp-price-list {
  margin-bottom: 10px;
}
.detailp-price-total-list {
  font-size: 17px;
  margin-bottom: 10px;
}
.detailp-price-fee {
  margin-top: -10px;
  color: #555;
}
.main-col-page {
  padding: 30px;
}
.main-col-page h1 {
  margin-bottom: 20px;
}
.main-col-page li {
  margin-bottom: 10px;
}

.table-company>tbody>tr>th {
  background-color: #fafafa;
  padding: 10px;
}
.table-company>tbody>tr>td {
  padding: 10px;
}

.complete-heading {
  color: rgb(54, 149, 10);
  font-size: 24px;
  font-weight: bold;
}
