@charset "UTF-8";
/*
Theme Name:FUJIYAMA
Theme URL: 
Description:テンプレート
Author: KOZAKIKAKU
Version: β
Tags:
License: 
License URI: 
*/
/*****************************************
******************mixin*******************
******************************************/
.pagination_cover {
  display: flex;
  transition: 0.2s ease-in-out;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .pagination_cover {
    margin-top: 16px;
  }
}
.pagination_cover .pagination {
  margin: 0px auto;
}
.pagination_cover .pagination .current {
  background: #0B3D91;
  color: white;
  border: 1px solid #0B3D91;
}
.pagination_cover .pagination a:hover {
  color: #0B3D91;
}
.pagination_cover .pagination .page-numbers {
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
}

.cat_btn {
  display: flex;
  transition: 0.2s ease-in-out;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.cat_btn a {
  display: block;
  padding: 2px 10px;
  background: #0B3D91;
  color: white;
  font-size: 12px;
  border-radius: 2px;
}
.cat_btn a:nth-of-type(n+2) {
  margin-left: 10px;
}

/****お知らせ****/
#news .news_wrap {
  max-width: 730px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  #news .news_wrap {
    width: 96%;
  }
}
@media (max-width: 768px) {
  #news .news_wrap {
    width: 92%;
  }
}
#news .news_wrap ul {
  margin-bottom: 50px;
}
#news .news_wrap ul li {
  padding: 30px 50px;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  color: black;
  line-height: 1.2;
  font-weight: bold;
  color: #626262;
}
#news .news_wrap ul li:nth-of-type(odd) {
  background: #E4E4E4;
}
#news .news_wrap ul li:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
#news .news_wrap ul li:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media (max-width: 1024px) {
  #news .news_wrap ul li {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  #news .news_wrap ul li {
    font-size: 12px;
  }
}
#news .news_wrap ul li span {
  background: #0B3D91;
  border-radius: 2px;
  color: white;
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  color: white;
  line-height: 1.2;
  font-weight: normal;
  display: inline-block;
  padding: 4px 8px;
}
#news .news_wrap ul li span:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
#news .news_wrap ul li span:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media (max-width: 1024px) {
  #news .news_wrap ul li span {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  #news .news_wrap ul li span {
    font-size: 10px;
  }
}
#news .news_wrap ul li a {
  display: block;
  border-left: 5px solid #0B3D91;
  padding-left: 20px;
  margin-top: 20px;
  color: black;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  color: black;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #news .news_wrap ul li a {
    margin-top: 10px;
  }
}
#news .news_wrap ul li a:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
#news .news_wrap ul li a:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media (max-width: 1024px) {
  #news .news_wrap ul li a {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  #news .news_wrap ul li a {
    font-size: 12px;
  }
}

#single {
  width: 100%;
}
#single h1 {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  color: black;
  line-height: 1.2;
  font-weight: bold;
  color: #626262;
  text-align: center;
  margin: 0px auto;
}
#single h1:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
#single h1:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media (max-width: 1024px) {
  #single h1 {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  #single h1 {
    font-size: 12px;
  }
}
#single h1 span {
  background: #0B3D91;
  border-radius: 2px;
  color: white;
  font-size: 12px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  color: white;
  line-height: 1.2;
  font-weight: normal;
  display: inline-block;
  padding: 4px 8px;
}
#single h1 span:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
#single h1 span:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media (max-width: 1024px) {
  #single h1 span {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  #single h1 span {
    font-size: 10px;
  }
}
#single h1 p {
  display: block;
  margin-top: 20px;
  color: black;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 768px) {
  #single h1 p {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  #single h1 p {
    font-size: 3.6vw;
  }
}
@media (max-width: 768px) {
  #single h1 p {
    font-size: 22px;
  }
}
#single .single_wrap {
  max-width: 730px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative;
  margin-bottom: 70px;
  background: #E4E4E4;
  padding: 60px 0;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  #single .single_wrap {
    width: 96%;
  }
}
@media (max-width: 768px) {
  #single .single_wrap {
    width: 92%;
  }
}
@media (max-width: 768px) {
  #single .single_wrap {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  #single .single_wrap {
    padding: 20px 0;
  }
}
#single .single_wrap p {
  font-size: 14px;
  line-height: 36px;
  padding: 0 60px;
}
@media (max-width: 768px) {
  #single .single_wrap p {
    padding: 0 20px;
    font-size: 14px;
    line-height: 32px;
  }
}
#single .single_wrap img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #single .single_wrap img {
    margin-top: 10px;
  }
}
#single .main_btn_en {
  margin-bottom: 70px;
}
/*# sourceMappingURL=add.css.map */