@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

html {
  /* フォントサイズの正確に */
  -webkit-text-size-adjust: 100%;
  /* 文字をシャープに */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* カーニングとリガチャ（合字）を調整 */
  text-rendering: optimizeLegibility; }

b,
strong,
.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }

.main-content {
  background-image: url(back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  padding-bottom: 14%; }
  .main-content .logo {
    position: absolute;
    width: 13.54%;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    top: 0; }
  .main-content .icon-wrapper {
    display: flex;
    width: 100%;
    padding-top: 13%; }
    .main-content .icon-wrapper a {
      transition: all 0.3s;
      width: 97%; }
      .main-content .icon-wrapper a:hover {
        opacity: 0.8; }
      .main-content .icon-wrapper a img {
        width: 100%;
        height: auto;
        object-fit: contain;
        pointer-events: none; }
    .main-content .icon-wrapper .left {
      display: flex;
      flex-direction: column;
      margin-left: 11.5%;
      margin-right: 20%; }
      .main-content .icon-wrapper .left .bottom {
        margin-bottom: 20%; }
    .main-content .icon-wrapper .right {
      display: flex;
      flex-direction: column;
      margin-right: 11.5%;
      margin-left: 20%; }
      .main-content .icon-wrapper .right .bottom {
        margin-bottom: 20%; }

footer img {
  width: 100%; }
footer ul {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 6%; }
  footer ul li {
    list-style: none;
    line-height: 1; }
    footer ul li a {
      text-decoration: none;
      color: #5f453d;
      font-size: 2vw;
      line-height: 1;
      font-weight: bold;
      font-family: "Segoe UI";
      transition: all 0.3s; }
      footer ul li a:hover {
        color: #996f63; }
footer div {
  display: flex;
  width: 100%;
  align-items: start; }
  footer div img {
    width: 39.06%;
    object-fit: contain;
    margin-left: 5%; }
  footer div .right {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-right: 5%;
    width: 20%;
    padding-top: 1%; }
    footer div .right p {
      color: #5f453d;
      font-size: 1.5vw;
      line-height: 1;
      font-weight: bold;
      font-family: "Segoe UI"; }
    footer div .right a {
      width: 10%;
      margin-left: auto;
      transition: all 0.3s; }
      footer div .right a:hover {
        opacity: 0.8; }
      footer div .right a img {
        width: 100%;
        height: auto;
        display: block; }
footer .copy {
  color: #5f453d;
  font-size: 1.5vw;
  line-height: 1;
  font-family: "小塚ゴシック Pr6N";
  text-align: center;
  padding-top: 10%;
  padding-bottom: 2.5%; }

.back2jpg {
  display: none; }

@media only screen and (min-width: 1px) and (max-width: 770px) {
  .back2jpg {
    display: block;
    width: 100%;
    height: auto; }

  .main-content {
    background-image: none;
    padding-bottom: 0 !important; }
    .main-content .logo {
      display: none; }
    .main-content .icon-wrapper {
      display: flex;
      width: 100%;
      padding-top: 10%;
      padding-bottom: 8%;
      background-color: #fdf6e3; }
      .main-content .icon-wrapper a {
        transition: all 0.3s;
        width: 97%;
        display: inline-block;
        width: 80%;
        margin: 0 auto; }
        .main-content .icon-wrapper a:hover {
          opacity: 0.8; }
        .main-content .icon-wrapper a img {
          width: 100%;
          height: auto;
          object-fit: contain;
          pointer-events: none;
          display: block; }
      .main-content .icon-wrapper .left {
        display: flex;
        flex-direction: column;
        margin-right: 0;
        margin-left: 0; }
        .main-content .icon-wrapper .left .bottom {
          margin-bottom: 20%; }
      .main-content .icon-wrapper .right {
        display: flex;
        flex-direction: column;
        margin-right: 0;
        margin-left: 0; }
        .main-content .icon-wrapper .right .bottom {
          margin-bottom: 20%; }

  footer img {
    width: 100%; }
  footer ul {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-top: 15%; }
    footer ul li {
      list-style: none;
      line-height: 1; }
      footer ul li a {
        text-decoration: none;
        color: #5f453d;
        font-size: 4.5vw;
        line-height: 1;
        font-weight: bold;
        font-family: "Segoe UI";
        transition: all 0.3s; }
        footer ul li a:hover {
          color: #996f63; }
  footer div {
    display: block;
    width: 100%;
    align-items: start;
    padding-top: 20%;
    margin: 0;
    text-align: center; }
    footer div img {
      width: 80%;
      object-fit: contain;
      margin-left: 0;
      transform: scale(1); }
    footer div .right {
      margin-right: 0;
      margin-left: 0;
      display: flex;
      align-items: center;
      margin-right: 0;
      width: 70%;
      padding-top: 2%;
      margin: 0 auto;
      justify-content: space-between; }
      footer div .right p {
        color: #5f453d;
        font-size: 3vw;
        line-height: 1;
        font-weight: bold;
        font-family: "Segoe UI"; }
      footer div .right a {
        width: 10%;
        margin-left: 0;
        transition: all 0.3s; }
        footer div .right a:hover {
          opacity: 0.8; }
        footer div .right a img {
          width: 100%;
          height: auto;
          display: block; }
  footer .copy {
    color: #5f453d;
    font-size: 3.5vw;
    line-height: 1;
    font-family: "小塚ゴシック Pr6N";
    text-align: center;
    padding-top: 10%;
    padding-bottom: 2.5%; } }

