  @charset "UTF-8";

.mainVis{
  position: relative;
  background-color: #fff;
}

.mainVis .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.mainVis .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  transition: background 0.3s ease-in-out;
  background-color: #fff;
}
.mainVis .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00AFEC;
}
.mainVis .swiper-slide{
  position: relative;
}
.mainVis .swiper-slide .notes{
  font-size: 10px;
  line-height: 1;
  text-align: right;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, 0px 1px 1px #000, 0-1px 1px #000, -1px 0 1px #000, 1px 0 1px #000;
}
.mainVis .swiper-slide .notes.no-s{
  text-shadow: none;
  color: #000;
}

.mainVis .soldout .notes{
  font-size: 10px;
  line-height: 1;
  text-align: right;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, 0px 1px 1px #000, 0-1px 1px #000, -1px 0 1px #000, 1px 0 1px #000;
}

.mainVis .txt{
  position: absolute;
  transition: .6s;
}
.mainVis .txt.t01{
  top: 7%;
  left: 57%;
  width: 40%;
  transform: translateX(150%);
}
.mainVis .txt.t02{
  bottom: 5%;
  right: 57%;
  width: 40%;
  transform: translateX(-150%);
}
.mainVis .txt.t01.move,
.mainVis .txt.t02.move{
  transform: translateX(0);
}
.mainVis .txt.t01.fix{
  left: 3%;
  width: 30%;
}
.mainVis .txt.t02.fix{
  right: 3%;
  width: 30%;
}
.mainVis .txt.plus{
  top: 50%;
  left: 50%;
  width: 30%;
  transform: translate(-50%,-50%);
  transition: .6s;
  opacity: 0;
}
.mainVis .txt.plus.move{
  opacity: 1;
}
.mainVis .txt.t03{
  bottom: 12%;
  left: 17%;
  width: 30%;
  opacity: 0;
}
.mainVis .txt.t04{
  top: 14%;
  right: 6%;
  width: 26%;
  opacity: 0;
}
.mainVis .txt.t05{
  top: 25%;
  left: 10%;
  width: 34%;
  opacity: 0;
}
.mainVis .txt.t03.move,
.mainVis .txt.t04.move,
.mainVis .txt.t05.move{
  opacity: 1;
}
.mainVis .txt.t03.move img{
  animation: fluffy 1.4s ease-in-out infinite alternate;
}
.mainVis .txt.t04.move img{
  animation: fluffy 1.2s ease-in-out infinite alternate;
}
.mainVis .txt.t05.move img{
  animation: fluffy 1.6s ease-in-out infinite alternate;
}
.mainVis .img,
.mainVis .plate{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: .6s;
}
.mainVis .img.move,
.mainVis .plate.move{
  opacity: 1;
}
.mainVis .plate{
  transform: translateY(10px);
}
.mainVis .plate.move{
  transform: translateY(0);
}
.mainVis .swiper-slide > div{
  position: relative;
}
.mainVis .swiper-slide > div .flu{
  position: absolute;
  width: 22%;
  top: 18%;
  right: 6%;
}
.mainVis .badge{
  position: absolute;
  max-width: 350px;
  width: 30%;
  bottom: 5%;
  right: 5%;
  z-index: 1;
}
/** ふわふわ1 **/
@keyframes fluffy {
  0% {
      transform: translate(0,0px);
  }

  100% {
      transform: translate(0,-15px)
  }
}
@media screen and (max-width: 1470px) {
  .mainVis .badge{
    max-width: none;
    width: 28%;
    bottom: initial;
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .mainVis .txt.t01{
    top: 3%;
  }
  /** ふわふわ1 **/
  @keyframes fluffy {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-5px)
    }
  }
}

.obi{
  background: #ffeb27;
  padding: 15px 10px 20px;
}
.obi .inner{
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
}
.obi .txt{
  width: 84%;
  margin: 0;
}
.obi a{
  display: block;
  width: 14%;
  box-shadow: 3px 3px 3px rgba(180,180,180,.7);
  transition: .3s;
  border-radius: 100%;
}
.obi a:hover{
  box-shadow: 0 0 0 rgba(180,180,180,0);
}
@media screen and (max-width: 767px) {
  .obi{
    padding: 6% 10px;
  }
  .obi .inner{
    display: block;
  }
  .obi .txt{
    max-width: 400px;
    width: 100%;
    margin: 0 auto 4%;
  }
  .obi a{
    max-width: 100px;
    width: 90%;
    margin: 0 auto;
  }
}

