@charset "UTF-8";
/* (C) Hakata Riverain */
/*----------------------------------------
	clearfix
----------------------------------------*/
/* line 303, ../sass/_mixin.scss */
.hTop:after, .hRight:after, header nav ul:after, .birdsEye:after, .accessibility ul:after, .traffic:after, .facilities:after, .information:after, .entryList:after, .entryList .entryBody:after, .entry:after, .sns:after, .hakatabanikki .whatsnew:after, .enContents ul:after, .enOthers:after, footer nav ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	header
----------------------------------------*/
/* line 6, ../sass/_style_header.scss */
.hTop {
  margin: 0 auto;
  width: 1100px;
  height: 60px;
  text-align: left;
}
/* line 14, ../sass/_style_header.scss */
.hTop h1 {
  margin: 0;
  width: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 60px;
  float: left;
}
/* line 22, ../sass/_style_header.scss */
.hTop h1 span {
  margin-right: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Questrial', sans-serif;
}
/* line 28, ../sass/_style_header.scss */
.hTop h1 a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 33, ../sass/_style_header.scss */
.hTop h1 a:hover {
  color: #252C67;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 6, ../sass/_style_header.scss */
  .hTop {
    width: 100%;
    height: auto;
  }
  /* line 44, ../sass/_style_header.scss */
  .hTop h1 {
    width: 100%;
    float: none;
    text-align: center;
    border-bottom: 1px solid #CCC;
  }
}
@media only screen and (max-width: 499px) {
  /* line 6, ../sass/_style_header.scss */
  .hTop {
    width: 100%;
    height: auto;
  }
  /* line 57, ../sass/_style_header.scss */
  .hTop h1 {
    width: 100%;
    float: none;
    text-align: center;
    border-bottom: 1px solid #CCC;
    font-size: 12px;
    font-size: 0.75rem;
  }
  /* line 64, ../sass/_style_header.scss */
  .hTop h1 span {
    margin-right: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Questrial', sans-serif;
  }
}

/* line 74, ../sass/_style_header.scss */
.hRight {
  padding-top: 19px;
  width: auto;
  float: right;
}
/* line 81, ../sass/_style_header.scss */
.hRight p {
  margin: 0 0 0 25px;
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
}
/* line 86, ../sass/_style_header.scss */
.hRight p a {
  text-decoration: none;
  color: #333333;
}
/* line 90, ../sass/_style_header.scss */
.hRight p a:hover {
  color: #660000;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 74, ../sass/_style_header.scss */
  .hRight {
    padding: 10px 0;
    width: 100%;
    float: none;
  }
  /* line 102, ../sass/_style_header.scss */
  .hRight p {
    margin: 0;
    width: 33.333%;
    text-align: center;
  }
}
@media only screen and (max-width: 499px) {
  /* line 74, ../sass/_style_header.scss */
  .hRight {
    padding: 10px 0;
    width: 100%;
    float: none;
  }
  /* line 115, ../sass/_style_header.scss */
  .hRight p {
    margin: 0;
    width: 50%;
    text-align: center;
  }
}

