@charset "UTF-8";
html {
  background-color: transparent;
  background-image: none;
}

body {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-color: #000;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

body a {
  text-decoration: none;
  color: #000;
}

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

.u-sp_only {
  display: none;
}

.u-bold {
  font-weight: bold;
}

.u-line {
  text-decoration: underline;
}

.u-line:hover {
  text-decoration: none;
}

.inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3%;
  position: relative;
}

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

/* ------ ボタン ------ */
.btn {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  background-color: #ff5c00;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 475px;
  -webkit-box-shadow: 0px 5px #ba3e00;
  box-shadow: 0px 5px #ba3e00;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn::after {
  content: "";
  position: absolute;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 42%;
  right: 5%;
}

.btn:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .u-pc_only {
    display: none;
  }
  .u-sp_only {
    display: block;
  }
  .inner {
    padding: 0 4%;
  }
  .btn {
    font-size: 18px;
    padding: 15px;
    border-radius: 6px;
    line-height: 1.4;
    -webkit-box-shadow: 0px 3px #ba3e00;
    box-shadow: 0px 3px #ba3e00;
    position: relative;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .btn::after {
    content: "";
    position: absolute;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 42%;
    right: 3%;
  }
  .btn:hover {
    opacity: .7;
  }
}

/*----------------------------------------------------- */
/*  kv_btn           */
/*----------------------------------------------------- */
.kv_btn {
  background: #edeeef;
  padding: 30px 0 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.btn_txt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ff4e1d;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .kv_btn {
    padding: 20px 0;
  }
  .btn_txt {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------- */
/*  outline           */
/*----------------------------------------------------- */
.outline {
  padding: 80px 0 60px;
  background: url(../images/bg_outline_01.png) center top 5px no-repeat;
  background-size: contain;
  position: relative;
}

.outline_pic01 {
  position: absolute;
  top: 308px;
  right: calc(50% + 380px);
  width: 174px;
}

.outline_pic02 {
  position: absolute;
  top: 190px;
  left: calc(50% + 340px);
  width: 226px;
}

.outline h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  max-width: 553px;
  background: #40d5e7;
  border-radius: 100px;
  border: 2px solid #000;
  height: 67px;
  line-height: 63px;
  margin: 0 auto 30px;
}

.outline h3 {
  font-size: 21px;
  font-weight: bold;
  color: #ff4e1d;
  text-align: center;
  margin-bottom: 10px;
}

.outline_schedule {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.outline_schedule em {
  font-size: 42px;
}

.outline_table {
  max-width: 700px;
  margin: 0 auto;
  border-top: 2px solid #000;
  border-collapse: collapse;
  font-size: 18px;
}

.outline_table tr {
  border-bottom: 2px solid #000;
}

.outline_table tr.noborder {
  border-bottom: none;
}

.outline_table tr.note td {
  padding: 0 0 20px;
}

.outline_table tr.note p {
  display: block;
  border: 2px solid #ff5c00;
  padding: 5px;
}

.outline_table tr.note span {
  display: block;
  color: #ff5c00;
  font-size: 17px;
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
}

.outline_table tr.note em {
  border-bottom: 2px solid #ff5c00;
}

.outline_table th {
  font-weight: bold;
  padding: 15px 20px;
  white-space: nowrap;
  vertical-align: top;
}

.outline_table td {
  padding: 15px 0 15px 20px;
}

.outline_table td p {
  margin-bottom: 10px;
}

.outline_table td a {
  padding-left: 18px;
  color: #2f49ce;
  position: relative;
  text-decoration: underline;
}

.outline_table td a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 8px solid #2f49ce;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

@media screen and (max-width: 767px) {
  .outline {
    padding: 60px 0 60px;
    background-size: 110%;
    position: relative;
  }
  .outline_pic01 {
    top: 12%;
    right: auto;
    left: 4%;
    width: 20%;
  }
  .outline_pic02 {
    position: absolute;
    top: 7%;
    left: auto;
    right: 3%;
    width: 22%;
  }
  .outline h2 {
    font-size: 24px;
    max-width: 58%;
    height: 50px;
    line-height: 46px;
    margin: 0 auto 20px;
  }
  .outline h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .outline_schedule {
    font-size: 5.5vw;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .outline_schedule em {
    font-size: 9vw;
  }
  .outline_table {
    border-top: 1px solid #000;
    font-size: 14px;
    width: 100%;
  }
  .outline_table tr {
    border-bottom: 1px solid #000;
  }
  .outline_table tr.note td {
    padding: 0 0 10px;
  }
  .outline_table tr.note span {
    font-size: 16px;
  }
  .outline_table th {
    padding: 10px 0 0 15px;
    display: block;
    width: 100%;
  }
  .outline_table td {
    display: block;
    width: 100%;
    padding: 0 0 10px 15px;
  }
  .outline_table td a {
    padding-left: 16px;
  }
  .outline_table td a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 0;
    height: 0;
    border-left: 8px solid #2f49ce;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}

/*----------------------------------------------------- */
/*  place           */
/*----------------------------------------------------- */
.place {
  background: url(../images/bg_place.png) center center;
  background-size: 50px;
  padding: 70px 0 30px;
}

.place h2 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  max-width: 553px;
  background: #fee100;
  border-radius: 100px;
  border: 2px solid #000;
  height: 67px;
  line-height: 63px;
  margin: 0 auto 30px;
}

.place_box {
    background: url(../images/pic_place_01.png),url(../images/pic_place_04.png);
    background-position: top 90px right 20px, bottom 20px right 20px;
    background-size: 36%, 36%;
    background-repeat: no-repeat, no-repeat;
    padding: 40px;
    border: 3px solid #000;
    border-radius: 10px;
    /* [disabled]max-width: 820px; */
    margin: 0 auto 70px;
    background-color: #f5f3e6;
}

.place h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2f49ce;
  margin-bottom: 20px;
  margin-left: 1em;
  text-indent: -1em;
}

.place h3 span {
  border-bottom: 3px solid #ffe000;
  padding: 0 0 5px 0;
}

.place .blue {
  color: #2f49ce;
}

.place p {
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 1.5em;
}

.place_comingsoon {
    /* [disabled]max-width: 600px; */
    margin: 50px auto 100px;
    padding: 60px 15%;
    background-color: #fff;
}
.place_map {
    margin: 50px auto 100px;
    padding: 10px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
  .place {
    padding: 50px 0 30px;
  }
  .place h2 {
    font-size: 24px;
    max-width: 58%;
    height: 50px;
    line-height: 46px;
    margin: 0 auto 20px;
  }
  .place_box {
    background: #f5f3e6;
    padding: 20px 20px;
    border: 2px solid #000;
    margin: 0 auto 30px;
  }
  .place h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .place h3 span {
    border-bottom: 2px solid #ffe000;
    padding: 0 0 3px 0;
  }
  .place p {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 1.2em;
  }
  .place_comingsoon {
    margin: 0 auto 40px;
  }
#place_slide {
  margin-bottom: 50px;
}
#place_slide .slide_item {
  margin: 0 5px;
}
}

