html {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

body {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}



.txt-grn {
  color: #8cc63f;
}

.txt-pnk {
  color: #ef4e80;
}

.txt-grn-bg {
  background-color: #d2fc99;
}

.txt-pnk-bg {
  background-color: #ffe3ec;
}

/*------------------------------------
  ttl
  ------------------------------------*/

.ttl-primary {
  text-align: center;
  font-size: 2.6rem;
}
.ttl-secondary {
  font-size: 2.4rem;
}
/*------------------------------------
  Button
  ------------------------------------*/

.btn-basic {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 20px;
  padding: .5em 1em;
  transition: none;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  font-weight: bold;
}

.fa-angle-right {
  line-height: 1.5;
  float: right;
}

.btn-basicApplication-type01 {
  border: 1px solid #cc1338;
  background-color: #ff0000;
  width: 780px;
  margin: 50px auto 20px;
  text-decoration: none;
}

/*------------------------------------
  Fix banner
  ------------------------------------*/

.content-main {
  margin-bottom: 50px;
}

.page-header {
  padding-top: 0;
}

/*------------------------------------
  申し込み部分
  ------------------------------------*/

.flex {
  display: flex;
  justify-content: center;
}
#all-map {
  margin: 0 auto;
  background-image: url(../img/top_map.jpg);
  width: 890px;
  font-size: 14px;
  background-repeat: no-repeat;
  height: 602px;
}

#map-right {
  float: left;
  width: 400px;
  text-align: center;
  font-weight: bold;
}

#map-left {
  float: left;
  width: 490px;
  height: 599px;
  text-align: center;
  font-weight: bold;
}

.map-head {
  height: 25px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  border-bottom: #000000 solid 1px;
}

.map-cell {
  width: 78px;
  height: 20px;
  border-collapse: collapse;
  font-weight: bold;
}

#map-kinki {
  width: 320px;
  height: 248px;
  overflow: hidden;
  margin: 82px 0 0 30px;
}

#map-tokai {
  width: 200px;
  height: 160px;
  overflow: hidden;
  margin: 75px 0 0 68px;
}

#map-tohoku {
  width: 200px;
  height: 90px;
  overflow: hidden;
  margin: 31px 0 0 254px;
}

#map-hokkaido {
  width: 120px;
  height: 160px;
  overflow: hidden;
  margin: 54px 0 0 344px;
}

#map-kanto {
  width: 320px;
  height: 220px;
  overflow: hidden;
  margin: 30px 0 0 165px;
}

#map-kinki .map-head {
  background-color: #FF0033;
}

#map-kinki .map-cell {
  background-color: #FF6685;
}

#map-tokai .map-head {
  background-color: #FF6600;
}

#map-tokai .map-cell {
  background-color: #FFA366;
}

#map-hokkaido .map-head {
  background-color: #0033CC;
}

#map-tohoku .map-head {
  background-color: #3399FF;
}

#map-tohoku .map-cell {
  background-color: #85C2FF;
}

#map-kanto .map-head {
  background-color: #F90;
}

#map-kanto .map-cell {
  background-color: #FFC266;
}

.map-reader {
  float: left;
  height: 100%;
  width: 80px;
  overflow: hidden;
}

.line {
  border-top: #FFFFFF solid 1px;
  height: 19px
}

.map-cell-school {
  display: block;
  float: left;
  width: 120px;
  height: 20px;
  border-collapse: collapse;
  border: #FFFFFF solid 1px;
  border-top: none;
  border-right: none;
}

.map-cell-school {
  display: block;
  float: left;
  width: 119px;
  height: 20px;
  border-collapse: collapse;
  border: #FFFFFF solid 1px;
  border-top: none;
  border-right: none;
}

a.map-cell-school {
  background-color: #EDF0F6;
}

a.map-cell-school:hover {
  background-color: #C3CDE0;
}
/* お申し込みはこちら(校舎案内) */

/* 校舎選択後 */

h5, h6 {
  margin: 10px;
}

.date-txt {
  font-size: 30px;
  color: #2693CE;
  padding: 2% 2% 0% 2%;
  text-align: center;
}

.tokuten {
  text-align: left;
  width: 900px;
  margin: auto;
  font-size: 24px;
}

.tokuten-title {
  width: 14%;
}

.tokuten-text {
  width: 86%;
}

