body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  color: #333333;
  letter-spacing: 0.1em;
  font-weight: 100;
}

a {
  color: #080059;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #080059;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

picture {
  width: 100%;
  vertical-align: top;
}

div {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

span.ul {
  display: inline-block;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  margin: 0 3px;
}

span.sml {
  font-size: 12px;
  letter-spacing: 0px;
}

span.sub {
  font-size: 15px;
}

@media only screen and (max-width: 1400px) {
  #nav_toggle {
    display: block;
    right: 14px;
    top: 14px;
    position: fixed;
    box-sizing: border-box;
    z-index: 11001;
    width: 42px;
    height: 42px;
    float: right;
    border: 1px solid #fff;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    width: 60%;
    left: 20%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span.bar:nth-child(1) {
    top: 10px;
  }
  #nav_toggle span.bar:nth-child(1).open {
    top: 19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #nav_toggle span.bar:nth-child(2) {
    top: 19px;
  }
  #nav_toggle span.bar:nth-child(2).open {
    width: 0;
    left: 50%;
    background: #fff;
  }
  #nav_toggle span.bar:nth-child(3) {
    top: 28px;
  }
  #nav_toggle span.bar:nth-child(3).open {
    top: 19px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }
}

/*----------------------------------------
Header
----------------------------------------*/
.header {
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 0;
  background: url(../images/head_bg_grd.png) repeat-x center top;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 1000000;
}
@media only screen and (max-width: 1400px) {
  .header {
    height: 80px;
    background: url(../images/head_bg_grd_sp.png) repeat-x center top;
    background-size: 100% auto;
  }
}
.header .header_inner {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
  .header .header_inner {
    height: 80px;
  }
}
.header .header_inner .head_logo_cnt {
  width: 34%;
  max-width: 172px;
}
.header .header_inner .head_logo_cnt a {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .header .header_inner .head_logo_cnt {
    width: 0%;
    padding: 0;
    height: 80px;
  }
  .header .header_inner .head_logo_cnt img {
    width: auto;
    height: 60px;
  }
}
.header .header_inner .head_menu_cnt .head_menu {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.header .header_inner .head_menu_cnt .head_menu li {
  font-size: 14px;
  line-height: 50px;
}
.header .header_inner .head_menu_cnt .head_menu li a {
  height: 40px;
  color: #fff;
  margin: 10px 30px 0 30px;
  padding: 0px 0px 0 0;
  text-decoration: none;
  display: block;
  transition: 0.2s ease-in-out;
  border-bottom: 3px solid rgba(239, 175, 34, 0);
}
.header .header_inner .head_menu_cnt .head_menu li a:hover {
  border-bottom: 3px solid #EFAF22;
}
@media only screen and (max-width: 1400px) {
  .header .header_inner .head_menu_cnt .head_menu {
    display: none;
  }
}
.header .head_menu_sp {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .header .head_menu_sp {
    width: 100%;
    background: url(../images/bg_04.jpg) no-repeat center top;
    background-size: 100% 100%;
    list-style: none;
    margin: 0;
    padding: 0px 0 0 0;
  }
  .header .head_menu_sp li a {
    width: 100%;
    display: block;
    border-top: 1px dashed #444;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .header .head_menu_sp li.sp_menu_close {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-top: 1px dashed #444;
  }
}

/*----------------------------------------
Main Visual
----------------------------------------*/
.mv_cnt {
  width: 100%;
  max-height: 1000px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .mv_cnt {
    width: 100%;
    height: 190vw;
  }
}
.mv_cnt .mv_copy_cnt {
  position: absolute;
  z-index: 1000;
  width: 31.9vw;
  left: 34vw;
  top: 20vw;
}
@media only screen and (max-width: 767px) {
  .mv_cnt .mv_copy_cnt {
    width: 100%;
    height: 190vw;
    left: 0;
    top: 75vw;
  }
}
.mv_cnt .mv_bgslide {
  width: 100%;
  height: 51.927vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .mv_cnt .mv_bgslide {
    width: 100%;
    height: 190vw;
  }
}
.mv_cnt .mv_bgslide .mv_slideimage {
  width: 100%;
  height: 51.927vw;
}
@media only screen and (max-width: 767px) {
  .mv_cnt .mv_bgslide .mv_slideimage {
    width: 100%;
    height: 190vw;
  }
}
.mv_cnt .mv_bgslide .mv_slideimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll_wrap {
  position: relative;
}
.scroll_wrap .scroll_cnt {
  position: absolute;
  left: calc(50vw - 15px);
  top: -20px;
  z-index: 1100;
  width: 30px;
  animation: anim_bouce 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_bouce {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 40px;
  }
  100% {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  @keyframes anim_bouce {
    0% {
      margin-top: 0px;
    }
    50% {
      margin-top: 20px;
    }
    100% {
      margin-top: 0px;
    }
  }
}

/*----------------------------------------
About
----------------------------------------*/
.about_cnt {
  width: 100%;
  margin: 0 auto;
  background: #fff url(../images/bg_01.png) repeat center center;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.about_cnt .rnd_about01 {
  position: absolute;
  mix-blend-mode: multiply;
  width: 45vw;
  height: 45vw;
  opacity: 0.8;
  top: -25vw;
  right: -10vw;
}
.about_cnt .rnd_about02 {
  position: absolute;
  mix-blend-mode: multiply;
  width: 40vw;
  height: 40vw;
  opacity: 0.8;
  bottom: -20vw;
  left: -5vw;
}
.about_cnt .rnd_about03 {
  position: absolute;
  mix-blend-mode: multiply;
  width: 35vw;
  height: 35vw;
  opacity: 1;
  bottom: 5vw;
  left: -25vw;
}
.about_cnt .about_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .about_cnt .about_inner {
    padding: 100px 0 50px 0;
    flex-wrap: wrap;
  }
}
.about_cnt .about_inner .about_slide {
  width: 55%;
  background: url(../images/about_slide_bg.png) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .about_cnt .about_inner .about_slide {
    display: none;
  }
}
.about_cnt .about_inner .about_slide .about_slideimage {
  width: 100%;
}
.about_cnt .about_inner .about_slide .about_slideimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_cnt .about_inner .about_slide_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .about_cnt .about_inner .about_slide_sp {
    display: block;
    width: 130%;
    background: url(../images/about_slide_bg_sp.png) no-repeat center center;
    background-size: 130% 100%;
    margin: 0 0 0 -13%;
  }
}
.about_cnt .about_inner .about_slide_sp .about_slideimage {
  width: 100%;
}
.about_cnt .about_inner .about_slide_sp .about_slideimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_cnt .about_inner .about_copy_cnt {
  width: 41%;
  font-size: 16px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .about_cnt .about_inner .about_copy_cnt {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 22px;
  }
}
.about_cnt .about_inner .about_copy_cnt .about_en {
  font-size: 12px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.about_cnt .about_inner .about_copy_cnt .about_en .en_txt {
  width: 100%;
  padding-right: 10px;
  white-space: nowrap;
}
.about_cnt .about_inner .about_copy_cnt .about_en .en_line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #aaa;
}
.about_cnt .about_inner .about_copy_cnt .about_link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.about_cnt .about_inner .about_copy_cnt .about_link a {
  display: block;
  border: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.7) url(../images/arrow_bt01.png) no-repeat center right;
  background-size: auto 100%;
  color: #000;
  font-size: 14px;
  width: 48%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.about_cnt .about_inner .about_copy_cnt .about_link a:hover {
  background: #FFD800 url(../images/arrow_bt01.png) no-repeat center right;
  background-size: auto 100%;
}

