@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@700&display=swap');

.container {
  font-family: "";
  overflow: hidden;
  position: relative;
  margin: 0;
}

/* リンク設定 */
.container a *{
  transition : all 0.5s ease 0s;
}
.container a:hover *{
  opacity: .9;
}

/*
============================================================ */
/* index
============================================================ */

/* キービジュアル ____________________________________________ */
.kv-wrap{
  background-color: #fef3e7;
  background-image: url(/assets/img/englishbread/bg-kv.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
.kv-wrap img{
  width: 100%;
  max-width: 960px;
}


.main {
  background-color: #F9ECF1;
}

/* kv
============================================================ */
.farmersbread-kv {
  position: relative;
  max-width: 960px;
  margin: 0 auto 48px;
  padding: 96px 0 0;
}

.farmersbread-kv * {
  vertical-align: top;
}

.farmersbread-kv__ttl {
  text-align: center;
  margin-bottom: 40px;

}

.farmersbread-kv__ttl img {
  max-width: 548px;
}

.farmersbread-kv .slick-dots {
  display: flex;
  justify-content: center;
  line-height: 1;
  margin: 24px 0 0;
}

.farmersbread-kv .slick-dots li {
  margin: 0 12px;
}

.farmersbread-kv .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  border: 1px solid #DCC10F;
  border-radius: 100%;
  text-indent: -100vw;
  background: #fff;
  transition: .3s;
  box-sizing: border-box;
}

.farmersbread-kv .slick-dots .slick-active button {
  background: #DCC10F;
}

@media screen and (max-width: 811px) {
  .farmersbread-kv {
    margin: 0 15px 40px;
    padding: 30px 0 0;
  }

  .farmersbread-kv__ttl img {
    max-width: 350px;
  }

  .farmersbread-kv .slick-dots {
    margin: 16px 0 0;
  }
}

.farmersbread-intro {
  max-width: 640px;
  margin: 0 auto 40px;

}





/* アンデルセンイギリス ________________________________________ */
.sec-andersen-inglez{
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  padding: 42px 0 38px;
}
.sec-andersen-inglez .detail .ttl{
  line-height: 1;
  margin-top: 54px;
  margin-bottom: 33px;
}
.sec-andersen-inglez .detail{
  line-height: 1.85;
  max-width: 450px;
}
.sec-andersen-inglez .img{
  flex: none;
  text-align: right;
  width: 450px;
}

@media screen and (max-width: 811px) {
  .kv-wrap {
    padding: 0 0 20px;
  }
  .sec-andersen-inglez{
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-andersen-inglez .detail .ttl{
    text-align: center;
    margin: 0 0 30px;
  }
  .sec-andersen-inglez .detail{
    max-width: 100%;
  }
  .sec-andersen-inglez .img{
    text-align: center;
    width: 160px;
    margin: 20px auto 0;
  }

}

/* アンデルセンイギリスの楽しみ方 _______________________________ */
.bg-decoration-transparent{
  position: relative;
  z-index: 99;
  height: 28px;
  background-image: url(/assets/img/englishbread/bg-decoration-transparent.png);
  background-repeat: repeat-x;
  background-size: 1600px 28px;
  margin-bottom: -27px;
}
.bg-decoration-beige{
  position: relative;
  z-index: 99;
  height: 48px;
  background-image: url(/assets/img/englishbread/bg-decoration-beige.png);
  background-repeat: repeat-x;
  background-size: 100% 48px;
  margin-top: -48px;
}

.sec-higuccini{
  background-color: #fef3e7;
  padding: 42px 0 68px;
}
.sec-higuccini .txt-lead{
  text-align: center;
  margin-bottom: 57px;
}
.sec-higuccini .inner{
  max-width: 960px;
  margin: 0 auto;
}

.sec-higuccini .ttl{
  text-align: center;
  margin-bottom: 36px;
}

/* MORE */
.btn-more{
  text-align: center;
  transition : all 0.5s ease 0s;
  margin: 28px auto 38px;
}
.btn-more p{
  display: inline-block;
  border-bottom: solid 2px #000;
  cursor: pointer;
  font-family: 'Cormorant', serif;
  font-weight: 700;
  font-size: 24px;
}
.btn-more:hover{
  opacity: .7;
}
.target-block-more{
  display: none;
}

/* detail */
.ttl-hash{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 54px 0 6px;
}
.list-arrange{
  display: flex;
  justify-content: space-between;
}

/* profile */
.blk-profile{
  display: flex;
  align-items: center;
  max-width: 790px;
  margin: 0 auto 82px;
}
.blk-profile .img{
  flex: none;
  overflow: hidden;
  line-height: 0;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  margin: 0 28px 0 0;
  padding: 0;
}

/* ボタン */
.btn-block {
  margin-top: 60px;
}

.btn-wrap{
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 40px
}
.btn-wrap .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-color: #815F44;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  /*font-size: 24px;*/
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  transition : all 0.5s ease 0s;
  min-width: 550px;
  min-height: 60px;
  padding: 14px 36px 14px 58px;
}
.btn-wrap .btn i{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
}

.btn-wrap .btn i{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
}

.btn-wrap .btn i::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-wrap .btn:hover{
  text-decoration: none;
  opacity: .7;
}

.btn-wrap + .btn-wrap {
  margin-top: -17px;
}


@media screen and (max-width: 811px) {
  .bg-decoration-transparent{
    height: 14px;
    background-position: center;
    background-size: 811px 14px;
    margin-bottom: -14px;
  }

  .bg-decoration-beige{
    height: 14px;
    background-position: center;
    background-size: 100% 14px;
    margin-top: -13px;
  }

  .sec-higuccini{
    padding: 40px 15px 16px;
  }

  .sec-higuccini .txt-lead{
    margin-bottom: 40px;
  }

  /* detail */
  .ttl-hash{
    font-size: 18px;
  }

  .list-arrange li{
    width: 49%;
  }

  /* profile */
  .blk-profile {
    margin: 0 auto 32px;
  }
  .blk-profile .img{
    width: 120px;
    height: 120px;
  }

  /* ボタン */
  .btn-wrap .btn{
    min-width: 0;
    white-space: normal;
    font-size: 14px;
    padding: 14px 15px 14px 30px;
  }
  .btn-wrap .btn i {
    padding-left: 6px;
  }
  .btn-wrap .btn i::before {
    width: 8px;
    height: 8px;
    left: 12px;
  }
}

/* アンデルセンイギリス きほんのき ______________________________ */
.sec-basic{
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 0 50px;
}

/* タイトル */
.sec-basic .ttl-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #b81b2e;
  font-size: 18px;
  font-weight: 700;
  width: 810px;
  margin: 0 auto 78px;
}

