@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  /*overflow: hidden;*/
}

.mb140 {
  margin-bottom: 140px !important;
}

@media screen and (max-width: 800px) {
  .mb140 {
    margin-bottom: 70px !important;
  }
}
.mb70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 800px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}
.mb45 {
  margin-bottom: 45px !important;
}

@media screen and (max-width: 800px) {
  .mb45 {
    margin-bottom: 22.5px !important;
  }
}
.mb35 {
  margin-bottom: 35px !important;
}

@media screen and (max-width: 800px) {
  .mb35 {
    margin-bottom: 17.5px !important;
  }
}
.mb25 {
  margin-bottom: 25px !important;
}

@media screen and (max-width: 800px) {
  .mb25 {
    margin-bottom: 12.5px !important;
  }
}
.mb15 {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 800px) {
  .mb15 {
    margin-bottom: 7.5px !important;
  }
}
#base_back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/specialroom/back_img.jpg) no-repeat center;
  background-size: cover;
}

#section01 {
  width: 100%;
  position: relative;
  color: #fff;
  z-index: 2;
}

#section01 figure {
  width: 100%;
  position: relative;
}

#section01 .titles {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

#section01 h1 {
  text-align: center;
}

#section01 h1 .eng {
  text-align: center;
  margin-bottom: 0.95em;
  text-align: center;
}

#section01 h1 .eng span {
  display: inline-block;
  padding: 0.35em 3em 0.45em 3em;
  background: linear-gradient(129.48deg, rgb(251, 239, 191) 0%, rgb(219, 198, 154) 33%, rgb(181, 148, 109) 66%, rgb(153, 112, 76) 100%);
  line-height: 100%;
  color: #000;
}

#section01 h1 .jpn {
  text-align: center;
  margin-bottom: 0em;
  line-height: 120%;
}

#section01 h1 .jpn1 {
  text-align: center;
  margin-bottom: 0.7em;
}

#section01 h1 .jpn2 {
  text-align: center;
}

#section01 .base_text {
  text-align: center;
}

#section02 {
  width: 100%;
  padding: 80px 0 100px 0;
}

@media screen and (max-width: 800px) {
  #section02 {
    padding: 60px 0 60px 0;
  }
}
#section02 .section__in1 {
  width: 90%;
  max-width: 1146px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 800px) {
  #section02 .section__in1 {
    width: 100%;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1146px;
  margin: 0 auto;
  position: relative;
}

#section02 h3 {
  width: 100%;
  margin: 0 0px;
  text-align: center;
  padding: 0 73px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #section02 h3 {
    padding: 0 0px;
  }
}
#section02 h3 span {
  display: inline-block;
  background-color: #51BDC3;
  padding: 0.5em 0 0.6em 0;
  color: #fff;
  width: 100%;
}

#section02 .slidewaku_all {
  position: relative;
}

#section02 .slidewaku {
  width: 100%;
  margin: 0 auto;
  padding: 0 73px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #section02 .slidewaku {
    padding: 0 0px;
  }
}
#section02 .minitext {
  width: 100%;
  max-width: 1000px;
  margin: 0.5em auto 0 auto;
}

@media screen and (max-width: 800px) {
  .ios-device .slider {
    touch-action: pan-x !important;
  }
}
@media screen and (max-width: 800px) {
  .ios-device .slider-thumbnail {
    touch-action: pan-x !important;
  }
}
.swiper-container {
  width: 100%;
}

.swiper-container.slider {
  /*height: 80vh;*/
}

.swiper-container.slider {
  touch-action: pan-y;
}

@media screen and (max-width: 800px) {
  .swiper-container.slider {
    /*touch-action: pan-x;*/
  }
}
.swiper-container.slider-thumbnail {
  touch-action: pan-y;
}

@media screen and (max-width: 800px) {
  .swiper-container.slider-thumbnail {
    /*touch-action: pan-x;*/
  }
}
.swiper-container.slider-thumbnail {
  margin-top: 35px;
}

@media screen and (max-width: 800px) {
  .swiper-container.slider-thumbnail {
    margin-top: 2.5vw;
  }
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
}