.table {
  width: 890px;
}

.schedule-header {
  background: #4AB6CC;
  color: #fff;
}

.table-left {
  border-left: none!important;
}

.schedule-header th {
  border-collapse: collapse;
  border-left: solid #FFF 1px;
  text-align: center;
}

.t-mid td {
  border-collapse: collapse;
  border-left: solid #BBB 1px;
  border-top: none 5px #999;
}

.t-mid td img {
  vertical-align: middle;
  margin-top: 10px;
}

.apply-free {
  width: 80%;
  font-size: 30px;
  background-color: red;
  margin: auto;
}

.either {
  background: #8CC63F;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.trial p {
  margin-bottom: 0;
  font-size: 18px;
}

.special-chance {
  height: 210px;
  margin-top: 100px;
}

.trial-head {
  display: flex;
  position: relative;
}

.trial-icon {
  width: 160px;
  height: 115px;
  background-color: #F47920;
  transform: rotate(11deg);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 25px;
}

.trial-icon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 120px 50px 120px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  transform: rotate(5deg);
  top: 75px;
  left: -1px;
}

.trial-icon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 120px 50px 120px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  transform: rotate(175deg);
  top: -11px;
  left: 0;
}

.horizon {
  transform: rotate(-11deg);
  position: absolute;
  top: 35px;
  left: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.horizon-new {
  transform: rotate(-11deg);
  position: absolute;
  top: 35px;
  left: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 34px!important;
}

.trial-title {
  margin: 30px 0 0 210px;
}

.line1 {
  margin-top: 40px;
}

.trial-title p {
  font-size: 26px;
  color: #39B54A;
  font-weight: bold;
}

.trial-content1 {
  width: 550px;
  height: 85px;
  margin: 80px 0 40px 35px;
}

.trial-content2 {
  width: 550px;
  height: 85px;
  margin: 50px 0 40px 35px;
}


ul {
  list-style: disc;
}

.oneday-aside {
  margin: 0 40px;
}

.trial-picture {
  position: absolute;
  left: 624px;
}

.beginner {
  text-align: center;
}

.beginner img {
  width: 80%;
}

.swiper-slide {
  overflow: hidden;
}

.mv-swiper-01 .swiper-slide img {
  width: 100%;
  position: relative;
}

.mv-swiper-01 {
  overflow: hidden;
  border-radius: 4vw;
  position: relative;
  box-shadow: 0px 13px 0px 0px rgba(79, 79, 79, 0.36);
  height: 600px;
}

.mv-subttl {
  position: absolute;
  top: 50px;
  z-index: 20;
  left: 70px;
  /* font-size: .8em; */
  margin: 0;
  letter-spacing: .2em;
}

.mv-subttl span {
  background-color: #5699f6;
  line-height: 1.5;
  color: #fff;
  padding: 5px 0;
}

.ttl-main {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.mv-ttl {
  position: absolute;
  top: 80px;
  z-index: 20;
  width: 700px;
  left: -50px;
}
.add-content {
  background: #c9defb;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}

.content-cover {
  width: 1000px;
  margin: 0 auto;
  justify-content: center;
  height: 500px;
}

.new-life {
  width: 1000px;
  margin-top: 50px;
}

#about .sec-content {
  background: #c9defb;
  padding: 50px;
  display: flex;
  justify-content: center;
}
#about:after {
  content: "";
  display: block;
  background-color: #fff;
}

.sec-box {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 0px 0px rgba(79, 79, 79, 0.36);
  margin: 30px;
  padding: 30px;
  width: 450px;
}

.icon-ttl {
  border-radius: 50%;
  background-color: #ef4e80;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.taisyo-ttl{
  display: flex;
}
.icon-ttl img {
  width: 50%;
  height: 70%;
}

.sec-box:nth-of-type(2)>.taisyo-ttl>.icon-ttl {
  background-color: rgb(140, 198, 63);
}

.sec-box h3, .sec-box h4 {
  text-align: center;
  font-size: 1.3em;
  padding-left: 23px;
}

.svg-wrap {
  width: 100%;
}
#guideline {
  background-color: #e4f4ce;
  padding: 1vh 0 5vh 0;
}

