@charset "UTF-8";

/* =========================================================
   live index
========================================================= */
/* layout
----------------------------------------------- */
/* PC表示 */
@media only screen and (min-width: 960px),
print {
  .body {
    max-width: 1880px;
    margin: 0 auto;
    padding-right: 200px;
  }
}

/* スマートフォン表示 */
@media only screen and (max-width: 960px) {
  .body {
    padding: 0 10px;
  }
}

/* タブレット縦表示 */
@media only screen and (min-width: 480px) and (max-width: 960px) and (orientation: portrait) {
  .body {
    padding: 0 5vw;
  }
}

/* anchor
----------------------------------------------- */
.body .anchor ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  background: url("./images/live_subimg_btn_bg.jpg");
  background-size: 6px auto;
}

.body .anchor li {
  margin: 0;
}

.body .anchor li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
}

.body .anchor li a:hover {
  opacity: 0.75;
}

.body .anchor li a span {
  display: block;
  width: 100%;
}

/* PC表示 */
@media only screen and (min-width: 960px),
print {
  .body .anchor {
    margin-bottom: 80px;
  }

  .body .anchor li {
    flex: 1 1 0%;
  }

  .body .anchor li a {
    padding: 30px 0;
    font-size: 112.5%;
  }

  .body .anchor li a span {
    line-height: 1;
  }

  .body .anchor li:not(:last-child) a span {
    border-right: 1px solid #afd8a8;
  }
}

/* スマートフォン表示 */
@media only screen and (max-width: 960px) {
  .body .anchor {
    margin-bottom: 40px;
  }

  .body .anchor ul {
    flex-wrap: wrap;
  }

  .body .anchor li {
    flex-basis: 50%;
  }

  .body .anchor li a {
    padding: 10px 0;
    font-size: 87.5%;
    white-space: nowrap;
  }

  .body .anchor li:nth-child(-n+2) a {
    border-bottom: 1px solid #fff;
  }

  .body .anchor li:nth-child(odd) a span {
    border-right: 1px solid #afd8a8;
  }
}

/* coordinator
----------------------------------------------- */
#coordinator ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
}

.body .article h2 {
  text-align: center;
}

.body .article h2 span {
  display: inline-block;
  border-top: 3px solid #84c37a;
  border-bottom: 3px solid #84c37a;
  color: #84c37a;
  letter-spacing: 0.05em;
}

.article h2+p {
  font-weight: bold;
}

#coordinator li>span {
  display: block;
}

#coordinator li>span:not(.about) {
  text-align: center;
}

#coordinator li .name,
#coordinator li .area {
  font-weight: bold;
}

.body .article a {
  color: #84c37a;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #84c37a;
}

.body .article a:hover {
  text-decoration: none;
}

.body .article a img.external {
  width: 13px;
  height: 13px;
  margin: 0 0.25em;
}

/* PC表示 */
@media only screen and (min-width: 960px),
print {
  .body .article h2 {
    margin-bottom: 30px;
    font-size: 262.5%;
  }

  .body .article h2 span {
    padding: 15px 0;
  }

  .article h2+p {
    line-height: 2.5;
    text-align: center;
  }

  #coordinator ul {
    margin: 40px 0 70px;
  }

  #coordinator li {
    flex-basis: calc(33.33% - 46.66px);
    margin: 0 70px 50px 0;
  }

  #coordinator li:nth-child(3n) {
    margin-right: 0;
  }

  #coordinator li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  #coordinator li img:not(.external) {
    width: 190px;
    height: auto;
  }

  #coordinator li .image {
    margin-bottom: 10px;
  }

  #coordinator li .name {
    font-size: 125%;
  }

  #coordinator li .area {
    font-size: 112.5%;
  }

  #coordinator li .honorific {
    font-size: 1rem;
  }

  #coordinator li .about {
    margin-top: 5px;
    font-size: 87.5%;
  }
}

