@charset "UTF-8";
/*--------------------------------------------------- */
/* 共通 */
/*--------------------------------------------------- */
footer {
  color: #fff; }

.contact a img:hover {
  opacity: 0.7;
  transition-duration: 0.5s; }

/* -------------------------------------------------- */
/* contact */
/*--------------------------------------------------- */
.contact {
  background-color: #EEEEEE;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px; }
  .contact .flex {
    background-color: #fff;
    border: 1px solid #BBBBBB;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    justify-content: center;
    color: #545454; }
  .contact .flex2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
    text-align: center; }
    .contact .flex2:first-child {
      width: 40%; }
    .contact .flex2:last-child {
      width: 60%;
      position: relative; }
      .contact .flex2:last-child div {
        text-align: center;
        width: 100%; }
      .contact .flex2:last-child .line2 {
        border-left: 1px solid #bbb;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 150px;
        width: 0; }
    .contact .flex2 img.mail1 {
      width: 100%;
      max-width: 400px;
      height: auto;
      margin: auto; }
    .contact .flex2 img.tel1 {
      margin-bottom: 33px;
      width: 100%;
      max-width: 400px;
      height: auto;
      margin: 0 auto 33px; }
    .contact .flex2 .tel-text {
      max-width: 400px;
      margin: 0 auto;
      width: 100%; }
      .contact .flex2 .tel-text img {
        width: 100%;
        max-width: 210px;
        height: auto;
        margin-bottom: 8px; }
  .contact h2 {
    font-size: 34px;
    font-size: 3.4rem; }
  .contact .ruby {
    font-size: 15px;
    font-size: 1.5rem; }
  .contact .line {
    border-top: 2px solid #888888;
    width: 44px;
    margin: 20px auto 20px; }
  .contact p {
    font-size: 17px;
    font-size: 1.7rem; }

/*--------------------------------------------------- */
/* バナー */
/*--------------------------------------------------- */
.banner {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #FDAB62;
  background: -moz-linear-gradient(-45deg, #FFC926 1%, #FDAB62 70%);
  background: -webkit-linear-gradient(-45deg, #FFC926 1%, #FDAB62 70%);
  background: linear-gradient(135deg, #FFC926 10%, #FDAB62 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$grd-color1', endColorstr='$grd-color2',GradientType=1 ); }
  .banner .flex {
    justify-content: space-between;
    max-width: 650px; }
  .banner .flex2 {
    text-align: center;
    overflow: hidden;
    position: relative; }
    .banner .flex2 .info h3 {
      font-weight: 400;
      font-family: "Sawarabi Gothic", "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", roboto, sans-serif; }
    .banner .flex2 img {
      width: 100%;
      max-width: 306px; }

/*--------------------------------------------------- */
/* foot */
/*--------------------------------------------------- */
.foot {
  background-color: #333333;
  padding-top: 40px;
  padding-bottom: 40px; }
  .foot .flex {
    justify-content: space-between; }
  .foot img {
    width: 100%;
    max-width: 371px;
    max-height: 97px; }
  .foot .list {
    display: flex;
    font-size: 13px;
    font-size: 1.3rem;
    max-width: 370px;
    flex-wrap: wrap; }
    .foot .list li {
      margin-left: 1em;
      padding-bottom: 1em; }
    .foot .list a {
      color: #fff; }
      .foot .list a:visited {
        color: #fff; }
      .foot .list a:hover {
        color: #FF8000; }
  .foot .copy {
    text-align: right;
    margin-top: 10px; }

/* -------------------------------------------------- */
/* TOPへ戻る */
/*--------------------------------------------------- */
#footGoto {
  position: fixed;
  right: 8px;
  bottom: 8px; }
  #footGoto a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF7A33;
    background: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    opacity: 0.9;
    padding: 1.7em 0 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition-duration: 1s;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
    #footGoto a:before {
      font-family: "Font Awesome 5 Free";
      content: '\f102';
      font-weight: 700;
      position: absolute;
      top: 0.5em;
      font-size: 22px;
      font-size: 2.2rem; }
    #footGoto a:hover {
      opacity: 0.7;
      transition-duration: 0.5s; }

/* -------------------------------------------------- */
/* 共通フッター　レスポンシブ */
/*--------------------------------------------------- */
@media (max-width: 768px) and (max-width: 480px) {
  .navFoot ul {
    display: none; } }

@media (max-width: 768px) {
  .navFoot li {
    font-size: 16px;
    font-size: 1.6rem; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .navFoot li {
      padding: 6px 0;
      text-align: center; } }

@media (max-width: 768px) {
  #footGoto a {
    width: 50px;
    height: 50px; }
    #footGoto a span {
      display: none; }
    #footGoto a:before {
      top: 0.5em;
      font-size: 24px;
      font-size: 2.4rem; } }

/*--------------------------------------------------- */
/* レスポンシブ */
/*--------------------------------------------------- */
@media (max-width: 768px) {
  /* -------------------------------------------------- */
  /* contact */
  /*--------------------------------------------------- */
  .contact {
    padding-top: 50px;
    padding-bottom: 50px; }
    .contact .flex {
      flex-direction: column; }
    .contact .flex2 {
      padding: 40px 40px; }
      .contact .flex2:first-child {
        width: 100%;
        padding-bottom: 40px; }
      .contact .flex2:last-child {
        width: 100%;
        padding-top: 0; }
        .contact .flex2:last-child div {
          text-align: center;
          width: 100%; }
        .contact .flex2:last-child .line2 {
          border-left: 0;
          height: 0; }
        .contact .flex2:last-child .tel-text {
          display: none; }
      .contact .flex2 img.tel1 {
        margin-bottom: 30px; }
    .contact h2 {
      font-size: 34px;
      font-size: 3.4rem; }
    .contact .ruby {
      font-size: 15px;
      font-size: 1.5rem; }
    .contact .line {
      border-top: 2px solid #888888;
      width: 44px;
      margin: 20px auto 20px; }
    .contact p {
      font-size: 17px;
      font-size: 1.7rem;
      white-space: nowrap; } }

@media (max-width: 768px) and (max-width: 480px) {
  .contact .flex2 {
    padding: 30px; }
    .contact .flex2:first-child {
      width: 100%;
      padding-bottom: 28px; }
    .contact .flex2:last-child {
      width: 100%;
      padding-top: 0; }
      .contact .flex2:last-child div {
        text-align: center;
        width: 100%; }
      .contact .flex2:last-child .line2 {
        border-left: 0;
        height: 0; }
      .contact .flex2:last-child img {
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: auto; }
    .contact .flex2 img.tel1 {
      margin-bottom: 30px; }
  .contact h2 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 4px; }
  .contact .ruby {
    font-size: 12px;
    font-size: 1.2rem; }
  .contact .line {
    border-top: 2px solid #888888;
    width: 44px;
    margin: 13px auto 13px; }
  .contact p {
    font-size: 11px;
    font-size: 3.05556vw; } }

@media (max-width: 768px) {
  /*--------------------------------------------------- */
  /* バナー */
  /*--------------------------------------------------- */
  .banner .flex {
    flex-direction: column;
    max-width: initial; }
    .banner .flex img {
      margin: 0 auto;
      width: 100%;
      max-width: 306px; }
    .banner .flex .flex2:first-child {
      margin-bottom: 30px; }
    .banner .flex .flex2 .info h3 {
      font-size: 15px;
      font-size: 1.5rem; }
    .banner .flex .flex2 .info:before {
      display: none; }
  /*--------------------------------------------------- */
  /* foot */
  /*--------------------------------------------------- */
  .foot {
    padding-bottom: 30px; }
    .foot .flex {
      flex-direction: column;
      justify-content: center; }
    .foot img {
      margin: 0 auto 40px; }
    .foot .list {
      font-size: 13px;
      font-size: 1.3rem;
      max-width: initial;
      justify-content: center; }
    .foot .copy {
      text-align: center;
      margin: 20px 0 10px; } }
