@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  padding-top: 0px;
  overflow: hidden;
  position: relative;
}
.topslider {
  height: 90vh;
  position: relative;
  width: 100%;;
}
.topslider .slideitem {
  height: 90vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
.topslider {
  height: 75vh;
}
.topslider .slideitem {
  height: 75vh;
}
}
@media screen and (max-width: 820px) {
.topslider {
  height: 60vh;
}
.topslider .slideitem {
  height: 60vh;
}
}


.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(106,57,6,.2);
}
@media screen and (max-width: 767px) {
.topslider::after{
  background: rgb(106,57,6,.3);
}
}
/*****************************
  スライドの動きをズームイン、アウト
*****************************/

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/*****************************
  top キャッチコピー
*****************************/
.catchcopy{
  position: absolute;
  display: block;
  max-width: 100%;
  color: #ffffff;
  top: 46%;
  left: 5%;
  text-align: left;
  transform: translateY(-50%) translateX(-0%);
  margin: 0;
  padding: 10px 0;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .catchcopy{
    top: 53%;
  }
}
@media screen and (max-width: 767px) {
  .catchcopy{
    top: 60%;
  }
}

.catchcopy h2{
  font-size: 38px;
  text-shadow: 1px 1px 3px #565656;
}
.catchcopy p{
  font-size: 22px;
  text-shadow: 1px 1px 3px #565656;
}
@media screen and (max-width: 767px) {
.catchcopy h2{
  font-size: 22px;
  margin-bottom: 10px;
}
.catchcopy p{
  font-size: 18px;
  line-height: 1.4;
}
}

/*****************************
  topsec-news
*****************************/
.topsec-news{
  margin: 30px 0;
  padding: 30px 0;
}
.topsec-news input[type="radio"] {
  display: none;
}
.topsec-news .tab_area{
  margin-bottom: 3rem;
}
.topsec-news .tab_area .ftab{
  background: #ccc;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: calc(15% - 10px);
  color: #fff;
}
.topsec-news .tab_area .ftab.tnewsftab2{
  background: #A29565;
}
.topsec-news .tab_area .ftab.tnewsftab3{
  background: #68B73F;
}
.topsec-news .tab_area .ftab.tnewsftab4{
  background: #1A583B;
}

.topsec-news .tab_area .ftab label{
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.topsec-news .tab_panel{
  display: none;
}
.topsec-news .tab_area .ftab:hover,
.topsec-news #tnewstab1:checked ~ .tab_area .tnewsftab1{
  background: #BCBCBC;
  opacity: 0.7;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab2:hover,
.topsec-news #tnewstab2:checked ~ .tab_area .tnewsftab2{
  background: #A29565;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab3:hover,
.topsec-news #tnewstab3:checked ~ .tab_area .tnewsftab3{
  background: #68B73F;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab4:hover,
.topsec-news #tnewstab4:checked ~ .tab_area .tnewsftab4{
  background: #1A583B;
  color: #fff;
}

.topsec-news #tnewstab1:checked ~ .panel_area #tnewspanel1,
.topsec-news #tnewstab2:checked ~ .panel_area #tnewspanel2,
.topsec-news #tnewstab3:checked ~ .panel_area #tnewspanel3,
.topsec-news #tnewstab4:checked ~ .panel_area #tnewspanel4{
  display:block;
}

