@charset "UTF-8";
 /*---------------------------------------------------
  CONFIG
------------------------------------------------------*/
/*---------------------------------------
  VARIABLES
-----------------------------------------*/
/*========== PAGES ==========*/
/*========== MEDIAQUERY BREAKPOINT ==========*/
/*========== SP UNIT ==========*/
/*========== COLORS ==========*/
/* contact */
/*========== FONT-SIZE ==========*/
/*----------------------------------------------
  default
------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

p, h1, h2, h3, h4, h5, h6,
th, td,
li,
a {
  font-size: 1em;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a {
  text-decoration: none;
  border: none;
}

a:hover {
  text-decoration: none;
  border: none;
}

a:active {
  text-decoration: none;
  border: none;
}

table, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

img {
  height: auto;
  vertical-align: top;
}

body {
  -webkit-text-size-adjust: 100%;
}

input[type^=email], input[type^=tel], input[type^=number], input[type^=text], button, textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  border-radius: 0;
}

input[type^=text] {
  vertical-align: top;
}

address {
  font-style: normal;
}

*:not(input[type="radio"]) {
  -webkit-appearance: none;
}

dt, dd {
  display: inline-block;
}

table, tr, th, td {
  box-sizing: border-box;
  word-break: break-all;
}

/*--------レイアウト--------*/
body, textarea {
  line-height: 1.3;
  font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {
  color: #333;
}

/*----------------------------
  MIXIN
------------------------------*/
/*========== MEDIA QUERY ==========*/
/* landscape */
/*========== FONT-SIZE ==========*/
/*========== WIDTH ==========*/
/*========== WIDTH(img) ==========*/
/*========== HEIGHT ==========*/
/*========== HEIGHT(img) ==========*/
/*========== MARGIN ==========*/
/*========== PADDING ==========*/
/*========== ROUNDED ==========*/
/*========== TRANTISION ==========*/
/*========== BTN(CIRCLE) ==========*/
/*-------------------------------------------------------------------------------
  EXTENDS
--------------------------------------------------------------------------------*/
header #header #h-cont, footer #footer, #index #mainimg_index .ticker, #index #main_index #news, #introduction #main #sec01 .cont01 .box, #introduction #main #sec03 .cont, #photo #main .tab-box, #recruit #main, #contact #main {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  header #header #h-cont, footer #footer, #index #mainimg_index .ticker, #index #main_index #news, #introduction #main #sec01 .cont01 .box, #introduction #main #sec03 .cont, #photo #main .tab-box, #recruit #main, #contact #main {
    width: 90.625vw;
  }
}

#photo #main .tab-box ~ div {
  margin-top: -160px;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div {
    margin-top: -25vw;
  }
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div {
    padding-top: 25vw;
  }
}

