@charset "UTF-8";
/* 全体用（SP用）の記述 */
body {
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.75;
  font-size: 15px; }

img {
  width: 100%;
  height: auto; }

.pc-only {
  display: none; }

.headlineL {
  font-size: 30px;
  margin-bottom: 10px; }

.headlineM {
  font-size: 27px; }

.pc-only {
  display: none; }

.header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 67px;
  background: #fff;
  z-index: 999;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.23); }
  .header h1 {
    float: left; }
    .header h1 img {
      height: 30px;
      margin: 19px 0 0 10px;
      width: auto; }
  .header .sp-global_menu,
  .header .pc-global_menu {
    border: 1px solid white;
    padding-top: 9px;
    clear: both; }
    .header .sp-global_menu > ul,
    .header .pc-global_menu > ul {
      display: none; }
  .header li > a {
    display: block;
    background: #e1dbc3;
    color: #5b5c56;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #999;
    text-align: center; }
    .header li > a:hover {
      text-decoration: none; }
  .header .menu-btn {
    border: 1px solid gray;
    width: 44px;
    height: 44px;
    float: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 44px;
    text-align: center; }

.speacer {
  width: 100%;
  height: 67px; }

.pc .home #header {
  top: 0; }

.pc #global_menu > ul > li > a {
  color: #99978a; }

.index_box_list .headline {
  font-size: 27px;
  line-height: 1.6;
  text-align: center; }

.index_content_header {
  text-align: left; }

body {
  font-family: serif; }

#header_logo_index {
  display: none !important; }

.index_content1 {
  padding: 0; }

.index_box_list {
  padding: 43px 0 65px 0; }

.slider-icon {
  width: 40%;
  display: block;
  margin: 20px auto; }

.message-garage {
  margin: 80px 0 40px; }
  .message-garage .message,
  .message-garage .garage {
    margin: 0 20px; }
  .message-garage .message {
    margin-bottom: 20px; }
  .message-garage .headlineL {
    text-align: center; }

#index_content2 .headline {
  font-size: 27px !important; }

#index_content2 p {
  font-size: 15px; }

.index_box_list .image img {
  border-radius: 16px; }

.cta-button {
  display: block;
  margin: 0 20px 90px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  background: #ddd9c3;
  border-radius: 18px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  color: #889649;
  box-shadow: 0px 5px 10px #aaa;
  color: #ddd9c3;
  background: #889649;
  text-decoration: none; }
  .cta-button:hover {
    text-decoration: none;
    color: #ddd9c3; }

#index_content1 p {
  font-size: 15px;
  margin: 20px 0; }

.machiaruki-heading {
  text-align: center;
  background: #ebebeb;
  background: url(../images/machiaruki.jpg) center bottom no-repeat;
  background-size: cover;
  font-size: 25px;
  padding: 10px 0;
  color: #5b5c56;
  box-sizing: border-box; }

.information a {
  color: blue;
  text-decoration: underline; }

