@charset "UTF-8";
/**
 * mixin
 */
/**
 * variables
 */
/*$font-awesome: "Font Awesome 5 Free";*/
/**
 * init
 */
* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6,
ul, ol, dl, dt, dd,
p {
  margin: 0;
  padding: 0;
  list-style-type: none; }

h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit; }

img {
  max-width: 100%;
  vertical-align: top; }

@media screen and (min-width: 300px) {
  img.lg {
    display: none !important; }

  img.sm {
    display: inline !important; }

  br.sm {
    display: inline !important; } }
@media screen and (min-width: 750px) {
  img.sm {
    display: none !important; }

  img.lg {
    display: inline !important; }

  br.sm {
    display: none !important; } }
/**
 * blocks
 */
html {
  font-size: 9px; }
  @media screen and (min-width: 750px) {
    html {
      font-size: 10px; } }

body {
  margin: 0;
  padding: 0;
  color: #4b4b4b;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", '小塚ゴシック Pro','Kozuka Gothic Pro', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  background: transparent; }
  @media screen and (min-width: 750px) {
    body {
      line-height: 1.8;
      font-size: 1.6rem; } }

header {
  display: flex;
  align-items: center;
  padding: 8px 0; }
  @media screen and (min-width: 750px) {
    header {
      width: 1400px;
      height: 80px;
      margin: 0 auto;
      padding: 0 180px 0 70px; } }
  header h1 {
    flex-basis: 50%;
    padding: 0 12px; }
    @media screen and (min-width: 750px) {
      header h1 {
        padding: 0; } }
  header > a {
    text-align: right;
    padding: 0 12px;
    flex-basis: 50%; }
    @media screen and (min-width: 750px) {
      header > a {
        flex-grow: 1;
        padding: 0; } }

div.section {
  margin: 0 auto; }
  @media screen and (min-width: 750px) {
    div.section {
      width: 1400px; } }
  div.section.access {
    position: relative; }
    div.section.access iframe {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      border: 1px solid #666;
      width: calc(100% * 0.88);
      height: calc(100vw * 0.53);
      top: calc(100vw * 0.18); }
      @media screen and (min-width: 750px) {
        div.section.access iframe {
          width: 1040px;
          height: 388px;
          top: 160px; } }

footer {
  background: #7a1e4f;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 750px) {
    footer {
      width: 1400px; } }
  footer ul {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100vw * 0.20); }
    @media screen and (min-width: 750px) {
      footer ul {
        top: 100px;
        width: 1018px;
        display: flex; } }
    footer ul li {
      font-size: 1.7rem; }
      @media screen and (min-width: 750px) {
        footer ul li {
          flex-basis: 50%;
          font-size: 2.2rem; } }
      footer ul li.tel {
        font-size: 2.6rem; }
      footer ul li.email {
        margin-top: calc(100vw * 0.05); }
        @media screen and (min-width: 750px) {
          footer ul li.email {
            margin-top: 0; } }
      footer ul li a {
        display: block;
        margin: 0 auto;
        background: #fff;
        color: #7a1e4f;
        font-weight: bold;
        border-radius: 8px;
        width: 90%;
        line-height: calc(100vw * 0.133); }
        @media screen and (min-width: 750px) {
          footer ul li a {
            /*width: 472px;*/
            line-height: 66px; } }

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