/*-------------------------------------------------------------------------------
  KEYFRAMES
--------------------------------------------------------------------------------*/
/*========== MENU ==========*/
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(1.5625vw) rotate(-225deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    background: #f7ed00;
    transform: translateY(1.5625vw) rotate(-225deg);
  }
  100% {
    background: #006cb8;
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: scale(0);
  }
  70% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes menu-bar03 {
  0% {
    background: #f7ed00;
    -webkit-transform: translateY(-0.9375vw) rotate(225deg);
  }
  100% {
    background: #006cb8;
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    background: #f7ed00;
    transform: translateY(-0.9375vw) rotate(225deg);
  }
  100% {
    background: #006cb8;
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    background: #006cb8;
    -webkit-transform: translateY(0) rotate(0);
  }
  100% {
    background: #f7ed00;
    -webkit-transform: translateY(1.5625vw) rotate(-225deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    background: #006cb8;
    transform: translateY(0) rotate(0);
  }
  100% {
    background: #f7ed00;
    transform: translateY(1.5625vw) rotate(-225deg);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    background: #006cb8;
    -webkit-transform: translateY(0) rotate(0);
  }
  100% {
    background: #f7ed00;
    -webkit-transform: translateY(-0.9375vw) rotate(225deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    background: #006cb8;
    transform: translateY(0) rotate(0);
  }
  100% {
    background: #f7ed00;
    transform: translateY(-0.9375vw) rotate(225deg);
  }
}
@-webkit-keyframes menu-btn-border {
  0% {
    border: 0.78125vw solid #006cb8;
    border-radius: 100% 100% 100% 0;
  }
  50% {
    border-radius: 100% 100% 100% 100%;
  }
  100% {
    border: 0.78125vw solid #f7ed00;
    border-radius: 0 100% 100% 100%;
  }
}
@keyframes menu-btn-border {
  0% {
    border: 0.78125vw solid #006cb8;
    border-radius: 100% 100% 100% 0;
  }
  50% {
    border-radius: 100% 100% 100% 100%;
  }
  100% {
    border: 0.78125vw solid #f7ed00;
    border-radius: 0 100% 100% 100%;
  }
}
@-webkit-keyframes active-menu-btn-border {
  0% {
    border: 0.78125vw solid #f7ed00;
    border-radius: 0 100% 100% 100%;
  }
  50% {
    border-radius: 100% 100% 100% 100%;
  }
  100% {
    border: 0.78125vw solid #006cb8;
    border-radius: 100% 100% 100% 0;
  }
}
@keyframes active-menu-btn-border {
  0% {
    border: 0.78125vw solid #f7ed00;
    border-radius: 0 100% 100% 100%;
  }
  50% {
    border-radius: 100% 100% 100% 100%;
  }
  100% {
    border: 0.78125vw solid #006cb8;
    border-radius: 100% 100% 100% 0;
  }
}
/*========== LOGO ==========*/
@-webkit-keyframes spining {
  0% {
    transform: rotateX(0) rotateY(0) scale(1);
  }
  10% {
    transform: rotateX(20deg) rotateY(0) scale(1.2);
  }
  90% {
    transform: rotateX(20deg) rotateY(360deg) scale(1.2);
  }
  100% {
    transform: rotateX(0) rotateY(360deg) scale(1);
  }
}
@keyframes spining {
  0% {
    transform: rotate(0) scale(1);
  }
  10% {
    transform: rotate(20deg) scale(1.2);
  }
  90% {
    transform: rotate(20deg) scale(1.2);
  }
  100% {
    transform: rotate(0) scale(1);
  }
}
/*========== NAV ==========*/
/* nav01 */
@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* nav02 */
@-webkit-keyframes shake-maiko {
  0% {
    -webkit-transform: rotate(0) scale(1);
  }
  10% {
    -webkit-transform: rotate(-2deg);
  }
  33% {
    -webkit-transform: rotate(30deg) scale(1.1);
  }
  66% {
    -webkit-transform: rotate(-25deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
  }
}
@keyframes shake-maiko {
  0% {
    transform: rotate(0) scale(1);
  }
  10% {
    transform: rotate(-2deg);
  }
  33% {
    transform: rotate(30deg) scale(1.1);
  }
  66% {
    transform: rotate(-25deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
/* nav03 */
@-webkit-keyframes jumping {
  0% {
    -webkit-transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(2px);
  }
  33% {
    -webkit-transform: translateY(-12px);
  }
  50% {
    -webkit-transform: translateY(2px);
  }
  66% {
    -webkit-transform: translateY(-10px);
  }
  85% {
    -webkit-transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes jumping {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(2px);
  }
  33% {
    transform: translateY(-12px);
  }
  50% {
    transform: translateY(2px);
  }
  66% {
    transform: translateY(-10px);
  }
  85% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/* nav04 */
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* nav05 */
@-webkit-keyframes shake05 {
  0% {
    -webkit-transform: translateY(22px) rotate(0) scale(0.1);
  }
  70% {
    -webkit-transform: translateY(0) rotate(-2deg) scale(1);
  }
  80% {
    -webkit-transform: translateY(0) rotate(30deg) scale(1);
  }
  90% {
    -webkit-transform: translateY(0) rotate(-30deg) scale(1);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0) scale(1);
  }
}
@keyframes shake05 {
  0% {
    transform: translateY(22px) rotate(0) scale(0.1);
  }
  70% {
    transform: translateY(0) rotate(-2deg) scale(1);
  }
  80% {
    transform: translateY(0) rotate(30deg) scale(1);
  }
  90% {
    transform: translateY(0) rotate(-30deg) scale(1);
  }
  100% {
    transform: translateY(0) rotate(0) scale(1);
  }
}
/* nav06 */
@-webkit-keyframes rolling-3d {
  0% {
    -webkit-transform: rotateY(0) scale(1);
  }
  10% {
    -webkit-transform: rotateY(0) scale(1.2);
  }
  100% {
    -webkit-transform: rotateY(360deg) scale(1);
  }
}
@keyframes rolling-3d {
  0% {
    transform: rotateY(0) scale(1);
  }
  10% {
    transform: rotateY(0) scale(1.2);
  }
  100% {
    transform: rotateY(360deg) scale(1);
  }
}
/* nav07 */
@-webkit-keyframes rolling {
  0% {
    -webkit-transform: rotate(0);
  }
  99% {
    -webkit-transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rolling {
  0% {
    transform: rotate(0);
  }
  99% {
    transform: rotate(359deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* nav08 */
@-webkit-keyframes shake08 {
  0% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(2px);
  }
  33% {
    -webkit-transform: translateX(-8px);
  }
  66% {
    -webkit-transform: translateX(10px);
  }
  89% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes shake08 {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(2px);
  }
  33% {
    transform: translateX(-8px);
  }
  66% {
    transform: translateX(10px);
  }
  89% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
/*========== MAINIMG ==========*/
@-webkit-keyframes pukapuka {}
@keyframes pukapuka {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes uneune {
  0% {
    display: block;
    opacity: 1;
  }
  20% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes uneune {
  0% {
    border-radius: 50% 50% 50% 50%;
    transform: rotate(0);
  }
  33% {
    border-radius: 55% 50% 55% 50%;
    transform: rotate(15deg);
  }
  66% {
    border-radius: 50% 55% 50% 55%;
    transform: rotate(-15deg);
  }
  100% {
    border-radius: 50% 50% 50% 50%;
    transform: rotate(0);
  }
}
@-webkit-keyframes kurun {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kurun {
  0% {
    transform: rotateY(0);
  }
  90% {
    transform: rotateY(0);
  }
  99% {
    transform: rotateY(359deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*========== INDEX ==========*/
@-webkit-keyframes page-open {
  0% {
    display: block;
    opacity: 1;
  }
  20% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes page-open {
  0% {
    display: block;
    opacity: 1;
  }
  20% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes cont-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cont-block {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*========== INTRODUCTION ==========*/
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(2px) translateX(0) scale(1);
  }
  12.5% {
    -webkit-transform: translateY(-1px) translateX(-5px) scale(1.01);
  }
  25% {
    -webkit-transform: translateY(2px) translateX(-10px) scale(0.99);
  }
  37.5% {
    -webkit-transform: translateY(-2px) translateX(-5px) scale(1);
  }
  50% {
    -webkit-transform: translateY(1px) translateX(0) scale(0.98);
  }
  62.5% {
    -webkit-transform: translateY(-2px) translateX(5px) scale(0.99);
  }
  75% {
    -webkit-transform: translateY(2px) translateX(10px) scale(1.02);
  }
  87.5% {
    -webkit-transform: translateY(-2px) translateX(5px) scale(1.01);
  }
  100% {
    -webkit-transform: translateY(2px) translateX(0) scale(1);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(2px) translateX(0) scale(1);
  }
  12.5% {
    transform: translateY(-2px) translateX(-5px) scale(1.01);
  }
  25% {
    transform: translateY(2px) translateX(-10px) scale(0.99);
  }
  37.5% {
    transform: translateY(-2px) translateX(-5px) scale(1);
  }
  50% {
    transform: translateY(2px) translateX(0) scale(0.98);
  }
  62.5% {
    transform: translateY(-2px) translateX(5px) scale(0.99);
  }
  75% {
    transform: translateY(2px) translateX(10px) scale(1.02);
  }
  87.5% {
    transform: translateY(-2px) translateX(5px) scale(1.01);
  }
  100% {
    transform: translateY(2px) translateX(0) scale(1);
  }
}
@-webkit-keyframes float_in {
  0% {
    opacity: 1;
    -webkit-transform: translateY(370px) scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
  }
}
@keyframes float_in {
  0% {
    opacity: 0;
    transform: translateY(370px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/*========== RECRUIT ==========*/
@-webkit-keyframes rolling_in-cont {
  0% {
    -webkit-transform: rotate(-1turn);
  }
  10%,
  100% {
    -webkit-transform: rotate(0);
  }
}
@keyframes rolling_in-cont {
  0% {
    transform: rotate(-1turn);
  }
  10%,
  100% {
    transform: rotate(0);
  }
}
/*========== HIDDEN ==========*/
/* shake-maiko */
@-webkit-keyframes shake-maiko_hidden {
  0% {
    -webkit-transform: rotate(0) scale(1);
  }
  10% {
    -webkit-transform: rotate(-2deg);
  }
  33% {
    -webkit-transform: rotate(30deg) scale(1.1);
  }
  66% {
    -webkit-transform: rotate(-25deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
  }
}
@keyframes shake-maiko_hidden {
  0% {
    transform: rotate(0) scale(1);
  }
  85% {
    transform: rotate(0) scale(1);
  }
  87% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(30deg) scale(1.1);
  }
  95% {
    transform: rotate(-25deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
/* jumping */
@-webkit-keyframes jumping_hidden {
  0% {
    -webkit-transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(0);
  }
  87% {
    -webkit-transform: translateY(2px);
  }
  91% {
    -webkit-transform: translateY(-12px);
  }
  93% {
    -webkit-transform: translateY(2px);
  }
  97% {
    -webkit-transform: translateY(-10px);
  }
  99% {
    -webkit-transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes jumping_hidden {
  0% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(0);
  }
  87% {
    transform: translateY(2px);
  }
  91% {
    transform: translateY(-12px);
  }
  93% {
    transform: translateY(2px);
  }
  97% {
    transform: translateY(-10px);
  }
  99% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/*========== GP ==========*/
/*--------------------------
  general-purpose class
----------------------------*/
.clearfix:after, #photo #main .tab-box ~ div:after, #photo #main .tab-box ~ div .main-box:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.main-h3 {
  background: url(../images/introduction/bg_h3_introduction.png) no-repeat;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 418px;
}
@media screen and (max-width: 767px) {
  .main-h3 {
    background-size: 75vw auto;
    width: 75vw;
  }
  .main-h3 img {
    width: 58.28125vw;
  }
}

.red {
  color: #e2122f;
  font-weight: bold;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit !important;
  }
}

.none {
  display: none !important;
}

.link {
  display: inline-block;
  position: relative;
}
.link::after {
  border-radius: .4em;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.link:hover {
  transform: translateY(1px);
}
.link:hover::after {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0.3em 0.3em 0.5em rgba(0, 0, 0, 0.3);
}

.recruitbox {
  padding: 40px;
  background: url(../images/contact/bg_contact_contact-box.png) center center/100% 100% no-repeat;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitbox {
    padding: 6.25vw;
  }
}
.recruitbox p {
  display: inline-block;
  vertical-align: middle;
}
.recruitbox .tel {
  margin-right: 35px;
}
.recruitbox h4 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  .recruitbox h4 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitbox h4 {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .recruitbox {
    width: 100%;
  }
  .recruitbox .tel {
    margin-right: 0;
    margin-bottom: 5.46875vw;
  }
}

/*========== TYPEKIT ==========*/
.w-font_tbcinergothic, #schedule #main #sec02, #photo #main .tab-box ~ div .main-box .main-pic, #photo #main .tab-box ~ div .photo-box .photo p, #photo #main .tab-box ~ div:nth-of-type(even) .main-pic, #photo #main .tab-box ~ div:nth-of-type(odd) .main-pic {
  font-family: tbcinergothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.w-font03 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/*========== HAMBURGER MENU ==========*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  height: 3.125vw;
  position: relative;
  width: 3.125vw;
}
.menu-trigger span {
  background: #006cb8;
  position: absolute;
  left: 2.3vw;
  width: 100%;
  height: 0.625vw;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 1.2vw;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* OPTION */
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .5s forwards;
  animation: menu-bar01 .5s forwards;
}

.menu-trigger span:nth-of-type(2) {
  -webkit-animation: menu-bar02 .5s forwards;
  animation: menu-bar02 .5s forwards;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar03 .5s forwards;
  animation: menu-bar03 .5s forwards;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .5s forwards;
  animation: active-menu-bar01 .5s forwards;
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-animation: active-menu-bar02 .5s forwards;
  animation: active-menu-bar02 .5s forwards;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .5s forwards;
  animation: active-menu-bar03 .5s forwards;
}

/*----- colorbox -----*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: url(images/plugin/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/plugin/control.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/plugin/control.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/plugin/control.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/plugin/control.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/plugin/control.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/plugin/control.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/plugin/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/plugin/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/plugin/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/plugin/loading.gif) no-repeat center center;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/plugin/control.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/plugin/control.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/plugin/control.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.5625vw;
  }
}

body {
  background: url(../images/common/bg_common_all.jpg);
  color: #333;
  min-width: 1000px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

p,
td,
th {
  line-height: 1.6em;
}

a[href="tel:0762225915"] {
  cursor: default;
}

#cont-wp_all {
  background: url(../images/common/bg_common_main.png) center/1500px repeat-y;
}

/*-------------------------------------------------------------------------------
  PAGES
--------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  TEMPLATE
--------------------------------------------------------------------------------*/
/*========== HEADER ==========*/
header {
  padding: 18px 0px 64px;
  background: url(../images/common/bg_comon_header_bottom.png) center bottom/1500px no-repeat, url(../images/common/bg_common_main.png) top center/1500px 80% no-repeat;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  header {
    padding: 2.8125vw 0vw 10vw;
  }
}
@media screen and (max-width: 767px) {
  header {
    background: url(../images/common/bg_comon_header_bottom.png) center bottom/auto 10vw repeat-x, url(../images/common/bg_common_main.png) top center/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  header #header {
    background: url(../images/common/bg_common_main.png) top center/1500px repeat-y;
    padding-bottom: 2.8125vw;
  }
}
header #header #h-cont #h-btns {
  display: inline-block;
  margin-right: 17px;
  vertical-align: top;
}
header #header #h-cont #h-btns #h-logo .logo-ico {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header #header #h-cont #h-btns #h-logo .logo-ico {
    width: 5vw;
  }
}
header #header #h-cont #h-btns #h-logo .logo-name {
  margin: 5px 0px 0px -3px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header #header #h-cont #h-btns #h-logo .logo-name {
    margin: 0.78125vw 0vw 0vw -0.46875vw;
  }
}
@media screen and (max-width: 767px) {
  header #header #h-cont #h-btns #h-logo .logo-name {
    width: 23.90625vw;
  }
}
header #header #h-cont #h-btns #h-logo .logo-tel {
  display: block;
  margin-left: 10px;
  width: 182px;
}
@media screen and (max-width: 767px) {
  header #header #h-cont #h-btns #h-logo .logo-tel {
    width: 28.90625vw;
  }
}
@media screen and (max-width: 767px) {
  header #header #h-cont #h-btns #h-logo .logo-ico {
    width: 7.5vw;
  }
  header #header #h-cont #h-btns #h-logo .logo-name {
    width: 35.15625vw;
  }
}
@media screen and (max-width: 767px) {
  header #header #h-cont #h-btns {
    display: block;
    margin-right: 0;
  }
  header #header #h-cont #h-btns #h-logo {
    display: inline-block;
  }
  header #header #h-cont #h-btns #h-btn-box {
    float: right;
  }
  header #header #h-cont #h-btns #h-btn-box #h-tel {
    border: 0.78125vw solid #eb6132;
    border-radius: 100% 100% 0 100%;
    display: inline-block;
    font-size: 3rem;
    line-height: 7.8125vw;
    text-align: center;
    vertical-align: top;
    width: 7.8125vw;
  }
  header #header #h-cont #h-btns #h-btn-box #h-tel a {
    color: #11a84e;
  }
  header #header #h-cont #h-btns #h-btn-box #h-menu-btn {
    -webkit-animation: menu-btn-border .5s forwards;
    animation: menu-btn-border .5s forwards;
    border: 0.78125vw solid #f7ed00;
    border-radius: 100% 100% 100% 0;
    box-sizing: border-box;
    display: inline-block;
    line-height: 7.8125vw;
    width: 9.375vw;
  }
  header #header #h-cont #h-btns #h-btn-box #h-menu-btn.active {
    -webkit-animation: active-menu-btn-border .5s forwards;
    animation: active-menu-btn-border .5s forwards;
  }
}
header #header #h-cont #h-nav {
  display: inline-block;
}
header #header #h-cont #h-nav #h-menu li {
  display: inline-block;
}
header #header #h-cont #h-nav #h-menu li a {
  display: block;
}
header #header #h-cont #h-nav #h-menu li img {
  display: block;
}
header #header #h-cont #h-nav #h-menu li:last-of-type {
  margin-right: 0;
}
header #header #h-cont #h-nav #h-menu #h-nav01 {
  margin-right: 27px;
}
header #header #h-cont #h-nav #h-menu #h-nav01:hover .n-ico01 {
  -webkit-animation: .8s ease 0s 1 forwards scaling;
  animation: .8s ease 0s 1 forwards scaling;
}
header #header #h-cont #h-nav #h-menu #h-nav02 {
  margin-right: 27px;
}
header #header #h-cont #h-nav #h-menu #h-nav02:hover .n-ico02 {
  -webkit-animation: .8s ease 0s 1 forwards shake-maiko;
  animation: .8s ease 0s 1 forwards shake-maiko;
}
header #header #h-cont #h-nav #h-menu #h-nav03 {
  margin-right: 27px;
}
header #header #h-cont #h-nav #h-menu #h-nav03:hover .n-ico03 {
  -webkit-animation: .8s ease 0s 1 forwards jumping;
  animation: .8s ease 0s 1 forwards jumping;
}
header #header #h-cont #h-nav #h-menu #h-nav04 {
  margin-right: 21px;
}
header #header #h-cont #h-nav #h-menu #h-nav04:hover .n-ico04 {
  -webkit-animation: .3s ease 0s 1 forwards flashing;
  animation: .3s ease 0s 1 forwards flashing;
}
header #header #h-cont #h-nav #h-menu #h-nav05 {
  margin-right: 23px;
}
header #header #h-cont #h-nav #h-menu #h-nav05:hover .n-ico05 {
  -webkit-animation: 1s ease 0s 1 forwards shake05;
  animation: 1s ease 0s 1 forwards shake05;
}
header #header #h-cont #h-nav #h-menu #h-nav06 {
  margin-right: 25px;
}
header #header #h-cont #h-nav #h-menu #h-nav06:hover .n-ico06 {
  -webkit-animation: .8s ease 0s 1 forwards rolling-3d;
  animation: .8s ease 0s 1 forwards rolling-3d;
}
header #header #h-cont #h-nav #h-menu #h-nav07 {
  margin-right: 25px;
}
header #header #h-cont #h-nav #h-menu #h-nav07:hover .n-ico07 {
  -webkit-animation: .6s ease 0s 1 forwards rolling;
  animation: .6s ease 0s 1 forwards rolling;
}
header #header #h-cont #h-nav #h-menu #h-nav08:hover .n-ico08 {
  -webkit-animation: .6s ease 0s 1 forwards shake08;
  animation: .6s ease 0s 1 forwards shake08;
}
@media screen and (max-width: 767px) {
  header #header #h-cont #h-nav {
    display: none;
    margin: 0 auto;
    padding: 6.25vw 0;
    text-align: center;
    width: 54.0625vw;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  header #header #h-cont #h-nav {
    height: 31.25vw;
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  header #header #h-cont #h-nav #h-menu li {
    vertical-align: top;
  }
  header #header #h-cont #h-nav #h-menu #h-nav01 {
    margin: 0 7.5vw 6.25vw 0;
    width: 21.875vw;
  }
  header #header #h-cont #h-nav #h-menu #h-nav02 {
    margin: 0 0 6.25vw 0;
    width: 21.875vw;
  }
  header #header #h-cont #h-nav #h-menu #h-nav03 {
    margin: 0 6.5625vw 6.25vw 0;
    width: 21.875vw;
  }
  header #header #h-cont #h-nav #h-menu #h-nav04 {
    margin: 0 0 6.25vw 0;
    width: 23.75vw;
  }
  header #header #h-cont #h-nav #h-menu #h-nav05 {
    margin: 0 7.5vw 6.25vw 0;
    width: 21.875vw;
  }
  header #header #h-cont #h-nav #h-menu #h-nav06 {
    margin: 0 0 6.25vw 0;
    width: 21.875vw;
  }
  header #header #h-cont #h-nav #h-menu #h-nav07 {
    margin: 0 6.25vw 0 0;
    width: 21.875vw;
  }
  header #header #h-cont #h-nav #h-menu #h-nav08 {
    width: 24.375vw;
  }
}

