@charset "utf-8";

/*
 * Red CSS
 */

/*--------------------------
*
* 1.#D62034：H2タイトル・ナビ背景
* 2.#E75560：ボタングラデ淡
* 3.#BB101C：ボタングラデ濃・H3背景
*
----------------------------*/
h2 {
  color: #D62034;
}

h3 {
  background: #BB101C;  
}

h4 i {
  color: #D62034;  
}

a:hover {
  color: #D62034;
}

input[type="text"]:hover,
textarea:hover {
  border-color: #D62034;
}

/* common class */
.page-main {
  background-color: #D62034;  
}

.btn-box .btn:hover,
.btn-box .btn:focus,
.btn-box .btn:active {
  background-color: #D62034;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #BB101C;

  background: -webkit-gradient(linear, left top, left bottom, from(#E75560), to(#BB101C));  /* Chrome,Safari 対策 */
  background: -moz-linear-gradient(top, #E75560, #BB101C);                              /* Firefox 対策 */
  background-image: -ms-linear-gradient(top, #E75560 0%, #d7333f 50%, #BB101C 90%);        /* IE10 対策 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#E75560',  endColorstr='#BB101C');  /* IE8 IE9 対策 */
}

/* header */
.header .logo-text p {
  color: #D62034;
}

/* header nav */
.header-nav{
  background-color: #D62034;
}

.navbar-default {
  background-color: #D62034;
}

.navbar-default .navbar-nav > li > a {
  background: #D62034;
  border-right: 1px solid #E75560;  
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background: #E75560 !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #E75560;
}

/* main contact */
/* footer contact */
.footer-contact {
  background-color: #F2F2F2;
}
  
.main-contact .phone .contact-text,
.footer-contact .phone .contact-text {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 120px;
  height: 115px;
  background-color: #FACF25;
  color: #000;
  border-radius: 60%;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2em;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main-contact .phone .contact-text:before,
.footer-contact .phone .contact-text:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin-left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #FACF25;
  border-radius: 30px 0 30px 0;
}

.main-contact .phone .contact-text:after,
.footer-contact .phone .contact-text:after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0px;
  margin-left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  background-color: transparent;
  border-radius: 30px 0 30px 0;
  -webkit-transform: rotate(-30deg);
     -moz-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
       -o-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/* 非表示 */
@media(max-width: 640px) {
  .main-contact .phone .contact-text,
  .footer-contact .phone .contact-text {
    display: none;
  }
}

/* footer navi */
.footer-nav {
  border-top: 3px solid #E75560;
}

@media(max-width: 767px) {
  .footer-nav,
  .footer-nav nav.navbar.navbar-default {
    background-color: #D62034 !important;
  }
}

/* 通常メニュー */
@media(min-width: 768px) {
  .footer-nav .navbar-default .navbar-nav > li > a:focus,
  .footer-nav .navbar-default .navbar-nav > li > a:hover {
    color: #D62034 !important;
  }
}

/* Page Top */
#page-top a {
  color: #E75560;
}

#page-top a:hover {
  color:#D62034;
}

/* Luggage List */
.label-lug {
  color: #D62034;
}

/*--------------------------
*
* top page
*
----------------------------*/
.header .catch-copy h2 {
  margin: 0;
  font-size: 1.8em;
  line-height: 1.4em;
}

/* メイン */
.top-page .top-main {
  background: url(../../images/red/top_main.jpg) no-repeat scroll 78% top / cover;
  padding-bottom: 1em;
}

.top-page .top-main-estimate {
  width: 100%;
  text-align: center;
  margin:3em 0 1em;
}

.top-page .top-main-estimate img {
  width: 100%;
  height: auto;
}

.top-page .top-main-box {
  background-color: #8FC9E8;  
}

.top-page .row.top-main-box {
  padding: 0.5em;
}

.top-page .top-main-box-inner {
  margin: 0;
  padding: 0.2em;
  color: #0C56AF;
  font-weight: 600;
  
}

.top-page .top-main-box-inner .pointset {
  border: #0C56AF solid 2px;
  padding: 20% 0 !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

@media(min-width: 768px) and (max-width: 991px) {
  .top-page .top-main-estimate img {
    width: 70%;
  }
}

/* 3つのサービス */
.top-page .top-service {
  border: #D62034 3px solid;
  margin-top: 2em;
  margin-bottom: 0;
  padding: 1em 0 0 0;
}

.top-page .top-service h2 {
  color: #000;
  background: url(../../images/red/top_service_titlebg.png) repeat-x;
  padding-top: 2em;
  margin-top: 0;
  
}

.top-page .top-service .m-b {
  margin-bottom: 1em;
}

.top-page .top-service .top-service-inner {
  margin-bottom: 1em;
  border:#D62034 7px solid;
  background-color: #FFF;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.top-page .top-service a {
  color: #333;
  text-decoration: none;
}

.top-page .top-service a:hover,
.top-page .top-service a:focus {
  color: #333;
  opacity: 0.8;
}

.top-page .top-service .top-service-inner .top-service-inner-bg01 {
  padding: 1.2em 0.5em;
  color: #D62034;
  background: url(../../images/red/top_service1.png) no-repeat;
  background-size: contain;
  background-position: 90%;
}

.top-page .top-service .top-service-inner .top-service-inner-bg02 {
  padding: 1.2em 0.5em;
  color: #D62034;
  background: url(../../images/red/top_service2.png) no-repeat;
  background-size: contain;
  background-position: 90%;
}

.top-page .top-service .top-service-inner .top-service-inner-bg03 {
  padding: 1.2em 0.5em;
  color: #D62034;
  background: url(../../images/red/top_service3.png) no-repeat;
  background-size: contain;
  background-position: 90%;
}

.top-page .top-service .top-service-inner img {
  width: 100%;
  height: auto;
}

.top-page .top-service p {
  font-size: 17px;
}

.top-page .top-service .top-service-p-title {
  font-size: 1.9em;
  font-style: italic;
  color: #D62034;
  font-weight: 600;
  padding-bottom: 0.2em;
}

.top-page .top-service .fa-truck {
  color: #D62034;
}

@media (min-width: 640px) and (max-width: 991px) {
  .top-page .top-service h2 {
    font-size: 1.5em;
    padding-top: 3em;
  }
  
  .top-page .top-service .top-service-inner .top-service-inner-bg01 {
    background-size: 25%;
    background-position: 95%;
  }
  
  .top-page .top-service .top-service-inner .top-service-inner-bg02 {
    background-size: 25%;
    background-position: 95%;
  }
  
  .top-page .top-service .top-service-inner .top-service-inner-bg03 {
    background-size: 25%;
    background-position: 95%;
  }
  
}

@media(max-width:480px) {
  .top-page .top-service {
    margin-bottom: 1em;
  }

  .top-page .top-service .top-service-inner:after {
    top: -7.5px;
  }

  .top-page .top-service .top-service-inner h5 {
    padding: 2.7em 0.5em 0 0.5em;
  }
  
  .top-page .top-service h2 {
    font-size: 1.5em;
    background: none;
    padding-top: 0;
  }
  
  .top-page .top-service .top-service-inner p {
    padding: 0.5em 0 0;
  }
  
  .top-page .top-service .top-service-inner .btn-lg {
    margin-bottom: 3em;
  }
  
  .top-page .top-service .top-service-inner .top-service-inner-bg01 {
    background-size: 25%;
  }
  
  .top-page .top-service .top-service-inner .top-service-inner-bg02 {
    background-size: 25%;
  }
  
  .top-page .top-service .top-service-inner .top-service-inner-bg03 {
    background-size: 25%;
  }
  
}

/* 2つのプラン */
.top-page .top-plan {
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.top-page .top-plan h2 {
  color: #0C56AF;
  margin-top: 0;
  margin-bottom: 0.2em;
  line-height: 1.5em;
}

.top-page .top-plan h2 strong {
  font-size: 1.5em;
  color: #DF1F4C;
  display: inline;
  margin-bottom: 0;
}

.top-page .top-plan .top-plan-inner {
  width: 100%;
  padding: 2em 2em;
  margin-top: 1em;
}

.top-page .top-plan a {
  color: #333;
  text-decoration: none;
}

.top-page .top-plan a:hover,
.top-page .top-plan a:focus {
  color: #333;
  opacity: 0.8;
}

.top-page .top-plan .top-plan-inner strong {
  color: #fff;
  margin: 0.5em 0;
}


.top-page .top-plan .top-plan-inner h5 {
  color: #fff;
  margin-top: 0;
}

.top-page .top-plan .top-plan-inner img {
  width: 100%;
  height: auto;
}

.top-page .top-plan .top-plan-inner ul {
  padding: 1em;
}

.top-page .top-plan .top-plan-inner ul li {
  font-size: 17px;
}

.top-page .top-plan .top-plan-inner p {
  margin-top:1em;
  margin-bottom: 0;
  font-size: 1.2em;
  color: #0C56AF;
}

.top-page .top-plan .top-plan-inner {
  background: #E0E0E0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.top-page .top-plan .top-plan-inner .top-plan-innner-title01 {
  background: #0C56AF url(../../images/red/top_plan_point.png) no-repeat;
  background-position: 10%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.top-page .top-plan .top-plan-inner .top-plan-innner-title02 {
  font-weight: 600;
  font-size: 1.3em;
}

.top-page .top-plan .main-estimate-s {
  margin-top: 1em;
}

@media (min-width: 640px) and (max-width: 991px) {
  .top-page .top-plan .top-plan-inner ul {
    padding: 1em 0;
  }
  
  .top-page .top-plan .top-plan-inner {
    padding: 1em 1em;
  }
  
  .top-page .top-plan .top-plan-inner .top-plan-innner-title01 {
    background-position: 3%;
    background-size: 15%;
  }
  
  .top-page .top-plan .top-plan-inner p {
    font-size: 1.2em;
  }
}

@media(max-width: 480px) {
  .top-page .top-plan {
    margin-bottom: 1.8em;
  }
  
  .top-page .top-plan h2 {
    font-size: 1.8em;  
  }
  
  .top-page .top-plan .top-plan-inner {
    padding: 1em 1em;
  }
  
  .top-page .top-plan .top-plan-inner .top-plan-innner-title01 {
    background-position: 3%;
    background-size: 15%;
  }
    
  .top-page .top-plan .top-plan-inner p {
    font-size: 1em;
  }
}

/* 追加料金 */
.top-page .top-additional {
  background-color: #F41750;
  width: 100%;
  height: auto;
  padding: 1em;
  margin: 2em 0 3em 0;
  position: relative;
}

.top-page .top-additional h2 {
  color: #FFF;
  text-shadow: 3px 3px 3px #951534;
  text-align: center;
  margin: 0;
  line-height: 1.3em;
}

.top-page .top-additional:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  bottom: -28px;
  border-top: 30px solid #F41750;
  margin-left: -50px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

/* トラブル */
.top-page .top-trouble {
  background-color: #78889E;
  padding: 1em;
  margin:2em 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.top-page .top-trouble h2 {
  color: #FFF;
  margin-top:  0.4em;
}

.top-page .top-trouble-text h5 {
  color: #FCF2C8;
}

.top-page .top-trouble-text p {
  color: #FFF;
}

.top-page .top-trouble-image img {
  width: 80%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 640px) and (max-width: 991px) {
  .top-page .top-trouble-image img {
    padding: 1em 0;
  }
}

/* 見積 */
.top-page .top-estimate {
  border: #0C56AF solid 3px;
  margin: 2em 0;
  padding: 0 1em 1em 1em;
  background: url(../../images/red/top_estimate_title_left.png) no-repeat;
  background-position:- 3px top;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 5px #aaa, 0 0 5px #999, 0 0 1px #666;
  -webkit-box-shadow: 0 0 5px #aaa, 0 0 5px #999, 0 0 1px #666;
  -moz-box-shadow: 0 0 5px #aaa, 0 0 5px #999, 0 0 1px #666;
}

.top-page .top-estimate h2 {
  color: #FFF;
  margin-bottom: 0.2em;
}

.top-page .top-estimate p {
  color: #FFF;
  font-size: 1.1em;
}

.top-page .top-estimate .top-estimate-inner {
  background-color: #FFF;
  padding: 0;
  margin-top: 5em;
}

.top-page .top-estimate .top-estimate-inner p {
  color: #333;
  margin: 1.2em 0 0 0;
}

.top-page .top-estimate .top-estimate-inner p i {
  display: inline;
  vertical-align: middle;
  margin-right: 0.2em;
}

.top-page .top-estimate .top-estimate-inner h2 {
  color: #0C56AF;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 2em;
  }

.top-page .top-estimate .top-estimate-inner img {
  width: 80%;
  height: auto;
}

@media(min-width: 768px) {
  .top-page .top-estimate h2 br {
    display: none;
  }
}

@media(max-width: 480px) {
  .top-page .top-estimate {
    background-size: 100%;
    margin: 1em 0;
  }
  
  .top-page .top-estimate .top-estimate-inner {
    margin-top: 3em;
    padding: 0;
  }
  
  .top-page .top-estimate .top-estimate-inner h2 {
    font-size: 1.5em;
  }
}

/* メニュー */
.top-page .top-menu {
  margin-top: 2em;
}

.top-page .top-menu h2 {
  color: #000;
}

.top-page .top-menu h2 i {
  color: #D62034;
  margin-right: 0.1em;
}

.top-page .top-menu a {
  text-decoration: none;
}

.top-page .top-menu a:focus,
.top-page .top-menu a:hover {
  opacity: 0.8;
}

.top-page .top-menu a:focus .top-menu-text p,
.top-page .top-menu a:hover .top-menu-text p {
  color: #333;
}

.top-page .top-menu .top-menu-inner {
  margin-bottom: 1.5em;
}

.top-page .top-menu .top-menu-image {
  width: 100%;
}

.top-page .top-menu .top-menu-image img {
  width: 100%;
  height: auto;
}

.top-page .top-menu .top-menu-text {
}

.top-page .top-menu .top-menu-text h5 {
  color: #D62034;
  margin: 0.5em 0 0.3em 0;
}

.top-page .top-menu .top-menu-text p {
  margin-bottom: 0;
}

/*--------------------------
*
* Estimate Button
*
----------------------------*/
.top-page .main-estimate {
  margin: 1em 0;
}

.top-page .main-estimate a.btn {
  width: 100%;
  text-decoration: none;
  padding: 2em 2em;

  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.top-page .main-estimate .btn-estimate,
.top-page .main-estimate .btn-estimate:hover,
.top-page .main-estimate .btn-estimate:focus,
.top-page .main-estimate .btn-estimate:active {
  background-color: #D62034;
  color: #FFF;
}

.top-page .main-estimate .btn-estimate:hover,
.top-page .main-estimate .btn-estimate:focus {
  opacity: 0.8;
}

.top-page .main-estimate .estimate-text1 {
  font-size: 3em;
  font-weight: 600;
  text-shadow: 3px 3px 3px #951534;
}

.top-page .main-estimate .estimate-text1 i {
  font-size: 1.2em;
}

.top-page .main-estimate .main-estimate-etc {
  margin-top: 1em;
  text-align: center;
}

.top-page .main-estimate .main-estimate-etc a {
  font-size: 1.2em;
  font-weight: 600;
  color: #D62034;
  text-decoration: none;
}

.top-page .main-estimate .main-estimate-etc a:hover,
.top-page .main-estimate .main-estimate-etc a:focus {
  opacity: 0.8;
}

/* 文字サイズ */
@media(max-width: 480px) {
  .top-page .main-estimate .estimate-text1 {
    font-size: 1.5em;
  }
}

/*--------------------------
*
* Estimate Button Small
*
----------------------------*/
.main-estimate-s a.btn {
  text-decoration: none;
  padding: 0.5em 1em;

  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.main-estimate-s .btn-estimate,
.main-estimate-s .btn-estimate:hover,
.main-estimate-s .btn-estimate:focus,
.main-estimate-s .btn-estimate:active {
  background-color: #D62034;
  color: #FFF;
}

.main-estimate-s .btn-estimate:hover,
.main-estimate-s .btn-estimate:focus {
  opacity: 0.8;
}

.main-estimate-s .estimate-text1 {
  font-size: 1.5em;
  color: #FFF;
  padding: 0;
  margin-top: 0;
}

@media (min-width: 640px) and (max-width: 991px) {
    .main-estimate-s .estimate-text1 {
    font-size: 1.1em;
  }
}

@media(max-width: 480px) {
  .main-estimate-s .estimate-text1 {
    font-size: 1.1em;
  }
}
