/*--------------------------------------------------------------
# Function
--------------------------------------------------------------*/
@-webkit-keyframes bghover {
  0% {
    background-size: cover;
  }
  100% {
    background-size: 150%;
  }
}
@keyframes bghover {
  0% {
    background-size: cover;
  }
  100% {
    background-size: 150%;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home .site-content {
  margin-top: 0;
}
.home .home-ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.home .home-ttl span {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .home .home-ttl {
    width: 90%;
    margin: 0 auto 1rem auto;
    font-size: 1.3rem;
  }
}
.home .link-base {
  display: flex;
  justify-content: flex-end;
  margin: -3rem 0px 2rem 0px;
}
.home .link-base a.detail-link {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: no-repeat url(../img/basic-list.svg);
  margin-right: 16px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .home .link-base {
    margin: -2rem 0px 1rem 0px;
  }
  .home .link-base a.detail-link {
    width: 30px;
    height: 30px;
  }
}

#index #catch {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin: 0 auto 3rem auto;
  position: relative;
}
#index #catch .home-slide-item {
  position: relative;
  z-index: 1;
}
#index #catch .home-slide-item img {
  width: 100%;
}
#index #catch .message {
  background-color: #fff;
  max-width: 50%;
  width: 450px;
  min-height: 300px;
  bottom: 5%;
  position: absolute;
  padding: 1.5rem;
  box-sizing: border-box;
  z-index: 3;
}
#index #catch .message h2 {
  color: #006b41;
  line-height: 1.4;
  margin-bottom: 1rem;
}
#index #catch .message a h2 {
  color: #006b41;
}
#index #catch .message a:active h2, #index #catch .message a:focus h2, #index #catch .message a:visited h2 {
  color: #006b41;
}
#index #catch .message p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 2;
  color: #231815;
}
@media screen and (max-width: 1199px) {
  #index #catch .message {
    width: auto;
    min-height: auto;
  }
  #index #catch .message h2 {
    font-size: 1.5rem;
  }
  #index #catch .message p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  #index #catch {
    margin: 0 auto 1rem auto;
  }
  #index #catch .message {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    background: transparent;
    margin-top: -2rem;
    padding: 0;
    border-radius: 0 5px 5px 0;
  }
  #index #catch .message h2 {
    display: inline-block;
    background: #fff;
    border-radius: 0 0.2rem 0 0;
    padding: 0.5rem 0.5rem 0 0.5rem;
    margin: 0;
  }
  #index #catch .message p {
    padding: 0.5rem;
    margin: 0;
  }
}
#index #special-info {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
#index #special-info .special-info-content {
  margin: 2rem auto;
  text-align: center;
}
#index #special-info .special-info-content a {
  display: block;
  border: 2px solid #b10707;
  padding: 0.5rem 1rem;
}
#index #special-info .special-info-content a .special-info-ttl {
  color: #b10707;
  text-decoration: underline;
  display: block;
}
#index #special-info .special-info-content a .special-info-date {
  font-size: 0.8rem;
  color: #231815;
}
#index #special-info .special-info-content a:hover {
  text-decoration: none;
  background: rgb(254.2391304348, 235.7608695652, 235.7608695652);
  transition: 0.2s;
}
#index #banners {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
#index #banners .bnr-slide .bnr-slide-item {
  padding: 0 1px;
}
#index .home-contact-nav {
  margin: 6rem auto 3rem auto;
}
#index #samples {
  max-width: 1080px;
  margin: 0px auto;
  padding: 2rem 0px;
}
#index #samples .slick-arrow {
  display: inline-block;
  background: no-repeat;
  border: none;
  position: absolute;
  z-index: 100;
  top: 150px;
  text-indent: -9999px;
  width: 20%;
  background-size: contain;
}
#index #samples .slick-arrow:focus {
  outline: none;
}
#index #samples .slick-prev {
  background: no-repeat url(../img/basic-arrow-prev.svg);
  left: 6%;
}
#index #samples .slick-next {
  right: 6%;
  background: no-repeat url(../img/basic-arrow-next.svg);
}
#index #samples .list-case-btn {
  margin: 1rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  #index #samples {
    padding: 1rem 0;
  }
  #index #samples .list-case02 .list-case-txt {
    display: none;
  }
  #index #samples .list-case02 .col-sm-4:nth-of-type(n + 4) {
    display: none !important;
  }
}
#index div#images {
  margin: 2rem auto;
  overflow: hidden;
}
#index div#images ul.upper {
  display: flex;
  height: 176px;
  width: 100%;
  margin-bottom: 4px;
}
#index div#images ul.upper li {
  height: 100%;
  margin: 0px 2px;
  float: left;
}
#index div#images ul.upper li img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
}
#index div#images ul.lower {
  display: flex;
  height: 176px;
  width: 100%;
  justify-content: flex-end;
}
#index div#images ul.lower li {
  height: 100%;
  margin: 0px 2px;
  float: left;
}
#index div#images ul.lower li img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
}
#index div#images .list-image-btn {
  margin: 1rem auto;
}
#index nav#keywords {
  padding: 2rem 0px;
  background-color: #f1f1f1;
}
#index nav#keywords .home-ttl {
  font-size: 1.5rem;
  width: 96%;
}
#index nav#keywords .list-tag {
  justify-content: center;
}
#index nav#keywords .list-tag li {
  margin-right: 1.4rem;
  padding: 0.5rem;
  font-size: 1rem;
}
#index nav#keywords .list-tag li:after {
  height: 27px;
  width: 2rem;
  left: -14px;
}
@media screen and (max-width: 767px) {
  #index nav#keywords {
    font-size: 1rem;
  }
  #index nav#keywords .home-ttl {
    font-size: 1.3rem;
    width: 90%;
  }
}
#index nav#sns {
  padding: 2rem 0px;
}
#index nav#sns ul {
  max-width: 632px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#index nav#sns ul li {
  width: 100%;
  border-right: solid 1px #989898;
}
#index nav#sns ul li:last-child {
  border-right: none;
}
#index nav#sns ul li a {
  display: block;
  height: 72px;
  text-indent: -9999px;
}
#index nav#sns ul li a#facebook {
  background: no-repeat center url(../img/basic-facebook.svg);
}
#index nav#sns ul li a#instagram {
  background: no-repeat center url(../img/basic-instagram.svg);
}
#index nav#sns ul li a#youtube {
  background: no-repeat center url(../img/basic-youtube.svg);
}
#index nav#sns ul li a#pinterest {
  background: no-repeat center url(../img/basic-pinterest.svg);
}
@media screen and (max-width: 767px) {
  #index nav {
    padding: 0;
  }
}
#index #sns02 {
  padding: 2rem 0px;
}
#index #sns02 ul {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index #sns02 ul li {
  width: 100%;
  border-right: solid 1px #989898;
}
#index #sns02 ul li:last-child {
  border-right: none;
}
#index #sns02 ul li a {
  display: block;
  padding: 0 10px;
  margin: 0 auto;
}
#index #sns02 ul li a#facebook {
  width: 60px;
}
#index #sns02 ul li a#instagram {
  width: 60px;
}
#index #sns02 ul li a#youtube {
  width: 70px;
}
#index #sns02 ul li a#line {
  width: 60px;
}
@media screen and (max-width: 767px) {
  #index #sns02 {
    padding: 0;
  }
}
#index .home-houseinfo {
  margin: 4rem auto 0 auto;
}
#index .home-houseinfo .home-houseinfo-box {
  margin: 1rem auto;
  text-align: center;
}
#index .home-houseinfo .home-houseinfo-box h2 {
  font-size: 1.4rem;
}
#index .home-houseinfo .home-houseinfo-box .home-houseinfo-img {
  margin: 1.5rem auto 1rem auto;
  border: 1px solid #989898;
  padding: 0.5rem;
  width: 400px;
  max-width: 96%;
}
#index .home-houseinfo .home-houseinfo-box .home-houseinfo-img a {
  display: block;
  height: 260px;
  overflow: hidden;
  position: relative;
}
#index .home-houseinfo .home-houseinfo-box .home-houseinfo-img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  #index .home-houseinfo {
    margin: 3rem auto 0 auto;
  }
  #index .home-houseinfo .home-houseinfo-box h2 {
    font-size: 1.2rem;
  }
  #index .home-houseinfo .home-houseinfo-box .home-houseinfo-img a {
    height: 200px;
  }
}
#index section#events {
  padding: 4rem 0px 2rem 0px;
}
#index section#events .contents {
  padding: 0px 1rem;
}
@media screen and (max-width: 767px) {
  #index section#events .contents {
    padding: 0;
  }
}
#index section#events .contents .areas {
  margin-bottom: 2rem;
}
#index section#events .contents .areas h3 {
  padding: 8px 0px;
  font-size: 1.25rem;
  border-bottom: solid 2px;
  color: #ad7c22;
}
#index section#events .contents .seminar {
  margin: 2rem auto;
}
#index section#events .contents .seminar h3 {
  padding: 8px 0px;
  font-size: 1.25rem;
  border-bottom: solid 2px;
  color: #ad7c22;
}
#index section#events .event-bnr {
  margin: 1rem auto 3rem auto;
  text-align: center;
}
#index section#events .event-area-ttl a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index section#events .event-area-ttl a .event-area-link {
  font-size: 0.8rem;
}
#index section#events .event-area-ttl a:hover {
  color: #231815;
}
#index section#events .event-area-ttl a:hover .event-area-btn {
  color: #ad7c22;
}
@media screen and (max-width: 767px) {
  #index section#events .event-area-ttl {
    display: none;
  }
}
#index section#events .event-seminar-ttl a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index section#events .event-seminar-ttl a .event-area-link {
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #index section#events .event-seminar-ttl a .event-area-link {
    display: none;
  }
}
#index section#events .event-seminar-ttl a:hover {
  color: #231815;
}
#index section#events .event-seminar-ttl a:hover .event-area-btn {
  color: #ad7c22;
}
@media screen and (min-width: 768px) {
  #index section#events .event-area00 {
    display: none;
  }
}
#index section#events .event-tab {
  display: flex;
  align-items: stretch;
  border-bottom: 2px solid #ad7c22;
}
#index section#events .event-tab .event-tab-item {
  background: #fff8ee;
  padding: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
  width: 20%;
  margin-right: 2px;
}
#index section#events .event-tab .event-tab-item.active {
  background: #ad7c22;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #index section#events .event-tab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #index section#events .areas {
    display: none;
  }
  #index section#events .areas.show {
    display: block;
  }
}
#index section#events .event-area-btn {
  margin: 1rem auto;
}
#index section#events .event-area-btn a {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #index section#events .event-area-btn {
    display: none;
  }
}
#index section#events .box-tanken {
  margin: 2rem auto;
}
#index section#events .box-tanken h3 {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: A1 Mincho, "Noto Serif JP", sans-serif;
}
#index section#events .box-tanken .tanken-img {
  text-align: center;
  margin: 0.5rem auto;
}
#index section#events .box-tanken .tanken-txt {
  font-size: 0.9rem;
  border-bottom: 1px dotted #989898;
  padding: 0.5rem 0;
  margin: 0 auto;
}
#index section#events .box-tanken .tanken-date .tanken-date-item {
  border-bottom: 1px dotted #989898;
  padding: 0.5rem 0;
  margin: 0 auto;
}
#index section#events .box-tanken .box-tanken-btn {
  margin: 1rem auto;
}
#index section#events .box-tanken .box-tanken-btn a {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #index section#events .box-tanken h3 {
    margin: 0.5rem auto;
    font-size: 1.3rem;
    text-align: center;
  }
  #index section#events .box-tanken .tanken-img img {
    margin: 0 auto;
  }
}
#index section#info, #index section#media {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 96%;
  padding: 2rem 0px;
}
#index section#info h2, #index section#media h2 {
  text-align: center;
  font-size: 2rem;
}
#index section#info div.link-base, #index section#media div.link-base {
  display: flex;
  justify-content: flex-end;
  margin: -32px 0px 40px 0px;
}
#index section#info div.link-base a.detail-link, #index section#media div.link-base a.detail-link {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: no-repeat url(../img/basic-list.svg);
  margin-right: 16px;
}
#index section#info ul li dl, #index section#media ul li dl {
  display: flex;
  border-bottom: solid 1px #989898;
}
#index section#info ul li dl dt, #index section#media ul li dl dt {
  font-size: 0.75rem;
  min-width: 112px;
}
@media screen and (max-width: 767px) {
  #index section ul li dl {
    display: block;
  }
}
#index #tokusyu {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 96%;
  padding: 2rem 0px;
  text-align: left;
}
#index #tokusyu a:hover {
  text-decoration: none;
}
#index #tokusyu h2 .mark {
  background: #ad7c22;
  color: #fff;
  font-size: 1rem;
  padding: 0.1rem 0.5rem;
  border-radius: 10rem;
  display: inline-block;
}
#index #tokusyu h2 .ttl {
  display: block;
  padding: 0.5rem 0 0 0;
  font-size: 1.4rem;
}
#index #tokusyu .tokusyu-img {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}
#index #tokusyu .tokusyu-img img {
  width: 100%;
}
#index #bnr-brand {
  text-align: center;
}
#index #bnr-brand a {
  color: #231815;
  text-decoration: none;
}
#index #bnr-brand a:hover img {
  opacity: 1;
}
#index #bnr-brand .bnr-brand-ttl {
  position: relative;
}
#index #bnr-brand .bnr-brand-ttl:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #006b41;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#index #bnr-brand .bnr-brand-ttl .kizuna-logo {
  position: relative;
}
#index #bnr-brand .bnr-brand-txt {
  font-family: A1 Mincho, "Noto Serif JP", sans-serif;
  line-height: 1.8;
}
#index #bnr-brand .bnr-brand-logo .brand-logo-item img {
  width: 180px;
  padding: 10px;
}
#index #bnr-brand .bnr-brand-btn {
  display: inline-block;
  margin: 1rem auto;
  padding: 10px 20px;
  background: #006b41;
  color: #fff;
}
#index #bnr-brand .bnr-brand-btn:hover {
  background: rgb(0, 56, 34.0186915888);
  transition: 0.2s;
}
#index #bnr-brand .bnr-brand-btn img {
  vertical-align: middle;
  padding: 0 5px 5px 0px;
}
#index #bnr-plan a {
  background: url(../img/index-bnr-plan.jpg) center center no-repeat;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 2rem 0;
  box-sizing: border-box;
  font-family: A1 Mincho, "Noto Serif JP", sans-serif;
  text-decoration: none;
  color: #fff;
}
#index #bnr-plan a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 107, 65, 0.6);
  z-index: 2;
}
#index #bnr-plan a .bnr-plan-content {
  position: relative;
  z-index: 3;
}
#index #bnr-plan .bnr-plan-ttl {
  font-size: 2rem;
}
#index #bnr-plan .bnr-plan-btn {
  position: relative;
  display: inline-block;
  z-index: 100;
  background: #006b41;
  color: #fff;
  width: 240px;
  padding: 1rem 0.5rem 0.3rem 0;
  font-size: 1rem;
  text-align: right;
}
#index #bnr-plan .bnr-plan-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: -7px;
  height: 42px;
  width: 51px;
  background: no-repeat url(../img/footer-sp-samples.svg);
  background-size: contain;
}
#index #bnr-plan .bnr-plan-btn:hover {
  background: rgb(0, 56, 34.0186915888);
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  #index #bnr-plan a {
    background-image: url(../img/index-bnr-plan-sp.jpg);
    font-size: 1.3rem;
  }
  #index #bnr-plan .bnr-plan-ttl {
    font-size: 1.5rem;
  }
  #index #bnr-plan .bnr-plan-txt {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 991px) {
  #index .bnr-plan-box {
    padding: 0;
  }
}
#index #yamasa-nav {
  margin: 2rem auto;
}
#index #yamasa-nav .home-ttl {
  margin: 2rem auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #index #yamasa-nav .home-ttl {
    width: 100%;
  }
}
#index #yamasa-nav a {
  padding: 8px;
  display: block;
  border: solid 1px #989898;
  margin-top: -16px;
  margin-bottom: 1rem img;
  margin-bottom-width: 100%;
}