@media only screen and (max-width: 1024px) {
  .topsec-news .tab_area {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-news .tab_area .ftab{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .topsec-news .t-newsttlbox,
  .topsec-news .tab_area .ftab label{
    font-size: 1.4rem;
  }
  .topsec-news .tab_area .ftab{
    width: calc(33% - 10px);
  }
}

/*****************************
  お知らせ一覧
*****************************/
.newslist{
    margin-top: 30px;
    margin-bottom: 60px;
}
.newslinktab{
  margin-bottom: 5rem;
}
.newslinktab li{
  width: calc(15% - 10px);
}
.newslinktab  a.label{
  background: #BCBCBC;
  display: block;
  font-weight: bold;
  margin-right: 10px;
  padding: .3rem 0;
  position: relative;
  text-align: center;
  color: #fff;
}
.newslinktab  a.label:hover,
.newslinktab  a.label.label_cr{
  background: #BCBCBC;
    opacity: 0.7;
    color: #fff;
}
.newslinktab  a.label2{
background: #A29565;
color: #fff;
}
.newslinktab  a.label3{
background: #68B73F;
color: #fff;
}
.newslinktab  a.label4{
background: #1A583B;
color: #fff;
}


.newslinktab  a.label.label_cr{
  pointer-events: none;
  opacity: 1 !important;
}
.newslinktab  a.label2:hover,
.newslinktab a.label2.label_cr{
  background: #A29565;
  opacity: 0.7;
}
.newslinktab  a.label3:hover,
.newslinktab a.label3.label_cr{
  background: #68B73F;
  opacity: 0.7;
}
.newslinktab  a.label4:hover,
.newslinktab a.label4.label_cr{
  background: #1A583B;
  opacity: 0.7;
}

.newslist li{
  margin-top: 1rem;
}
.newslist a{
  opacity: 1 !important;
  position: relative;
}
.newslist a::before,
.newslist a::after{
  content: "";
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.newslist a::after{
  background: #7dcd54;
  transition: 0.3s;
  width: 7%;
  z-index: 1;
}
.newslist a:hover::after{
  width: 100%;
}
/* case */
.newslist .top_flex_3col a::before,
.newslist .top_flex_3col a::after{
  content: "";
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.newslist .top_flex_3col a::after{
  background: #6A3906;
  transition: 0.3s;
  width: 7%;
  z-index: 1;
}
.newslist .top_flex_3col a:hover::after{
  width: 100%;
}
/* case */


.newslist a .cat,
.singlehead .cat{
  background: #7dcd54;
  color: #fff;
  margin-right: 1rem;
  text-align: center;
  width: 135px;
}
.newslist a .cat-cat01,
.singlehead .cat-cat01{
  background: #A29565;
}
.newslist a .cat-cat02,
.singlehead .cat-cat02{
  background: #68B73F;
}
.newslist a .cat-cat03,
.singlehead .cat-cat03{
  background: #1A583B;
}
.newslist a .ttl{
  padding: 0 1rem;
}
@media only screen and (max-width: 820px) {
  .newslinktab li{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .newslist a .ttl {
    width: 100%;
    padding: 1.5rem 0rem 0rem;
  }

  .newslinktab li{
    width: calc(50% - 10px);
  }
  .newslist a .cat{
    font-size: 1.2rem;
    line-height: 2;
    width: 110px;
  }
  .newslist a .date{
    font-size: 1.4rem;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}
.newsflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
/* .newsimg{
  width: 0%;
  margin-right: 20px;
} */
.newscont{
  width: 100%;
}
.newsimg img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  padding: 5px;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 767px) {
  .newsimg{
    margin-right: 10px;
  }
  .newsimg img{
    padding: 0;
    height: auto;
  }
}


/*****************************
ボタン
*****************************/
.top_btn {
  margin: 20px 0;
}
.top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  margin: 0 auto;
    padding: 5px 20px 5px 20px;
  border: 1px solid #7dcd54;
  color: #7dcd54;
  font-size: 1em;
  transition: .6s;
  background: #ffffff;
  border-radius: 50px;
  font-size: 18px;
  line-height: 1.6;
}
.city_page_style .top_btn a {
width: 400px;
max-width: 90%;
margin: 0 auto;
}
.line_flex .top_btn a {
width: 400px;
max-width: 90%;
margin: 0 auto;
}
.line_flex .top_btn a i{
margin-right: 5px;
}

.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #7dcd54;
  color: #fff;
background:#7dcd54;
  opacity: 1;
  transition: .6s;
}
.top_btn a::after {
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #7dcd54;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #7dcd54;
}
.top_btn a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #7dcd54;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}

.top_business_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.top_business_flex .left_area{
width: 30%;
padding: 10px;
}
.top_business_flex .right_area{
width: 70%;
padding: 10px;
}
@media screen and (max-width: 1024px) {
.top_business_flex .left_area{
width: 45%;
padding: 10px;
}
.top_business_flex .right_area{
width: 55%;
padding: 10px;
}
}
@media screen and (max-width: 820px) {
.top_business_flex .left_area{
width: 100%;
padding: 10px;
}
.top_business_flex .right_area{
width: 100%;
padding: 10px;
}
}

.top_gallery_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.top_gallery_flex li:nth-child(1){
  width: 40%;
  padding: 20px;
}
.top_gallery_flex li:nth-child(2){
  width: 60%;
  padding: 20px;
}
.top_gallery_flex li:nth-child(3){
  width: 50%;
  margin: 0 auto;
  padding: 20px;
}
.top_gallery_flex li:nth-child(1) img{
  position: relative;
  top: 130px;
  left: 0;
  box-shadow: 10px 10px 5px #dadada;
}
.top_gallery_flex li:nth-child(2) img{
  position: relative;
  top: -30px;
  left: 0px;
  box-shadow: 10px 10px 5px #dadada;
}
.top_gallery_flex li:nth-child(3) img{
  position: relative;
  top: -30px;
  left: 30px;
  box-shadow: 10px 10px 5px #dadada;
}
@media screen and (max-width: 1024px) {
.top_gallery_flex li:nth-child(1){
  width: 40%;
  padding: 10px;
}
.top_gallery_flex li:nth-child(2){
  width: 60%;
  padding: 10px;
}
.top_gallery_flex li:nth-child(3){
  width: 50%;
  margin: 0 auto;
  padding: 10px;
}
}

@media screen and (max-width: 820px) {
  .top_gallery_flex li:nth-child(1){
  width: 43%;
  padding: 5px;
}
.top_gallery_flex li:nth-child(2){
  width: 57%;
  padding: 5px;
}
.top_gallery_flex li:nth-child(3){
  width: 100%;
  margin: unset;
  padding: 5px;
}
.top_gallery_flex li:nth-child(1) img{
  position: relative;
  top: 0px;
  left: 0;
  box-shadow: 0px 0px 0px #dadada;
}
.top_gallery_flex li:nth-child(2) img{
  position: relative;
  top: 0px;
  left: 0px;
  box-shadow: 0px 0px 0px #dadada;
}
.top_gallery_flex li:nth-child(3) img{
  position: relative;
  top: 0px;
  left:0px;
  box-shadow: 0px 0px 0px #dadada;
}
}

.topbg01 {
  position: relative;
  background-image: url(../images/top/top_bg01.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.topbg01::before{
position: absolute;
content: "";
background-image: url(../images/common/logo.svg);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 250px;
height: 40px;
right: 100px;
bottom: 20px;
z-index: 1;
}

.top_faq_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.top_faq_flex img{
box-shadow: 10px 10px 5px #dadada;
}

.top_faq_flex .left_area{
width: 50%;
margin-right: 3%;
}
.top_faq_flex .right_area{
width: 44%;
margin-right: 3%;
padding: 30px;
}
@media screen and (max-width: 1024px) {
.top_faq_flex .left_area{
width: 40%;
margin-right: 3%;
}
.top_faq_flex .right_area{
width: 54%;
margin-right: 3%;
padding: 30px;
}
}
@media screen and (max-width: 820px) {
.top_faq_flex .left_area{
width: 600px;
max-width: 100%;
margin-right: 0%;
margin: 0 auto 50px;
padding: 0 2rem;
}
.top_faq_flex .right_area{
width: 100%;
margin-right: 0%;
padding: 0 2rem;
}
}

.top_banner_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.top_banner_flex .banneritem01{
  padding: 10px;
}
.top_banner_flex .banneritem02{
  padding: 10px;
}
.top_banner_flex .banneritem03{
  padding: 10px;
}
.top_banner_flex .banneritem04{
  padding: 10px;
}
@media screen and (max-width: 1024px) {
.top_banner_flex .banneritem04{
  width: 100%;
  padding: 10px;
}
}
@media screen and (max-width: 820px) {
.top_banner_flex .banneritem01{
  width: calc(100% / 2);
  padding: 5px;
}
.top_banner_flex .banneritem02{
  width: calc(100% / 2);
  padding: 5px;
}
.top_banner_flex .banneritem03{
  width: calc(100% / 2);
  padding: 5px;
}
.top_banner_flex .banneritem04{
  width: calc(100% / 2);
  padding: 5px;
}
}
.top_banner_flex img{
  height: 180px;
}
@media screen and (max-width: 1180px) {
.top_banner_flex img{
  height: 160px;
}
}
@media screen and (max-width: 1024px) {
.top_banner_flex img{
  height: 220px;
}
}
@media screen and (max-width: 820px) {
.top_banner_flex img{
  height: auto;
}
}

.top_banner_flex .banneritem01 img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.top_banner_flex .banneritem02 img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.top_banner_flex .banneritem03 img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.top_banner_flex .banneritem04 img{
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
}


@media screen and (max-width: 820px) {
.top_banner_flex .banneritem01 img{
  aspect-ratio: 1 / 1;
}
.top_banner_flex .banneritem02 img{
  aspect-ratio: 1 / 1;
}
.top_banner_flex .banneritem03 img{
  aspect-ratio: 1 / 1;
}
.top_banner_flex .banneritem04 img{
  aspect-ratio: 1 / 1;
}
}


.top_banner_flex .text_area {
    content: "";
    position: absolute;
    top: 35%;
    left: 10px;
    z-index: 1;
}
.top_banner_flex .text_area h3{
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.top_banner_flex .text_area p{
  color: #fff;
  font-size: 14px;
}

/* フィルター */
.top_banner_flex .banneritem01 .img_area,.top_banner_flex .banneritem02 .img_area,.top_banner_flex .banneritem03 .img_area,.top_banner_flex .banneritem04 .img_area{
  position: relative;
}

.top_banner_flex .banneritem01 .img_area::after,.top_banner_flex .banneritem02 .img_area::after,.top_banner_flex .banneritem03 .img_area::after {
aspect-ratio: 1 / 1;
height: 100%;
top: 0;
left: 0;
position: absolute;
content: "";
background: rgb(106, 57, 6, .4);
z-index: 0;
}
.top_banner_flex .banneritem04 .img_area::after {
aspect-ratio: 2.5 / 1;
height: 100%;
top: 0;
left: 0;
position: absolute;
content: "";
background: rgb(106, 57, 6, .4);
z-index: 0;
}
@media screen and (max-width: 820px) {
.top_banner_flex .banneritem04 .img_area::after {
aspect-ratio: 1 / 1;
}
}
/* フィルター */


.top_access_flex{
  display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}

.top_access_flex .left_area{
  width: 35%;
  margin-right: 10%;
  padding: 20px;
}
.top_access_flex .right_area{
  width: 55%;
  padding: 20px;
}
@media screen and (max-width: 1180px) {
.top_access_flex .left_area{
  width: 45%;
  margin-right: 0%;
  padding: 20px;
}
.top_access_flex .right_area{
  width: 55%;
  padding: 20px;
}
}
@media screen and (max-width: 820px) {
.top_access_flex .left_area{
  width: 100%;
  margin-right: 0%;
  padding: 20px;
}
.top_access_flex .right_area{
  width: 100%;
  padding: 20px;
}
}
@media screen and (max-width: 767px) {
.top_access_flex .left_area{
  padding: 20px 5px;
}
.top_access_flex .right_area{
  padding: 20px 5px;
}
}

/*****************************
gmap
*****************************/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 80%;
position: relative;
}
@media screen and (max-width: 820px) {
.gmap {
padding-bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
.gmap {
padding-bottom: 100%;
  }
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*****************************
gmap02
*****************************/
.gmap02 {
height: 0;
overflow: hidden;
padding-bottom: 40%;
position: relative;
}
@media screen and (max-width: 820px) {
.gmap02 {
padding-bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
.gmap02 {
padding-bottom: 100%;
  }
}
.gmap02 iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



.footerbg01 {
    position: relative;
    background-image: url(../images/common/footerbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footerbg01::after {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
content: "";
background: rgb(106, 57, 6, .3);
z-index: 0;
}