/*----------------------------------------
CHOICE
----------------------------------------*/
.choice_cnt {
  width: 100%;
  margin: 0 auto;
  background: #fff url(../images/bg_02.jpg) repeat top center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .choice_cnt {
    background: #fff url(../images/bg_02.jpg) repeat left top;
    background-size: auto 100%;
  }
}
.choice_cnt .rnd_choice01 {
  position: absolute;
  width: 55vw;
  height: 55vw;
  opacity: 1;
  top: -25vw;
  right: -20vw;
}
@media only screen and (max-width: 767px) {
  .choice_cnt .rnd_choice01 {
    width: 85vw;
    height: 85vw;
    opacity: 0.8;
    top: -35vw;
    right: -50vw;
  }
}
.choice_cnt .rnd_choice02 {
  position: absolute;
  width: 40vw;
  height: 40vw;
  opacity: 1;
  top: -25vw;
  right: 20vw;
}
@media only screen and (max-width: 767px) {
  .choice_cnt .rnd_choice02 {
    width: 190vw;
    height: 190vw;
    opacity: 1;
    top: -115vw;
    left: -120vw;
  }
}
.choice_cnt .rnd_choice03 {
  position: absolute;
  width: 50vw;
  height: 50vw;
  opacity: 1;
  bottom: -35vw;
  left: -15vw;
}
@media only screen and (max-width: 767px) {
  .choice_cnt .rnd_choice03 {
    width: 190vw;
    height: 190vw;
    opacity: 1;
    bottom: -115vw;
    left: -120vw;
  }
}
.choice_cnt .rnd_choice04 {
  position: absolute;
  width: 25vw;
  height: 25vw;
  opacity: 1;
  bottom: 13vw;
  left: -15vw;
}
@media only screen and (max-width: 767px) {
  .choice_cnt .rnd_choice04 {
    width: 190vw;
    height: 190vw;
    opacity: 1;
    bottom: 95vw;
    left: 65vw;
  }
}
.choice_cnt .rnd_choice01, .choice_cnt .rnd_choice03 {
  animation: anim_r2 115200ms linear 0ms infinite normal backwards;
}
.choice_cnt .rnd_choice02, .choice_cnt .rnd_choice04 {
  animation: anim_r3 85200ms linear 0ms infinite normal backwards;
}
.choice_cnt .choice_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 100px 0;
}
.choice_cnt .choice_inner .choice_copy {
  color: #fff;
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 767px) {
  .choice_cnt .choice_inner .choice_copy {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 22px;
  }
}
.choice_cnt .choice_inner .choice_image_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .choice_cnt .choice_inner .choice_image_sp {
    display: block;
    width: 120%;
    margin-left: -9vw;
  }
}
.choice_cnt .choice_inner .choice_pic_wrap {
  position: relative;
}
.choice_cnt .choice_inner .choice_pic_wrap .choice_pic_mark {
  position: absolute;
  width: 220px;
  left: calc(50% - 110px);
  z-index: 10000;
}
@media only screen and (max-width: 767px) {
  .choice_cnt .choice_inner .choice_pic_wrap .choice_pic_mark {
    width: 100%;
    position: static;
  }
}
.choice_cnt .choice_inner .choice_pic_wrap .choice_pic_cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 12px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .choice_cnt .choice_inner .choice_pic_wrap .choice_pic_cnt {
    flex-wrap: wrap;
  }
}
.choice_cnt .choice_inner .choice_pic_wrap .choice_pic_cnt .choice_fuwa_box {
  width: 49.5%;
}
@media only screen and (max-width: 767px) {
  .choice_cnt .choice_inner .choice_pic_wrap .choice_pic_cnt .choice_fuwa_box {
    width: 100%;
    margin: 30px auto;
  }
  .choice_cnt .choice_inner .choice_pic_wrap .choice_pic_cnt .choice_fuwa_box img {
    margin-bottom: 15px;
  }
}
.choice_cnt .choice_inner .choice_pic_wrap .choice_pic_cnt .choice_temomi_box {
  width: 49.5%;
}
@media only screen and (max-width: 767px) {
  .choice_cnt .choice_inner .choice_pic_wrap .choice_pic_cnt .choice_temomi_box {
    width: 100%;
    margin: 30px auto;
  }
  .choice_cnt .choice_inner .choice_pic_wrap .choice_pic_cnt .choice_temomi_box img {
    margin-bottom: 15px;
  }
}