#guideline .section-secondary {
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}
#guideline .container{
  display: flex;
}
#guideline .item-container{
  display: flex;
  align-items: center;
}
#guideline .ttl-secondary {
    font-size: 1.6rem;
    margin-right: 1em;
    border-right: 3px solid #ef4d7f;
    padding: 1vw;
    color: #ef4d7f;
}
#guideline .section-secondary .strong {
  text-align: center;
  font-size: 2em;
  color: #ef4d7f;
}
#guideline .covid-txt{
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0px;
}
#guideline .covid-img{
  text-align: center;
}
#guideline img{
    width: 80%;
    height: 70%;
}
#guideline .section-secondary:nth-of-type(1) {
  width: 1000px;
}
.photo-swiper {
  height: 30vh;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.photo-swiper .swiper-wrapper {
  padding: 0;
  margin: 0;
}

.photo-swiper .swiper-slide img {
  width: 100%;
}

#flow {
  background-color: #ffe3ec;
  padding: 6vh 0vh 1vh 0vh;
  position: relative;
}

#flow .ttl-secondary {
  font-size: 2em;
  display: flex;
  align-items: center;
  margin-top: 0;
}

#flow .ttl-secondary img {
  flex: 1;
  height: 120px;
}

#flow .ttl-secondary span {
  display: block;
  flex: 5;
  font-size: 32px;
  margin-left: 30px;
}

#flow .section-secondary {
  width: 550px;
  background-color: #fff;
  margin: 30px;
  padding: 30px;
}

#flow .section-secondary:nth-of-type(1):after {
  display: block;
  content: "";
  /* width: 50%; */
  border-bottom: 8px dotted #656565;
  position: absolute;
  left: 0;
  z-index: 0;
  width: 70px;
  /* margin: 0 auto; */
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}
#map {
  padding: 5vh 0;
  position: relative;
}

#map .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#map .ttl-primary {
  color: #fe7e02;
}
.icon-free {
  display: inline-block;
  width: 180px;
  background: #ef4e80;
  color: #fff;
  height: 180px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0px;
  right: -20px;
  z-index: 1;
  font-size: 1.5em;
}

.taisyo {
  margin: 0;
  margin-left: 70px;
  position: absolute;
  bottom: -30px;
  z-index: 2;
}

.taisyo span {
  font-size: .9em;
  width: 96%;
  margin: 0 auto;
  box-shadow: 3px 3px 0px 0px rgb(186, 221, 140);
  display: inline;
  color: #f48479;
  padding: 2% 0;
  line-height: 1.8em;
  font-weight: bold;
  background-color: #fff;
}

/*class*/

#class {
  margin: 40px 0;
}

.js-tab-btn-block {
  display: flex;
  justify-content: space-between;
  width: 1040px;
  margin: 0 auto;
  list-style: none;
}

.header-top {
  font-size: 41px;
}

.button {
  flex: 1;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .5;
  cursor: pointer;
}

.button[data-selected="true"] {
  opacity: 1;
  font-size: 26px;
  font-weight: bold;
}