/* 詳細 */
.box-basic{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.box-basic:nth-child(odd){
  flex-direction: row-reverse;
}
.box-basic .detail{
  position: relative;
  top: 0;
  bottom: 0;
  max-width: 450px;
  margin: auto 0;
}

/* タイトル */
.box-basic .detail .ttl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #815f44;
  font-size: 27px;
  font-weight: 700;
  /*margin-bottom: 36px;*/
  margin-bottom: 10px;
}
.box-basic .detail .ttl img{
  margin-right: 20px;
}

/* サブタイトル */
.box-basic .detail .ttl-sub{
  display: inline-block;
  color: #815f44;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}
.box-basic .detail p + .ttl-sub{
  margin-top: 30px;
}

.box-basic .detail p {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 10px;
}

/* トースト３つの魅力 */
.dl-charm{
  display: flex;
  /*background-image: url(/assets/img/englishbread/bg-border.svg);
  background-repeat: repeat-x;
  background-position: bottom;*/
  background-size: 100%;
  padding: 18px 0 16px;
  border-bottom: 2px solid #F6F6F6;
}
.dl-charm dt{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/img/englishbread/icon-pan.png);
  background-repeat: no-repeat;
  background-position: center left 3px;
  background-size: contain;
  font-family: "Futura";
  flex: none;
  letter-spacing: -1px;
  color: #815f44;
  font-size: 24px;
  width: 45px;
  height: 54px;
  margin-right: 10px;
}
.dl-charm .dl-ttl{
  display: block;
  color: #815f44;
  font-size: 18px;
  font-weight: 700;
}
.dl-charm .dl-caption{
  display: block;
}