/*----------------------------------------
INFO
----------------------------------------*/
.info_cnt {
  width: 100%;
  margin: 0 auto;
  background: #fff url(../images/bg_05.png) repeat top center;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.info_cnt .info_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 0 80px 0;
}
.info_cnt .info_inner .info_title {
  margin: 0 0 40px 0;
  text-align: center;
}
.info_cnt .info_inner .info_title .info_title_jp {
  font-size: 43px;
  letter-spacing: 4px;
}
.info_cnt .info_inner .info_title .info_title_en {
  margin: 15px 0 0 0;
  font-size: 10px;
  letter-spacing: 4px;
}
.info_cnt .info_inner .info_title .info_title_fukidashi {
  width: 200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .info_cnt .info_inner .info_title {
    margin: 0 0 10px 0;
  }
  .info_cnt .info_inner .info_title .info_title_jp {
    font-size: 33px;
    letter-spacing: 4px;
  }
  .info_cnt .info_inner .info_title .info_title_en {
    margin: 15px 0 0 0;
    font-size: 10px;
    letter-spacing: 4px;
  }
  .info_cnt .info_inner .info_title .info_title_fukidashi {
    width: 200px;
    margin: 0 auto;
  }
}
.info_cnt .info_inner .info_data_cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .info_cnt .info_inner .info_data_cnt {
    flex-wrap: wrap;
    font-size: 17px;
    line-height: 27px;
  }
  .info_cnt .info_inner .info_data_cnt .add {
    font-size: 20px;
    display: block;
  }
}
.info_cnt .info_inner .info_data_cnt .info_data_box {
  width: 49.5%;
}
@media only screen and (max-width: 767px) {
  .info_cnt .info_inner .info_data_cnt .info_data_box {
    width: 80%;
    margin: 0 auto;
    order: 2;
    text-align: center;
  }
}
.info_cnt .info_inner .info_data_cnt .info_data_box .info_data_title {
  width: 126px;
}
@media only screen and (max-width: 767px) {
  .info_cnt .info_inner .info_data_cnt .info_data_box .info_data_title {
    margin: 0 auto;
    width: 50%;
  }
}
.info_cnt .info_inner .info_data_cnt .info_data_box .timetable {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .info_cnt .info_inner .info_data_cnt .info_data_box .timetable {
    margin: 10px 0 0 0;
  }
}
.info_cnt .info_inner .info_data_cnt .info_data_box .gmap_bt {
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 11px;
  margin-left: 10px;
  line-height: 26px;
  padding: 0px 25px;
  border-radius: 100px;
  vertical-align: text-top;
}
.info_cnt .info_inner .info_data_cnt .info_data_box .gmap_bt:hover {
  background: #FFD800;
}
@media only screen and (max-width: 767px) {
  .info_cnt .info_inner .info_data_cnt .info_data_box .gmap_bt {
    margin: 10px 0 15px 0;
    padding: 5px 45px;
  }
}
.info_cnt .info_inner .info_data_cnt .info_pic_box {
  width: 49.5%;
}
@media only screen and (max-width: 767px) {
  .info_cnt .info_inner .info_data_cnt .info_pic_box {
    width: 100%;
    margin: 30px auto 0 auto;
    order: 1;
  }
}