/*========== MAINIMG ==========*/
#mainimg {
  padding: 190px 0px 90px;
  background: url(../images/common/mainimg_common.png) center top/1500px no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mainimg {
    padding: 29.6875vw 0vw 14.0625vw;
  }
}
@media screen and (max-width: 767px) {
  #mainimg {
    background: url(../images/common/mainimg_common.png) center top/auto 100% no-repeat;
  }
}
#mainimg #main-h2 {
  text-align: center;
}
#mainimg #main-h2 img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mainimg #main-h2 img {
    width: 34.375vw;
  }
}
#mainimg .pictures {
  margin: 0 auto;
  position: relative;
  top: -130px;
  width: 1000px;
}
#mainimg .pictures li {
  display: block;
  padding-top: 20px;
  position: absolute;
}
#mainimg .pictures li .in-frame {
  margin: 0 auto;
}
#mainimg .pictures .pic01 {
  -webkit-animation: 6s ease 1s infinite forwards pukapuka;
  animation: 6s ease 1s infinite forwards pukapuka;
}
#mainimg .pictures .pic01 .in-frame {
  -webkit-animation: 8s ease 0.4s infinite forwards kurun;
  animation: 8s ease 0.4s infinite forwards kurun;
}
#mainimg .pictures .pic02 {
  -webkit-animation: 6s ease 2s infinite forwards pukapuka;
  animation: 6s ease 2s infinite forwards pukapuka;
}
#mainimg .pictures .pic02 .in-frame {
  -webkit-animation: 8s ease 0.8s infinite forwards kurun;
  animation: 8s ease 0.8s infinite forwards kurun;
}
#mainimg .pictures .pic03 {
  -webkit-animation: 6s ease 3s infinite forwards pukapuka;
  animation: 6s ease 3s infinite forwards pukapuka;
}
#mainimg .pictures .pic03 .in-frame {
  -webkit-animation: 8s ease 1.2s infinite forwards kurun;
  animation: 8s ease 1.2s infinite forwards kurun;
}
#mainimg .pictures .pic04 {
  -webkit-animation: 6s ease 4s infinite forwards pukapuka;
  animation: 6s ease 4s infinite forwards pukapuka;
}
#mainimg .pictures .pic04 .in-frame {
  -webkit-animation: 8s ease 1.6s infinite forwards kurun;
  animation: 8s ease 1.6s infinite forwards kurun;
}
#mainimg .pictures .pic01 {
  background: url(../images/common/mainpic_bg_common01.png);
  border-radius: 50% 50% 50% 50%;
  height: 185px;
  left: 25px;
  top: 10px;
  width: 205px;
}
#mainimg .pictures .pic01 .in-frame {
  background: url(../images/common/mainpic_commom1.jpg) center no-repeat;
  border-radius: 50% 50% 50% 50%;
  height: 154px;
  overflow: hidden;
  width: 173px;
}
#mainimg .pictures .pic02 {
  background: url(../images/common/mainpic_bg_common02.png);
  border-radius: 50% 50% 50% 50%;
  height: 210px;
  left: 218px;
  top: 146px;
  width: 243px;
}
#mainimg .pictures .pic02 .in-frame {
  background: url(../images/common/mainpic_commom7.jpg) center no-repeat;
  border-radius: 50% 50% 50% 50%;
  height: 180px;
  overflow: hidden;
  width: 200px;
}
#mainimg .pictures .pic03 {
  background: url(../images/common/mainpic_bg_common03.png);
  border-radius: 50% 50% 50% 50%;
  height: 180px;
  right: 274px;
  top: 144px;
  width: 193px;
}
#mainimg .pictures .pic03 .in-frame {
  background: url(../images/common/mainpic_commom13.jpg) center no-repeat;
  border-radius: 50% 50% 50% 50%;
  height: 156px;
  overflow: hidden;
  width: 171px;
}
#mainimg .pictures .pic04 {
  background: url(../images/common/mainpic_bg_common04.png);
  border-radius: 50% 50% 50% 50%;
  height: 205px;
  right: 0;
  width: 244px;
}
#mainimg .pictures .pic04 .in-frame {
  background: url(../images/common/mainpic_commom19.jpg) center no-repeat;
  border-radius: 50% 50% 50% 50%;
  height: 180px;
  overflow: hidden;
  width: 200px;
}

/*========== BACK-TO-TOP ==========*/
#to-top {
  bottom: 5%;
  position: fixed;
  right: 5%;
  z-index: 99;
}
#to-top .to-top-txt {
  display: block;
}
#to-top .to-top-img {
  display: block;
}
#to-top:hover .to-top-img {
  -webkit-animation: 1.2s ease 0s infinite forwards shake-maiko;
  animation: 1.2s ease 0s infinite shake-maiko;
}
@media screen and (max-width: 767px) {
  #to-top:hover .to-top-img {
    -webkit-animation: 1.2s ease 0s 1 forwards shake-maiko;
    animation: 1.2s ease 0s 1 shake-maiko;
  }
}

/*========== FOOTER ==========*/
footer {
  background: url(../images/common/foot_BG.png) bottom center/1000px no-repeat;
}
@media screen and (max-width: 767px) {
  footer {
    background-size: 100% auto;
  }
}
footer #footer {
  padding: 80px 0px 213px;
  background: url(../images/common/bg_common_footer_top-line.png) top center/980px no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer #footer {
    padding: 12.5vw 0vw 33.28125vw;
  }
}
footer #footer #f-map-ttl {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  footer #footer #f-map-ttl {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  footer #footer #f-map-ttl img {
    width: 72.96875vw;
  }
}
footer #footer #f-gmap {
  margin: 0px auto 40px;
  height: 280px;
  width: 900px;
}
@media screen and (max-width: 767px) {
  footer #footer #f-gmap {
    margin: 0vw auto 6.25vw;
  }
}
footer #footer #f-gmap iframe {
  height: 280px;
  width: 900px;
}
@media screen and (max-width: 767px) {
  footer #footer #f-gmap {
    height: 43.75vw;
    width: 100%;
  }
  footer #footer #f-gmap iframe {
    height: 43.75vw;
    width: 100%;
  }
}
footer #footer #f-cont #f-logo {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  footer #footer #f-cont #f-logo {
    margin: 0 0 6.25vw 0;
  }
  footer #footer #f-cont #f-logo .logo-ico {
    width: 7.8125vw;
  }
  footer #footer #f-cont #f-logo .logo-name {
    width: 39.0625vw;
  }
}
footer #footer #f-cont #f-address {
  font-size: 1.2rem;
  display: inline-block;
  text-align: left;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  footer #footer #f-cont #f-address {
    font-size: 2.2rem;
  }
}
footer #footer #f-cont #f-address address {
  line-height: 1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  footer #footer #f-cont #f-address {
    text-align: center;
  }
  footer #footer #f-cont #f-address address {
    margin-bottom: 6.25vw;
  }
  footer #footer #f-cont #f-address .f-tel {
    width: 42.1875vw;
  }
}
footer #footer #f-cont #f-links {
  margin: 20px 0px 45px;
}
@media screen and (max-width: 767px) {
  footer #footer #f-cont #f-links {
    margin: 3.125vw 0vw 7.03125vw;
  }
}
footer #footer #f-cont #f-links img {
  transition: all 0.3s ease-out;
}
footer #footer #f-cont #f-links img:hover {
  transition: all 0.3s ease-out;
}
footer #footer #f-cont #f-links img:hover {
  opacity: .7;
}
@media screen and (max-width: 767px) {
  footer #footer #f-cont #f-links img {
    width: 61.71875vw;
  }
}
footer #footer #copy {
  font-size: 1rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  footer #footer #copy {
    font-size: 2rem;
  }
}

/*-------------------------------------------------------------------------------
  INDEX
--------------------------------------------------------------------------------*/
#index #block-one {
  -webkit-animation: page-open 2.5s forwards;
  animation: page-open 2.5s forwards;
  display: block;
  left: calc(50% - 341px/2);
  position: fixed;
  top: calc(50% - 288px/2);
}
@media screen and (max-width: 767px) {
  #index #block-one {
    left: 0;
    top: 20%;
    text-align: center;
    width: 100%;
  }
  #index #block-one img {
    margin: 0 auto;
    width: 87.5%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #index #block-one {
    left: calc(50% - 341px/2);
    top: 5%;
  }
  #index #block-one img {
    width: 45vw;
  }
}