.information-heading {
  text-align: center;
  background: #b0a686;
  background: url(../images/info-bg.jpg) center no-repeat;
  background-size: cover;
  height: 90px;
  font-size: 25px;
  padding: 10px 0;
  color: #fff; }

.information p {
  padding: 0 20px;
  margin: 20px 0; }

.insta {
  padding: 0 20px;
  margin: 20px 0; }
  .insta ul {
    width: 80%;
    margin: 0 auto; }
  .insta li a {
    overflow: hidden;
    display: block;
    margin: 10px 0;
    border-radius: 5%; }
  .insta li img {
    vertical-align: middle;
    border-radius: 5%; }

.contact {
  padding-top: 20px;
  width: 100%;
  background: #ddd9c3;
  box-sizing: border-box; }
  .contact form {
    margin: 0 auto;
    border-bottom: 1px solid #ddd9c3; }
  .contact-heading,
  .contact label {
    margin: 10px 20px; }
  .contact-heading {
    text-align: center; }
  .contact label {
    display: block; }
  .contact input[type=text],
  .contact textarea {
    height: 30px;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px;
    margin: 10px;
    width: 98%; }
  .contact textarea {
    height: 90px; }
  .contact input[type=submit] {
    display: block;
    margin: 0 auto 50px;
    width: 145px;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-family: serif;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #d0d0d0 0%, #848378 88%);
    background: linear-gradient(to bottom, #d0d0d0 0%, #848378 88%); }

.banner {
  box-sizing: border-box;
  padding: 20px; }

.footer {
  height: 190px; }
  .footer-top {
    box-sizing: border-box;
    padding: 50px 0 10px;
    background: #f5f7f6; }
    .footer-top img {
      width: 190px;
      display: block;
      margin: 0 auto; }
    .footer-top p {
      margin-top: 10px;
      text-align: center;
      font-size: 12px; }
  .footer-bottom {
    background: black;
    color: white;
    text-align: center;
    padding: 10px 0; }

.map {
  width: 80%;
  max-width: 496px;
  display: block;
  margin: 0 auto; }

/* 770px以上用（PC用）の記述 */
@media screen and (min-width: 771px) {
  body {
    margin: 0 auto;
    min-width: 1200px !important; }
  .sp-only {
    display: none; }
  .pc-only {
    display: block; }
  .header {
    position: absolute;
    box-shadow: none; }
    .header h1 img {
      margin-left: 80px; }
    .header-inner {
      width: 1200px;
      margin: 0 auto;
      overflow: hidden; }
    .header .pc-global_menu {
      margin-right: 20px;
      float: right;
      clear: none; }
      .header .pc-global_menu > ul {
        display: block; }
        .header .pc-global_menu > ul > li {
          display: inline-block; }
    .header li > a {
      color: #a09e92;
      background: none;
      height: 44px;
      line-height: 44px;
      border-bottom: none;
      padding: 0 20px;
      font-size: 16px; }
      .header li > a:hover {
        text-decoration: none;
        opacity: .7; }
  .slider-icon {
    width: auto;
    display: block;
    margin: 0 auto; }
  #frontpage-slider {
    width: 1200px;
    margin: 0 auto; }
  .slick-dots {
    width: 100px !important;
    right: 140px !important; }
  .message-garage {
    border-top: 1px solid #9b915e;
    line-height: 1.6; }
    .message-garage .text-box {
      width: 480px;
      height: 540px; }
    .message-garage .heading {
      font-size: 24px;
      margin-bottom: 10px; }
    .message-garage p {
      font-size: 16px; }
  .message {
    box-sizing: border-box;
    background: url(../images/message-bg.jpg);
    padding-top: 90px;
    width: 1200px;
    margin: 0 auto !important;
    height: 341px; }
    .message .heading {
      text-align: left; }
    .message .text-box {
      margin-left: 40px; }
  .garage {
    box-sizing: border-box;
    background: url(../images/garage-bg.jpg);
    width: 1200px;
    margin: 0 auto !important;
    height: 439px;
    overflow: hidden; }
    .garage .text-box {
      float: right;
      margin: 100px 0 0; }
    .garage .heading {
      text-align: center;
      width: 392px; }
  #index_content2 .headline {
    font-size: 22px !important; }
  #index_content2 p {
    font-size: 16px;
    line-height: 1.6em; }
  .index_box_list {
    padding-bottom: 35px; }
  .cta-button {
    display: block;
    margin: 0 auto 100px;
    width: 817px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    background: #ddd9c3;
    border-radius: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 30px;
    color: #889649;
    box-shadow: 0px 5px 10px #aaa; }
    .cta-button:hover {
      color: #ddd9c3;
      background: #889649;
      text-decoration: none;
      opacity: .8;
      box-shadow: none; }
  #index_content1 p {
    font-size: 20px;
    margin: 80px 0; }
  .machiaruki-heading {
    background: url(../images/machiaruki.png) center top no-repeat;
    height: 494px;
    font-size: 40px;
    padding-top: 190px;
    background-size: cover; }
  .information .information-heading-wrapper {
    background: url(../images/info-bg.jpg) 50% 0 no-repeat fixed;
    background-size: cover; }
  .information .information-heading {
    height: 316px;
    font-size: 50px;
    color: #fff;
    box-sizing: border-box;
    padding: 66px 0 0 110px;
    background: none;
    text-align: left;
    width: 1200px;
    margin: 0 auto; }
  .information .wrapper-box {
    overflow: hidden;
    width: 1200px;
    margin: 115px auto 0;
    font-size: 20px; }
  .information .left-box {
    float: left;
    width: 510px;
    margin-left: 40px; }
  .information .right-box {
    float: right; }
  .insta {
    margin-bottom: 120px;
    width: 1200px;
    margin: 60px auto 0;
    box-sizing: border-box; }
    .insta ul {
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
      display: table; }
    .insta li {
      float: left; }
    .insta li + li {
      margin-left: 40px; }
    .insta a {
      width: 200px;
      height: 200px;
      overflow: hidden; }
    .insta img {
      width: 200px; }
  .contact {
    width: 100%;
    padding: 40px;
    background: #ddd9c3;
    box-sizing: border-box; }
    .contact form {
      width: 710px;
      margin: 0 auto; }
    .contact-heading,
    .contact label {
      font-size: 30px;
      margin: 20px; }
    .contact-heading {
      text-align: center; }
    .contact label {
      display: block; }
    .contact input[type=text],
    .contact textarea {
      width: 645px;
      height: 50px;
      border: none;
      font-size: 16px;
      box-sizing: border-box;
      padding: 10px;
      margin: 10px; }
    .contact textarea {
      height: 220px; }
    .contact input[type=submit] {
      display: block;
      margin: 90px auto;
      width: 145px;
      height: 50px;
      border: none;
      border-radius: 6px;
      font-size: 30px;
      color: #fff;
      font-family: serif;
      cursor: pointer;
      background: -webkit-linear-gradient(top, #d0d0d0 0%, #848378 88%);
      background: linear-gradient(to bottom, #d0d0d0 0%, #848378 88%); }
  .banner {
    height: 430px;
    box-sizing: border-box;
    padding: 90px;
    width: 1200px;
    margin: 0 auto; }
    .banner-btn {
      display: block;
      margin: 0 auto;
      width: 645px; }
  #copyright {
    background: #f5f7f6;
    height: 190px;
    box-sizing: border-box;
    padding: 80px 0 0; }
  .map {
    width: 100%;
    display: block;
    margin: 0 auto; }
  .footer-top-inner,
  .footer-bottom-inner {
    width: 1200px;
    margin: 0 auto; } }
    .button{
      margin:50px 0 0 0;
    }
