@charset "UTF-8";
.background {
  background: url(../images/potaring/back_potaring_bg2149.png) repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.feature-banner {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 0;
  position: relative;
}

.banner-on-txt {
  position: absolute;
  top: 65%;
  background: #d8e8ae;
  -webkit-box-shadow: 0 0 9px 2px rgba(216, 232, 174, 0.8);
  box-shadow: 0 0 9px 2px rgba(216, 232, 174, 0.8);
  border-radius: 5px;
  /*  left: 22%;*/
  left: 20%;
  /*  width: 64%;*/
  width: 68%;
  text-align: center;
  /*  font-size: 1rem;*/
  font-size: 1.1rem;
  line-height: 1.2;
}

.banner-on-txt br {
  display: none;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-item {
  text-align: center;
  display: block;
  line-height: 2rem;
  width: 90%;
  margin: 1rem auto;
  color: #fff;
  font-weight: bold;
  padding: 2.7rem 0 3.8rem;
  letter-spacing: 1px;
}

.menu-item--north {
  background: #f55668;
  position: relative;
  -webkit-box-shadow: 6px 6px 0 #f7bcc3;
  box-shadow: 6px 6px 0 #f7bcc3;
}

.menu-item--south {
  background: #ff7e15;
  position: relative;
  -webkit-box-shadow: 6px 6px 0 #f9caa4;
  box-shadow: 6px 6px 0 #f9caa4;
}

.menu-item--south::before,
.menu-item--north::before {
  content: "";
  width: 120px;
  height: 42px;
  position: absolute;
  color: #333;
  top: 0;
  left: 50%;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-item--south::before {
  content: "南区";
  background: url(../images/potaring/ttl-ribbon-south.png) no-repeat center center;
  background-size: cover;
}

.menu-item--north::before {
  content: "北区";
  background: url(../images/potaring/ttl-ribbon-north.png) no-repeat center center;
  background-size: cover;
}

.menu-item--south::after,
.menu-item--north::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-item--north::after {
  background: url(../images/potaring/menu-arrow-red.png) no-repeat center center;
  background-size: cover;
}

.menu-item--south::after {
  background: url(../images/potaring/menu-arrow-orange.png) no-repeat center center;
  background-size: cover;
}

.row .col_2-5 {
  width: 32%;
}

.bg-wht {
  background-color: #fff;
}

.bg-pink {
  background-color: #fff3ef;
}

.bg-yellow {
  background-color: #fffedb;
}

h1.ttl {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 2.2px;
  text-align: center;
  position: relative;
  padding: 1rem 0 0;
}

h1.ttl-north,
h1.ttl-south {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.5;
  /*  letter-spacing: 1.3px;*/
  text-align: center;
  position: relative;
  padding: 3rem 0 .3rem;
  margin: 2.3rem 0 0;
}

h1.ttl-north::before {
  content: "北区";
  width: 130px;
  height: 44px;
  position: absolute;
  top: -5px;
  left: 50%;
  font-size: 1.2rem;
  line-height: 2.3;
  letter-spacing: 1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/potaring/ttl-ribbon-north.png) no-repeat center center;
  background-size: cover;
}

h1.ttl-north::after {
  content: "";
  width: 90%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/potaring/tree-top-north.png) no-repeat center center;
  background-size: cover;
}

h1.ttl-south::before {
  content: "南区";
  width: 130px;
  height: 44px;
  position: absolute;
  top: -5px;
  left: 50%;
  font-size: 1.2rem;
  line-height: 2.3;
  letter-spacing: 1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/potaring/ttl-ribbon-south.png) no-repeat center center;
  background-size: cover;
}

h1.ttl-south::after {
  content: "";
  width: 93%;
  height: 50px;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/potaring/tree-top-south.png) no-repeat center center;
  background-size: cover;
}

.subttl-green {
  color: #5e9e3e;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 1.3px;
  margin: 0 0 1rem;
}

.subttl-pink {
  color: #f55668;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 1.3px;
  margin: 0 0 1rem;
}

.subttl-orange {
  color: #fe9a16;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 1.3px;
  margin: 0 0 1rem;
}

.subttl-blk {
  /*  text-align: center;*/
  font-weight: bold;
  font-size: 1.7rem;
}

.subttl-blk-small {
  font-weight: bold;
  font-size: 1.7rem;
  position: relative;
  letter-spacing: 1px;
}

.subttl-blk-small::after {
  content: "";
  width: 28px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/potaring/taratta_potaring-09.png) no-repeat center center;
  background-size: cover;
}

.subttl-green-small {
  /*  text-align: center;*/
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  color: #5e9e3e;
}

.subttl-pink-small {
  /*  text-align: center;*/
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  color: #f55668;
}

