@charset "UTF-8";
/*------------------------------------------------------------
	maintenance style
------------------------------------------------------------*/
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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 {
  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, body, * {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-rendering: geometricPrecision;
  -moz-text-rendering: geometricPrecision;
  -ms-text-rendering: geometricPrecision;
  -o-text-rendering: geometricPrecision;
  /*text-rendering: geometricPrecision;*/
  -moz-osx-font-smoothing: grayscale;
}

/* base styles
-----------------------*/
a img {
  border-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

body {
  text-align: left;
  line-height: 1.5;
}

html {
  position: relative;
}

html,
body {
  height: 100%;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  color: #1a1a1a;
  -webkit-text-size-adjust: none;
}

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/* styles
-----------------------*/
#maintenance-wrap {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fde49c;
}

#maintenance-wrap .mainvisual-wrap {
  max-width: 100%;
}

#maintenance-wrap .mainvisual-wrap .img-box img {
  width: 100%;
}

#maintenance-wrap .information-wrap {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  max-width: 960px;
  margin: 80px auto;
  padding: 80px 0;
}

#maintenance-wrap .information-wrap .txt-box {
  max-width: 640px;
  margin: 0 auto;
}

#maintenance-wrap .information-wrap .txt-box:has(+ .img-box) {
  padding: 0 0 30px;
}

#maintenance-wrap .information-wrap .txt-box ul li {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  padding-bottom: 20px;
  word-break: auto-phrase;
}

#maintenance-wrap .information-wrap .txt-box ul li:only-child {
  padding-bottom: 0;
}

#maintenance-wrap .information-wrap .img-box ul {
  max-width: 600px;
  margin: 0 auto;
}

#maintenance-wrap .information-wrap .img-box ul li {
  padding-bottom: 30px;
}

#maintenance-wrap .information-wrap .img-box ul li:last-child {
  padding-bottom: 0;
}

#maintenance-wrap .information-wrap .img-box ul li img {
  width: 100%;
}

#maintenance-wrap .footer {
  background-color: #e6345c;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .08);
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0);
  z-index: 1;
}

#maintenance-wrap .footer {
  font-size: 15px;
  line-height: 23px;
  padding: 30px 0;
}

#maintenance-wrap .footer address {  
  color: #fff;
}

@media screen and (max-width: 800px) {
  #maintenance-wrap .information-wrap {
    padding: 40px 30px;
    margin: 60px 15px;
  }
}
