/* ------------------------------
 width: all
------------------------------ */
main section.ttlsection .wrapper {
  padding-top: 25px;
}
main section.ttlsection .wrapper .ttl_en {
  width: 357px;
}
main section.ttlsection .wrapper h2 {
  bottom: 45px;
}
main section.s01 .wrapper {
  margin: 30px auto 0;
}
main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  margin-top: 120px;
  background-image: url(../../images/cr0101.png);
  background-size: 762px auto;
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  padding-bottom: 20px;
}
main section.s01 .wrapper h3.ttl01 {
  margin-top: 0;
}
main section.s01 .wrapper .t01 {
  width: 980px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 230%;
}
main section.s01 .wrapper .photobox01 {
  margin-top: 40px;
  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;
}
main section.s01 .wrapper .photobox01 .photo {
  width: 50%;
  height: 500px;
}
main section.s01 .wrapper .photobox01 .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s01 .wrapper .photobox02 {
  margin-top: 40px;
  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;
}
main section.s01 .wrapper .photobox02 .photo {
  height: 333px;
}
main section.s01 .wrapper .photobox02 .photo.photo01 {
  width: 37.5%;
}
main section.s01 .wrapper .photobox02 .photo.photo02 {
  width: 25%;
}
main section.s01 .wrapper .photobox02 .photo.photo03 {
  width: 37.5%;
}
main section.s01 .wrapper .photobox02 .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s01 .wrapper .photobox03 {
  margin-top: 40px;
  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;
}
main section.s01 .wrapper .photobox03 .photo {
  width: 33.33%;
  height: 333px;
}
main section.s01 .wrapper .photobox03 .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s01 .wrapper .photobox04 {
  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;
}
main section.s01 .wrapper .photobox04 .photo {
  width: 50%;
  height: 500px;
}
main section.s01 .wrapper .photobox04 .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s02 {
  width: 1200px;
  margin: 100px auto 0;
}
main section.s02 .wrapper .photo {
  position: relative;
}
main section.s02 .wrapper .photo h4 {
  background-color: #8642b3;
  width: 288px;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
main section.s02 .wrapper .photo img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper table {
  width: 100%;
  margin-top: 50px;
}
main section.s02 .wrapper table tr {
  border-top: 1px solid #cccccc;
}
main section.s02 .wrapper table tr.map {
  border: none;
}
main section.s02 .wrapper table tr.map th {
  padding-top: 0;
  padding-bottom: 50px;
}
main section.s02 .wrapper table tr th {
  width: 240px;
  padding: 20px 0 20px 60px;
  font-size: 18px;
  line-height: 180%;
  vertical-align: top;
}
main section.s02 .wrapper table tr th iframe {
  width: 100% !important;
  height: 350px !important;
  display: block !important;
}
main section.s02 .wrapper table tr td {
  padding: 20px 0;
  font-size: 18px;
  line-height: 180%;
  vertical-align: top;
}
main section.s02 .wrapper table tr td a {
  text-decoration: none;
  color: #000;
}
main section.s02 .wrapper table tr td dl {
  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;
}
main section.s02 .wrapper table tr td dl + dl {
  margin-top: 5px;
}
main section.s02 .wrapper table tr td dl dt {
  width: 200px;
}
main section.s02 .wrapper table tr td dl dd {
  width: calc(100% - 200px);
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttlsection .wrapper {
    padding-top: 10px;
  }
  main section.ttlsection .wrapper .ttl_en {
    width: 160px;
  }
  main section.ttlsection .wrapper h2 {
    bottom: 10px;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto 0;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    background-image: url(../../images/cr0101.png);
    background-size: 285px auto;
    background-repeat: no-repeat;
    background-position: bottom 0 center;
    padding-bottom: 3px;
    margin-top: 50px;
  }
  main section.s01 .wrapper .t01 {
    width: 100%;
    padding: 0 20px;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 200%;
  }
  main section.s01 .wrapper .photobox01 {
    margin-top: 25px;
    display: block;
  }
  main section.s01 .wrapper .photobox01 .photo {
    width: 100%;
    height: auto;
  }
  main section.s01 .wrapper .photobox01 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    display: block;
  }
  main section.s01 .wrapper .photobox02 {
    margin-top: 25px;
    display: block;
  }
  main section.s01 .wrapper .photobox02 .photo {
    width: 100% !important;
    height: auto;
  }
  main section.s01 .wrapper .photobox02 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    display: block;
  }
  main section.s01 .wrapper .photobox03 {
    margin-top: 25px;
    display: block;
  }
  main section.s01 .wrapper .photobox03 .photo {
    width: 100% !important;
    height: auto;
  }
  main section.s01 .wrapper .photobox03 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    display: block;
  }
  main section.s01 .wrapper .photobox04 {
    margin-top: 0;
    display: block;
  }
  main section.s01 .wrapper .photobox04 .photo {
    width: 100% !important;
    height: auto;
  }
  main section.s01 .wrapper .photobox04 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    display: block;
  }
  main section.s02 {
    width: 100%;
    padding: 0 20px;
    margin: 50px auto 0;
  }
  main section.s02 .wrapper .photo {
    position: relative;
  }
  main section.s02 .wrapper .photo h4 {
    background-color: #8642b3;
    width: 180px;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
  }
  main section.s02 .wrapper .photo img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper table {
    width: 100%;
    margin-top: 30px;
  }
  main section.s02 .wrapper table tr {
    border-top: 1px solid #cccccc;
  }
  main section.s02 .wrapper table tr.map {
    border: none;
  }
  main section.s02 .wrapper table tr.map th {
    padding-top: 0;
    padding-bottom: 30px;
  }
  main section.s02 .wrapper table tr th {
    width: 90px;
    padding: 15px 0 15px 0;
    font-size: 14px;
    line-height: 180%;
    vertical-align: top;
  }
  main section.s02 .wrapper table tr th iframe {
    width: 100% !important;
    height: 200px !important;
    display: block !important;
  }
  main section.s02 .wrapper table tr td {
    padding: 15px 0;
    font-size: 14px;
    line-height: 180%;
    vertical-align: top;
  }
  main section.s02 .wrapper table tr td a {
    text-decoration: none;
    color: #000;
  }
  main section.s02 .wrapper table tr td dl {
    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;
  }
  main section.s02 .wrapper table tr td dl + dl {
    margin-top: 2px;
  }
  main section.s02 .wrapper table tr td dl dt {
    width: 100px;
    font-size: 12px;
    letter-spacing: 0;
  }
  main section.s02 .wrapper table tr td dl dd {
    font-size: 12px;
    width: calc(100% - 100px);
  }
}