@charset "UTF-8";
/* CSS Document */
@media (min-width: 1000px) {
  .repc {
    display: block;
  }
  .resp {
    display: none !important;
  }
  img.repc {
    display: inline-block;
  }
  html {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .repc {
    display: none !important;
  }
  .resp {
    display: block;
  }
  img.resp {
    display: inline-block;
  }
  html {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .cont_sp {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (max-width: 1000px) {
  .inner_sp {
    padding: 10px !important;
  }
}

.font_b {
  color: #000 !important;
}

.font_c {
  color: #d45404 !important;
}

.scr_section {
  margin-top: -80px;
  padding-top: 100px;
}
@media (max-width: 1000px) {
  .scr_section {
    padding-top: 20%;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  background-color: #fffbf2;
  background-image: url("../images/common/bg_l.png"), url("../images/common/bg_r.png");
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #3c1a01;
}
@media (max-width: 1000px) {
  body {
    background-size: 40%, 40%;
  }
}

a,
a:visited {
  text-decoration: none;
  color: #3c1a01;
}

a {
  display: block;
}

.ha:hover {
  animation: hoveranime 0.4s ease-out forwards;
}

@keyframes hoveranime {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
.ha2:hover {
  animation: hoveranime2 0.4s ease-out forwards;
}

@keyframes hoveranime2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
img {
  vertical-align: bottom;
}

.btn_l {
  text-align: center;
  margin-bottom: 20px;
}
.btn_l a {
  display: inline-block;
  width: 80%;
  max-width: 350px;
  background: #ff914c;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 0px 5px 0px #ce6a24;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

header h1 {
  width: 100%;
  max-width: 469px;
  margin: auto;
  padding-top: 50px;
  text-align: center;
}
header h1 img {
  width: 91%;
}
header nav {
  background: url(../images/common/nav_bg.png) no-repeat center center;
  margin-top: 45px;
}
header nav ul {
  width: 100%;
  max-width: 1000px;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}
header nav ul li {
  display: inline-block;
  padding: 0 17px;
  padding-top: 60px;
  margin-top: -60px;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 40;
}
header nav ul li.serch {
  background-image: url(../images/common/neko_01.png);
}
header nav ul li.news {
  background-image: url(../images/common/neko_02.png);
}
header nav ul li.bookstore {
  background-image: url(../images/common/neko_03.png);
}
header nav ul li.faq {
  background-image: url(../images/common/neko_04.png);
}
header nav ul li.contact {
  background-image: url(../images/common/neko_05.png);
}
header nav ul li:hover {
  background-position: center top;
}
header nav ul li:hover img {
  cursor: pointer;
}
@media (max-width: 1000px) {
  header nav ul li {
    background-image: none !important;
  }
}
@media (max-width: 1000px) {
  header nav {
    display: none;
  }
}
header nav .serch {
  position: relative;
}
@media (max-width: 1000px) {
  header nav .serch {
    width: 100%;
    text-align: center;
  }
}
header nav .serch .serch_sub {
  z-index: 30;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  header nav .serch .serch_sub {
    position: absolute;
    display: none;
    left: 9px;
    top: 140px;
  }
}
header nav .serch .serch_sub ul {
  position: relative;
  width: auto;
  border: 5px solid #3d1a00;
  background: #ffd6b9;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border-radius: 50px;
  padding: 0 20px;
  box-shadow: 0 5px 0 #3d1a00;
}
header nav .serch .serch_sub ul li {
  white-space: nowrap;
}
header nav .serch .serch_sub ul li:hover {
  cursor: pointer;
}
header nav .serch .serch_sub ul li a {
  margin: 15px 5px;
  font-size: 16px;
  padding: 5px 2px;
}
header nav .serch .serch_sub ul li a:hover {
  background: linear-gradient(transparent 60%, #ff9f5c 0%);
  font-weight: bold;
}
header nav .serch .serch_sub ul:after, header nav .serch .serch_sub ul:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 8%;
}
header nav .serch .serch_sub ul:after {
  border-color: rgba(255, 214, 185, 0);
  border-top-width: 25px;
  border-bottom-width: 25px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: #FFD6B9;
}
header nav .serch .serch_sub ul:before {
  border-color: rgba(61, 26, 0, 0);
  border-top-width: 37px;
  border-bottom-width: 33px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  margin-bottom: 5px;
  border-bottom-color: #3D1A00;
}
header nav.headerfix {
  top: -250px;
  position: fixed;
  height: 90px;
  background: url(../images/common/bg_headerfix.png) repeat-x center bottom;
  left: 0;
  transition: all 1s;
  width: 100%;
  z-index: 300;
  margin-top: 0;
  margin-right: -100px;
}
header nav.headerfix h1 {
  padding-top: 10px;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
header nav.headerfix h1 img {
  width: 246px;
}
header nav.headerfix ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: -15px;
}
header nav.headerfix li {
  padding: 25px 0px 0;
  background-image: none !important;
  margin-right: 20px;
}
header nav.headerfix li img {
  width: 76px;
}
header nav.headerfix li .serch_sub {
  left: -18px;
  top: 105px;
}
header nav.headerfix li .serch_sub li {
  padding: 0 10px;
  padding-top: 60px;
}
header nav.headerfix li .serch_sub li a {
  margin: 10px 5px;
}
header nav.headerfix .logo_f {
  width: 270px;
  padding-left: 0;
  padding-top: 20px;
}
header nav.headerfix .logo_f img {
  width: 90%;
  transform: scale(1);
}
header nav.headerfix .logo_f .ico {
  width: 9%;
  margin-left: 1%;
}
header nav.headerfix .img_neko {
  position: absolute;
  left: calc(50% - 590px);
  top: 73px;
  animation: neko1 2s alternate infinite ease-in-out;
  transform-origin: center top;
}
@keyframes neko1 {
  0% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(6deg);
  }
}
@media (max-width: 1000px) {
  header nav {
    display: none;
    position: fixed;
    left: 0 !important;
    top: 0;
    height: 100%;
    background: #fcf9f4;
    z-index: 120;
    margin-top: 0;
  }
  header nav ul {
    flex-wrap: wrap;
    padding-top: 0;
  }
  header nav li {
    text-align: center;
    padding: 20px 0 0 !important;
    width: 40%;
    height: auto;
    margin-top: 0 !important;
  }
  header nav .serch_sub {
    z-index: 30;
    padding-top: 30px;
    width: 90%;
    margin: auto;
  }
  header nav .serch_sub ul {
    display: flex;
    flex-flow: row wrap !important;
    justify-content: center;
    border-radius: 20px !important;
    padding: 0 5px;
    box-shadow: 0 5px 0 #3d1a00;
  }
  header nav .serch_sub ul li {
    width: 49%;
    padding: 0 !important;
  }
  header nav .serch_sub ul li a {
    margin: 10px 5px !important;
    font-size: 16px;
    padding: 5px 2px;
  }
  header nav .serch_sub ul:after, header nav .serch_sub ul:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 50% !important;
  }
  header nav .serch_sub ul:after {
    border-color: rgba(255, 214, 185, 0);
    border-top-width: 25px;
    border-bottom-width: 25px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #FFD6B9;
  }
  header nav .serch_sub ul:before {
    border-color: rgba(61, 26, 0, 0);
    border-top-width: 37px;
    border-bottom-width: 33px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
    margin-bottom: 5px;
    border-bottom-color: #3D1A00;
  }
}
header .btn_close {
  display: none;
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 130;
}
header .btn_close img {
  height: 33px;
}
header .btn_nav {
  position: fixed;
  right: 11px;
  top: 10px;
  z-index: 110;
}

#contents {
  width: 95%;
  max-width: 1090px;
  margin: 20px auto 0;
}
#contents section {
  width: 98%;
  margin: auto;
  max-width: 1090px;
  margin-bottom: 70px;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  #contents section {
    margin-bottom: 40px;
  }
}
#contents section .box {
  background: url(../images/common/bg_boxl.png) repeat;
  padding: 24px;
  position: relative;
  border: 6px solid #000;
  border-radius: 7px;
}
@media (max-width: 1000px) {
  #contents section .box {
    padding: 10px;
  }
}
#contents section .box:before {
  position: absolute;
  left: 15px;
  top: 15px;
  background: url(../images/common/bg_boxs.png) repeat;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 7px;
  z-index: -2;
}
#contents section .box .box_inner {
  background: #fff;
  padding: 10px 20px;
}
@media (max-width: 1000px) {
  #contents section .box .box_inner {
    padding: 10px;
  }
}
#contents section .text {
  line-height: 1.5rem;
}