.subttl-small-org {
  /*  text-align: center;*/
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  color: #fe9a16;
}

.line-bicycle-l,
.line-bicycle-r {
  text-align: center;
  width: 80px;
  margin: 2rem auto;
}

.subtext-small {
  font-size: 1.3rem;
}

.content-box {
  margin: 0;
}

.content-box--wht {
  margin: 0 0 3rem;
  background: #fff;
  padding: 1rem 2.5rem;
  position: relative;
}

.content-box--graypnk {
  margin: 0 0 3rem;
  background: url(../images/potaring/shikaku.png) repeat center center;
  background-size: 6%;
  padding: 1rem 2.5rem;
  border: 1px solid #f55668;
  border-radius: 20px;
  margin: 5rem 0 4rem;
}

.txt-small-pnk {
  color: #f55668;
  font-size: 1.2rem;
  display: block;
}

.txt-small-org {
  color: #fe9a16;
  font-size: 1.2rem;
  display: block;
}

.content-box--grayorg {
  margin: 0 0 3rem;
  background: url(../images/potaring/shikaku.png) repeat center center;
  background-size: 6%;
  padding: 1rem 2.5rem;
  border: 1px solid #fe9a16;
  border-radius: 20px;
  margin: 5rem 0 4rem;
}

.sankaku-pnk,
.sankaku-yel {
  z-index: 10;
  display: block;
}

