@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
    background: #f0e1db;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cmn-breadcrumb a{
  color: #181818;
}
@media only screen and (max-width: 767px) {
  .cmn-breadcrumb{
    position: relative;
    width: 100%;
  }
}

/*****************************
    ページのコンテンツ少ないとき
*****************************/
.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: #583C31;
  color: #fff;
  padding: 6px 60px 6px;
  border-radius: 50px;
}
.pager .prev a:hover{
  background: #F0F5F5;
  border: 1px solid #583C31;
  color: #583C31;
  opacity: 1;
}
.pager .all a{
  background: #583C31;
  border: 1px solid #583C31;
  color: #fff;
  padding: 6px 60px 6px;
  transition: .5s;
  border-radius: 50px;
}
.pager .all a:hover{
  background: #F0F5F5;
  color: #583C31;
  opacity: 1;
}
.pager .next a{
  background: #583C31;
  color: #fff;
  padding: 6px 60px 6px;
  border-radius: 50px;
}
.pager .next a:hover{
  background: #F0F5F5;
  border: 1px solid #583C31;
  color: #583C31;
  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 13px 6px;
   font-size: 14px;
  }
  .pager .all a{
   padding: 6px 13px 6px;
   font-size: 14px;
  }
  .pager .next a{
   padding: 6px 13px 6px;
   font-size: 14px;
  }
}
/*****************************
    ページネーション
*****************************/
.pagination{
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .current{
  background: #297E39;
  color: #fff;
  padding: 3px 10px 3px;
}
.page-numbers{
  background: #F0F5F5;
  border: 1px solid #333;
  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: #da637a;
font-weight: bold;
letter-spacing: 1px;
}
.singlehead h2{
    border-bottom: 2px solid #f0e1db;
  position: relative;
  font-size: 22px;
  margin-bottom: 30px;
}
@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: #da637a;
  border: 1px solid #da637a;
  color: #fff;
  padding: 10px 40px 10px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #da637a;
  opacity: 1;
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #da637a;
  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;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.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;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  /* justify-content: space-between; */
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.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.5); */
 padding: 3rem 0 3rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}
.cmnhead.on{
  background: #846b66;
  padding: 2rem 0 2rem;
  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);
}
@media screen and (max-width: 1024px) {
.cmnhead.on{
  background: unset;
  padding: unset;
}
}


/* logo */
.cmnhead .logo{
  max-width: 480px;
  transition: 0.5s;
  position: absolute;
  top: 80px;
  left: 50px;
}
@media screen and (max-width: 1300px) {
.cmnhead .logo{
  max-width: 430px;

}
}
@media only screen and (max-width: 1024px) {
  .cmnhead .logo {
  max-width: 400px;
    top: 20px;
    left: 20px;
  }
}

.cmnhead.on .logo{
  max-width: 380px;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .cmnhead.on .logo{
  max-width: 380px; 
  top: 20px;
  left: 20px;
  transition: 0.5s;
}
}



.cmnhead .logo:hover{
  transform: scale(0.95);
  transition: 0.5s;
}
/* footer_logo */
.footer_logo{
  max-width: 380px;
  transition: 0.5s;
}
.footer_logo:hover{
  transform: scale(0.95);
  transition: 0.5s;
}


.cmnnav{
  margin-right: 0px;
}
.navlist a{
  display: block;
  padding: 0 0.6rem;
  color: #333;
}
.cmnhead.on .navlist a{
  color: #fff;
}
@media screen and (max-width: 1024px) {
.cmnhead.on .navlist a{
  color: #333;
}
}


.navlist a:hover,
.navlist .nowpage a{
  border-bottom: 2px solid #f0e1db;
  opacity: 1;
}

.cmnhead .headtel{
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: 0.5s;
}
.cmnhead.on .headtel{
  position: absolute;
  top: 1rem;
  right: 2rem;
  transition: 0.5s;
}


.headtel a{
  font-size: 2.2rem;
  line-height: 1;
}
.headtel p{
  font-size: 1.4rem;
}
.spbtn{
  background: #da637a;
  border-radius: 5px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  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;
  }
  .headtel {
    top: 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .headtel {
    display: none;
  }
  .cmnhead {
    padding: 1.5rem 0;
  }

  .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
  }
  .cmnnav.active{
    background: #937c74;
    height: 100vh;
  }
  .cmnnav.active .splogo{
    display: block;
    margin: 4rem auto;
    max-width: 500px;
    text-align: center;
  }
  .navlist{
    visibility: hidden;
    transform-origin: top center;
    transform: scale(.5);
  }
  .cmnnav.active .navlist{
    display: block;
    margin: 2rem auto;
    max-width: 300px;
    text-align: center;
    transition: .3s;
    transform: scale(1);
    visibility: visible;
  }
  .cmnnav.active .navlist li a{
    background: #fff;
    border: 1px solid #a8908c;
    margin: 1rem 0;
    padding: 1rem;
  }
  .cmnnav.active .navlist li a:hover,
  .cmnnav.active .navlist li.nowpage a{
    background: #846b66;
    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 {
  display: none;
  }
  .cmnhead.on .logo{
  display: none;
}
}

/******************************
  footer
******************************/
/* メインカラー設定 */
.cmnfot{
background: #937c74;
  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: 40px;
}
 @media screen and (max-width: 767px) {
.fotflex{
  padding: 40px 10px;
}
 }



.ffbox1{
  width: 47%;
  margin-right: 3%;
}
.ffbox2{
  width: 25%;
}
.ffbox3{
  width: 25%;
}
address{
  font-style: normal;
}
.ffbox2 li,
.ffbox3 li{
  margin-bottom: 10px;
}

.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: #846b66;
  text-align: center;
  padding: 10px;
}
.copyright_area .fotcopy{
  font-size: 12px;
}

@media only screen and (max-width: 820px) {
  .ffbox1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@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;
}
