@media only screen and (min-width: 768px) {
  #bread-crumb-list sup {
    font-size: 16px;
    vertical-align: top;
  }

  #candybouquet {
    letter-spacing: 1px;
  }
  #candybouquet .sp {
    display: none !important;
  }
  #candybouquet .intro {
    margin: 0 0 50px;
  }
  #candybouquet h1 {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
  }
  #candybouquet .intro p {
    text-align: justify;
    margin: 0 0 20px;
  }
  #candybouquet .feature {
    border-radius: 20px;
    padding: 0 30px 50px;
    background: #fac1c9 url(../img/bg.png) no-repeat center top;
  }
  #candybouquet h2 {
    transform: translateY(-25px);
    background: none;
    padding: 0 35px;
    margin: 0 0 15px;
    text-align: left;
  }
  #candybouquet .feature ul {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 2px solid #ee8695;
  }
  #candybouquet .feature li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px;
    border-bottom: 2px solid #ee8695;
    color: #74660f;
  }
  #candybouquet .feature li:nth-child(2) {
    width: 50%;
    border-right: 2px solid #ee8695;
    padding-top: 70px;
    background: url(../img/icon_beginner.png) no-repeat top 18px right 22px / 43px;
  }
  #candybouquet .feature li:nth-child(3) {
    width: 50%;
    padding-top: 84px;
    background: url(../img/icon_sun.png) no-repeat top 18px right 20px / 70px;
  }
  #candybouquet .feature li:nth-child(4) {
    flex-direction: row-reverse;
    padding-top: 83px;
  }
  #candybouquet .feature li:last-child {
    border: 0;
  }
  #candybouquet .feature li .num {
    position: absolute;
    top: 0;
    left: 0;
  }
  #candybouquet .feature li .text {
    text-align: justify;
  }
  #candybouquet .feature li:nth-child(1) .text,
  #candybouquet .feature li:nth-child(4) .text,
  #candybouquet .feature li:nth-child(5) .text {
    width: 290px;
  }
  #candybouquet .feature li h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 0 15px;
    padding: 0;
  }
  #candybouquet .feature li h3:after {
    display: none;
  }
  #candybouquet .feature li .img-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 430px;
  }
  #candybouquet .feature li .img-area .img {
    width: 210px;
  }
  #candybouquet .feature li .img-area .comment {
    position: absolute;
    top: -75px;
    right: -90px;
  }
  #candybouquet .feature li:nth-child(4) .img-area .comment {
    right: -68px;
  }
  #candybouquet .feature li .img-area .img .caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #f4f4f4;
    line-height: 1.2;
    font-weight: bold;
    height: 50px;
    border-radius: 0 0 4px 4px;
    padding: 2px 0 0;
  }
  #candybouquet .feature li:first-child .img-area .img .caption {
    height: 60px;
  }
  #candybouquet .feature li .img-area .img .caution {
    font-size: 12px;
    font-weight: normal;
  }
  .event-bottom-banners ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .event-bottom-banners ul li {
    width: 49%;
    margin: 0 0 20px;
  }
}

.ab_list_bt_dw li{
	width: 47.31%;
}

.ab_list_bt_dw {
    color: #443829;
    overflow: hidden;
}
.ab_list_bt_dw li {
    color: #443829;
    border-radius: 50px;
    border: 2px solid #938675;
    width: 48.6%;
    background: url('../../common/img/ar_down.png') no-repeat 95%;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    text-align: center;
}
.ab_list_bt_dw li:last-of-type {
	margin-right: 0;
}
.ab_list_bt_dw li:nth-child(2n) {
    margin-right: 0;
}
.ab_list_bt_dw li a {
    display: block;
    padding: 15px 20px;
    font-size: 18px;
}




@media only screen and (max-width: 767px) {
  #candybouquet .pc {
    display: none !important;
  }

  #candybouquet {
    padding: 0 10px;
  }
  #candybouquet .intro {
    margin: 0 0 50px;
  }
  #candybouquet h1 {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
  }
  #candybouquet .intro p {
    text-align: justify;
    margin: 0 0 20px;
  }
  #candybouquet .intro .anchor-links .child {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.4;
    height: 55px;
    border: 2px solid #938675;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 12px;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 2px 0 0;
    background: url(../../common/img/ar_down.png) no-repeat 95%;
  }
  #candybouquet .feature {
    margin: 0 -10px;
    padding: 0 15px 30px;
    background: #fac1c9 url(../img/sp/bg.png) no-repeat center top / 100%;
  }
  #candybouquet .feature h2 {
    background: none;
    padding: 0;
    margin: 0 0 5px;
    text-align: left;
    transform: translateY(-20px);
  }
  #candybouquet .feature h2 img {
    width: 95.655%
  }
  #candybouquet .feature ul {
    border: 2px solid #ee8695;
    background: #fff;
  }
  #candybouquet .feature li {
    position: relative;
    padding: 30px 25px;
    border-bottom: 2px solid #ee8695;
    color: #74660f;
  }
  #candybouquet .feature li:nth-child(2) {
    background: url(../img/icon_beginner.png) no-repeat top 6% right 7% / 9.2%;
  }
  #candybouquet .feature li:nth-child(3) {
    background: url(../img/icon_sun.png) no-repeat top 4% right 5% / 16%;
  }
  #candybouquet .feature li:last-child {
    border: 0;
  }
  #candybouquet .feature li .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 29.33%;
  }
  #candybouquet .feature li .text {
    text-align: justify;
  }
  #candybouquet .feature li:nth-child(1) .text {
    margin: 0 0 8.3vw;
  }
  #candybouquet .feature li:nth-child(4) .text {
    margin: 0 0 14vw;
  }
  #candybouquet .feature li:nth-child(5) .text {
    margin: 0 0 15px;
  }
  #candybouquet .feature li h3 {
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: 3px;
  }
  #candybouquet .feature li h3:after {
    display: none;
  }
  #candybouquet .feature li .img-area {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #candybouquet .feature li .comment {
    position: absolute;
    top: -13vw;
    right: -42px;
  }
  #candybouquet .feature li:nth-child(1) .comment {
    width: 37.805%;
  }
  #candybouquet .feature li:nth-child(4) .comment {
    width: 44.16%;
  }
  #candybouquet .feature li .img-area .img {
    width: calc((100% - 6px) / 2);
  }
  #candybouquet .feature li .img-area .caption {
    background: #f4f4f4;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    border-radius: 0 0 4px 4px;
    padding: 9px 0;
  }
  #candybouquet .feature li:nth-child(1) .img-area .caption {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 25vw;
  }
  #candybouquet .feature li .img-area .caution {
    font-size: 12px;
    font-weight: normal;
  }
  .event-bottom-banners {
    margin: 4vw;
  }
  .event-bottom-banners ul li:not(:last-child) {
    margin: 0 0 10px;
  }
	.ab_list_bt_dw li{
		width: 100%;
	}
	.ab_list_bt_dw li:nth-child(1n) {
    margin-right: 0%;
	}
	.ab_list_bt_dw li:nth-child(2n) {
    margin-left: 0%;
	}

}
