@charset "utf-8";

/*
  File Name   : layout.css
  Description : 各ブロックのレイアウト
*/

/*
============================================================ */
/* BASE
============================================================ */
/*** structure ***/
body {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
/* sp body */
@media screen and (max-width: 811px) {
  body {
    font-size: 14px;
  }
}
body > #lay-header,
body > #lay-container {
  box-sizing: border-box;
  width: 100%;
  min-width: 320px;
}

/*** hypertext ***/
a:link {
  color: #c92260;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #c92260;
  text-decoration: none;
}
a:visited {
  color: #c92260;
}

/*** selection ***/
::-moz-selection {
  background: #c92260;
  color: #fff;
}
::selection {
  background: #c92260;
  color: #fff;
}
input::selection,
textarea::selection {
  background: #c92260;
  color: #fff;
}

/*** placeholder ***/
::placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::-ms-input-placeholder {
  color: #999;
}

/* overlay
------------------------------------------------------------ */
.lay-overlay {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

/*
============================================================ */
/* container
============================================================ */
#lay-container {
  width: 100%;
  text-align: left;
}

/* sp container
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
}

/*
============================================================ */
/* main
============================================================ */
#lay-main {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
}

/* sp main
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-main {
  }
}

/*
============================================================ */
/* page-top
============================================================ */
.lay-page-top-wrap {
  text-align: center;
}
.lay-page-top-wrap .lay-page-top img {
  width: 100%;
  max-width: 55px;
  height: auto;
}

/* sp page-top
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .lay-page-top-wrap .lay-page-top img {
    max-width: 45px;
  }
}

/*
============================================================ */
/* footer
============================================================ */
#lay-footer {
  width: 100%;
  padding: 0 0 50px;
}
#lay-footer .lay-footer-inner {
  position: relative;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 20px;
}
#lay-footer .lay-footer-logo {
  margin-top: 80px;
  text-align: center;
}
#lay-footer .lay-footer-logo img {
  width: 300px;
  height: auto;
}
#lay-footer .lay-footer-info {
  margin-top: 57px;
  text-align: center;
}
#lay-footer .lay-footer-info .footer-info__company {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#lay-footer .lay-footer-info .footer-info__company small {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}
#lay-footer .lay-footer-info .footer-info__company .name {
  margin-left: 15px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
#lay-footer .lay-footer-info .footer-info__tel {
  margin-top: -2px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#lay-footer .lay-footer-info .footer-info__tel a {
  color: #231815;
}
#lay-copy-right {
  margin-top: 25px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}

/* sp footer
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  #lay-footer {
    padding: 0 0 40px;
  }
  #lay-footer .lay-footer-logo {
    margin-top: 40px;
  }
  #lay-footer .lay-footer-logo img {
    width: 250px;
  }
  #lay-footer .lay-footer-info {
    margin-top: 27px;
  }
  #lay-footer .lay-footer-info .footer-info__company small {
    font-size: 11px;
  }
  #lay-footer .lay-footer-info .footer-info__company .name {
    margin-left: 10px;
    font-size: 22px;
    letter-spacing: 1.2px;
  }
  #lay-footer .lay-footer-info .footer-info__tel {
    margin-top: -4px;
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  #lay-copy-right {
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: 0;
  }
}

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