.village_main{
    margin-top: 120px;
}

.village_main_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 95rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6rem;
    padding-left: 6rem;
    margin-bottom: 6rem;
}

.village_main_main{
    width: 75%;
}

.column_archive_sub{
    width: 25%;
    padding: 0 0 0 5rem;
}

.column_archive_cate{
    margin: 0.5rem 0;
}

.column_archive_cate ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
}

.column_archive_cate ul li{
    margin: 0;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 12rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

#button_container{
    text-align: center;
    margin: 3rem 0 6rem;
}

.infinite-scroll-last{
    display: block;
    text-align: center;
}

.infinite-scroll-error{
    display: block;
    text-align: center;
}

.village_main_ul{
    margin: 0 -1.25%;
    display: flex;
    flex-wrap: wrap;
    width: 102.5%;
}

.village_main_li{
    background-color: #fff;
    cursor: pointer;
    width: 30.6%;
    margin: 0 1.33% 40px;
    transition: box-shadow 0.3s ease;
}

.village_main_entry{
    padding: 20px 20px 16px;
    position: relative;
    display: block;
    text-decoration: none;
}

.village_main_entry_area{
    position: relative;
    display: block;
    overflow: hidden;
}

.village_main_entry_op{
    display: flex;
    margin: 23px 0 15px;
    align-items: center;
}

.village_main_entry_time{
    color: #414c65;
    letter-spacing: 0;
    font-size: 0.9rem;
    margin: 0 12px 0 0;
}

.archive_column_entry_cat{
    background-color: #969494;
    color: #fff;
    padding: 3px 8px;
    font-size: 11px;
}

.archive_column_entry_cat a{
    text-decoration: none;
    color: #fff;
}

.village_main_entry_title{
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6;
    font-size: 0.9rem;
    margin: 0 0 28px;
    white-space: normal;
    word-wrap: break-word;
}

.village_main_entry_title a{
    text-decoration: none;
    color: #666;
}

.villages_title {
    max-width: 95rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6rem;
    padding-left: 6rem;
    text-align: center;
    margin-bottom: 5rem;
}

.villages_title h2{
    font-size: 2rem;
    color: #80808a;
}







@media print, screen and (max-width: 768px){

.villages_title {
    padding-right: 2rem;
    padding-left: 2rem;
}

.villages_title h2{
    font-size: 1.8rem;
}

.village_main {
    margin-top: 120px;
}

.village_main_wrapper {
    display: flex;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2rem;
    padding-left: 2rem;
    flex-wrap: nowrap;
    padding-bottom: 3rem;
    margin-bottom: 0;
}

.village_main_main {
    width: 100%;
}

.village_main_ul {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: column;
    padding: 0;
}

.village_main_li {
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    margin: 0 0 40px;
    transition: box-shadow 0.3s ease;
}

.infinite-scroll-last {
    margin-top: -20px;
}


.column_archive_sub {
    width: 100%;
    padding: 0;
}

.column_archive_cate {
    margin: 1rem 0;
}

.column_archive_cate ul li {
    margin: 0;
    padding: 0.6rem 0;
    border-bottom: dotted 1px;
}

.column_archive_sub_h2{
    
}

    }