.sh-planzoom-wrapper {
  margin: 0 auto;
  padding-bottom: 10px;
  background: #fff;
  border-top:6px solid #aaa;

  /* for safari bug */
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.sh-planzoom-header,
.sh-planzoom-title {
  max-width: 680px;
  margin: 0 auto;
}

.sh-planzoom-image-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

.sh-planzoom-image {
  padding: 0%;
}

.sh-planzoom-image-container {
  background-color: #fff;
}

.sh-planzoom-box1 {
  padding: 20px 30px;
}

.sh-planzoom-title1 {
  font-size: 18px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: left;
}
.sh-planzoom-text1 {
  font-size: 15px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: left;
}
.sh-planzoom-text1 li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.sh-planzoom-text1 li span {
  color: #006934;
}
.sh-planzoom-comment {
  font-size: 12px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: calc(100% - 60px);
  margin-inline: auto;
  padding: 20px 0 10px 1em;
  text-indent: -1em;
  background-color: #fff;
  text-align: left;
  list-style-type: none;
}

.sh-planzoom-comment li {
  line-height: 1.3;
  text-indent: -1.3em;
  margin: 0 0 5px;
  padding: 0 0 0 1.3em;
}

.sh-planzoom-comment li span {
  color: #9d8257;
}

.sh-planzoom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  background-color: #fff;
  flex-wrap: wrap;
}

html.no-flexbox .sh-planzoom-buttons {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}

.sh-planzoom-button {
  padding: 15px 8px;
  width: 25%;
}

.sh-planzoom-button > a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  text-align: center;
  color: #fff;
  line-height: 1.35;
  text-decoration: none;
  border-radius: 4px;
  background-color: #a0a0a0;
}

.sh-planzoom-button > a > span {
  font-size: 11px;
}
.sh-planzoom-button.oneline > a {
  line-height:30px;
}

.sh-planzoom-button.current > a {
  color: #fff;
  text-decoration: none;
  background-color: #e6942b;
}

html.no-flexbox .sh-planzoom-button {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

html.no-touch .sh-planzoom-button a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e6942b;
}

.sh-planzoom-bottom {
  padding: 15px 0 30px;
  background-color: #f4f4f4;
}

.sh-planzoom-bottom-wrapper {
  width: 94%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.sh-planzoom-bottom-button__close {
  float: left;
}

.sh-planzoom-bottom-button__print {
  float: right;
}

.sh-planzoom-bottom-button {
  width: 40%;
  max-width: 180px;
}

.sh-planzoom-bottom-button a.sh-nav-link {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-image: none;
  overflow: hidden;
  color: #fff;
}
#PLAN_ZOOM .sh-planzoom-bottom-button a.sh-nav-link:hover {
  color: #fff;
}

.sh-planzoom-bottom-button a.sh-nav-link.sh-nav-link__print {
  letter-spacing: 1em;
}

.sh-planzoom-bottom-button a.sh-nav-link.sh-nav-link__print:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '\f02f';
  width: 30px;
  height: 40px;
  top: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
}

.sh-planzoom-bottom-button a.sh-nav-link.sh-nav-link__close {
  padding-left: 24px;
}

.sh-planzoom-bottom-button a.sh-nav-link.sh-nav-link__close:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '\f00d';
  width: 36px;
  height: 40px;
  top: 0;
  left: 0;
  background-color: #000;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.sh-feature-text {
  max-width: 642px;
  font-size: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background-color : #9d8257;
  color: #fff;
  padding: 5px 0;
  margin-left: auto;
  margin-right: auto;
}

html.no-print .sh-planzoom-bottom-button__close {
  float: none;
  display: inline-block;
}

html.no-print .sh-planzoom-bottom-button__print {
  display: none;
}

@media screen and (max-width: 600px) {
  .sh-planzoom-comment {
    padding: 10px 20px;
  }
  .sh-planzoom-button {
    padding: 15px 5px;
  }
  .sh-planzoom-bottom {
    padding-bottom: 20px;
  }
  .sh-planzoom-button > a {
    padding: 10px 5px;
    font-size: 11px;
  }
	.sh-button-4row .sh-planzoom-button > a {
	  padding: 10px 5px;
	  font-size: 11px;
	}
  .sh-feature-text {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
