@charset "UTF-8";

@font-face {
  src: url("fonts/F5AJCHR8_02.eot"), url("fonts/F5AJCHR8_02.ttf"), url("fonts/F5AJCHR8_02.woff");
  font-family: "def";
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal;
}

*::before,
*::after {
  display: inline-block;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body,
form input,
select,
textarea {
  color: #3f1f10;
  font-family: "def";
  line-height: 1;
}

main {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a {
  display: block;
  text-decoration: none;
}

a:link,
a:visited {
  color: inherit;
}

a:hover {
  color: #f00;
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
}

ul,
ol,
li {
  list-style-type: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.clear {
  float: none !important;
  clear: both;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.ofh {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fs0 {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}

.dib {
  display: inline-block;
  vertical-align: middle;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.cl-wh {
  color: #fff;
}

.bg-ye {
  background: url("images/bg01.jpg");
}

.bg-br {
  background: url("images/bg02.jpg");
}

.bgc-br {
  background: #a26236;
}

.bgc-bl {
  background: #40b7fb;
}

.bgc-pi {
  background: #ff75a6;
}

.bgc-be {
  background: #ffe5b8;
}

.card {
  background: url("images/leaf_bg.png") no-repeat bottom, url("images/wood_bg_L.jpg");
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.h1 {
  background: url("images/h1_bg.jpg") repeat-x;
  line-height: 30px;
}

#header {
  overflow: hidden;
}

#header .contents {
  background: url("images/main_bg.jpg") no-repeat;
  background-size: cover;
}

#header .contents > .inner {
  height: 640px;
}

.logo {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.desc {
  -webkit-text-stroke-color: #3f1f10;
  -webkit-text-stroke-width: 1px;
  -webkit-transform: translateX(-50%);
  z-index: 2;
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-size: 24px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-shadow: -1px -1px #3f1f10, 1px -1px #3f1f10, -1px 1px #3f1f10, 1px 1px #3f1f10;
}

.banner {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 40px 78px;
}

.slider {
  width: 600px;
}

.movie {
  position: absolute;
  bottom: 30px;
  left: 34px;
  width: 540px;
  height: 326px;
  padding: 20px;
  background: url("images/movie_bg.jpg");
}

.movie iframe {
  width: 100%;
  height: 100%;
}

.chara {
  right: 0;
  bottom: 0;
}

#header .chara {
  z-index: 1;
}

#header .chara .fukidashi {
  top: 0;
  right: 0;
}

.header-nav {
  height: 80px;
  padding: 15px 0;
  background: url("images/wood_bg.jpg");
}

.header-nav > .inner {
  -webkit-box-pack: justify;
  display: flex;
  justify-content: space-between;
  padding: 7.5px 65px;
  border: 2px solid #401f10;
  border-radius: 25px;
  background: rgba(255,229,184,0.8);
}

.leaf {
  top: 30px;
  height: 84%;
}

.leaf.left {
  left: 0;
}

.leaf.right {
  right: 0;
}

#footer {
  background: url("images/leaf_footer_bg.png") repeat-x, url("images/wood_bg.jpg");
}

#footer > .inner {
  padding: 55px 0 40px;
}

.footer-menu {
  display: flex;
  justify-content: space-around;
  width: 400px;
  margin: 0 auto;
}

.footer-menu li img {
  height: 40px;
}

.copyright {
  padding-bottom: 15px;
  color: #ffe5b7;
  text-align: center;
}

.top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 106px;
  height: 111px;
  background: url("images/page_top.png") no-repeat;
  background: url("images/page_top.png") no-repeat;
}

.center {
  text-align: center;
}

/*コンテンツ開始*/

#contents section {
  padding: 40px 0;
}

#contents section h2 {
  margin-bottom: 40px;
}

#contents section h2 img {
  margin: 0 auto;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

.special dt {
  margin-bottom: 5px;
  padding: 0 6px;
  float: left;
  background-color: #ad5645;
  color: #fff;
}

.special dd {
  margin-bottom: 5px;
  margin-left: 51px;
  padding: 0px 6px;
}

.link dt {
  margin-bottom: 5px;
  padding: 0 6px;
  float: left;
  background-color: #866f45;
  color: #fff;
}

.link dd {
  margin-bottom: 5px;
  margin-left: 100px;
  padding: 0px 6px;
}

#staffriends {
  padding-bottom: 1px !important;
}