.bg_onetime_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.bg_onetime_popup.js_active {
  opacity: 1;
  visibility: visible;
}

.onetime_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 900px;
  max-width: 90%;
  background-color: #fff;
  cursor: pointer;
  border-radius: 0.2rem;
}
.onetime_popup:before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  content: "";
}
.onetime_popup .onetime_popup_title {
  position: relative;
  padding: 2rem 1rem 0 1rem;
  margin: 0px;
  text-align: center;
  line-height: 1.5;
  font-family: A1 Mincho, "Noto Serif JP", sans-serif;
}
.onetime_popup .onetime_popup_title h2 {
  margin: 0.5rem 0 1rem 0;
  color: #006b41;
  font-size: 1.6rem;
}
.onetime_popup .onetime_popup_title p {
  margin-bottom: 0;
}
.onetime_popup .onetime_popup_close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
  cursor: pointer;
}
.onetime_popup .onetime_popup_content {
  padding: 1rem;
  text-align: center;
}
.onetime_popup .onetime_popup_content .popup_btn a {
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .onetime_popup .onetime_popup_title h2 {
    font-size: 1.3rem;
  }
  .onetime_popup .onetime_popup_title p {
    font-size: 0.8rem;
  }
  .onetime_popup .onetime_popup_content .popup_btn {
    margin: 0.5rem 0;
    padding: 0;
  }
  .onetime_popup .onetime_popup_content .popup_btn a {
    display: block;
    font-size: 1rem;
    display: flex;
    align-items: center;
  }
}

