@charset "Shift_JIS";
#re_wrap *{
	box-sizing:border-box;
}
#re_wrap{width:940px; margin:0 auto;}
.h2{
    font-size: 2rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.text-center {
    text-align: center !important;
}









.html {
  background: url(../images/html-bg.png) repeat left top;
  scroll-behavior: smooth;
}

.body {
  background: url(../images/body-bg.png) repeat left top;
  color: #423c46;
  font-family: "Hiragino Kaku Gothic ProN","CI", sans-serif;
  font-size: 14px;
  line-height: 2;
  margin: 0 auto;
  max-width: 1200px;
  scroll-padding-top: 32px;
}

@media only screen and (min-device-width: 599px) {
   #re_wrap{width:98%; margin:0 auto;}
  .body {
    font-size: 16px;
  }
}

#re_wrap .h1, #re_wrap .h2, #re_wrap .h3, #re_wrap .h4, #re_wrap .h5, #re_wrap .h6 {
  font-weight: 600;
  line-height: 2;
  margin: 0;
}

#re_wrap .h3 {
  font-size: 20px;
}

#re_wrap a {
  cursor: pointer;
  text-decoration: none;
  transition: .2s;
}

#re_wrap a:hover {
  text-decoration: underline;
}

#re_wrap p {
  font-size: 14px;
  margin: 0;
}

hr {
  border: none;
  border-top: 1px solid #423c46;
  margin: 0;
}

#re_wrap img {
  display: block;
  height: auto;
  width: 100%;
}

#re_wrap .forPC {
  display: block;
}

@media only screen and (max-device-width: 599px) {
  #re_wrap{width:98%; margin:0 auto;}
  #re_wrap .forPC {
    display: none;
  }
}

#re_wrap .forSP {
  display: none;
}

@media only screen and (max-device-width: 599px) {
  #re_wrap{width:98%; margin:0 auto;}
  #re_wrap .forSP {
    display: block;
  }
}

.display-block {
  display: block;
}

.description .description-container {
  margin: -128px auto 96px;
  max-width: 1000px;
  position: relative;
}

#re_wrap .description .description-container .description-label {
  margin: 0 auto 32px;
  width: 140px;
}

.description .description-container h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.description .description-container .balloon {
  left: 16px;
  position: absolute;
  top: 0;
  width: 180px;
}

@media only screen and (max-device-width: 599px) {
  .description .description-container {
    margin: -48px 16px 48px;
  }
  .description .description-container .description-label {
    margin: 0 auto 16px;
    width: 64px;
  }
  .description .description-container .h2 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .description .description-container .balloon {
    left: 0;
    top: -16px;
    width: 100px;
  }
}

.buffet .buffet-container {
  display: flex;
  margin: 48px 40px 96px;
}

.buffet .buffet-container .img {
  padding: 0 8px;
  width: 45%;
}

.buffet .buffet-container .link {
  width: 55%;
}

.buffet .buffet-container .link ul {
  display: flex;
  flex-wrap: wrap;
}

.buffet .buffet-container .link ul li {
  margin: 0 8px 16px;
  width: calc(50% - 16px);
}

.buffet .buffet-container .link ul li a {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  border: 1px solid #d49201;
  border-radius: 8px;
  color: #423c46;
  display: block;
  font-size: 24px;
  padding: 24px;
  width: 100%;
}

.buffet .buffet-container .link ul li a:hover {
  opacity: .8;
  text-decoration: none;
}

@media only screen and (max-device-width: 1024px) {
  .buffet .buffet-container {
    display: block;
    margin: 48px 40px 96px;
  }
  .buffet .buffet-container .img {
    margin-bottom: 32px;
    padding: 0 8px;
    width: 100%;
  }
  .buffet .buffet-container .link {
    width: 100%;
  }
}

@media only screen and (max-device-width: 599px) {
  .buffet .buffet-container {
    margin: 16px 8px 40px;
  }
  .buffet .buffet-container .img {
    margin-bottom: 16px;
    padding: 0 8px;
    width: 100%;
  }
  .buffet .buffet-container .link {
    width: 100%;
  }
  .buffet .buffet-container .link ul li {
    margin: 0 8px 16px;
  }
  .buffet .buffet-container .link ul li a {
    background-position: right 16px center;
    background-size: 8px;
    font-size: 16px;
    padding: 16px;
  }
  .buffet .buffet-container .link ul li a:hover {
    opacity: .8;
    text-decoration: none;
  }
}

.course .course-container {
  display: flex;
  margin: 48px 40px 96px;
}

.course .course-container .img {
  padding: 0 8px;
  width: 45%;
}

.course .course-container .link {
  width: 55%;
}

.course .course-container .link ul {
  display: flex;
  flex-wrap: wrap;
}

.course .course-container .link ul li {
  margin: 0 8px 16px;
  width: calc(50% - 16px);
}

.course .course-container .link ul li a {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  border: 1px solid #d49201;
  border-radius: 8px;
  color: #423c46;
  display: block;
  font-size: 24px;
  padding: 24px;
  width: 100%;
}