.obi0816{
  background: #67C7F2;
  padding: 10px;
  text-align: center;
}
.obi0816 .txt{
  color: #FFF100;
  font-size: clamp(20px, 4vw, 70px);
  line-height: 1;
}
.obi0816 .txt span{
  font-size: clamp(15px, 3vw, 50px);
  display: inline-block;
  margin: 0 -10px;
}
.obi0816 .txt a{
  background-color: #FFF100;
  color: #E7380D;
  font-weight: normal;
  font-size: clamp(16px, 2.8vw, 46px);
  display: inline-block;
  padding: 10px 10px;
  transform: translateY(-5px);
  text-decoration: none;
  transition: .3s;
}
.obi0816 .txt a:hover{
  opacity: .7;
}
.obi0828{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5286c0+0,004883+100 */
  background: linear-gradient(to right,  #5286c0 0%,#004883 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 10px;
}
.obi0828 img{
  max-width: 290px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.obi0917{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5286c0+0,004883+100 */
  background: linear-gradient(to right,  #CC7DB1 0%,#EB6161 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 10px;
}
.obi0917 img{
  max-width: 290px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.obi0927{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5286c0+0,004883+100 */
  background: linear-gradient(to right,  #EF857D 0%,#856DAF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 10px;
}
.obi0927 .txt{
  max-width: 1020px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.obi0927_b{
  background: #67C7F2;
  padding: 10px;
  text-align: center;
}
.obi0927_b .txt{
  color: #FFF100;
  font-size: clamp(20px, 4vw, 70px);
  line-height: 1;
}
.obi0927_b .txt span{
  font-size: clamp(15px, 3vw, 50px);
  display: inline-block;
  margin: 0 -10px;
}
.obi0927_b .txt a{
  background-color: #FFF100;
  color: #E7380D;
  font-weight: normal;
  font-size: clamp(16px, 2.8vw, 26px);
  font-weight:  500;
  display: inline-block;
  padding: 10px 10px;
  transform: translateY(-1px);
  text-decoration: none;
  transition: .3s;
}
.obi0927_b .txt a:hover{
  opacity: .7;
}
.obi250409{
  background: linear-gradient(to right,  #f6ad3c 0%,#da5283 100%);
  padding: 20px;
}
.obi250409 .txt{
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .obi0816 .txt{
    line-height: 1.4;
  }
  .obi0816 .txt a{
    transform: none;
    padding: 3px 10px;
  }
  .obi0816 .txt a:after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/bunjyo/higashisuma/img/top/obi-arw.png) no-repeat center center / contain;
    vertical-align: middle;
    margin: -3px 0 0 5px;
  }
  .obi0927{
    padding: 1% 10px;
  }
  .obi0927 .txt{
    margin: 0 auto;
    position: relative;
  }
  .obi0927 .en{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    width: 32%;
  }
  .obi0927 .en img{
    max-width: none;
    margin: 0;
  }
  .obi0927_b{
    padding: 3% 10px 2%;
  }
  .obi0927_b .txt{
    line-height: 1.4;
  }
  .obi0927_b .txt a{
    transform: none;
    padding: 3px 10px;
  }
  .obi0927_b .txt a:after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/bunjyo/higashisuma/img/top/obi-arw.png) no-repeat center center / contain;
    vertical-align: middle;
    margin: -3px 0 0 5px;
  }
  .obi250409{
    padding: 5px 5px 10px;
  }
}

.intro{
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.intro .box1{
  width: 72%;
  position: relative;
}
.intro .box1 .plus{
  position: relative;
}
.intro .box1 .plus .ill{
  width: 70%;
}
.intro .box1 .txt{
  position: absolute;
  font-size: clamp(16px, 3.4vw, 54px);
  color: #00AFEC;
  top: 50%;
  transform: translateY(-50%);
  left: 45%;
  line-height: 1.8;
  letter-spacing: .5rem;
}
.intro .box1 .txt strong{
  display: block;
  color: #595757;
  font-weight: 400;
  font-size: clamp(19px, 4.6vw, 60px);
}
.intro .img{
  position: absolute;
}
.intro .p01{
  width: 25%;
  right: 5%;
  top: 8%;
}
.intro .p02{
  width: 18.5%;
  right: 20%;
  bottom: 4%;
}
@media screen and (max-width: 767px) {
  .intro .box1{
    width: 100%;
    position: relative;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .intro .box1 .plus .ill{
    width: 60%;
  }
  .intro .box1 .txt{
    left: 35%;
  }
  .intro .p01{
    width: 25%;
    right: 0;
    top: initial;
    bottom: -8%;
  }
  .intro .p02{
    width: 18.5%;
    right: 28%;
    bottom: -11%;
  }
}

.conts-list{
  margin-top: 20%;
}
.conts-list li{
  position: relative;
}
.conts-list li .t1{
  position: absolute;
}
.conts-list li .t2{
  position: absolute;
  color: #00AFEC;
  font-size: clamp(12px, 1.4vw, 20px);
  line-height: 1.8
}
.conts-list li:nth-child(1){
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 6%;
}
.conts-list li:nth-child(1) .img{
  max-width: 1300px;
  width: 96%;
  margin: 0 0 0 auto;
}
.conts-list li:nth-child(1) .t1{
  top: 19%;
  left: 0;
  width: 43%;
}
.conts-list li:nth-child(1) .t2{
  left: 0;
  bottom: 10%;
}
@media screen and (max-width: 1480px) {
  .conts-list li:nth-child(1) .t2{
    left: 3%;
  }
}
.conts-list li:nth-child(2){
  max-width: 1560px;
  width: 100%;
  margin: 0 auto 6% 0;
}
.conts-list li:nth-child(2) .img{
  max-width: 1425px;
  width: 96%;
  margin: 0 auto 0 0;
}
.conts-list li:nth-child(2) .t1{
  top: 22%;
  right: 0;
  width: 36%;
}
.conts-list li:nth-child(2) .t2{
  left: 73%;
  top: 48%;
}
.conts-list li:nth-child(3){
  max-width: 1530px;
  width: 100%;
  margin: 0 0 6% auto;
}
.conts-list li:nth-child(3) .img{
  max-width: 1413px;
  width: 96%;
  margin: 0 0 0 auto;
}
.conts-list li:nth-child(3) .t1{
  top: 22%;
  left: 0;
  width: 36%;
}
.conts-list li:nth-child(3) .t2{
  left: 0;
  top: 48%;
}
@media screen and (max-width: 1480px) {
  .conts-list li:nth-child(3) .t2{
    left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .conts-list{
    margin-top: 30%;
  }
  .conts-list li .t1,
  .conts-list li .t2{
    position: inherit;
  }
  .conts-list li .t1{
    margin-bottom: 3%;
  }
  .conts-list li:nth-child(1),
  .conts-list li:nth-child(2),
  .conts-list li:nth-child(3){
    margin-bottom: 12%;
  }
  .conts-list li:nth-child(1) .t1,
  .conts-list li:nth-child(1) .t2,
  .conts-list li:nth-child(2) .t1,
  .conts-list li:nth-child(2) .t2,
  .conts-list li:nth-child(3) .t1,
  .conts-list li:nth-child(3) .t2{
    left: initial;
    bottom: initial;
    top: initial;
    right: initial;
  }
  .conts-list li:nth-child(1) .t1,
  .conts-list li:nth-child(2) .t1,
  .conts-list li:nth-child(3) .t1{
    width: 96%;
  }
  .conts-list li:nth-child(1) .t2,
  .conts-list li:nth-child(2) .t2,
  .conts-list li:nth-child(3) .t2{
    width: 90%;
    margin: 2% auto 0;
  }
}


/* フロートバナー用
==================================================================*/
.f-bn{
  position: fixed;
  width: 330px;
  right: 0;
  bottom: 60px;
  transition: .3s;
  opacity: 1;
  z-index: 1000;
}
.f-bn.act{
  opacity: 1;
  pointer-events: initial;
}
.f-bn .btn{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 0 5px 5px;
  cursor: pointer;
  z-index: 10;
}
.f-bn a{
  display: block;
  transition: .3s;
}
.f-bn a:hover{
  opacity: .7;
}
.f-bn.close{
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .f-bn{
    width: 220px;
    bottom: 90px;
  }
}

.obi250515{
  background: linear-gradient(to bottom,  #0b6bb5 0%,#003670 60%);
  padding: 20px 0;
}
.obi250515 .txt{
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .obi250515{
    padding: 10px 0;
  }
}

.obi250613-01{
  background: linear-gradient(to bottom,  #0b6bb5 0%,#003670 60%);
  padding: 20px 0;
}
.obi250613-01 .txt{
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .obi250613-01{
    padding: 10px 0;
  }
}
.obi250613-02{
  background: #B03A44;
  padding: 20px 0;
}
.obi250613-02 .txt{
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .obi250613-02{
    padding: 10px 0;
  }
}
.obi250722{
  background: #B03A44;
  padding: 20px 0;
}
.obi250722 .txt{
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .obi250722{
    padding: 10px 0;
  }
}

.obi250807{
  background: linear-gradient(to bottom,  #0b6bb5 0%,#003670 60%);
  padding: 20px 0;
}
.obi250807 .txt{
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.obi250807 .txt a{
  position: absolute;
  bottom: 4%;
  right: 0;
  width: 81%;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, .5);
  transition: .3s;
}
.obi250807 .txt a:hover{
  box-shadow: 0 0 0 rgba(0, 0, 0, .5);
}
@media screen and (max-width: 767px) {
  .obi250807{
    padding: 10px 0;
  }
}

.obi250916a{
  background: linear-gradient(to bottom, #0b6bb5 0%,#003670 60%);
  padding: 20px 0;
}
.obi250916a .txt{
  max-width: 1090px;
  width: 90%;
  margin: 0 auto 5px;
  display: block;
  position: relative;
}
.obi250916a a{
  max-width: 780px;
  width: 90%;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, .5);
  transition: .3s;
  display: block;
  margin: 10px auto 0;
}
.obi250916a a:hover{
  box-shadow: 0 0 10px rgba(255, 255, 255, .75);
}
.obi250916a .shiny-btn::after{
  transition: 4000ms;
  animation: shiny 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .obi250916a{
    padding: 5px 0 10px;
  }
}
.obi250916b{
  position: relative;
  background: url(/bunjyo/higashisuma/img/top/obi250916b-bg.jpg) no-repeat center left / cover;
  width: 100%;
  padding-top: 7%;
  height: 0;
  display: block;
}
.obi250916b .txt{
  position: absolute;
  z-index: 1;
  max-width: 950px;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-45%,-50%);
  transition: .3s;
}
.obi250916b:hover .txt{
  left: 51%;
}
@media screen and (max-width: 767px) {
  .obi250916b{
    background: url(/bunjyo/higashisuma/img/top/obi250916b-bg.jpg) no-repeat center left 20% / cover;
    padding-top: 12%;
  }
  .obi250916b .txt{
    top: 45%;
  }
}

.obi250916c{
  background: #B03A44;
  padding: 20px 0;
}
.obi250916c .txt{
  max-width: 1276px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .obi250916c{
    padding: 5px 0 10px;
  }
}

.obi251028{
  position: relative;
  background: url(/bunjyo/higashisuma/img/top/obi251028-bg.jpg) no-repeat center left / cover;
  width: 100%;
  padding-top: 7%;
  height: 0;
  display: block;
}
.obi251028 .txt{
  position: absolute;
  z-index: 1;
  max-width: 610px;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-45%,-50%);
  transition: .3s;
}

.obi251117{
  background: linear-gradient(to bottom, #0b6bb5 0%,#003670 60%);
  padding: 20px 0;
}
.obi251117 .txt{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .obi251117{
    padding: 10px 0;
  }
  .obi251117 .txt{
    width: 84%;
  }
}

.obi260109a{
  background: #B03A44;
  padding: 20px 0;
}
.obi260109a .txt{
  max-width: 1276px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.obi260109b{
  background: linear-gradient(to bottom, #0b6bb5 0%,#003670 60%);
  padding: 20px 0;
}
.obi260109b .txt{
  max-width: 1168px;
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .obi260109a{
    padding: 5px 0 10px;
  }
  .obi260109a .txt{
    width: 84%;
  }
  .obi260109b{
    padding: 10px 0;
  }
  .obi260109b .txt{
    width: 84%;
  }
}

.mv2603{
  position: relative;
  background-color: #fff;
}
.mv2603 .badge{
  position: absolute;
  max-width: 300px;
  width: 30%;
  top: 10%;
  left: 5%;
  z-index: 1;
}
.mv2603 .notes{
  font-size: 10px;
  line-height: 1;
  text-align: right;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, 0px 1px 1px #000, 0-1px 1px #000, -1px 0 1px #000, 1px 0 1px #000;
}
@media screen and (max-width: 1470px) {
  .mv2603 .badge{
    max-width: none;
    width: 28%;
    bottom: initial;
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .mv2603 .txt.t01{
    top: 3%;
  }
}

.conts{
  padding-bottom: 120px;
}
.conts .plan .head{
  width: 100%;
  position: relative;
  margin: 0 0 40px;
}
.conts .plan .head .title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 1200px;
  width: 90%;
  color: #00afec;
  font-size: clamp(14px,2.4vw,30px);
  line-height: 1;
  z-index: 1;
}
.conts .plan .head .title strong{
  display: block;
  max-width: 360px;
  margin: 0 0 40px;
}
.conts .plan .head .img{
  position: relative;
}
.conts .plan .head .notes{
  font-size: clamp(10px,1.5vw,20px);
  line-height: 1;
  text-align: right;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.conts .plan .kukaku{
  max-width: 920px;
  width: 90%;
  margin: 0 auto 80px;
  position: relative;
}
.conts .inner{
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  border: solid 1px #00afec;
}
.conts .inner .madori{
  max-width: 1220px;
  width: 100%;
  margin: 0 auto 20px;
}
.conts .inner .caption{
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  font-size: clamp(10px,1.2vw,14px);
  line-height: 1.6;
}
.conts .inner .gallery-tit{
  max-width: 490px;
  width: 80%;
  margin: 100px auto 40px;
}
.conts .inner .slider{
  margin: 0 auto;
}
.conts .inner .slider li{
  position: relative;
}
.conts .inner .slider li .img{
  position: relative;
}
.conts .inner .slider li span{
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.conts .inner .slider .slick-prev{
  background: url(/bunjyo/higashisuma/img/gallery/prev.png) no-repeat center center / contain;
  left: 10px;
}
.conts .inner .slider .slick-next{
  background: url(/bunjyo/higashisuma/img/gallery/next.png) no-repeat center center / contain;
  right: 10px;
}
.conts .inner .slider .txt{
  font-size: 16px;
  line-height: 1.8;
  margin: 30px auto;
  text-align: center;
}
.slick-prev,
.slick-next{
  width: 45px;
  height: 45px;
  top: 50%;
}
.conts .inner .peger{
  margin-top: 20px;
}
.conts .inner .peger li{
  margin: 0 12px 10px 0;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
  width: calc(100% / 4 - 9px) !important;
}
.conts .inner .peger li:nth-child(4n){
  margin-right: 0;
}
.conts .inner .peger .slick-track {
  transform: unset !important;
  width: 100% !important;
}
.conts .inner .peger li .img{
  position: relative;
  display: block;
}
.conts .inner .peger li .img:after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
.conts .inner .peger li span{
  display: block;
  margin-top: 5px;
  color: #00afec;
  font-size: 16px;
}
.conts .inner .peger li.slick-current .img:after{
  opacity: 0;
}
.conts .inner .peger li:after{
  content: '';
  width: 100%;
  height: 4px;
  background-color: #1c7d00;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
@media screen and (max-width: 970px) {
  .conts .plan .head .title strong{
    max-width: none;
    width: 30%;
    margin: 0 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .conts{
    padding-bottom: 60px;
  }
  .conts .plan .head{
    width: 100%;
    position: relative;
    margin: 0 0 20px;
  }
  .conts .plan .head .title strong{
    max-width: 200px;
    width: 25%;
  }
  .conts .plan .head .notes{
    bottom: 5px;
    right: 5px;
  }
  .conts .plan .kukaku{
    margin: 0 auto 30px;
  }
  .conts .inner{
    padding: 20px 15px;
  }
  .conts .inner .madori{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .conts .inner .caption{
    width: 100%;
  }
  .conts .inner .gallery-tit{
    max-width: 160px;
    width: 80%;
    margin: 50px auto 10px;
  }
  .conts .inner .slider li span{
    font-size: 11px;
  }
  .conts .inner .peger li{
    width: calc(100% / 2 - 6px) !important;
  }
  .conts .inner .peger li:nth-child(2n){
    margin-right: 0;
  }
  .conts .inner .peger li span{
    font-size: 11px;
  }
}

.obi260327{
  background: linear-gradient(to bottom, #0b6bb5 0%,#003670 60%);
  padding: 20px 0;
}
.obi260327 .txt{
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .obi260327{
    padding: 10px 0;
  }
  .obi260327 .txt{
    width: 84%;
  }
}
