@charset "UTF-8";
/*=============================
レスポンシブ
=============================*/
/*=============================
共通パーツ
=============================*/
body {
  font-family: sun-serif;
  font-size: 16px;
  text-align: justify;
  line-height: 1.9;
  letter-spacing: .25em;
}

@media screen and (max-width: 905px) {
  body {
    font-size: 12px;
  }
}

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

.section {
  padding: 60px 0px;
}

@media screen and (max-width: 905px) {
  .section {
    padding: 40px 0px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
}

@media screen and (max-width: 905px) {
  .inner {
    width: 90%;
  }
}

.md {
  display: block;
}

@media screen and (max-width: 905px) {
  .md {
    display: none;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 430px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 430px) {
  .sp {
    display: block;
  }
}

.point_mark {
  text-align: center;
  font-size: 30px;
  font-style: italic;
  border-bottom: 4px solid #00194B;
  width: 150px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 430px) {
  .point_mark {
    font-size: 17px;
    border-bottom: 3px solid #000;
    width: 110px;
    margin-bottom: 30px;
  }
}

.point_mark span {
  font-size: 45px;
}

@media screen and (max-width: 430px) {
  .point_mark span {
    font-size: 30px;
  }
}

.point_title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 905px) {
  .point_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 430px) {
  .point_title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.point_lead {
  margin-bottom: 40px;
}

@media screen and (max-width: 905px) {
  .point_lead {
    margin-bottom: 20px;
  }
}

/*=============================
intro
=============================*/
.intro {
  padding: 30px 0px 0px !important;
}

.intro .intro_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 905px) {
  .intro .intro_wrapper {
    display: block;
  }
}

.intro .intro_wrapper .intro_left {
  width: 50%;
}

@media screen and (max-width: 905px) {
  .intro .intro_wrapper .intro_left {
    width: 100%;
  }
}

.intro .intro_wrapper .intro_left img {
  display: block;
  margin-bottom: 25px;
}

@media screen and (max-width: 905px) {
  .intro .intro_wrapper .intro_left img {
    margin-bottom: 15px;
  }
}

.intro .intro_wrapper .intro_left h2 {
  font-size: 25px;
  color: #d17c17;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 905px) {
  .intro .intro_wrapper .intro_left h2 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.intro .intro_wrapper .intro_right {
  width: 50%;
}

@media screen and (max-width: 905px) {
  .intro .intro_wrapper .intro_right {
    width: 90%;
    margin: 0 auto;
  }
}

/*=============================
shinagawa
=============================*/
.shinagawa {
  background-image: url(../img/bg_img.jpg);
  background-size: cover;
}

.shinagawa h1 {
  color: #d17c17;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 35px;
}

@media screen and (max-width: 905px) {
  .shinagawa h1 {
    font-size: 18px;
  }
}

/*=============================
contact
=============================*/
.contact {
  padding-bottom: 120px;
}

@media screen and (max-width: 905px) {
  .contact {
    padding-bottom: 30px;
  }
}

.contact .contact-inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}

.contact .contact-title {
  font-size: 27px;
  line-height: 2;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
  font-family: serif;
}

@media screen and (max-width: 905px) {
  .contact .contact-title {
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: bold;
  }
}

.contact .contact_svg {
  margin-bottom: 50px;
}

@media screen and (max-width: 905px) {
  .contact .contact_svg {
    margin-bottom: 25px;
  }
}

.contact .contact-img {
  margin-bottom: 60px;
}

@media screen and (max-width: 905px) {
  .contact .contact-img {
    margin-bottom: 25px;
  }
}

.contact img {
  margin-bottom: 20px;
}

@media screen and (max-width: 905px) {
  .contact img {
    margin-bottom: 10px;
  }
}

.contact .img {
  margin-bottom: 60px;
}

@media screen and (max-width: 905px) {
  .contact .img {
    margin-bottom: 20px;
  }
}

.contact .img-b {
  margin-bottom: 0px;
}

/*=============================
map
=============================*/
.map iframe {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 905px) {
  .map iframe {
    margin-bottom: 0px !important;
  }
}

/*=============================
footer
=============================*/
footer {
  padding: 30px 0px 50px;
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 905px) {
  footer {
    width: 500px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 430px) {
  footer {
    width: 250px;
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */