@charset "UTF-8";
/* =====
 * 物件詳細ページ　レイアウト
============================================================================= */
/* -----
 * DetailsWrapper
----------------------------------------------------------------------------- */
#DetailsWrapper {
  width: 960px;
  margin: 35px auto 0;
}

#DetailsWrapper .head-section {
  display: table;
  width: 100%;
  border-collapse: separate;
  line-height: 1.5;
}

#DetailsWrapper .head-section .title {
  font-size: 22.4px;
  font-size: 1.4rem;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  border: 5px solid #f1f1f1;
  padding: 10px 20px 10px 15px;
}

#DetailsWrapper .head-section .update {
  font-size: 13.6px;
  font-size: 0.85rem;
  display: table-cell;
  vertical-align: middle;
  background-color: #f1f1f1;
  width: 1%;
  white-space: nowrap;
  padding: 10px 20px 10px 15px;
}

#DetailsWrapper .name-section {
  margin-top: 10px;
  padding: 20px;
  background-color: #40a4d7;
}

#DetailsWrapper .name-section .name {
  display: inline;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  vertical-align: middle;
  margin: 0;
}

#DetailsWrapper .name-section .code {
  display: inline-block;
  color: #0e4b8e;
  font-weight: bold;
  background-color: #fff;
  padding: 5px;
  margin-left: 30px;
  line-height: 1;
  vertical-align: middle;
}

#DetailsWrapper .name-section .point {
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #dcf3ff;
  padding: 20px;
  margin-top: 20px;
}

#DetailsWrapper .name-section .point .caption {
  font-size: 17.12px;
  font-size: 1.07rem;
  color: #04679a;
  margin: 0;
}

#DetailsWrapper .name-section .point p {
  margin-top: 0.5em;
}

#DetailsWrapper .contact-head-section .asset {
  display: table;
  width: 460px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#DetailsWrapper .contact-head-section .asset .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

#DetailsWrapper .contact-head-section .asset2 .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.7;
}

#DetailsWrapper .contact-head-section .asset.tel {
  float: left;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: 2px solid #0b79b2;
}

#DetailsWrapper .contact-head-section .asset.tel .caption {
  font-size: 16px;
  color: #0b79b2;
  margin: 0;
}

#DetailsWrapper .contact-head-section .asset.tel p {
  font-size: 30px;
  margin: 0;
}

#DetailsWrapper .contact-head-section .asset.tel p a {
  color: inherit;
}

#DetailsWrapper .contact-head-section .asset.email {
  float: right;
}

#DetailsWrapper .contact-head-section .asset2.email,
#DetailsWrapper .contact-head-section .asset2.line {
  float: right;
}

#DetailsWrapper .contact-head-section .asset.email a:before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 19px;
  background: transparent url(../images/common/icon-email.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}

#DetailsWrapper .contact-head-section .asset2.email a:before,
#DetailsWrapper .contact-head-section .asset2.line a:before {
  display: inline-block;
  content: "";
  width: 46px;
  height: 30px;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}

#DetailsWrapper .contact-head-section .asset2.email a:before {
  background: transparent url(../images/common/icon-email.png) 50% 50% no-repeat;
}

#DetailsWrapper .contact-head-section .asset2.line a:before {
  background: transparent url(../images/common/icon-line.png) 50% 50% no-repeat;
}


#DetailsWrapper .contact-head-section .asset.email a:before .str {
  display: inline-block;
  vertical-align: middle;
}

#DetailsWrapper .contact-head-section .asset2.email a:before .str,
#DetailsWrapper .contact-head-section .asset2.line a:before .str {
  display: inline-block;
  vertical-align: middle;
}

#DetailsWrapper .basic-information {
  margin-top: 40px;
}

#DetailsWrapper .basic-information .detail-slider {
  width: 460px;
  float: left;
  position: relative;
}

#DetailsWrapper .basic-information .detail-slider .slider {
  position: relative;
}

#DetailsWrapper .basic-information .detail-slider .slider .slider-items {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#DetailsWrapper .basic-information .detail-slider .slider .slider-items .slider-item {
  width: 100%;
  float: left;
  outline: 0px none #000;
  overflow: hidden;
  position: relative;
}

#DetailsWrapper .basic-information .detail-slider .slider .slider-items .slider-item img {
  display: block;
  width: 100%;
}

#DetailsWrapper .basic-information .detail-slider .slider.slider-thumb {
  margin-top: 10px;
}

#DetailsWrapper .basic-information .detail-slider .slider.slider-thumb .slider-items .slider-item {
  width: 100px;
  margin-right: 20px;
  cursor: pointer;
}

#DetailsWrapper .basic-information .detail-slider .slider .slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  background-color: #40a4d7;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  text-indent: -9999em;
  outline: 0px none #000;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#DetailsWrapper .basic-information .detail-slider .slider .slick-arrow.slick-prev {
  left: -10px;
  background-image: url(../images/common/detail-slider-prev.png);
}

#DetailsWrapper .basic-information .detail-slider .slider .slick-arrow.slick-next {
  right: -10px;
  background-image: url(../images/common/detail-slider-next.png);
}

#DetailsWrapper .basic-information .data {
  width: 460px;
  float: right;
}

#DetailsWrapper .basic-information .data .floor-price .content {
  display: table;
  table-layout: fixed;
  width: 50%;
  float: left;
}

#DetailsWrapper .basic-information .data .floor-price .content .label {
  display: table-cell;
  vertical-align: middle;
  width: 66px;
}

#DetailsWrapper .basic-information .data .floor-price .content .value {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

#DetailsWrapper .basic-information .data .owner-icons {
  width: 100%;
  margin-top: 20px;
}

#DetailsWrapper .basic-information .data .owner-icons .icons {
  margin-top: 10px;
  text-align: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 5px 0;
  background-color: #dcf3ff;
}

#DetailsWrapper .basic-information .data .recommend-icons {
  width: 100%;
  margin-top: 20px;
}

#DetailsWrapper .basic-information .data .recommend-icons .icons {
  margin-top: 10px;
  text-align: center;
}

#DetailsWrapper .basic-information .data table {
  width: 100%;
  margin-top: 30px;
}

#DetailsWrapper .basic-information .data table th {
  padding: 15px 0;
  width: 22%;
}

#DetailsWrapper .basic-information .data table td {
  padding: 15px 0;
  width: 28%;
  text-align: center;
}

#DetailsWrapper .basic-information .data table td.t-left {
  width: auto;
  padding-left: 20px;
}

#DetailsWrapper .panorama-section {
  margin-top: 50px;
}

#DetailsWrapper .panorama-section .photo iframe {
  width: 100% !important;
  height: 600px !important;
}

#DetailsWrapper .detail-data-section {
  margin-top: 50px;
}

#DetailsWrapper .detail-data-section table {
  width: 100%;
}

#DetailsWrapper .detail-data-section table th, #DetailsWrapper .detail-data-section table td {
  padding: 15px 30px;
}

#DetailsWrapper .detail-data-section table th {
  width: 150px;
  text-align: left;
}

#DetailsWrapper .detail-data-section table td {
  width: 330px;
}

#DetailsWrapper .detail-data-section .google-links {
  display: inline-block;
}

#DetailsWrapper .detail-data-section .google-links a {
  font-size: 14.88px;
  font-size: 0.93rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #63abd0;
  color: #fff;
  padding: 6px 25px;
  margin-left: 10px;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

#DetailsWrapper .detail-data-section .google-links a:before, #DetailsWrapper .detail-data-section .google-links a:after {
  display: block;
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#DetailsWrapper .detail-data-section .google-links a:after {
  width: 4px;
  height: 7px;
  right: 6px;
  background-image: url(../images/common/icon-arrow01.png);
}

#DetailsWrapper .detail-data-section .google-links a.map:before {
  width: 10px;
  height: 15px;
  left: 8px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background-image: url(../images/common/icon-map.png);
}

#DetailsWrapper .detail-data-section .google-links a.street-view:before {
  width: 14px;
  height: 16px;
  left: 6px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background-image: url(../images/common/icon-street-view.png);
}

#DetailsWrapper .school-section {
  margin-top: 50px;
}

#DetailsWrapper .school-section .schools table {
  width: 460px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}

#DetailsWrapper .school-section .schools table:first-child {
  float: left;
}

#DetailsWrapper .school-section .schools table:last-child {
  float: right;
}

#DetailsWrapper .school-section .schools table th {
  font-size: 18.24px;
  font-size: 1.14rem;
  height: 1%;
  background-color: #fff0d6;
  color: #666;
  line-height: 1;
  text-align: center;
  border: none;
  padding-top: 10px;
}

#DetailsWrapper .school-section .schools table td {
  padding: 20px;
  background-color: #fff;
  border: 10px solid #fff0d6;
  vertical-align: top;
}

#DetailsWrapper .school-section .schools table td p {
  margin: 0;
}

#DetailsWrapper .add-favorite {
  margin-top: 50px;
  text-align: center;
}

#DetailsWrapper .add-favorite a {
  width: 460px;
  font-size: 20px;
  color: #0b79b2;
  border: 3px solid #0b79b2;
  background-color: #e7f7ff;
  text-align: center;
  text-indent: 0;
  padding: 20px 0;
}