.course .course-container .link ul li a:hover {
  opacity: .8;
  text-decoration: none;
}

@media only screen and (max-device-width: 1024px) {
  .course .course-container {
    display: block;
    margin: 48px 40px 96px;
  }
  .course .course-container .img {
    margin-bottom: 32px;
    padding: 0 8px;
    width: 100%;
  }
  .course .course-container .link {
    width: 100%;
  }
}

@media only screen and (max-device-width: 599px) {
  .course .course-container {
    margin: 16px 8px 40px;
  }
  .course .course-container .img {
    margin-bottom: 16px;
    padding: 0 8px;
    width: 100%;
  }
  .course .course-container .link {
    width: 100%;
  }
  .course .course-container .link ul li {
    margin: 0 8px 16px;
  }
  .course .course-container .link ul li a {
    background-position: right 16px center;
    background-size: 8px;
    font-size: 16px;
    padding: 16px;
  }
  .course .course-container .link ul li a:hover {
    opacity: .8;
    text-decoration: none;
  }
}

.other .other-container {
  margin: 96px 32px;
}

.other .other-container ul {
  display: flex;
  flex-wrap: wrap;
}

.other .other-container ul li {
  padding: 16px;
  width: 50%;
}

.other .other-container ul li a {
  display: block;
}

.other .other-container ul li a:hover {
  opacity: .8;
  text-decoration: none;
}

@media only screen and (max-device-width: 599px) {
  .other .other-container {
    margin: 48px 16px;
  }
  .other .other-container ul {
    display: block;
  }
  .other .other-container ul li {
    margin-bottom: 16px;
    padding: 0;
    width: 100%;
  }
  .other .other-container ul li a {
    display: block;
  }
  .other .other-container ul li a:hover {
    opacity: .8;
    text-decoration: none;
  }
}

.after .after-container {
  display: flex;
  margin: 96px 32px;
}

.after .after-container .freeflow {
  padding: 16px;
  width: 50%;
}

.after .after-container .freeflow h2 {
  margin-bottom: 32px;
}

.after .after-container .freeflow ul {
  margin-top: 32px;
}

.after .after-container .freeflow ul li {
  margin: 0 0 16px;
  width: 100%;
}

.after .after-container .freeflow ul li a {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  border: 1px solid #d49201;
  border-radius: 8px;
  color: #423c46;
  display: block;
  font-size: 24px;
  padding: 24px;
  width: 100%;
}

.after .after-container .freeflow ul li a:hover {
  opacity: .8;
  text-decoration: none;
}

.after .after-container .dessert {
  padding: 16px;
  width: 50%;
}

.after .after-container .dessert h2 {
  margin-bottom: 32px;
}

.after .after-container .dessert ul {
  margin-top: 32px;
}

.after .after-container .dessert ul li {
  margin: 0 0 16px;
  width: 100%;
}

.after .after-container .dessert ul li a {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  border: 1px solid #d49201;
  border-radius: 8px;
  color: #423c46;
  display: block;
  font-size: 24px;
  padding: 24px;
  width: 100%;
}

.after .after-container .dessert ul li a:hover {
  opacity: .8;
  text-decoration: none;
}

@media only screen and (max-device-width: 599px) {
  .after .after-container {
    display: block;
    margin: 48px 0;
  }
  .after .after-container .freeflow {
    margin-bottom: 48px;
    padding: 0 16px;
    width: 100%;
  }
  .after .after-container .freeflow h2 {
    margin: 0 -16px 16px;
  }
  .after .after-container .freeflow ul {
    margin-top: 16px;
  }
  .after .after-container .freeflow ul li {
    margin: 0 0 16px;
    width: 100%;
  }
  .after .after-container .freeflow ul li a {
    background-size: 8px;
    font-size: 16px;
    padding: 16px;
  }
  .after .after-container .dessert {
    padding: 0 16px;
    width: 100%;
  }
  .after .after-container .dessert ,.h2 {
    /*margin: 0 -16px 16px;*/
  }
  .after .after-container .dessert ul {
    margin-top: 16px;
  }
  .after .after-container .dessert ul li {
    margin: 0 0 16px;
    width: 100%;
  }
  .after .after-container .dessert ul li a {
    background-size: 8px;
    font-size: 16px;
    padding: 16px;
  }
}

.cta {
  margin: 96px 48px 0;
  padding-bottom:30px;
}

.cta a {
  display: block;
}

.cta a:hover {
  opacity: .8;
}

@media only screen and (max-device-width: 599px) {
  .cta {
    margin: 48px 16px 0;
    padding-bottom:20px;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 16px !important;
}

.m-2 {
  margin: 32px !important;
}

.m-3 {
  margin: 48px !important;
}

.m-4 {
  margin: 64px !important;
}

.m-5 {
  margin: 80px !important;
}

.m-6 {
  margin: 96px !important;
}

.m-7 {
  margin: 112px !important;
}

.m-8 {
  margin: 128px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-2 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-3 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-4 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-5 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx-6 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.mx-7 {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

.mx-8 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.my-1 {
  margin-bottom: 16px !important;
  margin-top: 16px !important;
}

.my-2 {
  margin-bottom: 32px !important;
  margin-top: 32px !important;
}

.my-3 {
  margin-bottom: 48px !important;
  margin-top: 48px !important;
}

.my-4 {
  margin-bottom: 64px !important;
  margin-top: 64px !important;
}

.my-5 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}

.my-6 {
  margin-bottom: 96px !important;
  margin-top: 96px !important;
}

.my-7 {
  margin-bottom: 112px !important;
  margin-top: 112px !important;
}

.my-8 {
  margin-bottom: 128px !important;
  margin-top: 128px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 16px !important;
}

.mt-2 {
  margin-top: 32px !important;
}

.mt-3 {
  margin-top: 48px !important;
}

.mt-4 {
  margin-top: 64px !important;
}

.mt-5 {
  margin-top: 80px !important;
}

.mt-6 {
  margin-top: 96px !important;
}

.mt-7 {
  margin-top: 112px !important;
}

.mt-8 {
  margin-top: 128px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 16px !important;
}

.mr-2 {
  margin-right: 32px !important;
}

.mr-3 {
  margin-right: 48px !important;
}

.mr-4 {
  margin-right: 64px !important;
}

.mr-5 {
  margin-right: 80px !important;
}

.mr-6 {
  margin-right: 96px !important;
}

.mr-7 {
  margin-right: 112px !important;
}

.mr-8 {
  margin-right: 128px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 16px !important;
}

.mb-2 {
  margin-bottom: 32px !important;
}

.mb-3 {
  margin-bottom: 48px !important;
}

.mb-4 {
  margin-bottom: 64px !important;
}

.mb-5 {
  margin-bottom: 80px !important;
}

.mb-6 {
  margin-bottom: 96px !important;
}

.mb-7 {
  margin-bottom: 112px !important;
}

.mb-8 {
  margin-bottom: 128px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 16px !important;
}

.ml-2 {
  margin-left: 32px !important;
}

.ml-3 {
  margin-left: 48px !important;
}

.ml-4 {
  margin-left: 64px !important;
}

.ml-5 {
  margin-left: 80px !important;
}

.ml-6 {
  margin-left: 96px !important;
}

.ml-7 {
  margin-left: 112px !important;
}

.ml-8 {
  margin-left: 128px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 16px !important;
}

.p-2 {
  padding: 32px !important;
}

.p-3 {
  padding: 48px !important;
}

.p-4 {
  padding: 64px !important;
}

.p-5 {
  padding: 80px !important;
}

.p-6 {
  padding: 96px !important;
}

.p-7 {
  padding: 112px !important;
}

.p-8 {
  padding: 128px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-2 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-3 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-4 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-5 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-6 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.px-7 {
  padding-left: 112px !important;
  padding-right: 112px !important;
}

.px-8 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.py-1 {
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}

.py-2 {
  padding-bottom: 32px !important;
  padding-top: 32px !important;
}

.py-3 {
  padding-bottom: 48px !important;
  padding-top: 48px !important;
}

.py-4 {
  padding-bottom: 64px !important;
  padding-top: 64px !important;
}

.py-5 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}

.py-6 {
  padding-bottom: 96px !important;
  padding-top: 96px !important;
}

.py-7 {
  padding-bottom: 112px !important;
  padding-top: 112px !important;
}

.py-8 {
  padding-bottom: 128px !important;
  padding-top: 128px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 16px !important;
}

.pt-2 {
  padding-top: 32px !important;
}

.pt-3 {
  padding-top: 48px !important;
}

.pt-4 {
  padding-top: 64px !important;
}

.pt-5 {
  padding-top: 80px !important;
}

.pt-6 {
  padding-top: 96px !important;
}

.pt-7 {
  padding-top: 112px !important;
}

.pt-8 {
  padding-top: 128px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 16px !important;
}

.pr-2 {
  padding-right: 32px !important;
}

.pr-3 {
  padding-right: 48px !important;
}

.pr-4 {
  padding-right: 64px !important;
}

.pr-5 {
  padding-right: 80px !important;
}

.pr-6 {
  padding-right: 96px !important;
}

.pr-7 {
  padding-right: 112px !important;
}

.pr-8 {
  padding-right: 128px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 16px !important;
}

.pb-2 {
  padding-bottom: 32px !important;
}

.pb-3 {
  padding-bottom: 48px !important;
}

.pb-4 {
  padding-bottom: 64px !important;
}

.pb-5 {
  padding-bottom: 80px !important;
}

.pb-6 {
  padding-bottom: 96px !important;
}

.pb-7 {
  padding-bottom: 112px !important;
}

.pb-8 {
  padding-bottom: 128px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 16px !important;
}

.pl-2 {
  padding-left: 32px !important;
}

.pl-3 {
  padding-left: 48px !important;
}

.pl-4 {
  padding-left: 64px !important;
}

.pl-5 {
  padding-left: 80px !important;
}

.pl-6 {
  padding-left: 96px !important;
}

.pl-7 {
  padding-left: 112px !important;
}

.pl-8 {
  padding-left: 128px !important;
}