.swiper-button-prev.custom-prev,
.swiper-button-next.custom-next {
  width: 26px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

@media screen and (max-width: 800px) {
  .swiper-button-prev.custom-prev,
  .swiper-button-next.custom-next {
    width: 4vw;
  }
}
.swiper-button-prev.custom-prev {
  left: 0;
}

@media screen and (max-width: 800px) {
  .swiper-button-prev.custom-prev {
    left: 0;
  }
}
.swiper-button-next.custom-next {
  right: 0;
}

@media screen and (max-width: 800px) {
  .swiper-button-next.custom-next {
    right: 0;
  }
}
.swiper-button-prev.custom-prev::after {
  content: none;
}

.swiper-button-next.custom-next::after {
  content: none;
}

.swiper-button-prev.custom-prev img,
.swiper-button-next.custom-next img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-slide {
  opacity: 1 !important;
  position: relative;
}

.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.imagebox {
  width: 100%;
  max-width: 1000px;
  margin: 150px auto 0 auto;
  background-color: #51BDC3;
  padding: 50px 5%;
}

@media screen and (max-width: 800px) {
  .imagebox {
    padding: 7vw 5%;
    margin: 80px auto 0 auto;
  }
}
.imagebox .ttl {
  margin-bottom: 1em;
  color: #fff;
  text-align: center;
}

.imagebox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.imagebox ul li {
  width: 31.5%;
  border: 1px solid rgb(209, 183, 71);
}

@media screen and (max-width: 800px) {
  .imagebox ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 800px) {
  .imagebox ul li.last {
    width: 100%;
    margin-bottom: 0vw;
  }
}
.imagebox ul li a {
  width: 100%;
  display: block;
}

.imagebox ul li a:hover .botanss span::after {
  left: 0em;
}

.imagebox ul li .heads {
  width: 100%;
  background: linear-gradient(45deg, rgb(255, 248, 194) 0%, rgb(248, 238, 176) 4.8%, rgb(231, 213, 128) 14.46%, rgb(203, 173, 52) 27.97%, rgb(191, 156, 20) 33.33%, rgb(209, 183, 71) 38.85%, rgb(255, 250, 198) 51.35%, rgb(253, 246, 193) 80.75%, rgb(252, 244, 190) 89.67%);
  text-align: center;
  padding: 0.25em 0;
  color: #000;
  font-weight: 500;
}

.imagebox ul li .botanss {
  width: 100%;
  background-color: #000000;
  text-align: center;
  padding: 1em 0;
}

.imagebox ul li .botanss span {
  display: inline-block;
  color: #fff;
  padding-left: 5em;
  position: relative;
}

.imagebox ul li .botanss span::before {
  content: "";
  width: 3em;
  height: 3em;
  background-color: #bcbbab;
  position: absolute;
  top: 50%;
  left: 1.75em;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.imagebox ul li .botanss span::after {
  content: "";
  width: 4em;
  height: 2em;
  background: url(../images/icon_cv_yaji.svg) no-repeat center;
  background-size: auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -0.5em;
  transform: translate(0, -50%);
  z-index: 10;
  transition: all 0.3s ease-out 0.01s;
}

/**************************/
#section03 {
  width: 100%;
  background-color: #51BDC3;
  color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  #section03 {
    padding: 7.5vw 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#section03 .midashi {
  text-align: center;
}

#section03 .midashi .golds {
  text-align: center;
  margin-bottom: 0.95em;
  text-align: center;
  color: #51BDC3;
}

#section03 .midashi .golds span {
  display: inline-block;
  padding: 0.35em 1.5em 0.45em 1.5em;
  background: linear-gradient(129.48deg, rgb(251, 239, 191) 0%, rgb(219, 198, 154) 33%, rgb(181, 148, 109) 66%, rgb(153, 112, 76) 100%);
  line-height: 100%;
  color: #000;
}

#section03 .midashi .jpn {
  text-align: center;
  margin-bottom: 0.65em;
}

#section03 .midashi .jpn1 {
  text-align: center;
  margin-bottom: 1em;
}

#section03 .midashi .base_text {
  text-align: center;
  line-height: 180%;
  margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
  #section03 .midashi .base_text {
    text-align: left;
  }
}
#section03 .midashi .minis {
  text-align: center;
}

#section04 {
  width: 100%;
  background-color: #51BDC3;
  color: #fff;
  padding: 70px 0 50px 0;
  position: relative;
  z-index: 2;
  background: url(../images/specialroom/sec01_back_pc.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  #section04 {
    padding: 7.5vw 0 5vw 0;
    background: url(../images/specialroom/sec01_back_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#section04 .midashi {
  text-align: center;
}

#section04 .midashi .imgttl {
  width: 100%;
  max-width: 425px;
  margin: 0 auto 35px auto;
}