.sankaku-pnk::before {
  content: "";
  background: url(../images/potaring/potaring-sankaku-pink.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
}

.sankaku-pnk::after {
  content: "";
  background: url(../images/potaring/potaring-sankaku-pink-un.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -23px;
  left: 0;
}

.sankaku-yel::before {
  content: "";
  background: url(../images/potaring/potaring-sankaku-yellow.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
}

.sankaku-yel::after {
  content: "";
  background: url(../images/potaring/potaring-sankaku-yellow-un.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -23px;
  left: 0;
}

.txt-small-org {
  color: #fe9a16;
  font-size: 1.2rem;
  display: block;
}

figcaption {
  font-size: 1.3rem;
  margin: 1rem 0;
  /*  text-align: center;*/
}

.creset {
  counter-reset: number 0;
}

.number,
.number-orange {
  position: relative;
  display: inline-block;
  padding: 0;
}

.number::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: block;
  width: 39px;
  height: 39px;
  background: url(../images/potaring/number-bg-pnk.png) no-repeat center center;
  background-size: cover;
  margin: 0 0 .5rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  font-size: 2.3rem;
}

.number-orange::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: block;
  width: 39px;
  height: 39px;
  background: url(../images/potaring/number-bg-org.png) no-repeat center center;
  background-size: cover;
  margin: 0 0 .5rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  font-size: 2.3rem;
}

.post-type-feature .feature-btn {
  color: #fff;
  background: #98802f;
  border-radius: 0px;
  text-align: center;
  display: block;
  padding: 0.8rem 2rem;
  /*  margin: 3rem auto 6rem;*/
  max-width: 200px;
}

.post-type-feature .feature-box {
  background: #dcd8bc;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.border {
  background-size: 10px 25px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(135deg, #5e9e3e 25%, transparent 23%, transparent 75%, #5e9e3e 70%, #5e9e3e 80%, transparent 81%, transparent);
  background-image: -o-linear-gradient(135deg, #5e9e3e 25%, transparent 23%, transparent 75%, #5e9e3e 70%, #5e9e3e 80%, transparent 81%, transparent);
  background-image: linear-gradient(-45deg, #5e9e3e 25%, transparent 23%, transparent 75%, #5e9e3e 70%, #5e9e3e 80%, transparent 81%, transparent);
  height: 9px;
  margin: 2rem 0;
}

.border-org {
  background-size: 10px 25px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(135deg, #fe9a16 25%, transparent 23%, transparent 75%, #fe9a16 70%, #fe9a16 80%, transparent 81%, transparent);
  background-image: -o-linear-gradient(135deg, #fe9a16 25%, transparent 23%, transparent 75%, #fe9a16 70%, #fe9a16 80%, transparent 81%, transparent);
  background-image: linear-gradient(-45deg, #fe9a16 25%, transparent 23%, transparent 75%, #fe9a16 70%, #fe9a16 80%, transparent 81%, transparent);
  height: 9px;
  margin: 2rem 0;
}

small {
  font-size: 80%;
  line-height: 1.2;
  display: inline-block;
  line-height: 1.7;
}

strong {
  font-weight: bold;
}

.row .sp-order_3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.row .sp-order_4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.row .sp-order_5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.row .sp-order_6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.row .sp-order_7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.row .sp-order_8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.menu-yoko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-yoko li {
  /*  flex: 1 0 auto;*/
  padding-right: 1.3rem;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.pc-trim {
  display: none !important;
}

.sp-trim {
  display: block !important;
}

/*-------TAB表示-------*/

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row .col_2-5 {
    width: 20%;
  }
  h1.ttl {
    font-size: 2.7rem;
  }
  /*
  .menu-yoko {
    display: block;
  }
*/
  .banner-on-txt {
    /*    top: 69%;
    font-size: 1.2rem;*/
    top: 66%;
    font-size: 1.4rem;
    line-height: 1.5;
    /*    left: 30%;*/
    left: 28%;
    width: 42%;
  }
  h1.ttl-north::after,
  h1.ttl-south::after {
    width: 75%;
    height: 84px;
    left: 50%;
  }
  .pc-trim {
    display: block !important;
  }
  .sp-trim {
    display: none !important;
  }
}

/*PC表示*/

@media screen and (min-width: 1080px) {
  .feature-banner {
    width: 1000px;
    margin: 0 auto;
  }
  .banner-on-txt {
    top: 68%;
    /*    left: 30%;*/
    left: 25%;
    width: 50%;
    font-size: 1.6rem;
    line-height: 1.7;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
  }
  .banner-on-txt br {
    display: inline-block;
  }
  .menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-item {
    margin: 0 auto;
    line-height: 2.3rem;
    width: 80%;
    padding: 3rem 0 4.2rem;
    letter-spacing: 1px;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out;
  }
  .menu-item:hover {
    opacity: .75;
  }
  .subttl-small-org {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .row .col_2-5 {
    width: 18.555555555%;
  }
  h1.ttl {
    font-size: 3rem;
    line-height: 1.7;
    letter-spacing: 2px;
    padding: 1rem 0;
  }
  h1.ttl-north,
  h1.ttl-south {
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 2px;
    margin: 2rem 0 0;
  }
  .subttl-red {
    font-size: 2rem;
  }
  .subttl-blk {
    font-size: 2rem;
  }
  h1.ttl-north::after {
    content: "";
    width: 415px;
    height: 70px;
  }
  h1.ttl-south::before,
  h1.ttl-north::before {
    top: -8px;
  }
  h1.ttl-north::after {
    top: -17px;
  }
  h1.ttl-south::after {
    content: "";
    width: 435px;
    height: 75px;
    top: -10px;
  }
  .post-type-feature .feature-btn {
    /*    margin: 4rem auto 6rem;*/
  }
  .line-bicycle-l,
  .line-bicycle-r {
    text-align: center;
    width: 80px;
    margin: 4.5rem auto;
  }
  .border {
    margin: 4rem 0 3.5rem;
  }
  .content-box {
    margin: 5rem 3rem 3rem;
  }
  .subttl-pink,
  .subttl-green,
  .subttl-orange {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: normal;
  }
  .subttl-green-small,
  .subttl-small-org,
  .subttl-pink-small {
    font-size: 1.8rem;
  }
  .subttl-blk-small {
    font-weight: bold;
    font-size: 2.2rem;
    position: relative;
    letter-spacing: 1px;
  }
  .subttl-blk-small::after {
    content: "";
    width: 60px;
    height: 33px;
    background: url(../images/potaring/taratta_potaring-09.png) no-repeat center center;
    background-size: cover;
  }
  .sankaku-pnk::before,
  .sankaku-yel::before {
    width: 101%;
    height: 30px;
    top: -5px;
    left: -4px;
  }
  .sankaku-pnk::after,
  .sankaku-yel::after {
    width: 101%;
    height: 30px;
    bottom: -13px;
    left: -4px;
  }
  .content-box--graypnk,
  .content-box--grayorg {
    background: url(../images/potaring/shikaku.png) repeat center center;
    background-size: 4%;
    padding: 2rem 5rem;
  }
  .number::before {
    counter-increment: number 1;
    content: counter(number) " ";
    /*    display: block;*/
    display: block;
    width: 60px;
    height: 59px;
    background: url(../images/potaring/number-bg-pnk.png) no-repeat center center;
    background-size: cover;
    /*    margin: 0 0 .5rem;*/
    margin: -1rem 1rem .7rem 0;
    font-weight: normal;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    font-size: 3.4rem;
  }
  .number-orange::before {
    counter-increment: number 1;
    content: counter(number) " ";
    display: block;
    width: 60px;
    height: 59px;
    background: url(../images/potaring/number-bg-org.png) no-repeat center center;
    background-size: cover;
    /*    margin: 0 0 .5rem;*/
    margin: -1rem 1rem .7rem 0;
    font-weight: normal;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    font-size: 3.4rem;
  }
  .pc-trim {
    display: block !important;
  }
  .sp-trim {
    display: none !important;
  }
}
