@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  background: #a29787;
  padding: 5px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.cmn-breadcrumb a{
  color: #fff;
}


/*****************************
    ページのコンテンツ少ないとき
*****************************/
.cmn-main{
  min-height: calc(100vh - 600px);
}

/*****************************
    アンカー
*****************************/
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  z-index: -1;
}

/*****************************
    ページャー
*****************************/
.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  text-align: center;
}
.pager li{
  width: calc(100%/3);
}
.pager .prev a{
  background: #297e76;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .prev a:hover{
  background: #F0F5F5;
  border: 1px solid #297e76;
  color: #181818;
  opacity: 1;
}
.pager .all a{
  background: #297E39;
  border: 1px solid #297E39;
  color: #fff;
  padding: 6px 60px 6px;
  transition: .5s;
}
.pager .all a:hover{
  background: #F0F5F5;
  color: #181818;
  opacity: 1;
}
.pager .next a{
  background: #297e76;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .next a:hover{
  background: #F0F5F5;
  border: 1px solid #297e76;
  color: #181818;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pager .prev a{
      padding: 6px 30px 6px;
  }
  .pager .all a{
      padding: 6px 30px 6px;
  }
  .pager .next a{
      padding: 6px 30px 6px;
  }
}
/*****************************
    ページネーション
*****************************/
.pagination{
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .current{
  background: #A29787;
  color: #fff;
  padding: 3px 10px 3px;
}
.page-numbers{
  background: #F0F5F5;
  border: 1px solid #A29787;
  padding: 3px 10px 3px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pagination{
      margin-top: 60px;
  }
}

/*****************************
    single
*****************************/
.singlehead{
  margin-top: 30px;
}
.singlehead .date{
  color: #7fb288;
}
.singlehead h2{
border-bottom: 2px solid #565656;
position: relative;
color: #181818;
font-size: 24px;
font-weight: bold;
margin-bottom: 30px;
padding-top: 5px;
line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .singlehead h2{
    font-size: 20px;
  }
}

/*****************************
    404
*****************************/
.page-404 .morebtn{
  text-align: center;
  margin-top: 30px;
}
.page-404 .morebtn a{
  background: #297E39;
  border: 1px solid #297E39;
  color: #fff;
  padding: 10px 40px 10px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #297E39;
  opacity: 1;
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.inner-wide{
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 2rem;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 820px) {
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/

/******************************
  btn
******************************/

/******************************
  tbl
******************************/

/******************************
  header
******************************/
.cmnhead{
  background: rgb(255, 255, 255, 0.6);
 padding: 2rem 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}
.cmnhead.on{
  background: #fff;
  padding: 0.5rem 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .2);
}

/* logo */
.cmnhead .logo{
  max-width: 280px;
  transition: 0.5s;
}
.cmnhead .logo img{
  vertical-align: middle;
}
.cmnhead.on .logo{
  max-width: 250px;
  transition: 0.5s;
}
.cmnhead .logo:hover{
  transform: scale(0.95);
  transition: 0.5s;
}
/* footer_logo */
.footer_logo{
  max-width: 280px;
  transition: 0.5s;
}
.footer_logo:hover{
  transform: scale(0.95);
  transition: 0.5s;
}


.cmnnav{
  margin-right: 0px;
}
.navlist a{
  display: block;
  padding: 0 1rem;
  border-bottom: 2px solid rgb(255,255,255,0);
}
.navlist a:hover,
.navlist .nowpage a{
  border-bottom: 2px solid #7dcd54;
  opacity: 1;
}

.spbtn{
  background: #6a3906;
  border-radius: 5px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 40px;
  height:40px;
  z-index: 9999;
}

.cmnhead.on .spbtn{
  background: #6a3906;
  border-radius: 5px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  width: 40px;
  height:40px;
  z-index: 9999;
}



.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 2px;
  transition: all .4s;
  transform: translateX(-50%);
  width: 20px;
}
.spbtn span:nth-of-type(1) {
	top:10px;
}
.spbtn span:nth-of-type(2) {
	top:18px;
}
.spbtn span:nth-of-type(3) {
	top:26px;
}
.spbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 14px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.spbtn.active span:nth-of-type(3){
  top: 26px;
  left: 14px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
.splogo{
  display: none;
}

@media only screen and (max-width: 1180px) {
  .cmnnav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cmnhead {
    padding: 1.5rem 0;
  }
  .cmnhead .logo {
    max-width: 250px;
  }
  .spbtn{
    display: block;
  }
  .cmnhead.on .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
  }
  .cmnnav.active{
    background: #ccc;
    height: 100vh;
    background-image: url(../images/common/sp_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .cmnnav.active .splogo{
    display: block;
    margin: 4rem 1rem;
    max-width: 200px;
    text-align: center;
  }
  .navlist{
    visibility: hidden;
    transform-origin: top center;
    transform: scale(.5);
  }
  .cmnnav.active .navlist{
    display: block;
    margin: 2rem auto;
    max-width: 270px;
    text-align: center;
    transition: .3s;
    transform: scale(1);
    visibility: visible;
  }
  .cmnnav.active .navlist li a{
    background: rgb(255,255,255,0.8);
    border: 1px solid #8B968D;
    margin: 1rem 0;
    padding: 1rem;
  }
  .cmnnav.active .navlist li a:hover,
  .cmnnav.active .navlist li.nowpage a{
    background: #8B968D;
    color: #fff;
  }

}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .cmnhead .logo {
    max-width: 180px;
  }
}

/******************************
  footer
******************************/
/* メインカラー設定 */
.cmnfot{
  background: unset;
  color: #fff;
}
.cmnfot a{
  color: #fff;
}
/* メインカラー設定 */

.fotlogo{
  text-align: center;
  border-bottom: 2px dotted #fff;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.fotlogo img{
  filter: brightness(0) invert(1);
  transition: .5s;
}
.fotlogo img:hover{
  transform: scale(0.95);
  transition: 0.5s;
}
.fotflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
.fotflex{
  padding: 50px 20px;
}
}

.ffbox1{
  width: 47%;
  margin-right: 3%;
}
.ffbox2{
  width: 25%;
}
.ffbox3{
  width: 25%;
}
address{
  font-style: normal;
}
.ffbox2 li,
.ffbox3 li{
  margin-bottom: 10px;
  position: relative;
}
.ffbox2 li,
.ffbox3 li{
  margin-bottom: 10px;
  padding-left: 1.5rem;
  position: relative;
  transition: .5s;
}
.ffbox2 li::before, .ffbox3 li::before{
    position: absolute;
    content: "";
    background: url(../images/common/footer-nav-item.webp) no-repeat center / contain;
    width: 5px;
    height: 7px;
    top: 9px;
    left: 0;
    transition: .5s;
}


.logolist{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.logolist li{
  border: 1px solid #fff;
  padding: 10px;
  margin: 0 10px;
  list-style: none;
}
.logolist img{
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
}

.copyright_area{
  background: #6a3906;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.copyright_area .fotcopy{
  font-size: 12px;
}

@media only screen and (max-width: 820px) {
  .ffbox1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ffbox2,
  .ffbox3{
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .ffbox2,
  .ffbox3{
    width: 50%;
  }
  .logolist li {
    margin: 10px 10px;
    width: calc(100% / 3);
  }
}
.address_area{
  position: relative;
  padding: 20px 0px;
}

/******************************
fixバナー
******************************/
.fix_bnr_new {
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 100;
}
@media screen and (max-width: 767px) {
.fix_bnr_new {
  display: none;
}
}

.fix_bnr_list {
display: flex;
flex-direction: column;
}
.fix_bnr_list li:nth-child(1){
  background: #6A3906;
}
.fix_bnr_list li:nth-child(2){
  background: #7DCD54;
}
.fix_bnr_list li:nth-child(1) a{
  color: #fff;
  padding: 1.5rem .5rem .5rem .5rem;
  display: inline-block;
  height: 160px;
  width: 40px;
}
.fix_bnr_list li:nth-child(2) a{
  color: #fff;
  padding: 1.5rem .5rem .5rem .5rem;
  display: inline-block;
  height: 160px;
  width: 40px;
}
.fix_bnr_link a{
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
}
.fix_bnr_list li span a{
      -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            text-orientation: upright;
             white-space: pre;
       
}

/******************************
sp-footer-menu
******************************/
.sp-footer-menu{
  display: none;
}
@media screen and (max-width: 767px) {
.cmnfot{
  padding-bottom: 50px;
}
.sp-footer-menu{
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
}
.sp-footer-menu ul{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}

.sp-footer-menu ul li:nth-child(1) {
background: #005735;
width: 50%;
}
.sp-footer-menu ul li:nth-child(1) a {
  color: #fff;
  display:block;
  font-size: 16px;
  height: 50px;
  align-content: center;
  align-items: center;
  text-align: center;
}
.sp-footer-menu ul li:nth-child(2) {
background: #736A5D;
width: 50%;
}
.sp-footer-menu ul li:nth-child(2) a {
  color: #fff;
  display:block;
  font-size: 14px;
  height: 50px;
  align-content: center;
  align-items: center;
  text-align: center;
}
/* .sp-footer-menu ul li:nth-child(3) {
background: #7DCD54;

width: 20%;
}
.sp-footer-menu ul li:nth-child(3) a {
  color: #fff;
  display:block;
  font-size: 24px;
  height: 50px;
  align-content: center;
  align-items: center;
  text-align: center;
} */
}

/******************************
SPbr
******************************/
.spbr {
  display: none; /* pcの時は非表示 */
}
.pcbr {
  display: block; /* spの時は非表示 */
}

@media (max-width: 767px) {
  .spbr {
    display: block; /* spの時は表示 */
  }
  .pcbr {
  display: none; /* spの時は非表示 */
  }
}

/*****************************
table01
*****************************/
.table_style01 table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ta01 tr {
  border-bottom: 1px solid #eaeaea;
}
.ta01 th, .ta01 td {
  text-align: left;
  border: 1px solid #eaeaea;
  padding: 15px 20px;
  line-height: 1.6;
  display: table-cell;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .ta01 th, .ta01 td {
  text-align: left;
    border: 0px solid #eaeaea;
    padding: 20px;
    line-height: 1.6;
    display: block;
    align-content: center;
    width: 100%;
}
}
.ta01 .ta01_head {
  background: #CEEC7D;
  letter-spacing: 1px;
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ta01 .ta01_head {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}
.ta01 .td_leftstyle {
  text-align: center;
  padding: 15px 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ta01 .td_leftstyle {
    text-align: left;
  }
}

.center_img{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}


.line_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.line_flex .left_area{
width: 30%;
padding: 10px;
}
.line_flex .right_area{
width: 70%;
padding: 10px;
}
@media screen and (max-width: 767px) {
.line_flex .left_area{
width: 150px;
margin: 0 auto;
}
.line_flex .right_area{
width: 100%;
padding: 10px 0;
}
}


/*****************************
    コラム見出し
*****************************/
.columnsec h2{
  padding: 1rem 2rem;
  border-left: 5px solid #7dcd54;
  background: #f4fbf0;
  margin: 10px 0;
  font-size: 20px;
}
@media only screen and (max-width: 767px){
  .columnsec h2{
    font-size: 18px;
    line-height: 1.6;
  }
}

.columnsec h3{
  position: relative;
  padding: 1rem .5rem;
  margin: 10px 0;
  font-size: 20px;
}
.columnsec h3::before,
.columnsec h3::after{
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: linear-gradient(to left, #7dcd54 0%, #297e76 100%);
}
.columnsec h3::before{
  top: 0;
}
.columnsec h3::after{
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .columnsec h3{
    font-size: 18px;
    line-height: 1.4;
  }
}

.columnsec h4{
  border-bottom: 3px dotted #7dcd54;
  font-size: 18px;
  margin: 10px 0;
}
@media only screen and (max-width: 767px){
  .columnsec h4{
    font-size: 16px;
  }
}

/*****************************
    目次
*****************************/
#toc_container{
  background: #f4fbf0 !important;
  border: 1px solid #7dcd54 !important;
  width: 80% !important;
  margin: 20px auto !important;
}
@media only screen and (max-width: 767px){
  #toc_container{
    width: 100% !important;
  }
}