.images-content {
  display: none;
}

.photo-content {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.photo-content a {
  color: #231815;
}
.photo-content .photo-comment {
  border-bottom: 1px dotted #989898;
  padding: 0.5rem 0;
}
.photo-content .photo-item-title {
  color: #006b41;
  padding-right: 1rem;
  word-break: keep-all;
  margin-bottom: 0.3rem;
}
.photo-content .photo-category {
  border-bottom: 1px dotted #989898;
  padding: 0.5rem 0;
  font-size: 0.8rem;
}
.photo-content .photo-category ul {
  margin: 0.2rem 0 0.2rem 0.5rem;
}
.photo-content .photo-tag {
  border-bottom: 1px dotted #989898;
  padding: 0.5rem 0;
  font-size: 0.8rem;
}
.photo-content .photo-tag ul {
  margin: 0.2rem 0 0.2rem 0.5rem;
}
.photo-content .photo-memo {
  border-bottom: 1px dotted #989898;
  padding: 0.5rem 0;
}
.photo-content .photo-memo .photo-item-title {
  display: block;
  font-size: 0.8rem;
}
.photo-content .photo-btn {
  text-align: center;
  margin: 2rem auto;
}
.photo-content .photo-btn a {
  background: #006b41;
  color: #fff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: inline-block;
}
.photo-content .photo-btn a:hover {
  background: rgb(0, 56, 34.0186915888);
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .photo-content .photo-category {
    display: flex;
    align-items: center;
  }
  .photo-content .photo-tag {
    display: flex;
    align-items: center;
  }
}

/*# sourceMappingURL=front.css.map */
