@charset "utf-8";

.page_name{
  margin-left: 0.6em;
  letter-spacing: 0.6em;
}
.wrapper{
  background-image: url('../img_archives/bg_archives.jpg');
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width : 767px){
  .page_name {
    margin-left: 0.6em;
    letter-spacing: 0;
  }
  .wrapper{
    min-width: 0;
    background-size: auto;
  }
}

/* ===============================================
# content
=============================================== */
/* archives */
.main {
  padding-bottom: 15px;
}
.main .sect_head{
  width: 100%;
  background-color:rgba(245,243,220,.95);
}
@media screen and (max-width : 767px){
  .content { 
    display: block;
    padding: 0 0% 9%;
  }
  .main {
    display: block;
    padding-bottom: 0px;
  }
}


/* sect_article */
.main .sect_head .sect_article{  
  display: block;
  display:flex;
  align-items: center;
}
.main .sect_head .sect_article img{
  width: 61vw;
  min-width: 478px;
  max-width: 1030px;
}
.main .sect_head .sect_article p{
  width: 40vw;   
  min-width: 622px;
  padding-left: 70px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width : 767px){
  .main .sect_head .sect_article {
    display: block;
    width: 100%;
  }
  .main .sect_head .sect_article img {
    width: 100%;
    min-width: auto;
  }
  .main .sect_head .sect_article p {
    width: 100%;
    min-width: auto;
    padding: 15px 3% 20px 4%;
    font-size: 14px;
    font-size: .875rem;
  }
}


.main .sect_body{
  padding: 0 75px 0 25px;
 background-color:rgba(255,255,255,.9);
}
.main .sect_body .inner{
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width : 767px){
  .main .sect_body {
    padding: 0 2%;
  }
  .main .sect_body .inner{
    width: 100%;
  }
}


/* お知らせ */
/* list */
.list_news{
  display: table;
  width: 100%;
  padding: 52px 0px 70px;
}
.list_news .ttl_news{
  display: table-cell;
  width: 200px;
  vertical-align: middle;
}
.list_news .ttl_news h4{
  font-size: 26px;
  font-size: 1.625rem;
  padding-bottom: 25px;
}
.list_news .ttl_news .link_news a{
  padding: 1px 35px 0 15px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #628629;
  font-size: 14px;
  font-size: .875rem;
  line-height: 32px;
  color: #fff;  
  text-decoration: none;
}
.list_news .ttl_news .link_news a span {
  position: relative;
}
.list_news .ttl_news .link_news a span::after {
  content: ">";
  position: absolute;
  right: -20px;
  top: -8px;
}
.list_news ul{
  border-top: 1px dotted #7c7c7c;  
}
.list_news ul li{
  border-bottom: 1px dotted #7c7c7c;
}
.list_news dl{
  line-height: 1.2;
}
.list_news dl dt{
  float: left;
  clear: left;
  width: 100%;
  padding: 10px 0 0;
  color: #678320;
  line-height: 1.6;
}
.list_news dl dd{
  line-height: 1.4;
  position: relative;
  padding: 10px 60px 10px 0;
  font-size: 16px;
  font-size: 1rem;
}
.list_news dl dd::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img_archives/ico_list_arrow.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  top: 50%;
  right: -10px;
  margin-top: -0.6em;
}
.list_news time{
  font-size: 16px;
  font-size: 1rem;
}
.list_news a{
  display: block;
}
.list_news a:hover{
  text-decoration:underline;
}
@media screen and (max-width : 767px){
  .list_news {
    display: block;
    padding: 25px 4%; 
    margin-bottom: 20px;
  }
  .list_news .ttl_news {
    display: block;
    width: 100%;
    position: relative;
  }
  .list_news .ttl_news h4 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 9px;
    display: inline-block;
  }
  .list_news .link_news {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -5px;
  }
  .list_news .ttl_news .link_news a{
    padding: 1px 24px 0 12px;
    margin-right: 6px;
  }
  .list_news .ttl_news .link_news a span::after {
    right: -14px;
  }
  .list_news dl dt{
    width: 100%;
    margin-top: 5px;
    padding: 0px 0;
    float: none;
  }
  .list_news dl dd{
    width: 100%;
    margin-left: 0;
    padding: 3px 40px 12px 0;
    line-height: 1.4;
    font-size: 13px;
    font-size: .83rem;
  }
  .list_news dl dd::after {
    position: absolute;
    width: 10px;
    height: 9px;
    background-size: contain;
    right: 0;
    margin-top: -1.2em;
  }
  .list_news time{
    font-size: 13px;
    font-size: .83rem;
  }
}


