/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
}

a.tel {
  pointer-events: none;
  cursor: default;
}

body {
  min-height: 100vh;
}

/* header
==================================*/
header {
  position: relative;
  background: #fff;
  height: 125px;
  padding: 0 3%;
}

header .line-top {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ffcf97;
  width: 100%;
  height: 14px;
}

header .line-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #442a26;
  width: 100%;
  height: 12px;
}

header .logo {
  max-width: 1200px;
  margin: auto;
  padding-top: 42px;
}

/* main
==================================*/
main {
  display: block;
  padding: 78px 3%;
}

main .box {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 85px 30px 200px;
  border: #fff 5px solid;
  text-align: center;
}

main .box .inner {
  max-width: 940px;
  margin: auto;
}

main h1 {
  color: #f15a24;
  margin-bottom: 53px;
  font-size: 35px;
  font-weight: 700;
}

main p.info {
  color: #442a26;
  margin-bottom: 62px;
  font-size: 24px;
  font-weight: 700;
}

main p.period {
  color: #442a26;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

main .img {
  position: absolute;
  right: 45px;
  bottom: -20px;
  z-index: -1;
}

/* footer
==================================*/
footer {
  padding-bottom: 45px;
}

footer .copy {
  text-align: center;
}

footer .copy small {
  font-size: 12px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
