@charset "UTF-8";

.main {
  color: #333;
}

.main h2 {
  box-sizing: border-box;
  width: 100%;
  border: 10px solid #cdf5ff;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  background-color: #fff;
}

.main h3 {
  color: #362102;
}

.about_frame_01 {
  background-image: url(../img/img_container_01.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 27px;
  width: 950px;
}
.about_frame_02 {
  width: 100%;
  max-width: 900px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #d9dde6;
  border-left-color: #d9dde6;
  padding-right: 23px;
  padding-left: 23px;
  background-color: #fff;
}
.about_frame_03 {
  background-image: url(../img/img_container_02.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 18px;
  width: 950px;
  clear: both;
  margin-bottom: 40px;
}

.area01 {
  position: relative;
  height: 430px;
  width: 900px;
}

.b01 {
  font-size: 15px;
  background-image: url(../img/bg_line_01.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 598px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 7px 0 7px 2px;
  font-weight: bold;
}
.b02 {
  font-size: 15px;
  background-image: url(../img/bg_line_02.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 898px;
  padding: 7px 0 7px 2px;
  font-weight: bold;
}
.b02 span {
  color: #ff6868;
}
.b03 {
  width: 100%;
  font-size: 15px;
  background-image: url(../img/bg_line_02.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 898px;
  padding: 7px 0 7px 2px;
  font-weight: bold;
  margin-bottom: 10px;
}

.txt01 {
  width: 600px;
  position: absolute;
  left: 0px;
  top: 50px;
  font-size: 13px;
  line-height: 150%;
}
#txt01 p {
  padding-bottom: 1em;
}

.img01 {
  position: absolute;
  right: 0px;
  top: 0px;
}

.img02 {
  position: absolute;
  right: 0px;
  top: 220px;
}

.area02txt {
  width: 900px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

.area02txt {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 20px;
}

.area02TextBlock {
  font-size: 13px;
  line-height: 150%;
}

.aboutus {
  width: 400px;
  font-size: 13px;
  padding-top: 5px;
  margin-bottom: 40px;
}

.aboutus dt {
  clear: left;
  float: left;
  width: 100px;
  padding: 10px 0em;
  padding-left: 2px;
  font-weight: bold;
}

.aboutus dt.pd01 {
  padding-top: 19px;
}
.aboutus dd {
  margin-left: 0;
  padding: 10px 0em 10px 8em;
}

.area03_right {
  margin-top: 15px;
}
.tit_map {
  font-size: 13px;
  font-weight: bold;
  padding-left: 2px;
  height: 25px;
}

.map {
  padding-bottom: 10px;
  width: 500px;
}

.map_txt01 {
  height: 25px;
  width: 500px;
  margin-bottom: 5px;
  position: relative;
  background-image: url(../img/bg_fukidashi_01.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.map_txt02 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  text-align: center;
  line-height: 25px;
}

.map_txt03 {
  position: absolute;
  left: 150px;
  top: 0px;
  line-height: 25px;
}

.area03 {
  display: flex;
  flex-wrap: wrap;
}

.tarea table,
.tarea td,
.tarea th {
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.tarea {
  padding-bottom: 10px;
}

.tarea table {
  width: 900px;
}

.tarea th {
  background: #b0b0b0;
  text-align: left;
  padding: 10px;
  color: #fff;
}

.tarea td {
  background: #fff;
  text-align: left;
  padding: 10px;
}
.tarea td:nth-child(1) {
  width: 130px;
  background-color: #f8f8f8;
  font-weight: bold;
}
.tarea td:nth-child(2) {
  width: 30px;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}

.tframe01 {
  background-color: #f8f8f8;
  font-weight: bold;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  width: 898px;
  height: 35px;
  position: relative;
  font-size: 14px;
}

.tframe02 {
  position: absolute;
  left: 10px;
  top: 10px;
}

.tframe03 {
  position: absolute;
  right: 10px;
  top: 10px;
}

@media screen and (max-width: 750px) {
  .main h2 {
    margin: 0;
    padding-top: 5px;
    line-height: 55px;
    font-size: 20px;
  }

  .img01,
  .img02 {
    margin-bottom: 25px;
  }
  .img01,
  .img02 {
    position: static;
  }

  .img01 img,
  .img02 img {
    width: 100%;
    height: auto;
  }

  .about_frame_01 {
    display: none;
  }
  .about_frame_02 {
    width: 100%;
    padding: 15px 15px 35px 15px;
    border: none;
    box-sizing: border-box;
  }

  .area01 {
    width: 100%;
    height: auto;
    position: static;
  }
  .b01,
  .b02,
  .b03,
  .b04 {
    position: static;
    margin-bottom: 20px;
    width: 100%;
    font-size: 17px;
    border-bottom: 3px solid #d0d0d0;
    background-image: none;
  }
  .txt01 {
    position: static;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
  }

  .inside_map {
    margin-bottom: 25px;
  }

  .area02 {
    position: static;
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .area02txt {
    width: unset;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 0;
  }
  .area02TextBlock {
    order: 0;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 35px;
    text-align: justify;
  }
  .area02ImageBlock {
    order: 1;
    margin-bottom: 25px;
  }
  .area02Image {
    width: 100%;
    height: auto;
  }

  .aboutus dt {
    width: 100%;
    font-size: 15px;
  }

  .aboutus dd {
    padding: 15px 0 22px 22px;
    font-size: 15px;
    line-height: 24px;
  }
  .tit_map {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
  }
  .map {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .area03 {
    display: block;
  }

  .aboutus {
    width: 100%;
  }

  .map_txt01 {
    width: 100%;
    position: static;
    height: auto;
    background-image: none;
  }

  .map_txt02 {
    box-sizing: border-box;
    position: static;
    width: 100%;
    margin: 0 0 12px;
    padding: 6px 16px 4px;
    background: #f1c594;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
  }

  .map_txt03 {
    position: static;
    font-size: 15px;
    margin: 0 3px 24px;
  }
  .about_frame_04 {
    padding: 35px 15px 15px 15px;
    background: #f8f5eb;
  }

  .about_frame_04 h3 {
    margin: 0 0 20px 0;
    border-bottom: 3px solid #d0d0d0;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
  }
  .acBox {
    margin: 0 0 20px 0;
  }
  .acTtl {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #d0d0d0;
    background: #b0b0b0;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
  }
  .acTtl:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/ico_aboutus_02.png) no-repeat;
    background-size: 20px 20px;
  }
  .acTtl.active:after {
    background: url(../img/ico_aboutus_01.png) no-repeat;
    background-size: 20px 20px;
  }
  .acNest table {
    border: 1px solid #d0d0d0;
    border-collapse: collapse;
  }
  .acNest table th {
    width: 255px;
    padding: 7px 10px 5px;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
  }
  .acNest table td {
    padding: 9px 10px 7px 15px;
    background: #fff;
    border: 1px solid #d0d0d0;
    font-size: 15px;
    line-height: 20px;
  }
  .acNest table td.count {
    padding: 9px 15px 7px 0;
    text-align: right;
  }
  .acNest table td.total {
    padding: 9px 15px 7px;
    background: #f8f8f8;
    font-weight: bold;
    text-align: right;
  }
  .acNest table td.total span {
    float: left;
  }

  .about_frame_03 {
    display: none;
  }
}