/* 歴史資料館の主な活動 */
.main .sect_body .sect_activities{
  margin-bottom: 60px;
}
.main .sect_body .sect_activities .ttl_activities{
  font-size: 38px;
  font-size: 2.375rem;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #7c7c7c;
}
.main .sect_body .sect_activities .ttl_activities span{
  font-size: 26px;
  font-size: 1.625rem;
}
.main .sect_body .sect_activities .list_activities ul{   
  display: flex;
  width: 100%;
  padding-left: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .sect_body .sect_activities .list_activities ul li{
  width: 207px;
  height: 100px;
  margin-bottom: 15px;
  padding: 20px;
  background-image: url(../img_archives/bg_act_parts.png);
  background-repeat: no-repeat;
  position: relative;
  display: table;
}
.main .sect_body .sect_activities .list_activities ul li:before{
  position: absolute;
  top: 31px;
  left: -15px;
  font-size: 28px;
  font-size: 1.75rem;
  color: #678320;
  font-family: a-otf-ryumin-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-style: normal;
  font-weight: 300;
}
.main .sect_body .sect_activities .list_activities ul .act01:before{  content: '01.';}
.main .sect_body .sect_activities .list_activities ul .act02:before{  content: '02.';}
.main .sect_body .sect_activities .list_activities ul .act03:before{  content: '03.';}
.main .sect_body .sect_activities .list_activities ul .act04:before{  content: '04.';}
.main .sect_body .sect_activities .list_activities ul .act05:before{  content: '05.';}
.main .sect_body .sect_activities .list_activities ul .act06:before{  content: '06.';}
.main .sect_body .sect_activities .list_activities ul .act07:before{  content: '07.';}
.main .sect_body .sect_activities .list_activities ul .act08:before{  content: '08.';}
.main .sect_body .sect_activities .list_activities ul .act09:before{  content: '09.';}
.main .sect_body .sect_activities .list_activities ul .act10:before{  content: '10.';}

.main .sect_body .sect_activities .list_activities ul li p{
  text-align: center; 
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width : 767px){
  .main .sect_body .sect_activities {
    margin: 0 2% 10px;
  }
  .main .sect_body .sect_activities .ttl_activities {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .main .sect_body .sect_activities .ttl_activities span{
    font-size: 14px;
    font-size: .875rem;
  }
  .main .sect_body .sect_activities .list_activities ul {
    padding-left: 6px;
    justify-content: space-around;
  }
  .main .sect_body .sect_activities .list_activities ul::before{
  content:"";
  display: block;
  width:155px;
  order:1;
  }
  .main .sect_body .sect_activities .list_activities ul::after{
  content:"";
  display: block;
  width:155px;
  }
  .main .sect_body .sect_activities .list_activities ul li {
    width: 155px;
    height: 75px;
    margin-bottom: 10px;
    padding: 14px;
    background-size: 100%;
  }
  .main .sect_body .sect_activities .list_activities ul li:before {
    top: 20px;
    left: -8px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .main .sect_body .sect_activities .list_activities ul li p {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.4;
  } 
}


/* INDEX */
.main .sect_body .sect_index{
  margin-bottom: 90px;
}
.main .sect_body .sect_index .ttl_index{
  display: flex;
  align-items: center;
  color: #426f1c;
  margin-bottom: 12px;
}
.main .sect_body .sect_index .ttl_index:before,
.main .sect_body .sect_index .ttl_index:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #4e6739;
}
.main .sect_body .sect_index .ttl_index:before {
  margin-right: 1rem;
}
.main .sect_body .sect_index .ttl_index:after {
  margin-left: 1rem;
}
.main .sect_body .sect_index .ttl_index .ttl_en {
  font-weight: bold;
  margin-top: 4px;
}
.main .sect_body .sect_index .ttl_index .ttl_line { 
  height: 25px;
  width: 2px;
  background-image: url(../img_archives/bg_line_parts.png); 
  background-repeat: no-repeat;
  margin: 0 2%;
}
.main .sect_body .sect_index .ttl_index .ttl { 
    margin-top: -2px;
  font-size: 20px;
  font-size: 1.25rem;
}
.main .sect_body .sect_index .box_list .box{
  width: 542px;
  height: 209px;
  margin: 32px 82px 53px 17px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(53,95,92,.35);
}
.main .sect_body .sect_index .box_list .box:nth-child(even){
  margin: 32px 0px 0 17px;
}
.main .sect_body .sect_index .box_list .box .ico_block{
  position: absolute;
  z-index: 5;
  left: -17px;
  bottom: -14px;
  width: 86px;
  pointer-events: none;
}
.main .sect_body .sect_index .box_list .box .ico_block img{
  width: 100%;
  height: auto;
}
.main .sect_body .sect_index .box_list .box_inner{
  position: relative;
  display: table;
  table-layout: fixed;
  width: 542px;
  height: 209px;
}
.main .sect_body .sect_index .box_list .box_thumb{
  display: table-cell;
  width: 315px;
  overflow: hidden;
}
.main .sect_body .sect_index .box_list .box_thumb img{
  width: auto;
}
.main .sect_body .sect_index .box_list .box_attr{
  display: table-cell;
  position: relative;
  padding: 10px 25px 0 20px;
  background-image: url(../img_sports/bg_emblem.png);
  background-position: center 11px;
  background-repeat: no-repeat;
  vertical-align: top;
}
.main .sect_body .sect_index .box_list .box_attr .text_block{
  height: 156px;
}
.main .sect_body .sect_index .box_list .box_attr .text_block .number{
  padding-top: 60px;
  color: #1c6f69;
  font-size: 13px;
  font-size: .82rem;
  font-weight: bold;
}
.main .sect_body .sect_index .box_list .box_attr .box_ttl{
  margin-top: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.main .sect_body .sect_index .box_list .box_attr .arrow_block{
  height: 28px;
  border-top: 1px solid #c9c9c9;
  background-image: url(../img_sports/bg_arrow.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width:767px){
  .main .sect_body .sect_index {
    margin-bottom: 30px;
  }
  .main .sect_body .sect_index .ttl_index {
    padding: 0 2%;
  }
  .main .sect_body .sect_index .ttl_index:before,
  .main .sect_body .sect_index .ttl_index:after {
    height: 1px;
  }
  .main .sect_body .sect_index .ttl_index .ttl_en {
    margin-top: 3px;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .main .sect_body .sect_index .ttl_index .ttl_line {
    height: 17px;
    width: 1px;
  }
  .main .sect_body .sect_index .ttl_index .ttl {
    font-size: 14px;
    font-size: .875rem;
  }
  .main .sect_body .sect_index .box_list .box{
    float: none;
    width: auto;
    height: auto;
    margin: 5% 2% 20px;
  }
  .main .sect_body .sect_index .box_list .box:nth-child(even) {   
    margin: 5% 2% 20px;
  }
  .main .sect_body .sect_index .box_list .box .ico_block{
    left: -9px;
    bottom: -7px;
    width: 15.8%;
  }
  .main .sect_body .sect_index .box_list .box_inner{
    width: 100%;
    height: auto;
  }
  .main .sect_body .sect_index .box_list .box_thumb{
    width: 59%;
  }
  .main .sect_body .sect_index .box_list .box_thumb img {
    width: 100%;
  }
  .main .sect_body .sect_index .box_list .box_attr{
    width: 41%;
    padding: 5% 0;
    background-size: 38% auto;
    background-position: center 10%;
    vertical-align: middle;
  }
  .main .sect_body .sect_index .box_list .box_attr .text_block{
    display: inline-block;
    height: auto;
    padding: 0 10%;
  }
  .main .sect_body .sect_index .box_list .box_attr .text_block .number{
    margin: 0;
    padding: 0;
    font-size: 8px;
  }
  .main .sect_body .sect_index .box_list .box_attr .box_ttl{
    margin-top: 4%;
    font-size: 12px;
  }
  .main .sect_body .sect_index .box_list .box_attr .arrow_block{
    position: absolute;
    bottom: 0;
    left: 11%;
    width: 78%;
    height: 14px;
    margin-bottom: 6%;
    background-size: 10px 8px;
  }
}


/* 大東文化歴史資料館規程 */
.main .sect_body .sect_regulations{
  padding-bottom: 60px;
}
.main .sect_body .sect_regulations .ttl_regulations{
  font-size: 38px;
  font-size: 2.375rem;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #7c7c7c;
}
.main .sect_body .sect_regulations p{
  margin-bottom: 16px;
  line-height: 1.8;
}
.main .sect_body .sect_regulations .block_list p {
  width: 410px;
  font-size: 14px;
  font-size: .875rem;
  border-top: 1px dotted #7c7c7c;
  border-bottom: 1px dotted #7c7c7c;
  position: relative;  
}
.main .sect_body .sect_regulations .block_list p a{
  display:block;   
  padding: 10px 0 11px 25px;
  text-decoration: none;
}
.main .sect_body .sect_regulations .block_list p img{
  position: absolute;
  top: 12px;
  left: 0;
}
.main .sect_body .sect_regulations .block_list p::after {
content: ">";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media screen and (max-width : 767px){
  .main .sect_body .sect_regulations {
    padding-bottom: 3px;    
    margin: 0 2%;
  }
  .main .sect_body .sect_regulations .ttl_regulations {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 8px;
    padding-bottom: 10px;
    text-align: center;
  }
  .main .sect_body .sect_regulations p {
    margin-bottom: 18px;
    line-height: 1.6;
    font-size: 14px;
    font-size: .875rem;
  }
  .main .sect_body .sect_regulations .block_list p {
    width: 95%;
    margin: 0 auto 8px;
  }
  .main .sect_body .sect_regulations .block_list p a {
    font-size: 12px;
    font-size: .75rem;
  }
  .main .sect_body .sect_regulations .block_list p img {
    top: 9px;
  }

}