/* スマートフォン表示 */
@media only screen and (max-width: 960px) {
  .body .article h2 {
    margin-bottom: 20px;
    font-size: 137.5%;
  }

  .body .article h2 span {
    padding: 5px 0;
  }

  .article h2+p {
    line-height: 2;
    font-size: 93.75%;
  }

  .article h2+p br {
    display: none;
  }

  #coordinator ul {
    margin: 20px 0 30px;
  }

  #coordinator li {
    flex-basis: 100%;
    margin: 0 0 25px;
  }

  #coordinator li img:not(.external) {
    width: calc(100% - 140px);
    height: auto;
  }

  #coordinator li .image {
    margin-bottom: 10px;
  }

  #coordinator li .name {
    font-size: 106.25%;
  }

  #coordinator li .honorific {
    font-size: 0.875rem;
  }

  #coordinator li .about {
    margin-top: 5px;
    font-size: 87.5%;
  }
}

/* タブレット縦表示 */
@media only screen and (min-width: 480px) and (max-width: 960px) and (orientation: portrait) {
  #coordinator ul {
    justify-content: space-between;
    margin: 20px 0 30px;
  }

  #coordinator li {
    flex-basis: calc(50% - 12px);
    margin: 0 0 25px;
  }

  #coordinator li:nth-last-child(-n+3) {
    margin-bottom: 25px;
  }
}

/* support
----------------------------------------------- */
.body .article th {
  background-color: #daedd7;
}

/* PC表示 */
@media only screen and (min-width: 960px),
print {
  #support h2+p {
    margin-bottom: 70px;
  }

  .body .article table {
    margin-bottom: 80px;
  }
}

/* スマートフォン表示 */
@media only screen and (max-width: 960px) {
  #support h2+p {
    margin-bottom: 20px;
  }
}

/* estate
----------------------------------------------- */
.body #estate ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  text-align: center;
}

.body #estate li {
  flex-basis: 100%;
}

.body #estate li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.body #estate li a:hover img {
  opacity: 0.9;
}

.body #estate li .image {
  display: block;
}

.body h3.caption {
  color: #84c37a;
  text-align: center;
}

/* PC表示 */
@media only screen and (min-width: 960px),
print {
  .body #estate ul {
    margin-top: 70px;
  }

  .body #estate li {
    margin: 0 0 40px;
  }

  .body #estate li .image {
    margin-bottom: 10px;
  }

  .body #estate li.akiya-navi img:not(.external) {
    width: 450px;
    height: auto;
  }

  .body #estate li.hatomarksite img:not(.external) {
    width: 291px;
    height: auto;
  }

  .body #estate li.akiya-athome img:not(.external) {
    width: 375px;
    height: auto;
  }

  .body #estate li.homes img:not(.external) {
    width: 320px;
    height: auto;
  }

  .body h3.caption {
    padding-bottom: 30px;
    font-size: 175%;
  }

  .body #estate .note {
    margin: -70px 0 70px;
    text-align: right;
  }
}

/* スマートフォン表示 */
@media only screen and (max-width: 960px) {
  .body #estate ul {
    margin-top: 20px;
  }

  .body #estate li {
    margin: 0 0 20px;
  }

  .body #estate li .image {
    margin-bottom: 5px;
  }

  .body #estate li.akiya-navi img:not(.external) {
    width: 270px;
    height: auto;
  }

  .body #estate li.hatomarksite img:not(.external) {
    width: 175px;
    height: auto;
  }

  .body #estate li.akiya-athome img:not(.external) {
    width: 260px;
    height: auto;
  }

  .body #estate li.homes img:not(.external) {
    width: 220px;
    height: auto;
  }

  .body h3.caption {
    padding-bottom: 10px;
    font-size: 125%;
  }

  .body #estate .note {
    margin: -50px 0 50px;
    text-align: right;
  }
}

/* restoration
----------------------------------------------- */
#restoration .profile {
  background-color: #f2f9f1;
}

#restoration .profile h3 {
  line-height: 1.5;
  color: #84c37a;
  letter-spacing: 0.05em;
}

#restoration .profile .text {
  display: flex;
}

#restoration .profile .org,
#restoration .profile .name {
  font-weight: bold;
}

#restoration .profile .org .site {
  display: block;
  font-weight: normal;
}

.body #restoration .article:not(.profile) h3 {
  border-bottom: 2px solid #84c37a;
  color: #84c37a;
  letter-spacing: 0.1em;
}