.content-all[data-target="ベビー"] {
  border: 5px solid #F09BAD;
  width: 1000px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.content-all[data-target="幼児"] {
  border: 5px solid #AACC03;
  width: 1000px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.content-all[data-target="ジュニア"] {
  border: 5px solid #5a97d1;
  width: 1000px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.baby-bg {
  background: #F09BAD;
}

.baby-txt {
  color: #F09BAD;
}

.youji-bg {
  background: #AACC03;
}

.youji-txt {
  color: #AACC03;
}

.junior-bg {
  background: #5a97d1;
}

.junior-txt {
  color: #5a97d1;
}

.top-img {
  width: 400px;
  margin: 30px 0 0 30px;
  height: 350px;
}

.js-tab-content-block {
  list-style: none;
  margin: 0;
}

.js-tab-content {
  display: none;
}

.js-tab-content[data-visibility="true"] {
  display: block;
}

.circle-img {
  margin-top: 30px;
}

.middle-top {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 1.1;
  display: flex;
}

.circle-content {
  margin: 32px 0 0 15px;
}

.second-img {
  margin: 0 0 0 20px;
  height: 130px;
}

.middle-para {
  margin: 20px 0 0 25px;
}

.span {
  font-size: 52px;
  font-weight: bold;
  display: inline-block;
  margin-top: -5px
}

.paragrarh-mid {
  margin: 35px 0 0 25px;
  width: 432px;
}

.h1 {
  color: #fff;
  width: 380px;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  margin: 25px 0 0 0;
  padding-top: 7px;
}

.con1 {
  margin-top: 10px;
  font-size: 15px;
}

.h2 {
  color: #fff;
  width: 370px;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  margin: 25px 0 0 70px;
  padding-top: 7px;
}

.con2 {
  margin-left: 70px;
  margin-top: 10px;
  font-size: 15px;
}

.points {
  background-image: url(../img/back1.png);
  background-size: cover;
  justify-content: center;
  width: 990px;
  display: flex;
  height: 395px;
}

.unit {
  margin-top: 20px;
  width: 274px;
  height: 264px;
  margin: 60px 30px;
  background-size: contain;
}

.content-1 {
  font-weight: bold;
  margin: 35px 0 10px 0;
  text-align: center;
}

.content-2 {
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 600;
  font-size: 15px;
  width: 250px;
}

.content-2[data-line="oneline"] {
  margin-top: 40px;
}

.u-1[data-target="ベビー"] {
  background-image: url(../img/point_baby_1.jpg);
}

.u-2[data-target="ベビー"] {
  background-image: url(../img/point_baby_2.jpg);
}

.u-3[data-target="ベビー"] {
  background-image: url(../img/point_baby_3.jpg);
}

.u-1[data-target="幼児"] {
  background-image: url(../img/point_youji_1.jpg);
}

.u-2[data-target="幼児"] {
  background-image: url(../img/point_youji_2.jpg);
}

.u-3[data-target="幼児"] {
  background-image: url(../img/point_youji_3.jpg);
}

.u-1[data-target="ジュニア"] {
  background-image: url(../img/point_junior_1.jpg);
}

.u-2[data-target="ジュニア"] {
  background-image: url(../img/point_junior_2.jpg);
}

.u-3[data-target="ジュニア"] {
  background-image: url(../img/point_junior_3.jpg);
}

.lists {
  list-style: none;
  padding: 0;
}

.class-title {
  color: #009FC9;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.class-separation1[data-target="ベビー"] {
  background-image: url("../img/rakko.jpg");
  width: 148px;
  height: 100px;
  margin: 0 2px;
}

.class-separation2[data-target="ベビー"] {
  background-image: url("../img/crab.jpg");
  width: 148px;
  height: 100px;
  margin: 0 2px;
}

.class-separation3[data-target="ベビー"] {
  background-image: url("../img/turtle.jpg");
  width: 148px;
  height: 100px;
  margin: 0 2px;
}

.class-separation4[data-target="ベビー"] {
  background-image: url("../img/ahiru.jpg");
  width: 148px;
  height: 100px;
  margin: 0 2px;
}

.class-separation5[data-target="ベビー"] {
  background-image: url("../img/sunfish.jpg");
  width: 148px;
  height: 100px;
  margin: 0 2px;
}

.class-separation6[data-target="ベビー"] {
  background-image: url("../img/flyingfish.jpg");
  width: 148px;
  height: 100px;
  margin: 0 2px;
}

.class-separation1[data-target="幼児"] {
  background-image: url("../img/penguin.jpg");
  width: 224px;
  height: 100px;
  margin: 0 2px;
}

.class-separation2[data-target="幼児"] {
  background-image: url("../img/ashika.jpg");
  width: 224px;
  height: 100px;
  margin: 0 2px;
}

.class-separation3[data-target="幼児"] {
  background-image: url("../img/dolphin.jpg");
  width: 224px;
  height: 100px;
  margin: 0 2px;
}

.class-separation4[data-target="幼児"] {
  background-image: url("../img/whale.jpg");
  width: 224px;
  height: 100px;
  margin: 0 2px;
}

.classname[data-target="ベビー"] {
  text-align: right;
  margin-right: 25px;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.classname-short[data-target="ベビー"] {
  text-align: right;
  margin-right: 30px;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.classname-long[data-target="ベビー"] {
  text-align: right;
  margin-right: 12px;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.classname[data-target="幼児"] {
  text-align: right;
  margin-right: 55px;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.classname-long[data-target="幼児"] {
  text-align: right;
  margin-right: 45px;
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}

.target {
  text-align: center;
  font-size: 17px;
  margin-top: 5px;
}

.last-para {
  font-size: 21px;
  text-align: center;
}

.last-ad {
  margin: 50px 0 0 200px;
}

/*modal*/
.js-modal-container{
  text-align: center;
}
.js-modal-buttons {
  display: flex;
  justify-content: space-around;
  width: 900px;
  margin: 0 auto;
}

.js-modal-btn img {
  width: 89%;
  cursor: pointer;
}

.js-modal-btn:hover {
  opacity: .8;
}

.js-modal-overlay {
  display: none;
}

.js-modal-overlay[data-open="true"] {
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}

.js-modal-content {
  display: none;
}

.js-modal-content[data-open="true"] {
  display: block;
  width: 50%;
  left: 50%;
  top: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  overflow: scroll;
}

.js-modal-close {
  color: #fff;
  position: absolute;
  top: 15%;
  font-size: 70px;
  right: 20%;
  cursor: pointer;
}

.js-modal-overlay img {
  width: 100%;
}

/*lesson*/

#lesson {
  background-color: #FFD7D4;
  padding: 1vh 0;
  position: relative;
}

.lesson-photos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-image: url(../img/line.png);
  background-size: contain;
  background-position: center;
  width: 970px;
  margin: 0 auto;
}

.lesson-txt-box {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 50px auto 0;
  width: 950px;
}

.lesson-txt-unit h3 {
  height: 50px;
  text-align: center;
}

.lesson-txt-unit[data-line="oneline"] h3 {
  line-height: 50px;
}

.lesson-txt-unit h3 span {
  background: linear-gradient(transparent 50%, #FFD7D4 50%)
}

.lesson-txt-unit p {
  font-size: 16px;
  width: 280px;
}

#lesson::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7vh 50vw 0 50vw;
  border-color: #FFD7D4 transparent transparent transparent;
  position: absolute;
  bottom: -6.5vh;
  left: 0;
  z-index: 999;
}

/*qa*/

#qa {
  background-color: #ADF2F2;
  padding:20px;
}
.qa-box {
  position: relative;
  width: 820px;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px 30px 60px;
}

.qa-box:not(:last-of-type) {
  margin-bottom: 35px;
}

.qa-question {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #3A96F0;
  margin: 0 auto 10px;
  border-bottom: solid 2px #3A96F0;
}

.qa-answer {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}

.qa-detail-open {
  transition: 0s;
  bottom: 10%
}

.qa-detail-close {
  display: none;
  bottom: 5%;
}

.qa-btn {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  width: 320px;
  border-radius: 70px;
  padding: 5px 0;
  color: #fff;
  background: #67C6E8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 5px #808080;
}

.qa-btn:hover {
  opacity: .8;
  cursor: pointer;
}

.qa-answer-hidden {
  font-size: 18px;
  display: none;
  margin-bottom: 10px;
}

.qa-answer-hidden {
  font-size: 22px;
}

/*navigation*/

.nav {
  background-color: #ef4d7f;
  position: sticky;
  width: 100%;
  height: 76px;
  top: 0;
  z-index: 100000;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.navigation-container {
  display: flex;
  /*justify-content: space-around;*/
  width: 1000px;
  margin: 0 auto;
  padding: 5px 0;
}

.navigation-item {
  flex: 1;
  text-align: center;
  list-style: none;
  font-weight: bold;
}

.navigation-item a {
  padding: 20px 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.navigation-item a:hover {
  background-color: #fff;
}

.navigation-item:hover a {
  color: #ef4d7f;
}

/*instagram*/

.instagram {
  background: linear-gradient(to right bottom, #FCE072, #F84D3C, #A927AE, #6138DA);
  padding: 10px 0 0;
  margin-bottom: 20px;
}

.instagram-bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}

.instagram-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1020px;
  height: 10px;
  background: linear-gradient(to right, #c33388, #7733ca);
}

.instagram-ttl {
  font-size: 35px;
  margin-bottom: 15px;
  text-align: center;
}

.instagram-container {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 25px;
}

.instagram-container:before, .instagram-container:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
}

.instagram-container:before {
  background: linear-gradient(to bottom, #fbc066, #E84553, #C73583, #c33388);
  left: -10px;
}

.instagram-container:after {
  background: linear-gradient(to bottom, #e0415b, #E84553, #C73583, #7233cf);
  right: -10px;
}

.instagram-txt {
  text-align: center;
  font-style: 25px;
  margin-bottom: 10px;
}

.instagram-card-container {
  justify-content: space-around;
  margin-bottom: 20px;
}

.instagram-card {
  padding: 15px 10px;
  box-shadow: 0 2px 4px #808080;
}

.instagram-card img {
  margin-bottom: 10px;
}

.instagram-small-txt {
  font-size: 18px;
}

.instagram-big-txt {
  font-size: 27px;
}

.instagram-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 515px;
  height: 90px;
  border-radius: 30px;
}

.instagram-btn:hover {
  opacity: .8;
  cursor: pointer;
}

.pnk-txt {
  color: #FF4F60;
}

/*kousha*/
#wrapper-temporary {
    width: 1000px;
    margin: 0 auto;
}
.section-ttl-atn-txt {
    color: #63c2f4;
    background-image: linear-gradient(transparent 0% 70%, #f4c14e 70% 100%);
    font-size: 40px;
    text-shadow: 3px 0 0 #fff,
    0 3px 0 #fff,
    -3px 0 0 #fff,
    0 -3px 0 #fff;
}

.school_search {
    text-align: center;
}

.kousha-cnt {
    text-align: center;
}
.process-flex {
    display: flex;
    align-items: center;
    width: 900px;
    margin: 0 auto;
}

.process-number {
    width: 50px;
    height: 50px;
    color: white;
    border-radius: 50%;
    background-color: #F4566A;
    font-size: 30px;
    line-height: 50px;
}

.process-sentence {
    padding-left: 15px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.region {
    width: 900px;
    margin: 20px auto;
    text-align: center;
}
.region-ttl {
    width: 900px;
    height: 54px;
    color: white;
    cursor: pointer;
}

.region-ttl[data-category="hokkaido"] {
    background-color: #7b95ec;
}

.region-ttl[data-category="touhoku"] {
    background-color: #99c9f9;
}

.region-ttl[data-category="kantou"] {
    background-color: #a0c099;
}

.region-ttl[data-category="toukai"] {
    background-color: #f5d564;
}

.region-ttl[data-category="kinki"] {
    background-color: #feaf76;
}

.region-ttl[data-category="kyushu"] {
    background-color: #fe798c;
}

.region-ttl-txt {
    padding: 5px;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.js-acc-school-btn {
    position: relative;
    border-radius: 10px 10px 10px 10px;
}
.js-acc-school-opened {
    border-radius: 10px 10px 0 0;
}
.js-acc-school-hidden {
    display: none;
}

.region-kousha-container {
    margin: 10px;
    text-decoration: none;
}

.region-kousha-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.region-kousha {
    display: flex;
    width: 400px;
    border-radius: 10px;
    box-shadow: 5px 5px 2.5px #d8d8d8;
}

[data-category="hokkaido"] {
    border: solid#7b95ec 1px;
    background-color: #7b95ec;
}

[data-category="touhoku"] {
    border: solid#99c9f9 1px;
    background-color: #99c9f9;
}

[data-category="kantou"] {
    border: solid#a0c099 1px;
    background-color: #a0c099;
}

[data-category="toukai"] {
    border: solid#f5d564 1px;
    background-color: #f5d564;
}

[data-category="kinki"] {
    border: solid#feaf76 1px;
    background-color: #feaf76;
}

[data-category="kyushu"] {
    border: solid#fe798c 1px;
    background-color: #fe798c;
}

.region-kousha-kantou {
    display: flex;
    width: 400px;
    height: 56px;
    margin: 12px 20px 10px;
    border: solid#a2c09a 1px;
    border-radius: 10px;
    box-shadow: 5px 5px 2.5px #d8d8d8;
    background-color: #a2c09a;
}

.kousha-name {
    width: 163px;
    color: white;
    font-weight: bold;
}

.kousha-name-txt {
    font-size: 23px;
    font-weight: 600;
}
.kousha-acsess p {
    padding-top: 4px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.kousha-acsess {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 276px;
    border-radius: 0 10px 10px 0;
    background-color: white;
}
.region-cnt {
    flex-wrap: wrap;
    justify-content: space-around;
    width: 900px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    background-color: white;
}
.js-acc-school-btn::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 92%;
    border-width: 25px 25px 0 25px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.js-acc-school-opened::after {
    transform: rotate(180deg);
}

#footLink ul {
    margin: 13.5px 0;
}

a[href*="school.php"] {
    text-decoration: none;
}
