@charset "UTF-8";
/*--------------------------
	Base
--------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}


html {
  font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 52.5%;
  }
}

body {
  *font-size: small;
  *font: x-small;
  _font-size: 14px;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}


html {
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.83333vw; /* 10px / 1200px * 100 */
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 2.85714286vw; /* 10px / 350px * 100 */
  }
}

body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 700px) {
  body {
    font-size: 1.4rem;
  }
}

.wrap {
  overflow: hidden;
  position: relative;
}

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

sup {
  font-size: 50%;
  vertical-align: super;
}



.l-inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1200px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .l-inner {
    padding: 0 2.5rem;
    width: 100%;
  }
}


/*--------------------------
	page
--------------------------*/
.maintenance__logo {
  width: 60rem;
  margin: 0 auto;
  margin-top: 9rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 700px) {
  .maintenance__logo {
    width: 25rem;
    margin-top: 5.7rem;
    margin-bottom: 5rem;
  }
}
.maintenance__txt {
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.1rem;
}
@media screen and (max-width: 700px) {
  .maintenance__txt {
    font-size: 1.4rem;
  }
}
.maintenance__txt:nth-of-type(2) {
  margin-top: 5rem;
}
@media screen and (max-width: 700px) {
  .maintenance__txt:nth-of-type(2) {
    margin-top: 3.5rem;
  }
}
.maintenance__txt-group02 {
  text-align: center;
  font-size: 1.8rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 6.5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 700px) {
  .maintenance__txt-group02 {
    margin-top: 4.5rem;
    margin-bottom: 3.5rem;
    font-size: 1.3rem;
  }
}
.maintenance__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 9rem;
}
@media screen and (max-width: 700px) {
  .maintenance__btn {
    margin-bottom: 5.5rem;
  }
}
.maintenance__link {
  background: #E60012;
  border: solid 0.1rem #E60012;
  padding: 4rem 6rem;
  color: #fff;
  line-height: 1;
  font-size: 2.4rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: 0.4s;
}
@media screen and (max-width: 700px) {
  .maintenance__link {
    font-size: 1.7rem;
    padding: 2rem 0;
    width: 100%;
    text-align: center;
  }
}
.maintenance__link:hover {
  color: #E60213;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .maintenance__link:hover {
    background: #E60012;
    color: #fff;
  }
}
.maintenance__copy {
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 700px) {
  .maintenance__copy {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
.maintenance__tel {
  transition: 0.4s;
}
.maintenance__tel:hover {
  opacity: 0.5;
}


/*--------------------------
	レスポンシブ関係 ファブレットはなし
--------------------------*/
@media screen and (max-width: 1000px) {
  .is-Pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .is-Tab {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .is-Tab {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .is-Sp {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .is-Pc_Tab {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .is-Tab_Sp {
    display: none;
  }
}

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