@media screen and (max-width: 800px) {
  #section04 .midashi .imgttl {
    margin: 0 auto 20px auto;
  }
}
#section04 .midashi .jpn {
  text-align: center;
  margin-bottom: 0.65em;
}

#section04 .midashi .jpn1 {
  text-align: center;
  margin-bottom: 1em;
}

#section04 .midashi .base_text {
  text-align: center;
  line-height: 180%;
}

#section04 .midashi .minis {
  text-align: center;
}

#section05 {
  width: 100%;
  background-color: #51BDC3;
  color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  #section05 {
    padding: 7.5vw 0;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#section05 .base_text {
  text-align: center;
  line-height: 180%;
  margin-bottom: 2em;
}

#section05 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section05 ul li {
  width: 23.8%;
}

@media screen and (max-width: 800px) {
  #section05 ul li {
    width: 100%;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 800px) {
  #section05 ul li:last-child {
    margin-bottom: 0;
  }
}
#section05 ul li figure {
  width: 100%;
}

#section05 ul li figure {
  width: 100%;
  position: relative;
}

#section05 ul li figure div.inimg {
  position: relative;
}

#section05 ul li figure figcaption {
  position: absolute;
  line-height: 110%;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section05 ul li figure figcaption.black {
  color: #000;
}

#section05 ul li .namses {
  text-align: center;
  padding: 0.85em 0 0.95em 0;
}

#section05 ul li .bases {
  text-align: center;
  line-height: 160%;
}

#section05 ul li .goldsbus {
  text-align: center;
  padding: 0.45em 0 0.55em 0;
  background: linear-gradient(90deg, rgb(255, 248, 194) 0%, rgb(248, 238, 176) 4.8%, rgb(231, 213, 128) 14.46%, rgb(203, 173, 52) 27.97%, rgb(191, 156, 20) 33.33%, rgb(209, 183, 71) 38.85%, rgb(255, 250, 198) 51.35%, rgb(253, 246, 193) 80.75%, rgb(252, 244, 190) 89.67%);
  margin-top: 1em;
  color: #000;
  font-weight: 500;
}

#section_atens2 {
  background-color: #51BDC3;
  color: #fff;
  border-top: 1px solid #fff;
}

#section06 {
  width: 100%;
  background-color: #51BDC3;
  color: #fff;
  padding: 70px 0 50px 0;
  position: relative;
  z-index: 2;
  background: url(../images/specialroom/sec02_back_pc.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  #section06 {
    padding: 7.5vw 0 5vw 0;
    background: url(../images/specialroom/sec02_back_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#section06 .midashi {
  text-align: center;
}

#section06 .midashi .imgttl {
  width: 100%;
  max-width: 425px;
  margin: 0 auto 35px auto;
}

@media screen and (max-width: 800px) {
  #section06 .midashi .imgttl {
    margin: 0 auto 20px auto;
  }
}
#section06 .midashi .jpn {
  text-align: center;
  margin-bottom: 0.65em;
}

#section06 .midashi .jpn1 {
  text-align: center;
  margin-bottom: 1em;
}

#section06 .midashi .base_text {
  text-align: center;
  line-height: 180%;
}

#section06 .midashi .minis {
  text-align: center;
}

#section07 {
  width: 100%;
  background-color: #51BDC3;
  color: #fff;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  #section07 {
    padding: 7.5vw 0 15vw 0;
  }
}
#section07 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#section07 .base_text {
  text-align: center;
  line-height: 180%;
  margin-top: 5em;
}

@media screen and (max-width: 800px) {
  #section07 .base_text {
    margin-top: 3em;
  }
}
#section07 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section07 ul li {
  width: 21.8%;
}

@media screen and (max-width: 800px) {
  #section07 ul li {
    width: 100%;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 800px) {
  #section07 ul li:last-child {
    margin-bottom: 0;
  }
}
#section07 ul li figure {
  width: 100%;
}

#section07 ul li figure {
  width: 100%;
  position: relative;
}

#section07 ul li figure div.inimg {
  position: relative;
}

#section07 ul li figure figcaption {
  position: absolute;
  line-height: 110%;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section07 ul li figure figcaption.black {
  color: #000;
}

