/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  background-color: #EAE3D3;
  padding: 35px 0 40px;
}

main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 14px;
}

main section.s02 h3 {
  background-color: #C8C9CA;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 65px;
  line-height: 25px;
  padding: 20px 0;
  position: relative;
}

main section.s02 h3 a {
  background-color: #888;
  display: block;
  width: 120px;
  height: 65px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: calc(50% + 380px);
  text-decoration: none;
}

main section.s02 .wrapper {
  padding-top: 50px;
  min-height: 750px;
}

main section.s02_type2 .wrapper {
  padding-bottom: 150px;
}
main section.s02_type2 .wrapper h3 {
  background-color: #C8C9CA;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 65px;
  line-height: 25px;
  padding: 20px 0;
  position: relative;
}
main section.s02_type2 .wrapper h3 a {
  background-color: #888;
  display: block;
  width: 120px;
  height: 65px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: calc(50% + 380px);
  text-decoration: none;
}
main section.s02_type2 .wrapper .photobox {
  width: 760px;
  margin: 0 auto;
  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: 50px;
}
main section.s02_type2 .wrapper .photobox .mainphoto {
  width: 560px;
}
main section.s02_type2 .wrapper .photobox .mainphoto img {
  width: 100%;
  display: block;
}
main section.s02_type2 .wrapper .photobox .side {
  width: 190px;
}
main section.s02_type2 .wrapper .photobox .side .t02 {
  background-color: #C4BBA0;
  line-height: 100%;
  padding: 10px 10px;
}
main section.s02_type2 .wrapper .photobox .side .infolist {
  margin-top: 15px;
}
main section.s02_type2 .wrapper .photobox .side .infolist li {
  font-size: 13px;
}
main section.s02_type2 .wrapper .photobox .side .infolist li + li {
  margin-top: 10px;
}
main section.s02_type2 .wrapper .photobox .side .photolist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
main section.s02_type2 .wrapper .photobox .side .photolist li {
  width: 90px;
  height: 90px;
}
main section.s02_type2 .wrapper .photobox .side .photolist li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s02_type2 .wrapper .photobox .side .photolist li img:hover {
  opacity: 0.6;
  cursor: pointer;
}

/* ------------------------------
 width < $width-1
------------------------------ */