/* Scss Document */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif; }

@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: Verdana, Meiryo, sans-serif; } }
@media all and (-ms-high-contrast: active) {
  html, body {
    font-family: Verdana, Meiryo, sans-serif; } }
.wf-mplus1p {
  font-family: "M PLUS 1p"; }

.container h1,
.main-nav a {
  font-family: "M PLUS 1p",sans-serif; }

.main-nav a {
  font-size: 1rem; }

#intro {
  width: 100%;
  height: 60vh;
  position: relative;
  	/* background-image:
    linear-gradient(to bottom, rgba(240,248,255,0.8), rgba(255,255,255,0.5)),
    url('../img/keyaki.jpg');
  	 */
  background-image: url("../img/keyaki2.jpg");
  background-position: center center;
  background-size: cover; }
  #intro .intro-info h2, #intro .intro-info h3 {
    font-family: "M PLUS 1p",sans-serif; }
  #intro .intro-info h2 {
    font-size: 44px;
    letter-spacing: .1em; }
  #intro .intro-info h3 {
    font-size: 20px; }

@media screen and (orientation: landscape) and (max-width: 750px) {
  #intro {
    height: 100vh;
    background-size: auto; } }
@media (min-width: 992px) {
  #intro .intro-img {
    padding-top: 70px; } }
@media (max-width: 768px) {
  #intro .intro-info h2 span {
    color: #fff; } }
@media (max-width: 375px) {
  #intro .intro-info h2 {
    font-size: 1.2rem; }
  #intro .intro-info h3 {
    font-size: .9em; } }
/* ----------------------------------
	#contact
----------------------------------- */
#contact {
  padding: 80px 0; }

ul.icon-set {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.2; }
  @media (max-width: 575px) {
    ul.icon-set {
      font-size: 16px; } }
  ul.icon-set li {
    display: flex;
    align-items: center;
    margin-bottom: 1em; }
    @media (max-width: 575px) {
      ul.icon-set li {
        margin-bottom: 0; } }
    ul.icon-set li i {
      display: inline-block;
      width: 60px;
      font-size: 48px;
      text-align: center; }
    ul.icon-set li a {
      color: #444; }
      ul.icon-set li a:hover {
        color: #666; }

.contactForm {
  margin-bottom: 40px; }
  .contactForm .form-group {
    margin-bottom: 15px; }
  .contactForm #sendmessage {
    color: #fff;
    background: #71c55d;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px; }
  .contactForm #errormessage {
    color: #fff;
    display: none;
    background: red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px; }
  .contactForm #sendmessage.show, .contactForm #errormessage.show, .contactForm .show {
    display: block; }
  .contactForm .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px; }
  .contactForm label {
    color: #3e4147;
    font-weight: 500; }
  .contactForm input, .contactForm textarea {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #dce1ec;
    font-size: 14px; }
  .contactForm input::placeholder, .contactForm textarea::placeholder {
    color: #a5a9b1; }

#privacy {
  padding: 60px 0; }

#map {
  padding: 60px 0; }

/* ----------------------------------
	utility style
----------------------------------- */
.section-title {
  text-align: center;
  margin-bottom: 1em; }
  .section-title h2 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    text-align: center;
    font-weight: 700; }
    .section-title h2:before, .section-title h2:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 45px;
      height: 1px;
      background-color: black; }
    .section-title h2:before {
      left: 0; }
    .section-title h2:after {
      right: 0; }

#privacy .section-title h2 {
  font-size: 1.2em; }

.btn-basic {
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  background-color: #71c55d;
  transition: all ease-in 0.3s; }
  .btn-basic:hover, .btn-basic:active, .btn-basic:focus {
    color: white; }
  .btn-basic:hover, .btn-basic:active, .btn-basic:focus {
    background-color: #b3e0a8; }

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px; }