footer {
  padding-bottom: 260px;
  position: relative;
}
@media (max-width: 1000px) {
  footer {
    padding-bottom: 35%;
  }
}
footer:after {
  position: absolute;
  bottom: 0;
  content: "";
  background: url("../images/common/bg_bottom.png") no-repeat center bottom;
  width: 100%;
  height: 700px;
  z-index: 30;
}
@media (max-width: 1000px) {
  footer:after {
    background-size: 140%;
    height: 300px;
  }
}

#sns {
  margin: 50px auto;
}
@media (max-width: 1000px) {
  #sns {
    margin: 0;
  }
}
#sns ul {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#sns ul li {
  padding: 20px;
}
#sns ul li a {
  transition: all 0.4s;
  margin-top: 10px;
}

.company {
  background: #fff;
  padding: 30px 0 50px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
}
.company .box_company {
  z-index: 50;
  position: relative;
}
.company .box_company h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .company .box_company h2 {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .company .box_company p {
    font-size: 14px;
    line-height: 18px;
  }
}
.company .box_company dl {
  font-size: 16px;
}
@media (max-width: 1000px) {
  .company .box_company dl {
    font-size: 12px;
  }
}
.company .box_company dt {
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .company .box_company dt {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .company .box_company dd {
    line-height: 16px;
  }
}
.company .box_company ul {
  margin-bottom: -45px;
}
@media (min-width: 1000px) {
  .company .box_company ul {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .company .box_company ul {
    margin-top: 20px;
    border-top: 1px solid #ffd6ba;
  }
}
.company .box_company ul li {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .company .box_company ul li {
    border-top: 1px solid #ffd6ba;
    margin-top: 20px;
    padding-top: 10px;
  }
}
.company .box_company ul li:last-child a:after {
  content: "";
}
.company .box_company ul li a {
  padding: 10px;
}
.company .box_company ul li a:hover {
  color: #ff914c;
}
@media (min-width: 1000px) {
  .company .box_company ul li a:after {
    content: "　｜";
  }
}

.copy {
  padding-bottom: 70px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  z-index: 60;
  width: 100%;
  line-height: 20px;
}
@media (max-width: 1000px) {
  .copy {
    padding-bottom: 0;
    bottom: auto;
    font-size: 12px;
    padding: 0 20%;
    margin-top: 20px;
  }
}

.btn_top {
  position: fixed;
  right: calc(50% - 625px);
  bottom: 50px;
  transition: all 0.8s;
  transform: scale(1);
  margin-right: -500px;
  margin-bottom: -200px;
  z-index: 115;
}
@media (min-width: 1000px) {
  .btn_top:hover {
    animation: btntop 0.3s alternate infinite ease-in-out;
    cursor: pointer;
  }
}
@keyframes btntop {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 65px;
  }
}
@media (max-width: 1000px) {
  .btn_top {
    margin-right: 0;
    bottom: 10px;
    right: 5px;
    border: 0;
  }
}/*# sourceMappingURL=common.css.map */