/* line 124, ../sass/_style_header.scss */
.icoFacebook {
  width: 22px;
  height: 22px;
  display: block;
  background: url(../images/common/ico_fb_header.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 124, ../sass/_style_header.scss */
  .icoFacebook {
    width: auto;
    height: auto;
    display: inline;
    text-indent: 0;
    white-space: normal;
    overflow: visible;
    background: none;
  }
}
@media only screen and (max-width: 499px) {
  /* line 124, ../sass/_style_header.scss */
  .icoFacebook {
    display: none;
  }
}

/* line 145, ../sass/_style_header.scss */
header {
  width: 100%;
}
/* line 148, ../sass/_style_header.scss */
header nav {
  width: 100%;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  -moz-box-shadow: 0 4px 4px #EEE;
  -webkit-box-shadow: 0 4px 4px #EEE;
  box-shadow: 0 4px 4px #EEE;
  clear: both;
}
/* line 155, ../sass/_style_header.scss */
header nav h2 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 52px;
  cursor: pointer;
  background: #000;
  color: #FFF;
  display: none;
}
/* line 165, ../sass/_style_header.scss */
header nav ul {
  margin: 0 auto;
  padding: 0;
  width: 1100px;
}
/* line 171, ../sass/_style_header.scss */
header nav ul li {
  margin-right: -2px;
  width: 16.6666%;
  text-align: center;
  float: left;
  list-style: none;
  border-right: 1px solid #E9E9E9;
}
/* line 179, ../sass/_style_header.scss */
header nav ul li:first-child {
  margin-right: 0;
  border-left: 1px solid #E9E9E9;
}
/* line 184, ../sass/_style_header.scss */
header nav ul li a {
  width: 100%;
  line-height: 70px;
  display: block;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 192, ../sass/_style_header.scss */
header nav ul li a:hover {
  background: #000;
  color: #FFF;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  /* line 202, ../sass/_style_header.scss */
  header nav ul {
    width: 100%;
  }
  /* line 206, ../sass/_style_header.scss */
  header nav ul li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 215, ../sass/_style_header.scss */
  header nav h2 {
    display: block;
  }
  /* line 219, ../sass/_style_header.scss */
  header nav ul {
    width: 100%;
    display: none;
  }
  /* line 223, ../sass/_style_header.scss */
  header nav ul li {
    width: 100%;
    float: none;
    border-top: 1px solid #CCC;
    text-align: left;
    text-indent: 10px;
  }
  /* line 230, ../sass/_style_header.scss */
  header nav ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 46px;
    position: relative;
  }
  /* line 235, ../sass/_style_header.scss */
  header nav ul li a:after {
    content: "\f105";
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 250, ../sass/_style_header.scss */
  header nav h2 {
    display: block;
  }
  /* line 254, ../sass/_style_header.scss */
  header nav ul {
    width: 100%;
    display: none;
  }
  /* line 258, ../sass/_style_header.scss */
  header nav ul li {
    width: 100%;
    float: none;
    border-top: 1px solid #CCC;
    text-align: left;
    text-indent: 10px;
  }
  /* line 265, ../sass/_style_header.scss */
  header nav ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 46px;
    position: relative;
  }
  /* line 270, ../sass/_style_header.scss */
  header nav ul li a:after {
    content: "\f105";
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/*----------------------------------------
	contents
----------------------------------------*/
/* line 8, ../sass/_style_contents.scss */
.headline {
  width: 100%;
  height: 150px;
  background: #252C67;
}
/* line 13, ../sass/_style_contents.scss */
.headline h2 {
  margin: 0 auto;
  width: 1100px;
  line-height: 150px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #FFF;
  font-weight: normal;
  text-align: left;
  position: relative;
}
/* line 24, ../sass/_style_contents.scss */
.headline h2 span {
  margin-left: 15px;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 32, ../sass/_style_contents.scss */
  .headline h2 {
    padding: 50px 0 0 40px;
    width: auto;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 110%;
  }
  /* line 38, ../sass/_style_contents.scss */
  .headline h2 span {
    margin-left: 0;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 8, ../sass/_style_contents.scss */
  .headline {
    height: 120px;
  }
  /* line 50, ../sass/_style_contents.scss */
  .headline h2 {
    padding: 35px 0 0 30px;
    width: auto;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 110%;
  }
  /* line 56, ../sass/_style_contents.scss */
  .headline h2 span {
    margin-left: 0;
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* line 65, ../sass/_style_contents.scss */
.secHead {
  position: relative;
  padding: 60px 0;
  background: #F3F3F3;
}
/* line 70, ../sass/_style_contents.scss */
.secHead + .contents {
  background: url(../images/common/img_arrow_down.gif) no-repeat center top;
}
/* line 74, ../sass/_style_contents.scss */
.secHead h3 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 40px;
  font-size: 2.5rem;
  color: #252C66;
  font-weight: normal;
  line-height: 130%;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 74, ../sass/_style_contents.scss */
  .secHead h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
/* line 87, ../sass/_style_contents.scss */
.secHead p {
  margin: 0 auto;
  width: 960px;
  line-height: 180%;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 65, ../sass/_style_contents.scss */
  .secHead {
    padding: 60px 0;
  }
  /* line 96, ../sass/_style_contents.scss */
  .secHead p {
    width: 90%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 499px) {
  /* line 65, ../sass/_style_contents.scss */
  .secHead {
    padding: 40px 0;
  }
  /* line 106, ../sass/_style_contents.scss */
  .secHead h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  /* line 109, ../sass/_style_contents.scss */
  .secHead h3 span {
    padding: 0 0 5px;
    display: block;
  }
  /* line 115, ../sass/_style_contents.scss */
  .secHead p {
    width: auto;
    padding: 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* line 124, ../sass/_style_contents.scss */
.contents {
  padding: 120px 0;
  margin: 0 auto;
  width: auto;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 124, ../sass/_style_contents.scss */
  .contents {
    padding: 80px 0;
    width: auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 124, ../sass/_style_contents.scss */
  .contents {
    padding: 60px 0;
    width: auto;
  }
}

/* wordpress */
/* line 145, ../sass/_style_contents.scss */
#wpadminbar {
  top: -32px;
}

/*----------------------------------------
	about
----------------------------------------*/
/* line 7, ../sass/_style_about.scss */
.about {
  padding: 120px 0 0;
}
@media only screen and (max-width: 499px) {
  /* line 7, ../sass/_style_about.scss */
  .about {
    padding: 60px 0 0;
  }
}

/* line 16, ../sass/_style_about.scss */
.birdsEye {
  margin: 0 auto;
  width: 1100px;
  text-align: left;
}
/* line 22, ../sass/_style_about.scss */
.birdsEye h3 {
  display: none;
}
/* line 26, ../sass/_style_about.scss */
.birdsEye figure {
  margin: 0;
  width: 56.72727272727273%;
  float: right;
}
/* line 32, ../sass/_style_about.scss */
.birdsEye figure img {
  margin-right: 28px;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 26, ../sass/_style_about.scss */
  .birdsEye figure {
    width: auto;
    float: none;
    text-align: center;
  }
  /* line 44, ../sass/_style_about.scss */
  .birdsEye figure img {
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 499px) {
  /* line 26, ../sass/_style_about.scss */
  .birdsEye figure {
    width: auto;
    float: none;
    text-align: center;
  }
  /* line 55, ../sass/_style_about.scss */
  .birdsEye figure img {
    margin: 0 0 20px 0;
  }
}
/* line 61, ../sass/_style_about.scss */
.birdsEye ul {
  margin: 0;
  padding: 0;
  width: 35.45454545454545%;
  float: left;
}
/* line 68, ../sass/_style_about.scss */
.birdsEye ul li {
  margin-bottom: 60px;
  width: 100%;
  height: 100px;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 140%;
  display: table;
  table-layout: fixed;
  position: relative;
}
/* line 79, ../sass/_style_about.scss */
.birdsEye ul li span {
  padding: 0 10px 0 72px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* line 86, ../sass/_style_about.scss */
.birdsEye ul li:before {
  content: "×";
  color: #252C67;
  position: absolute;
  top: -44px;
  left: 47%;
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 96, ../sass/_style_about.scss */
.birdsEye ul li:first-child:before {
  content: normal;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 16, ../sass/_style_about.scss */
  .birdsEye {
    padding: 0 20px;
    width: auto;
  }
  /* line 109, ../sass/_style_about.scss */
  .birdsEye ul li {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 112, ../sass/_style_about.scss */
  .birdsEye ul li br {
    display: none;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 16, ../sass/_style_about.scss */
  .birdsEye {
    width: auto;
  }
  /* line 123, ../sass/_style_about.scss */
  .birdsEye ul {
    width: auto;
    float: none;
  }
  /* line 127, ../sass/_style_about.scss */
  .birdsEye ul li {
    height: 80px;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 131, ../sass/_style_about.scss */
  .birdsEye ul li br {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  /* line 16, ../sass/_style_about.scss */
  .birdsEye {
    padding: 0 20px;
    width: auto;
  }
  /* line 143, ../sass/_style_about.scss */
  .birdsEye ul {
    width: auto;
    float: none;
  }
  /* line 147, ../sass/_style_about.scss */
  .birdsEye ul li {
    height: 80px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 151, ../sass/_style_about.scss */
  .birdsEye ul li br {
    display: none;
  }
}

/* line 160, ../sass/_style_about.scss */
.aboutStyle01 {
  background: #252C67 url(../images/about/ico_3buil.png) no-repeat 15px center;
}

/* line 163, ../sass/_style_about.scss */
.aboutStyle02 {
  background: #252C67 url(../images/about/ico_shopping.png) no-repeat 16px center;
}

/* line 166, ../sass/_style_about.scss */
.aboutStyle03 {
  background: #252C67 url(../images/about/ico_time.png) no-repeat 16px center;
  letter-spacing: -1px;
}

/* line 170, ../sass/_style_about.scss */
.aboutStyle04 {
  background: #252C67 url(../images/about/ico_style.png) no-repeat 21px center;
}

/* line 175, ../sass/_style_about.scss */
.accessibility {
  margin: 120px 0 0 !important;
}
/* line 178, ../sass/_style_about.scss */
.accessibility p {
  width: 1100px !important;
}
/* line 182, ../sass/_style_about.scss */
.accessibility ul {
  padding: 60px 0 40px;
  margin: 0 auto;
  width: 1100px;
}
/* line 188, ../sass/_style_about.scss */
.accessibility ul li {
  width: 25%;
  float: left;
  list-style: none;
}
/* line 193, ../sass/_style_about.scss */
.accessibility ul li figure {
  margin: 0;
  border-left: 1px solid #FFF;
  position: relative;
}
/* line 391, ../sass/_mixin.scss */
.accessibility ul li figure img {
  width: inherit;
  max-width: 100%;
  height: auto;
}
/* line 199, ../sass/_style_about.scss */
.accessibility ul li figure img {
  padding: 0;
  vertical-align: bottom;
}
/* line 205, ../sass/_style_about.scss */
.accessibility ul li figcaption {
  width: 100%;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 205, ../sass/_style_about.scss */
  .accessibility ul li figcaption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 205, ../sass/_style_about.scss */
  .accessibility ul li figcaption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 188, ../sass/_style_about.scss */
  .accessibility ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 499px) {
  /* line 188, ../sass/_style_about.scss */
  .accessibility ul li {
    margin: 0 auto 20px;
    width: 80%;
    float: none;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 182, ../sass/_style_about.scss */
  .accessibility ul {
    width: auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 182, ../sass/_style_about.scss */
  .accessibility ul {
    width: auto;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 175, ../sass/_style_about.scss */
  .accessibility {
    padding: 60px 20px !important;
    margin: 60px 0 0 !important;
    width: auto !important;
  }
  /* line 253, ../sass/_style_about.scss */
  .accessibility p {
    width: auto !important;
  }
}
@media only screen and (max-width: 499px) {
  /* line 175, ../sass/_style_about.scss */
  .accessibility {
    padding: 40px 20px !important;
    margin: 40px 0 0 !important;
    width: auto !important;
  }
  /* line 264, ../sass/_style_about.scss */
  .accessibility p {
    width: auto !important;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*----------------------------------------
	access
----------------------------------------*/
/* line 11, ../sass/_style_access.scss */
.secMap, .secParking {
  margin: 30px auto 60px;
  width: 1100px;
}
/* line 15, ../sass/_style_access.scss */
.secMap h3, .secParking h3 {
  margin: 0;
  padding: 30px 0;
  font-size: 34px;
  font-size: 2.125rem;
  color: #252C66;
  font-weight: normal;
  line-height: 130%;
  text-align: center;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 11, ../sass/_style_access.scss */
  .secMap, .secParking {
    margin: 0 auto 60px;
    padding: 0 20px;
    width: auto;
  }
  /* line 30, ../sass/_style_access.scss */
  .secMap h3, .secParking h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 11, ../sass/_style_access.scss */
  .secMap, .secParking {
    margin: 0 auto 60px;
    padding: 0 10px;
    width: auto;
  }
  /* line 40, ../sass/_style_access.scss */
  .secMap h3, .secParking h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* line 47, ../sass/_style_access.scss */
#mapArea {
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 47, ../sass/_style_access.scss */
  #mapArea {
    height: 400px;
  }
}
@media only screen and (max-width: 499px) {
  /* line 47, ../sass/_style_access.scss */
  #mapArea {
    height: 300px;
  }
}

/* line 64, ../sass/_style_access.scss */
.traffic h3 {
  text-align: center;
}
/* line 68, ../sass/_style_access.scss */
.traffic figure {
  margin: 0 !important;
  width: 56%;
  float: left;
}
/* line 74, ../sass/_style_access.scss */
.traffic figure img {
  max-width: 100%;
  height: auto;
  padding: 0 !important;
}
/* line 81, ../sass/_style_access.scss */
.traffic ul {
  margin: 0;
  padding: 0;
  width: 40%;
  float: right;
}
/* line 88, ../sass/_style_access.scss */
.traffic ul li {
  padding-bottom: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  list-style: none;
  line-height: 120%;
  text-align: left;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 61, ../sass/_style_access.scss */
  .traffic {
    padding: 20px 10px 0 !important;
    width: auto !important;
  }
  /* line 102, ../sass/_style_access.scss */
  .traffic figure {
    width: auto;
    float: none;
    text-align: center;
  }
  /* line 108, ../sass/_style_access.scss */
  .traffic ul {
    padding: 40px 10px;
    width: auto;
    float: none;
  }
  /* line 113, ../sass/_style_access.scss */
  .traffic ul li {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 61, ../sass/_style_access.scss */
  .traffic {
    padding: 20px 10px 0 !important;
    width: auto !important;
  }
  /* line 125, ../sass/_style_access.scss */
  .traffic figure {
    width: auto;
    float: none;
    text-align: center;
  }
  /* line 131, ../sass/_style_access.scss */
  .traffic ul {
    padding: 40px 10px;
    width: auto;
    float: none;
  }
  /* line 136, ../sass/_style_access.scss */
  .traffic ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* line 144, ../sass/_style_access.scss */
.secParking {
  margin: 0 auto;
}

/* line 150, ../sass/_style_access.scss */
.parkingDetail {
  margin: 0 0 40px;
  padding: 30px 80px;
  background: #F3F3F3;
}
/* line 155, ../sass/_style_access.scss */
.parkingDetail table {
  width: 100%;
}
/* line 158, ../sass/_style_access.scss */
.parkingDetail table tr {
  border-top: 1px solid #CCC;
}
/* line 161, ../sass/_style_access.scss */
.parkingDetail table tr:first-child {
  border-top: none;
}
/* line 166, ../sass/_style_access.scss */
.parkingDetail table th {
  padding: 30px 0;
  width: 50%;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 175, ../sass/_style_access.scss */
.parkingDetail table td {
  padding: 30px 0;
  width: 50%;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 140%;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 150, ../sass/_style_access.scss */
  .parkingDetail {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 150, ../sass/_style_access.scss */
  .parkingDetail {
    padding: 0 40px;
  }
  /* line 193, ../sass/_style_access.scss */
  .parkingDetail table tr {
    display: inline;
  }
  /* line 197, ../sass/_style_access.scss */
  .parkingDetail table tr:last-child td {
    border-bottom: none;
  }
  /* line 203, ../sass/_style_access.scss */
  .parkingDetail table th {
    padding: 20px 0;
    width: 100%;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
  }
  /* line 210, ../sass/_style_access.scss */
  .parkingDetail table td {
    padding: 0 0 20px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    border-bottom: 1px solid #CCC;
  }
}
@media only screen and (max-width: 499px) {
  /* line 150, ../sass/_style_access.scss */
  .parkingDetail {
    padding: 0 20px;
  }
  /* line 225, ../sass/_style_access.scss */
  .parkingDetail table tr {
    display: inline;
  }
  /* line 229, ../sass/_style_access.scss */
  .parkingDetail table tr:last-child td {
    border-bottom: none;
  }
  /* line 235, ../sass/_style_access.scss */
  .parkingDetail table th {
    padding: 20px 0;
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
  /* line 243, ../sass/_style_access.scss */
  .parkingDetail table td {
    padding: 0 0 20px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: 1px solid #CCC;
  }
}
/* line 253, ../sass/_style_access.scss */
.parkingDetail .carSize {
  margin: 0;
  display: inline-block;
}
/* line 257, ../sass/_style_access.scss */
.parkingDetail .carSize dt {
  width: 110px;
  float: left;
  clear: left;
  text-align: left !important;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 257, ../sass/_style_access.scss */
  .parkingDetail .carSize dt {
    width: 100px;
  }
}
@media only screen and (max-width: 499px) {
  /* line 257, ../sass/_style_access.scss */
  .parkingDetail .carSize dt {
    width: 90px;
  }
}
/* line 271, ../sass/_style_access.scss */
.parkingDetail .carSize dt:after {
  content: '：';
}
/* line 276, ../sass/_style_access.scss */
.parkingDetail .carSize dd {
  margin: 0;
  padding-left: 110px;
  text-align: left !important;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 276, ../sass/_style_access.scss */
  .parkingDetail .carSize dd {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 499px) {
  /* line 276, ../sass/_style_access.scss */
  .parkingDetail .carSize dd {
    padding-left: 90px;
  }
}
/* line 291, ../sass/_style_access.scss */
.parkingDetail .seasonList {
  margin: 5px 0;
  padding: 10px;
  background: #FAFAFA;
}
/* line 296, ../sass/_style_access.scss */
.parkingDetail .seasonList dt {
  margin-left: -5px;
}
/* line 300, ../sass/_style_access.scss */
.parkingDetail .seasonList dd {
  margin-left: 15px;
  margin-bottom: 18px;
}
/* line 304, ../sass/_style_access.scss */
.parkingDetail .seasonList dd:last-child {
  margin-bottom: 0;
}

/* line 312, ../sass/_style_access.scss */
.parkingMap {
  margin: 0;
  padding: 30px 10px;
  background: #F3F3F3;
  text-align: center;
}
/* line 391, ../sass/_mixin.scss */
.parkingMap img {
  width: inherit;
  max-width: 100%;
  height: auto;
}

/*----------------------------------------
	guide
----------------------------------------*/
/* line 8, ../sass/_style_guide.scss */
.facilities {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 8, ../sass/_style_guide.scss */
  .facilities {
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  /* line 8, ../sass/_style_guide.scss */
  .facilities {
    width: 100%;
  }
}
/* line 22, ../sass/_style_guide.scss */
.facilities li {
  width: 33.1%;
  float: left;
  list-style: none;
  color: #FFF;
  text-align: center;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  background: #000;
}
/* line 33, ../sass/_style_guide.scss */
.facilities li a {
  display: block;
  text-decoration: none;
}
/* line 38, ../sass/_style_guide.scss */
.facilities li a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 42, ../sass/_style_guide.scss */
.facilities li a:hover figcaption {
  height: 82px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 46, ../sass/_style_guide.scss */
.facilities li a:hover figcaption span {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 53, ../sass/_style_guide.scss */
.facilities li figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
/* line 58, ../sass/_style_guide.scss */
.facilities li figure figcaption {
  padding: 10px 0 0;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  text-align: left;
  background: url(../images/common/bg_black80.png);
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 140%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
/* line 71, ../sass/_style_guide.scss */
.facilities li figure figcaption strong {
  margin-bottom: 10px;
  padding: 0 10px;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}
/* line 79, ../sass/_style_guide.scss */
.facilities li figure figcaption span {
  padding: 0 10px;
  display: block;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 58, ../sass/_style_guide.scss */
  .facilities li figure figcaption {
    position: static;
    height: 82px;
  }
  /* line 91, ../sass/_style_guide.scss */
  .facilities li figure figcaption strong {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 96, ../sass/_style_guide.scss */
  .facilities li figure figcaption span {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 499px) {
  /* line 58, ../sass/_style_guide.scss */
  .facilities li figure figcaption {
    position: static;
    height: 82px;
  }
  /* line 106, ../sass/_style_guide.scss */
  .facilities li figure figcaption strong {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 111, ../sass/_style_guide.scss */
  .facilities li figure figcaption span {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* line 118, ../sass/_style_guide.scss */
.facilities li img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 22, ../sass/_style_guide.scss */
  .facilities li {
    width: 50%;
    height: auto;
    background: #000;
  }
  /* line 131, ../sass/_style_guide.scss */
  .facilities li:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  /* line 22, ../sass/_style_guide.scss */
  .facilities li {
    width: 100%;
    float: none;
    background: #000;
  }
}

/* line 147, ../sass/_style_guide.scss */
.hlFacilities {
  background: #252C67 !important;
  font-size: 28px;
  font-size: 1.75rem;
}
/* line 151, ../sass/_style_guide.scss */
.hlFacilities span {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  /* line 157, ../sass/_style_guide.scss */
  .hlFacilities:last-child {
    height: 120px !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 147, ../sass/_style_guide.scss */
  .hlFacilities {
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* line 165, ../sass/_style_guide.scss */
  .hlFacilities:last-child {
    height: 120px !important;
  }
}
@media only screen and (max-width: 499px) {
  /* line 147, ../sass/_style_guide.scss */
  .hlFacilities {
    height: 90px !important;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/*----------------------------------------
	common
----------------------------------------*/
/* line 8, ../sass/_style_guide_common.scss */
.hlR {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  /* line 8, ../sass/_style_guide_common.scss */
  .hlR {
    line-height: 150px;
    right: 40px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 8, ../sass/_style_guide_common.scss */
  .hlR {
    padding-right: 40px;
    position: static;
    text-align: right;
  }
  /* line 23, ../sass/_style_guide_common.scss */
  .hlR:before {
    margin-right: 5px;
    content: "\f0f7";
    font-family: 'FontAwesome', sans-serif;
  }
}
@media only screen and (max-width: 499px) {
  /* line 8, ../sass/_style_guide_common.scss */
  .hlR {
    padding: 5px 20px 0 0;
    position: static;
    text-align: right;
  }
  /* line 35, ../sass/_style_guide_common.scss */
  .hlR:before {
    margin-right: 5px;
    content: "\f0f7";
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* line 45, ../sass/_style_guide_common.scss */
.mainVis figure {
  width: 100%;
  height: auto;
  margin: 0;
}
/* line 50, ../sass/_style_guide_common.scss */
.mainVis figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 58, ../sass/_style_guide_common.scss */
.secContentsL {
  width: 1100px;
  margin: 30px auto 50px;
  display: inline-block;
}
/* line 63, ../sass/_style_guide_common.scss */
.secContentsL h3 {
  margin: 0;
  padding: 30px 0;
  font-size: 40px;
  font-size: 2.5rem;
  color: #252C66;
  font-weight: normal;
  text-align: left;
  line-height: 130%;
}
/* line 73, ../sass/_style_guide_common.scss */
.secContentsL p {
  width: 600px;
  margin: 0;
  line-height: 180%;
  text-align: left;
}
/* line 80, ../sass/_style_guide_common.scss */
.secContentsL figure {
  float: right;
  margin: 0;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 58, ../sass/_style_guide_common.scss */
  .secContentsL {
    width: 100%;
    padding: 60px 0;
  }
  /* line 89, ../sass/_style_guide_common.scss */
  .secContentsL h3 {
    padding: 30px 20px;
  }
  /* line 93, ../sass/_style_guide_common.scss */
  .secContentsL p {
    width: auto;
    padding: 0 20px;
  }
  /* line 98, ../sass/_style_guide_common.scss */
  .secContentsL figure {
    width: 100%;
  }
  /* line 100, ../sass/_style_guide_common.scss */
  .secContentsL figure img {
    width: 90%;
    height: auto;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 58, ../sass/_style_guide_common.scss */
  .secContentsL {
    margin: 0 auto;
    padding: 40px 0;
  }
  /* line 111, ../sass/_style_guide_common.scss */
  .secContentsL h3 {
    font-size: 34px;
    font-size: 2.125rem;
    text-align: center;
  }
  /* line 116, ../sass/_style_guide_common.scss */
  .secContentsL p {
    text-align: center;
  }
  /* line 120, ../sass/_style_guide_common.scss */
  .secContentsL figure {
    width: 100%;
    float: inherit;
    margin-top: 40px;
  }
  /* line 125, ../sass/_style_guide_common.scss */
  .secContentsL figure img {
    width: 90%;
    height: auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 58, ../sass/_style_guide_common.scss */
  .secContentsL {
    margin: 0 auto;
    padding: 20px 0 40px 0;
    width: 100%;
  }
  /* line 137, ../sass/_style_guide_common.scss */
  .secContentsL h3 {
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
    line-height: 160%;
  }
  /* line 143, ../sass/_style_guide_common.scss */
  .secContentsL p {
    width: auto;
    padding: 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
  /* line 150, ../sass/_style_guide_common.scss */
  .secContentsL figure {
    width: 100%;
    float: inherit;
    margin-top: 40px;
  }
  /* line 155, ../sass/_style_guide_common.scss */
  .secContentsL figure img {
    width: 90%;
    height: auto;
  }
}

/* line 163, ../sass/_style_guide_common.scss */
.secContentsR {
  width: 1100px;
  margin-top: 30px;
  display: inline-block;
}
/* line 168, ../sass/_style_guide_common.scss */
.secContentsR h3 {
  margin: 0;
  padding: 30px 0;
  font-size: 40px;
  font-size: 2.5rem;
  color: #252C66;
  font-weight: normal;
  text-align: left;
  line-height: 130%;
}
/* line 178, ../sass/_style_guide_common.scss */
.secContentsR p {
  width: 600px;
  margin: 0;
  line-height: 180%;
  text-align: left;
}
/* line 185, ../sass/_style_guide_common.scss */
.secContentsR figure {
  float: right;
  margin: 0;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 163, ../sass/_style_guide_common.scss */
  .secContentsR {
    margin-top: 0;
    padding: 60px 0;
    width: 100%;
  }
  /* line 195, ../sass/_style_guide_common.scss */
  .secContentsR h3 {
    padding: 30px 20px;
  }
  /* line 199, ../sass/_style_guide_common.scss */
  .secContentsR p {
    width: auto;
    padding: 0 20px;
  }
  /* line 204, ../sass/_style_guide_common.scss */
  .secContentsR figure {
    width: 100%;
  }
  /* line 206, ../sass/_style_guide_common.scss */
  .secContentsR figure img {
    width: 90%;
    height: auto;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 163, ../sass/_style_guide_common.scss */
  .secContentsR {
    margin-top: 0;
    padding: 40px 0;
  }
  /* line 217, ../sass/_style_guide_common.scss */
  .secContentsR h3 {
    font-size: 34px;
    font-size: 2.125rem;
    text-align: center;
  }
  /* line 222, ../sass/_style_guide_common.scss */
  .secContentsR p {
    text-align: center;
  }
  /* line 226, ../sass/_style_guide_common.scss */
  .secContentsR figure {
    width: 100%;
    float: inherit;
    margin-top: 40px;
  }
  /* line 231, ../sass/_style_guide_common.scss */
  .secContentsR figure img {
    width: 90%;
    height: auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 163, ../sass/_style_guide_common.scss */
  .secContentsR {
    width: 100%;
    padding: 20px 0;
    margin: 0;
  }
  /* line 243, ../sass/_style_guide_common.scss */
  .secContentsR h3 {
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
    line-height: 160%;
  }
  /* line 249, ../sass/_style_guide_common.scss */
  .secContentsR p {
    width: auto;
    padding: 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
  /* line 256, ../sass/_style_guide_common.scss */
  .secContentsR figure {
    width: 100%;
    float: inherit;
    margin-top: 40px;
  }
  /* line 261, ../sass/_style_guide_common.scss */
  .secContentsR figure img {
    width: 90%;
    height: auto;
  }
}

/* line 269, ../sass/_style_guide_common.scss */
.secContentsC {
  margin: 120px 0;
  padding: 60px 0;
  background: #F3F3F3;
}
/* line 274, ../sass/_style_guide_common.scss */
.secContentsC h3 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 40px;
  font-size: 2.5rem;
  color: #252C66;
  font-weight: normal;
  line-height: 130%;
}
/* line 283, ../sass/_style_guide_common.scss */
.secContentsC p {
  width: 900px;
  margin: 0 auto;
  line-height: 180%;
}
/* line 290, ../sass/_style_guide_common.scss */
.secContentsC figure {
  margin-top: 80px;
}
/* line 293, ../sass/_style_guide_common.scss */
.secContentsC figure img {
  padding: 0 30px;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 269, ../sass/_style_guide_common.scss */
  .secContentsC {
    margin: 60px 0;
    padding: 60px 0;
    width: 100%;
  }
  /* line 303, ../sass/_style_guide_common.scss */
  .secContentsC h3 {
    width: 90%;
    margin: 0 auto;
    line-height: 160%;
  }
  /* line 309, ../sass/_style_guide_common.scss */
  .secContentsC p {
    width: 90%;
  }
  /* line 315, ../sass/_style_guide_common.scss */
  .secContentsC figure img {
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 269, ../sass/_style_guide_common.scss */
  .secContentsC {
    margin: 0 0 40px;
    padding: 40px 0;
  }
  /* line 326, ../sass/_style_guide_common.scss */
  .secContentsC h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 269, ../sass/_style_guide_common.scss */
  .secContentsC {
    margin: 0 0 40px;
    padding: 40px 0;
  }
  /* line 336, ../sass/_style_guide_common.scss */
  .secContentsC h3 {
    font-size: 26px;
    font-size: 1.625rem;
    width: 90%;
    margin: 0 auto;
    line-height: 160%;
  }
  /* line 343, ../sass/_style_guide_common.scss */
  .secContentsC p {
    width: 90%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 348, ../sass/_style_guide_common.scss */
  .secContentsC figure {
    margin: 40px 0 0;
  }
  /* line 351, ../sass/_style_guide_common.scss */
  .secContentsC figure img {
    padding: 10px 30px;
  }
}

/* line 358, ../sass/_style_guide_common.scss */
.contentsInLside {
  float: left;
}
/* line 361, ../sass/_style_guide_common.scss */
.contentsInLside figure {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  /* line 358, ../sass/_style_guide_common.scss */
  .contentsInLside {
    width: 50%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 358, ../sass/_style_guide_common.scss */
  .contentsInLside {
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  /* line 358, ../sass/_style_guide_common.scss */
  .contentsInLside {
    width: 100%;
  }
}

/* line 379, ../sass/_style_guide_common.scss */
.contentsInRside {
  float: right;
}
/* line 382, ../sass/_style_guide_common.scss */
.contentsInRside figure {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  /* line 379, ../sass/_style_guide_common.scss */
  .contentsInRside {
    width: 50%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 379, ../sass/_style_guide_common.scss */
  .contentsInRside {
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  /* line 379, ../sass/_style_guide_common.scss */
  .contentsInRside {
    width: 100%;
  }
}

/* line 400, ../sass/_style_guide_common.scss */
.secUGuide {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}
/* line 405, ../sass/_style_guide_common.scss */
.secUGuide h3 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 40px;
  font-size: 2.5rem;
  color: #252C66;
  font-weight: normal;
  line-height: 180%;
}
/* line 414, ../sass/_style_guide_common.scss */
.secUGuide ul {
  overflow: hidden;
  margin: 0;
}
/* line 418, ../sass/_style_guide_common.scss */
.secUGuide ul li {
  width: 530px;
  float: left;
  list-style: none;
}
/* line 423, ../sass/_style_guide_common.scss */
.secUGuide ul li dl {
  overflow: hidden;
  padding-left: 70px;
}
/* line 427, ../sass/_style_guide_common.scss */
.secUGuide ul li dl dt {
  width: 75px;
  height: 25px;
  float: left;
  color: #fff;
  font-weight: 600;
  background-color: #252C68;
}
/* line 436, ../sass/_style_guide_common.scss */
.secUGuide ul li dl dd {
  margin: 0;
  padding-left: 20px;
  float: left;
  text-align: left;
  line-height: 180%;
}
/* line 443, ../sass/_style_guide_common.scss */
.secUGuide ul li dl dd dl {
  width: 360px;
  float: right;
  padding-left: 0;
  margin: 0;
}
/* line 449, ../sass/_style_guide_common.scss */
.secUGuide ul li dl dd dl dt {
  width: auto;
  color: #333;
  background: none !important;
  font-weight: 300;
  clear: left;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 400, ../sass/_style_guide_common.scss */
  .secUGuide {
    padding-bottom: 0;
    width: 100%;
  }
  /* line 466, ../sass/_style_guide_common.scss */
  .secUGuide h3 {
    width: 90%;
    margin: 0 auto;
  }
  /* line 471, ../sass/_style_guide_common.scss */
  .secUGuide ul {
    padding: 0;
  }
  /* line 474, ../sass/_style_guide_common.scss */
  .secUGuide ul li {
    width: 100%;
    float: inherit;
    margin: 0 auto;
  }
  /* line 479, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl {
    padding-left: 0;
  }
  /* line 482, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl dt {
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
    float: inherit;
    text-align: center;
  }
  /* line 490, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl dd {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px 0;
    text-align: center;
  }
  /* line 496, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl dd dl {
    width: 100%;
    margin: 0 auto;
  }
  /* line 500, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl dd dl dt {
    width: 40%;
    float: left;
    padding: 20px 0;
  }
  /* line 506, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl dd dl dd {
    width: 30%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 499px) {
  /* line 400, ../sass/_style_guide_common.scss */
  .secUGuide {
    padding-bottom: 0;
    width: 100%;
  }
  /* line 521, ../sass/_style_guide_common.scss */
  .secUGuide h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 30px;
    font-size: 1.875rem;
  }
  /* line 527, ../sass/_style_guide_common.scss */
  .secUGuide ul {
    padding: 0;
  }
  /* line 530, ../sass/_style_guide_common.scss */
  .secUGuide ul li {
    width: 100%;
    float: inherit;
    margin: 0 auto;
  }
  /* line 535, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl {
    padding-left: 0;
  }
  /* line 538, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl dt {
    width: 85%;
    margin: 0 auto;
    padding: 5px 0;
    float: inherit;
    text-align: center;
  }
  /* line 546, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl dd {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px 0;
    text-align: center;
  }
  /* line 552, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl dd dl {
    width: 100%;
    margin: 0 auto;
  }
  /* line 556, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl dd dl dt {
    width: 100%;
    float: inherit;
    padding: 20px 0;
    font-weight: 600;
  }
  /* line 563, ../sass/_style_guide_common.scss */
  .secUGuide ul li dl dd dl dd {
    width: 100%;
    padding: 5px 0;
  }
}
/* line 574, ../sass/_style_guide_common.scss */
.secUGuide .asiaGallery {
  height: 60px;
}
@media only screen and (max-width: 499px) {
  /* line 574, ../sass/_style_guide_common.scss */
  .secUGuide .asiaGallery {
    height: auto;
  }
}

/* line 583, ../sass/_style_guide_common.scss */
.secOfficeContact {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
}
/* line 588, ../sass/_style_guide_common.scss */
.secOfficeContact dl {
  margin: 0 auto;
  width: 720px;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 593, ../sass/_style_guide_common.scss */
.secOfficeContact dl dt {
  padding: 0 30px 10px 0;
  width: 450px;
  float: left;
  clear: left;
  font-weight: 600;
  text-align: right;
}
/* line 601, ../sass/_style_guide_common.scss */
.secOfficeContact dl dt br {
  display: none;
}
/* line 606, ../sass/_style_guide_common.scss */
.secOfficeContact dl dd {
  padding: 0 0 10px 480px;
  margin: 0;
  text-align: left;
  color: #252C66;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 588, ../sass/_style_guide_common.scss */
  .secOfficeContact dl {
    width: auto;
  }
  /* line 616, ../sass/_style_guide_common.scss */
  .secOfficeContact dl dt {
    padding: 0 0 10px 0;
    width: auto;
    float: none;
    text-align: center;
  }
  /* line 623, ../sass/_style_guide_common.scss */
  .secOfficeContact dl dd {
    padding: 0 0 40px 0;
    float: none;
    text-align: center;
  }
  /* line 628, ../sass/_style_guide_common.scss */
  .secOfficeContact dl dd:last-child {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 499px) {
  /* line 588, ../sass/_style_guide_common.scss */
  .secOfficeContact dl {
    width: auto;
  }
  /* line 637, ../sass/_style_guide_common.scss */
  .secOfficeContact dl dt {
    padding: 0 0 10px 0;
    width: auto;
    float: none;
    text-align: center;
  }
  /* line 643, ../sass/_style_guide_common.scss */
  .secOfficeContact dl dt br {
    display: block;
  }
  /* line 648, ../sass/_style_guide_common.scss */
  .secOfficeContact dl dd {
    padding: 0 0 40px 0;
    float: none;
    text-align: center;
  }
  /* line 653, ../sass/_style_guide_common.scss */
  .secOfficeContact dl dd:last-child {
    padding-bottom: 0;
  }
}
/* line 660, ../sass/_style_guide_common.scss */
.secOfficeContact h3 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 40px;
  font-size: 2.5rem;
  color: #252C66;
  font-weight: normal;
  line-height: 180%;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 583, ../sass/_style_guide_common.scss */
  .secOfficeContact {
    width: 100%;
  }
  /* line 672, ../sass/_style_guide_common.scss */
  .secOfficeContact h3 {
    font-size: 34px;
    font-size: 2.125rem;
    width: 90%;
    margin: 0 auto;
    line-height: 160%;
  }
}
@media only screen and (max-width: 499px) {
  /* line 583, ../sass/_style_guide_common.scss */
  .secOfficeContact {
    width: 100%;
  }
  /* line 683, ../sass/_style_guide_common.scss */
  .secOfficeContact h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 140%;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 692, ../sass/_style_guide_common.scss */
  .anpanman {
    width: 90%;
    margin: 60px auto 0 !important;
    height: auto;
  }
  /* line 699, ../sass/_style_guide_common.scss */
  .anpanman img {
    padding: 0 !important;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 692, ../sass/_style_guide_common.scss */
  .anpanman {
    width: 90%;
    margin: 40px auto 0 !important;
    height: auto;
  }
  /* line 711, ../sass/_style_guide_common.scss */
  .anpanman img {
    padding: 0 !important;
    width: 100%;
    height: auto;
  }
}

/* line 719, ../sass/_style_guide_common.scss */
.guideImgRec {
  margin: 0;
}
/* line 722, ../sass/_style_guide_common.scss */
.guideImgRec img {
  padding: 0 !important;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 719, ../sass/_style_guide_common.scss */
  .guideImgRec {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /* line 731, ../sass/_style_guide_common.scss */
  .guideImgRec img {
    width: 30%;
    height: auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 719, ../sass/_style_guide_common.scss */
  .guideImgRec {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
  }
  /* line 743, ../sass/_style_guide_common.scss */
  .guideImgRec img {
    width: 90%;
    height: auto;
  }
}

/* font-color */
/* line 751, ../sass/_style_guide_common.scss */
.fcRed {
  color: #660000;
}

/* line 755, ../sass/_style_guide_common.scss */
.fcBlue {
  color: #252C67;
}

/* line 759, ../sass/_style_guide_common.scss */
.fcYellow {
  color: #C09406;
}

/*----------------------------------------
	publicspace
----------------------------------------*/
/* line 8, ../sass/_style_publicspace.scss */
.publicArt {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}
/* line 14, ../sass/_style_publicspace.scss */
.publicArt li {
  width: 540px;
  float: left;
  list-style: none;
}
/* line 19, ../sass/_style_publicspace.scss */
.publicArt li:nth-child(odd) {
  margin-right: 20px;
}
/* line 23, ../sass/_style_publicspace.scss */
.publicArt li figure {
  margin: 0;
  overflow: hidden;
}
/* line 27, ../sass/_style_publicspace.scss */
.publicArt li figure img {
  vertical-align: bottom;
}
/* line 32, ../sass/_style_publicspace.scss */
.publicArt li dl {
  margin: 0;
  padding-bottom: 50px;
}
/* line 36, ../sass/_style_publicspace.scss */
.publicArt li dl dt {
  padding: 15px 40px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  text-align: left;
  background-color: #252C66;
}
/* line 44, ../sass/_style_publicspace.scss */
.publicArt li dl dd {
  height: 250px;
  margin: 0;
  padding: 30px 40px;
  text-align: left;
  background-color: #F3F3F3;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 8, ../sass/_style_publicspace.scss */
  .publicArt {
    width: 100%;
  }
  /* line 57, ../sass/_style_publicspace.scss */
  .publicArt li {
    width: 46%;
    margin: 2%;
  }
  /* line 60, ../sass/_style_publicspace.scss */
  .publicArt li:nth-child(odd) {
    margin-right: 0;
  }
  /* line 64, ../sass/_style_publicspace.scss */
  .publicArt li figure {
    width: 100%;
    height: auto;
  }
  /* line 68, ../sass/_style_publicspace.scss */
  .publicArt li figure img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  /* line 80, ../sass/_style_publicspace.scss */
  .publicArt li dl dd {
    min-height: 300px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 88, ../sass/_style_publicspace.scss */
  .publicArt li {
    width: 100%;
    margin: 0;
  }
  /* line 92, ../sass/_style_publicspace.scss */
  .publicArt li figure {
    width: 100%;
    height: auto;
  }
  /* line 96, ../sass/_style_publicspace.scss */
  .publicArt li figure img {
    width: 100%;
    height: auto;
  }
  /* line 103, ../sass/_style_publicspace.scss */
  .publicArt li dl dd {
    height: auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 8, ../sass/_style_publicspace.scss */
  .publicArt {
    width: 100%;
  }
  /* line 113, ../sass/_style_publicspace.scss */
  .publicArt li {
    width: 100%;
    margin: 0;
  }
  /* line 117, ../sass/_style_publicspace.scss */
  .publicArt li figure {
    width: 100%;
    height: auto;
  }
  /* line 121, ../sass/_style_publicspace.scss */
  .publicArt li figure img {
    width: 100%;
    height: auto;
  }
  /* line 128, ../sass/_style_publicspace.scss */
  .publicArt li dl dt {
    padding: 15px 20px;
  }
  /* line 132, ../sass/_style_publicspace.scss */
  .publicArt li dl dd {
    height: auto;
    padding: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*----------------------------------------
	riverain
----------------------------------------*/
/* line 5, ../sass/_style_riverain.scss */
.pScroll {
  width: 100%;
}
/* line 7, ../sass/_style_riverain.scss */
.pScroll ul {
  height: 65px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 13, ../sass/_style_riverain.scss */
.pScroll ul li {
  position: relative;
  width: 33%;
  height: 65px;
  margin-left: -1px;
  float: left;
  border-left: 1px solid #555;
  list-style: none;
}
/* line 22, ../sass/_style_riverain.scss */
.pScroll ul li a {
  display: block;
  width: 100%;
  line-height: 65px;
  padding-left: 10%;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  background-color: #000;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 34, ../sass/_style_riverain.scss */
.pScroll ul li a:hover {
  color: #000;
  background-color: #fff;
}
/* line 39, ../sass/_style_riverain.scss */
.pScroll ul li a:after {
  position: absolute;
  right: 10%;
  content: "\f107";
  font-family: 'FontAwesome', sans-serif;
  vertical-align: top;
  font-size: 30px;
  font-size: 1.875rem;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 53, ../sass/_style_riverain.scss */
  .pScroll ul {
    height: 100%;
  }
  /* line 55, ../sass/_style_riverain.scss */
  .pScroll ul li {
    width: 100%;
    height: 40px;
    float: inherit;
    border-bottom: 1px solid #999;
  }
  /* line 60, ../sass/_style_riverain.scss */
  .pScroll ul li a {
    line-height: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 70, ../sass/_style_riverain.scss */
  .pScroll ul {
    height: 100%;
  }
  /* line 72, ../sass/_style_riverain.scss */
  .pScroll ul li {
    width: 100%;
    height: 40px;
    float: inherit;
    border-bottom: 1px solid #999;
  }
  /* line 77, ../sass/_style_riverain.scss */
  .pScroll ul li a {
    line-height: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 88, ../sass/_style_riverain.scss */
.secRivBox {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 120px;
}
/* line 93, ../sass/_style_riverain.scss */
.secRivBox h3 {
  width: 100%;
  margin: 0;
  padding: 40px 0;
  color: #fff;
  background-color: #252C68;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 100;
}
/* line 104, ../sass/_style_riverain.scss */
.secRivBox ul {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 110, ../sass/_style_riverain.scss */
.secRivBox ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
/* line 118, ../sass/_style_riverain.scss */
.secRivBox ul li:nth-child(even) figure {
  border-left: 1px solid #fff;
  margin-left: -1px;
}
@media only screen and (max-width: 499px) {
  /* line 118, ../sass/_style_riverain.scss */
  .secRivBox ul li:nth-child(even) figure {
    margin-left: 0;
    border-left: none;
  }
}
/* line 129, ../sass/_style_riverain.scss */
.secRivBox ul li figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
/* line 134, ../sass/_style_riverain.scss */
.secRivBox ul li figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* line 140, ../sass/_style_riverain.scss */
.secRivBox ul li figure figcaption {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 88, ../sass/_style_riverain.scss */
  .secRivBox {
    width: 100%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 159, ../sass/_style_riverain.scss */
  .secRivBox h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 88, ../sass/_style_riverain.scss */
  .secRivBox {
    width: 100%;
  }
  /* line 167, ../sass/_style_riverain.scss */
  .secRivBox h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* line 172, ../sass/_style_riverain.scss */
  .secRivBox ul li {
    width: 100%;
  }
  /* line 176, ../sass/_style_riverain.scss */
  .secRivBox ul li figure figcaption {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* line 187, ../sass/_style_riverain.scss */
.boxInner {
  width: 550px;
  height: 540px;
  margin-left: -1px;
  background-color: #F6F6F6;
  border-left: 1px solid #ccc;
}
/* line 194, ../sass/_style_riverain.scss */
.boxInner dl {
  margin: 0;
  overflow: hidden;
}
/* line 198, ../sass/_style_riverain.scss */
.boxInner dl dt {
  padding: 40px 0 30px 40px;
  text-align: left;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 140%;
  color: #252C66;
}
/* line 207, ../sass/_style_riverain.scss */
.boxInner dl dd {
  width: 450px;
  text-align: left;
  line-height: 180%;
}
/* line 214, ../sass/_style_riverain.scss */
.boxInner ul {
  overflow: hidden;
  width: 450px;
  padding: 40px 0 0 40px;
}
/* line 219, ../sass/_style_riverain.scss */
.boxInner ul li {
  width: 450px;
  float: left;
}
/* line 223, ../sass/_style_riverain.scss */
.boxInner ul li dl {
  margin: 0;
  overflow: hidden;
  padding-bottom: 15px;
}
/* line 228, ../sass/_style_riverain.scss */
.boxInner ul li dl dt {
  width: 55px;
  float: left;
  margin-top: 2px;
  padding: 0 5px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  background-color: #252C68;
}
/* line 239, ../sass/_style_riverain.scss */
.boxInner ul li dl dt span {
  margin-top: -5px;
  display: block;
}
/* line 245, ../sass/_style_riverain.scss */
.boxInner ul li dl dd {
  width: 350px;
  margin: 0;
  padding-left: 20px;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 252, ../sass/_style_riverain.scss */
.boxInner ul li dl dd ul {
  padding: 0;
}
/* line 255, ../sass/_style_riverain.scss */
.boxInner ul li dl dd ul li {
  width: 260px;
}
/* line 258, ../sass/_style_riverain.scss */
.boxInner ul li dl dd ul li dl {
  padding-bottom: 5px;
}
/* line 261, ../sass/_style_riverain.scss */
.boxInner ul li dl dd ul li dl dt {
  width: 75px;
  color: #333;
  background: none;
  text-align: left;
}
/* line 268, ../sass/_style_riverain.scss */
.boxInner ul li dl dd ul li dl dd {
  width: 150px;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 187, ../sass/_style_riverain.scss */
  .boxInner {
    width: 100%;
  }
  /* line 283, ../sass/_style_riverain.scss */
  .boxInner dl dd {
    width: 90%;
    margin: 0 5%;
  }
  /* line 289, ../sass/_style_riverain.scss */
  .boxInner ul {
    width: 90%;
    padding: 10px 5%;
  }
  /* line 292, ../sass/_style_riverain.scss */
  .boxInner ul li {
    width: 100%;
  }
  /* line 298, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd {
    width: auto;
  }
  /* line 301, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd ul {
    margin: -20px 0 0 60px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 187, ../sass/_style_riverain.scss */
  .boxInner {
    height: 800px;
  }
  /* line 315, ../sass/_style_riverain.scss */
  .boxInner dl dt {
    text-align: center;
    padding: 30px 5%;
  }
  /* line 324, ../sass/_style_riverain.scss */
  .boxInner ul li dl dt {
    float: inherit;
    width: 90%;
    padding: 0 5%;
  }
  /* line 330, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd {
    width: 90%;
    padding: 10px 5%;
    text-align: center;
  }
  /* line 335, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd ul {
    width: 100%;
    margin: 0;
  }
  /* line 338, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd ul li {
    width: 100%;
  }
  /* line 340, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd ul li dl {
    padding-bottom: 5px;
  }
  /* line 342, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd ul li dl dt {
    width: auto;
    text-align: center;
  }
  /* line 347, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd ul li dl dd {
    width: 90%;
    padding: 5px 5%;
    text-align: center;
  }
}
@media only screen and (max-width: 499px) {
  /* line 187, ../sass/_style_riverain.scss */
  .boxInner {
    width: 100%;
    height: auto;
    margin-left: 0;
    border-left: none;
  }
  /* line 367, ../sass/_style_riverain.scss */
  .boxInner dl {
    margin-bottom: 20px;
  }
  /* line 369, ../sass/_style_riverain.scss */
  .boxInner dl dt {
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
  }
  /* line 374, ../sass/_style_riverain.scss */
  .boxInner dl dd {
    width: 90%;
    margin: 0 5%;
    text-align: center;
  }
  /* line 382, ../sass/_style_riverain.scss */
  .boxInner ul {
    width: 90%;
    padding: 10px 5%;
  }
  /* line 385, ../sass/_style_riverain.scss */
  .boxInner ul li {
    width: 100%;
  }
  /* line 388, ../sass/_style_riverain.scss */
  .boxInner ul li dl dt {
    float: inherit;
    width: 90%;
    padding: 0 5%;
  }
  /* line 393, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd {
    width: 90%;
    padding: 10px 5%;
    text-align: center;
  }
  /* line 398, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd ul {
    width: 100%;
  }
  /* line 400, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd ul li {
    width: 100%;
  }
  /* line 403, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd ul li dl dt {
    width: auto;
    text-align: center;
  }
  /* line 408, ../sass/_style_riverain.scss */
  .boxInner ul li dl dd ul li dl dd {
    width: 90%;
    padding: 5px 5%;
    text-align: center;
  }
}

/*----------------------------------------
	information
----------------------------------------*/
/* line 8, ../sass/_style_information.scss */
.information {
  padding: 80px 0;
  width: 1100px;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 8, ../sass/_style_information.scss */
  .information {
    padding: 60px 20px;
    width: auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 8, ../sass/_style_information.scss */
  .information {
    padding: 40px 10px;
    width: auto;
  }
}

/* line 25, ../sass/_style_information.scss */
.infoArea {
  width: 74.54545454545455%;
  float: right;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 25, ../sass/_style_information.scss */
  .infoArea {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 499px) {
  /* line 25, ../sass/_style_information.scss */
  .infoArea {
    width: 100%;
    float: none;
  }
}

/* line 41, ../sass/_style_information.scss */
.entryList {
  padding-bottom: 80px;
  text-align: left;
}
/* line 46, ../sass/_style_information.scss */
.entryList > figure {
  margin: 0;
  width: 36.58536585365854%;
  height: 200px;
  float: left;
  overflow: hidden;
  text-align: center;
}
/* line 55, ../sass/_style_information.scss */
.entryList > figure img {
  width: inherit;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1119px) {
  /* line 55, ../sass/_style_information.scss */
  .entryList > figure img {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
}
/* line 65, ../sass/_style_information.scss */
.entryList > figure a {
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 1119px) {
  /* line 70, ../sass/_style_information.scss */
  .entryList > figure a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 46, ../sass/_style_information.scss */
  .entryList > figure {
    width: 100%;
    height: auto;
    overflow: auto;
    float: none;
  }
}
@media only screen and (max-width: 499px) {
  /* line 46, ../sass/_style_information.scss */
  .entryList > figure {
    width: 100%;
    height: auto;
    overflow: auto;
    float: none;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 41, ../sass/_style_information.scss */
  .entryList {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #CCC;
  }
}
@media only screen and (max-width: 499px) {
  /* line 41, ../sass/_style_information.scss */
  .entryList {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px dotted #CCC;
  }
}
/* line 108, ../sass/_style_information.scss */
.entryList .entryBody {
  width: 59.75609756097561%;
  float: right;
}
/* line 114, ../sass/_style_information.scss */
.entryList .entryBody h3 {
  margin: 5px 0 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 114, ../sass/_style_information.scss */
  .entryList .entryBody h3 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 499px) {
  /* line 114, ../sass/_style_information.scss */
  .entryList .entryBody h3 {
    margin-top: 10px;
  }
  /* line 125, ../sass/_style_information.scss */
  .entryList .entryBody h3 a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 132, ../sass/_style_information.scss */
.entryList .entryDetail {
  clear: both;
}
/* line 135, ../sass/_style_information.scss */
.entryList .entryDetail p {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 142, ../sass/_style_information.scss */
.entry {
  padding: 0 0 60px 30px;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 142, ../sass/_style_information.scss */
  .entry {
    padding: 0 0 60px 0;
  }
}
@media only screen and (max-width: 499px) {
  /* line 142, ../sass/_style_information.scss */
  .entry {
    padding: 0 0 60px 0;
  }
}
/* line 157, ../sass/_style_information.scss */
.entry .entryDetail {
  clear: both;
}
/* line 391, ../sass/_mixin.scss */
.entry .entryDetail img {
  width: inherit;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 499px) {
  /* line 157, ../sass/_style_information.scss */
  .entry .entryDetail {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 168, ../sass/_style_information.scss */
.entryBody {
  width: 100%;
  text-align: left;
}
/* line 172, ../sass/_style_information.scss */
.entryBody h3 {
  margin: 5px 0 30px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 120%;
}
/* line 177, ../sass/_style_information.scss */
.entryBody h3 a {
  text-decoration: none;
  color: #333;
}
/* line 181, ../sass/_style_information.scss */
.entryBody h3 a:hover {
  color: #660000;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 168, ../sass/_style_information.scss */
  .entryBody {
    width: 100% !important;
    float: none;
  }
}
@media only screen and (max-width: 499px) {
  /* line 168, ../sass/_style_information.scss */
  .entryBody {
    width: 100% !important;
    float: none;
  }
  /* line 197, ../sass/_style_information.scss */
  .entryBody h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* line 204, ../sass/_style_information.scss */
.date {
  margin: 0 0 20px;
  width: auto;
  float: left;
  line-height: 160%;
}
/* line 210, ../sass/_style_information.scss */
.date time {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

/* line 216, ../sass/_style_information.scss */
.cate {
  margin: 0 0 20px 10px;
  width: auto;
  float: left;
  line-height: 120%;
}
/* line 222, ../sass/_style_information.scss */
.cate a {
  padding: 2px 8px;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
}

/* line 232, ../sass/_style_information.scss */
.sns {
  margin: 0;
  padding: 0;
  float: right;
}
/* line 238, ../sass/_style_information.scss */
.sns li {
  padding: 5px 0 0 15px;
  width: auto !important;
  float: left;
  list-style: none;
}
/* line 244, ../sass/_style_information.scss */
.sns li div {
  line-height: 100% !important;
  vertical-align: top;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 238, ../sass/_style_information.scss */
  .sns li {
    padding: 0 15px 0 0;
  }
}
@media only screen and (max-width: 499px) {
  /* line 238, ../sass/_style_information.scss */
  .sns li {
    padding: 0 5px 0 0;
  }
  /* line 256, ../sass/_style_information.scss */
  .sns li:last-child {
    padding: 0;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 232, ../sass/_style_information.scss */
  .sns {
    float: none;
    clear: both;
  }
}
@media only screen and (max-width: 499px) {
  /* line 232, ../sass/_style_information.scss */
  .sns {
    float: none;
    clear: both;
  }
}

/* line 274, ../sass/_style_information.scss */
.twitter-share-button {
  width: 100px !important;
}
@media only screen and (max-width: 499px) {
  /* line 274, ../sass/_style_information.scss */
  .twitter-share-button {
    width: 95px !important;
  }
}

/* line 284, ../sass/_style_information.scss */
.cateEvent {
  background: #660000;
}

/* line 288, ../sass/_style_information.scss */
.cateInfo {
  background: #C09406;
}

/* line 292, ../sass/_style_information.scss */
.cateMonthly {
  background: #204000;
}

/* line 296, ../sass/_style_information.scss */
.cateArchive {
  background: #252C67;
}

/* line 300, ../sass/_style_information.scss */
.more {
  margin: 10px 0 20px;
  width: auto;
  float: right;
  line-height: 120%;
}
/* line 306, ../sass/_style_information.scss */
.more a {
  padding: 2px 8px;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
  background: #252C67;
}

/* line 318, ../sass/_style_information.scss */
.cateName {
  margin: 0 0 60px;
  padding: 0 20px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 80px;
  color: #FFF;
  font-weight: normal;
  text-align: left;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 318, ../sass/_style_information.scss */
  .cateName {
    margin-bottom: 40px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 318, ../sass/_style_information.scss */
  .cateName {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* pagenavi */
/* line 340, ../sass/_style_information.scss */
.wp-pagenavi {
  padding-bottom: 60px;
  clear: both;
  text-align: center;
}
/* line 345, ../sass/_style_information.scss */
.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #252C67;
  background: #FFF;
  text-decoration: none;
}
/* line 353, ../sass/_style_information.scss */
.wp-pagenavi a:hover, .wp-pagenavi .current {
  border-color: #252C67;
  background: #252C67;
  color: #FFF;
}
/* line 359, ../sass/_style_information.scss */
.wp-pagenavi .current {
  font-weight: bold;
}
@media only screen and (max-width: 499px) {
  /* line 365, ../sass/_style_information.scss */
  .wp-pagenavi .pages {
    margin-bottom: 15px;
    display: inline-block;
  }
  /* line 370, ../sass/_style_information.scss */
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 3px;
    padding: 5px;
  }
  /* line 375, ../sass/_style_information.scss */
  .wp-pagenavi .last {
    margin-top: 15px;
    display: inline-block;
  }
  /* line 380, ../sass/_style_information.scss */
  .wp-pagenavi .first {
    margin-bottom: 15px;
    display: inline-block;
  }
}

/* sideNav */
/* line 391, ../sass/_style_information.scss */
.sideNav {
  width: 22.72727272727273%;
  float: left;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 391, ../sass/_style_information.scss */
  .sideNav {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 499px) {
  /* line 391, ../sass/_style_information.scss */
  .sideNav {
    width: 100%;
    float: none;
  }
}

/* line 407, ../sass/_style_information.scss */
.hlSide {
  padding-bottom: 60px;
}
/* line 410, ../sass/_style_information.scss */
.hlSide h3 {
  margin: 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFF;
}
/* line 417, ../sass/_style_information.scss */
.hlSide h3 a {
  width: 100%;
  line-height: 40px;
  display: block;
  color: #FFF;
  text-decoration: none;
}
/* line 424, ../sass/_style_information.scss */
.hlSide h3 a:hover {
  color: #FFF;
}
/* line 430, ../sass/_style_information.scss */
.hlSide ul {
  margin: 0;
  padding: 20px 10px 0;
}
/* line 434, ../sass/_style_information.scss */
.hlSide ul li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCC;
  list-style: none;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 120%;
}
/* line 443, ../sass/_style_information.scss */
.hlSide ul li time {
  padding-bottom: 5px;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 449, ../sass/_style_information.scss */
.hlSide ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
  text-decoration: none;
}

/* line 459, ../sass/_style_information.scss */
.sideEvent h3 {
  background: #660000;
}
/* line 463, ../sass/_style_information.scss */
.sideEvent a:hover {
  color: #600;
}

/* line 469, ../sass/_style_information.scss */
.sideInfo h3 {
  background: #C09406;
}
/* line 473, ../sass/_style_information.scss */
.sideInfo a:hover {
  color: #C09406;
}

/* line 479, ../sass/_style_information.scss */
.sideMonthly h3 {
  background: #204000;
}
/* line 483, ../sass/_style_information.scss */
.sideMonthly a:hover {
  color: #204000;
}

/* line 489, ../sass/_style_information.scss */
.sideArchive h3 {
  background: #252C67;
}
/* line 493, ../sass/_style_information.scss */
.sideArchive a:hover {
  color: #252C67;
}

/*----------------------------------------
	hakatabanikki
----------------------------------------*/
/* line 7, ../sass/_style_hakatabanikki.scss */
.hakatabanikki {
  padding: 120px 0 0;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 7, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 499px) {
  /* line 7, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki {
    padding: 60px 0 0;
  }
}
/* line 18, ../sass/_style_hakatabanikki.scss */
.hakatabanikki figure {
  max-width: 265px;
  margin: 0;
  position: relative;
  direction: inline-block;
  overflow: hidden;
}
/* line 24, ../sass/_style_hakatabanikki.scss */
.hakatabanikki figure figcaption {
  padding: 10px 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 18, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki figure {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 18, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki figure {
    margin: 0 auto;
  }
}
/* line 44, ../sass/_style_hakatabanikki.scss */
.hakatabanikki figure img {
  -webkit-transition: .6s;
  transition: .6s;
}
/* line 49, ../sass/_style_hakatabanikki.scss */
.hakatabanikki figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.05);
}
/* line 56, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .whatsnew {
  margin: 0 auto;
  max-width: 100%;
  width: 1100px;
  text-align: left;
}
@media (max-width: 1100px) {
  /* line 56, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .whatsnew {
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 56, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .whatsnew {
    width: auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 56, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .whatsnew {
    width: auto;
  }
}
/* line 75, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .whatsnew h3 {
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  text-align: left;
  position: relative;
  color: #252C67;
}
/* line 83, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .whatsnew h3 .hakatabanikkiSubtitle {
  padding-bottom: 15px;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
}
/* line 89, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .whatsnew h3 .hakatabanikkiExam {
  padding-top: 15px;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333333;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 99, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .whatsnew h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 106, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .whatsnew h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 111, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .whatsnew .textarea {
  float: left;
  width: 75%;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 111, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .whatsnew .textarea {
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 499px) {
  /* line 111, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .whatsnew .textarea {
    width: auto;
    float: none;
  }
}
/* line 124, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .whatsnew .photo {
  margin: 0;
  width: 25%;
  float: right;
}
/* line 130, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .whatsnew .photo img {
  width: 100%;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 124, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .whatsnew .photo {
    width: auto;
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 499px) {
  /* line 124, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .whatsnew .photo {
    width: auto;
    float: none;
    text-align: center;
  }
}
/* line 148, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .whatsnew .photo figure {
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 148, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .whatsnew .photo figure {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 148, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .whatsnew .photo figure {
    margin: 0 auto;
  }
}
/* line 161, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .backnumber {
  margin: 120px 0 0;
  padding: 60px 0 100px;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 161, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber {
    margin: 60px 0 0;
    padding: 60px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 499px) {
  /* line 161, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber {
    margin: 60px 0 0;
    padding: 60px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 174, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .backnumber ul {
  margin: 30px auto 0;
  padding: 0;
  width: 100%;
  max-width: 1100px;
  list-style: none;
}
/* line 303, ../sass/_mixin.scss */
.hakatabanikki .backnumber ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/* line 182, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .backnumber ul li {
  float: left;
  width: 25%;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 182, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li {
    width: 33.3%;
  }
}
@media (max-width: 600px) {
  /* line 182, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li {
    width: 49%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 499px) {
  /* line 182, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li {
    float: none;
    width: auto;
  }
}
/* line 200, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .backnumber ul li figure {
  max-width: 100%;
  width: 265px;
  overflow: hidden;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 200, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li figure {
    margin: 0 auto;
  }
}
/* line 207, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .backnumber ul li figure img {
  width: 100%;
  padding: 0;
}
/* line 212, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .backnumber ul li figure figcaption {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 212, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li figure figcaption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 680px) {
  /* line 212, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li figure figcaption {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 610px) {
  /* line 212, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li figure figcaption {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 600px) {
  /* line 212, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li figure figcaption {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/* line 227, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .backnumber ul li figure figcaption span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 1100px) {
  /* line 227, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li figure figcaption span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/* line 236, ../sass/_style_hakatabanikki.scss */
.hakatabanikki .backnumber ul li:nth-child(n+5) {
  margin-top: 10px;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 240, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  /* line 245, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 499px) {
  /* line 182, ../sass/_style_hakatabanikki.scss */
  .hakatabanikki .backnumber ul li {
    margin-top: 10px;
  }
}

/*----------------------------------------
	english
----------------------------------------*/
/* line 8, ../sass/_style_english.scss */
.english {
  padding-top: 0;
  width: 100%;
}

/* line 14, ../sass/_style_english.scss */
.secHeadEnglish {
  width: 100%;
  height: 600px;
}
/* line 18, ../sass/_style_english.scss */
.secHeadEnglish h3 {
  padding: 345px 0 40px;
  margin: 0 auto;
  width: 1100px;
  text-align: left;
  color: #FFF;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  z-index: 999;
}
/* line 29, ../sass/_style_english.scss */
.secHeadEnglish p {
  margin: 0 auto;
  width: 1100px;
  text-align: left;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  z-index: 999;
  line-height: 180%;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  /* line 14, ../sass/_style_english.scss */
  .secHeadEnglish {
    height: 500px;
  }
  /* line 43, ../sass/_style_english.scss */
  .secHeadEnglish h3 {
    padding: 280px 20px 20px;
    width: auto;
    font-size: 34px;
    font-size: 2.125rem;
    text-shadow: 1px 1px 1px #000;
  }
  /* line 50, ../sass/_style_english.scss */
  .secHeadEnglish p {
    padding: 0 20px;
    width: auto;
    font-size: 16px;
    font-size: 1rem;
    text-shadow: 1px 1px 1px #000;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 14, ../sass/_style_english.scss */
  .secHeadEnglish {
    height: 450px;
  }
  /* line 62, ../sass/_style_english.scss */
  .secHeadEnglish h3 {
    padding: 180px 20px 20px;
    width: auto;
    font-size: 30px;
    font-size: 1.875rem;
    text-shadow: 1px 1px 1px #000;
  }
  /* line 69, ../sass/_style_english.scss */
  .secHeadEnglish p {
    padding: 0 20px;
    width: auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 140%;
    text-shadow: 1px 1px 1px #000;
  }
}
@media only screen and (max-width: 499px) {
  /* line 14, ../sass/_style_english.scss */
  .secHeadEnglish {
    height: 400px;
  }
  /* line 82, ../sass/_style_english.scss */
  .secHeadEnglish h3 {
    padding: 100px 10px 10px;
    width: auto;
    font-size: 26px;
    font-size: 1.625rem;
    text-shadow: 1px 1px 1px #000;
  }
  /* line 89, ../sass/_style_english.scss */
  .secHeadEnglish p {
    padding: 0 10px;
    width: auto;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 120%;
    text-shadow: 1px 1px 1px #000;
  }
}

/* line 100, ../sass/_style_english.scss */
.wallpaper-container {
  z-index: -1 !important;
}

/* line 105, ../sass/_style_english.scss */
.enContents {
  padding-top: 60px;
  background: #F3F3F3;
}
/* line 109, ../sass/_style_english.scss */
.enContents ul {
  margin: 0 auto;
  padding: 0 0 20px;
  width: 1100px;
}
/* line 115, ../sass/_style_english.scss */
.enContents ul li {
  margin-bottom: 40px;
  width: 530px;
  float: left;
  list-style: none;
  text-align: left;
}
/* line 122, ../sass/_style_english.scss */
.enContents ul li:nth-child(even) {
  margin-left: 40px;
}
/* line 128, ../sass/_style_english.scss */
.enContents figure {
  margin: 0;
}
/* line 131, ../sass/_style_english.scss */
.enContents figure img {
  width: 530px;
  vertical-align: bottom;
}
/* line 137, ../sass/_style_english.scss */
.enContents dl {
  margin: 0;
  padding: 0 30px 20px;
  background: #FFF;
}
/* line 142, ../sass/_style_english.scss */
.enContents dl dt {
  padding: 40px 0 30px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #252C66;
}
/* line 148, ../sass/_style_english.scss */
.enContents dl dd {
  margin: 0;
  color: #666;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  /* line 105, ../sass/_style_english.scss */
  .enContents {
    padding: 60px 20px 0;
  }
  /* line 158, ../sass/_style_english.scss */
  .enContents ul {
    width: auto;
  }
  /* line 161, ../sass/_style_english.scss */
  .enContents ul li {
    margin-left: 0 !important;
    width: 50%;
  }
  /* line 167, ../sass/_style_english.scss */
  .enContents figure {
    margin: 0 10px;
  }
  /* line 391, ../sass/_mixin.scss */
  .enContents figure img {
    width: inherit;
    max-width: 100%;
    height: auto;
  }
  /* line 172, ../sass/_style_english.scss */
  .enContents dl {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 179, ../sass/_style_english.scss */
  .enContents ul {
    margin: 0 10px;
    width: auto;
  }
  /* line 183, ../sass/_style_english.scss */
  .enContents ul li {
    margin-left: 0 !important;
    width: auto;
    float: none;
  }
  /* line 391, ../sass/_mixin.scss */
  .enContents figure img {
    width: inherit;
    max-width: 100%;
    height: auto;
  }
  /* line 194, ../sass/_style_english.scss */
  .enContents dl {
    padding: 0 15px 10px;
  }
  /* line 197, ../sass/_style_english.scss */
  .enContents dl dt {
    padding: 20px 0 15px;
  }
}
@media only screen and (max-width: 499px) {
  /* line 205, ../sass/_style_english.scss */
  .enContents ul {
    margin: 0 10px;
    width: auto;
  }
  /* line 209, ../sass/_style_english.scss */
  .enContents ul li {
    margin-left: 0 !important;
    width: auto;
    float: none;
  }
  /* line 391, ../sass/_mixin.scss */
  .enContents figure img {
    width: inherit;
    max-width: 100%;
    height: auto;
  }
  /* line 220, ../sass/_style_english.scss */
  .enContents dl {
    padding: 0 15px 10px;
  }
  /* line 223, ../sass/_style_english.scss */
  .enContents dl dt {
    padding: 20px 0 15px;
  }
}

/* line 232, ../sass/_style_english.scss */
.enOthers {
  padding-top: 80px;
  margin: 0 auto;
  width: 1100px;
}
/* line 238, ../sass/_style_english.scss */
.enOthers section {
  width: 530px;
  float: left;
  text-align: left;
}
/* line 243, ../sass/_style_english.scss */
.enOthers section h3 {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 60px;
  background: #252C68;
  color: #FFF;
  text-align: center;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  /* line 232, ../sass/_style_english.scss */
  .enOthers {
    width: auto;
  }
  /* line 257, ../sass/_style_english.scss */
  .enOthers section {
    width: 50%;
  }
  /* line 260, ../sass/_style_english.scss */
  .enOthers section h3 {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 232, ../sass/_style_english.scss */
  .enOthers {
    width: auto;
  }
  /* line 270, ../sass/_style_english.scss */
  .enOthers section {
    margin: 0 0 20px !important;
    width: auto;
    float: none;
  }
  /* line 275, ../sass/_style_english.scss */
  .enOthers section h3 {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 499px) {
  /* line 232, ../sass/_style_english.scss */
  .enOthers {
    width: auto;
  }
  /* line 285, ../sass/_style_english.scss */
  .enOthers section {
    margin: 0 0 20px !important;
    width: auto;
    float: none;
  }
  /* line 290, ../sass/_style_english.scss */
  .enOthers section h3 {
    margin: 0 10px;
  }
}

/* line 299, ../sass/_style_english.scss */
.enLink ul {
  margin: 0;
  padding: 30px 30px 10px;
  background: #F3F3F3;
}
/* line 304, ../sass/_style_english.scss */
.enLink ul li {
  padding-bottom: 30px;
  list-style: inside;
  font-size: 18px;
  font-size: 1.125rem;
  color: #252C67;
}
/* line 310, ../sass/_style_english.scss */
.enLink ul li a {
  text-decoration: none;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 318, ../sass/_style_english.scss */
  .enLink ul {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 499px) {
  /* line 325, ../sass/_style_english.scss */
  .enLink ul {
    margin: 0 10px;
  }
}

/* line 332, ../sass/_style_english.scss */
.enAccess {
  margin-left: 40px;
}
/* line 335, ../sass/_style_english.scss */
.enAccess dl {
  margin: 0;
  padding: 30px 30px 10px;
  background: #F3F3F3;
}
/* line 340, ../sass/_style_english.scss */
.enAccess dl dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
/* line 345, ../sass/_style_english.scss */
.enAccess dl dd {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 332, ../sass/_style_english.scss */
  .enAccess {
    margin-left: 0;
  }
  /* line 354, ../sass/_style_english.scss */
  .enAccess dl {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 499px) {
  /* line 332, ../sass/_style_english.scss */
  .enAccess {
    margin-left: 0;
  }
  /* line 363, ../sass/_style_english.scss */
  .enAccess dl {
    margin: 0 10px;
  }
}

/*----------------------------------------
	contact
----------------------------------------*/
/* line 9, ../sass/_style_contact.scss */
.contact table {
  margin: 0 auto;
  width: 850px;
}
/* line 13, ../sass/_style_contact.scss */
.contact table tr {
  border-top: 1px solid #CCC;
}
/* line 16, ../sass/_style_contact.scss */
.contact table tr:first-child {
  border-top: none;
}
/* line 21, ../sass/_style_contact.scss */
.contact table th {
  padding: 40px 20px;
  width: 40%;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  font-weight: normal;
}
/* line 29, ../sass/_style_contact.scss */
.contact table td {
  padding: 40px 20px;
  width: 60%;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 9, ../sass/_style_contact.scss */
  .contact table {
    width: 100%;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 9, ../sass/_style_contact.scss */
  .contact table {
    width: 100%;
  }
  /* line 43, ../sass/_style_contact.scss */
  .contact table tr {
    display: inline;
  }
  /* line 47, ../sass/_style_contact.scss */
  .contact table th {
    padding: 0 0 20px;
    width: 100%;
    display: block;
  }
  /* line 53, ../sass/_style_contact.scss */
  .contact table td {
    padding: 0 0 40px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 499px) {
  /* line 9, ../sass/_style_contact.scss */
  .contact table {
    margin: 0 20px;
    width: auto;
  }
  /* line 64, ../sass/_style_contact.scss */
  .contact table tr {
    display: inline;
  }
  /* line 68, ../sass/_style_contact.scss */
  .contact table th {
    padding: 0 0 20px;
    width: 100%;
    display: block;
  }
  /* line 74, ../sass/_style_contact.scss */
  .contact table td {
    padding: 0 0 40px;
    width: 100%;
    display: block;
  }
}
/* line 83, ../sass/_style_contact.scss */
.contact input {
  width: 80%;
}
/* line 86, ../sass/_style_contact.scss */
.contact input.wpcf7-acceptance {
  width: auto;
}
/* line 90, ../sass/_style_contact.scss */
.contact textarea {
  width: 100%;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 8, ../sass/_style_contact.scss */
  .contact {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 499px) {
  /* line 8, ../sass/_style_contact.scss */
  .contact {
    padding: 80px 0;
  }
}
/* line 103, ../sass/_style_contact.scss */
.contact .container {
  text-align: center;
}

/* line 109, ../sass/_style_contact.scss */
.required {
  margin-left: 10px;
  padding: 3px 8px;
  background: #600;
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
}

/* line 117, ../sass/_style_contact.scss */
#btnSubmit {
  margin: 20px auto 0;
  width: 280px;
  background: #252C68;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  border: none;
  color: #FFF;
  line-height: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 128, ../sass/_style_contact.scss */
#btnSubmit:hover {
  background: #600;
}

/*----------------------------------------
	privacy
----------------------------------------*/
/* line 8, ../sass/_style_privacy.scss */
.privacy {
  text-align: left;
  width: 1100px;
}
/* line 12, ../sass/_style_privacy.scss */
.privacy p {
  margin: 0;
  padding-bottom: 40px;
}
/* line 17, ../sass/_style_privacy.scss */
.privacy ul {
  padding: 0 0 40px 0;
}
/* line 20, ../sass/_style_privacy.scss */
.privacy ul li {
  padding: 0 0 20px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  list-style-position: inside;
}
/* line 29, ../sass/_style_privacy.scss */
.privacy section {
  padding: 0 20px 20px;
}
/* line 32, ../sass/_style_privacy.scss */
.privacy section h3 {
  padding-bottom: 30px;
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  color: #252C67;
}
@media only screen and (max-width: 499px) {
  /* line 29, ../sass/_style_privacy.scss */
  .privacy section {
    padding: 0 0 20px;
  }
  /* line 42, ../sass/_style_privacy.scss */
  .privacy section h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 8, ../sass/_style_privacy.scss */
  .privacy {
    padding: 80px 20px;
    width: auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 8, ../sass/_style_privacy.scss */
  .privacy {
    padding: 60px 20px;
    width: auto;
  }
  /* line 59, ../sass/_style_privacy.scss */
  .privacy p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 64, ../sass/_style_privacy.scss */
  .privacy ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*----------------------------------------
	footer
----------------------------------------*/
/* line 7, ../sass/_style_footer.scss */
.secFacebook {
  width: 100%;
}

/* line 12, ../sass/_style_footer.scss */
.btnFacebook {
  width: 100%;
  text-align: center;
  display: table;
  table-layout: fixed;
}
/* line 18, ../sass/_style_footer.scss */
.btnFacebook a {
  width: 100%;
  height: 180px;
  background: #3B5998;
  display: table-cell;
  color: #FFF;
  text-decoration: none;
  letter-spacing: -1px;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 29, ../sass/_style_footer.scss */
.btnFacebook a:hover {
  background: #252C67;
}
/* line 34, ../sass/_style_footer.scss */
.btnFacebook h3 {
  margin: 0 auto;
  padding-left: 80px;
  width: 430px;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'Istok Web', sans-serif;
  text-align: left;
  color: #FFF;
  position: relative;
}
/* line 44, ../sass/_style_footer.scss */
.btnFacebook h3 span {
  padding-bottom: 8px;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Questrial', sans-serif;
  font-weight: normal;
}
/* line 52, ../sass/_style_footer.scss */
.btnFacebook h3:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: url(../images/common/ico_fb_footer.png);
}
/* line 59, ../sass/_style_footer.scss */
.btnFacebook h3 br {
  display: none;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 66, ../sass/_style_footer.scss */
  .btnFacebook a {
    height: 160px;
  }
  /* line 70, ../sass/_style_footer.scss */
  .btnFacebook h3 {
    width: 400px;
    font-size: 36px;
    font-size: 2.25rem;
  }
  /* line 74, ../sass/_style_footer.scss */
  .btnFacebook h3 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 82, ../sass/_style_footer.scss */
  .btnFacebook a {
    height: 140px;
    letter-spacing: 0;
  }
  /* line 87, ../sass/_style_footer.scss */
  .btnFacebook h3 {
    width: 200px;
    font-size: 26px;
    font-size: 1.625rem;
  }
  /* line 91, ../sass/_style_footer.scss */
  .btnFacebook h3 span {
    padding-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
  /* line 96, ../sass/_style_footer.scss */
  .btnFacebook h3 br {
    display: block;
  }
  /* line 100, ../sass/_style_footer.scss */
  .btnFacebook h3:before {
    top: 4px;
  }
}

/* footer */
/* line 109, ../sass/_style_footer.scss */
footer {
  padding-top: 100px;
  background: #EEE;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 109, ../sass/_style_footer.scss */
  footer {
    padding-top: 0;
    position: relative;
    z-index: 999;
  }
}
@media only screen and (max-width: 499px) {
  /* line 109, ../sass/_style_footer.scss */
  footer {
    padding-top: 0;
    position: relative;
    z-index: 999;
  }
}
/* line 125, ../sass/_style_footer.scss */
footer nav {
  padding: 26px 0 70px;
  border-top: 1px solid #CCC;
}
/* line 129, ../sass/_style_footer.scss */
footer nav h2 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 52px;
  cursor: pointer;
  text-align: center;
  display: none;
}
/* line 138, ../sass/_style_footer.scss */
footer nav ul {
  padding: 0;
  text-align: center;
}
/* line 143, ../sass/_style_footer.scss */
footer nav ul li {
  margin-left: 36px;
  display: inline-block;
  list-style: none;
}
/* line 148, ../sass/_style_footer.scss */
footer nav ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  color: #333;
}
/* line 153, ../sass/_style_footer.scss */
footer nav ul li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 788px) and (max-width: 1118px) {
  /* line 161, ../sass/_style_footer.scss */
  footer nav ul {
    margin: 0;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 125, ../sass/_style_footer.scss */
  footer nav {
    padding: 0;
    border-bottom: 1px solid #CCC;
  }
  /* line 171, ../sass/_style_footer.scss */
  footer nav h2 {
    display: block;
  }
  /* line 175, ../sass/_style_footer.scss */
  footer nav ul {
    margin: 0;
    width: 100%;
    display: none;
  }
  /* line 180, ../sass/_style_footer.scss */
  footer nav ul li {
    margin: 0;
    width: 100%;
    float: none;
    border-top: 1px solid #CCC;
    text-align: left;
    text-indent: 10px;
  }
  /* line 188, ../sass/_style_footer.scss */
  footer nav ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 46px;
    display: block;
    position: relative;
  }
  /* line 194, ../sass/_style_footer.scss */
  footer nav ul li a:after {
    content: "\f105";
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  /* line 203, ../sass/_style_footer.scss */
  footer nav ul li a:hover {
    background: #FFF;
  }
}
@media only screen and (max-width: 499px) {
  /* line 125, ../sass/_style_footer.scss */
  footer nav {
    padding: 0;
    border-bottom: 1px solid #CCC;
  }
  /* line 216, ../sass/_style_footer.scss */
  footer nav h2 {
    display: block;
  }
  /* line 220, ../sass/_style_footer.scss */
  footer nav ul {
    margin: 0;
    width: 100%;
    display: none;
  }
  /* line 225, ../sass/_style_footer.scss */
  footer nav ul li {
    margin: 0;
    width: 100%;
    float: none;
    border-top: 1px solid #CCC;
    text-align: left;
    text-indent: 10px;
  }
  /* line 233, ../sass/_style_footer.scss */
  footer nav ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 46px;
    display: block;
    position: relative;
  }
  /* line 239, ../sass/_style_footer.scss */
  footer nav ul li a:after {
    content: "\f105";
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  /* line 248, ../sass/_style_footer.scss */
  footer nav ul li a:hover {
    background: #FFF;
  }
}

/* line 259, ../sass/_style_footer.scss */
.pagetop {
  margin: 0;
  width: 50px;
  height: 50px;
  background: url(../images/common/bg_black80.png);
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}
/* line 269, ../sass/_style_footer.scss */
.pagetop:before {
  margin-top: 10px;
  display: block;
  content: "\f106";
  font-family: 'FontAwesome', sans-serif;
  color: #FFF;
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute;
  top: 0;
  left: 13px;
  z-index: -1;
}
/* line 282, ../sass/_style_footer.scss */
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  color: #FFF;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 499px) {
  /* line 259, ../sass/_style_footer.scss */
  .pagetop {
    right: 10px;
  }
}

/* line 298, ../sass/_style_footer.scss */
.logoFooter {
  margin: 0;
  padding-bottom: 74px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
/* line 304, ../sass/_style_footer.scss */
.logoFooter span {
  padding-bottom: 5px;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Questrial', sans-serif;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  /* line 298, ../sass/_style_footer.scss */
  .logoFooter {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 499px) {
  /* line 298, ../sass/_style_footer.scss */
  .logoFooter {
    padding: 30px 0;
  }
}

/* line 323, ../sass/_style_footer.scss */
.copy {
  margin: 0;
  width: 100%;
  background: #333;
}
/* line 328, ../sass/_style_footer.scss */
.copy small {
  display: block;
  line-height: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
}
@media only screen and (max-width: 499px) {
  /* line 328, ../sass/_style_footer.scss */
  .copy small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

/*----------------------------------------
	404
----------------------------------------*/
/* line 10, ../sass/_style_404.scss */
.notFound {
  width: 1100px;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 10, ../sass/_style_404.scss */
  .notFound {
    padding: 0 20px;
    width: auto;
  }
}
@media only screen and (max-width: 499px) {
  /* line 10, ../sass/_style_404.scss */
  .notFound {
    padding: 0 10px;
    width: auto;
  }
}

/* line 25, ../sass/_style_404.scss */
.error404 {
  padding: 100px 0 120px;
  text-align: left;
}
/* line 29, ../sass/_style_404.scss */
.error404 h3 {
  padding-bottom: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 120%;
}
/* line 34, ../sass/_style_404.scss */
.error404 h3 + p {
  padding-bottom: 60px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 41, ../sass/_style_404.scss */
.error404 p {
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 500px) and (max-width: 1118px) {
  /* line 25, ../sass/_style_404.scss */
  .error404 {
    padding: 60px 0;
  }
  /* line 50, ../sass/_style_404.scss */
  .error404 h3 {
    padding-bottom: 30px;
    font-size: 34px;
    font-size: 2.125rem;
  }
  /* line 54, ../sass/_style_404.scss */
  .error404 h3 + p {
    padding-bottom: 40px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  /* line 61, ../sass/_style_404.scss */
  .error404 p {
    padding-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 499px) {
  /* line 25, ../sass/_style_404.scss */
  .error404 {
    padding: 40px 0;
  }
  /* line 71, ../sass/_style_404.scss */
  .error404 h3 {
    padding-bottom: 10px;
    font-size: 28px;
    font-size: 1.75rem;
  }
  /* line 75, ../sass/_style_404.scss */
  .error404 h3 + p {
    padding-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  /* line 82, ../sass/_style_404.scss */
  .error404 p {
    padding-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 86, ../sass/_style_404.scss */
  .error404 p span {
    display: block;
  }
}
