@charset "UTF-8";
/*
============================
MAIN VISUAL
============================
*/
.main-visual-button {
  position: absolute;
  top: 490px;
  left: 50%;
  z-index: 4;
  margin-left: -210px;
  display: block;
}
.main-visual-button img {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .main-visual-button {
    top: 43.4494195688vw;
    margin-left: -21.3930348259vw;
  }
  .main-visual-button img {
    width: 42.7860696517vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-visual-button {
    top: 300px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-visual-button {
    top: 420px;
  }
}
/*
============================
CONTACT LIST
============================
*/
.contactList {
  display: none;
}

@media only screen and (max-width: 767px) {
  .contactList {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 38px 0;
    background-color: #FAFAC8;
    font-weight: 700;
    text-align: center;
  }
  .contactList__item + .contactList__item {
    margin-top: 50px;
  }
  .contactList__label {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .contactList__label a.higashi {
    color: #2ca6e0;
  }
  .contactList__label a.takara {
    color: #6fb92c;
  }
  .contactList__text {
    margin-bottom: 8px;
  }
  .contactList__number {
    margin-bottom: 12px;
    color: #0071BC;
    font-size: 18px;
  }
  .contactList__notes {
    color: #b30606;
    font-size: 12px;
  }
}
/*
============================
ACCESS LIST
============================
*/
.accessList {
  display: none;
}

@media only screen and (max-width: 767px) {
  .accessList {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 38px 0;
    background-color: #FAFAC8;
    font-weight: 700;
    text-align: center;
  }
  .accessList__item + .accessList__item {
    margin-top: 50px;
  }
  .accessList__label {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .accessList__label .higashi {
    color: #2ca6e0;
  }
  .accessList__label .takara {
    color: #6fb92c;
  }
  .accessList__address {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #0071BC;
    font-size: 16px;
  }
  .accessList__address .icon-map-pin:before {
    content: "\e801";
    color: #4f361f;
    font-size: 36px;
  }
}
/*
============================
EFFORT PAGE
============================
*/
.sub-page-contents .panel .panel-body .effort {
  padding: 20px 0 80px;
}
.sub-page-contents .panel .panel-body .effort img {
  margin-bottom: 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .sub-page-contents .panel .panel-body .effort {
    padding: 0 0 40px;
  }
}

h4 + .effort__item {
  margin-top: 30px;
}
.effort__item.-col2 {
  display: flex;
  justify-content: space-between;
}
.effort__item.-nature {
  padding-left: 12px;
}
.effort__item.-nature + .-nature {
  margin-top: -46px;
}
.effort__item.-nature + .-nature .effort__itemCol.-text {
  padding-top: 50px;
}
.effort__item.-es + .-es {
  margin-top: 76px;
}
.effort__item.-notice {
  margin-top: 100px;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .effort__item.-nature {
    padding-left: 0;
  }
  .effort__item.-nature + .-nature {
    margin-top: -2vw;
  }
  .effort__item.-es + .-es {
    margin-top: 50px;
  }
  .effort__item.-notice {
    margin-top: 60px;
    padding-left: 0;
  }
  .effort__item.-notice p {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .effort__item.-col2 {
    flex-direction: column;
  }
}
.effort__itemCol {
  width: 468px;
}
.effort__itemCol.-text {
  width: 500px;
}
.effort__itemCol.-img {
  width: 450px;
  text-align: center;
}
.effort__itemCol.-img2 {
  display: flex;
  justify-content: flex-end;
}
.effort__itemCol.-pt20 {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .effort__itemCol.-img2 {
    justify-content: center;
  }
  .effort__itemCol.-pt20 {
    padding-top: 0;
  }
  .effort__itemCol + .effort__itemCol {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .effort__itemCol {
    width: 100%;
  }
  .effort__itemCol.-text, .effort__itemCol.-img {
    width: 100%;
  }
}
.effort__itemRow {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .effort__itemRow {
    padding-left: 32px;
  }
}
.effort__itemRow + .effort__itemRow {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .effort__itemRow {
    flex-direction: column;
  }
  .effort__itemRow + .effort__itemRow {
    margin-top: 20px;
  }
}

.effort__circlePhoto {
  width: 380px;
  height: 380px;
  border-radius: 50%;
}
.effort__circlePhoto.-sm {
  width: 240px;
  height: 240px;
}
.effort__circlePhoto.-sm + .effort__circlePhoto.-sm {
  margin: 140px 0 0 -30px;
}
@media screen and (max-width: 767px) {
  .effort__circlePhoto {
    width: 64vw;
    height: 64vw;
  }
  .effort__circlePhoto.-sm {
    width: 38vw;
    height: 38vw;
  }
  .effort__circlePhoto.-sm + .effort__circlePhoto.-sm {
    margin: 22vw 0 0 -5vw;
  }
}

.effort__itemHeading {
  margin-bottom: 40px;
  padding: 12px 0;
  border-top: solid 2px #8C6239;
  border-bottom: solid 2px #8C6239;
  font-size: 18px;
}
h4 + .effort__itemHeading {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .effort__itemHeading {
    margin-bottom: 1.6em;
  }
}

.effort__itemText {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .effort__itemText {
    font-size: 15px;
    line-height: 1.619047619;
  }
}

.effort__nature__heading {
  margin: 80px 0;
  padding-bottom: 12px;
  border-bottom: solid 2px #006536;
  text-align: center;
}
.effort__nature__heading img {
  width: 756px;
}
@media screen and (max-width: 767px) {
  .effort__nature__heading {
    margin: 30px 0 40px;
  }
  .effort__nature__heading img {
    width: 100%;
  }
}

.effort__nature__subheading {
  margin: 0 0 26px;
  font-size: 0;
}
.effort__nature__subheading img {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .effort__nature__subheading {
    margin-bottom: 16px;
  }
}

.effort__zero__heading {
  display: flex;
  align-items: center;
  margin: 30px 0 24px;
  padding: 20px 0;
  background: linear-gradient(to right, #FFFFFF, #FBD9D7 60%);
  color: #C4698E;
  font-size: 46px !important;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .effort__zero__heading {
    padding: 16px 0;
    font-size: 18px !important;
  }
}

.effort__advice {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.effort__advice a {
  color: #0071BC !important;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .effort__advice {
    flex-direction: column;
    margin-top: 60px;
  }
}

.effort__adviceInner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.effort__adviceImg {
  width: 120px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .effort__adviceImg {
    width: 72px;
    margin-right: 20px;
  }
}

.effort__adviceText {
  width: 484px;
}
.effort__adviceText p {
  margin-top: 1.5em;
  line-height: 1.875;
}
.effort__adviceText a {
  color: #0071BC !important;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .effort__adviceText {
    width: auto;
  }
  .effort__adviceText p {
    line-height: 1.619047619;
  }
}

.effort__textList {
  width: 500px;
}
@media only screen and (min-width: 768px) {
  .effort__itemRow > .effort__textList {
    width: calc(100% + 32px);
  }
}
.effort__textList > li {
  text-indent: -32px;
  margin-left: 32px;
  line-height: 1.875;
}
.effort__textList > li:before {
  content: "●";
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .effort__textList {
    width: 100%;
  }
  .effort__textList > li {
    text-indent: -24px;
    margin-left: 24px;
    line-height: 1.619047619;
  }
  .effort__textList > li:before {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .sub-page-contents .panel .panel-body ul.effort__textList {
    margin-left: -32px !important;
  }
}
.effort__photo img {
  max-width: 100%;
}
.effort__photo figcaption {
  margin-top: 10px;
  font-size: 12px;
}