@charset "utf-8";

/* -----------------------------------
 reset & base
------------------------------------ */

@media (min-width: 1000px) {
  .container {
    width: 1000px;
  }
}

@media (max-width: 999px) {
  .container {
    width: 100%;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (max-width: 767px) {
  img {
    width: 100%;
  }
}


/* -----------------------------------
 mod_header
------------------------------------ */

.mod_header {
  position: relative;
  width: 100%;
  z-index: 10;
  box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.mod_header .pagettl {
  position: relative;
}

@media (max-width: 767px) {
  .mod_header .pagettl {
    text-align: left;
    width: auto;
    height: 40px;
    margin: 5px 0 8px;
    margin-left: 10px;
  }
  .mod_header .pagettl::after {
    content: "";
    position: absolute;
    width: 135px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/hd_mtmlogo.png) no-repeat center;
    background-size: contain;
  }
  .mod_header .pagettl img {
    width: auto;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .mod_header .pagettl::after {
    content: "";
    position: absolute;
    width: 135px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/hd_mtmlogo.png) no-repeat center;
    background-size: contain;
  }
  .mod_header .pagettl img {
    max-height: 55px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}


/* -----------------------------------
 mod_fview
------------------------------------ */

.mod_fview .container {
  padding: 0;
  position: relative;
}


/* -----------------------------------
 .mod_appeal
------------------------------------ */

.mod_appeal .container {
  padding: 20px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .mod_appeal .container {
    padding: 0;
  }
}


/* -----------------------------------
 .mod_rec
------------------------------------ */

.mod_rec {
  margin: 20px auto 0;
}

.mod_rec .m_ttl, .mod_map .m_ttl {
  font-size: 16px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 14px;
  text-align: center;
  margin: 0 0 10px;
}

.mod_rec .tbl .table tbody tr th {
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  background-color: #f3f3f3;
}

@media (min-width: 768px) {
  .mod_rec .tbl .table tbody tr th {
    width: 150px;
  }
}

.mod_rec .tbl .table tbody tr td {
  vertical-align: middle;
}

.mod_rec .tbl em {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  color: #e31e25;
}

.mod_rec .imgmap {
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .mod_rec {
    margin: 10px 0 0;
  }
  .mod_rec .m_ttl {
    margin-bottom: 4px;
  }
  .mod_rec .tbl {
    padding: 5px 10px 0;
  }
  .mod_rec .tbl .table tbody tr th {
    min-width: 75px;
  }
  .mod_rec .imgmap {
    margin: 20px 0;
  }
}

.detail td p {
  font-size: 100%;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.detail td p:last-child {
  margin: 0;
}


/* -----------------------------------
 .mod_map
------------------------------------ */

.mod_map {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .mod_map {
    margin-bottom: 10px;
  }
  .mod_map .m_ttl {
    margin-bottom: 10px;
  }
  .mod_map .map iframe {
    height: 300px;
  }
}


/* -----------------------------------
 .mod_cmn_toentry SP tel link
------------------------------------ */

.mod_cmn_toentry {
  background-color: #000000;
}

@media (max-width: 767px) {
  .mod_cmn_toentry.sp_tel {
    position: relative;
    padding-top: 45px;
  }
  .mod_cmn_toentry.sp_tel::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 0;
    margin: auto;
    border-style: solid;
    border-width: 30px 50vw 0 50vw;
    border-color: #ffffff transparent transparent transparent;
  }
  .mod_cmn_toentry.sp_tel .freecall {
    margin-bottom: 0;
  }
}


/* -----------------------------------
 暫定 mailformPro
------------------------------------ */

.mod_awsform .m_ttl {
  position: relative;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .mod_awsform {
    margin: 0 auto 40px;
  }
  .mod_awsform .m_ttl {
    margin: 0 auto;
    padding: 10px 0;
    background: #e23737;
    border-bottom: none;
    font-size: 28px;
    color: #fff;
  }
  .mod_awsform .m_ttl::before, .mod_awsform .m_ttl::after {
    content: none;
  }
}

@media (min-width: 768px) {
  .mod_awsform {
    margin: 0 auto 40px;
  }
  .mod_awsform .m_ttl {
    margin: 0 auto 30px;
    padding: 0 0 8px;
    border-bottom: 2px solid #e23737;
    font-size: 36px;
  }
  .mod_awsform .m_ttl::before, .mod_awsform .m_ttl::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    bottom: -2px;
  }
  .mod_awsform .m_ttl::before {
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, #e23737 100%);
  }
  .mod_awsform .m_ttl::after {
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, #e23737 100%);
  }
}

#listing_link_fv02_sp {
  margin-bottom: 10px;
}


/* -----------------------------------
 footer
------------------------------------ */
.ftr_menu {
  display: block !important;
}
