@charset "UTF-8";
html {
  position: relative;
}

html,
body, .main,
section.scroll-bg {
  height: 100%;
}

body {
  font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  color: #474747;
  line-height: 1.5;
  position: relative;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
}

.small {
  font-size: 12px;
}

.large {
  font-size: 18px;
}

.bold {
  font-weight: bold;
}

.red {
  color: #FF0543;
}

a {
  color: #666;
}

a:hover {
  color: #D3D3D3;
  text-decoration: none;
}

/*********************************************************
ヘッダー
*********************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 20;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#global-nav {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  font-size: 14px;
}

#global-nav ul li {
  float: left;
  text-align: center;
  width: 9.0%;
  max-width: 137px;
  line-height: 45px;
}

#global-nav ul li a {
  display: block;
  text-decoration: none;
}

.active {
  border-top: 5px solid #7BD0B4;
}

/*********************************************************
main
*********************************************************/
.main {
  width: 98%;
  max-width: 2100px;
  margin: 0 auto;
}

.scroll-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

.container {
  position: relative;
  z-index: 9;
  background-color: #FFF;
}

.contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  padding: 3% 0;
  margin: 0 auto;
}

.logo-container {
  position: relative;
}

#logo {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 3;
}

@media (min-width: 769px) {
  #logo {
    max-width: 2100px;
    text-align: right;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 98%;
  }
}

#logo img {
  max-width: 400px;
}

.title {
  font-family: 'Arvo', serif;
  color: #7BD0B4;
  font-size: 36px;
  padding: 6% 0 0 0;
  text-align: center;
  width: 30%;
  margin: 0 auto;
}

.title img {
  max-width: 980px;
  display: block;
  margin: 0 auto;
}

.section1 {
  background-image: url(image.php?id=046);
}

.section8 {
  background-image: url(image.php?id=047);
}

.section2 {
  background-image: url(image.php?id=048);
}

.section7 {
  background-image: url(image.php?id=049);
}

.section3 {
  background-image: url(image.php?id=050);
}

.section4 {
  background-image: url(image.php?id=051);
}

.section9 {
  background-image: url(image.php?id=052);
}

.section5 {
  background-image: url(image.php?id=053);
}

.section6 {
  background-image: url(image.php?id=054);
}

/*--コンセプト--*/
.concept {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2em;
  font-size: 16px;
  text-align: center;
}

.concept p {
  font-family: 'メイリオ',Meiryo;
}

.concept-img {
  max-width: 500px;
  display: inline-block;
  position: relative;
  margin: 30px auto 0;
}

.concept-img:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff;
  box-shadow: inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff, inset 0 0 20px #fff;
}

/*--ニュース--*/
.info {
  max-height: 16em;
  overflow: auto;
}

.info-table {
  display: table;
  width: 83.33333333333334%;
  margin: 0 auto;
}

.info-table div {
  display: table-cell;
  padding: 2.5% 0;
  border-bottom: 1px solid #BFBFBF;
}

.day {
  width: 15%;
}

.info-table div span {
  padding: 0 2em 0 1em;
  font-family: 'Arvo', serif;
}

/*--スタッフ--*/
.staff-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 4px 0;
}

.staff-table div {
  display: table-cell;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
}

.staff-table a {
  text-decoration: none;
}

.staff-table div p:nth-of-type(1) img {
  display: block;
  width: 100%;
}

.staff-table div p:nth-of-type(1) img:hover {
  opacity: 0.8;
}

.staff-table div p:nth-of-type(2) {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #474747;
}

.staff-table div p:nth-of-type(3) {
  margin: 10px 0 0 0;
  font-size: 20px;
  color: #474747;
}

.staff-table div p:nth-of-type(4) {
  margin: 10px 0 0 0;
  padding: 5px 0;
  border: solid 2px #474747;
  font-size: 14px;
  color: #474747;
}