/*----------------------------------------------------- */
/*  attention           */
/*----------------------------------------------------- */
.attention {
  background: url(../images/bg_attention.png) center center;
  background-size: 50px;
  padding: 50px 0;
}

.attention h2 {
  color: #2f49ce;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.attention_box {
  background: #fff;
  padding: 50px 30px;
}

.attention ul {
  font-size: 16px;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 50px;
}

.attention ul a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .attention {
    padding: 50px 0;
  }
  .attention h2 {
    font-size: 18px;
  }
  .attention_box {
    padding: 20px 10px;
  }
  .attention ul {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
footer #contact {
  padding: 30px 0;
  background-color: #2f49ce;
  text-align: center;
  color: #fff;
}

footer #contact h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  margin: 0 auto;
}

footer #contact h3:before, footer #contact h3:after {
  content: "";
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
}

footer #contact h3:before {
  margin-right: 1rem;
}

footer #contact h3:after {
  margin-left: 1rem;
}

footer #contact .tel a {
  pointer-events: none;
  color: #fff;
  font-size: 49px;
  font-weight: 700;
}

footer #contact .tel_info {
  font-size: 14px;
  margin-bottom: 20px;
}

footer #contact .link {
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer #contact .link:hover {
  opacity: .7;
}

footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 826px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
}

footer .copyright li:nth-child(1) {
  width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .copyright li:nth-child(1) p {
  white-space: nowrap;
  margin-top: -8px;
}

footer .copyright li:nth-child(1) img {
  width: 75%;
}

footer .copyright li:nth-child(2) {
    margin-top: 10px;
}

#contact .txt a {
  color: #fff;
  text-decoration: underline;
}

.pagetop {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 0px;
  background-color: rgba(22, 98, 212, 0.7);
  bottom: 0px;
  z-index: 10;
}

.pagetop::after {
  content: "";
  position: absolute;
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 28%;
  top: 35%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
    footer .copyright li:nth-child(1) img {
    width: 80%;
    }
  footer #contact h3 {
    font-size: 20px;
  }
  footer #contact .tel a {
    pointer-events: auto;
    font-size: 35px;
  }
  #contact .tel_info {
    font-size: 14px;
  }
  footer #contact .tel_info {
    font-size: 14px;
    margin-bottom: 20px;
  }
  footer .txt {
    font-size: 14px;
  }
  footer .copyright {
    display: block;
    font-size: 15px;
  }
  footer .copyright li {
    padding: 0;
    width: 100%;
    display: block;
    text-align: left;
  }
  footer .copyright li:nth-child(1) {
    width: 54%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer .copyright li:nth-child(2) {
    margin-top: 0;
  }
}

/*----------------------------------------------------- */
/*  anm           */
/*----------------------------------------------------- */
.anm {
  opacity: 0;
}

.trigger {
  opacity: 0;
}

.trigger.first {
  -webkit-animation: first .8s ease .3s 1 normal forwards;
          animation: first .8s ease .3s 1 normal forwards;
}

.trigger.up {
  -webkit-animation: up .8s ease .3s 1 normal forwards;
          animation: up .8s ease .3s 1 normal forwards;
}

.trigger.down {
  -webkit-animation: down .8s ease .3s 1 normal forwards;
          animation: down .8s ease .3s 1 normal forwards;
}

.trigger.left {
  -webkit-animation: left .8s ease .3s 1 normal forwards;
          animation: left .8s ease .3s 1 normal forwards;
}

.trigger.right {
  -webkit-animation: right .8s ease .3s 1 normal forwards;
          animation: right .8s ease .3s 1 normal forwards;
}

.trigger.delay0 {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

.trigger.delay1 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.trigger.delay2 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.trigger.delay3 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.trigger.delay4 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.trigger.delay5 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.trigger.delay6 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.trigger.delay7 {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.trigger.delay8 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.trigger.delay9 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.trigger.delay10 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.trigger.delay11 {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}

.trigger.delay12 {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

@-webkit-keyframes first {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes first {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes right {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */
