
a {
  text-decoration: none;
  color: #f78e21;
}

a:hover {
  text-decoration: none;
  color: #f78e21;
}

p {
  font-family: 'メイリオ', sans-serif;
  font-size: 1em;
  color: #666;
}


*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


/*-- Header --*/
#main-header {
  background-color: #fffbde;
  color: #f78e21;
  font-size: 0.8em;
  padding: 1px 0;
}

.logo {
  padding: 20px 0;
  text-align: center;
  }

.main-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.main-menu li {
  list-style: none;
  display: inline-block;
  padding: 30px 0 10px 0;
}

.main-menu a {
  font-family: 'メイリオ', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #444;
  text-transform: uppercase;
  margin-right: 30px;
}

.main-menu a:hover {
  color: #f78e21;
}


.navbar {
  margin-bottom: 0px;
}


/*-- End Header --*/


.carousel-caption p{
  color: #fff;
}



.info {
  color: #D71D3B;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.info_text {
  width: 50%;
  margin: 0 auto;
}






.main {
  background: #fffbde;
}



.img-responsive2,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: 100%;
  height: auto;
}


.attention p {
  font-family: 'メイリオ', sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  color: red;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}


/*-- Policy --*/

/*.policy-title h2 {
  font-family: 'メイリオ', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
*/
.policy-item {
  text-align: center;
  padding: 10px ;
  margin-bottom: 1em;
  margin-top: 1em;
/*  background: #fff;
  border-radius: 3px;*/
}

.policy-item h4 {
  font-family: 'メイリオ', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
  margin-top: 25px;
}

.policy-item p {
  font-family: 'メイリオ', sans-serif;
  text-align: left;
}

.policy-item2 {
  text-align: center;
  padding: 10px ;
  margin-bottom: 1em;
  margin-top: 1em;
/*  background: #fff;
  border-radius: 3px;*/
}

.policy-item2 p {
  font-family: 'メイリオ', sans-serif;
  text-align: center;
  margin-top: 25px;
}
/*-- End Policy --*/



/*-- Heading --*/

#heading {
/*  background-image: url(../images/bg_menutitle.jpg);*/
  background-color: #222;
  height: 100px;
}

#heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
/*
#heading span {
  color: #fff;
  text-transform: uppercase;
}
*/
.heading-content {
  text-align: center;
  margin-top: 35px;
}

/*-- End Heading --*/


/*-- Breadcrumb --*/

.breadcrumb {
  background-color: #fff;
}

.breadcrumb > li + li:before {
  content: ">";
}

.pan-navi a:link,
.pan-navi a:visited {
    color: #362e2b;
    text-decoration: none;
    font-weight: bold;
}

.pan-navi a:hover,
.pan-navi a:active {
    color: #a6937c;
    text-decoration: none;
}
/*-- End Breadcrumb --*/


.btn2  {
  margin-top: 2px;
}





/*--Footer--*/

footer {
  background-color: #f3f3f3;
  border-top: 4px solid #59493f;
  margin-top: 120px;
}

.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}
/*
.social-bottom span {
  font-family: 'メイリオ', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}
*/
.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
/*
.social-bottom a {
  background-color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #bbb;
}

.social-bottom a:hover {
  background-color: #f78e21;
  color: #fff;
}
*/
.subscribe-form {
  margin-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form span {
  font-family: 'メイリオ', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.subscribeForm {
  position: relative;
  display: inline-block;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(../images/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  content: '';
  margin-top: 0;
  border: 0;
}

.subscribe-form input#subscribe {
  padding: 4px 10px 4px 10px;
  line-height: 34px;
  height: 34px;
  max-width: 280px;
  width: 280px;
  margin-top: 0px;
  outline: 0;
  border-color: #f3f3f3;
}

.footer-title {
  margin-top: 1.5em;
  font-family: 'メイリオ', sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin: 10px 0;
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.shop-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.shop-list a:hover {
  color: #f78e21;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'メイリオ', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: 'メイリオ', sans-serif;
  font-size: 13px;
  color: #f78e21;
}



.ringo {
  font-size: 1.2em;
  color: #833638;
  margin: 15px;
}

.info dt {
  float: left;
  width: 200px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  font-family: 'メイリオ', sans-serif;
  font-size: 0.85em;
  font-weight:normal;
  color: #666;
  line-height: 2em;
}

.info dd {
  margin-left: 250px;
  text-align: left;
  list-style: none;
  font-family: 'メイリオ', sans-serif;
  font-size: 0.85em;
  font-weight:normal;
  color: #666;
  line-height: 2em;
}

.access p {
  padding-bottom: 20px;
}

.access ul {
  margin: 0;
  padding: 0;
}

.access li {
  list-style: none;
  margin: 10px 0;
  font-family: 'メイリオ', sans-serif;
  font-size: 1.25em;
  color: #666;
}

.access i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  text-align: left;
  padding: 60px 0 15px 0;
}

/*-- End Footer --*/




/*--- RESPONSIVE ---*/

@media screen and (max-width: 990px) {

    
  .logo {
    text-align: center;
  }

  .carousel-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

/*  .footer-title {
    margin-top: 60px;
  }*/

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }
}

@media screen and (max-width: 568px) {

  .logo {
    text-align: center;
  }


  .content-hide p {
    display: none;
  }

  .carousel-caption {
    display: none;
  }

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: center;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }

/*  .logo {
    padding-bottom: 60px;
  }*/

  .main-menu li {
    display: block;
/*    margin-top: -10px;*/
    padding: 5px 0px;
    margin-right: -30px;
  }

  #heading-section img {
    display: none;
  }

  .divide-line img {
    display: none;
  }

  .top-footer {
    display: none;
  }

}

@media screen and (max-width: 1000px) {

  .carousel-caption {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  .heading-section img {
    display: none;
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 995px) {

  .hover-iner span {
  margin-top: 160px;
  }

  body {
    overflow-x: hidden;
  }
}



/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}



/*--- END RESPONSIVE ---*/