#section07 ul li .namses {
  text-align: center;
  padding: 0.85em 0 0.95em 0;
}

#section07 ul li .bases {
  text-align: center;
  line-height: 160%;
}

#section07 ul li .goldsbus {
  text-align: center;
  padding: 0.45em 0 0.55em 0;
  background: linear-gradient(90deg, rgb(255, 248, 194) 0%, rgb(248, 238, 176) 4.8%, rgb(231, 213, 128) 14.46%, rgb(203, 173, 52) 27.97%, rgb(191, 156, 20) 33.33%, rgb(209, 183, 71) 38.85%, rgb(255, 250, 198) 51.35%, rgb(253, 246, 193) 80.75%, rgb(252, 244, 190) 89.67%);
  margin-top: 1em;
  color: #000;
  font-weight: 500;
}

#section08 {
  width: 100%;
  background-color: #51BDC3;
  color: #fff;
  padding: 70px 0 50px 0;
  position: relative;
  z-index: 2;
  background: url(../images/specialroom/sec03_back_pc.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  #section08 {
    padding: 7.5vw 0 5vw 0;
    background: url(../images/specialroom/sec03_back_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section08 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#section08 .midashi {
  text-align: center;
}

#section08 .midashi .imgttl {
  width: 100%;
  max-width: 425px;
  margin: 0 auto 35px auto;
}

@media screen and (max-width: 800px) {
  #section08 .midashi .imgttl {
    margin: 0 auto 20px auto;
  }
}
#section08 .midashi .jpn {
  text-align: center;
  margin-bottom: 0.65em;
}

#section08 .midashi .jpn1 {
  text-align: center;
  margin-bottom: 1em;
}

#section08 .midashi .base_text {
  text-align: center;
  line-height: 180%;
}

#section08 .midashi .minis {
  text-align: center;
}

#section09 {
  width: 100%;
  background-color: #51BDC3;
  color: #fff;
  padding: 50px 0 100px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  #section09 {
    padding: 7.5vw 0 15vw 0;
  }
}
#section09 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#section09 .base_text {
  text-align: center;
  line-height: 180%;
  margin-top: 5em;
}

@media screen and (max-width: 800px) {
  #section09 .base_text {
    margin-top: 3em;
  }
}
#section09 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section09 ul li {
  width: 21.8%;
}

@media screen and (max-width: 800px) {
  #section09 ul li {
    width: 100%;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 800px) {
  #section09 ul li:last-child {
    margin-bottom: 0;
  }
}
#section09 ul li figure {
  width: 100%;
}

#section09 ul li figure {
  width: 100%;
  position: relative;
}

#section09 ul li figure div.inimg {
  position: relative;
}

#section09 ul li figure figcaption {
  position: absolute;
  line-height: 110%;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section09 ul li figure figcaption.black {
  color: #000;
}

#section09 ul li .namses {
  text-align: center;
  padding: 0.85em 0 0.95em 0;
}

#section09 ul li .bases {
  text-align: center;
  line-height: 160%;
}

#section09 ul li .goldsbus {
  text-align: center;
  padding: 0.45em 0 0.55em 0;
  background: linear-gradient(90deg, rgb(255, 248, 194) 0%, rgb(248, 238, 176) 4.8%, rgb(231, 213, 128) 14.46%, rgb(203, 173, 52) 27.97%, rgb(191, 156, 20) 33.33%, rgb(209, 183, 71) 38.85%, rgb(255, 250, 198) 51.35%, rgb(253, 246, 193) 80.75%, rgb(252, 244, 190) 89.67%);
  margin-top: 1em;
  color: #000;
  font-weight: 500;
}

#goldobi {
  width: 100%;
  text-align: center;
  padding: 0.85em 0 0.95em;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, rgb(251, 239, 191) 0%, rgb(219, 198, 154) 5%, rgb(181, 148, 109) 11.87%, rgb(153, 112, 76) 17.91%, rgb(135, 90, 56) 22.79%, rgb(129, 82, 49) 25.92%, rgb(131, 84, 51) 46.34%, rgb(136, 92, 58) 55.83%, rgb(146, 104, 69) 63.05%, rgb(159, 123, 85) 69.13%, rgb(177, 146, 107) 74.49%, rgb(199, 176, 133) 79.35%, rgb(224, 210, 163) 83.72%, rgb(250, 245, 195) 87.44%, rgb(247, 240, 190) 89.28%, rgb(237, 227, 175) 91.5%, rgb(221, 204, 151) 93.91%, rgb(199, 173, 117) 96.46%, rgb(170, 133, 74) 99.09%, rgb(159, 118, 57) 100%);
  position: relative;
  z-index: 2;
}

