@charset "UTF-8";
/* Scss Document */
/*********************

疑似クラス

*********************/
body, html {
  height: 100%; }

.main {
  background: url("../img/top/main_bg.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .main {
      height: 860px; } }
  .main img {
    max-width: 100%; }
    @media screen and (min-width: 769px) {
      .main img {
        max-width: 448px; } }

.about {
  text-align: center;
  padding: 100px 10%;
  background: url("../img/top/logo_bg01.png") no-repeat center center; }
  .about h3 {
    font-size: 20px;
    margin-bottom: 20px; }
  .about p {
    letter-spacing: 2px; }
    .about p.text01 {
      font-size: 20px;
      color: #EA6E59;
      margin-top: 30px; }

.nav {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap; }
  .nav > div {
    padding: 70px 0;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .nav > div {
        width: 50%; } }
    .nav > div.box01 {
      background: url(../img/top/img_bg01.jpg) no-repeat;
      background-size: cover; }
    .nav > div.box02 {
      background: url(../img/top/img_bg02.jpg) no-repeat;
      background-size: cover; }
    .nav > div > div {
      background: rgba(255, 255, 255, 0.8);
      display: inline-block;
      width: 90%;
      padding: 40px 5% 20px; }
      @media screen and (min-width: 769px) {
        .nav > div > div {
          width: 70%; } }
      .nav > div > div h2 {
        margin-bottom: 30px; }
      .nav > div > div p {
        margin-bottom: 20px; }
        .nav > div > div p.text01 {
          font-size: 12px;
          font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          margin-top: 10px; }

.access {
  text-align: center;
  padding: 100px 5%; }
  .access a {
    display: inline-block;
    color: #000;
    font-size: 35px;
    line-height: 1.4;
    margin-top: 15px; }
  .access p.text01 {
    font-size: 14px;
    margin-bottom: 50px; }