/*----------------------------------------
MENU
----------------------------------------*/
.menu_cnt {
  width: 100%;
  margin: 0 auto;
  background: #222 url(../images/bg_03.jpg) no-repeat top center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  color: #fff;
}
.menu_cnt .rnd_menu01 {
  position: absolute;
  width: 70vw;
  height: 70vw;
  opacity: 0.5;
  top: -62vw;
  left: -15vw;
}
@media only screen and (max-width: 767px) {
  .menu_cnt .rnd_menu01 {
    top: -42vw;
    left: -15vw;
    opacity: 0.7;
  }
}
.menu_cnt .rnd_menu02 {
  position: absolute;
  width: 60vw;
  height: 60vw;
  opacity: 1;
  top: -38vw;
  right: -15vw;
}
@media only screen and (max-width: 767px) {
  .menu_cnt .rnd_menu02 {
    width: 90vw;
    height: 90vw;
    top: -18vw;
    right: -35vw;
  }
}
.menu_cnt .rnd_menu03 {
  position: absolute;
  width: 60vw;
  height: 60vw;
  opacity: 0.1;
  top: -35vw;
  right: -25vw;
}
@media only screen and (max-width: 767px) {
  .menu_cnt .rnd_menu03 {
    width: 80vw;
    height: 80vw;
    opacity: 0.2;
    top: 35vw;
    right: -55vw;
  }
}
.menu_cnt .rnd_menu04 {
  position: absolute;
  width: 60vw;
  height: 60vw;
  opacity: 0.1;
  bottom: -18vw;
  left: -45vw;
}
@media only screen and (max-width: 767px) {
  .menu_cnt .rnd_menu04 {
    width: 80vw;
    height: 80vw;
    opacity: 0.3;
    bottom: 5vw;
    left: -55vw;
  }
}
.menu_cnt .rnd_menu05 {
  position: absolute;
  width: 28vw;
  height: 28vw;
  opacity: 0.3;
  bottom: -22vw;
  left: 5vw;
}
@media only screen and (max-width: 767px) {
  .menu_cnt .rnd_menu05 {
    width: 60vw;
    height: 60vw;
    opacity: 0.4;
    bottom: -40vw;
    left: -10vw;
  }
}
.menu_cnt .rnd_menu06 {
  position: absolute;
  width: 45vw;
  height: 45vw;
  opacity: 0.8;
  bottom: -13vw;
  right: -30vw;
}
@media only screen and (max-width: 767px) {
  .menu_cnt .rnd_menu06 {
    width: 120vw;
    height: 120vw;
    opacity: 1;
    bottom: -55vw;
    right: -55vw;
  }
}
.menu_cnt .rnd_menu07 {
  position: absolute;
  width: 25vw;
  height: 25vw;
  opacity: 0.3;
  bottom: -20vw;
  right: -2vw;
}
@media only screen and (max-width: 767px) {
  .menu_cnt .rnd_menu07 {
    width: 50vw;
    height: 50vw;
    opacity: 0.4;
    bottom: 30vw;
    right: -30vw;
  }
}
.menu_cnt .rnd_menu01, .menu_cnt .rnd_menu03 {
  animation: anim_r2 215200ms linear 0ms infinite normal backwards;
}
.menu_cnt .rnd_menu02, .menu_cnt .rnd_menu04 {
  animation: anim_r3 95200ms linear 0ms infinite normal backwards;
}
.menu_cnt .rnd_menu05, .menu_cnt .rnd_menu06, .menu_cnt .rnd_menu07 {
  animation: anim_r3 185200ms linear 0ms infinite normal backwards;
}
.menu_cnt .menu_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 0 100px 0;
}
.menu_cnt .menu_inner .menu_title {
  margin: 0 0 40px 0;
  text-align: center;
}
.menu_cnt .menu_inner .menu_title .menu_title_jp {
  font-size: 43px;
  letter-spacing: 4px;
}
.menu_cnt .menu_inner .menu_title .menu_title_en {
  margin: 15px 0 0 0;
  font-size: 10px;
  letter-spacing: 4px;
}
.menu_cnt .menu_inner .menu_title .menu_title_fukidashi {
  width: 200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .menu_cnt .menu_inner .menu_title {
    margin: 0 0 10px 0;
  }
  .menu_cnt .menu_inner .menu_title .menu_title_jp {
    font-size: 33px;
    letter-spacing: 4px;
  }
  .menu_cnt .menu_inner .menu_title .menu_title_en {
    margin: 15px 0 0 0;
    font-size: 10px;
    letter-spacing: 4px;
  }
  .menu_cnt .menu_inner .menu_title .menu_title_fukidashi {
    width: 200px;
    margin: 0 auto;
  }
}
.menu_cnt .menu_inner .menu_copy {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .menu_cnt .menu_inner .menu_copy {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 22px;
  }
}
.menu_cnt .menu_inner .menu_list_wrap .menu_tn {
  padding: 40px 0 60px 0;
}
@media only screen and (max-width: 767px) {
  .menu_cnt .menu_inner .menu_list_wrap .menu_tn {
    padding: 40px 0 20px 0;
  }
}
.menu_cnt .menu_inner .menu_list_wrap .menu_tn .menu_tn_box {
  width: 16.4%;
  font-size: 16px;
  margin-right: 0.2%;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 7px solid #4A3A1B;
  padding: 7px 0;
  transition: all 0.3s ease 0s;
}
.menu_cnt .menu_inner .menu_list_wrap .menu_tn .menu_tn_box:hover {
  cursor: pointer;
}
.menu_cnt .menu_inner .menu_list_wrap .menu_tn .menu_tn_box.red {
  background: #AC0000;
}
@media only screen and (max-width: 767px) {
  .menu_cnt .menu_inner .menu_list_wrap .menu_tn .menu_tn_box {
    width: 32.3333333% !important;
    margin: 2px 0.5%;
    font-size: 14px;
  }
}
.menu_cnt .menu_inner .menu_list_wrap .menu_tn .slick-current {
  border-bottom: 7px solid #EFAF22;
}
.menu_cnt .menu_inner .menu_data_cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0px 0 0 0;
}

