@charset "UTF-8";
/* ----------------------- */
/* 共通
/* ----------------------- */
@media screen and (min-width: 1261px) {
  #header {
    height: 96px;
  }
  #header header h1 {
    padding: 16px 2.5%;
  }
}

.inner {
  width: 90%;
  margin: auto;
  max-width: 1400px;
}

.inner_m {
  width: 90%;
  margin: auto;
  max-width: 1240px;
}

.inner_s {
  width: 90%;
  margin: 30px auto auto auto;
  max-width: 1080px;
}
@media (max-width: 640px) {
  .inner_s {
    margin: 15px auto auto auto;
  }
}

.c-pad {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .c-pad {
    padding: 60px 0;
  }
}

#h1_area {
  background: #f2f1f9;
  padding: 2% 1%;
}

@media (max-width: 640px) {
  .title_style01 {
    font-size: 2.4rem;
    letter-spacing: 0.075em;
  }
}
.title_style01.sub {
  line-height: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .title_style01.sub {
    margin-bottom: 10px;
  }
}
.title_style01.sub span::before {
  background-image: url(../images/tit_left.png);
}
.title_style01.sub span::after {
  background-image: url(../images/tit_right.png);
}
.title_style01.sub strong {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: 300 !important;
  color: #39505f;
}
@media (max-width: 640px) {
  .title_style01.sub strong {
    font-size: 13px;
  }
}
.title_style01.sub.white span {
  color: #ffec4a;
}
.title_style01.sub.white span::before {
  background-image: url(../images/tit_left_white.png);
}
.title_style01.sub.white span::after {
  background-image: url(../images/tit_right_white.png);
}
.title_style01.sub.white strong {
  color: #fff;
}
@media (max-width: 640px) {
  .title_style01 span::before, .title_style01 span::after {
    bottom: -20px;
  }
}

/* 体験ステップ */
.c-frame {
  background: #fff;
  border-radius: 18px;
  padding: 50px 3% 50px;
  position: relative;
}
@media (max-width: 640px) {
  .c-frame {
    margin-top: 40px;
    padding: 28px 3% 28px;
  }
}
.c-frame.spec {
  height: 200px;
}
.c-frame.spec::before {
  height: 250px;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    bottom: auto;
    top: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: auto;
    bottom: 20px;
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    bottom: auto;
    top: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: auto;
    bottom: 20px;
  }
}
.l-grad-trigger {
  position: relative;
}

.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
}
.grad-trigger:checked ~ .c-frame {
  height: auto !important;
  max-height: none !important;
}
.grad-trigger:checked ~ .c-frame::before {
  display: none;
}

.br_pc {
  display: inline !important;
}
@media (max-width: 640px) {
  .br_pc {
    display: none !important;
  }
}

.br_sp {
  display: none !important;
}
@media (max-width: 640px) {
  .br_sp {
    display: inline !important;
  }
}