.staffriends-list {
  -webkit-box-pack: justify;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.staffriends-list li {
  width: 480px;
  margin-bottom: 40px;
  padding: 20px 16.5px;
  overflow: hidden;
  border: 6px solid #401f10;
  border-radius: 10px;
  background: #ffe5b8;
}

.staffriends-list li figure {
  width: 160px;
  height: 165px;
  margin-bottom: 15px;
  padding: 10px;
  float: left;
  background: url("images/staff_bg.png") no-repeat;
  background-size: cover;
}

.staffriends-list li figure .tw-link {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
}

.staffriends-list li figure:hover .tw-link {
  opacity: 1;
}

.staffriends-list li figure .tw-link img {
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 60px;
  transform: translate(-50%, -50%);
}

.staffriends-list li figure .tw-link img:hover {
  opacity: 1;
}

.staffriends-list li figure .prof-img {
  margin-top: 6px;
  border-radius: 50%;
}

.staffriends-list li h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #03a181;
  font-size: 24px;
  font-size: 2.4rem;
}

span.personality {
  display: block;
  margin-bottom: 10px;
  color: #866f45;
  font-size: 20px;
  font-size: 2rem;
}

.staffriends-list li .info {
  margin-left: 170px;
}

.staffriends-list li .prof {
  padding-top: 5px;
  font-weight: bold;
  line-height: 1.6;
}

.staffriends-list li .link {
  padding: 5px 0;
  border-top: 2px dashed;
  border-bottom: 2px dashed;
}

.staffriends-list li .btbp {
  padding: 10px 0;
  border-top: 2px dashed;
  border-bottom: 2px dashed;
}

.staffriends-list li .prof span {
  display: block;
  margin-bottom: 5px;
  color: #866f45;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#event .card {
  padding: 50px 45px;
}

#event .card .fr {
  width: calc(100% - 530px);
  height: 550px;
  padding: 25px;
  border-radius: 10px;
  background: rgba(255,229,184,0.9) url("images/common/logo.svg") no-repeat 10px 390px/95%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}

#event .card .fl {
  width: 500px;
  overflow: hidden;
}

.price tr:first-of-type {
  color: #fff;
}

.price th,
.price td {
  padding: 10px;
  border: 2px solid #777;
  font-size: 22px;
  font-size: 2.2rem;
}

.charges {
  padding: 120px 60px 30px;
  background: url("images/menu-leaf.png") top no-repeat, url("images/leaf_bg.png") no-repeat bottom, url("images/menu-bg.jpg");
  color: #fff;
}

.charges .title {
  -webkit-transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.charges ul {
  -webkit-box-pack: justify;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.charges ul li {
  width: 47%;
  margin-bottom: 40px;
  padding-left: 25px;
  background: url("images/menu-icon.png") no-repeat top 3px left;
  line-height: 1.5;
}

.charges ul li b,
.charges ul li span {
  font-size: 20px;
  font-size: 2rem;
}

.charges ul li b {
  display: block;
  margin-bottom: 5px;
}

.charges ul li span {
  top: 0;
  right: 0;
}

.price td {
  background: #fff;
  text-align: center;
}

#price-system .card,
#access .card {
  padding: 20px;
}

#access .card {
  margin-bottom: 40px;
}

#price-system .card p,
#access .card div {
  border-radius: 10px;
  line-height: 1.7;
}

#price-system .card p {
  padding: 10px;
}

#price-system .card p span,
#access .card div p {
  font-size: 19px;
  font-size: 1.9rem;
}

#access .card div {
  padding: 20px 30px;
}

#access .card div span {
  font-size: 26px;
  font-size: 2.6rem;
}

.offer-list {
  text-align: center;
}

.offer-list li:not(:last-of-type) {
  margin-right: 20px;
}

#job-offer p {
  line-height: 1.8;
}

#job-offer table {
  margin: 20px 0;
}

#job-offer table th,
#job-offer table td {
  padding: 10px;
  border: 2px solid #777;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

#job-offer table th {
  background: #a26236;
  color: #fff;
  white-space: nowrap;
}

#job-offer table td {
  background: #fff;
}

/*コンテンツ終了*/

/*フッター開始*/

/*フッター終了*/

/*970px～1024px開始 ここまでPC・TB*/

/*970px～1024px終了 ここまでPC・TB*/

/*769px～969px開始*/

/*769px～969px終了*/

/*727px～768px開始*/

/*727px～768px終了*/

