.op {
  display: block !important;
}

.os {
  display: none !important;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 640px) {
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
}

p {
  line-height: 150%;
}

.brownBg {
  background-color: #3A291C;
  padding-top: 73px;
  height: 210px;
}

.brownBg50:before {
  background-color: #3A291C;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: 1;
}

.brdTopBrown {
  border-top: 40px solid #3A291C;
}

.brownBgImg {
  background: url(../images/location/02/bg_brown_img.png) left top repeat;
}

h2 > img {
  width: 325px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}

h3 > img {
  width: 306px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}

section.s01 {
  padding-top: 10px;
}

section.s01 .wrapper ul {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

section.s01 .wrapper ul li {
  width: 190px;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 5px 2px;
}

section.s01 .wrapper ul li a {
  display: block;
  background-size: 100% auto;
  background-position: top 0 left 0;
  background-repeat: no-repeat;
}

section.s01 .wrapper ul li a img {
  width: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

section.s01 .wrapper ul li a:hover img, section.s01 .wrapper ul li a.active img {
  opacity: 1;
}

section.s01 .wrapper ul li a.link01 {
  background-image: url(../images/equipment/pagemenu0101.png);
}

section.s01 .wrapper ul li a.link02 {
  background-image: url(../images/equipment/pagemenu0201.png);
}

section.s01 .wrapper ul li a.link03 {
  background-image: url(../images/equipment/pagemenu0301.png);
}

section.s01 .wrapper ul li a.link04 {
  background-image: url(../images/equipment/pagemenu0401.png);
}

section.s01 .wrapper ul li a.link05 {
  background-image: url(../images/equipment/pagemenu0501.png);
}

section.s01 .wrapper ul li a.link06 {
  background-image: url(../images/equipment/pagemenu0601.png);
}

section.s01 .wrapper ul li a.link07 {
  background-image: url(../images/equipment/pagemenu0701.png);
}

section.s01 .wrapper ul li a.link08 {
  background-image: url(../images/equipment/pagemenu0801.png);
}

section.s01 .wrapper ul li a.link09 {
  background-image: url(../images/equipment/pagemenu0901.png);
}

section.s01 .wrapper h4 {
  height: 46px;
  background-image: url(../images/equipment/bg_ttl.jpg);
  background-size: 100% 100%;
  background-position: center center;
  padding-top: 13px;
  margin-top: 55px;
}

section.s01 .wrapper h4 img {
  width: 93px;
  display: block;
  margin: 0 auto;
}

section.s01 .wrapper h4.equipment02_ttl {
  padding-top: 11px !important;
}

section.s01 .wrapper h4.equipment02_ttl img {
  width: 185px !important;
}

section.s01 .wrapper h4.equipment03_ttl {
  padding-top: 11px !important;
}

section.s01 .wrapper h4.equipment03_ttl img {
  width: 225px !important;
}

section.s01 .wrapper h4.equipment04_ttl {
  padding-top: 11px !important;
}

section.s01 .wrapper h4.equipment04_ttl img {
  width: 118px !important;
}

section.s01 .wrapper h4.equipment05_ttl {
  padding-top: 11px !important;
}

section.s01 .wrapper h4.equipment05_ttl img {
  width: 371px !important;
}

section.s01 .wrapper h4.equipment06_ttl {
  padding-top: 11px !important;
}

section.s01 .wrapper h4.equipment06_ttl img {
  width: 238px !important;
}

section.s01 .wrapper h4.equipment07_ttl {
  padding-top: 11px !important;
}

section.s01 .wrapper h4.equipment07_ttl img {
  width: 288px !important;
}

section.s01 .wrapper h4.equipment08_ttl {
  padding-top: 11px !important;
}

section.s01 .wrapper h4.equipment08_ttl img {
  width: 88px !important;
}

section.s01 .wrapper h4.equipment09_ttl {
  padding-top: 11px !important;
}

section.s01 .wrapper h4.equipment09_ttl img {
  width: 132px !important;
}

section.s02 {
  padding-top: 60px;
}

section.s02 .wrapper ul {
  width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.s02 .wrapper ul li {
  float: none;
  width: 460px;
  margin-bottom: 80px;
}

section.s02 .wrapper ul li.large {
  width: 100%;
}

section.s02 .wrapper ul li.large02 {
  width: 100%;
}

section.s02 .wrapper ul li.large02 .ttl {
  max-width: 460px;
}

section.s02 .wrapper ul li .ttl {
  width: 100%;
  display: block;
}

section.s02 .wrapper ul li .t01 {
  font-size: 12px;
  line-height: 19px;
  margin-top: 18px;
}

section.s02 .wrapper ul li .t01 .min {
  display: block;
  font-size: 10px;
}

section.s02 .wrapper ul li .t01 .min02 {
  font-size: 10px;
}

section.s02 .wrapper ul li .t01 .num {
  font-size: 6px;
  display: inline-block;
  vertical-align: top;
}

section.s02 .wrapper ul li .t01 .co2 {
  font-size: 6px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 6px;
  margin-bottom: 5px;
}

section.s02 .wrapper ul li .photo01 {
  display: block;
  margin: 15px auto 0;
}

section.s02 .wrapper ul li .photo01 + p {
  margin-top: 15px;
}

section.s02 .wrapper ul li .photo02 {
  margin-top: 80px;
}

section.s02 .wrapper ul li .photo03 {
  margin-top: 40px;
}

section.s02 .wrapper ul li .caution {
  font-size: 10px;
  line-height: 19px;
}

section.s02 .wrapper .box0101 {
  width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  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;
}

section.s02 .wrapper .box0101 ul {
  width: 460px;
  display: block;
  margin: 0 !important;
}

section.s02 .wrapper .box0201 {
  width: 960px;
  margin: 0 auto;
  border: 1px solid #000;
}

section.s02 .wrapper .box0201 .boxttl {
  background-color: #000;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

section.s02 .wrapper .box0201 ul {
  width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}

section.s02 .wrapper .box0201 ul li {
  width: 430px;
}

section.s02 .wrapper .box0201 ul li:last-child {
  margin-bottom: 30px;
}

section.s03 {
  padding-top: 40px;
  padding-bottom: 55px;
}

section.s03 .wrapper ul {
  width: 960px;
  margin: 0 auto;
}

section.s03 .wrapper ul li {
  float: none;
  font-size: 10px;
  line-height: 20px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 640px) {
  .brownBg {
    background-color: #3A291C;
    height: auto;
    padding: 40px 0 25px;
  }
  .brownBg50:before {
    background-color: #3A291C;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    z-index: 1;
  }
  .brdTopBrown {
    border-top: 40px solid #3A291C;
  }
  .brownBgImg {
    background: url(../images/location/02/bg_brown_img.png) left top repeat;
  }
  h2 > img {
    width: auto;
    height: calc(100vw * 0.15);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
  }
  h3 > img {
    height: calc(100vw * 0.15);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
  }
  section.s01 {
    padding-top: 0px;
    margin-top: -15px;
  }
  section.s01 .wrapper ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
  }
  section.s01 .wrapper ul::after {
    content: "";
    display: block;
    clear: both;
  }
  section.s01 .wrapper ul li {
    width: 50%;
    display: block;
    vertical-align: top;
    float: left;
    margin: 0;
  }
  section.s01 .wrapper ul li a {
    width: 100%;
    display: block;
  }
  section.s01 .wrapper ul li a img {
    width: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  section.s01 .wrapper ul li a:hover img, section.s01 .wrapper ul li a.active img {
    opacity: 1;
  }
  section.s01 .wrapper ul li a.link01 {
    background-image: url(../images/equipment/pagemenu0101.png);
  }
  section.s01 .wrapper ul li a.link02 {
    background-image: url(../images/equipment/pagemenu0201.png);
  }
  section.s01 .wrapper ul li a.link03 {
    background-image: url(../images/equipment/pagemenu0301.png);
  }
  section.s01 .wrapper ul li a.link04 {
    background-image: url(../images/equipment/pagemenu0401.png);
  }
  section.s01 .wrapper ul li a.link05 {
    background-image: url(../images/equipment/pagemenu0501.png);
  }
  section.s01 .wrapper ul li a.link06 {
    background-image: url(../images/equipment/pagemenu0601.png);
  }
  section.s01 .wrapper ul li a.link07 {
    background-image: url(../images/equipment/pagemenu0701.png);
  }
  section.s01 .wrapper ul li a.link08 {
    background-image: url(../images/equipment/pagemenu0801.png);
  }
  section.s01 .wrapper ul li a.link09 {
    background-image: url(../images/equipment/pagemenu0901.png);
  }
  section.s01 .wrapper h4 {
    height: 46px;
    background-image: url(../images/equipment/bg_ttl.jpg);
    background-size: 100% 100%;
    background-position: center center;
    padding-top: 13px;
    margin-top: 25px;
  }
  section.s01 .wrapper h4.equipment05_ttl {
    height: auto;
    padding: 11px 0;
  }
  section.s01 .wrapper h4.equipment05_ttl img {
    width: 371px !important;
    max-width: 94%;
  }
  section.s01 .wrapper h4 img {
    width: 93px;
    display: block;
    margin: 0 auto;
  }
  section.s02 {
    padding: 25px 20px;
  }
  section.s02 .wrapper ul {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  section.s02 .wrapper ul li {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  section.s02 .wrapper ul li.large02 {
    width: 100%;
  }
  section.s02 .wrapper ul li.large02 .ttl {
    max-width: 100%;
  }
  section.s02 .wrapper ul li .ttl {
    width: 100%;
    display: block;
  }
  section.s02 .wrapper ul li .t01 {
    font-size: 12px;
    line-height: 19px;
    margin-top: 18px;
  }
  section.s02 .wrapper ul li .photo01 {
    max-width: 100%;
    display: block;
    margin: 15px auto 0;
  }
  section.s02 .wrapper ul li .photo02 {
    margin-top: 15px;
  }
  section.s02 .wrapper ul li .photo03 {
    margin-top: 15px;
  }
  section.s02 .wrapper .box0101 {
    width: 100%;
    display: block;
  }
  section.s02 .wrapper .box0101 ul {
    width: 100%;
    display: block;
    margin: 0 !important;
  }
  section.s02 .wrapper .box0201 {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #000;
  }
  section.s02 .wrapper .box0201 .boxttl {
    background-color: #000;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  section.s02 .wrapper .box0201 ul {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 0;
  }
  section.s02 .wrapper .box0201 ul li {
    width: 100%;
  }
  section.s02 .wrapper .box0201 ul li:last-child {
    margin-bottom: 30px;
  }
  section.s03 {
    padding: 0 20px 35px;
  }
  section.s03 .wrapper ul {
    width: 100%;
    margin: 0 auto;
  }
  section.s03 .wrapper ul li {
    float: none;
    font-size: 10px;
    line-height: 20px;
  }
}
