@charset "UTF-8";
/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */
/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
.contents {
  width: 960px;
  margin: 0 auto;
}

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
.header {
  border-bottom: 1px solid #ccc;
}
.header .header__container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  color: #666;
}
.header .site-description {
  width: 370px;
  position: absolute;
  bottom: 22px;
  left: 220px;
  font-size: 82%;
  line-height: 1.6;
}
.header .site-description span {
  display: block;
}
.header .site-name {
  width: 198px;
  padding: 15px 0;
  margin-right: 340px;
  float: left;
}
.header .header__contact {
  width: 284px;
  margin-top: 5px;
  float: left;
}
.header .header__contact .header__contact__note {
  padding: 3px 0;
  font-weight: bold;
}
.header .header__contact .header__contact__tel {
  color: #51AE9C;
  font-size: 213%;
  line-height: 1;
  padding-bottom: 10px;
}
.header .header__contact .header__contact__tel img {
  vertical-align: 　middle;
}
.header .header-right {
  float: right;
  width: 127px;
  margin-top: 13px;
  list-style: none;
}
.header .header-right .header-right__btn {
  margin-bottom: 5px;
}
.header .header-right .header-right__btn a {
  background: #51AE9C url(../img/common/header/ico--mail.svg) 17px center no-repeat;
  display: block;
  text-decoration: none;
  padding: 10px 0 10px 37px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  font-size: 0.75rem;
  color: #fff;
}
.header .btn--call, .header .btn--menu {
  display: none;
}

/* --------------------------------------------------
	2. GlobalNav
-------------------------------------------------- */
.global-nav {
  display: block;
  border-bottom: 1px solid #ccc;
}
.global-nav ul {
  list-style: none;
  width: 960px;
  margin: 0 auto;
}
.global-nav li {
  position: relative;
  float: left;
  width: 320px;
  height: 100%;
}
.global-nav li a {
  padding: 10px 0;
  font-size: 100%;
  height: 100%;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  display: block;
}
.global-nav li a:hover, .global-nav li a.active {
  color: #51AE9C;
}
.global-nav li a img {
  display: block;
  width: auto;
  margin: 0 auto 10px;
  height: 56px;
}
.global-nav li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 73%;
  background-color: #CCCCCC;
}
.global-nav li:last-of-type::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 73%;
  background-color: #CCCCCC;
}

.global-nav--index ul {
  list-style: none;
  width: 960px;
  margin: 0 auto;
  height: 123px;
}
.global-nav--index li {
  position: relative;
  width: 320px;
  height: 100%;
}
.global-nav--index li a {
  display: block !important;
  text-align: center !important;
  padding: 0px;
  font-size: 100%;
  height: calc(100% - 15px);
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
.global-nav--index li a:hover, .global-nav--index li a.active {
  color: #51AE9C;
}
.global-nav--index li a img {
  display: block;
  width: 88px;
  height: 60px;
  padding-right: 0;
  margin: 15px auto 10px auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.global-nav--index li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 80%;
  background-color: #CCCCCC;
}
.global-nav--index li:last-of-type::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 80%;
  background-color: #CCCCCC;
}

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
footer .footer__container {
  width: 960px;
  margin: 0 auto;
}
footer .footer__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-twitter {
  position: absolute;
  bottom: 15px;
  right: 0;
}
footer .footer-twitter a {
  color: #999;
  text-decoration: none;
}
footer .footer-twitter a img {
  vertical-align: middle;
}
footer .footer-sns ul {
  list-style: none;
  margin: 0 auto 20px;
}
footer .footer-sns ul li {
  display: inline-block;
  margin-right: 20px;
  line-height: 35px;
}
footer .footer-sns ul li img {
  vertical-align: middle;
}
footer .footer-sns ul li a {
  color: #333;
  text-decoration: none;
}