/* ----------------------- */
/* キービジュアル
/* ----------------------- */
.l-hero {
  overflow: hidden;
  background: #c6ecff;
  position: relative;
  background-size: cover;
}
@media (max-width: 640px) {
  .l-hero {
    background: #fff;
  }
}
.l-hero .hero {
  padding: 50px 0 0;
  text-align: center;
  background: #c6ecff;
}
@media screen and (min-width: 375px) and (max-width: 1260px) {
  .l-hero .hero {
    padding: 30px 0 0;
  }
}
@media (max-width: 640px) {
  .l-hero .hero.incontents > .hero {
    padding: 0;
  }
}
.l-hero .contents {
  display: inline-block;
  padding-left: 9%;
  padding-bottom: 80px;
  text-shadow: 2px 2px 10px #fff, 0px 2px 10px #fff, 2px 0px 10px #fff, 0px -2px 10px #fff, -2px 0px 10px #fff;
  line-height: 2;
  color: #231815;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 640px) {
  .l-hero .contents {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-bottom: 15.873015873vw;
  }
}
.l-hero .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 160px;
}
@media (max-width: 1200px) {
  .l-hero .items {
    padding-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .l-hero .items {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-hero .items .item {
  width: 27.1428571429%;
  margin: 0 1.2%;
}
@media (max-width: 1200px) {
  .l-hero .items .item {
    width: 40%;
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  .l-hero .items .item {
    width: 85%;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-hero .items .item .img {
  width: 85%;
  margin: auto;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .l-hero .items .item .img {
    width: 75%;
  }
}
.l-hero .items .item .img img {
  width: 100%;
}

/* ----------------------- */
/* PLAN plan・料金
/* ----------------------- */
.l-plan {
  background: linear-gradient(145deg, rgb(0, 119, 194) 0%, rgb(33, 173, 229) 100%);
  color: #39505f;
}
.l-plan .contents {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  padding: 0 3% 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .l-plan .contents {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.l-plan .contents .h3 {
  text-align: center;
  padding: 25px 0;
  position: relative;
  margin-bottom: 35px;
  font-size: 30px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #d0d3c3;
}
@media (max-width: 640px) {
  .l-plan .contents .h3 {
    padding: 18px 0;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.l-plan .contents .h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 18%;
  border-bottom: 2px solid #21ade5;
}
.l-plan .contents.contents1 .row-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .l-plan .contents.contents1 .row-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-plan .contents.contents1 .row-items .left {
  width: 49.9092558984%;
}
.l-plan .contents.contents1 .row-items .left img {
  width: 100%;
}
@media (max-width: 640px) {
  .l-plan .contents.contents1 .row-items .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
.l-plan .contents.contents1 .row-items .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.l-plan .contents.contents1 .row-items .right img {
  width: 75%;
}
.l-plan .contents.contents1 .l-list .items .item {
  padding: 15px 15px;
  text-align: center;
}
@media (max-width: 640px) {
  .l-plan .contents.contents1 .l-list .items .item {
    text-align: left;
  }
}
.l-plan .contents.contents1 .l-list .items .item:not(:last-child) {
  border-bottom: 2px dotted #39505f;
}
.l-plan .contents.contents2 {
  letter-spacing: 0.05em;
}
.l-plan .contents.contents2 .row-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .l-plan .contents.contents2 .row-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-plan .contents.contents2 .row-items .left {
  width: 27.9491833031%;
  margin: 0 4.5372050817%;
}
.l-plan .contents.contents2 .row-items .left img {
  width: 100%;
}
@media (max-width: 1200px) {
  .l-plan .contents.contents2 .row-items .left {
    width: 320px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 640px) {
  .l-plan .contents.contents2 .row-items .left {
    width: 80%;
  }
}
.l-plan .contents.contents2 .row-items .right {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-plan .contents .h4 {
  padding: 0 0 5px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.textcolor {
  color: #0077c2;
  text-align: center;
  margin-top: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .textcolor {
    font-size: 1.4rem;
  }
}

/* ----------------------- */
/* 体験・購入出来る店舗
/* ----------------------- */
.link_button_style01.link_button_style02 a {
  background-color: #ed8b00;
}
.link_button_style01.link_button_style02 a:hover {
  background-color: #09c7aa;
  color: #fff;
}
.link_button_style01.link_button_style02.link_button_style03 .modal-span {
  color: #21ade5;
  background-color: #fff;
  border: solid 1px #21ade5;
}
.link_button_style01.link_button_style02.link_button_style03 .modal-span a:hover {
  background-color: #09c7aa;
  color: #fff;
}
.link_button_style01.link_button_style02.link_button_style03 .modal-span.green {
  position: relative;
  background: #02c1a6;
  color: #fff;
  border: none;
}
.link_button_style01.link_button_style02.link_button_style03 .modal-span.green::after {
  position: absolute;
  top: 30%;
  left: 40px;
  content: url(../images/star_01.png);
}
@media (max-width: 640px) {
  .link_button_style01.link_button_style02.link_button_style03 .modal-span.green::after {
    left: 30px;
  }
}
.link_button_style01.link_button_style02.link_button_style03 .modal-span.green::before {
  position: absolute;
  top: 40%;
  right: 60px;
  content: url(../images/star_01.png);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 640px) {
  .link_button_style01.link_button_style02.link_button_style03 .modal-span.green::before {
    right: 30px;
  }
}

/* ----------------------- */
/* ロボットプラネット
/* ----------------------- */
.shop_info {
  text-align: center;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #ebeaf3;
  padding: 120px 5% 80px;
}
.shop_info h3 {
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.045em;
  line-height: 1.4;
  color: #0077c2;
  margin-bottom: 60px;
}
.shop_info h3 > i {
  color: #21ade5;
}

/* ----------------------- */
/* テレビCM
/* ----------------------- */
.l-tvcm {
  color: #39505f;
}
@media (max-width: 640px) {
  .l-tvcm {
    margin-bottom: 20px;
  }
  .l-tvcm.c-pad {
    padding-bottom: 20px;
  }
}
.l-tvcm .inner_m {
  margin-bottom: 90px;
}
@media (max-width: 640px) {
  .l-tvcm .inner_m {
    margin-bottom: 40px;
  }
}

/* ----------------------- */
/* 同時開催店舗一覧
/* ----------------------- */
.link_button_style04 a {
  position: relative;
  margin: 10px 0;
  padding: 18px 5em;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.115em;
  display: inline-block;
  background-color: #ed8b00;
  font-weight: 500;
  line-height: 1.4;
  max-width: 420px;
  text-align: center;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.link_button_style04 a:hover {
  background-color: #09c7aa;
  color: #fff;
}
@media (min-width: 641px) and (max-width: 820px) {
  .link_button_style04 a {
    padding: 14px 2em;
  }
}
@media screen and (max-width: 640px) {
  .link_button_style04 a {
    font-size: 1.1rem;
    letter-spacing: 0;
    padding: 14px 1.2em;
    margin-block: 6px;
    width: 100%;
    margin: 5px auto;
  }
  .link_button_style04 a::before {
    width: 7px;
    height: 14px;
    right: 2%;
    top: 50%;
    margin-top: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

.l-locations {
  background: #f3f2f2;
  color: #39505f;
}
.l-locations .contents {
  border-radius: 10px;
  padding: 0 16px 16px 16px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  row-gap: 24px;
  background: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .l-locations .contents {
    margin-bottom: 20px;
    padding: 0 8px 8px 8px;
  }
}
.l-locations .contents .h3 {
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin-bottom: 0;
  font-size: 2.4rem;
  letter-spacing: 0;
  border-bottom: 1px solid #d0d3c3;
}
@media (max-width: 640px) {
  .l-locations .contents .h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 4px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.l-locations .contents .h3::before {
  content: none;
}
.l-locations .contents.contents3 .row-text {
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 1200px) {
  .l-locations .contents.contents3 .row-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-locations .c-frame {
  background: none;
  border-radius: 18px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(528px, 48%), 1fr));
  gap: 24px;
  padding: 0 !important;
}
@media (max-width: 640px) {
  .l-locations .c-frame {
    padding: 28px 3% 28px !important;
    gap: 10px;
    margin: 0 10px;
  }
}
.l-locations.add .c-frame {
  background: #fff;
  padding: 50px 3% 50px !important;
}

.l-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 640px) {
  .l-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.area_wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 10px 0;
  background: #c6ecff;
  height: 520px;
}
@media (max-width: 640px) {
  .area_wapper {
    padding: 0;
    height: 242px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1260px) {
  .area_wapper {
    height: 460px;
  }
}

@media (max-width: 640px) {
  .area_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.light_area {
  margin-left: 7px;
}
@media (max-width: 640px) {
  .light_area {
    margin: 8px 0;
  }
}
.light_area img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.light_area li:first-of-type {
  margin-bottom: 7px;
}

.row-text.line_top {
  margin-top: 20px;
  padding: 25px 0 0;
  position: relative;
  border-top: 2px solid #d0d3c3;
}
.row-text.line_top::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18%;
  border-top: 2px solid #21ade5;
}

/* スマホリンク等 */
@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (min-width: 1024px) {
  .link_button_style01[class*=link_button_style03] a:hover::before {
    right: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .link_button_style01[class*=link_button_style03] a::before {
    background-image: none;
  }
}
.link_button_style01 a {
  font-size: 1.6rem;
}
.link_button_style01 a::before {
  background-image: none;
}
@media (max-width: 640px) {
  .link_button_style01 a {
    font-size: 1.4rem;
  }
}

@media (min-width: 641px) {
  .modal-span {
    pointer-events: none;
  }
}

@media (min-width: 641px) {
  .modal_tel {
    display: none;
  }
}
@media (max-width: 640px) {
  .modal_tel {
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .modal_tel .modal_tel__overlay {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  .modal_tel .tel_close-btn-top {
    position: absolute;
    top: 8%;
    right: 1%;
    font-size: 3rem;
    cursor: pointer;
    color: #fff;
  }
  .modal_tel .modal_tel__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 300px;
    width: 100%;
    padding: 37px 20px;
    background: #fff;
    border-radius: 4%;
  }
  .modal_tel .modal_tel__content p {
    margin-top: 18px;
    text-align: center;
    color: #21ade5;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .modal_tel .modal_tel__content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    padding: 18px 80px;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    background: #0178c2;
    border-radius: 50px;
  }
  .modal_tel .modal_tel__content a:hover {
    background: #09c7aa;
  }
  .modal_tel .modal_tel_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal_tel .modal_tel_container dt {
    margin-bottom: 25px;
  }
  .modal_tel .modal_tel_container dd {
    color: #21ade5;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

@media (max-width: 640px) {
  .fixed_tel {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.bold {
  font-weight: bold;
}

.place_name {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #21ade5;
}
.place_name i {
  color: #21ade5;
}
@media (max-width: 640px) {
  .place_name {
    font-size: 2.8rem;
  }
}

.robot_wap {
  margin-top: 0;
  width: 100%;
}
@media (max-width: 640px) {
  .robot_wap {
    margin-top: 10px;
  }
}
.robot_wap dt {
  font-size: 2.2rem;
  color: #21ade5;
}
@media (max-width: 640px) {
  .robot_wap dt {
    font-size: 1.3rem;
  }
}

.staff_title {
  margin-top: 20px;
}

/* テレビCM */
.youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube_box .arrow {
  width: 67px;
  height: 47px;
  border-radius: 10%;
  background-color: #ff0000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.youtube_box .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
}
.youtube_box img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxOverlay {
  display: none;
  background: none;
  height: auto;
}

/*voice*/
.voice {
  margin-bottom: 100px;
  overflow: hidden;
  padding-top: 30px !important;
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .voice {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 468px) {
  .voice {
    margin-bottom: 50px;
  }
}
.voice .voice-contents01,
.voice .voice-contents02,
.voice .voice-contents03 {
  zoom: 90%;
}
@media screen and (max-width: 768px) {
  .voice .voice-contents01,
  .voice .voice-contents02,
  .voice .voice-contents03 {
    zoom: inherit;
    padding: 0 4%;
  }
}
.voice .voice-contents01 {
  margin-top: 150px;
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .voice .voice-contents01 {
    margin-bottom: 160px;
  }
}
.voice .voice-contents02 {
  margin-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .voice .voice-contents02 {
    margin-bottom: 160px;
  }
}
.voice .voice-contents02 .voice_inner {
  background: #f7bf6d;
}
.voice .voice-contents02 .voice_inner .robohon04 {
  top: -30%;
  left: -15%;
}
@media screen and (max-width: 768px) {
  .voice .voice-contents02 .voice_inner .robohon04 {
    top: -20%;
    left: -15%;
  }
}
.voice .voice-contents02 .voice_inner .robohon04-02 {
  top: -25%;
  right: -10%;
}
@media screen and (max-width: 768px) {
  .voice .voice-contents02 .voice_inner .robohon04-02 {
    right: -110%;
  }
}
@media screen and (max-width: 468px) {
  .voice .voice-contents02 .voice_inner .robohon04-02 {
    top: -15%;
  }
}
@media screen and (max-width: 468px) {
  .voice .voice-contents02 .voice_inner .robohon04-02 img {
    width: 40%;
  }
}
.voice .voice-contents03 .voice_inner {
  background: #ffffa7;
}
.voice .voice-contents03 .voice_inner .robohon04 {
  top: -20%;
  left: -10%;
}
@media screen and (max-width: 1200px) {
  .voice .voice-contents03 .voice_inner .robohon04 {
    top: -23%;
    left: -13%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice-contents03 .voice_inner .robohon04 {
    top: -20%;
    left: -15%;
  }
}
.voice .voice-contents03 .voice_inner .robohon04 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .voice .voice-contents03 .voice_inner .robohon04 img {
    width: 80%;
  }
}
@media screen and (max-width: 468px) {
  .voice .voice-contents03 .voice_inner .robohon04 img {
    width: 60%;
  }
}
.voice .voice-contents03 .voice_inner .robohon04-02 {
  top: -35%;
  right: -17%;
}
@media screen and (max-width: 1200px) {
  .voice .voice-contents03 .voice_inner .robohon04-02 {
    right: -40%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice-contents03 .voice_inner .robohon04-02 {
    right: -100%;
  }
}
@media screen and (max-width: 468px) {
  .voice .voice-contents03 .voice_inner .robohon04-02 {
    top: -30%;
  }
}
@media screen and (max-width: 1200px) {
  .voice .voice-contents03 .voice_inner .robohon04-02 img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice-contents03 .voice_inner .robohon04-02 img {
    width: 50%;
  }
}
@media screen and (max-width: 468px) {
  .voice .voice-contents03 .voice_inner .robohon04-02 img {
    width: 40%;
  }
}
.voice .voice-contents03 .voice03 p.font-m {
  color: #707070;
}
.voice .voice_inner {
  position: relative;
  background: #50c7ff;
  max-width: 1158px;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .voice .voice_inner {
    max-width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_inner {
    max-width: 350px;
  }
}
.voice .voice_inner .robohon04 {
  position: absolute;
  top: -18%;
  left: -10%;
}
@media screen and (max-width: 1200px) {
  .voice .voice_inner .robohon04 {
    top: -13%;
    left: -13%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_inner .robohon04 {
    top: -5%;
  }
}
@media screen and (max-width: 468px) {
  .voice .voice_inner .robohon04 {
    top: -15%;
  }
}
@media screen and (max-width: 1200px) {
  .voice .voice_inner .robohon04 img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_inner .robohon04 img {
    width: 50%;
  }
}
.voice .voice_inner .robohon04-02 {
  position: absolute;
  top: -30%;
  right: -23%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 1200px) {
  .voice .voice_inner .robohon04-02 {
    right: -50%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_inner .robohon04-02 {
    right: -130%;
    top: -27%;
  }
}
.voice .voice_inner .robohon04-02 img {
  width: 90%;
}
@media screen and (max-width: 1200px) {
  .voice .voice_inner .robohon04-02 img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_inner .robohon04-02 img {
    width: 50%;
  }
}
@media screen and (max-width: 468px) {
  .voice .voice_inner .robohon04-02 img {
    width: 40%;
  }
}
.voice .voice01,
.voice .voice02,
.voice .voice03 {
  padding: 70px 30px;
}
@media screen and (max-width: 768px) {
  .voice .voice01,
  .voice .voice02,
  .voice .voice03 {
    padding: 50px 4%;
  }
}
.voice .voice01 img,
.voice .voice02 img,
.voice .voice03 img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice .voice01 img,
  .voice .voice02 img,
  .voice .voice03 img {
    width: 40%;
  }
}
.voice .voice01 p.font-m,
.voice .voice02 p.font-m,
.voice .voice03 p.font-m {
  text-align: center;
  color: #fff;
  margin: 20px 0 30px;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .voice .voice01 p.font-m,
  .voice .voice02 p.font-m,
  .voice .voice03 p.font-m {
    font-size: 14px;
  }
}
.voice .voice01 p.font-m span,
.voice .voice02 p.font-m span,
.voice .voice03 p.font-m span {
  font-size: 34px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .voice .voice01 p.font-m span,
  .voice .voice02 p.font-m span,
  .voice .voice03 p.font-m span {
    font-size: 16px;
  }
}
.voice .voice01 p:last-of-type,
.voice .voice02 p:last-of-type,
.voice .voice03 p:last-of-type {
  margin: 0;
  padding: 0 30px;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .voice .voice01 p:last-of-type,
  .voice .voice02 p:last-of-type,
  .voice .voice03 p:last-of-type {
    font-size: 14px;
    padding: 0 10px;
  }
}
.voice .voice01 p:last-of-type,
.voice .voice02 p:last-of-type {
  color: #fff;
}

.top_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (max-width: 1200px) {
  .voice-top {
    margin-top: 26vh;
  }
}
@media screen and (max-width: 768px) {
  .voice-top {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .voice-top h2 {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

.slide-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.slide-left {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.slide-right {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.bounceIn {
  opacity: 0;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
          animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceIn {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/* ==========================================================================
   体験イベント
   ========================================================================== */
.cm_title {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .cm_title {
    padding: 30px 0;
  }
}

.movie {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}

.event_steps {
  background: #c5ecff;
  padding: 100px 0;
}
@media (max-width: 640px) {
  .event_steps {
    padding: 30px 0;
  }
}

.event-frame {
  background: url(../images/event_bk.png) no-repeat top center #fff;
  border-radius: 18px;
  padding: 50px 3% 50px;
  background-size: contain;
}
@media (max-width: 640px) {
  .event-frame {
    padding: 28px 3% 28px;
  }
}

.event_title {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 640px) {
  .event_title {
    margin-top: 10px;
  }
}

.event_title_sub {
  margin: 30px auto 0;
  padding: 0 1%;
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #ed8b00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff5e8));
  background: linear-gradient(transparent 50%, #fff5e8 50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 640px) {
  .event_title_sub {
    margin-top: 10px;
    font-size: 2.2rem;
  }
  .event_title_sub.two-lines {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #fff5e8));
    background: linear-gradient(transparent 20%, #fff5e8 20%);
  }
}

.event_text {
  margin-top: 34px;
  text-align: center;
  font-size: 2.4rem;
  color: #002b60;
}
@media (max-width: 640px) {
  .event_text {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.event_text_small {
  margin-top: 60px;
  text-align: center;
  font-size: 2rem;
  color: #002b60;
}
@media (max-width: 640px) {
  .event_text_small {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.introduction_title {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 640px) {
  .introduction_title {
    margin-top: 30px;
  }
}

.popular_inner {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 840px;
  margin: 45px auto 0;
}
@media (max-width: 640px) {
  .popular_inner {
    gap: 15px;
    margin-top: 20px;
  }
}
.popular_inner figcaption {
  color: #002b60;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 640px) {
  .popular_inner figcaption {
    text-align: left;
  }
}

.staff_title {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 640px) {
  .staff_title {
    margin-top: 40px;
  }
}

.image_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1015px;
  margin: 50px auto 0;
  padding-bottom: 20px;
  grid-row-gap: 0px;
  background: url(../images/staff_line.png) bottom repeat-x;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.image_inner .image_box {
  width: 48%;
}
@media (max-width: 1200px) {
  .image_inner .image_box {
    width: 100%;
  }
}
.image_inner video {
  width: 100%;
}
@media (max-width: 1200px) {
  .image_inner video {
    height: 55vw;
  }
}
@media (max-width: 1260px) {
  .image_inner video {
    height: auto;
  }
}
.image_inner h4.video_title {
  padding: 1%;
  background: url(../images/cm_bk.png) repeat;
  font-size: 1.8rem;
  text-align: center;
  color: #002b60;
  border-top: 2px solid #0077c2;
  border-bottom: 2px solid #0077c2;
}
@media (max-width: 1260px) {
  .image_inner h4.video_title {
    width: 98%;
    margin-bottom: 20px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 1200px) {
  .image_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1260px) {
  .image_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ==========================================================================
   コンシェルジュ
   ========================================================================== */
.concierge_wrapper .staff_inner {
  margin-top: 3%;
  width: 100%;
}
.concierge_wrapper .staff_inner dt.staff_pic {
  width: 35%;
}
@media (max-width: 1200px) {
  .concierge_wrapper .staff_inner dt.staff_pic {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 840px) {
  .concierge_wrapper .staff_inner dt.staff_pic {
    width: 52%;
  }
}
.concierge_wrapper .staff_inner dd.text_outer {
  width: 64%;
}
@media (max-width: 1200px) {
  .concierge_wrapper .staff_inner dd.text_outer {
    width: 100%;
  }
}
.concierge_wrapper .staff_inner dt.product_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002b60;
  font-size: 1.6rem;
  border-bottom: dashed 2px #ed8b00;
  font-weight: bold;
  line-height: 1.6;
}
.concierge_wrapper .staff_inner dt.product_ttl::before {
  content: url(../images/q.png);
  padding-right: 5px;
}
.concierge_wrapper .staff_inner .sentence {
  margin: 2em 0;
  padding: 0.3em 1em;
  font-weight: bold;
  color: #002b60;
  background: #fff5e8;
  border-radius: 10px;
}
.concierge_wrapper .staff_inner .sentence .sen {
  background-color: #fff5e8;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(237, 119, 128, 0)), color-stop(50%, rgba(237, 119, 128, 0)), color-stop(0%, #fff5e8), to(#fff5e8)), -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0)), color-stop(97.5%, rgba(100, 100, 100, 0)), to(#646464));
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff5e8 0%, #fff5e8 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 0 1em 1em 1em;
}
.concierge_wrapper .staff_inner .sentence .col_orange {
  color: #ff8800;
}
.concierge_wrapper .staff_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .concierge_wrapper .staff_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
}
.concierge_wrapper .staff_box.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .concierge_wrapper .staff_box.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ==========================================================================
   WEB予約
   ========================================================================== */
.experience_wrapper {
  margin-top: 80px;
}
@media (max-width: 640px) {
  .experience_wrapper {
    margin-top: 10px;
  }
}
.experience_wrapper .experience_title {
  text-align: center;
}
.experience_wrapper .experience_text {
  font-size: 1.4rem;
  text-align: center;
  padding: 0 4% 4%;
}
@media (max-width: 640px) {
  .experience_wrapper .experience_text {
    font-size: 1.2rem;
    text-align: left;
    padding: 0 2% 2%;
  }
}
.experience_wrapper .experience_inner {
  max-width: 754px;
  margin: 40px auto 0;
  padding: 280px 0 10px 0;
  background: url(../images/shop_bk.jpg) no-repeat center top;
}
@media (max-width: 640px) {
  .experience_wrapper .experience_inner {
    padding: 260px 0 10px 0;
  }
}
.experience_wrapper .experience_inner .experience_arealinkbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 266px;
  margin: -20px auto 0;
  padding: 30px 30px 15px 30px;
  background: #fff;
  text-align: center;
}
@media (max-width: 640px) {
  .experience_wrapper .experience_inner .experience_arealinkbtn {
    padding: 20px 15px 10px 15px;
  }
}
.experience_wrapper .experience_inner .experience_arealinkbtn li {
  width: 49%;
}
.experience_wrapper .experience_inner .experience_arealinkbtn a {
  color: #0077c2;
  font-size: 2rem;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .experience_wrapper .experience_inner .experience_arealinkbtn a {
    font-size: 1.6rem;
  }
}
.experience_wrapper .experience_inner .experience_areabox .experience_title_sub {
  position: relative;
  background: #0077c2;
  color: #fff65e;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 2.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
@media (max-width: 640px) {
  .experience_wrapper .experience_inner .experience_areabox .experience_title_sub {
    font-size: 2.4rem;
  }
}

/* ==========================================================================
   リンクボタン共通・追加
   ========================================================================== */
.link_button_style01 a {
  font-size: 1.6rem;
}
.link_button_style01 a::before {
  background-image: none;
}

/* ==========================================================================
   フッター
   ========================================================================== */
footer#event-footer_wap {
  background: #05a2eb;
}
footer#event-footer_wap .return {
  display: none;
}
@media (max-width: 768px) {
  footer#event-footer_wap .return {
    display: block;
    background: #0079d1;
    text-align: center;
    padding: 20px 10px;
  }
}
footer#event-footer_wap .return .arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
footer#event-footer_wap .footer-img-wrap {
  padding: 60px 0;
}
footer#event-footer_wap .footer-img-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  footer#event-footer_wap .footer-img-wrap ul {
    padding: 0 4%;
  }
}
footer#event-footer_wap .footer-img-wrap ul li {
  margin: 0 10px;
}
footer#event-footer_wap .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  footer#event-footer_wap .footer-link ul {
    display: block;
    padding: 0 4%;
  }
}
footer#event-footer_wap .footer-link ul li {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 10px 40px;
}
@media (max-width: 768px) {
  footer#event-footer_wap .footer-link ul li {
    padding: 20px 10px;
    font-size: 14px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
footer#event-footer_wap .footer-link ul li:first-of-type {
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  footer#event-footer_wap .footer-link ul li:first-of-type {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
footer#event-footer_wap .footer-link02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  footer#event-footer_wap .footer-link02 ul {
    padding: 0 4%;
  }
}
footer#event-footer_wap .footer-link02 ul li {
  margin: 20px 0;
  color: #fff;
  padding: 0 10px;
}
footer#event-footer_wap .footer-link02 ul li a {
  position: relative;
  padding-right: 10px;
}
footer#event-footer_wap .footer-link02 ul li a::after {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(../images/outside_link01.png) no-repeat 0 0;
  background-size: 100% auto;
  right: 0;
  top: 0;
}
footer#event-footer_wap .copy small {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #0077c2;
  padding: 30px 5%;
}

/* ==========================================================================
   おすすめ！
   ========================================================================== */
.recommendation {
  background: #05a2eb;
  background-image: url(../images/pc_dotbg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 60px 0 8vh;
}
@media (max-width: 768px) {
  .recommendation {
    background-position: bottom;
    overflow: hidden;
  }
}
.recommendation h2 {
  color: #fae702;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .recommendation h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media (max-width: 468px) {
  .recommendation h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .recommendation .star {
    padding: 0px 10px 60px;
  }
}
.recommendation .star::before {
  background-image: url(../images/star04.png);
  left: -5%;
  bottom: -5%;
  height: 46px;
}
@media (max-width: 768px) {
  .recommendation .star::before {
    left: -15%;
    bottom: 0%;
  }
}
.recommendation .star::after {
  background-image: url(../images/star03.png);
  right: -5%;
  bottom: -5%;
  height: 46px;
}
@media (max-width: 768px) {
  .recommendation .star::after {
    right: -15%;
    bottom: 0%;
  }
}

.recommend-contents {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .recommend-contents {
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  .recommend-contents {
    max-width: 330px;
  }
}
@media (max-width: 468px) {
  .recommend-contents {
    max-width: 300px;
  }
}
.recommend-contents img {
  display: block;
  margin: 0 auto;
}
.recommend-contents .img-part01,
.recommend-contents .img-part02,
.recommend-contents .img-part03 {
  position: absolute;
  content: " ";
}
.recommend-contents .img-part01 img,
.recommend-contents .img-part02 img,
.recommend-contents .img-part03 img {
  width: 90%;
}
@media (max-width: 1200px) {
  .recommend-contents .img-part01 img,
  .recommend-contents .img-part02 img,
  .recommend-contents .img-part03 img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .recommend-contents .img-part01 img,
  .recommend-contents .img-part02 img,
  .recommend-contents .img-part03 img {
    width: 50%;
  }
}
@media (max-width: 468px) {
  .recommend-contents .img-part01 img,
  .recommend-contents .img-part02 img,
  .recommend-contents .img-part03 img {
    width: 40%;
  }
}
.recommend-contents .img-part01 {
  top: -14%;
  right: 12%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 1200px) {
  .recommend-contents .img-part01 {
    right: -5%;
  }
}
@media (max-width: 768px) {
  .recommend-contents .img-part01 {
    top: -25%;
    right: -45%;
  }
}
.recommend-contents .img-part02 {
  top: 25%;
  left: 15%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media (max-width: 1200px) {
  .recommend-contents .img-part02 {
    left: -8%;
  }
}
@media (max-width: 768px) {
  .recommend-contents .img-part02 {
    top: 25%;
    left: -36%;
  }
}
.recommend-contents .img-part03 {
  bottom: -10%;
  right: 12%;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (max-width: 1200px) {
  .recommend-contents .img-part03 {
    bottom: -10%;
    right: -10%;
  }
}
@media (max-width: 768px) {
  .recommend-contents .img-part03 {
    bottom: -10%;
    right: -45%;
  }
}
@media (max-width: 468px) {
  .recommend-contents .img-part03 {
    bottom: -20%;
    right: -55%;
  }
}

/* ==========================================================================
   アニメーション・共通パーツ
   ========================================================================== */
.slide-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.text_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .text_info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.2rem;
  }
}

.text_center {
  margin-top: 40px;
  text-align: center;
}

/* ==========================================================================
   カルーセル
   ========================================================================== */
#mv_area .dots-class {
  position: relative;
  margin: -7px auto;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -20px;
}
@media (max-width: 1200px) {
  #mv_area .dots-class {
    margin: -8px auto;
    top: -10px;
  }
}
#mv_area .dots-class button {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
#mv_area .dots-class li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #0077c2;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#mv_area .dots-class li.slick-active, #mv_area .dots-class li:hover {
  background-color: #0077c2;
}
#mv_area .dots-class li:last-child {
  margin-right: 0;
}
#mv_area .mv_sliderbox .sliders {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 548px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) and (min-width: 641px) {
  #mv_area .mv_sliderbox .sliders {
    height: 48vw;
  }
}
@media (max-width: 640px) {
  #mv_area .mv_sliderbox .sliders {
    height: auto;
    background: #c6ecff;
  }
}
#mv_area .mv_sliderbox .sliders > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1201px) {
  #mv_area .mv_sliderbox .sliders > a:hover {
    opacity: 0.5;
  }
}

/* ==========================================================================
   ナビゲーションメニュー
   ========================================================================== */
.list_box {
  padding-top: 180px;
  background: #c6ecff;
}
@media (max-width: 1200px) {
  .list_box {
    padding: 80px 0 20px 0;
  }
}

.menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 0.96em;
  background: #fff;
}
@media (max-width: 768px) {
  .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .menu > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2px;
    width: 48%;
    text-align: center;
    border: 1px solid #0077c2;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .menu > li {
    width: 33.33%;
    text-align: center;
  }
}
.menu > li a {
  display: block;
  padding: 20px 10px;
  color: #0892c9;
  font-weight: 500;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .menu > li a {
    padding: 10px;
  }
  .menu > li a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    right: 5px;
    bottom: 50%;
    border-right: 2px solid #0077c2;
    border-bottom: 2px solid #0077c2;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.menu > li a.first {
  color: #0077c2;
}
.menu > li:not(:last-of-type)::after {
  content: "|";
  margin: 0 6px;
  color: #9b9696;
}
@media (max-width: 1200px) {
  .menu > li:not(:last-of-type)::after {
    content: "";
    margin: 0;
  }
}
.menu > li.menu__single a {
  position: relative;
}
@media (max-width: 768px) {
  .menu > li.menu__single a {
    position: static;
  }
}
.menu > li.menu__single a:first-child::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  bottom: 10px;
  left: 50%;
  border-right: 2px solid #0077c2;
  border-bottom: 2px solid #0077c2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .menu > li.menu__single a:first-child::before {
    display: none;
  }
}
.menu > li.menu__single:hover ul.menu__second-level {
  visibility: visible;
  opacity: 1;
}
.menu > li.menu__single ul.menu__second-level {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  background: rgba(0, 119, 194, 0.8);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .menu > li.menu__single ul.menu__second-level {
    width: 350px;
    left: 100%;
    text-align: left;
  }
}
@media (max-width: 1200px) and (min-width: 769px) {
  .menu > li.menu__single ul.menu__second-level {
    left: 27%;
  }
}
.menu > li.menu__single ul.menu__second-level li {
  position: relative;
}
.menu > li.menu__single ul.menu__second-level li a {
  color: #fff;
}
.menu > li.menu__single ul.menu__second-level li a:hover {
  background: #0866e9;
}
@media (max-width: 768px) {
  .menu > li.menu__single ul.menu__second-level li a::after {
    display: none;
  }
}

/* ==========================================================================
   CMカルーセル / 動画
   ========================================================================== */
#cm {
  background: url(../images/cm_bk.png);
}
#cm .cm_sliderbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#cm .cm_sliderbox .sliders {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 48%;
  margin-top: 0;
}
#cm .cm_sliderbox .sliders > a {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cm .slick-dots li button {
  display: none !important;
}
@media (min-width: 770px) {
  #cm .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  #cm .slick-arrow {
    margin-top: 0;
    background: #fff;
  }
}
#cm .slick-prev,
#cm .slick-next {
  width: 30px;
  height: 50px;
}
#cm .slick-prev::before,
#cm .slick-next::before {
  font-size: 40px;
}
@media (max-width: 1200px) {
  #cm .slick-prev::after,
  #cm .slick-next::after {
    content: "";
    border-left: solid 2px #0077c2;
    border-bottom: solid 2px #0077c2;
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1200px) {
  #cm .slick-next::after {
    right: 12px;
  }
}
@media (max-width: 1200px) {
  #cm .slick-prev::after {
    left: 12px;
  }
}
@media (max-width: 769px) {
  #cm .cm_slider {
    padding: 0 !important;
  }
  #cm .slick-list.draggable {
    padding: 0 50px 0 0 !important;
  }
  #cm .cm_slider_small .sliders.slick-slide.slick-current.slick-active {
    width: 260px !important;
  }
  #cm .cm_slider_small .slick-list.draggable {
    padding: 0 !important;
  }
}

.movie-item {
  margin-right: 10px;
}

/* ==========================================================================
   もっとみる
   ========================================================================== */
.hidden-view {
  margin-top: 24px;
}

button.readmore_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 40px auto 0;
  padding: 1%;
  height: 50px;
  width: 420px;
  background: #21ade5;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 640px) {
  button.readmore_button {
    width: 90%;
  }
}
@media (min-width: 0) {
  button.readmore_button::before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
button.readmore_button.on-click::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
button.readmore_button.on-click .open {
  display: none;
}
button.readmore_button.on-click .close {
  display: block;
}
button.readmore_button .open {
  display: block;
}
button.readmore_button .close {
  display: none;
}

/* ==========================================================================
   ロボット関連
   ========================================================================== */
.evebt_robo-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.evebt_robo-warp li {
  width: calc(25% - 4px);
  margin: 0 4px 4px 0;
}
.evebt_robo-warp li:nth-child(4n) {
  margin-right: 0;
}

.text_handling {
  margin-top: 20px;
  text-align: right;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .text_handling {
    text-align: center;
  }
}

/* ==========================================================================
   YouTubeショート
   ========================================================================== */
.robo_story_wrapper > h4,
.concierge_sns_wrapper > h4 {
  padding: 1%;
  margin-top: 40px;
  background: url(../images/cm_bk.png) repeat;
  font-size: 1.8rem;
  text-align: center;
  color: #002b60;
  border-top: 2px solid #0077c2;
  border-bottom: 2px solid #0077c2;
}
@media (max-width: 768px) {
  .robo_story_wrapper > h4,
  .concierge_sns_wrapper > h4 {
    font-size: 1.4rem;
  }
}

.concierge_sns-title {
  padding: 4px;
  font-size: 1.6rem;
  color: #21ade5;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
}

.concierge_sns-text {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
}

.robo_story_sliderbox,
.concierge_sns_sliderbox {
  margin: 20px auto;
  max-width: 920px;
}
.robo_story_sliderbox .sliders,
.concierge_sns_sliderbox .sliders {
  width: 308px;
  aspect-ratio: 4/7;
}
@media (max-width: 767px) {
  .robo_story_sliderbox .sliders,
  .concierge_sns_sliderbox .sliders {
    width: 100%;
  }
}
.robo_story_sliderbox .sliders iframe,
.concierge_sns_sliderbox .sliders iframe {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .robo_story_sliderbox .sliders iframe,
  .concierge_sns_sliderbox .sliders iframe {
    width: 100%;
  }
}
.robo_story_sliderbox .slick-arrow,
.concierge_sns_sliderbox .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -30px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #0077c2;
}
@media (max-width: 768px) {
  .robo_story_sliderbox .slick-arrow,
  .concierge_sns_sliderbox .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }
}
.robo_story_sliderbox .slick-next::after,
.robo_story_sliderbox .slick-prev::after,
.concierge_sns_sliderbox .slick-next::after,
.concierge_sns_sliderbox .slick-prev::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: " ";
  z-index: 3;
  border-left: solid 2px #0077c2;
  border-bottom: solid 2px #0077c2;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .robo_story_sliderbox .slick-next::after,
  .robo_story_sliderbox .slick-prev::after,
  .concierge_sns_sliderbox .slick-next::after,
  .concierge_sns_sliderbox .slick-prev::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 1200px) {
  .robo_story_sliderbox .slick-prev::after,
  .concierge_sns_sliderbox .slick-prev::after {
    left: 20px;
  }
}
@media (max-width: 1200px) {
  .robo_story_sliderbox .slick-next::after,
  .concierge_sns_sliderbox .slick-next::after {
    right: 20px;
  }
}

