/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper .photo01 {
  width: 100%;
  display: block;
}
main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #3E3A39;
  margin-top: 40px;
  padding: 5px 0 10px;
}
main section.s01 .wrapper h2 span {
  display: block;
  font-size: 20px;
  line-height: 120%;
}
main section.s01 .wrapper .catlist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
main section.s01 .wrapper .catlist li {
  font-size: 20px;
  padding: 12px 0;
  text-align: center;
  background-color: #D3CBA2;
  border: 1px solid #3E3A39;
  width: 240px;
  font-weight: bold;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-top: 35px;
}
main section.s01 .wrapper .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  padding-left: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .dl01 dt {
  width: 463px;
}
main section.s01 .wrapper .dl01 dd {
  width: calc(100% - 483px);
  font-size: 16px;
  line-height: 30px;
}
main section.s01 .wrapper .dl02 {
  width: 625px;
  margin: 20px auto 0;
}
main section.s01 .wrapper .dl02 dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .dl02 dd {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
  padding-right: 10px;
}
main section.s01 .wrapper .dl03 {
  margin-top: 80px;
}
main section.s01 .wrapper .dl03 dt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #3E3A39;
}
main section.s01 .wrapper .dl03 dd {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
main section.s01 .wrapper .dl03 dd p {
  width: 480px;
  font-size: 16px;
  line-height: 30px;
}
main section.s01 .wrapper .dl03 dd .photobox {
  width: 453px;
}
main section.s01 .wrapper .dl03 dd .photobox img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
main section.s01 .wrapper .dl04 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
main section.s01 .wrapper .dl04 dt {
  width: 433px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 60px;
}
main section.s01 .wrapper .dl04 dt img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .dl04 dd {
  width: 503px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s01 .wrapper .dl04 dd img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .btn_info02 {
  width: 690px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #3E3A39;
  font-size: 18px;
  line-height: 18px;
  padding: 22px 0;
  margin: 140px auto 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  main section.s01 .wrapper .photo01 {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    border: 1px solid #3E3A39;
    margin-top: 15px;
    line-height: 150%;
    padding: 5px 0 4px;
  }
  main section.s01 .wrapper h2 span {
    display: block;
    font-size: 12px;
    line-height: 120%;
  }
  main section.s01 .wrapper .catlist {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  main section.s01 .wrapper .catlist li {
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    background-color: #D3CBA2;
    border: 1px solid #fff;
    width: 25%;
    font-weight: bold;
  }
  main section.s01 .wrapper .t01 {
    font-size: 13px;
    line-height: 24px;
    margin-top: 20px;
    text-align: left;
    padding: 0 15px;
  }
  main section.s01 .wrapper .dl01 {
    display: block;
    margin-top: 30px;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper .dl01 dt {
    width: 300px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .dl01 dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .dl01 dd {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    padding: 0 15px;
  }
  main section.s01 .wrapper .dl02 {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 0;
  }
  main section.s01 .wrapper .dl02 dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .dl02 dd {
    text-align: right;
    font-size: 9px;
    margin-top: 10px;
    padding-right: 0px;
  }
  main section.s01 .wrapper .dl03 {
    margin-top: 30px;
    padding: 0 15px;
  }
  main section.s01 .wrapper .dl03 dt {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
    background-image: url(../../images/i10110.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom 0 center;
  }
  main section.s01 .wrapper .dl03 dd {
    display: block;
    margin-top: 15px;
  }
  main section.s01 .wrapper .dl03 dd p {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
  }
  main section.s01 .wrapper .dl03 dd .photobox {
    width: 100%;
    margin-top: 20px;
  }
  main section.s01 .wrapper .dl03 dd .photobox.photobox02 {
    padding-left: 60px;
  }
  main section.s01 .wrapper .dl03 dd .photobox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .dl03 dd .photobox img.photo05 {
    width: 286.5px;
  }
  main section.s01 .wrapper .dl04 {
    display: block;
    margin-top: 25px;
  }
  main section.s01 .wrapper .dl04 dt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  main section.s01 .wrapper .dl04 dt img {
    width: 259.5px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper .dl04 dd {
    width: 100%;
    padding: 0 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
  main section.s01 .wrapper .dl04 dd img {
    width: 345px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s01 .wrapper .btn_info02 {
    width: 265px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: #3E3A39;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 0;
    margin: 40px auto 0;
  }
}