#index #cont-wp_all {
  -webkit-animation: cont-block 2s 2.5s forwards;
  animation: cont-block 2s 2.5s forwards;
  opacity: 0;
}
#index #mainimg_index {
  background: url(../images/common/bg_common_all.jpg);
}
#index #mainimg_index .ticker {
  display: block;
  height: 550px;
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  #index #mainimg_index {
    padding-top: 12.5vw;
  }
  #index #mainimg_index .ticker {
    height: 50vw;
    padding-top: 25px;
  }
}
#index #main_index {
  background: url(../images/index/bg_index_news_top.png) center top/1500px no-repeat;
  margin-top: -70px;
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
#index #main_index .news-top {
  background: url(../images/index/bg_index_news_cont.png) center top/1500px no-repeat;
  padding: 35px 0 44px 0;
}
@media screen and (max-width: 767px) {
  #index #main_index {
    background: url(../images/index/bg_index_news_top.png) center top/auto 5.46875vw no-repeat;
    margin-top: -10.9375vw;
    padding-top: 5.46875vw;
  }
  #index #main_index .news-top {
    background: url(../images/index/bg_index_news_cont.png) center top/cover repeat-y;
    padding: 5.46875vw 0 6.875vw 0;
  }
}
#index #main_index #news li {
  display: inline-block;
  vertical-align: top;
}
#index #main_index #news .news-ttl .news-h2 img {
  display: block;
}
#index #main_index #news .news-ttl .news-h2 .news-maiko {
  -webkit-animation: shake-maiko_hidden 10s infinite forwards;
  animation: shake-maiko_hidden 10s infinite forwards;
}
#index #main_index #news .news-ttl .news-h2 .news-children {
  -webkit-animation: jumping_hidden 5s 1s infinite forwards;
  animation: jumping_hidden 5s 1s infinite forwards;
}
@media screen and (max-width: 767px) {
  #index #main_index #news .news-ttl {
    width: 100%;
  }
  #index #main_index #news .news-ttl .news-h2 {
    display: block;
    margin: 0 auto;
    width: 46.875vw;
  }
}
#index #main_index #news .news-cont {
  padding: 40px 0px 20px;
  background: #fff;
  border-radius: 20px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  #index #main_index #news .news-cont {
    padding: 6.25vw 0vw 3.125vw;
  }
}
#index #main_index #news .news-cont table {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #index #main_index #news .news-cont table {
    margin-bottom: 0vw;
  }
}
#index #main_index #news .news-cont table th {
  font-weight: normal;
  padding: 0 0 15px 50px;
  vertical-align: top;
}
#index #main_index #news .news-cont table td {
  padding: 0 50px 15px 20px;
}
#index #main_index #news .news-cont table td a {
  border-bottom: 1px solid #333;
}
#index #main_index #news .news-cont table td a:hover {
  border-bottom: none;
}
#index #main_index #news .news-cont .to-news {
  padding-right: 25px;
  text-align: right;
}
#index #main_index #news .news-cont .to-news a {
  border-bottom: 1px solid #333;
}
#index #main_index #news .news-cont .to-news a:hover {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #index #main_index #news .news-cont {
    width: 100%;
  }
  #index #main_index #news .news-cont table {
    width: 100%;
  }
  #index #main_index #news .news-cont table th {
    padding: 0 0 2.34375vw 3.125vw;
    width: 7em;
  }
  #index #main_index #news .news-cont table td {
    padding: 0 3.125vw 2.34375vw 3.125vw;
  }
}
#index #footer {
  padding-top: 55px;
  background: none;
}
@media screen and (max-width: 767px) {
  #index #footer {
    padding-top: 8.59375vw;
  }
}

/*-------------------------------------------------------------------------------
  INTRODUCTION
--------------------------------------------------------------------------------*/
#introduction #mainimg {
  margin-bottom: 200px;
}
#introduction #mainimg #main-h2-ico {
  -webkit-animation: .8s ease 1s 1 forwards shake-maiko;
  animation: .8s ease 1s 1 forwards shake-maiko;
}
@media screen and (max-width: 767px) {
  #introduction #mainimg {
    margin-bottom: 12.5vw;
  }
}
#introduction #main #sec01 {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec01 {
    margin-bottom: 15.625vw;
  }
}
#introduction #main #sec01 .main-h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec01 .main-h3 {
    margin-bottom: 6.25vw;
  }
}
#introduction #main #sec01 .cont01 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec01 .cont01 {
    margin-bottom: 14.0625vw;
  }
}
#introduction #main #sec01 .cont01 .main-h3 img {
  -webkit-animation: 15s linear 0s infinite forwards fuwafuwa;
  animation: 15s linear 0s infinite forwards fuwafuwa;
}
#introduction #main #sec01 .cont01 .box {
  padding: 65px 30px 53px 60px;
  background: url(../images/introduction/content_bg.png) no-repeat;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec01 .cont01 .box {
    padding: 10.15625vw 4.6875vw 8.28125vw 9.375vw;
  }
}
#introduction #main #sec01 .cont01 .box .box-ttl {
  display: inline-block;
  margin-right: 70px;
  vertical-align: top;
}
#introduction #main #sec01 .cont01 .box .txt {
  display: inline-block;
}
#introduction #main #sec01 .cont01 .box .txt h5 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec01 .cont01 .box .txt h5 {
    margin-bottom: 6.25vw;
  }
}
#introduction #main #sec01 .cont01 .box .txt img {
  display: block;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec01 .cont01 .box {
    background: url(../images/photo/bg_photo02.png) center top/contain no-repeat;
    padding: 5.3125vw 4.6875vw 5.9375vw;
  }
  #introduction #main #sec01 .cont01 .box .box-ttl {
    margin: 0 0 6.25vw 0;
    width: 40.9375vw;
  }
  #introduction #main #sec01 .cont01 .box .txt {
    width: 100%;
  }
  #introduction #main #sec01 .cont01 .box .txt img {
    display: block;
  }
}
#introduction #main #sec01 .cont02 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec01 .cont02 {
    margin-bottom: 11.71875vw;
  }
}
#introduction #main #sec01 .cont02 .main-h3 img {
  -webkit-animation: 12s linear 3s infinite forwards fuwafuwa;
  animation: 12s linear 3s infinite forwards fuwafuwa;
}
#introduction #main #sec01 .cont02 h4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec01 .cont02 h4 {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #introduction #main #sec01 .cont02 h4 img {
    width: 49.53125vw;
  }
  #introduction #main #sec01 .cont02 p img {
    width: 82.65625vw;
  }
}
#introduction #main #sec01 .cont03 .main-h3 img {
  -webkit-animation: 12s linear 6s infinite forwards fuwafuwa;
  animation: 12s linear 6s infinite forwards fuwafuwa;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec01 .cont03 h4 img {
    width: 90.625vw;
  }
}
#introduction #main #sec02 {
  padding: 100px 0px 155px;
  margin-bottom: 30px;
  background: url(../images/introduction/content_bg02.png) center top/1500px no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec02 {
    padding: 15.625vw 0vw 24.21875vw;
  }
}
@media screen and (max-width: 767px) {
  #introduction #main #sec02 {
    margin-bottom: 4.6875vw;
  }
}
#introduction #main #sec02 .main-h3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec02 .main-h3 {
    margin-bottom: 9.375vw;
  }
}
#introduction #main #sec02 .main-h3 img {
  -webkit-animation: 12s linear 2s infinite forwards fuwafuwa;
  animation: 12s linear 2s infinite forwards fuwafuwa;
}
#introduction #main #sec02 h4 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec02 h4 {
    margin-bottom: 10.9375vw;
  }
}
@media screen and (max-width: 767px) {
  #introduction #main #sec02 {
    background-size: auto 100%;
    padding-top: 24.21875vw;
  }
  #introduction #main #sec02 h4 img {
    width: 90.625vw;
  }
}
#introduction #main #sec02 .comment-box li {
  display: inline-block;
  margin-right: 55px;
  opacity: 0;
  vertical-align: top;
  width: 170px;
}
#introduction #main #sec02 .comment-box li .txt {
  font-size: 1.2rem;
  letter-spacing: .05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec02 .comment-box li .txt {
    font-size: 2.2rem;
  }
}
#introduction #main #sec02 .comment-box .comment04 {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec02 .comment-box {
    margin: 0 auto;
    width: 90.625vw;
  }
  #introduction #main #sec02 .comment-box li {
    margin-right: 0;
    width: 40.625vw;
  }
  #introduction #main #sec02 .comment-box .comment01 {
    margin: 0 3.125vw 6.25vw 0;
  }
  #introduction #main #sec02 .comment-box .comment02 {
    margin-bottom: 6.25vw;
  }
  #introduction #main #sec02 .comment-box .comment03 {
    margin-right: 3.125vw;
  }
}
#introduction #main #sec02 .comment-box.float-in .comment01 {
  -webkit-animation: 0.5s ease-out 0s 1 forwards float_in;
  animation: 0.5s ease-out 0s 1 forwards float_in;
}
#introduction #main #sec02 .comment-box.float-in .comment02 {
  -webkit-animation: 0.5s ease-out 0.4s 1 forwards float_in;
  animation: 0.5s ease-out 0.4s 1 forwards float_in;
}
#introduction #main #sec02 .comment-box.float-in .comment03 {
  -webkit-animation: 0.5s ease-out 0.8s 1 forwards float_in;
  animation: 0.5s ease-out 0.8s 1 forwards float_in;
}
#introduction #main #sec02 .comment-box.float-in .comment04 {
  -webkit-animation: 0.5s ease-out 1.2s 1 forwards float_in;
  animation: 0.5s ease-out 1.2s 1 forwards float_in;
}
#introduction #main #sec03 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec03 {
    margin-bottom: 20.3125vw;
  }
}
#introduction #main #sec03 h3 {
  margin: 0px auto 50px;
  display: block;
  width: 172px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec03 h3 {
    margin: 0vw auto 7.8125vw;
  }
}
#introduction #main #sec03 h3 img {
  display: block;
}
#introduction #main #sec03 h3 .h3-ico {
  -webkit-animation: jumping_hidden 5s 1s infinite forwards;
  animation: jumping_hidden 5s 1s infinite forwards;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec03 h3 {
    width: 46.875vw;
  }
}
#introduction #main #sec03 .cont .tables {
  display: inline-block;
  margin-right: 55px;
  width: 500px;
}
#introduction #main #sec03 .cont .tables table tr th {
  padding-bottom: 30px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec03 .cont .tables table tr th {
    padding-bottom: 4.6875vw;
  }
}
#introduction #main #sec03 .cont .tables table tr td {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec03 .cont .tables table tr td {
    padding-bottom: 4.6875vw;
  }
}
#introduction #main #sec03 .cont .tables table tr:last-of-type th,
#introduction #main #sec03 .cont .tables table tr:last-of-type td {
  padding-bottom: 0;
}
#introduction #main #sec03 .cont .tables .table01 {
  margin-bottom: 45px;
  background: url(../images/introduction/tableborder.png) center bottom no-repeat;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec03 .cont .tables .table01 {
    margin-bottom: 7.03125vw;
  }
}
#introduction #main #sec03 .cont .tables .table01 tr:last-of-type th,
#introduction #main #sec03 .cont .tables .table01 tr:last-of-type td {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec03 .cont .tables .table01 tr:last-of-type th,
  #introduction #main #sec03 .cont .tables .table01 tr:last-of-type td {
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #introduction #main #sec03 .cont .tables {
    margin: 0 0 9.375vw 0;
    width: 100%;
  }
  #introduction #main #sec03 .cont .tables table tr th {
    width: 6em;
  }
}
#introduction #main #sec03 .cont .pictures {
  display: inline-block;
  vertical-align: top;
}
#introduction #main #sec03 .cont .pictures img {
  display: block;
}
#introduction #main #sec03 .cont .pictures img:first-of-type {
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  #introduction #main #sec03 .cont .pictures img:first-of-type {
    margin-bottom: 0.46875vw;
  }
}