/*--スタッフ詳細--*/
.staff-detail:nth-of-type(n+2) {
  margin: 5% 0 0 0;
}

.staff-detail > span {
  position: relative;
  top: -100px;
  display: block;
}

.staff-detail .visual {
  position: relative;
}

.staff-detail .visual .image p {
  padding: 0 20% 0 0;
}

.staff-detail .visual .image p img {
  display: block;
  width: 100%;
}

.staff-detail .visual .sentence {
  position: absolute;
  top: 5%;
  right: 0;
  text-align: right;
}

.staff-detail .visual .sentence p:nth-of-type(1) {
  font-size: 30px;
  color: #474747;
  line-height: 40px;
}

.staff-detail .visual .sentence p:nth-of-type(2) {
  display: inline-block;
  margin: 5% 0 0 0;
  padding: 2% 5%;
  border-style: solid;
  border-color: #474747;
  border-width: 0 2px;
  font-size: 14px;
  color: #474747;
  line-height: 20px;
}

.staff-detail .visual .sentence p:nth-of-type(3) {
  margin: 5% 0 0 0;
  font-size: 14px;
  color: #474747;
}

.staff-detail .visual .sentence p:nth-of-type(4) {
  margin: 5% 0 0 0;
  font-size: 30px;
  color: #474747;
}

.staff-detail .message {
  margin: 2% 0 0 0;
}

.staff-detail .message .line hr {
  height: 10px;
  margin: 0;
  padding: 0;
  border-color: #474747;
}

.staff-detail .message .table {
  display: table;
  width: 95%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 10px 0;
}

.staff-detail .message .table .left {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  border-style: solid;
  border-color: #474747;
  border-width: 0 1px 0 0;
}

.staff-detail .message .table .left p:nth-of-type(1) {
  font-size: 30px;
  color: #474747;
}

.staff-detail .message .table .left p:nth-of-type(2) {
  margin: 0.5% 0 0 0;
  font-size: 14px;
  color: #474747;
}

.staff-detail .message .table .right {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  padding: 0 0 0 2.5%;
}

.staff-detail .message .table .right p:nth-of-type(1) {
  padding: 0 0 5% 0;
  border-style: solid;
  border-color: #474747;
  border-width: 0 0 1px 0;
  font-size: 14px;
  color: #474747;
  text-align: center;
}

.staff-detail .message .table .right p:nth-of-type(2) {
  padding: 5% 0 0 0;
  font-size: 14px;
  color: #474747;
  text-align: center;
}

.staff-detail .qa .table {
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 20px 0;
}

.staff-detail .qa .table .sentence {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0;
  border-style: solid;
  border-color: #474747;
  border-width: 0 0 1px 0;
}

.staff-detail .qa .table .sentence p:nth-of-type(1) {
  font-size: 14px;
  color: #474747;
}

.staff-detail .qa .table .sentence p:nth-of-type(2) {
  margin: 2% 0 0 0;
  font-size: 14px;
  color: #474747;
}

.staff-detail .qa .table .sentence p:nth-of-type(3) {
  margin: 2% 0 0 0;
  font-size: 14px;
  color: #474747;
  line-height: 20px;
}

/*--スタイル--*/
.more {
  background: #8DD1A2;
  color: #FFF;
  padding: 20px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 24px;
  width: 30%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#style a {
  text-decoration: none;
}

