@charset "utf-8";
.content {
  padding: 10% 0;
  background-color: #F8F8F8;
}
.content .sec01 {
  width: 90%;
  margin: 0 auto;
  max-width: 1460px;
}
.content .sec01 .top-area {
  display: table;
  margin-bottom: 9%;
}
.sec01 .top-area .box01 {
  width: 30%;
  display: table-cell;
  padding-right: 4%;
  border-right: 1px solid #CCCCCC;
  vertical-align: middle;
}
.top-area .box01 img {
  width: 100%;
}
.sec01 .top-area .box02 {
  width: 46%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 4%;
}
.top-area .box02 .in-box  {
  margin-bottom: 3%;
}
.box02 .in-box .count {
  float: left;
  font-size: 1.3vw;
  font-weight: bold;
  margin-top: 1%;
}
.in-box .count .post-count {
  font-size: 2.2vw;
}
.box02 .in-box .btn01 {
  font-size: 1.3vw;
  width: 25%;
  max-width: 236px;
  margin-left: 5%;
  float: right;
  font-weight: bold;
  text-align: center;
  display: block;
}
.box02 .in-box .btn01 a {
  padding: 1.3vw 0 1.2vw;
  line-height: 0px;
  color: #FFF;
  background-color: #4D4D4D;
  display: block;
}
.box02 .in-box .btn01 a:hover {
  background-color: #F77E00;
}
.box02 .in-box .btn02 {
  font-size: 1.3vw;
  width: 25%;
  max-width: 236px;
  float: right;
  font-weight: bold;
  line-height: 0px;
  text-align: center;
  display: block;
}
.box02 .in-box .btn02 a {
  padding: 1.3vw 0 1.2vw;
  color: #FFF;
  display: block;
  background-color: #4D4D4D;
}
.box02 .in-box .btn02 a:hover {
  background-color: #F77E00;
}
.top-area .box02 .txt {
  font-size: 1.1vw;
  line-height: 200%;
}
.content .sec01 .photo-list {
  width: 75%;
  margin: 0 auto;
}
.sec01 .photo-list .photo-list-out {
  margin: 0 -5% 0 0;
  overflow: hidden;
}
.photo-list .photo-list-out .photo-box {
  width: 28.3%;
  margin: 0 5% 8% 0;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.photo-box .photo {
  height: 19.8vw;
  margin-right: 1.3%;
  overflow: hidden;
}
.photo-box .photo img {
  width: 100%;
  height: 100%;
}
.alm-btn-wrap {
  margin: 0 0 1% -5%;
}
.content .sec01 .more-btn {
  font-size: 1.3vw;
  font-weight: bold;
  line-height: 0px;
  text-align: center;
  width: 20%;
  max-width: 236px;
  margin: 0 auto;
  padding: 1.4vw 0 1.2vw;
  display: block;
  color: #FFF;
  background-color: #4D4D4D;
  clear: both;
  border: none;
}
.content .sec01 .more-btn a {
  display: block;
  color: #FFF;
}
.content .sec01 .more-btn a:hover {
  background-color: #F77E00;
}
/* モーダルウィンドウ ======================================*/
.modal-overlay {
    z-index:550; /*デモではheader,footerをz-index:1にしたので それより上げています*/
    display:none; /*jsでフェードインされるまでdisplay:none*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhでビューポートの高さいっぱいになります*/
    background-color:rgba(0,0,0,.7); /*これは好きな色・透明度で*/
    } 
a.modal-open:hover {
  cursor:pointer; /*カーソルをポインタに*/
} 
.modal-content .image {
  width: 100%;
  height: 35vw;
}
.modal-content .image img {
  width: 100%;
  height: 100%;
}
.modal-content .time {
  font-size: 1.2vw;
  font-weight: bold;
  margin: 2% 0 1%;
}
.modal-content .txt {
  font-size: 1.2vw;
  line-height: 150%;
}
.modal-content {
  position:fixed;
  display:none; /*jsでフェードインされるまでdisplay:none*/
  z-index:600; /*オーバーレイより上に*/
  margin:10px;
  padding:5px;
  background:#fff;
  width: 35vw;
}
.modal-content img {
  width:auto;
  /*max-height:50vh;*/
}
.modal-content h1 {
  font-size:120%; margin-bottom:0.5em
}
.modal-content p {
  text-align:left
}
a.modal-close { /*クローズボタンは何でも好きなスタイルでOK*/
  position:absolute;
  top:-35px;
  right:0;
  color:#fff;
  font-size:35px;
  line-height:1;
  font-weight:bold;
  text-decoration:none;
}
a.modal-close:hover {
  cursor:pointer; /*カーソルをポインタに*/
} 
/* ============================================================ 

スマホ用

 ============================================================== */
@media screen and (max-width: 800px) {
.content {
  padding: 25% 0;
}
.content .sec01 .top-area {
  display: block;
  margin-bottom: 9%;
}
.sec01 .top-area .box01 {
  width: 90%;
  display: block;
  margin: 0 auto 10%;
  padding: 0 0 10%;
  border-right: none;
  border-bottom: 1px solid #CCCCCC;
}
.sec01 .top-area .box02 {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding-left: 0;
}
.top-area .box02 .in-box {
  margin-bottom: 10%;
}
.box02 .in-box .count {
  float: none;
  font-size: 14px;
  margin-bottom: 5%;
}
.in-box .count .post-count {
  font-size: 14px;
}
.box02 .in-box .btn01 {
  font-size: 14px;
  width: 47%;
  max-width: 236px;
  float: right;
  font-weight: bold;
  line-height: 0px;
  text-align: center;
  display: block;
  margin-left: 6%;
}
.box02 .in-box .btn01 a {
  padding: 5vw 1.2vw 4vw;
  color: #FFF;
  display: block;
  background-color: #4D4D4D;
}
.box02 .in-box .btn02 {
  font-size: 14px;
  width: 47%;
  max-width: 236px;
  float: right;
  font-weight: bold;
  line-height: 0px;
  text-align: center;
  display: block;
}
.box02 .in-box .btn02 a {
  padding: 5vw 1.2vw 4vw;
  color: #FFF;
  display: block;
  background-color: #4D4D4D;
}
.top-area .box02 .txt {
  font-size: 14px;
  line-height: 30px;
}
.content .sec01 {
  width: 100%;
}
.content .sec01 .photo-list {
  width: 98%;
  margin: 0 auto;
}
.photo-box .photo {
  height: 18vh;;
  margin-right: 1.3%;
  overflow: hidden;
}
.photo-list .photo-list-out .photo-box {
  width: 31%;
  margin: 0 1% 1% 0;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.modal-content .image {
  height: 45vh;
}
.modal-content {
  width: 90%;
}
.modal-content .time {
  font-size: 14px;
}
.modal-content .txt {
  font-size: 14px;
  line-height: 25px;
}
}