/*-------------------------------------------------------------------------------
  SCHEDULE
--------------------------------------------------------------------------------*/
#schedule .anchor {
  margin-top: -190px;
  padding-top: 190px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #schedule .anchor {
    margin-top: -30vw;
    padding-top: 30vw;
  }
}
#schedule #mainimg {
  margin-bottom: 200px;
}
#schedule #mainimg #main-h2-ico {
  -webkit-animation: .8s ease .5s 1 forwards jumping;
  animation: .8s ease .5s 1 forwards jumping;
}
@media screen and (max-width: 767px) {
  #schedule #mainimg {
    margin-bottom: 12.5vw;
  }
}
#schedule #main {
  color: #452d03;
}
#schedule #main h4 img {
  display: block;
}
#schedule #main #jump-btns {
  background: url(../images/schedule/bg_schedule_btn-area.png) center center/contain no-repeat;
  margin: 0 auto 88px;
  padding: 3% 0;
  position: relative;
  width: 1000px;
}
#schedule #main #jump-btns .ico {
  margin: -.5% 0 0 -1.3%;
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
}
#schedule #main #jump-btns .btns {
  text-align: center;
}
#schedule #main #jump-btns .btns .btn {
  cursor: pointer;
  display: inline-block;
  margin-right: 4.3%;
  width: 21.5%;
}
#schedule #main #jump-btns .btns .btn img {
  width: 100%;
}
#schedule #main #jump-btns .btns .btn:hover {
  -webkit-animation: .8s ease 0s 1 forwards jumping;
  animation: .8s ease 0s 1 forwards jumping;
}
#schedule #main #jump-btns .btns .btn:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #schedule #main #jump-btns {
    margin-bottom: 13.75vw;
    width: 90.625vw;
  }
}
#schedule #main #sec01 {
  margin: 0 auto;
  padding-left: 50px;
  width: 1000px;
}
#schedule #main #sec01 .main-h3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 .main-h3 {
    margin-bottom: 7.03125vw;
  }
}
#schedule #main #sec01 .main-h3 img {
  -webkit-animation: 12s linear 0s infinite forwards fuwafuwa;
  animation: 12s linear 0s infinite forwards fuwafuwa;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 {
    padding-left: 0;
    width: 90.625vw;
  }
}
#schedule #main #sec01 .maintxt {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 .maintxt {
    margin-bottom: 10.9375vw;
  }
}
#schedule #main #sec01 > div {
  position: relative;
}
#schedule #main #sec01 > div > * {
  display: inline-block;
  vertical-align: top;
}
#schedule #main #sec01 > div h4 {
  margin-right: 40px;
}
#schedule #main #sec01 > div p {
  margin-top: 25px;
}
#schedule #main #sec01 > div .pic {
  margin: 0 0 0 37px;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 > div h4 {
    display: block;
    margin: 0 auto 6.25vw;
    width: 46.875vw;
  }
  #schedule #main #sec01 > div p {
    margin-top: 0;
  }
  #schedule #main #sec01 > div .pic {
    display: block;
    margin: 0 auto 1em;
    width: 50%;
  }
}
#schedule #main #sec01 .cont01 {
  margin-bottom: 50px;
  padding-bottom: 40px;
  background: url(../images/information/bg_bottom-line_information.png) left bottom no-repeat;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 .cont01 {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 .cont01 {
    padding-bottom: 6.25vw;
  }
}
#schedule #main #sec01 .cont01 h4 .h4-ico {
  -webkit-animation: jumping_hidden 5s 0s infinite forwards;
  animation: jumping_hidden 5s 0s infinite forwards;
}
#schedule #main #sec01 .cont01 p {
  vertical-align: top;
  width: 30em;
}
#schedule #main #sec01 .cont01 .pic {
  margin-top: -10px;
  margin-bottom: -66px;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 .cont01 p {
    width: 100%;
  }
  #schedule #main #sec01 .cont01 .pic {
    margin-top: 1em;
    margin-bottom: 0;
  }
}
#schedule #main #sec01 .cont02 {
  margin-bottom: 50px;
  padding-bottom: 40px;
  background: url(../images/information/bg_bottom-line_information.png) left bottom no-repeat;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 .cont02 {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 .cont02 {
    padding-bottom: 6.25vw;
  }
}
#schedule #main #sec01 .cont02 h4 .h4-ico {
  -webkit-animation: jumping_hidden 5s .6s infinite forwards;
  animation: jumping_hidden 5s .6s infinite forwards;
}
#schedule #main #sec01 .cont02 p {
  width: 23em;
}
#schedule #main #sec01 .cont02 .pic {
  margin-top: -13px;
  margin-bottom: -63px;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 .cont02 p {
    width: 100%;
  }
  #schedule #main #sec01 .cont02 .pic {
    margin-top: 1em;
    margin-bottom: 0;
  }
}
#schedule #main #sec01 .cont03 {
  margin-bottom: 108px;
  padding-bottom: 40px;
  background: url(../images/information/bg_bottom-line_information.png) left bottom no-repeat;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 .cont03 {
    margin-bottom: 16.875vw;
  }
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 .cont03 {
    padding-bottom: 6.25vw;
  }
}
#schedule #main #sec01 .cont03 h4 .h4-ico {
  -webkit-animation: jumping_hidden 5s 1.2s infinite forwards;
  animation: jumping_hidden 5s 1.2s infinite forwards;
}
#schedule #main #sec01 .cont03 p {
  width: 30em;
}
#schedule #main #sec01 .cont03 .pic {
  margin-top: -10px;
  margin-bottom: -66px;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec01 .cont03 p {
    width: 100%;
  }
  #schedule #main #sec01 .cont03 .pic {
    margin-top: 1em;
    margin-bottom: 0;
  }
}
#schedule #main #sec02 {
  background: url(../images/schedule/bg_cont_schedule.png) center top/1500px no-repeat;
  padding: 114px calc(50% - 450px) 148px;
  position: relative;
}
#schedule #main #sec02 .main-h3 {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec02 .main-h3 {
    margin-bottom: 4.6875vw;
  }
}
#schedule #main #sec02 .main-h3 .txt {
  position: absolute;
  top: 0;
  left: 0;
  margin: -6.9% 0 0 3.8%;
  width: 43.54%;
}
#schedule #main #sec02 .main-h3 img {
  -webkit-animation: 12s linear 3s infinite forwards fuwafuwa;
  animation: 12s linear 3s infinite forwards fuwafuwa;
}
#schedule #main #sec02 .left-column,
#schedule #main #sec02 .right-column {
  display: inline-block;
  vertical-align: top;
  width: 41.11%;
}
#schedule #main #sec02 .left-column .garland,
#schedule #main #sec02 .right-column .garland {
  margin-bottom: 7.57%;
}
#schedule #main #sec02 .left-column h4,
#schedule #main #sec02 .right-column h4 {
  text-align: center;
}
#schedule #main #sec02 .left-column h4 img,
#schedule #main #sec02 .right-column h4 img {
  display: inline-block;
}
#schedule #main #sec02 .left-column .ttl-box,
#schedule #main #sec02 .right-column .ttl-box {
  text-align: center;
}
#schedule #main #sec02 .left-column .ttl-box li,
#schedule #main #sec02 .right-column .ttl-box li {
  display: inline-block;
  margin: 0 4.86% 10% 0;
  width: 21.62%;
}
#schedule #main #sec02 .left-column .ttl-box li img,
#schedule #main #sec02 .right-column .ttl-box li img {
  width: 100%;
  display: block;
}
#schedule #main #sec02 .left-column .ttl-box li:last-of-type,
#schedule #main #sec02 .right-column .ttl-box li:last-of-type {
  margin-right: 0;
}
#schedule #main #sec02 .left-column .time-flow .time,
#schedule #main #sec02 .right-column .time-flow .time {
  background: #fff;
  border-radius: 1em;
  padding: .64em .5em .5em .5em;
}
#schedule #main #sec02 .left-column .time-flow .time + .time,
#schedule #main #sec02 .right-column .time-flow .time + .time {
  margin-top: 6.22%;
}
#schedule #main #sec02 .left-column .time-flow .time.t1230,
#schedule #main #sec02 .right-column .time-flow .time.t1230 {
  margin-top: 29.73%;
}
#schedule #main #sec02 .left-column .time-flow .time.t1450,
#schedule #main #sec02 .right-column .time-flow .time.t1450 {
  margin-top: 25.62%;
}
#schedule #main #sec02 .left-column .time-flow .time.t1115,
#schedule #main #sec02 .right-column .time-flow .time.t1115 {
  margin-top: 13.15%;
}
#schedule #main #sec02 .left-column .time-flow .time img,
#schedule #main #sec02 .right-column .time-flow .time img {
  display: inline-block;
  margin-right: .86em;
  vertical-align: middle;
  width: 22.475%;
}
#schedule #main #sec02 .left-column .time-flow .time .txt,
#schedule #main #sec02 .right-column .time-flow .time .txt {
  display: inline-block;
  line-height: 2em;
  vertical-align: middle;
}
#schedule #main #sec02 .left-column .time-flow .time .txt .comment,
#schedule #main #sec02 .right-column .time-flow .time .txt .comment {
  display: inline-block;
  line-height: 1.2em;
  font-size: 13px;
}
#schedule #main #sec02 .left-column {
  margin-right: 1.67%;
  vertical-align: top;
}
#schedule #main #sec02 .center-line {
  display: inline-block;
  margin-top: 19.44%;
  margin-right: 1.67%;
  text-align: center;
  width: 14.44%;
}
#schedule #main #sec02 .center-line .imgs {
  width: 100%;
}
#schedule #main #sec02 .center-line .imgs ul {
  background: url(../images/schedule/bg_schedule_center-line.png) center top/14.61% repeat-y;
  padding: 92.31% 0 165.38%;
}
#schedule #main #sec02 .center-line .imgs .img.morning {
  margin-bottom: 26.92%;
}
#schedule #main #sec02 .center-line .imgs .img.lunch {
  margin-top: 107.69%;
}
#schedule #main #sec02 .center-line .imgs .img.yawm {
  margin-top: 69.23%;
}
#schedule #main #sec02 .center-line .imgs .img.yummy {
  margin-top: 84.62%;
}
#schedule #main #sec02 .center-line .imgs .img.bye {
  margin-top: 69.23%;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec02 {
    background-size: cover;
    padding: 16.40625vw calc(50% - 290 * 0.15265vw) 21.875vw;
  }
  #schedule #main #sec02 .left-column .time-flow .time.t1230,
  #schedule #main #sec02 .right-column .time-flow .time.t1230 {
    margin-top: 117%;
  }
  #schedule #main #sec02 .left-column .time-flow .time.t1450,
  #schedule #main #sec02 .right-column .time-flow .time.t1450 {
    margin-top: 95%;
  }
  #schedule #main #sec02 .left-column .time-flow .time.t1115,
  #schedule #main #sec02 .right-column .time-flow .time.t1115 {
    margin-top: 31%;
  }
  #schedule #main #sec02 .left-column .time-flow .time img,
  #schedule #main #sec02 .right-column .time-flow .time img {
    display: block;
    margin: 0 auto 10%;
  }
  #schedule #main #sec02 .left-column .time-flow .time .txt,
  #schedule #main #sec02 .right-column .time-flow .time .txt {
    display: block;
    font-size: .9em;
    margin: 0 auto;
    text-align: center;
  }
  #schedule #main #sec02 .left-column .time-flow .time.t1500 {
    margin-top: 28%;
  }
  #schedule #main #sec02 .left-column .time-flow .time.t1600 {
    margin-top: 24%;
  }
  #schedule #main #sec02 .center-line .imgs ul {
    padding: 282% 0 415%;
  }
  #schedule #main #sec02 .center-line .imgs .img.lunch {
    margin-top: 745%;
  }
  #schedule #main #sec02 .center-line .imgs .img.yawm {
    margin-top: 470%;
  }
  #schedule #main #sec02 .center-line .imgs .img.yummy {
    margin-top: 415%;
  }
  #schedule #main #sec02 .center-line .imgs .img.bye {
    margin-top: 215%;
  }
}
#schedule #main #sec03 {
  background: #fff;
  margin: 0 auto;
  max-width: 1500px;
  padding-top: 58px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec03 {
    padding-top: 9.0625vw;
  }
}
@media screen and (max-width: 767px) {
  #schedule #main #sec03 {
    padding-bottom: 12.5vw;
  }
}
#schedule #main #sec03 .wrapper {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec03 .wrapper {
    width: 100%;
  }
}
#schedule #main #sec03 .main-h3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec03 .main-h3 {
    margin-bottom: 7.03125vw;
  }
}
#schedule #main #sec03 .event {
  padding: 5%;
  padding-top: 1.43em;
}
#schedule #main #sec03 .event + .event {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec03 .event + .event {
    margin-top: 7.8125vw;
  }
}
#schedule #main #sec03 .event h4,
#schedule #main #sec03 .event strong,
#schedule #main #sec03 .event .event-name {
  display: inline-block;
  vertical-align: top;
}
#schedule #main #sec03 .event strong,
#schedule #main #sec03 .event .event-name {
  margin-top: 2.4%;
}
#schedule #main #sec03 .event h4 {
  margin-right: 45px;
}
#schedule #main #sec03 .event strong {
  margin-right: 20px;
}
#schedule #main #sec03 .event .event-name li {
  margin-bottom: .9em;
}
#schedule #main #sec03 .event .event-name li span {
  display: inline-block;
  line-height: 1.6;
}
#schedule #main #sec03 .event .event-name li .month {
  background: rgba(255, 255, 255, 0.42);
  border-radius: 100%;
  line-height: 1.5em;
  margin-right: .6em;
  text-align: center;
  vertical-align: top;
  width: 4ch;
}
#schedule #main #sec03 .event .event-name li:last-of-type {
  margin-bottom: 0;
}
#schedule #main #sec03 .event .photos .photo {
  display: inline-block;
  margin-right: 75px;
  width: 250px;
}
#schedule #main #sec03 .event .photos .photo .month {
  display: block;
  margin-bottom: -1%;
  text-align: right;
}
#schedule #main #sec03 .event .photos .photo .pic {
  border: 4px solid #fff;
  box-sizing: border-box;
  display: block;
  height: 210px;
  overflow: hidden;
}
#schedule #main #sec03 .event .photos .photo:last-of-type {
  margin-right: 0;
}
#schedule #main #sec03 .event.spring {
  background: url(../images/schedule/bg_schedule_sec0301.png) center top/100% no-repeat;
}
#schedule #main #sec03 .event.spring .photos {
  margin-top: -2em;
}
/* #schedule #main #sec03 .event.spring .photos .photo.m04 .pic img {
  transform: translateX(-10%);
}
#schedule #main #sec03 .event.spring .photos .photo.m05 .pic img {
  transform: translateX(-8%);
}
#schedule #main #sec03 .event.spring .photos .photo.m06 .pic img {
  transform: translateX(-10%);
} */
#schedule #main #sec03 .event.summer {
  background: url(../images/schedule/bg_schedule_sec0302.png) center top/100% no-repeat;
}
#schedule #main #sec03 .event.summer .photos {
  margin-top: -.5em;
}
/* #schedule #main #sec03 .event.summer .photos .photo.m07 .pic img {
  transform: translate(-9px, -47px);
}
#schedule #main #sec03 .event.summer .photos .photo.m08 .pic img {
  transform: translate(-3%, -21px);
}
#schedule #main #sec03 .event.summer .photos .photo.m09 .pic img {
      transform: translate(-9%, -39px);
} */
#schedule #main #sec03 .event.autumn {
  background: url(../images/schedule/bg_schedule_sec0303.png) center top/100% no-repeat;
}
#schedule #main #sec03 .event.autumn .photos {
  margin-top: -.5em;
}
/* #schedule #main #sec03 .event.autumn .photos .photo.m10 .pic img {
  transform: translate(-9%, -24px);
}
#schedule #main #sec03 .event.autumn .photos .photo.m11 .pic img {
  transform: translateX(-10%);
} */
#schedule #main #sec03 .event.autumn .photos .photo.m12 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#schedule #main #sec03 .event.winter {
  background: url(../images/schedule/bg_schedule_sec0304.png) center top/100% no-repeat;
}
#schedule #main #sec03 .event.winter .photos {
  margin-top: -2em;
}
/* #schedule #main #sec03 .event.winter .photos .photo.m01 .pic img {
  transform: translate(-6%, -7%);
} */
#schedule #main #sec03 .event.winter .photos .photo.m02 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #schedule #main #sec03 .event {
    background-size: cover !important;
    padding-top: 3em;
    padding-bottom: 4em;
  }
  #schedule #main #sec03 .event h4,
  #schedule #main #sec03 .event strong,
  #schedule #main #sec03 .event .event-name {
    display: block;
  }
  #schedule #main #sec03 .event h4 {
    margin-right: auto;
    margin-left: auto;
    width: 30%;
  }
  #schedule #main #sec03 .event strong {
    margin-right: 0;
    width: 30%;
  }
  #schedule #main #sec03 .event .event-name {
    margin-bottom: 2em;
  }
  #schedule #main #sec03 .event .event-name li .txt {
    width: 85%;
  }
  #schedule #main #sec03 .event .event-name li:last-of-type {
    margin-bottom: 0;
  }
  #schedule #main #sec03 .event .photos .photo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 85%;
  }
  #schedule #main #sec03 .event .photos .photo + .photo {
    margin-top: 1em;
  }
  #schedule #main #sec03 .event .photos .photo .month img {
    width: 15%;
  }
  #schedule #main #sec03 .event .photos .photo .pic {
    height: auto;
    max-height: calc(487 * 0.15625vw * 0.85);
  }
  #schedule #main #sec03 .event .photos .photo .pic img {
    transform: translate(0) !important;
  }
  #schedule #main #sec03 .event .photos .photo:last-of-type {
    margin-right: auto;
  }
}
#schedule footer {
  background: url(../images/common/foot_BG.png) bottom center/1000px no-repeat, #fff;
  margin: 0 auto;
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  #schedule footer {
    background-size: 100%;
  }
}