/* 画像 */
.box-basic .img{
  flex: none;
}

@media screen and (max-width: 811px) {
  .sec-basic{
    padding: 40px 15px 56px
  }

  /* タイトル */
  .sec-basic .ttl-sec{
    display: block;
    text-align: center;
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 46px;
  }
  .sec-basic .ttl-sec img{
    margin-top: 16px;
  }
  .sec-basic .ttl-sec::before{
    display: none;
  }

  /* 詳細 */
  .box-basic{
    display: block;
    margin-bottom: 16px;
  }
  .box-basic:last-child,
  .box-basic:last-child .img{
    margin-bottom: 0;
  }
  .box-basic .detail{
    max-width: 100%;
  }

  /* タイトル */
  .box-basic .detail .ttl{
    font-size: 24px;
  }

  .box-basic .detail .ttl img{
    width: 40px;
  }

  .box-basic .detail .large{
    font-size: 24px;
  }

  /* サブタイトル */
  .box-basic .detail .ttl-sub{
    font-size: 18px;
  }

  /* トースト３つの魅力 */
  .dl-charm{
    display: flex;
    background-image: url(/assets/img/englishbread/bg-border.svg);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 100%;
    padding: 18px 0 16px;
  }
  .dl-charm dt{
    font-size: 16px;
  }
  .dl-charm .dl-ttl{
    font-size: 16px;
  }

  /* 画像 */
  .box-basic .img{
    text-align: center;
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

/* 厚さもいろいろ楽しみませんか？ _______________________________ */
.bg-decoration-pink{
  position: relative;
  z-index: 1;
  height: 28px;
  background-image: url(/assets/img/englishbread/bg-decoration-pink.png);
  background-repeat: repeat-x;
  background-size: 1600px 28px;
}

.sec-enjoy{
  background-color: #F5EFE1;
  padding: 75px 0 60px;
}
.sec-enjoy .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

/* タイトル */
.sec-enjoy .ttl-sec{
  text-align: center;
  margin-bottom: 38px;
}

/* 画像 */
.sec-enjoy .inner .img{
  margin-right: auto;
}

/* スライスする厚さ */
.sec-enjoy .inner .list-slice{
  width: 480px;
  margin-top: -24px;
}
.sec-enjoy .inner .list-slice li{
  display: flex;
  margin-bottom: 16px;
}
.sec-enjoy .inner .list-slice li:last-child{
  margin-bottom: 0;
}

/* 枚切り 矢印 */
.sec-enjoy .inner .list-slice li{
 position: relative;
}
.sec-enjoy .inner .list-slice li::before{
 position: absolute;
 top: 0;
 bottom: 0;
 left: -162px;
 content: "";
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 width: 166px;
 height: 22px;
 margin: auto;
}

.sec-enjoy .inner .list-slice .slice-01::before{
  top: 30px;
  background-image: url(/assets/img/englishbread/bg-enjoy-01.svg);
  height: 31px;
}
.sec-enjoy .inner .list-slice .slice-02::before{
  top: 5px;
  background-image: url(/assets/img/englishbread/bg-enjoy-02.svg);
}
.sec-enjoy .inner .list-slice .slice-03::before{
  top: -12px;
  background-image: url(/assets/img/englishbread/bg-enjoy-02.svg);
}
.sec-enjoy .inner .list-slice .slice-04::before{
  top: -16px;
  background-image: url(/assets/img/englishbread/bg-enjoy-02.svg);
}
.sec-enjoy .inner .list-slice .slice-05::before{
  top: -24px;
  background-image: url(/assets/img/englishbread/bg-enjoy-02.svg);
}

/* 枚切り */
.sec-enjoy .inner .list-slice .slice{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #815F44;
  border-radius: 30px;
  line-height: 1;
  max-width: 200px;
  padding: 8px 20px;
}
.sec-enjoy .inner .list-slice .slice .img{
  width: 172px;
  height: 22px;
}

/* サンドイッチに */
.sec-enjoy .inner .list-slice .caption{
  font-size: 22px;
  color: #815F44;
  margin-left: 25px;
  font-weight: 700;
}

/* アンデルセンではお好みの厚さにスライスします */
.sec-enjoy .note-enjoy{
  width: 960px;
  margin: -20px auto 0;
}
.sec-enjoy .note-enjoy p{
  width: 446px;
  padding: 0 14px;
  margin-left: auto;
}

@media screen and (max-width: 811px) {
  .bg-decoration-pink{
    height: 14px;
    background-position: center;
    background-size: 811px 14px;
  }

  .sec-enjoy{
    padding: 25px 15px 30px;
  }
  .sec-enjoy .inner{
    display: block;
  }

  /* 画像 */
  .sec-enjoy .inner .img{
    text-align: center;
    width: 80%;
    margin: 0 auto 32px;
  }

  /* スライスする厚さ */
  .sec-enjoy .inner .list-slice{
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
  .sec-enjoy .inner .list-slice li{
    display: block;
    margin-bottom: 8px;
  }

  /* 枚切り 矢印 */
  .sec-enjoy .inner .list-slice li::before{
    display: none;
  }

  /* 枚切り */
  .sec-enjoy .inner .list-slice .slice{
    max-width: 100%;
  }
  .sec-enjoy .inner .list-slice .slice .img{
    width: 140px;
    margin: 0 auto;
  }

  /* サンドイッチに */
  .sec-enjoy .inner .list-slice .caption{
    display: block;
    text-align: center;
    font-size: 18px;
    width: 100%;
    margin: 0 auto 20px;
  }

  /* アンデルセンではお好みの厚さにスライスします */
  .sec-enjoy .note-enjoy{
    width: 100%;
    margin: 0 auto;
  }
  .sec-enjoy .note-enjoy p{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}

/* アンデルセンイギリス、どこが好き？ ____________________________ */
.bg-decoration-white{
  position: relative;
  z-index: 1;
  height: 28px;
  background-image: url(/assets/img/englishbread/bg-decoration-white.png);
  background-repeat: repeat-x;
  background-size: 1600px 28px;
  margin-top: -28px;
}

.sec-voice{
  position: relative;
  max-width: 960px;
  padding: 74px 0 40px;
  margin: 0 auto;
}

/* タイトル */
.sec-voice .ttl-sec{
  text-align: center;
  margin-bottom: 80px;
}
.sec-voice .ttl-sec span{
  display: block;
}
.sec-voice .ttl-sec p{
  font-size: 14px;
}

.sec-voice .ttl-sec .ttl-main{
  margin-bottom: 23px;
}

/* お客様の声 */
.list-voice{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-voice li{
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: calc(93.75%/3);
  height: 20vh;
  min-height: 200px;
  margin-bottom: 46px;
}
.list-voice li strong{
  color: #b81b2e;
  font-weight: 700;
}
.list-voice li:nth-child(even){
  background-image: url(/assets/img/englishbread/bg-voice-even.png);
}
.list-voice li:nth-child(odd){
  background-image: url(/assets/img/englishbread/bg-voice-odd.png);
}
.list-voice li:nth-last-of-type(-n+3){
  margin-bottom: 0;
}

/* 背景 __ パン */
.bg-deco-pan{
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}

.bg-deco-pan-01{
  position: absolute;
  top: -81px;
  right: 0;
}

.bg-deco-pan-02{
  position: absolute;
  top: 294px;
  right: 0;
}

.bg-deco-pan-03{
  position: absolute;
  left: 0;
  bottom: 85px;
}

.bg-deco-pan-04{
  position: absolute;
  left: 143px;
  bottom: -200px;
}
@media screen and (max-width: 811px) {
  .bg-decoration-white{
    background-position: center;
    height: 14px;
    background-size: 811px 14px;
    margin-top: -14px;
  }

  .sec-voice{
    padding: 45px 15px 60px;
  }

  .sec-voice .ttl-sec {
    margin-bottom: 40px;
  }

  .sec-voice .ttl-sec .ttl-main {
    margin-bottom: 0;
  }

  .sec-voice .ttl-sec .ttl-sub img{
    width: 60%;
  }

  .list-voice li{
    width: 100%;
    margin-bottom: 20px;
  }

  .list-voice li:nth-last-of-type(-n+3) {
    margin-bottom: 20px;
  }

  .bg-deco-pan-01{
    top: 0;
  }

  .bg-deco-pan-02{
    top: 620px;
  }

  .bg-deco-pan-03{
    left: 0;
    bottom: 288px;
  }

  .bg-deco-pan-04{
    left: 0;
    bottom: -105px;
  }
}

/* banner __________________________________________________ */
.blk-bnr{
  background-color: #DCC10F;
  text-align: center;
  padding: 40px;
}
.blk-bnr img{
  width: 100%;
  max-width: 960px;
}

@media screen and (max-width: 811px) {
  .blk-bnr{
    padding: 20px 15px;
  }
}



.sec-andersen-recipe {
  background: #F6F0DE;
}
.sec-andersen-recipe .inner{
  max-width: 960px;
  margin: 0 auto;
  padding: 42px 0 38px;
}
.sec-andersen-recipe h2{
  text-align: center;
  margin-bottom: 40px;
}
.sec-andersen-recipe h2 img{
  max-width: 510px;
  margin: 0 auto;
}

.recipe-detail {
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.recipe-detail:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  /*background-color: #DCC10F;*/
  background-color: #DD759C;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}


.recipe-detail .img{
  width: 50%;
}
.recipe-detail .item {
  width: 50%;
  background-color: #fff;
}
.recipe-detail .item .block{
  padding: 40px;
}
.recipe-detail .item .block img{
  width: 100%;
  height: auto;
}
.recipe-detail .item .block dt{
  font-weight: bold;
  font-size: 18px;
  color: #815f44;
  margin-bottom: 1em;
}
.recipe-detail .item .block dl{
  margin-bottom: 1em;
}
.recipe-detail .item .person {
  margin-top: 1em;

}

.farmersbread-recipe-list__link a {
  display: flex;
  align-items: center;
}

.farmersbread-recipe-list__link a:before {
  content: "";
  display: block;
  width: 17px;
  height: 4px;
  margin: 0 8px 0 0;
  background: url(/assets/img/farmersbread/icon-arrow-01.svg) no-repeat 0 0;
  background-size: 17px 4px;
  transition: .3s;
}

.farmersbread-recipe-list__link a:hover {
  text-decoration: underline;
}
.farmersbread-recipe-list__link a:hover::before {
  transform: translateX(4px);
}



.bread-master-detail {
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.bread-master-detail .img{
  width: 25.83333333333333%;
}
.bread-master-detail .item {
  width: 74.166666666666664%;
}
.bread-master-detail .item dt{
  padding: 26px 40px;
  background-color: #D8CAB5;
  font-size: 18px;
  color: #815F44;
  font-weight: bold;
}
.bread-master-detail .item dt span:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 27px;
  background: url(/assets/img/englishbread/ster_icon.png) no-repeat;
  background-size:cover;
  margin-right: .5em;
  position: relative;
  top: 6px;
}
.bread-master-detail .item dd{
  padding: 26px 40px;
}

.sns-list {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.sns-list .link{
  width: 25.666666666666664%;
  background-color: #392D2B;
}
.sns-list .link ul{
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.sns-list .link ul li{
  width: 48%;
}
.sns-list .link ul li img{
  width: auto;
  height: 30px;
}
.sns-list .text{
  width: 74.33333333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #392d2b;
}


.item-list {
  margin-bottom: 40px;
}




@media screen and (max-width: 811px) {
.sec-andersen-recipe .inner{
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec-andersen-recipe h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .sec-andersen-recipe h2 img {
    width: 100%;
  }
  .recipe-detail {
    display: block;
    margin-bottom: 50px;
  }
  .recipe-detail .img{
    width: auto;
  }
  .recipe-detail .item {
    width: auto;
    background-color: #fff;
  }
  .recipe-detail .item .block {
    padding: 20px;
  }

.bread-master-detail {
  display: block;
  margin-bottom: 40px;
}

.bread-master-detail .img{
  width: auto;
}
.bread-master-detail .item {
  width: auto;
}

.bread-master-detail .item dt {
  padding: 10px 20px;
  background-color: #D8CAB5;
  font-size: 16px;
}
.bread-master-detail .item dd {
  padding: 20px;
}

.bread-master-detail .item dt span{
  display: flex;
}

.bread-master-detail .item dt span:before {
  top: 0;
}

.sns-list {
  display: block;
}
.sns-list .link {
  width: auto;
}

.sns-list .link ul {
  padding: 15px 0;
}

.sns-list .text {
  width: auto;
  font-size: 16px;
  padding: 20px;
}
.sec-voice .ttl-sec p {
  margin-top: 1em;
}
  .sec-voice {
    padding: 45px 15px 20px;
  }
  .sec-andersen-recipe h2 img {
    max-width: 350px;
  }
  .sec-basic h2 img {
    max-width: 400px;
  }
  .sec-enjoy h2 img {
    max-width: 350px;
  }
  .sec-voice h2 img {
    max-width: 350px;
  }
}




.colorful-wrap2 {
  position: relative;
  padding: 80px 0 40px;
}

.colorful-wrap2 figure{
  margin: 0;
  width: 48.125%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.colorful-wrap2 .text-box{
  background: #F5EFE1;
  width: 58.333333333333336%;
  position: relative;
  z-index: 0;
  margin: 0 auto 0 0;
  box-sizing: border-box;
  padding: 30px 100px 30px 30px;
}

.colorful-wrap2 .text-box dt{
  font-weight: bold;
  margin-bottom: .5em;
  color: #815f44;
  font-size: 120%;
}






@media screen and (max-width: 811px) {
  .colorful-wrap2 {
    padding: 0 0 20px;
  }

  .colorful-wrap2 figure {
    width: 100%;
    position: static;
    margin-bottom: 1em;
  }

  .colorful-wrap2 .text-box {
    background: #F5EFE1;
    width: 100%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 15px;
    margin: 0 0 20px;
  }
}


.btn-wrap.size1 {
  max-width: 700px;
}
.btn-wrap.size1 .btn {
  min-width: 720px;
}
.btn-wrap.size2 {
  max-width: 700px;
}
.btn-wrap.size2 .btn {
  min-width: 720px;
}
.btn-wrap.size3 {
  max-width: 700px;
}
.btn-wrap.size3 .btn {
  min-width: 720px;
}

.btn-wrap.red .btn {
  background-color: #ec0000;
}

@media screen and (max-width: 811px) {
  .btn-wrap.size1,
  .btn-wrap.size2,
  .btn-wrap.size3 {
    max-width: 100%;
  }
  .btn-wrap.size1 .btn,
  .btn-wrap.size2 .btn,
  .btn-wrap.size3 .btn {
    min-width: 0;
  }
}