.foot_pt_slide_cnt {
  width: 100%;
  background: #000;
}
.foot_pt_slide_cnt .slick_img img {
  width: 385px;
}
@media only screen and (max-width: 767px) {
  .foot_pt_slide_cnt .slick_img img {
    width: 300px;
  }
}

@keyframes anim_r1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anim_r2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anim_r3 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes anim_r3 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.rnd_3circle_cnt {
  position: relative;
  width: 100%;
  height: 100%;
}
.rnd_3circle_cnt .rnd_3c_01, .rnd_3circle_cnt .rnd_3c_02, .rnd_3circle_cnt .rnd_3c_03 {
  width: 100%;
  height: 100%;
  position: absolute;
}
.rnd_3circle_cnt .rnd_3c_01 {
  animation: anim_r1 15200ms linear 0ms infinite normal backwards;
}
.rnd_3circle_cnt .rnd_3c_02 {
  animation: anim_r2 15200ms ease-in-out 0ms infinite normal backwards;
}
.rnd_3circle_cnt .rnd_3c_03 {
  animation: anim_r3 15200ms linear 0ms infinite normal backwards;
}

/*----------------------------------------
Footer
----------------------------------------*/
.footer {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0;
  background: url(../images/bg_04.jpg) repeat center center;
}
@media only screen and (max-width: 767px) {
  .footer {
    width: 100%;
    background: #0F1720 url(../images/bg_04.jpg) no-repeat top center;
    background-size: cover;
  }
}
.footer .footer_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0px 0;
  color: #fff;
}
.footer .footer_inner .foot_data_cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 100;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 0px 0 0 0px;
}
@media only screen and (max-width: 767px) {
  .footer .footer_inner .foot_data_cnt {
    display: block;
  }
}
.footer .footer_inner .foot_data_cnt .foot_data_box {
  width: 49.5%;
}
@media only screen and (max-width: 767px) {
  .footer .footer_inner .foot_data_cnt .foot_data_box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .footer .footer_inner .foot_data_cnt .foot_data_box .add {
    font-size: 20px;
    display: block;
    margin: 5px;
  }
}
.footer .footer_inner .foot_data_cnt .foot_data_box .foot_data_title {
  width: 132px;
}
@media only screen and (max-width: 767px) {
  .footer .footer_inner .foot_data_cnt .foot_data_box .foot_data_title {
    width: 120px;
    margin: 14px auto;
  }
}
.footer .footer_inner .foot_data_cnt .foot_data_box .timetable {
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.footer .footer_inner .foot_data_cnt .foot_data_box .gmap_bt {
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 9px;
  margin-left: 10px;
  line-height: 20px;
  padding: 0px 25px;
  border-radius: 100px;
  vertical-align: text-top;
  color: #fff;
}
.footer .footer_inner .foot_data_cnt .foot_data_box .gmap_bt:hover {
  background: #000;
}
@media only screen and (max-width: 767px) {
  .footer .footer_inner .foot_data_cnt .foot_data_box .gmap_bt {
    font-size: 11px;
    margin: 5px 0 10px 0;
  }
}
.footer .footer_inner .foot_data_cnt .foot_pic_box {
  width: 53.5%;
}
@media only screen and (max-width: 767px) {
  .footer .footer_inner .foot_data_cnt .foot_pic_box {
    width: 100%;
  }
}

.copyright {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 9px;
    line-height: 9px;
    padding: 10px 0;
  }
}

