@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  background: #f7f7f7;
  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{
    background: #f7f7f7;
    padding: 10px;
    font-size: 14px;
    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: #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: #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: #7fb288;
}
.singlehead h2{
  border-bottom: 3px solid #cfebd4;
  position: relative;
  color: #297E39;
  font-size: 24px;
  font-weight: bold;
  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: #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: 1380px;
}
.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) {
    
}
/******************************
  bg
******************************/
.bg-orange{
background: linear-gradient(0deg, #ffffff 0%, #fff7ef 10%);
margin: 0px 0 0 !important;
}
.bg-orangeall{
background: #fff7ef;
margin: 30px 0 0 !important;
}
@media screen and (max-width: 820px) {
.bg-orangeall{
background: #fff7ef;
margin: 0px 0 0 !important;
}
}


/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.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
******************************/
.title-type01{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.title-type01 .ttl-main {
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 1;
    position: relative;
    font-family: YuMincho;
    color: #444;
    display: inline-block;
    z-index: 1;
}
@media screen and (max-width: 820px) {
.title-type01 .ttl-main {
    font-size: 30px;
}
}
@media screen and (max-width: 600px) {
.title-type01 .ttl-main {
  font-size: 20px;
  line-height: 1.6;
  padding: 0 10px;
  text-align: left;
}
}

.title-type01 .ttl-main::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/titlle_icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 44px;
  aspect-ratio: 1 / 1;
  left: -20px;
  top: -15px;
    z-index: 0;
}
@media screen and (max-width: 600px) {
.title-type01 .ttl-main::before {
width: 30px;
left: -5px;
top: -10px;
}
}


.sub_title{
font-size: 30px;
    margin-top: 50px;
    margin-bottom: 10px;
    font-family: YuMincho;
    text-align: center;
}
@media screen and (max-width: 820px) {
.sub_title{
font-size: 24px;
}
}
@media screen and (max-width: 820px) {
.sub_title{
font-size: 18px;
}
}


/*マーカーアニメーション*/
.marker-animation.active{
  background-position: -100% .8em;
}

.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,230,208) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,230,208) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,230,208) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255,230,208) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255,230,208) 50%);
  background-repeat: repeat-x;
  background-size: 200% .3em;
  background-position: 0 .8em;
  transition: all 2s ease;
}
@media screen and (max-width: 600px) {
  .marker-animation.active{
  background-position: -100% 1.2em;
}
.marker-animation {
  background-position: 0 1.2em;
}
}


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

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

/******************************
  header
******************************/
.cmnhead{
  background: #fff;
  padding: 1.5rem 0 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.cmnhead.on {
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .2);
}
.cmnhead .logo{
  max-width: 250px;
  transition: 1s;
}
.cmnhead .logo:hover {
    transform: scale(0.95);
    transition: 1s;
}

.cmnnav{
  margin-right: 30px;
}
.navlist a{
  display: block;
  padding: 0 1rem;
}
.navlist a:hover,
.navlist .nowpage a{
border-bottom: 2px solid #ff8015;
  opacity: 1;
}
.headtel{
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.headtel a{
  font-size: 2.2rem;
  line-height: 1;
}
.headtel p{
  font-size: 1.4rem;
}
.spbtn{
  background: #ff8015;
  border-radius: 5px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  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) {
  .headtel {
    display: none;
  }
  .cmnhead {
    padding: 1rem 0;
  }
  .cmnhead .logo {
    max-width: 200px;
  }
  .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
  }
  .cmnnav.active{
   background: #fff7ef;
    height: 100dvh;
  }
  .cmnnav.active .splogo{
    display: block;
    margin: 4rem auto;
    max-width: 200px;
    text-align: center;
  }
  .cmnnav.active .splogo:hover {
    transform: scale(0.95);
    transition: 1s;
}
  .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 #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) {
    
}

/******************************
  footer
******************************/
.cmnfot {
    position: relative;
    background-image: url(../images/common/footer_bg.webp);
    background-position: top;
    background-size: cover;
    padding: 100px 0 0px;
}
@media screen and (max-width: 1024px) {
.cmnfot {
    padding: 50px 0 0px;
}
}
@media screen and (max-width: 600px) {
.cmnfot {
background: #fff7ef;
}
}

.footer_flex01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.fotinfo{
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 600px) {
.fotinfo{
  padding: 0rem 0 0rem;
}
}

.footer_flex01 .fotlogo{
width: 25%;
padding: 10px;
}
@media screen and (max-width: 1024px) {
.footer_flex01 .fotlogo{
width: 45%;
padding: 10px;
margin-right: 5%;
}
}
@media screen and (max-width: 600px) {
.footer_flex01 .fotlogo{
width: 100%;
padding: 10px;
margin-right: 0%;
}
}



.footer_flex01 .fotlogo img{
 max-width: 100%;
width: 250px;
transition: 0.5s;
align-content: center;
}
.footer_flex01 .fotlogo img:hover {
  transform: scale(0.95);
  transition: 0.5s;
}

