@charset "utf-8";
/**
 * ブラウザリセット
**/
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse ;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
a img,
iframe {
  border: none;
}
a img:hover {
  opacity: .5;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  a img:hover {
    opacity: 1;
  }
}
ol,
ul,
li {
  list-style: none;
}
table {
  width: 100%;
}
th,
td {
  padding: 5px;
}
p {
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
p:last-of-type {
  margin-bottom: 0;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
.btn_reset {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
select {
  margin: inherit;
}
.moz05 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.moz10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.moz15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.shadow00 {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.shadow03 {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.shadow10 {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
}
.color_a_hover {
  color: #80b44b;
}
.arrow01 {
  padding-left: 15px;
  background: url("../images/common/arrow01.png") left center no-repeat;
}
.arrow02 {
  padding-left: 15px;
  background: url("../images/common/arrow02.png") left center no-repeat;
}
.justify {
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.gradient_top_bottom {
  /* Old browsers */
  background-color: #000000;
  /* FF3.6-15 */
  background: -moz-linear-gradient(bottom, #000000 100%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(bottom, #000000 100%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, #000000 100%, rgba(0, 0, 0, 0) 100%);
  background: -prefix-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(bottom, #000000 100%, rgba(0, 0, 0, 0) 100%);
  /* IE6-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(StartColorStr=@start_color1,EndColorStr=@end_color1,GradientType=1)";
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#000000, EndColorStr=rgba(0, 0, 0, 0), GradientType=1);
}
.gradient_left_right {
  /* Old browsers */
  background-color: #000000;
  /* FF3.6-15 */
  background: -moz-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -prefix-linear-gradient(right, #000000, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(right, #000000, rgba(0, 0, 0, 0) 100%);
  /* IE6-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(StartColorStr=@start_color1,EndColorStr=@end_color1,GradientType=1)";
  filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#000000, EndColorStr=rgba(0, 0, 0, 0), GradientType=1);
}
.serif,
.h1 h1,
footer .infooter section.address div p:nth-of-type(1),
#e404 h1 {
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.sans,
*,
footer .infooter section.address div:nth-of-type(3) p {
  font-family: '游ゴシック', 'Yu Gothic', 'Lucida Grande', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif';
}
.marugo {
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
.tsukushi_a {
  font-family: "UD デジタル 教科書体 NP-R", "UD Digi Kyokasho NP-R", "Tsukushi A Round Gothic", "筑紫A丸ゴシック";
}
* {
  font-size: 16px;
  line-height: 16px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  * {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.clearfix,
header:after,
header #inheader #menus #menu .sp ul:before,
header #inheader #menus #menu .sp ul:after,
.contents .incontents:after,
footer:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  display: none;
}
a {
  color: #333333;
}
a:hover {
  color: #999;
  cursor: pointer;
}
.stripe {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 20px;
  padding-left: 30px;
  background-image: url("../images/common/icon_stripe.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top 3px left;
}
ul.circle01 li {
  padding-left: 20px;
  background-image: url("../images/common/icon_circle01.png");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: top 3px left;
}
.pc {
  display: initial!important;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .sp {
    display: initial!important;
  }
}
/** ベース設計 **/
body {
  -webkit-text-size-adjust: 100%;
  min-width: 980px;
  background-color: #000000;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  body {
    min-width: 100%!important;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: url("../images/common/head_gradient.png") repeat-x bottom center;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header {
    width: 100%;
    position: fixed;
    z-index: 1000;
  }
}
header #inheader {
  width: 980px;
  margin: auto;
  padding: 0;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #inheader {
    width: 100%!important;
    padding: 5px;
    height: 70px;
  }
}
@media all and (min-width: 0px) and (max-width: 812px) and (orientation: landscape) {
  header #inheader {
    /* 横向き */
    padding: 10px;
    height: 70px;
  }
}
header #inheader #title {
  width: 360px;
  padding: 10px 0;
  display: inline-block;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #inheader #title {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    height: initial;
    z-index: 10000;
  }
}
@media all and (min-width: 0px) and (max-width: 812px) and (orientation: landscape) {
  header #inheader #title {
    /* 横向き */
    width: 30%;
  }
}
header #inheader #title a {
  display: block;
  text-align: center;
}
header #inheader #title a img {
  width: 100%;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #inheader #title a img {
    padding: 10px 0;
  }
}
header #inheader #menus {
  width: 500px;
  display: inline-block;
  float: right;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #inheader #menus {
    width: initial;
  }
}
header #inheader #menus #menu {
  width: 100%;
  margin: auto;
  clear: both;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #inheader #menus #menu {
    width: 100%!important;
    height: initial;
  }
}
header #inheader #menus #menu ul > li {
  display: inline-block;
  width: 16.65%;
}
header #inheader #menus #menu ul > li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
  font-size: 0.8rem;
}
header #inheader #menus #menu ul > li.active a,
header #inheader #menus #menu ul > li:hover a {
  opacity: 1;
  color: #e62800;
}
header #inheader #menus #menu .sp #navi {
  position: absolute;
  width: 50px;
  top: 5px;
  right: 5px;
  overflow-y: none;
  z-index: 10000;
}
@media all and (min-width: 812px) and (max-width: 1150px) {
  header #inheader #menus #menu .sp #navi {
    position: absolute;
    top: 5px;
    left: 1090px;
  }
}
header #inheader #menus #menu .sp #navi span {
  background-color: #e6461e;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
  height: 8px;
}
header #inheader #menus #menu .sp #navi span:nth-child(1) {
  transform-origin: center center;
  transform: translateY(50%) rotate(180deg);
  top: 5px;
}
header #inheader #menus #menu .sp #navi span:nth-child(2) {
  transform-origin: center center;
  transform: translateY(0) rotate(0deg);
  top: 25px;
}
header #inheader #menus #menu .sp #navi span:nth-child(3) {
  transform-origin: center center;
  transform: translateY(-10px) rotate(0deg);
  top: 51px;
}
header #inheader #menus #menu .sp #navi.open span {
  top: 25px;
  background-color: #e6461e;
}
header #inheader #menus #menu .sp #navi.open span:nth-child(1) {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
header #inheader #menus #menu .sp #navi.open span:nth-child(2) {
  display: none;
}
header #inheader #menus #menu .sp #navi.open span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header #inheader #menus #menu .sp ul {
  display: none;
  background-color: rgba(80, 80, 80, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 0% 5%;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  header #inheader #menus #menu .sp ul {
    overflow-y: scroll;
    max-height: 100%;
  }
}
header #inheader #menus #menu .sp ul:before {
  height: 60px;
}
header #inheader #menus #menu .sp ul:after {
  height: 50px;
}
header #inheader #menus #menu .sp ul > li {
  width: 100%;
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  height: initial;
}
header #inheader #menus #menu .sp ul > li a {
  text-align: center;
  color: white;
  font-size: 1rem;
  display: block;
  text-decoration: none;
  padding: 2%;
  border-right: initial;
}
header #inheader #menus #menu .sp ul > li a img {
  width: 60%;
  display: block;
  border-bottom: solid 5px rgba(243, 164, 50, 0);
  margin: auto;
}
@media all and (min-width: 0px) and (max-width: 812px) and (orientation: landscape) {
  header #inheader #menus #menu .sp ul > li a img {
    /* 横向き */
    width: 30%;
  }
}
header #inheader #menus #menu .sp ul > li:nth-of-type(4) a {
  line-height: 60px;
}
header #inheader #menus #menu .sp ul > li.active a,
header #inheader #menus #menu .sp ul > li:hover a {
  border-bottom: none;
}
header #inheader #menus #menu .sp ul > li.active a::after,
header #inheader #menus #menu .sp ul > li:hover a::after {
  visibility: hidden;
}
header #inheader #menus #menu .sp ul > li > ol {
  text-align: left;
  clear: both;
  margin-left: 10vw;
  margin-bottom: 2vh;
}
header #inheader #menus #menu .sp ul > li > ol > li {
  width: 100% !important;
  line-height: 180%;
}
header #inheader #menus #menu .sp ul > li > ol > li > a {
  border: none !important;
}
.contents {
  padding: 50px 0;
  background-color: #ffffff;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .contents {
    padding: 20px 0;
  }
}
.contents.black {
  background-color: #000000;
}
.contents .incontents {
  margin: auto;
  width: 620px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .contents .incontents {
    width: 92%!important;
    min-width: 92%!important;
    padding: 20px 0;
  }
}
.h1 {
  width: 100%;
  color: #ffffff;
  line-height: 280px;
}
@media all and (min-width: 0px) and (max-width: 812px) and (orientation: landscape) {
  .h1 {
    /* 横向き */
    background-size: 150%!important;
  }
}
.h1 #pankuzu {
  position: relative;
  top: 60px;
  left: 0;
  z-index: 100;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .h1 #pankuzu {
    padding: 10px;
    top: 100px;
  }
}
@media all and (min-width: 0px) and (max-width: 812px) and (orientation: landscape) {
  .h1 #pankuzu {
    /* 横向き */
    top: 50px;
  }
}
.h1 #pankuzu div {
  width: 980px;
  margin: auto;
  font-size: 0.8rem;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .h1 #pankuzu div {
    width: 100%;
  }
}
.h1 #pankuzu div a {
  color: #ffffff;
  font-size: 0.8rem;
}
.h1 h1 {
  height: 280px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3rem;
  width: 980px;
  margin: auto;
  position: relative;
  top: 100px;
}
.h1 h1 span {
  font-size: 0.8rem;
  display: block;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .h1 h1 {
    padding: 10px;
    width: 100%;
  }
}
@media all and (min-width: 0px) and (max-width: 812px) and (orientation: landscape) {
  .h1 h1 {
    /* 横向き */
    top: 40px;
    height: 150px;
    font-size: 1.5rem;
  }
}
.navitop {
  width: 50px;
  position: fixed;
  bottom: 10%;
  right: 10%;
  z-index: 1000;
}
.navitop img {
  padding: 10%;
  width: 100%;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  .navitop img {
    bottom: 2%;
    right: 2%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 50px;
  }
}
.navitop img:hover {
  cursor: pointer;
}
footer {
  padding-top: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 40px 0;
}
footer .infooter {
  width: 942px;
  margin: auto;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  footer .infooter {
    width: 100%;
  }
}
footer .infooter section.address {
  width: 50%;
  float: left;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  footer .infooter section.address {
    width: 100%;
    float: initial;
  }
}
@media all and (min-width: 0px) and (max-width: 812px) {
  footer .infooter section.address div {
    padding: 10px;
  }
}
footer .infooter section.address div p {
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 20px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  footer .infooter section.address div p a {
    color: #ffffff;
  }
}
footer .infooter section.address div p:nth-of-type(1) {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  margin: initial;
}
footer .infooter section.address div:nth-of-type(3) p {
  font-size: 0.8rem;
  font-weight: initial;
}
footer .infooter section.menu {
  width: 50%;
  float: right;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  footer .infooter section.menu {
    width: 100%;
    float: initial;
  }
}
footer .infooter section.menu ul li {
  display: inline-block;
}
footer .infooter section.menu ul li a {
  font-size: 0.8rem;
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
}
#e404 h1 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 100px;
}
@media all and (min-width: 0px) and (max-width: 812px) {
  #e404 h1 {
    font-size: 1.2rem;
  }
}
#e404 .contents .incontents {
  width: 620px;
}
@media all and (min-device-width: 0px) and (max-device-width: 812px) {
  #e404 .contents .incontents {
    width: 96%;
  }
}
#e404 .contents .incontents section > p {
  border: solid 1px #ccc;
  background-color: white;
  text-align: center;
  margin-bottom: 3rem;
  padding: 100px 0;
}