/*----------------------------------------
common
----------------------------------------*/
.wapper {
  overflow: hidden;
}

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

.pc_only_il {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .pc_only_il {
    display: none;
  }
}

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

.sp_only_il {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp_only_il {
    display: inline;
  }
}

sub {
  font-size: 80%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.6em;
}
@media only screen and (max-width: 767px) {
  sub {
    font-size: 90%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.4em;
  }
}

.clear {
  clear: both;
  height: 0;
}

.vspace10 {
  clear: both;
  line-height: 0;
  height: 10px;
}

.vspace20 {
  clear: both;
  line-height: 0;
  height: 20px;
}

.vspace50 {
  clear: both;
  line-height: 0;
  height: 50px;
}

.vspace100 {
  clear: both;
  line-height: 0;
  height: 100px;
}

.vspace200 {
  clear: both;
  line-height: 0;
  height: 200px;
}

/*----------------------------------------
anim
----------------------------------------*/
.anim_r {
  animation: anim_r 5200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_r {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.anim_fuwa01 {
  animation: anim_fuwa01 5200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fuwa01 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.anim_bouce {
  animation: anim_bouce 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_bouce {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 50px;
  }
  100% {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  @keyframes anim_bouce {
    0% {
      margin-top: 0px;
    }
    50% {
      margin-top: 20px;
    }
    100% {
      margin-top: 0px;
    }
  }
}

.anim_bouce02 {
  animation: anim_bouce02 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_bouce02 {
  0% {
    height: 0px;
  }
  50% {
    height: 5px;
  }
  100% {
    height: 0px;
  }
}

.anim_bouce03 {
  animation: anim_bouce03 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_bouce03 {
  0% {
    margin: 0 0 0 0;
  }
  50% {
    margin: -6px 0 0 2px;
  }
  100% {
    margin: 0 0 0 0;
  }
}

.anim_rt01 {
  animation: anim_rt01 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_rt01 {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-4deg);
  }
  80% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.anim_rt02 {
  animation: anim_rt01 5200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_rt01 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.anim_rt03 {
  animation: anim_rt03 4200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_rt03 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.anim_rt04 {
  animation: anim_rt04 6200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_rt04 {
  0% {
    transform: rotate(-2deg);
  }
  25% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}

.anim_fds01 {
  animation: anim_fds01 3200ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds01 {
  0% {
    margin: 0;
  }
  50% {
    margin: 10px 0 10px 0;
  }
  100% {
    margin: 0;
  }
}

.anim_fds02 {
  animation: anim_fds02 2600ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds02 {
  0% {
    margin: 0;
  }
  50% {
    margin: 10px 0 10px 0;
  }
  100% {
    margin: 0;
  }
}

.anim_fds03 {
  animation: anim_fds03 3800ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds03 {
  0% {
    margin: 0;
  }
  50% {
    margin: 10px 0 10px 0;
  }
  100% {
    margin: 0;
  }
}

.anim_fds04 {
  animation: anim_fds04 1900ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds04 {
  0% {
    margin: 0;
  }
  50% {
    margin: 10px 0 10px 0;
  }
  100% {
    margin: 0;
  }
}

.anim_fds05 {
  animation: anim_fds05 3700ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds05 {
  0% {
    margin: 0;
  }
  50% {
    margin: 10px 0 10px 0;
  }
  100% {
    margin: 0;
  }
}

.anim_fds06 {
  animation: anim_fds06 3100ms ease-in-out 0ms infinite normal backwards;
}
@keyframes anim_fds06 {
  0% {
    margin: 10px 0 10px 0;
  }
  50% {
    margin: 0;
  }
  100% {
    margin: 10px 0 10px;
  }
}

/*# sourceMappingURL=style.css.map */