#section10 {
  width: 100%;
  background-color: #51BDC3;
  color: #fff;
  padding: 100px 0 0 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  #section10 {
    padding: 7.5vw 0 0vw 0;
  }
}
#section10 .section__in {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
}

#section10 .titles {
  text-align: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 0 auto;
  border: 1px solid #fff;
  padding: 0.45em 0 0.5em 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
  #section10 .titles {
    margin-bottom: 2em;
  }
}
#section10 .base_text {
  text-align: center;
  line-height: 180%;
  margin-top: 5em;
}

@media screen and (max-width: 800px) {
  #section10 .base_text {
    margin-top: 3em;
  }
}
#section10 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section10 ul li {
  width: 25%;
}

@media screen and (max-width: 800px) {
  #section10 ul li {
    width: 100%;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 800px) {
  #section10 ul li:last-child {
    margin-bottom: 0;
  }
}
#section10 ul li.wide {
  width: 30%;
}

@media screen and (max-width: 800px) {
  #section10 ul li.wide {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#section10 ul li.wide figure {
  padding: 15% 0;
}

@media screen and (max-width: 800px) {
  #section10 ul li.wide figure {
    padding: 0% 0;
  }
}
#section10 ul li figure {
  width: 100%;
  position: relative;
}

#section10 ul li figure div.inimg {
  position: relative;
}

#section10 ul li figure figcaption {
  position: absolute;
  line-height: 110%;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section10 ul li figure figcaption.black {
  color: #000;
}

#section10 ul li .namses {
  text-align: center;
  padding: 0.85em 0 0.95em 0;
}

#section10 ul li .bases {
  text-align: left;
  line-height: 160%;
}

#section11 {
  width: 100%;
  background-color: #51BDC3;
  color: #fff;
  padding: 100px 0 150px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 800px) {
  #section11 {
    padding: 15vw 0 15vw 0;
  }
}
#section11 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section11 .section__in .items {
  width: 47.5%;
}

@media screen and (max-width: 800px) {
  #section11 .section__in .items {
    width: 100%;
  }
}
#section11 .titles {
  text-align: center;
  width: 100%;
  margin: 0 auto 0 auto;
  border: 1px solid #fff;
  padding: 0.45em 0 0.5em 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  #section11 .titles {
    margin-bottom: 2em;
  }
}
#section11 .base_text {
  text-align: center;
  line-height: 180%;
  margin-top: 5em;
}

@media screen and (max-width: 800px) {
  #section11 .base_text {
    margin-top: 3em;
  }
}
#section11 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section11 ul li {
  width: 46%;
}

@media screen and (max-width: 800px) {
  #section11 ul li {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#section11 ul li figure {
  width: 100%;
  position: relative;
}

#section11 ul li figure div.inimg {
  position: relative;
}

#section11 ul li figure figcaption {
  position: absolute;
  line-height: 110%;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section11 ul li figure figcaption.black {
  color: #000;
}

#section11 ul li .namses {
  text-align: center;
  padding: 0.85em 0 0.95em 0;
}

#section11 ul li .namses span {
  font-size: 80%;
}

#section11 ul li .bases {
  text-align: left;
  line-height: 160%;
}

.mmcens {
  padding: 0.5em 73px 0 73px;
  text-align: right;
}

@media screen and (max-width: 800px) {
  .mmcens {
    padding: 0.5em 0.5em 0 0px;
  }
}
sup {
  vertical-align: 0em;
  font-size: 75%;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

#section_atens2 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#section_atens2 {
  width: 100%;
  padding: 30px 0;
  background-color: #51BDC3;
  color: #fff;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 2;
}

#section_atens2 .base_text {
  line-height: 160%;
}

.f11res {
  font-size: 11px;
  line-height: 125%;
}

@media screen and (max-width: 800px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sam_waku {
    width: 90%;
    margin: 0 auto;
  }
  #section_atens2 {
    padding: 1.5em 0;
  }
  .f11res {
    font-size: 2.3vw;
  }
} /*# sourceMappingURL=specialroom.css.map */