@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: #14897A;
  -webkit-text-size-adjust: none;
}

body {
  background: url("../img/bg_ptn.png") left top repeat;
  padding: 30px 0;
}

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

/* styles
-----------------------*/
body {
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

#maintenance-wrap {
  overflow: hidden;
  position: relative;
  padding: 30px 30px;
  text-align: center;
  background-color: #fff;
  max-width: 760px;
  margin: 0 auto;
  border: 4px solid #eee;
  border-radius: 10px;
  box-sizing: border-box;
}

#maintenance-wrap .img-box {
  max-width: 420px;
  margin: 0 auto 30px;
  padding: 0 20px;
}

#maintenance-wrap .img-box span img {
  width: 100%;
  height: auto;
}

/**/
#maintenance-wrap h1 {
  color: #37424A;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 26px;
}

#maintenance-wrap h2 {
  color: #37424A;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

#maintenance-wrap p {
  color: #000;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 50px;
  font-weight: bold;
}

#maintenance-wrap p + p {
  margin-top: -40px;
}

/**/
#maintenance-wrap > section {
  max-width: 1008px;
  margin: 0 auto;
  padding-bottom: 30px;
  background-image: url(../img/hr_bg.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}

#maintenance-wrap.sorry > section {
  padding-bottom: 10px;
  background-image: none;
}

#announce-wrap,
#information-wrap {
  text-align: left;
  padding-top: 40px;
}

#maintenance-wrap.sorry #information-wrap {
  padding-top: 0;
  max-width: 600px;
}

/* announce */
#announce-wrap h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
#announce-wrap h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 7px;
}
#announce-wrap p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 22px;
}
#announce-wrap p span {
  color: #333;
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
}
#announce-wrap h3 + p {
  font-size: 13px;
  line-height: 22px;
}

#information-wrap h2 {
  color: #333;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 7px;
}
#information-wrap h3 {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 7px;
}
#information-wrap p + ul {
  margin-top: -20px;
}
#information-wrap ul.attention {
  color: #333;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 22px;
  padding: 0;
}
#information-wrap ul.attention li {
  position: relative;
  list-style: none;
  margin-left: 18px;
  margin-top: 2px;
}
#information-wrap ul.attention li:before {
  position: relative;
  content: '※';
  display: inline-block;
  color: #333;
  font-size: 13px;
  line-height: 22px;
  width: 18px;
  margin-left: -18px;
}
#information-wrap ul.attention li.pink,
#information-wrap ul.attention li.pink:before {
  color: #fb3b87;
}

#information-wrap .call-wrap {
  margin: 0 -40px 30px;
}

#information-wrap .call-wrap > ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  text-align: left;
  border: none;
  border-spacing: 40px 0;
  border-collapse: separate;
}

#information-wrap .call-wrap > ul > li {
  display: table-cell;
  border-collapse: separate;
  width: 50%;
  vertical-align: top;
  text-align: center;
  vertical-align: middle;
  padding: 22px 20px 24px;
}

#information-wrap .bg-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f3f3f3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}

#information-wrap .call-wrap > ul > li h4 {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto 13px;
}
#information-wrap .call-wrap > ul > li h4 span {
  color: #0883eb;
}
#information-wrap .call-wrap > ul > li p,
#information-wrap .call-wrap > ul > li p a,
#information-wrap .call-wrap > ul > li p a:visited {
  color: #333;
}
#information-wrap .call-wrap > ul > li p.btn {
  margin-bottom: 11px;
}
#information-wrap .call-wrap > ul > li p.btn a {
  display: block;
  background-color: #0883eb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  padding: 11px 20px 7px;
  max-width: 280px;
  margin: 0 auto 16px;
}
#information-wrap .call-wrap > ul > li p.mail {
  margin-bottom: 11px;
}
#information-wrap .call-wrap > ul > li p.mail a {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
#information-wrap .call-wrap > ul > li p.txt {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 2px;
}
#information-wrap .call-wrap > ul > li p.tel {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

#information-wrap .call-wrap > ul > li:first-child h4 {
  max-width: 289px;
}
#information-wrap .call-wrap > ul > li:first-child h4 span {
  color: #c89805;
}
#information-wrap .call-wrap > ul > li:first-child p.btn a {
  background-color: #ce9f11;
}

#maintenance-wrap.sorry #information-wrap .call-wrap > ul > li:first-child p.btn a {
  background-color: #0883eb;
}
@media screen and (max-width: 800px) {
  body {
    padding: 20px 0;
  }
  #maintenance-wrap {
    margin: 0 20px;
  }
}
@media screen and (max-width: 670px) {

  #information-wrap .call-wrap {
    margin: 0 0 20px;
  }

  #information-wrap .call-wrap > ul {
    display: block;
    border-spacing: 0 0;
  }

  #information-wrap .call-wrap > ul > li {
    display: block;
    width: 100%;
    padding: 18px 20px 20px;
  }

  #information-wrap .call-wrap > ul > li:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 568px) {
  #maintenance-wrap {
    padding: 20px 20px 20px;
  }

  #maintenance-wrap .img-box {
    margin: 0 auto 25px;
  }

  #maintenance-wrap h1 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 14px;
  }

  #maintenance-wrap h2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  #maintenance-wrap p {
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #maintenance-wrap p br {
    /* display: none; */
  }

  #maintenance-wrap p + p {
    margin-top: -10px;
  }

  /**/
  #maintenance-wrap > section {
    padding-bottom: 20px;
  }

  #announce-wrap,
  #information-wrap {
    padding-top: 30px;
  }

  #announce-wrap h2 {
    margin-bottom: 5px;
  }
  #announce-wrap h3 {
    margin-bottom: 4px;
  }

  #information-wrap h2 {
    margin-bottom: 5px;
  }
  #information-wrap h3 {
    margin-bottom: 4px;
  }
  #information-wrap ul.attention {
    color: #333;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 22px;
  }
}
#footer address {
  text-align: center;
  color: #000;
  font-size: 11px;
  line-height: 16px;
  padding: 15px 10px 40px;
}

@media screen and (max-width: 568px) {
  #footer address {
    padding: 5px 10px 20px;
  }
}