/*-------------------------------------------------------------------------------
  PHOTO
--------------------------------------------------------------------------------*/
#photo #mainimg {
  margin-bottom: 200px;
}
#photo #mainimg #main-h2-ico {
  -webkit-animation: .3s ease 1s 1 forwards flashing;
  animation: .3s ease 1s 1 forwards flashing;
}
@media screen and (max-width: 767px) {
  #photo #mainimg {
    margin-bottom: 12.5vw;
  }
}
#photo #main {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #photo #main {
    margin-bottom: 10.9375vw;
  }
}
#photo #main .fa-heart {
  color: #f46fbd;
}
#photo #main .fa-star {
  color: #f7ed00;
  font-size: 1.02em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}
#photo #main .fa-camera {
  color: #333;
}
#photo #main .tab-box {
  padding: 15px 0px 40px;
  margin-bottom: 60px;
  background: url(../images/photo/bg_photo01.png) no-repeat;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box {
    padding: 2.34375vw 0vw 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box {
    background: url(../images/photo/bg_photo02.png) top center/contain no-repeat;
  }
  #photo #main .tab-box .tab-h3-icon {
    width: 19.6875vw;
  }
  #photo #main .tab-box .tab-h3-txt {
    width: 57.34375vw;
  }
}
#photo #main .tab-box h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box h3 {
    margin-bottom: 4.6875vw;
  }
}
#photo #main .tab-box .tabs li {
  display: inline-block;
  margin-right: 25px;
}
#photo #main .tab-box .tabs li img {
  display: block;
}
#photo #main .tab-box .tabs li:last-of-type {
  margin-right: 0;
}
#photo #main .tab-box .tabs li:hover .tab-icon {
  -webkit-animation: .8s ease 0s 1 forwards scaling;
  animation: .8s ease 0s 1 scaling;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box .tabs li {
    width: 19.0625vw;
  }
  #photo #main .tab-box .tabs li img {
    display: block;
  }
  #photo #main .tab-box .tabs li.tab01, #photo #main .tab-box .tabs li.tab02 {
    margin: 0 4.6875vw 3.125vw 0;
  }
  #photo #main .tab-box .tabs li.tab03 {
    margin: 0 0 3.125vw 0;
  }
  #photo #main .tab-box .tabs li.tab04, #photo #main .tab-box .tabs li.tab05 {
    margin: 0 4.6875vw 0 0;
  }
}
#photo #main .tab-box ~ div {
  padding-bottom: 95px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div {
    padding-bottom: 14.84375vw;
  }
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div {
    margin-bottom: 4.6875vw;
  }
}
#photo #main .tab-box ~ div .main-box {
  position: relative;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div .main-box {
    margin: 0 auto 9.375vw;
    width: 90.625vw;
  }
}
#photo #main .tab-box ~ div .main-box h3 {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div .main-box h3 {
    position: absolute;
    width: 54.6875vw;
    z-index: 0;
  }
}
#photo #main .tab-box ~ div .main-box .main-pic {
  width: 300px;
}
#photo #main .tab-box ~ div .main-box .main-pic .ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div .main-box .main-pic .ttl {
    margin-bottom: 2.34375vw;
  }
}
#photo #main .tab-box ~ div .main-box .main-pic > img {
  border-radius: 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
  min-height: 100%;
  width: 100%;
}
#photo #main .tab-box ~ div .main-box .main-pic p {
  margin-top: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div .main-box .main-pic p {
    margin-top: 2.8125vw;
  }
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div .main-box .main-pic p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div .main-box .main-pic {
    position: relative;
    width: 42.96875vw;
    z-index: 1;
  }
}
#photo #main .tab-box ~ div .photo-box .photo {
  display: inline-block;
  margin-right: 43px;
  text-align: center;
  vertical-align: top;
  min-width: 310px;
}
#photo #main .tab-box ~ div .photo-box .photo img {
  margin-bottom: 18px;
  border-radius: 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div .photo-box .photo img {
    margin-bottom: 2.8125vw;
  }
}
#photo #main .tab-box ~ div .photo-box .photo p {
  padding-bottom: 20px;
  background: url(../images/photo/img_photo_txtline.png) bottom center no-repeat;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div .photo-box .photo p {
    padding-bottom: 3.125vw;
  }
}
#photo #main .tab-box ~ div .photo-box .photo:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div .photo-box .photo {
    margin: 0;
    text-align: center;
    width: 39.0625vw;
    min-width: inherit;
  }
  #photo #main .tab-box ~ div .photo-box .photo p {
    background-size: contain;
  }
  #photo #main .tab-box ~ div .photo-box .photo:first-of-type {
    margin-right: 6.25vw;
  }
  #photo #main .tab-box ~ div .photo-box .photo:nth-of-type(3) {
    margin: 6.25vw 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div .photo-box {
    margin: 0 auto;
    width: 90.625vw;
  }
}
#photo #main .tab-box ~ div:nth-of-type(even) {
  background: url(../images/photo/bg_photo_odd.png) bottom center/1500px no-repeat;
}
#photo #main .tab-box ~ div:nth-of-type(even) h3 {
  display: inline-block;
  margin: 0 110px 50px 0;
}
#photo #main .tab-box ~ div:nth-of-type(even) .main-pic {
  display: inline-block;
  margin: 40px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div:nth-of-type(even) {
    background-size: auto 80%;
  }
  #photo #main .tab-box ~ div:nth-of-type(even) h3 {
    left: 0;
    margin: 0;
  }
  #photo #main .tab-box ~ div:nth-of-type(even) .main-pic {
    float: right;
    margin: 0;
  }
}
#photo #main .tab-box ~ div:nth-of-type(odd) {
  background: url(../images/photo/bg_photo_even.png) bottom center/1500px no-repeat;
}
#photo #main .tab-box ~ div:nth-of-type(odd) h3 {
  display: inline-block;
  margin: 0 0 50px 0;
}
#photo #main .tab-box ~ div:nth-of-type(odd) .main-pic {
  display: inline-block;
  margin: 40px 110px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #photo #main .tab-box ~ div:nth-of-type(odd) {
    background-size: auto 80%;
  }
  #photo #main .tab-box ~ div:nth-of-type(odd) h3 {
    margin: 0;
    right: 0;
  }
  #photo #main .tab-box ~ div:nth-of-type(odd) .main-pic {
    float: left;
    margin: 0;
  }
}
#photo #main .tab-box ~ div .fruit {
  background: url(../images/photo/bg_photo_ringo-box.png) bottom center/1142px no-repeat;
  bottom: 100px;
  display: block;
  left: 0;
  position: absolute;
  right: 40px;
}
#photo #main #ringo01 .fruit {
  background: url(../images/photo/bg_photo_ringo-box.png) bottom center/1142px no-repeat;
  height: 153px;
}
@media screen and (max-width: 767px) {
  #photo #main #ringo01 h3 {
    vertical-align: text-bottom;
  }
}
#photo #main #ringo02 .fruit {
  background: url(../images/photo/bg_photo_ringo-box.png) bottom center/1142px no-repeat;
  height: 153px;
}
#photo #main #banana .fruit {
  background: url(../images/photo/bg_photo_banana-box.png) bottom center/1138px no-repeat;
  height: 134px;
}
#photo #main #mikan h3 {
  margin: 0 0 20px 0;
}
#photo #main #mikan .photo-box {
  margin-bottom: -1.3em;
}
#photo #main #mikan .fruit {
  background: url(../images/photo/bg_photo_mikan-box.png) bottom center/1120px no-repeat;
  height: 135px;
}
@media screen and (max-width: 767px) {
  #photo #main #mikan h3 {
    vertical-align: text-bottom;
  }
  #photo #main #mikan .photo-box {
    margin-bottom: 0;
  }
}
#photo #main #meron .fruit {
  background: url(../images/photo/bg_photo_meron-box.png) bottom center/1112px no-repeat;
  height: 139px;
}
@media screen and (max-width: 767px) {
  #photo #main #meron h3 {
    vertical-align: text-bottom;
  }
}
#photo #main #kurumi {
  margin-bottom: 0;
}
#photo #main #kurumi .fruit {
  background: url(../images/photo/bg_photo_kurumi-box.png) bottom center/1109px no-repeat;
  height: 136px;
}
@media screen and (max-width: 767px) {
  #photo #main #kurumi h3 {
    vertical-align: text-bottom;
  }
}

