@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.mainContents .topMap {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mainContents .topMap {
    margin-bottom: 15px;
  }
}

.mainContents .placeArea {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mainContents .placeArea {
    margin-bottom: 40px;
  }
}

.mainContents .header-top {
  margin-top: -15px;
  padding-top: 15px;
}

.placeList01 {
  margin-bottom: 70px;
}

.placeList01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: number;
}

.placeList01 ul:not(:first-child) {
  counter-reset: chapter-count;
}

.placeList01 li {
  font-size: 16px;
  margin: 0 15px 15px 0;
  padding-left: 22px;
  position: relative;
}

.placeList01 li:before {
  content: counter(number);
  counter-increment: number;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Roboto';
  text-align: center;
  line-height: 1.4;
  width: 17px;
  height: 17px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12%;
}

.subPost {
  margin-bottom: 20px;
  /*＋、－切り替え*/
}

@media screen and (max-width: 767px) {
  .subPost {
    margin-bottom: 40px;
  }
}

.subPost h2 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  position: relative;
}

@media screen and (max-width: 767px) {
  .subPost h2 {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 4px 0 3px 22px;
    border: 1px solid #333;
    cursor: pointer;
  }
}

.subPost h2 span {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  width: 23px;
  height: 23px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
}

@media screen and (max-width: 767px) {
  .subPost h2 span {
    font-size: 10px;
    line-height: 1.4;
    width: 14px;
    height: 14px;
    left: 5px;
    top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .subPost .placeDec01 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .subPost .open {
    display: block;
  }
}

.subPost .placeText01 {
  line-height: 1.4;
  width: 690px;
}

@media screen and (max-width: 1250px) {
  .subPost .placeText01 {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .subPost .placeText01 {
    line-height: 1.6;
    width: 94%;
    margin: 0 auto;
    float: none;
  }
}

.subPost .placeText01 p {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .subPost .placeText01 p {
    font-size: 13px;
  }
}

.subPost .placeText01 a {
  color: #0071af;
  font-size: 17px;
  margin-top: 25px;
  display: block;
}

@media screen and (max-width: 767px) {
  .subPost .placeText01 a {
    font-size: 12px;
    margin-top: 15px;
  }
}

.subPost .placeImg01 {
  width: 185px;
  margin-left: 25px;
}

@media screen and (max-width: 1250px) {
  .subPost .placeImg01 {
    width: 22%;
    margin-left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .subPost .placeImg01 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    float: none;
  }
  .subPost .placeImg01 img {
    width: 100%;
  }
}

.subPost .accordion_icon,
.subPost .accordion_icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.subPost .accordion_icon {
  position: relative;
  width: 15px;
  height: 15px;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
  background: #42210b;
}

.subPost .accordion_icon span {
  position: absolute;
  left: 3.5px;
  width: 50%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.subPost .accordion_icon span:nth-of-type(1) {
  top: 6px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.subPost .accordion_icon span:nth-of-type(2) {
  top: 6px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.subPost .accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.subPost .accordion_icon.active span:nth-of-type(2) {
  top: 7px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.post01 {
  /*＋、－切り替え*/
}

.post01 .accordion_icon span:nth-of-type(1) {
  display: none;
}

.post01 .accordion_icon span:nth-of-type(2) {
  top: 7px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.post01 .accordion_icon.active span:nth-of-type(1) {
  top: 6px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  display: block;
}

.post01 .accordion_icon.active span:nth-of-type(2) {
  top: 6px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.post02 .placeText01 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .post02 .placeText01 {
    width: 94%;
  }
}

.post17 .spOnly01 {
  display: none;
}

@media screen and (max-width: 360px) {
  .post17 .spOnly01 {
    display: block;
  }
}

@media screen and (max-width: 360px) {
  .post17 h2 span {
    top: 18px;
  }
}

@media screen and (max-width: 360px) {
  .post17 .accordion_icon {
    margin-top: -9px;
  }
}