#DetailsWrapper .add-favorite a .str {
  display: inline-block;
  vertical-align: middle;
}

#DetailsWrapper .add-favorite a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent url(../images/common/icon-star.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
}

#DetailsWrapper .add-favorite a:after {
  display: none;
}

#DetailsWrapper .contact-foot-section {
  margin-top: 70px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 3px solid #0e4b8e;
  padding: 30px;
  position: relative;
  text-align: center;
}

#DetailsWrapper .contact-foot-section .title {
  font-size: 18px;
  display: inline-block;
  color: #0e4b8e;
  padding: 0 25px;
  line-height: 1;
  background-color: #fff;
  position: absolute;
  top: -11.2px;
  top: -0.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#DetailsWrapper .contact-foot-section .contents {
  display: table;
  width: 100%;
}

#DetailsWrapper .contact-foot-section .contents .shop {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

#DetailsWrapper .contact-foot-section .contents .shop .catch {
  font-size: 26px;
  color: #0e4b8e;
  font-weight: bold;
  margin: 0;
}

#DetailsWrapper .contact-foot-section .contents .shop .name {
  margin-top: 30px;
}

#DetailsWrapper .contact-foot-section .contents .shop .name img {
  vertical-align: middle;
}

#DetailsWrapper .contact-foot-section .contents .shop .name .str {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  border-top: 1px solid #0e4b8e;
  border-bottom: 1px solid #0e4b8e;
  color: #0e4b8e;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 10px;
}

#DetailsWrapper .contact-foot-section .contents .shop .link {
  margin-top: 30px;
}

#DetailsWrapper .contact-foot-section .contents .shop .link a {
  display: inline-block;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  background-color: #d4e4ef;
  font-size: 14px;
  padding: 10px 50px;
  position: relative;
}

#DetailsWrapper .contact-foot-section .contents .shop .link a:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: transparent url(../images/common/icon-outlink.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#DetailsWrapper .contact-foot-section .contents .contact {
  width: 430px;
  display: table-cell;
  vertical-align: top;
}

#DetailsWrapper .contact-foot-section .contents .contact .email {
  margin: 0;
}

#DetailsWrapper .contact-foot-section .contents .contact .email a {
  width: 100%;
  padding: 25px 0;
  text-indent: 0;
  line-height: 1.5;
  font-size: 22px;
}

#DetailsWrapper .contact-foot-section .contents .contact .email a:before {
  display: block;
  content: "";
  width: 34px;
  height: 26px;
  background: transparent url(../images/common/icon-email.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#DetailsWrapper .contact-foot-section .contents .contact .email a:after {
  width: 13px;
  height: 25px;
  right: 20px;
  background-image: url(../images/common/icon-arrow03.png);
}

#DetailsWrapper .contact-foot-section .contents .contact .tel {
  font-size: 40px;
  margin: 30px 0 0;
  line-height: 1;
}

#DetailsWrapper .contact-foot-section .contents .contact .code {
  margin-top: 30px;
  color: #258bbf;
  font-weight: bold;
  line-height: 1;
}

#DetailsWrapper table {
  border-collapse: collapse;
}

#DetailsWrapper table tr th, #DetailsWrapper table tr td {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

#DetailsWrapper table tr th {
  background-color: #fff0d6;
  color: #666;
  white-space: nowrap;
}

#DetailsWrapper .icon-tel {
  color: inherit;
  font-weight: bold;
  letter-spacing: 0.01em;
}

#DetailsWrapper .icon-tel:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: transparent url(../images/common/icon-tel.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}

#DetailsWrapper .icon-tel .str {
  display: inline-block;
  vertical-align: middle;
}

#DetailsWrapper .section-title {
  font-size: 22.88px;
  font-size: 1.43rem;
  background-color: #40a4d7;
  color: #fff;
  line-height: 1.5;
  padding: 10px 15px;
  margin: 0 0 20px;
}