.fotadd h2{
  font-size: 20px;
  font-weight: 600;
  font-family: YuMincho;
  margin-bottom: 10px;
}
.footer_flex01 .fotadd{
  width: 27%;
  padding: 10px 10px;
}
@media screen and (max-width: 1024px) {
.footer_flex01 .fotadd{
  width: 50%;
  padding: 10px 10px;
}
}
@media screen and (max-width: 600px) {
.footer_flex01 .fotadd{
  width: 100%;
  padding: 10px 10px;
}
}


.fotadd address{
  font-style: normal;
    font-family: YuMincho;
    font-weight: 600;
}
.fotadd .tel a,.fotadd span{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-left: 5px;
    line-height: 1.4;
    letter-spacing: 1px;
}
.footer_flex01 .fotlinks{
  width: 24%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.footer_flex01 .fotlinks{
  width: 50%;
  padding: 10px;
}
}
@media screen and (max-width: 600px) {
.footer_flex01 .fotlinks{
  width: 100%;
  padding: 0px 10px;
}
}

.footer_flex01 .fotlinks li{
  width: 100%;
  margin-bottom: 5px;
}
.footer_flex01 .fotlinks li a{
  position: relative;
  transition: 0.4s;
}
.footer_flex01 .fotlinks li a:hover {
    color: #707070;
    transition: 0.4s;
}

.footer_flex01 .fotlinks li a::before {
    content: '';
    display: block;
    width: 8px;
    height: 9px;
    position: absolute;
    top: 23%;
    right: -20px;
    background-image: url(../images/common/icon_arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
   transition: 0.4s;
    margin: 0px 0 0;
}
.footer_flex01 .fotlinks li a:hover::before {
    right: -35px;
    transition: 0.4s;
}

.fotcopy{
font-size: 14px;
padding: 10px;
text-align: center;
}

.gmap_footer {
height: 0;
overflow: hidden;
padding-bottom: 80%;
position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
.gmap_footer {
padding-bottom: 45%;
  }
}

@media screen and (max-width: 767px) {
.gmap_footer {
padding-bottom: 70%;
  }
}
.gmap_footer iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.link_text{
  margin-top: 5px;
  margin-bottom: 10px;
}
.link_text a{
  color: #1a0dab;
  text-decoration: underline;
  position: relative;
}


@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) {

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

}

/*****************************
フッターボタン
*****************************/
.morebtn_footer {
  margin: 20px 0;
}
.morebtn_footer a {
display: flex;
align-items: center;
position: relative;
width: 250px;
padding: 5px 10px 5px 12px;
border: 1px solid #ff8015;
color: #fff;
font-size: 14px;
transition: .6s;
background: #ff8015;
border-radius: 3px;
}
.morebtn_footer a:hover {
border: 1px solid #56a3ee;
  color: #fff;
  background: #56a3ee;
  opacity: 1;
  transition: .6s;
}
.morebtn_footer a::after {
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.morebtn_footer a:hover::after {
  border: 1px solid #2c92f5;
}
.morebtn_footer a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #2c92f5;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}
/*****************************
アクセスボタン
*****************************/
.morebtn_access {
    margin: 20px 0 0;
}
.morebtn_access a {
display: flex;
align-items: center;
position: relative;
width: 280px;
padding: 10px 45px 10px 45px;
border: 1px solid #ff8015;
color: #fff;
font-size: 14px;
transition: .6s;
background: #ff8015;
border-radius: 3px;
}
@media screen and (max-width: 600px) {
.morebtn_access a {
width: 100%;
margin: 0 auto;
padding: 10px 30px 10px 30px;
}
}

.morebtn_access a:hover {
border: 1px solid #56a3ee;
  color: #fff;
  background: #56a3ee;
  opacity: 1;
  transition: .6s;
}
.morebtn_access a::after {
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.morebtn_access a:hover::after {
  border: 1px solid #2c92f5;
}
.morebtn_access a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #2c92f5;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}
/******************************
  greeting
******************************/
.sign_style{
  font-size: 20px;
  font-family: YuMincho;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.greeting_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.greeting_flex .left_area{
  width: 35%;
  padding: 20px;
  margin-right: 5%;
}
.greeting_flex .right_area{
  width: 60%;
  padding: 20px;
}
@media screen and (max-width: 820px) {
.greeting_flex .left_area{
  width: 38%;
  padding: 10px;
  margin-right: 2%;
}
.greeting_flex .right_area{
  width: 60%;
  padding: 10px;
}
}
@media screen and (max-width: 767px) {
.greeting_flex .left_area{
  width: 300px;
  max-width: 100%;
  margin-right: 0%;
  margin: 0 auto;
  padding: 20px;

}
.greeting_flex .right_area{
  width: 100%;
  padding: 20px 0;
}
}



.greeting_flex p{
  margin-bottom: 20px;
}
.greeting_flex img{
  border-radius: 0px;
    box-shadow: 10px 10px 0px #ff8015;
}


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

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