.footer-address-content {
  width: 720px;
  margin: 0 auto 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-address-content img {
  width: 240px;
}
.footer-address-content > div {
  width: 454px;
  position: relative;
}
.footer-address-content > div .footer-address__btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-contact-content-wrap {
  width: 767px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}
.footer-contact-content-wrap img {
  width: 334px;
}

.footer-contact .footer-contact-content {
  width: 410px;
}
.footer-contact .footer-contact-tel {
  width: 100%;
}

.footer-contact-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* --------------------------------------------------
	4. Contents
-------------------------------------------------- */
.contents {
  padding: 0;
}

.main-column {
  width: 710px;
  float: right;
}

.sub-column {
  width: 230px;
  float: left;
}

/* Local Navigation
----------------------------------- */
.local-nav {
  margin: 0;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.local-nav ul {
  margin: 10px auto;
  width: 960px;
  border-left: 1px solid #DDEDCC;
  display: table;
}
.local-nav li {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #DDEDCC;
}
.local-nav li.last {
  border-right: none;
}
.local-nav li a {
  display: block;
  padding: 10px 10px;
  margin: 0 10px;
  font-size: 94%;
  text-decoration: none;
  color: #333;
}
.local-nav li a:hover, .local-nav li a.active {
  background: #DDF0E9;
}

/* --------------------------------------------------
	5. Item
-------------------------------------------------- */
.contact-area {
  padding: 30px 0 50px;
  margin-bottom: 2px;
  display: block;
}
.contact-area .contact-area__container {
  width: 764px;
  margin: 0 auto;
  color: #666;
  position: relative;
}
.contact-area .contact-area__title {
  text-align: center;
  font-size: 150%;
}
.contact-area .contact-area__no {
  width: 525px;
  float: left;
}
.contact-area .no-format {
  display: table;
  padding: 10px 0;
  width: 100%;
}
.contact-area .no-format dt {
  width: 205px;
  display: table-cell;
  vertical-align: middle;
}
.contact-area .no-format dt strong {
  font-size: 125%;
}
.contact-area .no-format dd {
  display: table-cell;
}
.contact-area .no-format dd img {
  vertical-align: middle;
}
.contact-area .contact-area__taxi {
  border-bottom: 1px #999 solid;
}
.contact-area .contact-area__taxi dt {
  background: url(../img/common/item/bgi--dt--taxi.png) left 8px no-repeat;
  padding-left: 10px;
}
.contact-area .contact-area__taxi dd {
  color: #5BAC33;
  font-size: 219%;
  position: relative;
}
.contact-area .contact-area__taxi dd .kana {
  font-size: 12px;
  position: absolute;
  left: 110px;
  top: -7px;
  color: #666;
}
.contact-area .contact-area__bus {
  border-bottom: 1px #999 solid;
}
.contact-area .contact-area__bus dt {
  background: url(../img/common/item/bgi--dt--bus.png) left 8px no-repeat;
  padding-left: 10px;
}
.contact-area .contact-area__bus dd {
  color: #FF9D14;
  font-size: 219%;
}
.contact-area .contact-area__fax dd {
  font-size: 138%;
}
.contact-area .contact-area__pic {
  position: absolute;
  right: -40px;
  bottom: -30px;
}

/* --------------------------------------------------
	81. Taxi
-------------------------------------------------- */
.taxi-service__item {
  padding: 15px;
  border: 1px solid #ccc;
  width: 300px;
  min-height: 540px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.taxi-service__item.pc-column {
  margin-right: 0;
}

.taxi-service__title {
  min-height: 94px;
  margin-bottom: 20px;
  font-size: 150%;
  color: #409163;
  text-align: center;
  line-height: 1.3;
}

.taxi-service__image {
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.holding-area {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
}

.holding-area-left {
  width: 47%;
  float: left;
}

.holding-area-right {
  width: 47%;
  float: right;
}

/* --------------------------------------------------
	82. Kankou
-------------------------------------------------- */
.kankou-point {
  list-style: none;
}
.kankou-point li {
  padding: 15px;
  border: 1px solid #ccc;
  width: 300px;
  min-height: 266px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  font-size: 150%;
  color: #409163;
  text-align: center;
}
.kankou-point li .ico--kankou-point {
  display: block;
  margin: 15px auto;
}
.kankou-point li.pc-column {
  margin-right: 0;
}

.table--kankou-area {
  width: 80%;
  margin: 0 auto;
}

.table--kankou-cansel {
  width: 800px;
  margin: 0 auto;
}
.table--kankou-cansel th {
  width: 50%;
}

.car--model--kankou li {
  min-height: 380px;
}
.car--model--kankou .car--model__title {
  display: block;
  font-size: 150%;
  color: #3F9163;
}

.kankou-service__item {
  padding: 15px 30px;
  border: 1px solid #ccc;
  width: 470px;
  min-height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
  position: relative;
}
.kankou-service__item.under-row {
  min-height: 700px;
}
.kankou-service__item.pc-column {
  margin-right: 0;
}

.kankou-service__title {
  font-size: 150%;
  color: #409163;
  text-align: center;
  line-height: 1.3;
  margin: 20px 0 30px;
}

/* --------------------------------------------------
	83. Covorage
-------------------------------------------------- */
.coverage-point__item {
  padding: 15px;
  border: 1px solid #ccc;
  width: 300px;
  min-height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.coverage-point__item.pc-column {
  margin-right: 0;
}

.coverage-point__title {
  font-size: 150%;
  color: #409163;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}

/* --------------------------------------------------
	84. Company
-------------------------------------------------- */
.access-map {
  width: 750px;
  margin: 0 auto 40px;
}

.pic--message-main {
  margin: 0px 0 60px;
  position: relative;
  z-index: -1;
}

.layout--message__img {
  float: left;
  margin-right: 60px;
}

.message-philosophy dt {
  margin-bottom: 20px;
  font-size: 125%;
  font-weight: bold;
  color: #3F9163;
}
.message-philosophy dd ul {
  list-style: none;
  padding-left: 20px;
}
.message-philosophy dd ul li {
  margin-bottom: 10px;
  font-style: italic;
}

.message-data {
  margin-bottom: 60px;
}
.message-data dt {
  font-weight: bold;
}
.message-data dd {
  margin-bottom: 20px;
  margin-left: 30px;
}
.message-data .message-data__history {
  list-style: disc;
  margin-left: 20px;
}

.estate--photo {
  width: 400px;
  float: left;
}

.estate--paragraph {
  width: 500px;
  float: right;
}

/* --------------------------------------------------
	86. Contact
-------------------------------------------------- */
.contact-phone-number {
  width: 70%;
  margin: 0 auto 40px;
}

.contact-form {
  width: 70%;
  margin: 0 auto 60px;
}
/*# sourceMappingURL=pc.css.map */