@charset "UTF-8";
/****************************************
変数
****************************************/
/****************************************
共通テーマ
****************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.05em;
  color: #000;
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}

/* -----------------------------------
  all
----------------------------------- */
body {
  font-size: 1.8rem;
}

.l-container {
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: 1100px;
  margin: 0 auto;
}

.construction__inner__img {
  text-align: center;
  margin-top: 2em;
}
.construction__inner__img img {
  width: 20%;
}
.construction__inner__txt .title {
  margin-top: 2em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #413837;
}
.construction__inner__txt .desc {
  margin-top: 2em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 2.3em;
  color: #413837;
}
.construction__inner__btn {
  text-align: center;
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.construction__inner__btn .list {
  margin: 0 1em;
}
.construction__inner__btn .list.insta a {
  color: #ffffff;
  border: solid 2px #413837;
  background: #413837;
}
.construction__inner__btn .list.insta a:hover {
  background: #ffffff;
  color: #413837;
  border: solid 2px #413837;
}
.construction__inner__btn .list a {
  background: #D6A700;
  color: #ffffff;
  border: solid 2px #D6A700;
  text-decoration: none;
  padding: 1em 2em;
  border-radius: 1em;
}
.construction__inner__btn .list a:hover {
  background: #ffffff;
  color: #D6A700;
  border: solid 2px #D6A700;
  transition: 0.3s;
}

@media only screen and (max-width:1100px) {
  body {
    font-size: 1.7rem;
  }
  .l-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width:799px) {
  body {
    font-size: 1.6rem;
  }
  .l-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .construction__inner__img img {
    width: 50%;
  }
  .construction__inner__txt .desc {
    text-align: left;
  }
  .construction__inner__btn {
    flex-direction: column;
  }
  .construction__inner__btn .list {
    margin: 1em;
  }
  .construction__inner__btn .list a {
    display: block;
  }
}
@media only screen and (max-width:500px) {
  body {
    font-size: 1.5rem;
  }
  .l-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}/*# sourceMappingURL=style.css.map */