.concierge_sns_wrapper .robo_story_sliderbox .slick-arrow,
.concierge_sns_sliderbox .slick-arrow {
  top: 40%;
}

/* ==========================================================================
   ページトップへ戻る
   ========================================================================== */
.page-top {
  height: 70px;
  width: 70px;
  position: fixed;
  bottom: 8vh;
  right: 2.5%;
  background: #200303;
  border: solid 2px #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
}
@media (min-width: 640px) {
  .page-top {
    display: none !important;
  }
}
.page-top__arrow {
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}
@media (min-width: 640px) {
  .page-top__arrow {
    display: none !important;
  }
}

/* ==========================================================================
   訪問販売
   ========================================================================== */
.sale_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 0;
  background: url(../images/cm_bk.png);
  max-width: 1050px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .sale_inner {
    padding: 5%;
  }
}

.sale_wrapper {
  width: 90%;
  text-align: center;
  color: #002b60;
  border: #eee 1px solid;
  background: #fff;
  padding: 5% 0;
}
@media (max-width: 640px) {
  .sale_wrapper {
    width: 90%;
    padding: 5%;
    margin: 0 auto;
  }
}
.sale_wrapper p {
  margin-top: 0.6rem;
}
.sale_wrapper p.sale_name {
  color: #21ade5;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.sale_wrapper p.medium {
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .sale_wrapper p.medium {
    font-size: 1.4rem;
  }
}
.sale_wrapper p.small {
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .sale_wrapper p.small {
    font-size: 1.2rem;
  }
}
.sale_wrapper p.ssmall {
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  .sale_wrapper p.ssmall {
    font-size: 1.3rem;
  }
}
.sale_wrapper p.title-text {
  color: #21ade5;
  font-size: 2rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
@media (max-width: 640px) {
  .sale_wrapper p.title-text {
    font-size: 1.8rem;
  }
}
.sale_wrapper .sale_btn {
  margin: 1rem 0;
}
.sale_wrapper .sale_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 400px;
  padding: 10px 20px;
  color: #0077c2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: rgba(238, 238, 238, 0.9333333333);
  border-radius: 50px;
  border: 0.2rem solid #0077c2;
  -webkit-box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
          box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
@media (max-width: 640px) {
  .sale_wrapper .sale_btn a {
    font-size: 1.3rem;
  }
}
.sale_wrapper .sale_btn a:hover {
  -webkit-transform: translate3d(0.2rem, 0.2rem, 0);
          transform: translate3d(0.2rem, 0.2rem, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sale_wrapper .sale_btn a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #0077c2;
  border-right: 3px solid #0077c2;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ==========================================================================
   体験ご予約はこちら
   ========================================================================== */
.reservation_wrapper {
  padding: 1em 0;
}
@media (max-width: 640px) {
  .reservation_wrapper {
    max-width: 100%;
  }
}
.reservation_wrapper .reservation_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .reservation_wrapper .reservation_btn_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reservation_wrapper .reservation_btn_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reservation_wrapper .reservation_btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 400px;
  padding: 10px 80px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #0077c2;
  border-radius: 50px;
  border: 0.2rem solid #0077c2;
  -webkit-box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
          box-shadow: 0.2rem 0.2rem 0px 0.1rem #cccccc;
}
@media (max-width: 640px) {
  .reservation_wrapper .reservation_btn_box a {
    font-size: 1.6rem;
    max-width: 240px;
  }
}
.reservation_wrapper .reservation_btn_box a:hover {
  -webkit-transform: translate3d(0.2rem, 0.2rem, 0);
          transform: translate3d(0.2rem, 0.2rem, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0077c2;
  background: #c5ecff;
}
.reservation_wrapper .reservation_btn_box a:hover::after {
  border-color: #0077c2;
}
.reservation_wrapper .reservation_btn_box a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ==========================================================================
  イベントバナー
   ========================================================================== */
.event_banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 40px;
  background: #c6ecff;
  text-align: center;
}
@media (max-width: 640px) {
  .event_banner {
    padding-bottom: 40px;
    padding-inline: 20px;
  }
}
.event_banner picture {
  max-width: 1080px;
  width: 100%;
}
@media (max-width: 640px) {
  .event_banner picture {
    max-width: 640px;
  }
}