<<<<<<< HEAD
.s5-inStoreItem1__image img {
    max-width: 350px;
    width: 100%;
    height: auto;
}

.c5-intro__pc{
  display: block;
}
.c5-intro__sp{
  display: none;
}
.c5-icon__image{
  float:right;
  width:120px;
  height:auto;
}
h2.s5-header2__heading, div.s5-header2__heading{
  width:100%;
}

@media screen and (max-width: 639px) {
  .c5-intro__pc{
    display: none;
  }
  .c5-intro__sp{
    padding: 20px;
    color: #574940;
    display: block;

    background: #a1e2ce; /* Old browsers */
    background: -moz-linear-gradient(top,  #a1e2ce 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a1e2ce 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a1e2ce 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1e2ce', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border: 1px solid #aee8d9;
  }
  .c5-icon__image{
    float:right;
    width:72px;
    height:auto;
  }
}



/*.c5-bgWhite{
  background: #fff;
  padding:20px;
  color: #000;
}
.c5-bgWhite .c5-txtBox{
  color: #fff;
}
*/


/* ==========================================================================
   c5-titleTable
   ========================================================================== */
.c5-titleTable{
  width: 100%;
  display: table;
}

.c5-titleTable.c5-titleTable--01{
  height: 159px;
  background:url('../images/title_01.jpg') no-repeat center top;
}
.c5-titleTable.c5-titleTable--02{
  height: 202px;
  background:url('../images/title_02.jpg') no-repeat center top;
}
.c5-titleTable.c5-titleTable--03{
  height: 236px;
  background:url('../images/title_03.jpg') no-repeat center top;
}
  .c5-titleTable .c5-titleTable__cell{
    display: table-cell;
    vertical-align: bottom;
  }
  .c5-titleTable .c5-titleTable__cell.c5-titleTable__cell--side{
    width: 1%;
  }
  .c5-titleTable .c5-titleTable__Title{
    text-align: center;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
  }
  .c5-titleTable.c5-titleTable--01 .c5-titleTable__Title{padding-bottom: 25px;}
  .c5-titleTable.c5-titleTable--02 .c5-titleTable__Title{padding-bottom: 40px;}
  .c5-titleTable.c5-titleTable--03 .c5-titleTable__Title{padding-bottom: 51px;}


@media screen and (max-width: 1110px) {
  .c5-titleTable.c5-titleTable--01{
    height: auto;
    background: #acb5ba; /* Old browsers */
    background: -moz-linear-gradient(top,  #acb5ba 0%, #cacfd5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #acb5ba 0%,#cacfd5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #acb5ba 0%,#cacfd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb5ba', endColorstr='#cacfd5',GradientType=0 ); /* IE6-9 */
  }
  .c5-titleTable.c5-titleTable--02{
    height: auto;
    background: #bc7b8f; /* Old browsers */
    background: -moz-linear-gradient(top,  #bc7b8f 0%, #d6aab9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #bc7b8f 0%,#d6aab9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #bc7b8f 0%,#d6aab9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc7b8f', endColorstr='#d6aab9',GradientType=0 ); /* IE6-9 */
  }
  .c5-titleTable.c5-titleTable--03{
    height: auto;
    background: #8d837a; /* Old browsers */
    background: -moz-linear-gradient(top,  #8d837a 0%, #afa69d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #8d837a 0%,#afa69d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #8d837a 0%,#afa69d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d837a', endColorstr='#afa69d',GradientType=0 ); /* IE6-9 */
  }
  .c5-titleTable__cell--side{
    display: none !important;
  }
  .c5-titleTable__Title{
    padding-bottom: 0 !important;
    padding:10px !important;
    font-size: 20px !important;
  }

}

@media screen and (max-width: 639px) {
  .c5-titleTable__Title{
    font-size: 16px !important;
  }
}











/* ==========================================================================
   title
   ========================================================================== */
/*.s5-row {
  margin-top: 80px;
}
*/
.s5-row__col1 h1.s5-heading2 {
  width: 100%;
  height: 70px;
  position: relative;
  line-height: 70px;
  font-size: 1.3rem;
}

.s5-row__col1 h1.s5-heading2 .c5-leftTTLbg {
  display: block;
  position: absolute;
  width: 46px;
  height: 70px;
  top: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-rightTTLbg {
  display: block;
  position: absolute;
  width: 46px;
  height: 70px;
  top: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-leftTTLbg {
  left: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-rightTTLbg {
  right: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-lineTTLbg {
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  background: #67bcf9 repeat left center;
}

.s5-row__col1 h1.s5-heading2 .c5-centerTTLbg {
  display: block;
  width: 100%;
  height: 70px;
  background: #67bcf9 no-repeat center center;
  color: #fff;
  /*text-align: center;*/
}


.c5-topTTLbg {
  margin: 0 0 20px 0;
}

.c5-topTTLbg span.c5-txtBox {
  padding-left: 20px;
  color: #fff;
}

.c5-table__captionRow--border th,
.c5-table__captionRow--border td {
  border: 1px solid #000 !important;
}

@media screen and (max-width: 890px) {
  .s5-row__col1 h1.s5-heading2 .c5-leftTTLbg,
  .s5-row__col1 h1.s5-heading2 .c5-rightTTLbg {
    display: none;
  }

  .s5-row__col1 h1.s5-heading2 .c5-lineTTLbg {
    display: none;
  }

  .c5-topTTLbg span.c5-txtBox {
    padding-left: 10px;
    font-size: 90%;
  }
}
@media screen and (max-width: 639px) {
  .s5-row {
    margin-top: 20px;
  }

  .c5-topTTL {
    margin: 60px 0;
  }

  .s5-row__col1 h1.s5-heading2 .c5-centerTTLbg {
    display: block;
    width: 100%;
    height: auto;
    background: #67bcf9 no-repeat center bottom;
    padding: 15px 0 18px;
    line-height: 1.6;
    font-size: 1rem;
  }

  h1.s5-heading2 .c5-txtBox {
    /*padding-left: 0;*/
    padding-top: 0;
    margin-top: 0;
    margin-left: 0px;
    display: block;
  }

  h1.s5-heading2 .c5-txtBox img {
    display: block;
  }

  .s5-row__col1 .s5-heading2 {
    margin: 40px 0 20px 0;
    height: auto !important;
  }

  .s5-row__col1 h1.s5-heading2 .c5-centerTTLbg span {
    padding-right: 10px;
  }
}
=======
.s5-inStoreItem1__image img {
    max-width: 350px;
    width: 100%;
    height: auto;
}

.c5-intro__pc{
  display: block;
}
.c5-intro__sp{
  display: none;
}
.c5-icon__image{
  float:right;
  width:120px;
  height:auto;
}
h2.s5-header2__heading, div.s5-header2__heading{
  width:100%;
}

@media screen and (max-width: 639px) {
  .c5-intro__pc{
    display: none;
  }
  .c5-intro__sp{
    padding: 20px;
    color: #574940;
    display: block;

    background: #a1e2ce; /* Old browsers */
    background: -moz-linear-gradient(top,  #a1e2ce 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a1e2ce 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a1e2ce 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1e2ce', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border: 1px solid #aee8d9;
  }
  .c5-icon__image{
    float:right;
    width:72px;
    height:auto;
  }
}



/*.c5-bgWhite{
  background: #fff;
  padding:20px;
  color: #000;
}
.c5-bgWhite .c5-txtBox{
  color: #fff;
}
*/


/* ==========================================================================
   c5-titleTable
   ========================================================================== */
.c5-titleTable{
  width: 100%;
  display: table;
}

.c5-titleTable.c5-titleTable--01{
  height: 159px;
  background:url('../images/title_01.jpg') no-repeat center top;
}
.c5-titleTable.c5-titleTable--02{
  height: 202px;
  background:url('../images/title_02.jpg') no-repeat center top;
}
.c5-titleTable.c5-titleTable--03{
  height: 236px;
  background:url('../images/title_03.jpg') no-repeat center top;
}
  .c5-titleTable .c5-titleTable__cell{
    display: table-cell;
    vertical-align: bottom;
  }
  .c5-titleTable .c5-titleTable__cell.c5-titleTable__cell--side{
    width: 1%;
  }
  .c5-titleTable .c5-titleTable__Title{
    text-align: center;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
  }
  .c5-titleTable.c5-titleTable--01 .c5-titleTable__Title{padding-bottom: 25px;}
  .c5-titleTable.c5-titleTable--02 .c5-titleTable__Title{padding-bottom: 40px;}
  .c5-titleTable.c5-titleTable--03 .c5-titleTable__Title{padding-bottom: 51px;}


@media screen and (max-width: 1110px) {
  .c5-titleTable.c5-titleTable--01{
    height: auto;
    background: #acb5ba; /* Old browsers */
    background: -moz-linear-gradient(top,  #acb5ba 0%, #cacfd5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #acb5ba 0%,#cacfd5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #acb5ba 0%,#cacfd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb5ba', endColorstr='#cacfd5',GradientType=0 ); /* IE6-9 */
  }
  .c5-titleTable.c5-titleTable--02{
    height: auto;
    background: #bc7b8f; /* Old browsers */
    background: -moz-linear-gradient(top,  #bc7b8f 0%, #d6aab9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #bc7b8f 0%,#d6aab9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #bc7b8f 0%,#d6aab9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc7b8f', endColorstr='#d6aab9',GradientType=0 ); /* IE6-9 */
  }
  .c5-titleTable.c5-titleTable--03{
    height: auto;
    background: #8d837a; /* Old browsers */
    background: -moz-linear-gradient(top,  #8d837a 0%, #afa69d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #8d837a 0%,#afa69d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #8d837a 0%,#afa69d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d837a', endColorstr='#afa69d',GradientType=0 ); /* IE6-9 */
  }
  .c5-titleTable__cell--side{
    display: none !important;
  }
  .c5-titleTable__Title{
    padding-bottom: 0 !important;
    padding:10px !important;
    font-size: 20px !important;
  }

}

@media screen and (max-width: 639px) {
  .c5-titleTable__Title{
    font-size: 16px !important;
  }
}











/* ==========================================================================
   title
   ========================================================================== */
/*.s5-row {
  margin-top: 80px;
}
*/
.s5-row__col1 h1.s5-heading2 {
  width: 100%;
  height: 70px;
  position: relative;
  line-height: 70px;
  font-size: 1.3rem;
}

.s5-row__col1 h1.s5-heading2 .c5-leftTTLbg {
  display: block;
  position: absolute;
  width: 46px;
  height: 70px;
  top: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-rightTTLbg {
  display: block;
  position: absolute;
  width: 46px;
  height: 70px;
  top: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-leftTTLbg {
  left: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-rightTTLbg {
  right: 0;
}

.s5-row__col1 h1.s5-heading2 .c5-lineTTLbg {
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  background: #67bcf9 repeat left center;
}

.s5-row__col1 h1.s5-heading2 .c5-centerTTLbg {
  display: block;
  width: 100%;
  height: 70px;
  background: #67bcf9 no-repeat center center;
  color: #fff;
  /*text-align: center;*/
}


.c5-topTTLbg {
  margin: 0 0 20px 0;
}

.c5-topTTLbg span.c5-txtBox {
  padding-left: 20px;
  color: #fff;
}

.c5-table__captionRow--border th,
.c5-table__captionRow--border td {
  border: 1px solid #000 !important;
}

@media screen and (max-width: 890px) {
  .s5-row__col1 h1.s5-heading2 .c5-leftTTLbg,
  .s5-row__col1 h1.s5-heading2 .c5-rightTTLbg {
    display: none;
  }

  .s5-row__col1 h1.s5-heading2 .c5-lineTTLbg {
    display: none;
  }

  .c5-topTTLbg span.c5-txtBox {
    padding-left: 10px;
    font-size: 90%;
  }
}
@media screen and (max-width: 639px) {
  .s5-row {
    margin-top: 20px;
  }

  .c5-topTTL {
    margin: 60px 0;
  }

  .s5-row__col1 h1.s5-heading2 .c5-centerTTLbg {
    display: block;
    width: 100%;
    height: auto;
    background: #67bcf9 no-repeat center bottom;
    padding: 15px 0 18px;
    line-height: 1.6;
    font-size: 1rem;
  }

  h1.s5-heading2 .c5-txtBox {
    /*padding-left: 0;*/
    padding-top: 0;
    margin-top: 0;
    margin-left: 0px;
    display: block;
  }

  h1.s5-heading2 .c5-txtBox img {
    display: block;
  }

  .s5-row__col1 .s5-heading2 {
    margin: 40px 0 20px 0;
    height: auto !important;
  }

  .s5-row__col1 h1.s5-heading2 .c5-centerTTLbg span {
    padding-right: 10px;
  }
}

/* ==========================================================================
   .c5-color
   ========================================================================== */
.c5-colorGreen {
    color: #00AA99;
}
.c5-colorPink {
    color: #e85397;
}
>>>>>>> e5a871b5f8bec161feff7bf469004550606202bf
