@charset "utf-8";
/* CSS Document */
/*----------------------
	デフォルトスタイル
-----------------------*/
body, p, h1, h2, h3, h4, h5, h6, span, small, strong, div, ul, li, dl, dd, figure, img, header, footer, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
}
li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
div {
  vertical-align: bottom;
}
.wrapper {}
.top {
    background-image: url(../img/01bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .top {
    background-image: none;
  }
}
.top2 {
    background-image: url(../img/prfbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .top2 {
    background-image: none;
  }
}
.top3 {
  background-image: url("../img/form01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .top3 {
    background-image: none;
  }
}
.prf {
  background-image: url("../img/prf.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .prf {
    background-image: none;
  }
}
.komida {
    background-image: url(../img/komidashibg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.prfbg {
  background-image: url("../img/prfbg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
  width: 100%;
}
.tbg01 {
  background-image: url("../img/tbg01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
  width: 100%;
}
.tbg02 {
  background-image: url("../img/tbg02.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
  width: 100%;
}
.tbg03 {
  background-image: url("../img/tbg03.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
  width: 100%;
}
.cbg03 {
  background-image: url("../img/komi03bg.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  /* [disabled]background-size: cover; */ /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .cbg03 {
    background-image: url("../img/komi03bgsm.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    /* [disabled]background-size: cover; */ /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
    width: 100%;
  }
}
.cbg04 {
  /* [disabled]background-image: url("../img/komi04bg.jpg"); */
  /* [disabled]background-position: right top; */
  /* [disabled]background-repeat: no-repeat; */
  /* [disabled]background-size: cover; */ /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
  /* [disabled]width: 100%; */
}
@media only screen and (max-width: 750px) {
  .cbg04 {
    background-image: url("../img/komi04bgsm.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    /* [disabled]background-size: cover; */ /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .sp {
    width: 70%;
  }
}
.contents {
  padding: 0px;
  width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.contents p {
  /* [disabled]padding: 0 10px; */
  line-height: 2em;
}
.contents2 {
  padding: 0px;
  width: 700px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.contents2 p {
  /* [disabled]padding: 0 10px; */
  line-height: 2em;
}
@media only screen and (max-width: 750px) {
  .contents {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .contents p {
    /* [disabled]padding: 0 10px; */
    line-height: 2em;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 750px) {
  .contents2 {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .contents2 p {
    /* [disabled]padding: 0 10px; */
    line-height: 2em;
    padding: 0 10px;
  }
}
.text {
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .text {
    width: 100%;
    margin: 0 auto;
  }
}
.text2 p {
  line-height: 1.5em;
  width: 80%;
  /* [disabled]margin-top: 10px; */
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  font-size: 80%;
}
@media only screen and (max-width: 750px) {
  .text2 p {
    line-height: 1.5em;
    width: 90%;
    /* [disabled]margin-top: 10px; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 80%;
  }
}
a:hover img.overwhite {
  cursor: pointer;
  filter: alpha(opacity=60); /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* ie 8 */
  -moz-opacity: 0.6; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6; /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
}
.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  /* [disabled]border: 10px solid #FFF; */
  margin-left: auto;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.form {
    background-image: url(../img/formbg.jpg);
    background-position: center top; /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* [disabled]background-attachment: fixed; */ /* 背景画像の位置を固定し、スクロールしても動かないようにする */
    /* [disabled]background-size: cover; */ /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
}
@media only screen and (max-width: 750px) {
  .form {
    background-image: none;
  }
}

form {
  /* [disabled]width: 80%; */
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  form {
    width: 90%;
    margin: 0 auto;
  }
}
.formbg {
  background-image: url(../img/formbg.jpg);
  background-position: center top; /* 画像を常に天地左右の中央に配置 */
  background-repeat: repeat-x;
  /* [disabled]background-attachment: fixed; */ /* 背景画像の位置を固定し、スクロールしても動かないようにする */
  /* [disabled]background-size: cover; */ /*縦横比を保持したまま、背景領域を覆う最小サイズになるように画像を拡大縮小する */
}
.f_t {
  border: 1px solid #000;
  padding: 10px;
  width: 680px;
  margin: 0 auto;
  font-size: 20px;
}
.f_t2 {
  border: 1px solid #000;
  padding: 10px;
  width: 680px;
  margin: 1em auto 0;
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  .f_t {
    border: 1px solid #000;
    padding: 5%;
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
  }
  .f_t2 {
    border: 1px solid #000;
    padding: 5%;
    width: 90%;
    margin: 1em auto 0;
    font-size: 20px;
  }
}
.btn {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
}
.puru {
  animation-duration: 1.4s;
  animation-name: purupuru;
  animation-iteration-count: infinite;
}
@keyframes purupuru {
  0% {
    transform: translateX(0)
  }
  7% {
    transform: translateX(-10px)
  }
  14% {
    transform: translateX(10px)
  }
  20% {
    transform: translateX(-10px)
  }
  32% {
    transform: translateX(10px)
  }
  40% {
    transform: translateX(0px)
  }
}
.book {
  background-image: url("../img/book.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .book {
    background-image: none;
  }
}
.ngr {
  background-image: url("../img/ngr.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .book {
    background-image: none;
  }
}
.ft01 {
  background-color: #FFE74B;
  font-weight: bold;
}
.ft02 {
  font-weight: bold;
  color: #FF292C;
}
.ft03 {
  font-weight: bold;
  text-decoration: underline;
}
table {
  border-collapse: collapse;
  width: 100%;
}
.tb01 th, .tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  /* [disabled]text-align: left; */
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
}
.tb01 th {
    background-color: #00C097;
    color: #fff;
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th, table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}