.contact {
  text-align: center;
  padding: 0 5% 100px; }
  .contact p {
    margin-bottom: 40px; }
  .contact .form_area {
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 5% 50px; }
    @media screen and (min-width: 769px) {
      .contact .form_area {
        padding: 50px 5%; } }
  .contact form {
    max-width: 867px;
    margin: auto; }
    .contact form .error_area .error {
      border: 2px solid #BF2219;
      font-size: 16px !important; }
    .contact form p.error_comment {
      font-size: 14px !important;
      color: #BF2219;
      padding: 2px 5px;
      font-weight: bold;
      display: flex;
      justify-content: flex-start;
      text-align: left; }
      .contact form p.error_comment:before {
        content: "!";
        display: inline-block;
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        margin-right: 10px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #BF2219;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        line-height: 1.4; }
    .contact form dt:before {
      display: inline-block;
      padding: 3px 5px;
      color: #FFF;
      line-height: 120%;
      margin-right: 15px;
      font-size: 12px;
      background: #909090;
      content: "任意";
      border-radius: 5px; }
    .contact form .req:before {
      background: #FF6600;
      content: "必須"; }
    .contact form dl {
      padding: 20px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: stretch;
      align-items: stretch;
      border-bottom: 1px solid #CCC;
      font-size: 14px; }
      @media screen and (min-width: 769px) {
        .contact form dl {
          flex-wrap: nowrap;
          border: none;
          padding: 0; } }
      .contact form dl:nth-last-of-type(2) {
        border-bottom: none; }
      .contact form dl dd, .contact form dl dt {
        line-height: 120%;
        padding: 15px 20px 0 0; }
      .contact form dl dd {
        width: 100%;
        text-align: left; }
        .contact form dl dd span {
          display: block;
          margin-top: 5px;
          margin-bottom: 10px; }
        .contact form dl dd p {
          margin-top: 10px; }
      .contact form dl dt {
        width: 100%;
        max-width: 100%;
        font-weight: bold;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start; }
        @media screen and (min-width: 769px) {
          .contact form dl dt {
            width: 240px;
            margin-bottom: 0;
            min-height: 70px;
            padding: 25px 20px 0 0; } }
        .contact form dl dt + dd {
          width: 100%; }
          @media screen and (min-width: 769px) {
            .contact form dl dt + dd {
              width: 100%; } }
    .contact form .two_column {
      display: flex; }
      .contact form .two_column label + label {
        margin-left: 15px; }
      .contact form .two_column label input[type="text"] {
        width: 100%; }
    .contact form .zip label {
      display: flex;
      align-items: center;
      align-content: center; }
      .contact form .zip label span {
        display: block;
        margin: 0;
        margin-right: 5px;
        line-height: 1; }
      .contact form .zip label p {
        margin: 0;
        margin-left: 5px;
        font-size: 12px; }
      .contact form .zip label + label {
        margin-top: 10px;
        display: block; }
    .contact form .btn {
      margin-top: 50px; }
    .contact form textarea,
    .contact form select,
    .contact form input {
      font-size: 1rem; }
      @media screen and (min-width: 769px) {
        .contact form textarea,
        .contact form select,
        .contact form input {
          font-size: 0.875rem; } }
    @media screen and (min-width: 769px) {
      .contact form input {
        max-width: 450px; } }
    @media screen and (min-width: 769px) {
      .contact form input[type="text"].postal {
        max-width: 120px; } }
    .contact form input[type="text"].zip01 {
      display: block; }
      @media screen and (min-width: 769px) {
        .contact form input[type="text"].zip01 {
          max-width: 210px; } }
    .contact form input[type="text"].zip02 {
      display: block; }
      @media screen and (min-width: 769px) {
        .contact form input[type="text"].zip02 {
          max-width: 330px; } }
    .contact form textarea {
      height: 200px !important;
      width: 100% !important;
      border: 1px solid #CCC;
      padding: 8px;
      background: #FFF;
      font-family: "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif; }
      .contact form textarea:focus {
        background: #FFF; }
    .contact form input[type="text"], .contact form input[type="email"], .contact form input[type="tel"] {
      font-family: "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
      width: 100%;
      height: 40px;
      font-size: 16px;
      max-width: 100%;
      padding: 8px;
      border-radius: 3px;
      border: 1px solid #CCC; }
      @media screen and (min-width: 769px) {
        .contact form input[type="text"], .contact form input[type="email"], .contact form input[type="tel"] {
          max-width: 450px; } }
      .contact form input[type="text"]:focus, .contact form input[type="email"]:focus, .contact form input[type="tel"]:focus {
        background: #FFF;
        border: 1px solid #EA6E59; }
    .contact form label[for] {
      position: relative;
      display: inline-flex;
      justify-content: flex-start;
      align-items: flex-start;
      align-content: flex-start;
      overflow: hidden;
      padding: 15px;
      cursor: pointer;
      white-space: nowrap;
      text-overflow: ellipsis;
      line-height: 140%; }
    .contact form input[type="checkbox"],
    .contact form input[type="radio"] {
      display: none; }
      .contact form input[type="checkbox"] + label::before,
      .contact form input[type="radio"] + label::before {
        display: inline-block;
        margin-right: 10px;
        content: '';
        border: 1px solid #CCC; }
      .contact form input[type="checkbox"] + label::after,
      .contact form input[type="radio"] + label::after {
        display: inline-block;
        position: absolute;
        top: 18px;
        content: "";
        opacity: 0; }
      .contact form input[type="checkbox"]:checked + label::after,
      .contact form input[type="radio"]:checked + label::after {
        opacity: 1; }
    .contact form input[type="radio"] + label::before {
      border-radius: 50%;
      width: 20px;
      height: 20px; }
    .contact form input[type="radio"] + label::after {
      position: absolute;
      left: 18px;
      width: 14px;
      height: 14px;
      content: '';
      background-color: #EA6E59;
      border-radius: 50%; }
    .contact form input[type="radio"]:checked + label::before {
      border-color: #EA6E59;
      transition: border-color .2s ease 0.3s; }
    .contact form input[type="radio"]:checked + label::after {
      opacity: 1;
      animation: checks-action-after 0.5s ease 0s 1 forwards; }
    .contact form input[type="checkbox"] + label::before {
      width: 18px;
      height: 18px; }
    .contact form input[type="checkbox"] + label::after {
      top: 17px;
      left: 23px;
      width: 11px;
      height: 22px;
      transform: translate(0, -50%) rotate(45deg) skewX(15deg); }
    .contact form input[type="checkbox"]:checked + label::before {
      border-width: 2px;
      transition: border-width 0s ease 0.2s;
      animation: checks-action 0.5s ease 0s 1 forwards; }
    .contact form input[type="checkbox"]:checked + label::after {
      border-right: solid 3px #EA6E59;
      border-bottom: solid 4px #EA6E59;
      transition: border-bottom 0s ease-in 0.3s, border-right 0s ease-out 0.4s; }
    .contact form .privacy_area {
      margin-top: 40px;
      border: 1px solid #373737;
      border-radius: 5px;
      padding: 30px 15px;
      text-align: center; }
      .contact form .privacy_area label[for] {
        position: relative;
        display: inline-flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        overflow: hidden;
        padding: 15px;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 140%; }
      .contact form .privacy_area input[type="checkbox"] + label::before {
        display: inline-block;
        margin-right: 10px;
        content: '';
        border: 1px solid #CCC;
        width: 20px;
        height: 20px; }
      .contact form .privacy_area input[type="checkbox"] + label::after {
        display: inline-block;
        position: absolute;
        content: "";
        opacity: 0;
        top: 17px;
        left: 23px;
        width: 11px;
        height: 22px;
        transform: translate(0, -50%) rotate(45deg) skewX(15deg); }
      .contact form .privacy_area input[type="checkbox"]:checked + label::before {
        border-width: 2px;
        transition: border-width 0s ease 0.2s;
        animation: checks-action 0.5s ease 0s 1 forwards; }
      .contact form .privacy_area input[type="checkbox"]:checked + label::after {
        border-right: solid 3px #EA6E59;
        border-bottom: solid 4px #EA6E59;
        opacity: 1;
        transition: border-bottom 0s ease-in 0.3s, border-right 0s ease-out 0.4s; }
      .contact form .privacy_area > div {
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 15px;
        border-bottom: 1px solid #EEE;
        margin-bottom: 15px; }
      .contact form .privacy_area span {
        font-size: 13px; }
    .contact form .datime > p {
      padding: 30px 0 15px;
      font-weight: bold;
      font-size: 0.875rem; }

@keyframes checks-action {
  from {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  70% {
    transform: scale(1.2); }
  to {
    transform: scale(1); } }
@keyframes checks-action-after {
  from {
    top: 18px;
    left: 18px;
    width: 14px;
    height: 14px; }
  30% {
    top: 20px;
    left: 20px;
    width: 10px;
    height: 10px; }
  50% {
    top: 21px;
    left: 21px;
    width: 8px;
    height: 8px; }
  70% {
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px; }
  to {
    top: 18px;
    left: 18px;
    width: 14px;
    height: 14px; } }

/*# sourceMappingURL=top.css.map */









.innen {
  text-align: left;
  padding: 100px 10%;
  background: url("../img/top/logo_bg01.png") no-repeat center center; }
  .innen h3 {
    font-size: 20px;
    margin-bottom: 20px; }
  .innen p {
    letter-spacing: 2px; }
    .innen p.text01 {
      font-size: 20px;
      color: #EA6E59;
      margin-top: 30px; }
