@charset "UTF-8";
.animation {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #162577;
  text-align: center;
  color: #fff;
}
.animation__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.animation__logo__img {
  width: 260px;
}
.animation__fadeup {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
@-webkit-keyframes fadeUpAnime {
  0% {
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fadeUpAnime {
  0% {
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.ham__nav {
  position: absolute;
  top: 95px;
  /*ナビメニューを左に隠した状態になる*/
  left: 100%;
  width: 100%;
  height: 100vh;
  background: #162577 url(../images/bg_ham.png) no-repeat center bottom 100px/320px;
  /*０.7秒かけてナビメニューがスライドする*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ham__list {
  padding-top: 40px;
}
.ham__item {
  list-style-type: none;
  font-size: 20px;
}
.ham__link {
  display: block;
  text-decoration: none;
  font-family: "Times New Roman";
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ham__link:hover {
  padding-top: 60px;
}
.ham__lines {
  display: block;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 50px;
  height: 44px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ham__link--menu {
  background: url(../images/bread.png) no-repeat center bottom 25px/52px;
}
.ham__link--about {
  background: url(../images/about.png) no-repeat center bottom 25px/52px;
}
.ham__link--facebook {
  background: url(../images/facebook.png) no-repeat center bottom 25px/52px;
}
.ham__link--event {
  background: url(../images/event.png) no-repeat center bottom 25px/52px;
}

#hamburger {
  display: block;
  position: absolute;
  top: 25px;
  left: 82.5%;
  width: 50px;
  height: 44px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inner_line {
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 5px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

._5v3q ._1dwg {
  padding: 12px 25px 0px 5px;
}

#line1 {
  top: 0;
}

#line2 {
  top: 20px;
}

#line3 {
  bottom: 0px;
}

.in {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.line_1, .line_2, .line_3 {
  background: #F5E18D;
}

.line_1 {
  /*-45度回転させる*/
  -webkit-transform: translateY(20px) rotate(-45deg);
          transform: translateY(20px) rotate(-45deg);
  top: 0;
}

.line_2 {
  opacity: 0;
}

.line_3 {
  /*45度回転させる*/
  -webkit-transform: translateY(-20px) rotate(45deg);
          transform: translateY(-20px) rotate(45deg);
  bottom: 0;
}

body {
  margin: 0;
  background-color: #FCEEB5;
  font-family: 'Secular One', sans-serif;
  font-size: 15px;
  color: #5C4C4C;
}

.body__open {
  overflow: hidden;
}

p {
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h3 {
  font-family: "Times New Roman", Times, serif;
  color: #6E4003;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.main-top {
  padding: 60px 0;
  margin: 0px 20px 20px;
}
.main-top__title {
  text-align: center;
  margin: 0 20px;
}
.main-top__img {
  height: 70px;
}

.bread {
  text-align: center;
}
.bread__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
  background-color: #F5E18D;
  padding: 20px 0 10px;
  border-top-right-radius: 1000px 200px;
  border-top-left-radius: 1000px 200px;
  padding-left: 100px;
  padding-right: 100px;
}
.bread__link {
  color: #5C4C4C;
}
.bread__link:hover {
  color: #6E4003;
}

.title__text {
  display: inline-block;
  font-family: "Times New Roman";
  font-size: 30px;
  color: #6E4003;
  margin-bottom: 50px;
  height: 60px;
  border-bottom: 3px solid #162577;
  padding-right: 50px;
  font-weight: normal;
  text-align: center;
  background: url(../images/moon.png) no-repeat bottom 0 right 0;
}
.title__text--white {
  border-bottom: 3px solid #fff;
  background: url(../images/moon-white.png) no-repeat bottom 0 right 0;
  color: #fff;
}
.title__elm {
  font-weight: bold;
  display: inline-block;
  width: 70px;
  height: 70px;
  font-size: 40px;
  color: #fff;
  background-color: #162577;
  padding: 10px;
  border-radius: 60px;
  position: relative;
  left: -12px;
}
.title__elm--white {
  background-color: #fff;
  color: #162577;
}

.btn {
  display: block;
  width: 155px;
  background: #D18334 url(../images/arrow.png) no-repeat center right 15px/0%;
  color: #fff;
  font-weight: bold;
  font-family: "Times New Roman";
  padding: 20px 0;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  width: 210px;
  background: #D18334 url(../images/arrow.png) no-repeat center right 15px/16%;
  padding-right: 15px;
}

.table {
  border-collapse: collapse;
  border: 2px solid #6E4003;
}
.table__head {
  border: 1px solid #6E4003;
  min-width: 150px;
  background-color: #F5E18D;
  color: #6E4003;
  letter-spacing: 0.2em;
  font-size: 16px;
}
.table__text {
  width: 100%;
  margin: 0;
  border: 1px solid #6E4003;
  border-left: 2px solid #6E4003;
  padding: 10px 15px 10px 15px;
  background: #FFF9E2;
}

.title--h3 {
  font-family: sans-serif;
  text-align: center;
  color: #fff;
  background: url(../images/bg_outline.png) no-repeat center center/contain;
}

.sub {
  opacity: 0;
  margin: 40px 0;
}
.sub--animation {
  -webkit-animation-name: sub-move;
          animation-name: sub-move;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes sub-move {
  0% {
    position: relative;
    top: 50px;
    opacity: 0%;
  }
  100% {
    position: relative;
    top: 0;
    opacity: 1;
  }
}
@keyframes sub-move {
  0% {
    position: relative;
    top: 50px;
    opacity: 0%;
  }
  100% {
    position: relative;
    top: 0;
    opacity: 1;
  }
}
.sub__contents {
  width: 46%;
}
.sub__title {
  font-family: sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
  padding: 12px 0;
}
.sub__img {
  margin-bottom: 10px;
}
.sub__texts {
  opacity: 1;
  position: relative;
  top: 0;
}

.profile {
  width: 100%;
}
.profile__table {
  border-collapse: inherit;
}
.profile__img {
  width: 50%;
}
.profile__table {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.profile__thead {
  text-align: center;
  font-family: "Yuanti SC", sans-serif;
  letter-spacing: 0.2em;
  color: #FCEEB5;
  margin-bottom: 10px;
}
.profile__th {
  text-align: left;
}
.profile__th--border {
  border-bottom: 2px solid #FCEEB5;
  padding-bottom: 5px;
  text-align: center;
}
.profile__td {
  text-align: left;
  padding: 10px 0;
}

.career {
  border-left: 4px solid #FCEEB5;
  text-align: left;
  margin-top: 30px;
}
.career__title {
  font-family: "Yuanti SC", sans-serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.5em;
  color: #6E4003;
  background-color: #FCEEB5;
  border-radius: 0 50px 50px 0;
  font-size: 20px;
  padding: 10px 0;
}
.career__dt {
  font-family: "Yuanti SC", sans-serif;
  font-weight: bold;
  position: relative;
  left: -20px;
  padding-left: 40px;
  margin-top: 60px;
  font-size: 16px;
  color: #FCEEB5;
  letter-spacing: 0.2em;
  background: url(../images/list_icon.png) no-repeat left 10px center/17px;
}
.career__dt:last-child {
  background: url(../images/list_icon_r.png) no-repeat left 9px center/17px;
  font-size: 20px;
}
.career__dd {
  position: relative;
  left: -20px;
  padding-left: 40px;
  margin: 10px 0 0 10px;
}

.header {
  background-color: #162577;
  padding: 15px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  background: #162577;
}
.header__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.header__title {
  text-align: center;
  overflow: hidden;
}
.header__logo {
  width: 66px;
}
.header__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.header__nav {
  display: none;
  width: 50%;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__item {
  margin-left: 20px;
}
.header__link {
  display: block;
  font-family: "Times New Roman";
  color: #fff;
  font-weight: bold;
  padding-top: 0;
  background: no-repeat center bottom 25px/52px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__link--about {
  background-image: url(../images/about.png);
}
.header__link--about:hover {
  padding-top: 60px;
  background: url(../images/about.png) no-repeat center bottom 25px/52px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__link--menu {
  background: url(../images/bread.png) no-repeat center bottom 25px/52px;
}
.header__link--menu:hover {
  padding-top: 60px;
  background: url(../images/bread.png) no-repeat center bottom 25px/52px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__link--facebook {
  background: url(../images/facebook.png) no-repeat center bottom 25px/52px;
}
.header__link--facebook:hover {
  padding-top: 60px;
  background: url(../images/facebook.png) no-repeat center bottom 25px/52px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__link--event {
  background: url(../images/event.png) no-repeat center bottom 25px/52px;
}
.header__link--event:hover {
  padding-top: 60px;
  background: url(../images/event.png) no-repeat center bottom 25px/52px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main {
  padding-top: 130px;
}
.main__index {
  background: #FCEEB5;
}
.main__index--blue {
  -webkit-animation-name: top-service;
          animation-name: top-service;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  background-color: #FCEEB5;
}
@-webkit-keyframes top-service {
  0% {
    background-color: #FCEEB5;
  }
  100% {
    background-color: #162577;
  }
}
@keyframes top-service {
  0% {
    background-color: #FCEEB5;
  }
  100% {
    background-color: #162577;
  }
}
.main__index--yellow {
  -webkit-animation-name: top-service-remove;
          animation-name: top-service-remove;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  background-color: #FCEEB5;
}
@-webkit-keyframes top-service-remove {
  0% {
    background-color: #162577;
  }
  100% {
    background-color: #FCEEB5;
  }
}
@keyframes top-service-remove {
  0% {
    background-color: #162577;
  }
  100% {
    background-color: #FCEEB5;
  }
}

.footer {
  background: #162577;
  text-align: center;
  padding: 30px 0;
  margin-top: -5px;
}
.footer__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.footer__facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 30px 0 40px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__link {
  color: #fff;
  display: inline-block;
}
.footer__text {
  color: #fff;
  text-decoration: underline;
}
.footer__link {
  display: block;
  font-family: "Times New Roman";
  color: #fff;
  font-weight: bold;
  padding-top: 0;
  padding-top: 60px;
  background: url(../images/about.png) no-repeat center bottom 25px/0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__link--home {
  padding-top: 60px;
  background: url(../images/home.png) no-repeat center bottom 25px/0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__link--home:hover {
  padding-top: 60px;
  background: url(../images/home.png) no-repeat center bottom 25px/52px;
}
.footer__link--menu {
  padding-top: 60px;
  background: url(../images/bread.png) no-repeat center bottom 25px/0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__link--menu:hover {
  padding-top: 60px;
  background: url(../images/bread.png) no-repeat center bottom 25px/52px;
}
.footer__link--about {
  background: url(../images/about.png) no-repeat center bottom 25px/0px;
}
.footer__link--about:hover {
  padding-top: 60px;
  background: url(../images/about.png) no-repeat center bottom 25px/52px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__link--event {
  background: url(../images/event.png) no-repeat center bottom 25px/0px;
}
.footer__link--event:hover {
  padding-top: 60px;
  background: url(../images/event.png) no-repeat center bottom 25px/52px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-maintop {
  background: #FCEEB5 url(../images/bg-index-maintop.png) no-repeat center center/cover;
  margin: 65px 0 0;
  padding-top: 30px;
}
.index-maintop__title {
  padding: 20px 0 100px;
}
.index-maintop__bread {
  display: block;
  width: 60%;
  padding: 0px 0 0px;
  margin: 30px auto 0;
  position: relative;
}
.index-maintop__img--title {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.index-maintop__img--bread {
  z-index: 1;
  position: relative;
  -webkit-animation-name: maintop;
          animation-name: maintop;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes maintop {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes maintop {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.index-maintop__img--moon {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.about {
  padding: 50px 0 60px;
  background-color: #F5E18D;
}
.about__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.about__images {
  text-align: right;
  margin-bottom: 30px;
  background: url(../images/top_bg_about.png) no-repeat bottom 50px center/95%;
}
.about__title {
  margin-bottom: 0px;
}
.about__btn {
  margin: 50px auto 0;
}

.menu {
  padding: 80px 0;
}
.menu__index--blue {
  -webkit-animation-name: menu-blue;
          animation-name: menu-blue;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes menu-blue {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-blue {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.menu__index--yellow {
  -webkit-animation-name: menu-yellow;
          animation-name: menu-yellow;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes menu-yellow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-yellow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.menu__title {
  text-align: center;
}

.lineup-Top {
  overflow: hidden;
}
.lineup-Top__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: sans-serif;
}
.lineup-Top__wrap {
  overflow: hidden;
  display: -webkit-box;
  height: 160px;
  overflow: hidden;
  margin: 10px 0;
}
.lineup-Top__list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: breads 40s infinite linear 1s both;
          animation: breads 40s infinite linear 1s both;
}
@-webkit-keyframes breads {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes breads {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.lineup-Top__item {
  overflow: hidden;
  display: block;
  width: 160px;
  height: 160px;
  margin: 5px;
}
.outline {
  margin-bottom: 60px;
}
.outline__images {
  display: block;
  width: 100%;
  padding-left: 100px;
  padding-top: 40px;
  background: url(../images/bg_usa.png) no-repeat top -40px left -40px/contain;
}
.outline__title {
  margin-bottom: 30px;
  padding: 30px 0 35px;
  text-align: center;
}
.outline__text {
  margin: 30px 0;
}

.slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
}

.slick-slide img {
  display: inline-block;
}

.slider img {
  width: 100%;
  height: auto;
  display: block;
}

.slider__img {
  display: inline-block;
  margin: 7px;
}

.slider__btn {
  margin: 50px auto 0;
}

.service {
  opacity: 0;
  color: #fff;
  padding:0 0 230px;
  overflow: hidden;
}
.service--blue {
  -webkit-animation-name: service-blue;
          animation-name: service-blue;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes service-blue {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes service-blue {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.service--blue--yellow {
  -webkit-animation-name: service-yellow;
          animation-name: service-yellow;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes service-yellow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes service-yellow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.service__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.service__title {
  text-align: center;
  width: 76%;
  max-width: 280px;
  margin: 0 auto;
}
.service__moon {
  z-index: 1;
  width: 40%;
  margin: 50px auto 0;
  display: block;
  text-align: center;
}
.service__img {
  z-index: 0;
  margin: -50px auto 50px;
  display: block;
  text-align: center;
  width: 100%;
}
.service__list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 30px 0;
  padding: 20px 10px;
}
.service__item {
  color: #FACA05;
  font-size: 18px;
}
.service__text {
  margin-top: 15px;
}
.service__text--center {
  text-align: center;
}

.service-more__text--center {
  text-align: center;
}
.service-more__btn {
  margin: 50px auto 0;
}

.facebook {
  margin: 80px 0;
  opacity: 1;
}
.facebook__icon {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
  width: 30px;
}
.facebook__box {
  max-width: 320px;
  background: #fff;
  padding: 40px 10px 50px;
  border-radius: 50px 50px 50px 50px;
}
.facebook--blue {
  -webkit-animation-name: facebook-blue;
          animation-name: facebook-blue;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes facebook-blue {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes facebook-blue {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.facebook--blue--yellow {
  -webkit-animation-name: facebook-yellow;
          animation-name: facebook-yellow;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes facebook-yellow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes facebook-yellow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.facebook__img {
  margin-top: 50px;
}
.facebook__mobile {
  display: block;
}
.facebook__window {
  display: none;
}
.facebook__title {
  text-align: center;
}
.facebook__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.facebook__btn {
  width: 220px;
  background: #D18334 url(../images/facebook.png) no-repeat left 15px center/16%;
  margin: 20px auto 0;
  padding-left: 10px;
}

.acsess {
  margin: 80px 0;
}
.acsess--event {
  margin: -80px 0 80px;
}
.acsess__title {
  margin: 0 auto;
  text-align: center;
}
.acsess__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.acsess__img {
  margin-bottom: 30px;
}
.acsess--yellow {
  -webkit-animation-name: acsess-yellow;
          animation-name: acsess-yellow;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes acsess-yellow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes acsess-yellow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.acsess--blue {
  -webkit-animation-name: acsess-blue;
          animation-name: acsess-blue;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes acsess-blue {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes acsess-blue {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.map__box {
  -webkit-filter: contrast(100%) sepia(30%) hue-rotate(0deg) grayscale(30%);
          filter: contrast(100%) sepia(30%) hue-rotate(0deg) grayscale(30%);
}

.menu-main-top {
  background: url(../images/menu_bg_top.png) no-repeat center center/cover;
}

.menu-info {
  margin: 80px 0;
}
.menu-info__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
  background: #FFF9E2;
  padding: 30px 20px;
  border-radius: 20px;
}
.menu-info__title {
  width: 248.5px;
  padding: 10px 30px 0;
  background-image: url(../images/icon_care-left.png), url(../images/icon_care-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 0 center, right 0 center;
  background-size: contain;
  font-family: sans-serif;
  text-align: center;
  margin: 0 auto 20px;
}
.menu-info__text {
  max-width: 670px;
  margin: 0 auto 15px;
}
.menu-info__text--em {
  font-family: sans-serif;
  font-weight: bold;
  color: #6E4003;
}

.popular {
  margin: 200px 0 0;
}
.popular__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.popular__title {
  text-align: center;
}
.popular__name {
  font-family: sans-serif;
  color: #6E4003;
  font-size: 36px;
  text-align: center;
  border-bottom: 2px solid #6E4003;
}
.popular__name--usa {
  color: #F5E18D;
  border-bottom: 2px solid #fff;
}
.popular__text {
  margin: 20px 0;
}
.popular__price, .popular__allergy {
  font-size: 12px;
}
.popular__contents {
  background: #162577;
  padding: 60px 0;
  margin-top: 0px;
}
.popular__contents:last-child {
  background: #fff;
}
.popular__images {
  text-align: center;
}
.popular__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.popular__box {
  margin-top: 20px;
}
.popular__box--usa {
  color: #fff;
}
.popular__box--kuro {
  color: #5C4C4C;
}
.popular__img {
  padding: 50%;
}
.popular__animation {
  -webkit-animation-name: popular;
          animation-name: popular;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes popular {
  0% {
    padding: 50%;
  }
  100% {
    padding: 0%;
  }
}
@keyframes popular {
  0% {
    padding: 50%;
  }
  100% {
    padding: 0%;
  }
}

.lineup {
  margin: 80px 0;
}
.lineup__title {
  text-align: center;
}
.lineup__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}

.menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
.menulist__name {
  font-family: "Yuanti SC", sans-serif;
  font-size: 12px;
}
.menulist__box {
  display: inline-block;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 44%;
  margin-bottom: 92%;
}
.menulist__box:hover .menulist__wrapper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.menulist__wrapper {
  position: relative;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.menulist__front, .menulist__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.menulist__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.menulist__front {
  z-index: 2;
}
.menulist__price {
  position: absolute;
  top: 65px;
  right: 20px;
  text-align: right;
}
.menulist__info {
  position: relative;
  padding: 10px 15px;
  min-height: 100px;
  background: #FFF9E2;
}
.menulist__name {
  text-align: center;
}
.menulist--animation {
  -webkit-animation-name: list-animation;
          animation-name: list-animation;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes list-animation {
  0% {
    opacity: 0;
    position: relative;
    top: 50px;
  }
  100% {
    opacity: 1;
    position: relative;
    top: 0px;
  }
}
@keyframes list-animation {
  0% {
    opacity: 0;
    position: relative;
    top: 50px;
  }
  100% {
    opacity: 1;
    position: relative;
    top: 0px;
  }
}

.peger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.peger__num {
  display: block;
  background: #D18334;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  margin: 0 5px;
}
.peger__num:hover {
  background-color: #A36627;
}
.peger__prev {
  display: block;
  background: #D18334;
  color: #fff;
  font-weight: bold;
  width: 50px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px 0 0 40px;
}
.peger__prev:hover {
  background-color: #A36627;
}
.peger__next {
  display: block;
  background: #D18334;
  color: #fff;
  font-weight: bold;
  width: 50px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 40px 40px 0px;
}
.peger__next:hover {
  background-color: #A36627;
}

.other {
  margin: 80px 0;
}
.other__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.other__bread {
  background: url(../images/bg_other.jpg) no-repeat center center/cover;
  padding: 20px;
}
.other__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.plain-bread__title {
  text-align: center;
}

.about-main-top {
  background: url(../images/bg_about_main.png) no-repeat center center/cover;
}

.about-info {
  padding: 50px 0;
  background: #F5E18D url(../images/ground.png) no-repeat bottom 0 center/contain;
}
.about-info__title {
  font-family: sans-serif;
  color: #fff;
  background: url(../images/bg_aboutinfo-title.png) no-repeat center center/contain;
  margin-bottom: 30px;
  text-align: center;
  margin-bottom: 30px;
  padding: 42px 0;
}
.about-info__box {
  max-width: 650px;
  margin: 0 auto;
}
.about-info__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.about-info__images {
  position: relative;
  top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-info__span {
  display: inline-block;
}
.about-info__text {
  text-align: center;
  margin-bottom: 15px;
}
.about-info__rbt {
  width: 20%;
  opacity: 0;
}
.about-info__rbt--animation {
  -webkit-animation-name: rbtmove;
          animation-name: rbtmove;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes rbtmove {
  0% {
    position: relative;
    top: -40px;
    opacity: 0;
  }
  100% {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}
@keyframes rbtmove {
  0% {
    position: relative;
    top: -40px;
    opacity: 0;
  }
  100% {
    position: relative;
    top: 0px;
    opacity: 1;
  }
}

.exterior__inner {
  padding: 80px 0 120px;
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.exterior__out {
  padding-bottom: 50px;
  border-bottom: 1px solid #6E4003;
}
.exterior__title {
  text-align: center;
}
.exterior__name {
  padding: 0px 0 0px 30px;
  margin-bottom: 30px;
  font-family: sans-serif;
  font-size: 24px;
  border-bottom: 2px solid #6E4003;
  background: url(../images/icon-usa.png) no-repeat left 0 bottom 3px/20px;
}
.exterior__images {
  margin-top: 20px;
  position: relative;
}
.exterior__in {
  padding: 30px 0 0;
}
.exterior__text {
  margin: 10px 0;
}
.exterior__minirbt {
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 40%;
  opacity: 0;
}
.exterior__minirbt--animation {
  -webkit-animation-name: Rbt--anime;
          animation-name: Rbt--anime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes Rbt--anime {
  0% {
    bottom: 30px;
    opacity: 0;
  }
  100% {
    bottom: -30px;
    opacity: 1;
  }
}
@keyframes Rbt--anime {
  0% {
    bottom: 30px;
    opacity: 0;
  }
  100% {
    bottom: -30px;
    opacity: 1;
  }
}
.exterior__sign {
  position: absolute;
  right: -25px;
  bottom: -30px;
  width: 60%;
  opacity: 0;
}
.exterior__sign--animation {
  -webkit-animation-name: sign--anime;
          animation-name: sign--anime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
@-webkit-keyframes sign--anime {
  0% {
    bottom: 30px;
    opacity: 0;
  }
  100% {
    bottom: -30px;
    opacity: 1;
  }
}
@keyframes sign--anime {
  0% {
    bottom: 30px;
    opacity: 0;
  }
  100% {
    bottom: -30px;
    opacity: 1;
  }
}

.rabbit {
  margin: 80px 0;
}
.rabbit__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.rabbit__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rabbit__main {
  margin: 0 5px 0;
}
.rabbit__sub {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.rabbit__subimg--1 {
  position: relative;
  top: -20px;
  left: -17px;
  -webkit-animation-name: sub-1;
          animation-name: sub-1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes sub-1 {
  0% {
    position: relative;
    top: -20px;
    left: -17px;
  }
  50% {
    position: relative;
    top: -40px;
    left: -17px;
  }
  100% {
    position: relative;
    top: -20px;
    left: -17px;
  }
}
@keyframes sub-1 {
  0% {
    position: relative;
    top: -20px;
    left: -17px;
  }
  50% {
    position: relative;
    top: -40px;
    left: -17px;
  }
  100% {
    position: relative;
    top: -20px;
    left: -17px;
  }
}
.rabbit__subimg--2 {
  position: relative;
  top: 20px;
  left: 5px;
  -webkit-animation-name: sub-2;
          animation-name: sub-2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes sub-2 {
  0% {
    position: relative;
    top: 20px;
    left: 5px;
  }
  50% {
    position: relative;
    top: 10px;
    left: 5px;
  }
  100% {
    position: relative;
    top: 20px;
    left: 5px;
  }
}
@keyframes sub-2 {
  0% {
    position: relative;
    top: 20px;
    left: 5px;
  }
  50% {
    position: relative;
    top: 10px;
    left: 5px;
  }
  100% {
    position: relative;
    top: 20px;
    left: 5px;
  }
}
.rabbit__subimg--3 {
  position: relative;
  top: -20px;
  left: 20px;
  -webkit-animation-name: sub-3;
          animation-name: sub-3;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes sub-3 {
  0% {
    position: relative;
    top: -20px;
    left: 20px;
  }
  50% {
    position: relative;
    top: -40px;
    left: 20px;
  }
  100% {
    position: relative;
    top: -20px;
    left: 20px;
  }
}
@keyframes sub-3 {
  0% {
    position: relative;
    top: -20px;
    left: 20px;
  }
  50% {
    position: relative;
    top: -40px;
    left: 20px;
  }
  100% {
    position: relative;
    top: -20px;
    left: 20px;
  }
}
.rabbit__subimg--4 {
  position: relative;
  top: 20px;
  left: 5px;
  -webkit-animation-name: sub-4;
          animation-name: sub-4;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes sub-4 {
  0% {
    position: relative;
    top: 20px;
    left: 5px;
  }
  50% {
    position: relative;
    top: 60px;
    left: 5px;
  }
  100% {
    position: relative;
    top: 20px;
    left: 5px;
  }
}
@keyframes sub-4 {
  0% {
    position: relative;
    top: 20px;
    left: 5px;
  }
  50% {
    position: relative;
    top: 60px;
    left: 5px;
  }
  100% {
    position: relative;
    top: 20px;
    left: 5px;
  }
}
.rabbit__text {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.orner {
  padding: 80px 0;
  background: #6E4003;
  color: #fff;
}
.orner__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.orner__title {
  text-align: center;
}

.logo {
  padding: 80px 0;
}
.logo__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.logo__title {
  text-align: center;
}
.logo__img {
  display: block;
  left: -40px;
  opacity: 0;
  width: 70%;
  margin: 0 auto;
}
.logo__text {
  margin-bottom: 10px;
}
.logo__animation {
  -webkit-animation-name: logo-animation;
          animation-name: logo-animation;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: relative;
  left: 0px;
}
@-webkit-keyframes logo-animation {
  0% {
    opacity: 0;
    position: relative;
    top: 50px;
  }
  100% {
    opacity: 1;
    position: relative;
    top: 0px;
  }
}
@keyframes logo-animation {
  0% {
    opacity: 0;
    position: relative;
    top: 50px;
  }
  100% {
    opacity: 1;
    position: relative;
    top: 0px;
  }
}
.logo__info {
  padding-top: 30px;
}
.logo__info__title {
  text-align: left;
  color: #6E4003;
  padding: 0px 0 0px 30px;
  margin-bottom: 30px;
  font-family: sans-serif;
  font-size: 24px;
  border-bottom: 2px solid #6E4003;
  background: url(../images/icon-usa.png) no-repeat left 0 bottom 3px/20px;
}

.event-main-top {
  background: url(../images/menu_bg_top.png) no-repeat center center/cover;
}

.calendar {
  padding-top: 80px;
}
.calendar__inner {
  max-width: 1280px;
  width: 85%;
  margin: 0 auto;
}
.calendar__title {
  color: #fff;
}
.calendar__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.daytable {
  display: block;
  margin: 30px auto 0;
}
.daytable__caption {
  color: #fff;
}
.daytable__th {
  background: #FCEEB5;
  padding: 10px;
  margin-top: 5px;
}
.daytable__td {
  background: #FFF;
  padding: 10px 5px;
  max-width: 100%;
}

@media (min-width: 640px) {
  .header__ham {
    display: none;
  }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav {
    display: block;
    width: 50%;
  }

  .footer__img {
    display: block;
    text-align: left;
  }
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin-top: 60px;
  }
  .footer__facebook {
    margin: 0 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .footer__rabit {
    margin-left: 15px;
  }
  .footer__list {
    width: 50%;
  }

  .index-maintop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    background: #FCEEB5 url(../images/bg-index-maintop.png) no-repeat center center/cover;

  }
  .index-maintop__title {
    width: 60%;
    padding: 310px 4%;
    margin-right: 30px;
  }
  .index-maintop__img--bread {
    width: 100%;
  }
  .index-maintop__bread {
    width: 35%;
    margin-right: 3%;
    margin-bottom: 50px;
    text-align: right;
  }

  .about {
    background: #F5E18D;
  }
  .about--animation {
    -webkit-animation-name: top-about;
            animation-name: top-about;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    background: #F5E18D url(../images/top_bg_about.png) no-repeat right 0px top 62%/40%;
  }
  @-webkit-keyframes top-about {
    0% {
      background-position: right -800px top 62%;
    }
    100% {
      background-position: right 0px top 62%;
    }
  }
  @keyframes top-about {
    0% {
      background-position: right -800px top 62%;
    }
    100% {
      background-position: right 0px top 62%;
    }
  }
  .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .about__title {
    margin-bottom: 50px;
  }
  .about__images {
    width: 45%;
    background: none;
  }
  .about__chara {
    width: 40%;
  }
  .about__btn {
    margin: 50px 0 0;
  }

  .menu {
    padding: 170px 0;
  }
  .menu--animation {
    -webkit-animation-name: top-menu;
            animation-name: top-menu;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    background: url(../images/bg_usa.png) no-repeat top 290px left -40px/35%;
  }
  @-webkit-keyframes top-menu {
    0% {
      background-position: left -800px top 290px;
    }
    100% {
      background-position: left -40px top 290px;
    }
  }
  @keyframes top-menu {
    0% {
      background-position: left -800px top 290px;
    }
    100% {
      background-position: left -40px top 290px;
    }
  }
  .menu__outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .outline__images {
    background: none;
    width: 45%;
  }
  .outline__text {
    width: 35%;
  }
  .outline__text--p {
    margin-bottom: 10px;
  }

  .service__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 100px;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
  }
  .service-info__images {
    margin-left: 30px;
  }

  .service-more__text--center {
    text-align: center;
    margin-top: 50px;
  }
  .service-more__btn {
    margin: 50px auto 0;
  }

  .facebook__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .facebook__img {
    width: clamp(65%,100vw,300px);
    margin-left: 30px;
    overflow: hidden;
  }
  .facebook__btn {
    margin-top: 50px;
  }

  .acsess__title {
    text-align: left;
  }
  .acsess__inner {
    max-width: 1280px;
    width: 85%;
    margin: 0 auto;
  }
  .acsess__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .acsess__table {
    width: 50%;
    margin-right: 20px;
  }
  .acsess__img {
    width: 40%;
    margin: 0;
  }

  .about-info {
    padding: 60px 0;
  }
  .rabbit__main {
    min-width: 400px;
  }
  .rabbit__text {
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
  }

  .exterior__out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .exterior__box {
    width: 40%;
  }
  .exterior__images {
    margin-top: 0;
    width: 50%;
  }
  .exterior__images--out {
    margin-left: 30px;
  }
  .exterior__images--in {
    margin-right: 30px;
  }
  .exterior__sign {
    bottom: -30px;
    right: -30px;
  }
  .exterior__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding: 50px 0 0;
  }

  .orner__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .orner__career {
    width: 40%;
  }

  .profile {
    width: 40%;
  }

  .logo__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .logo__img {
    position: inherit;
    width: 40%;
    max-width: 400px;
    margin: 0;
  }
  .logo__info {
    padding: 0;
    width: 50%;
    margin-right: 30px;
  }

  .popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .popular__inner {
    width: 70%;
    max-width: 470px;
  }
  .popular__box {
    padding: 30px 8%;
  }
  .popular__contents {
    margin-top: 0;
    width: 50%;
  }
  .popular__name {
    font-size: 48px;
  }

  .menulist__box {
    width: 22%;
    margin-bottom: max(40%, 300px);
  }
  .menulist__name {
    font-size: min(16px, 1.4vw);
    margin-bottom: 60px;
  }

  .other {
    margin: 120px 0;
  }
  .other__inner {
    max-width: 1280px;
    width: 85%;
    margin: 0 auto;
  }
  .other__bread {
    background: url(../images/bg_other.jpg) no-repeat center center/cover;
    padding: 20px;
  }
  .other__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sub__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sub__img {
    width: 44%;
  }
  .sub__texts {
    width: 45%;
  }
}
.moon-none {
  opacity: 0;
}

.moon-slideup {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
  }
  50% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(500%);
            transform: translateY(500%);
  }
  50% {
    -webkit-transform: translateY(-8%);
            transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.cld-main {
  width: 100%;
}

.cld-main a {
  color: #0080FF;
}

.cld-main svg {
  fill: #D18334;
}

.cld-datetime {
  position: relative;
  padding: 20px 0px;
  max-width: 500px;
  margin: auto;
  overflow: hidden;
}

.cld-datetime .today {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin: auto;
  text-align: center;
}

.cld-nav {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.cld-nav:hover {
  cursor: pointer;
}

.cld-nav:hover svg {
  fill: #6E4003;
}

.cld-rwd {
  float: left;
}

.cld-fwd {
  float: right;
}

.cld-labels,
.cld-days {
  padding-left: 0;
}

.cld-label,
.cld-day {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 14.28%;
  text-align: center;
}

.cld-day {
  border: 1px solid #162577;
}

.cld-day.today .cld-number {
  background: #2139BA;
  color: #fff;
}

.cld-day.disableDay {
  opacity: 0.5;
}

.cld-day.nextMonth,
.cld-day.prevMonth {
  opacity: 0.33;
}

.cld-number {
  position: relative;
  margin: 0;
  padding: 10px;
  background: #fff;
  color: #5C4C4C;
}

.cld-title {
  position: absolute;
  z-index: 5;
  display: none;
  top: 35px;
  left: 0;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 18px;
}

.cld-number:hover .cld-title {
  display: block;
}

.cld-title::before {
  content: "";
  position: absolute;
  top: -7.5px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid #ccc;
}

.cld-number.eventday {
  font-weight: bold;
  color: #fff;
  background: #D18334;
}

.cld-number.eventday:hover {
  cursor: pointer;
  background: #6E4003;
}

.today .cld-number.eventday:hover {
  background: #6E4003;
}
/*# sourceMappingURL=style.css.map */