.body .more {
  text-align: center;
}

.body .more a {
  display: inline-block;
  border: 2px solid #000;
  color: #000;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.body .more a:hover {
  opacity: 0.5;
}

/* PC表示 */
@media only screen and (min-width: 960px),
print {
  #restoration .profile {
    margin-bottom: 70px;
    padding: 70px 80px 80px;
  }

  #restoration .profile h3 {
    margin-bottom: 40px;
    font-size: 237.5%;
  }

  #restoration .profile .text {
    margin-bottom: 50px;
  }

  #restoration .profile .text .attribute {
    flex-basis: 280px;
    margin-right: 50px;
    padding-right: 50px;
    border-right: 2px solid #d5d8d4;
  }

  #restoration .profile .org {
    line-height: normal;
    font-size: 118%;
  }

  #restoration .profile .org {
    margin-bottom: 5px;
  }

  #restoration .profile .org .site {
    font-size: 0.875rem;
  }

  #restoration .profile .org .site {
    font-size: 0.875rem;
  }

  #restoration .profile .name {
    line-height: normal;
    font-size: 125%;
  }

  #restoration .profile .honorific {
    font-size: 1rem;
  }

  #restoration .profile .text .attribute+p {
    flex-basis: calc(100% - 330px);
    line-height: 2;
    padding-left: 50px;
    font-size: 87.5%;
  }

  .body #restoration .article:not(.profile) h3 {
    margin-bottom: 30px;
    padding: 5px 0;
    font-size: 175%;
  }

  .body #restoration .article:not(.profile) {
    margin-bottom: 60px;
  }

  .body #restoration .article:not(.profile) p {
    line-height: 2.5;
  }

  .body #restoration .image {
    margin-top: 50px;
  }

  .body #restoration .article:not(.profile) .image img {
    width: 50%;
  }

  .body .more {
    margin: 50px 0 120px;
  }

  .body .more a {
    width: 430px;
    height: 90px;
    line-height: 90px;
    padding-left: 20px;
    background-image: url("./images/icon-button-arrow.png");
    background-position: right 30px center;
    background-size: 30px auto;
    font-size: 124%;
  }
}

/* タブレット表示 */
@media only screen and (min-width: 960px) and (max-width: 1240px) {
  #restoration .profile .text {
    flex-wrap: wrap;
  }

  #restoration .profile .text .attribute {
    flex-basis: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 2px solid #d5d8d4;
  }

  #restoration .profile .text .attribute+p {
    flex-basis: 100%;
    padding-left: 0;
  }
}

/* スマートフォン表示 */
@media only screen and (max-width: 960px) {
  #restoration .profile {
    margin-bottom: 20px;
    padding: 15px 20px 20px;
  }

  #restoration .profile h3 {
    margin-bottom: 20px;
    border: 0;
    font-size: 150%;
  }

  #restoration .profile .text {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  #restoration .profile .text .attribute {
    flex-basis: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d5d8d4;
  }

  #restoration .profile .name {
    font-size: 106.25%;
  }

  #restoration .profile .org {
    margin-bottom: 5px;
  }

  #restoration .profile .org .site {
    line-height: normal;
    font-size: 0.875rem;
  }

  #restoration .profile .honorific {
    font-size: 0.875rem;
  }

  #restoration .profile .text .attribute+p {
    flex-basis: 100%;
    font-size: 87.5%;
  }

  .body #restoration .article:not(.profile) h3 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 125%;
  }

  .body #restoration .article {
    margin-bottom: 30px;
  }

  .body #restoration .article:not(.profile) p {
    line-height: 2;
    font-size: 87.5%;
  }

  .body #restoration .image {
    margin-top: 25px;
  }

  .body #restoration .image img {
    width: 100%;
  }

  .body .more {
    margin: 20px 0 60px;
  }

  .body .more a {
    display: block;
    margin: 0 10px;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    background-image: url("./images/icon-button-arrow_sp.png");
    background-position: right 7px center;
    background-size: 18.5px auto;
    font-size: 93.75%;
  }

  .live .body table {
    width: 150vw;
  }
}