@charset "UTF-8";
.background {
  background: url(../images/ohanami/feature-1753-bg.png) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

/*
.background {
  background: url(../images/feature-1753-bg.png) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}
*/

.feature-banner {
  width: 100%;
}

.feature-banner img {
  margin: 0 auto;
}

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

.row .col_2-4 {
  width: 50%;
  text-align: center;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  line-height: 1.4;
  margin: 0 0 2.7rem;
}

.row .col_2-4:nth-of-type(even) {
  border-left: none;
  border-right: none;
}

.row .col_2-4:nth-of-type(odd) {
  border-left: none;
}

.navlink-01,
.navlink-02,
.navlink-03,
.navlink-04 {
  color: #333;
}

.img-navlink {
  display: block;
  margin: 0 auto 10px;
}

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

.bg-pink {
  background-color: #f9e3ec;
  margin: 0 -2rem 3rem;
  padding: 2rem 1rem 0;
}

.bg-bage {
  background-color: #f8f5e4;
  margin: 3rem -2rem;
  padding: 2rem .5rem 0;
}

.bg-bage .bg-wht {
  padding: 2rem 1rem 0;
  width: 100%;
  margin: 0 10px 20px;
}

.menu-txt {
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  margin: .6rem 0 0;
  line-height: 1.7;
  text-align: center;
  height: 40px;
}

h1.ttl,
.ttl-shrine,
.ttl-kururin {
  position: absolute;
  font-weight: bold;
  font-size: 2.1rem;
  font-family: serif;
  line-height: 1.5;
  letter-spacing: 2.2px;
}

.ttl-red {
  /*  font-family: serif;*/
  color: #f25a71;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 1.3px;
}

.ttl-blk {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 2rem;
}

.bg-pink .ttl-blk {
  text-align: center;
  font-weight: bold;
  /*  font-size: 1.6rem;*/
  margin: 0;
}

.post-type-feature .feature-btn.feature-btn--bgpink {
  margin: -1rem auto 1.8rem;
}

.subttl-red {
  /*  font-family: serif;*/
  color: #f25a71;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 1.3px;
}

.subttl-blk {
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}

.subttl-green-center {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #788b22;
  display: block;
}

.subttl-green-left {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #788b22;
  display: block;
  margin: 0 0 .6rem;
}

.subttl-name {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 3rem;
}

.subtext {
  text-align: center;
}

.subtext-l {
  text-align: left;
}

.subtxt-small {
  display: block;
  margin: 1.5rem 0 2rem;
  font-size: 1.3rem;
}

.subtxt-ttl-green {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 1.2rem;
  font-weight: bold;
  color: #788b22;
  display: block;
}

.subtxt-ttl-orange {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 .6rem;
  font-weight: bold;
  color: #fd9629;
  display: block;
}

.subtxt-ttl-blk {
  font-size: 1.6rem;
  color: #333;
  display: block;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.flower-name {
  text-align: center;
  font-size: 1.2rem;
}

.flower-name-bold {
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0 0 -1rem;
  display: block;
  text-align: center;
}

figcaption {
  font-size: 1.4rem;
  text-align: center;
}

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

strong {
  font-weight: bold;
}

.creset {
  counter-reset: number 0;
}

.number {
  position: relative;
  display: block;
  padding: 33px 0 0;
  margin: 0;
}

.spot-txt-area .number {
  padding: 5px 0 0;
}

.number::before {
  counter-increment: number 1;
  content: "0" counter(number) " ";
  display: inline-block;
  width: 28px;
  height: 28px;
  /*  position: absolute;
  top: 0;
  left: 0;*/
  background: #f25a71;
  border-radius: 14px;
  /*  margin: 0;*/
  margin: 0 1rem 0 0;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: -.3px;
}

.border {
  background-color: #F4BBBB;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  height: 6px;
  margin: 1rem 0 2rem;
}

.ohanami-spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -20px 0 0;
}

.ohanami-spot-item:nth-child(even) {
  margin: 2.5rem 0 0 1.5rem;
}

.sushi-box {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem 0;
}

.sushi-box img {
  width: 40%;
  margin: 1rem 1.5rem 0 0;
}

.sushi-txt {
  font-size: 1.1rem;
  font-weight: bold;
}

.post-type-feature .feature-btn--inner {
  margin: 1rem auto;
}

.ohanami-spot-item img {
  margin: 0 0 1rem;
}

.spot-txt-area {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fde6ef;
  padding: 1rem;
  min-height: 233px;
}

.spot-txt-ttl {
  color: #f25a71;
  font-weight: bold;
  display: block;
  margin: 0 0 .7rem;
}

.spot-txt {
  font-size: 1.4rem;
}

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

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

.kuru-txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 5px;
  text-align: center;
}