/*-------------------------------------------------------------------------------
  INFORMATION
--------------------------------------------------------------------------------*/
#information #mainimg {
  margin-bottom: 200px;
}
#information #mainimg #main-h2-ico {
  -webkit-animation: 1s ease 1s 1 forwards shake05;
  animation: 1s ease 1s 1 forwards shake05;
}
@media screen and (max-width: 767px) {
  #information #mainimg {
    margin-bottom: 12.5vw;
  }
}
#information #main h4 img {
  display: block;
}
#information #main #sec01 {
  margin: 0 auto;
  width: 900px;
}
#information #main #sec01 .main-h3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #information #main #sec01 .main-h3 {
    margin-bottom: 7.03125vw;
  }
}
#information #main #sec01 .main-h3 img {
  -webkit-animation: 12s linear 0s infinite forwards fuwafuwa;
  animation: 12s linear 0s infinite forwards fuwafuwa;
}
@media screen and (max-width: 767px) {
  #information #main #sec01 {
    width: 90.625vw;
  }
}
#information #main #sec01 > div h4 {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #information #main #sec01 > div h4 {
    display: block;
    margin: 0 auto 6.25vw;
    width: 46.875vw;
  }
}
#information #main #sec01 > div ul {
  display: inline-block;
  letter-spacing: .05em;
  line-height: 1.7em;
  margin: 10px 0 0 82px;
  vertical-align: top;
  width: 634px;
}
#information #main #sec01 > div ul li {
  margin-bottom: 20px;
  color: #452d03;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #information #main #sec01 > div ul li {
    margin-bottom: 3.125vw;
  }
}
#information #main #sec01 > div ul li:nth-of-type(1) {
  background: url(../images/information/bg_list01_information.png) left 4px no-repeat;
}
#information #main #sec01 > div ul li:nth-of-type(2) {
  background: url(../images/information/bg_list02_information.png) left top no-repeat;
}
#information #main #sec01 > div ul li:nth-of-type(3) {
  background: url(../images/information/bg_list03_information.png) left 4px no-repeat;
}
#information #main #sec01 > div ul li:nth-of-type(4) {
  background: url(../images/information/bg_list04_information.png) left 4px no-repeat;
}
#information #main #sec01 > div ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #information #main #sec01 > div ul {
    display: block;
    margin: 0;
    width: 100%;
  }
  #information #main #sec01 > div ul li {
    padding-left: 10.9375vw;
  }
}
#information #main #sec01 .cont01 {
  margin-bottom: 40px;
  padding-bottom: 65px;
  background: url(../images/information/bg_bottom-line_information.png) center bottom no-repeat;
}
@media screen and (max-width: 767px) {
  #information #main #sec01 .cont01 {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #information #main #sec01 .cont01 {
    padding-bottom: 10.15625vw;
  }
}
#information #main #sec01 .cont01 h4 .h4-ico {
  -webkit-animation: jumping_hidden 5s 0s infinite forwards;
  animation: jumping_hidden 5s 0s infinite forwards;
}
#information #main #sec01 .cont01 p {
  display: inline-block;
  margin: 40px 0 0 80px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #information #main #sec01 .cont01 p {
    margin: 0;
  }
}
#information #main #sec01 .cont02 {
  margin-bottom: 40px;
  padding-bottom: 65px;
  background: url(../images/information/bg_bottom-line_information.png) center bottom no-repeat;
}
@media screen and (max-width: 767px) {
  #information #main #sec01 .cont02 {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #information #main #sec01 .cont02 {
    padding-bottom: 10.15625vw;
  }
}
#information #main #sec01 .cont02 h4 .h4-ico {
  -webkit-animation: jumping_hidden 5s .6s infinite forwards;
  animation: jumping_hidden 5s .6s infinite forwards;
}
#information #main #sec01 .cont03 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #information #main #sec01 .cont03 {
    margin-bottom: 14.0625vw;
  }
}
#information #main #sec01 .cont03 h4 .h4-ico {
  -webkit-animation: jumping_hidden 5s 1.2s infinite forwards;
  animation: jumping_hidden 5s 1.2s infinite forwards;
}
#information #main #sec02 {
  margin-bottom: 30px;
  padding: 117px 0px 160px;
  background: url(../images/information/bg_content_information.png) center top/1500px no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #information #main #sec02 {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  #information #main #sec02 {
    padding: 18.28125vw 0vw 25vw;
  }
}
@media screen and (max-width: 767px) {
  #information #main #sec02 {
    background-size: auto 100%;
  }
}
#information #main #sec02 .main-h3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #information #main #sec02 .main-h3 {
    margin-bottom: 7.03125vw;
  }
}
#information #main #sec02 .main-h3 img {
  -webkit-animation: 12s linear 3s infinite forwards fuwafuwa;
  animation: 12s linear 3s infinite forwards fuwafuwa;
}
#information #main #sec02 p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #information #main #sec02 p {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #information #main #sec02 p span {
    color: #452d03;
    font-size: 2.6rem;
    margin: 0 auto;
    width: 90.625vw;
  }
}
#information #main #sec02 ul li {
  display: inline-block;
  margin-right: 70px;
  vertical-align: top;
}
#information #main #sec02 ul li:nth-of-type(2) {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  #information #main #sec02 ul li:nth-of-type(2) {
    margin-top: 2.03125vw;
  }
}
#information #main #sec02 ul li:nth-of-type(3) {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  #information #main #sec02 ul li:nth-of-type(3) {
    margin-top: 2.03125vw;
  }
}
#information #main #sec02 ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #information #main #sec02 ul {
    margin: 0 auto;
    width: 90.625vw;
  }
  #information #main #sec02 ul li {
    margin-right: 0;
    width: 42.96875vw;
  }
  #information #main #sec02 ul li:nth-of-type(1) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #information #main #sec02 ul li:nth-of-type(1) {
    margin-right: 3.125vw;
  }
}