@media all and (max-width: 1024px) {
  .inner {
    width: calc(100% - 30px);
  }

  .logo {
    width: 96%;
  }

  .slider {
    margin: 0 auto;
  }

  .movie {
    width: 50%;
  }

  #header .chara {
    bottom: 0;
    width: 45%;
  }

  .staffriends-list li {
    width: 47%;
  }
}

@media all and (max-width: 969px) {
  .desc {
    width: 100%;
  }

  .staffriends-list {
    display: block;
  }

  .staffriends-list li {
    width: 100%;
    margin-bottom: 20px !important;
    overflow: hidden;
  }

  .staffriends-list li figure {
    margin-bottom: 0;
    float: left;
  }

  .staffriends-list li .info {
    margin-left: 0;
  }

  .staffriends-list li .prof span {
    text-align: left;
  }

  #event .card .fr {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    float: none;
    background: rgba(255,229,184,0.9) url("images/common/logo.svg") no-repeat right 10px bottom 10px/60%;
  }

  #event .card .fl {
    width: 100%;
  }

  #event .chara {
    top: 163px;
    right: 46px;
    width: 150px;
  }

  .staffriends-list li .fl {
    margin: 0 auto;
    float: none;
  }

  .staffriends-list li .name {
    margin-left: 190px;
  }

  .staffriends-list li h3,
  span.personality {
    text-align: center;
  }

  .charges {
    padding: 120px 20px 30px;
  }

  .charges ul li {
    font-size: 1.2rem;
  }

  .charges ul li b,
  .charges ul li span {
    font-size: 1.7rem;
  }
}

@media all and (max-width: 768px) {
  #job-offer table th,
  #job-offer table td {
    font-size: 1.4rem;
  }

  #header .contents > .inner {
    height: 550px;
  }

  .header-nav {
    z-index: 10;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
  }

  .header-nav > .inner {
    padding: 7.5px 20px;
  }

  #event .card .fr {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .copyright {
    padding-bottom: 85px;
  }

  .top {
    display: none !important;
  }

  .charges ul {
    display: block;
  }

  .charges ul li {
    width: 100%;
  }
}

@media all and (max-width: 726px) {
  .desc {
    font-size: 2rem;
  }

  .banner {
    z-index: 2;
  }

  .movie {
    width: calc(100% - 68px);
    height: 320px;
  }

  #header .chara {
    top: 0;
  }

  .slider {
    width: 100%;
  }
}

@media all and (max-width: 610px) {
  #contents section h2 {
    width: 60%;
    margin: 0 auto 20px;
  }

  #contents section h2 img {
    width: auto;
    height: 30px;
  }

  #event .chara {
    display: none;
  }
}

@media all and (max-width: 440px) {
  .inner {
    width: calc(100% - 10px);
  }

  #header .contents > .inner {
    height: 415px;
  }

  .desc {
    font-size: 1.5rem;
  }

  .movie {
    height: 230px;
    padding: 10px;
  }

  #contents section {
    padding: 20px 0;
  }

  .staffriends-list li {
    padding: 5px;
  }

  .staffriends-list li figure {
    width: 90px;
    height: 93px;
    padding: 5px;
    background-size: 100%;
  }

  .staffriends-list li figure .prof-img {
    margin-top: 3px;
  }

  .staffriends-list li .info,
  .staffriends-list li .name {
    margin-left: 0;
  }

  .staffriends-list li h3 {
    margin-bottom: 5px;
    font-size: 2rem;
  }

  .staffriends-list li .prof span {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  #event .card,
  #price-system .card,
  #access .card,
  #access .card div {
    padding: 20px;
  }

  #event .card .fr {
    padding: 5px 15px;
  }

  .price th,
  .price td {
    padding: 10px 0;
    font-size: 1.5rem;
  }

  #access .card div span {
    font-size: 2rem;
  }

  #price-system .card p span,
  #access .card div p {
    font-size: 1.4rem;
  }

  .footer-menu {
    justify-content: space-around;
    width: 100%;
  }

  .header-nav > .inner {
    padding: 7.5px 10px;
  }

  .charges {
    padding: 90px 15px 20px;
  }

  .charges ul li {
    margin-bottom: 20px;
  }

  .charges ul li span {
    display: block;
    position: unset;
    margin-top: 5px;
    text-align: right;
  }

  .offer-list li {
    display: block;
  }

  .offer-list li:not(:last-of-type) {
    margin: 0 0 20px 0;
  }

  .offer-list li img {
    margin: 0 auto;
  }
}