.kuru-01,
.kuru-02,
.kuru-03,
.kuru-04 {
  position: relative;
  display: block;
/*  width: 135px;
  height: 85px;*/
  padding: 17px;
/*  border-radius: 60px;
*/}
.kuru-04 {
  padding: 10px;
}
/*.kuru-01::after,
.kuru-02::after,
.kuru-03::after,
.kuru-04::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 92px;
  left: 56px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
*/

.kuru-img {
  position: relative;
  z-index: 100;
}
.kuru-01 {
/*  background: #feefa0;*/
  background: url(../images/ohanami/ohanami_fukidashi01.png) no-repeat center center;
  width: 153px;
  height: 111px;
  top: 116px;
  left: -12px;
  z-index: 10;

}

/*.kuru-01::after {
  border-top: 10px solid #feefa0;
  z-index: 10;
}*/

.kuru-02 {
  background: url(../images/ohanami/ohanami_fukidashi02.png) no-repeat center center;
  width: 144px;
  height: 124px;
  left: 134px;
  top: 150px;
  z-index: 10;
}

.kuru-03 {
  background: url(../images/ohanami/ohanami_fukidashi03.png) no-repeat center center;
  width: 165px;
  height: 127px;
  top: 154px;
  left: -10px;
  z-index: 10;
}

.kuru-04 {
  background: url(../images/ohanami/ohanami_fukidashi04.png) no-repeat center center;
  width: 143px;
  height: 98px;
  left: 118px;
  top: 104px;
}


.row .col_4 {
  position: relative;
}

.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;
}

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

/*
.menu-yoko li {
  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;*/
  margin-bottom: 0;
}

.ohanami-spot-item {
  width: 48%;
  min-height: 180px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: none;
  flex-direction: none;
  -webkit-box-align: none;
  -ms-flex-align: none;
  align-items: none;
}

.ohanami-spot-item img {
  margin: 0;
}

.ohanami-spot-item:nth-child(even) {
  margin: 2.5rem 0 0 1.5rem;
}

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

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