/* -----
 * アラート通知用
----------------------------------------------------------------------------- */
.alert {
  display: none;
  position: relative;
  margin: 1.5em auto;
  padding: 7px 10px;
  font-size: 22px;
  background: #0b79b2;
  color: #ffffff;
  width: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.alert:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #0b79b2;
}
.alert p{
  margin: 0;
  padding: 0;
  text-align: center;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  #DetailsWrapper .contact-head-section {
    margin-top: 20px;
    display: flex;
  }
  #DetailsWrapper .contact-head-section .asset2 {
    display: table;
    width: 260px;
    height: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #DetailsWrapper .contact-head-section .asset2 .inner {
    height: 100px;
    padding-left: 10px
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  #DetailsWrapper .contact-head-section {
    margin-top: 20px;
    display: flex;
  }
  #DetailsWrapper .contact-head-section .asset2 {
    display: table;
    width: 260px;
    height: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #DetailsWrapper .contact-head-section .asset2 .inner {
    height: 100px;
    padding-left: 10px
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * ArchivesWrapper
  ----------------------------------------------------------------------------- */
  #DetailsWrapper {
    width: auto;
    margin: 25px 0 40px;
  }
  #DetailsWrapper .head-section {
    display: block;
    width: auto;
    padding: 0 20px;
  }
  #DetailsWrapper .head-section .title {
    font-size: 16px;
    display: block;
    background-color: transparent;
    border: none;
    padding: 0 0 0.5em;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  #DetailsWrapper .head-section .update {
    font-size: 12px;
    display: block;
    background-color: transparent;
    width: auto;
    white-space: normal;
    padding: 0;
    margin-top: 0.5em;
    text-align: right;
  }
  #DetailsWrapper .name-section {
    margin-top: 1em;
    padding: 15px 20px;
  }
  #DetailsWrapper .name-section .name {
    display: block;
    font-size: 22px;
  }
  #DetailsWrapper .name-section .code {
    display: block;
    margin: 0.5em 0 0;
    text-align: center;
  }
  #DetailsWrapper .name-section .point {
    padding: 15px;
    margin-top: 1em;
  }
  #DetailsWrapper .name-section .point .caption {
    font-size: 15px;
  }
  #DetailsWrapper .contact-head-section {
    margin-top: 20px;
    padding: 0 20px;
  }
  #DetailsWrapper .contact-head-section .asset {
    display: block;
    width: auto;
    height: auto;
  }
  #DetailsWrapper .contact-head-section .asset2 {
    display: block;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #DetailsWrapper .contact-head-section .asset .inner {
    display: block;
  }
  #DetailsWrapper .contact-head-section .asset2 .inner {
    display: block;
  }
  #DetailsWrapper .contact-head-section .asset .inner a {
    display: block;
  }
  #DetailsWrapper .contact-head-section .asset2 .inner a {
    display: block;
  }
  #DetailsWrapper .contact-head-section .asset.tel {
    float: none;
  }
  #DetailsWrapper .contact-head-section .asset.tel .inner {
    padding: 10px 20px;
  }
  #DetailsWrapper .contact-head-section .asset.tel .inner .caption {
    font-size: 4vw;
  }
  #DetailsWrapper .contact-head-section .asset.tel .inner p {
    font-size: 8vw;
  }
  #DetailsWrapper .contact-head-section .asset.email {
    float: none;
    margin-top: 15px;
  }
  #DetailsWrapper .contact-head-section .asset2.email,
  #DetailsWrapper .contact-head-section .asset2.line {
    float: none;
    margin-top: 15px;
  }
  #DetailsWrapper .contact-head-section .asset.email a {
    text-indent: 0;
    padding: 15px 0;
  }
  #DetailsWrapper .contact-head-section .asset2.email a,
  #DetailsWrapper .contact-head-section .asset2.line a {
    text-indent: 0;
    padding: 15px 0;
  }
  #DetailsWrapper .contact-head-section .asset.email a:before {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #DetailsWrapper .contact-head-section .asset2.email a:before,
  #DetailsWrapper .contact-head-section .asset2.line a:before {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #DetailsWrapper .contact-head-section .asset.email a:after {
    display: none;
  }
  #DetailsWrapper .contact-head-section .asset.email a:after,
  #DetailsWrapper .contact-head-section .asset.line a:after {
    display: none;
  }
  #DetailsWrapper .basic-information {
    margin-top: 25px;
    padding: 0 20px;
  }
  #DetailsWrapper .basic-information .detail-slider {
    width: auto;
    float: none;
  }
  #DetailsWrapper .basic-information .detail-slider .slider.slider-thumb {
    display: none;
  }
  #DetailsWrapper .basic-information .detail-slider .slider .slick-arrow.slick-prev {
    background-image: url(../images/common/detail-slider-prev.png);
  }
  #DetailsWrapper .basic-information .detail-slider .slider .slick-arrow.slick-next {
    background-image: url(../images/common/detail-slider-next.png);
  }
  #DetailsWrapper .basic-information .data {
    width: auto;
    float: none;
  }
  #DetailsWrapper .basic-information .data .floor-price {
    margin-top: 20px;
  }
  #DetailsWrapper .basic-information .data .floor-price .content .label {
    width: 50px;
  }
  #DetailsWrapper .basic-information .data .floor-price .content .value {
    padding: 0 10px;
    font-size: 19px;
  }
  #DetailsWrapper .basic-information .data table {
    margin-top: 20px;
  }
  #DetailsWrapper .basic-information .data table th, #DetailsWrapper .basic-information .data table td {
    padding: 10px !important;
  }
  #DetailsWrapper .basic-information .data table th {
    width: 20%;
  }
  #DetailsWrapper .basic-information .data table td {
    width: 30%;
  }
  #DetailsWrapper .panorama-section {
    margin-top: 40px;
    padding: 0 20px;
  }
  #DetailsWrapper .panorama-section .photo iframe {
    width: 100% !important;
    height: 300px !important;
  }
  #DetailsWrapper .detail-data-section {
    margin-top: 40px;
    padding: 0 20px;
  }
  #DetailsWrapper .detail-data-section table {
    display: block;
    border-bottom: 1px solid #ddd;
  }
  #DetailsWrapper .detail-data-section table tbody, #DetailsWrapper .detail-data-section table tr, #DetailsWrapper .detail-data-section table th, #DetailsWrapper .detail-data-section table td {
    display: block;
    width: 100%;
  }
  #DetailsWrapper .detail-data-section table th, #DetailsWrapper .detail-data-section table td {
    font-size: inherit;
    padding: 10px;
    border-bottom: none;
  }
  #DetailsWrapper .detail-data-section .google-links {
    display: block;
    margin-top: 1em;
  }
  #DetailsWrapper .detail-data-section .google-links a {
    font-size: 13px;
    margin: 0 10px 0 0;
  }
  #DetailsWrapper .school-section {
    margin-top: 40px;
    padding: 0 20px;
  }
  #DetailsWrapper .school-section .schools table {
    width: 100%;
    height: auto !important;
    float: none !important;
    margin-top: 10px;
  }
  #DetailsWrapper .school-section .schools table:first-child {
    margin-top: 0;
  }
  #DetailsWrapper .school-section .schools table th {
    font-size: 16px;
    padding: 10px;
  }
  #DetailsWrapper .school-section .schools table td {
    padding: 10px 15px;
    border-top: none;
    border-width: 3px;
  }
  #DetailsWrapper .add-favorite {
    margin-top: 30px;
    padding: 0 20px;
  }
  #DetailsWrapper .add-favorite a {
    width: 80%;
    border-width: 2px;
    font-size: 16px;
    padding: 10px 0;
  }
  #DetailsWrapper .contact-foot-section {
    margin: 50px 20px 0;
    border-width: 2px;
    padding: 30px 13px;
  }
  #DetailsWrapper .contact-foot-section .contents {
    display: block;
    width: auto;
  }
  #DetailsWrapper .contact-foot-section .contents .shop {
    display: block;
  }
  #DetailsWrapper .contact-foot-section .contents .shop .catch {
    font-size: 16px;
  }
  #DetailsWrapper .contact-foot-section .contents .shop .name {
    margin-top: 20px;
  }
  #DetailsWrapper .contact-foot-section .contents .shop .name img {
    display: block;
    margin: 0 auto 10px;
  }
  #DetailsWrapper .contact-foot-section .contents .shop .name .str {
    font-size: 16px;
    padding: 0 20px;
  }
  #DetailsWrapper .contact-foot-section .contents .shop .link {
    margin-top: 20px;
  }
  #DetailsWrapper .contact-foot-section .contents .shop .link a {
    font-size: 13px;
    padding: 10px 30px;
  }
  #DetailsWrapper .contact-foot-section .contents .shop .link a:after {
    right: 10px;
  }
  #DetailsWrapper .contact-foot-section .contents .contact {
    width: auto;
    display: block;
    margin-top: 30px;
  }
  #DetailsWrapper .contact-foot-section .contents .contact .email a {
    padding: 20px 0;
    font-size: 16px;
  }
  #DetailsWrapper .contact-foot-section .contents .contact .email a:before {
    width: 25px;
    height: 19px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 15px;
  }
  #DetailsWrapper .contact-foot-section .contents .contact .email a:after {
    display: none;
  }
  #DetailsWrapper .contact-foot-section .contents .contact .tel {
    font-size: 8.5vw;
  }
  #DetailsWrapper table tr th, #DetailsWrapper table tr td {
    font-size: 12px;
  }
  #DetailsWrapper .section-title {
    font-size: 18px;
    padding: 7px 10px;
  }

  /* -----
   * アラート通知用
   ----------------------------------------------------------------------------- */
  .alert {
    width: 80%;
    font-size: 16px;
  }
}