#information #main #sec03 {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #information #main #sec03 {
    margin-bottom: 12.5vw;
  }
}
#information #main #sec03 .main-h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #information #main #sec03 .main-h3 {
    margin-bottom: 4.6875vw;
  }
}
#information #main #sec03 .main-h3 img {
  -webkit-animation: 12s linear 7s infinite forwards fuwafuwa;
  animation: 12s linear 7s infinite forwards fuwafuwa;
}
#information #main #sec03 p {
  font-size: 1.5rem;
  margin-bottom: 45px;
  color: #6f5426;
}
@media screen and (max-width: 767px) {
  #information #main #sec03 p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #information #main #sec03 p {
    margin-bottom: 7.03125vw;
  }
}
#information #main #sec03 ul li {
  display: inline-block;
  margin-right: 85px;
  vertical-align: top;
}
#information #main #sec03 ul li:nth-of-type(1) {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  #information #main #sec03 ul li:nth-of-type(1) {
    margin-top: 1.71875vw;
  }
}
#information #main #sec03 ul li:nth-of-type(2) {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  #information #main #sec03 ul li:nth-of-type(2) {
    margin-top: 2.8125vw;
  }
}
#information #main #sec03 ul li:nth-of-type(4) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #information #main #sec03 ul li:nth-of-type(4) {
    margin-top: 1.5625vw;
  }
}
#information #main #sec03 ul li:last-of-type {
  margin-right: 0;
}
#information #main #sec03 ul li:hover {
  -webkit-animation: .8s ease 0s 1 forwards scaling;
  animation: .8s ease 0s 1 forwards scaling;
}
@media screen and (max-width: 767px) {
  #information #main #sec03 ul {
    margin: 0 auto;
    width: 90.625vw;
  }
  #information #main #sec03 ul li {
    margin-right: 0;
    width: 42.96875vw;
  }
  #information #main #sec03 ul li:nth-of-type(odd) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #information #main #sec03 ul li:nth-of-type(odd) {
    margin-right: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  #information #main #sec03 ul li:nth-of-type(1) {
    margin-bottom: 6.25vw;
  }
  #information #main #sec03 ul li:nth-of-type(2) {
    margin-bottom: 6.25vw;
  }
  #information #main #sec03 ul li:last-of-type {
    margin-right: 0;
  }
}

/*-------------------------------------------------------------------------------
  KOSODATE
--------------------------------------------------------------------------------*/
#kosodate #mainimg {
  margin-bottom: 200px;
}
#kosodate #mainimg #main-h2-ico {
  -webkit-animation: .8s ease .5s 1 forwards rolling-3d;
  animation: .8s ease .5s 1 forwards rolling-3d;
}
@media screen and (max-width: 767px) {
  #kosodate #mainimg {
    margin-bottom: 12.5vw;
  }
}
#kosodate #main h4 img {
  display: block;
}
#kosodate #main #sec01 {
  margin: 0 auto;
  margin-bottom: 35px;
  text-align: center;
  width: 900px;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec01 {
    margin-bottom: 5.46875vw;
  }
}
#kosodate #main #sec01 .main-h3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec01 .main-h3 {
    margin-bottom: 7.03125vw;
  }
}
#kosodate #main #sec01 .main-h3 img {
  -webkit-animation: 12s linear 0s infinite forwards fuwafuwa;
  animation: 12s linear 0s infinite forwards fuwafuwa;
}
#kosodate #main #sec01 .main-h3 + img {
  margin-bottom: 15px;
  width: 53%;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec01 .main-h3 + img {
    margin-bottom: 2.34375vw;
    width: 100%;
  }
}
#kosodate #main #sec01 .img-box {
  margin-top: -12.22%;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec01 .img-box{
    margin-top: 0;
  }
}
#kosodate #main #sec01 .img-box .pic01 {
  width: 25%;
  /* ↓PDF非表示時に追加（2022/05/17） */
  margin-right: 74%;
}
#kosodate #main #sec01 .img-box .pic02 {
  margin-top: 2.22%;
  width: 25%;
}
#kosodate #main #sec01 .img-box .btn {
  margin: 0 13.33%;
  margin-top: 0%;
  display: inline-block;
  width: 14.21em;
}
#kosodate #main #sec01 .pic_none {
  display: inline-block;
  margin-top: 20px;

}
#kosodate #main #sec01 .img-box .btn img:hover {
  -webkit-animation: .8s ease 0s 1 forwards scaling;
  animation: .8s ease 0s 1 forwards scaling;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec01 {
    width: 90.625vw;
  }
  #kosodate #main #sec01 .img-box .btn {
    margin-right: 1em;
    margin-left: 1em;
    width: 9.21em;
    margin-top: 1em;
  }
}
#kosodate #main #sec02 {
  margin-bottom: 75px;
  padding: 110px 0px 120px;
  background: url(../images/kosodate/bg_content_kosodate.jpg) center center/1500px no-repeat;
  padding-right: calc(50% - 445px);
  padding-left: calc(50% - 445px);
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 {
    margin-bottom: 11.71875vw;
  }
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 {
    padding: 17.1875vw 0vw 18.75vw;
  }
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 {
    background-size: auto 100%;
    padding-right: calc(50% -  290 * 0.15625vw);
    padding-left: calc(50% - 290 * 0.15625vw);
  }
}
#kosodate #main #sec02 .main-h3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 .main-h3 {
    margin-bottom: 7.03125vw;
  }
}
#kosodate #main #sec02 .main-h3 img {
  -webkit-animation: 12s linear 3s infinite forwards fuwafuwa;
  animation: 12s linear 3s infinite forwards fuwafuwa;
}
#kosodate #main #sec02 h4 {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 h4 {
    display: block;
    margin: 0 auto 6.25vw;
    width: 46.875vw;
  }
}
#kosodate #main #sec02 .list {
  margin-left: 50px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 .list {
    margin-left: 7.8125vw;
  }
}
#kosodate #main #sec02 .list > li {
  margin-bottom: 25px;
  background: url(../images/kosodate/ico_kosodate_list.png) left top/1em no-repeat;
  padding-left: 1.4em;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 .list > li {
    margin-bottom: 3.90625vw;
  }
}
#kosodate #main #sec02 .list > li span {
  display: inline-block;
  vertical-align: top;
}
#kosodate #main #sec02 .list > li .ttl {
  width: 6.5em;
}
#kosodate #main #sec02 .list > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 .list > li .cont {
    width: 12em;
  }
}
#kosodate #main #sec02 .cont01,
#kosodate #main #sec02 .cont02 {
  margin-bottom: 40px;
  padding-bottom: 43px;
  background: url(../images/kosodate/bg_kosodate_bottom_line.png) center bottom/100% no-repeat;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 .cont01,
  #kosodate #main #sec02 .cont02 {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 .cont01,
  #kosodate #main #sec02 .cont02 {
    padding-bottom: 6.71875vw;
  }
}
#kosodate #main #sec02 .cont01 h4 .h4-ico {
  -webkit-animation: jumping_hidden 5s 0s infinite forwards;
  animation: jumping_hidden 5s 0s infinite forwards;
}
#kosodate #main #sec02 .cont01 .list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 .cont01 .list {
    margin-top: 5.46875vw;
  }
}
#kosodate #main #sec02 .cont02 h4 .h4-ico {
  -webkit-animation: jumping_hidden 5s .6s infinite forwards;
  animation: jumping_hidden 5s .6s infinite forwards;
}
#kosodate #main #sec02 .cont02 .list {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 .cont02 .list {
    margin-top: 10.15625vw;
  }
}
#kosodate #main #sec02 .cont03 h4 .h4-ico {
  -webkit-animation: jumping_hidden 5s 1.2s infinite forwards;
  animation: jumping_hidden 5s 1.2s infinite forwards;
}
#kosodate #main #sec02 .cont03 .list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #kosodate #main #sec02 .cont03 .list {
    margin-top: 5.46875vw;
  }
}

/*-------------------------------------------------------------------------------
  RECRUIT
--------------------------------------------------------------------------------*/
#recruit #mainimg {
  margin-bottom: 200px;
}
#recruit #mainimg #main-h2-ico {
  -webkit-animation: .6s ease 1s 1 forwards rolling;
  animation: .6s ease 1s 1 forwards rolling;
}
@media screen and (max-width: 767px) {
  #recruit #mainimg {
    margin-bottom: 12.5vw;
  }
}
#recruit #main {
  margin-bottom: 90px;
  color: #452d03;
}
@media screen and (max-width: 767px) {
  #recruit #main {
    margin-bottom: 14.0625vw;
  }
}
#recruit #main .main-h3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #recruit #main .main-h3 {
    margin-bottom: 7.03125vw;
  }
}
#recruit #main .main-h3 img {
  -webkit-animation: 15s linear 0s infinite forwards fuwafuwa;
  animation: 15s linear 0s infinite forwards fuwafuwa;
}
#recruit #main .maintxt {
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit #main .maintxt {
    margin-bottom: 10.15625vw;
  }
}
#recruit #main .subttl {
  font-size: 2.4rem;
  margin-bottom: 5px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #recruit #main .subttl {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit #main .subttl {
    margin-bottom: 0.78125vw;
  }
}
#recruit #main .subttl > * {
  vertical-align: middle;
}
#recruit #main .subttl .ico {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  #recruit #main .subttl .ico {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  #recruit #main .subttl .ico {
    width: 6.25vw;
  }
}
#recruit #main .subttl:nth-of-type(1) .ico {
  -webkit-animation: 6s ease 0s infinite forwards rolling_in-cont;
  animation: 6s ease 0s infinite forwards rolling_in-cont;
}
#recruit #main .subttl:nth-of-type(2) .ico {
  -webkit-animation: 6s ease 0.5s infinite forwards rolling_in-cont;
  animation: 6s ease 0.5s infinite forwards rolling_in-cont;
}
#recruit #main .subttl:nth-of-type(3) .ico {
  -webkit-animation: 6s ease 1s infinite forwards rolling_in-cont;
  animation: 6s ease 1s infinite forwards rolling_in-cont;
}
#recruit #main table {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #recruit #main table {
    margin-bottom: 7.8125vw;
  }
}
#recruit #main table tr th {
  padding: 8px 15px;
  background: #eee;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  width: 18%;
}
@media screen and (max-width: 767px) {
  #recruit #main table tr th {
    padding: 1.25vw 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  #recruit #main table tr th {
    width: 6em;
  }
}
#recruit #main table tr td {
  padding: 8px 15px;
  border: 1px solid #ccc;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #recruit #main table tr td {
    padding: 1.25vw 2.34375vw;
  }
}
#recruit #main table:last-of-type {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #recruit #main table:last-of-type {
    margin-bottom: 10.9375vw;
  }
}

/*-------------------------------------------------------------------------------
  CONTACT
--------------------------------------------------------------------------------*/
#contact #mainimg {
  margin-bottom: 200px;
}
#contact #mainimg #main-h2-ico {
  -webkit-animation: .5s ease 1s 1 forwards shake08;
  animation: .5s ease 1s 1 forwards shake08;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  #contact #mainimg {
    margin-bottom: 12.5vw;
  }
}
#contact #main {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #contact #main {
    margin-bottom: 14.0625vw;
  }
}
#contact #main .main-h3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #contact #main .main-h3 {
    margin-bottom: 7.03125vw;
  }
}
#contact #main .main-h3 img {
  -webkit-animation: 15s linear 0s infinite forwards fuwafuwa;
  animation: 15s linear 0s infinite forwards fuwafuwa;
}
#contact #main .maintxt {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact #main .maintxt {
    margin-bottom: 12.5vw;
  }
}



.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}
