@charset "UTF-8";

.home_sect {
  padding: 3rem 0;
}
.home_sect > .block_head {
  margin-bottom: 1rem;
  text-align: center;
}
.home_sect .sect_title [lang="en"] {
  font-size: 1.5em;
}
.home_sect .lead {
  font-size: 0.875em;
}
@media print, (min-width:601px) {
  .home_sect {
    padding: 4.5rem 0;
  }
  .home_sect .sect_title [lang="en"] {
    font-size: 2em;
  }
}

.home_visual {
  text-align: center;
}
.home_visual > .inner {
  position: absolute;
  top: 8rem;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
.home_visual .visual_text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  color: #FFF;
  font-size: 0.8125em;
  text-shadow: 
    0 0 1px rgba( 0, 0, 0, 0.2 ), 
    0 0 2px rgba( 0, 0, 0, 0.2 ), 
    0 0 3px rgba( 0, 0, 0, 0.2 ), 
    0 0 4px rgba( 0, 0, 0, 0.2 ), 
    0 0 5px rgba( 0, 0, 0, 0.2 );
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home_visual .visual_text .logo {
  margin-bottom: 1rem;
  fill: rgba(111, 186, 44, 0.7);
  font-size: 2em;
}
.home_visual .sp-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 200;
}
.home_visual .sp-button {
  border-color: #FFF;
  -webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.2 ), 
    0 0 0 1px rgba( 0, 0, 0, 0.2 ) inset;
  box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.2 ), 
    0 0 0 1px rgba( 0, 0, 0, 0.2 ) inset;
}
.home_visual .sp-selected-button {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.2 );
  box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.2 );
}
@media only screen and (max-width:600px) {
  .home_visual .sp-button {
    margin-right: 0.5em;
    margin-left: 0.5em;
    width: 1em;
    height: 1em;
    font-size: 0.8rem;
  }
}
@media print, (min-width:601px) {
  .home_visual > .inner {
    top: 10rem;
  }
  .home_visual .visual_text {
    font-size: 1.375em;
  }
}


#example .example_list {
  margin: 1.5rem auto;
}
#example .example_list .example_block {
  text-align: center;
}
#example .example_block .post_thumb {
  display: block;
  color: inherit;
  text-decoration: none;
}
#example .example_block .post_title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0.5em 0.25em;
  background-color: rgba(35, 24, 21, 0.5);
  color: #FFF;
  font-size: 0.8125em;
  text-align: center;
  line-height: 1.5;
}
#example .example_list .sp-button {
  margin: 0 0.5em;
  width: 1em;
  height: 1em;
  font-size: 0.6em;
  border: none;
  background-color: #9fa0a0;
}
#example .example_list .sp-button.sp-selected-button {
  background-color: #231815;  
}
#example .more_btn .wp-block-button__link {
  background-color: #6fba2c;
}
@media print, (min-width:601px) {
  #example .example_list {
    margin: 3rem auto;
  }
  #example .example_block .post_title {
    font-size: 0.875em;
  }
}


#news .post_list, 
#news .post_list > li {
  border: solid 0 #9fa0a0;
}
#news .post_list {
  list-style: none;
  margin: 1.5rem auto;
  border-width: 2px 0;
}
#news .post_list > li + li {
  border-top-width: 1px;
}
#news .post_block {
  padding: 1rem 0.5rem;
}
#news .post_block.newly::before {
  content: 'new';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem 0.5rem;
  padding-top: 0.9em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  color: #6fba2c;
  font-weight: lighter;
  line-height: 1;
  text-align: center;
  z-index: 10;
}

#news .post_block .post_info {
  font-size: 0.75em;
  line-height: 1;
}
#news .post_block .post_date {
  display: block;
}
#news .post_block .post_cate {
  list-style: none;
  margin-top: 1em;
}
#news .post_block .post_cate > li {
  display: inline-block;
}
#news .post_block .post_cate > li + li::before {
  content: '/';
  display: inline-block;
  width: 1em;
  text-align: center;
}
#news .post_block .post_title {
  font-size: 1.125em;
  line-height: 1.5;
}
#news .post_block .post_title a {
  color: inherit;
  text-decoration: none;
}
#news .post_block .post_title a:hover {
  text-decoration: underline;
}
#news .post_block .post_text {
  font-size: 0.8125em;
  line-height: 1.75;
  text-align: justify;
}
#news .more_link a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
#news .more_link a::before {
  content: '＞';
  display: inline-block;
  margin-right: 0.5em;
}
@media only screen and (max-width:600px) {
  #news .post_block .post_title {
    margin: 0.5em auto 0.25em;
  }
}
@media print, (min-width:601px) {
  #news .post_block {
    padding-left: 10em;
  }
  #news .post_block.newly {
    padding-right: 4em;
  }
  #news .post_block.newly::before {
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  #news .post_block .post_info {
    position: absolute;
    top: 0;
    left: 0;
    margin: 1.25rem 0.5rem;
    width: 10em;
  }
}


#contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #FFF;
  fill: #FFF;
}
#contact .contact_tel {
  margin: 1.5rem auto;
  padding: 1em;
  border-radius: 0.5em;
  border-style: solid;
  border-width: 1px;
  line-height: 1.25;
}
#contact .contact_tel .num {
  font-size: 1.5em;
}
#contact .submit_btn {
  display: block;
  margin: auto;
  padding: 3rem 1rem 0.5rem;
  width: 10em;
  border-radius: 0;
  background-color: #6fba2c;
  background-image: url(../../assets/images/icn-mail.svg);
  background-repeat: no-repeat;
  background-position: center 0.5rem;
  -webkit-background-size: 2.25em 2.25em;
  background-size: 2.25em 2.25em;
  color: #FFF;
}
#contact .submit_btn::before {
  content: '';
  display: block;
  margin: auto auto 0.25em;
  width: 1em;
  height: 1em;
  background-image: url(../../assets/images/icn-mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 1em 1em;
  background-size: 1em 1em;
  font-size: 2.25em;
}
#contact .mw_wp_form .error {
  margin-top: auto;
}
@media print, (min-width:601px) {
  #contact .contact_tel {
    line-height: 1;
    font-size: 1.25em;
  }
  #contact .contact_tel .txt, 
  #contact .contact_tel .num {
    display: inline-block;
    vertical-align: middle;
  }
  #contact .contact_tel .num {
    font-size: 2em;
  }
}

#contact .inner {
  max-width: 900px;
}
#contact .form_list > dt {
  float: none;
  width: auto;
  font-size: 0.9375em;
  font-weight: normal;
}
#contact .form_list > dd {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  padding-left: 0;
  border: none;
}
#contact input, 
#contact select, 
#contact textarea {
  padding: 0.5em;
  border-radius: 0.3em;
  background-color: #FFF;
  color: #000;
}
#contact .mwform-tel-field input {
  width: 5em;
}
#contact .wide_half, 
#contact .wide_full {
  width: 100%;
}
@media only screen and (max-width:600px) {
  #contact .form_list > dt {
    padding-left: 0;
  }
  #contact .form_list > dt::before {
    display: none;
  }
}
@media print, (min-width:601px) {
  #contact .wide_half {
    width: 50%;
  }
}

#contact .form_capture {
  margin: 1.5rem auto;
  text-align: center;
}
#contact .form_capture img {
  width: 12em;
}