/*--メニュー--*/
.menu-table {
  display: table;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.list {
  display: table-cell;
  width: 33%;
  vertical-align: top;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list h3 {
  font-weight: bold;
  font-size: 20px;
  border: 2px #000 solid;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.list h3 span {
  font-size: 12px;
  color: #939393;
  padding-left: 5px;
}

.price {
  width: 20%;
}

.list table {
  width: 100%;
  font-size: 12px;
}

.list table td {
  padding-bottom: 8px;
}

.list2 {
  max-width: 400px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
  /* 不要部分を消す */
  padding: 6px;
  /* 6px だけは写真からはみ出す */
}

.list2 img {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.list2:before,
.list2:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 97px;
  height: 50px;
  background: #fff;
  /* 背景色 */
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

/* 左上 */
.list2:before {
  -webkit-box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.4);
  top: -24px;
  bottom: auto;
  right: auto;
  left: -26px;
}

/* 右下 */
.list2:after {
  -webkit-box-shadow: 0 -5px 10px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -5px 10px -10px rgba(0, 0, 0, 0.3);
  top: auto;
  bottom: -22px;
  right: -25px;
  left: auto;
}

.top-st {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}

/*--アクセス--*/
.access-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.access-map {
  display: table-cell;
  width: 50%;
}

.access-info {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.access-info ul {
  line-height: 3;
  width: 90%;
  margin: 0 auto;
}

.access-info ul li {
  border-bottom: 1px dotted #C5C5C5;
  padding-left: 1em;
}

.info-top {
  font-weight: bold;
  text-align: center;
}

/*--リクルート--*/
.recruit ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 50px;
}

.recruit ul:nth-of-type(n+2) {
  margin: 5% 0 0 0;
}

.recruit ul li {
  display: table-cell;
  vertical-align: top;
}

.recruit ul li h3 {
  font-weight: bold;
  font-size: 20px;
  border: 2px #000 solid;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.recruit ul li p {
  font-size: 14px;
  line-height: 20px;
}

.recruit-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit-banner__box {
  text-align: center;
  width: 48%;
}

.recruit-banner__ttl {
  color: #3ca985;
  font-family: 'Arvo', serif;
  font-size: 24px;
  font-weight: bold;
}

.recruit-banner__link {
  display: block;
  margin-top: 15px;
  text-align: center;
}

.recruit-banner__link:hover {
  opacity: 0.8;
}

.recruit-banner__link img {
  height: auto;
  max-width: 320px;
}

/*--形式--*/
.formality {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2em;
  font-size: 16px;
  text-align: center;
}

.formality p {
  font-family: 'メイリオ',Meiryo;
}

.formality p:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}

.formality ul {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.formality ul {
  margin: 20px 0 0 0;
}

.formality ul li:nth-of-type(1) {
  display: table-cell;
  width: 5%;
  vertical-align: top;
  color: #474747;
  text-align: center;
}

.formality ul li:nth-of-type(2) {
  display: table-cell;
  width: 95%;
  vertical-align: top;
  color: #474747;
  text-align: left;
}

/*--推奨--*/
.recommended {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2em;
  font-size: 16px;
  text-align: center;
}

.recommended .sentence p {
  font-family: 'メイリオ',Meiryo;
}

.recommended .image p {
  margin: 20px 0 0 0;
  padding: 0 20%;
}

.recommended .text p {
  margin: 10px 0 0 0;
}

/*********************************************************
スタイルページ
*********************************************************/
.contents-ga {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 10% auto 0;
}

.gallery-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  margin: 15px auto;
}

.gallery ul {
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
}

.thumbnail {
  display: table-cell;
  width: 33%;
  background: #FFF;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #626262;
}

.thumbnail img {
  max-width: 300px;
  padding: 5px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.thumbnail img:hover {
  opacity: 0.7;
}

.copy-ga {
  text-align: center;
  margin: auto;
  color: #434343;
}

/*********************************************************
リクルートページ
*********************************************************/
.contents-re {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 5% auto 0 auto;
}

/*********************************************************
スタッフページ
*********************************************************/
.contents-st {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 5% auto 0 auto;
}

/*********************************************************
フッター
*********************************************************/
.copy {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  color: #434343;
}

/*********************************************************
マップ
*********************************************************/
.map {
  max-width: 450px;
  margin: 0 auto;
}

.ggmap {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************************
スマホ用メニュー
*********************************************************/
.global_menu {
  display: none;
}

#category_list {
  display: none;
}

/*********************************************************
ロゴフェードイン
*********************************************************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}