/*-------SP表示-------*/
@media screen and (max-width: 767px) {
   .ohanami-spot-item {
    width: calc(100%/2 - 16px);
    min-height: 200px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2rem;
  }
  .ohanami-spot-item:nth-child(even) {
    margin: 0 0 0 1.2rem;
  }
  
  .col_4.kuru-min {
/*    width: 60%;*/
/*    margin: -20px auto 10px;*/
    margin: -100px auto 10px;
  }
  .kuru-01 {
    background: url(../images/ohanami/ohanami_fukidashi01.png) no-repeat center center;
    width: 153px;
    height: 111px;
    top: 126px;
    left: 15px;
  }
  .kuru-02 {
    top: 160px;
    left: 150px;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .ohanami-spot-item {
    width: calc(100%/2 - 16px);
    min-height: 200px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2rem;
  }
  .ohanami-spot-item:nth-child(even) {
    margin: 0 0 0 1.2rem;
  }


  .menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kuru-01,
  .kuru-02,
  .kuru-03,
  .kuru-04 {
    /*    position: relative;*/
/*    display: block;
    width: 132px;
    height: 85px;
    padding: 17px;
    border-radius: 60px;*/
  }
/*  .kuru-01 {
    left: 30px;
  }*/
  .kuru-02 {
    left: 82px;
    top: 26px;
  }
  .kuru-03 {
    top: 36px;
    left: 5px;
  }
  .kuru-04 {
    /*    position: absolute;*/
    left: 66px;
    top: 35px;
  }
  .ohanami-spot-item {
    width: calc(100%/4 - -130px);
    margin: 0 1rem 2rem;
  }
  .spot-txt-area {
    max-width: 200px;
  }
  .pc-trim {
    display: block !important;
  }
  .sp-trim {
    display: none !important;
  }
}

/*-------PC表示-------*/

@media screen and (min-width: 1080px) {
  .background {
    background: url(../images/ohanami/feature-1753-bg.png) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
  }
  .feature-banner {
    width: 1000px;
    margin: 0 auto;
  }
  .feature-banner img {
    margin: 0 auto;
  }
  .menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    font-size: 1.5rem;
  }
  .bg-pink {
    background-color: #f9e3ec;
    margin: 3rem 0;
    padding: 2rem 0 0;
  }
  .bg-bage {
    padding: 2rem 1rem 0;
  }
  .bg-bage .bg-wht {
    padding: 2rem 2rem 0;
  }
  h1.ttl {
    bottom: 40px;
    left: 45px;
    font-size: 3.3rem;
    line-height: 1.7;
    letter-spacing: 3px;
  }
  .ttl-red {
    font-size: 2rem;
  }
  .ttl-blk {
    font-size: 2.2rem;
    margin: 0 0 1.5rem;
  }
  .ttl-text {
    text-align: center;
    margin: 1rem auto 2rem;
  }
  .subttl-red {
    font-size: 2.2rem;
    text-align: left;
  }
  .subttl-red-ol {
    font-size: 2.2rem;
    text-align: left;
  }
  .subttl-green-center {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    color: #788b22;
    display: block;
  }
  .subttl-green-left {
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.4;
    color: #788b22;
    display: block;
    margin: 0 0 1.2rem;
  }
  .subttl-blk {
    font-size: 2.5rem;
    text-align: left;
  }
  .subtext {
    text-align: left;
  }
  .subtxt-ttl-green {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 1.2rem;
    font-weight: bold;
    color: #788b22;
    display: block;
  }
  .subtxt-ttl-orange {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0 0 1.2rem;
    font-weight: normal;
    color: #fd9629;
    display: block;
  }
  .subtxt-ttl-blk {
    font-size: 1.8rem;
    color: #333;
    display: block;
    font-weight: bold;
    margin: 0 0 .7rem;
  }
  .menu-yoko {
    display: block;
  }
  .ml40 {
    margin-left: 40px;
  }
  .post-type-feature .feature-btn {
    margin: 0 auto 4rem;
  }
  .post-type-feature .feature-btn--inner {
    margin: 3rem auto 4rem;
  }
  .post-type-feature .feature-btn.feature-btn--bgpink {
    margin: 0 auto 3rem;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .kuru-02 {
    margin: 0 0 20px;
  }
  .sushi-box {
    width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0;
  }
  .sushi-box img {
    width: 30%;
    margin: 1rem 1.5rem 0 0;
  }
  .sushi-txt {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .img-margintop-none {
    margin-top: 0;
  }
  .spot-txt-area {
    min-height: 0;
  }
  .row .col_2-4 {
    width: 25%;
    text-align: center;
    border-left: 1px solid #777;
    line-height: 1.4;
  }
  .row .col_2-4:last-of-type {
    border-right: 1px solid #777;
  }
  .row .col_2-4:nth-of-type(2) {
    border-right: none;
  }
  .row .col_2-4:nth-of-type(odd) {
    border-left: 1px solid #777;
  }
  .sushi-box {
    margin: 2rem 0 1rem;
  }
  .subtxt-small {
    margin: 1.2rem 0 2rem;
  }
  .product {
    margin-bottom: 70px;
  }
  .number {
    position: relative;
    display: block;
    padding: 37px 0 0;
    margin: 0;
  }
  .number::before {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    font-size: 1.4rem;
    letter-spacing: -.3px;
  }
  .spot-txt-area .number {
    padding: 5px 0 0;
  }
  .kuru-txt {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .kuru-01,
  .kuru-02,
  .kuru-03,
  .kuru-04 {
    position: relative;
    display: block;
    /*    width: 145px;*/
/*    width: 153px;
    height: 95px;
    padding: 18px;
    border-radius: 60px;*/
  }
/*  .kuru-01::after,
  .kuru-02::after,
  .kuru-03::after,
  .kuru-04::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 100px;
    left: 63px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  }*/
/*  .kuru-01 {
    background: url(../images/ohanami/ohanami_fukidashi01.png) no-repeat center center;
    top: 116px;
    left: -12px;
  }
  .kuru-02 {
    left: 132px;
    top: 32px;
  }
  .kuru-03 {
    top: 48px;
    left: 31px;
  }
  .kuru-04 {
    left: 94px;
    top: 48px;
  }*/
  .border {
    margin: 5rem 0 3rem;
  }
  .pc-trim {
    display: block !important;
  }
  .sp-trim {
    display: none !important;
  }
}
