@charset "UTF-8";
#hiro-area { height: auto; min-height: 100vh; position: relative; }

.next-content-area-sp { position: relative; }

.next-content { position: absolute; /* 絶対配置 */ left: 50%; /* 左から半分 */ width: 100%; /* 大枠と同じ幅に */ /* 要素の大きさの半分引く（CSS3） */ transform: translate(-50%, -50%);         /*　IEｔ対応せず left: 0; right: 0; margin: 0 auto;
*/ bottom: 0px; max-width: 850px; position: absolute; }
.next-content img { padding: 0 1% 0 11%; }

#content-top { background-color: #fff; }

.heading-lg { text-align: center; }

.about { padding: 100px 0; text-align: center; }
.about .about_txt { font-size: 20px; line-height: 40px; }
.about .about_txt__green { padding-bottom: 15px; color: #2f8e49; font-size: 30px; font-weight: bold; }
.about .about_txt__green span { padding: 0 0 15px; background: url(../images/top/bg_important.png) no-repeat bottom center; }

#information { padding: 60px 0; background-color: #f6f6f2; border-bottom: 1px solid #e6e5d7; border-top: 1px solid #e6e5d7; }

.news-list { margin: 40px 0 40px; display: -webkit-box; /*--- Androidブラウザ用 ---*/ display: flex; flex-wrap: wrap; justify-content: flex-start; -webkit-box-pack: justify; /*--- Androidブラウザ用 ---*/ }

.card-item { width: calc(33.3% - 30px); margin: 20px 0 20px 30px; }

.card-item a { position: relative; color: #c9caca; display: block; background-color: #fff; box-shadow: 1px 2px; border: 1px solid #ccc; border-top: none; border-left: none; text-decoration: none; height: 100%; overflow: hidden; }
.card-item a:after { position: absolute; bottom: 10px; right: 15px; content: ""; background: url(../images/common/next-dot.png) no-repeat bottom right; width: 40px; height: 10px; }
.card-item a:hover { box-shadow: 3px 6px 6px; }

.news-entry__image { margin-bottom: 15px; position: relative; text-align: center; }
.news-entry__image:after { position: absolute; bottom: 0; left: 0; right: 0; margin: auto; content: ""; width: 0; height: 0; border-top: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #fff; border-left: 20px solid transparent; }
.news-entry__date { margin: 15px 15px 0; }
.news-entry__category { margin: 5px 15px 15px; color: #3E3A39; }
.news-entry__title { position: relative; margin: 5px 15px 15px; padding: 0 0 30px; color: #3E3A39; font-size: 20px; font-weight: normal; }

.card-list__more { float: right; width: calc(33.3% - 30px); position: relative; }
.card-list__more a { color: #c9caca; display: block; background-color: #fff; box-shadow: 1px 2px; border: 1px solid #ccc; border-top: none; border-left: none; text-decoration: none; }
.card-list__more a:after { position: absolute; bottom: 16px; right: 15px; content: ""; background: url(../images/common/next-dot.png) no-repeat bottom right; width: 40px; height: 10px; }
.card-list__more a:hover { box-shadow: 3px 6px 6px; }
.card-list__more .news-entry__title { margin: 0; padding: 10px 20px; font-size: 14px; }

/*
.hero { width: 100%;
	height: auto;
	min-width: 800px;
	min-height: 100%;
	z-index: -1;
	position: fixed; li img{ @if $type == "all" { width: 100%; height: auto; min-width: 800px; min-height: 100%; position: absolute; } }

	@if $type == "sp" or $type == "tab"{

	}

	@if $type == "sp" {

	} @else if $type == "tab" {

	} @else if $type == "pc" {

	}
}
*/
/*----------------------------------------------------
	media query
----------------------------------------------------*/
/* smart phone
-------------------------------------------------- */
@media only screen and (max-width: 589px) { 
    #hiro-area { display: none; }
    #hiro-area-sp { height: auto; min-height: 100vh; position: relative; }
  .next-content-area-sp { position: relative; }
  .next-content { transform: translate(-50%, 0); bottom: 0; width: 300px; position: absolute; }
  .next-content img { padding: 0; }
  .heading-lg { text-align: center; }
  .about .about_txt { font-size: 18px; line-height: 36px; text-align: left; }
  .about .about_txt__green { font-size: 22px; line-height: 50px; text-align: left; }
  .about .about_txt__green span { background: none; }
  .news-list { display: block; }
  .card-item { width: 100%; margin: 20px auto; }
  .card-item a { margin-bottom: 10px; }
  .news-entry__image:after { border-top: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; border-left: 10px solid transparent; }
  .card-list__more { width: 100%; }
  /* .hero { width: 100%; 	height: auto; 	min-width: 800px; 	min-height: 100%; 	z-index: -1; 	position: fixed; li img{ @if $type == "all" { width: 100%; height: auto; min-width: 800px; min-height: 100%; position: absolute; } }  	@if $type == "sp" or $type == "tab"{  	}  	@if $type == "sp" {  	} @else if $type == "tab" {  	} @else if $type == "pc" {  	} } */ }
/* tablet
-------------------------------------------------- */
@media only screen and (min-width: 590px) and (max-width: 1079px) { 
    #hiro-area-sp { display: none; }
  .next-content-area-sp { position: relative; }
  .heading-lg { text-align: center; }
  /* .hero { width: 100%; 	height: auto; 	min-width: 800px; 	min-height: 100%; 	z-index: -1; 	position: fixed; li img{ @if $type == "all" { width: 100%; height: auto; min-width: 800px; min-height: 100%; position: absolute; } }  	@if $type == "sp" or $type == "tab"{  	}  	@if $type == "sp" {  	} @else if $type == "tab" {  	} @else if $type == "pc" {  	} } */ }
/* pc
-------------------------------------------------- */
@media only screen and (min-width: 1080px) { 
    #hiro-area-sp { display: none; }
  .next-content-area-sp { position: relative; }
  .heading-lg { text-align: center; }
  /* .hero { width: 100%; 	height: auto; 	min-width: 800px; 	min-height: 100%; 	z-index: -1; 	position: fixed; li img{ @if $type == "all" { width: 100%; height: auto; min-width: 800px; min-height: 100%; position: absolute; } }  	@if $type == "sp" or $type == "tab"{  	}  	@if $type == "sp" {  	} @else if $type == "tab" {  	} @else if $type == "pc" {  	} } */ }

/* ヒーロー画像動画
-------------------------------------------------- */
video{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    min-width: 1614px;
    transform: translate(-50%, -50%);
    z-index: -2;
}
@media only screen and (min-width: 590px) and (max-width: 1079px) { 
    video{
/*    min-width: 524px;*/
        width: auto;
        min-width: auto;
        height: 100vh;
    }
}
@media only screen and (max-width: 589px) { 
    video{
/*    min-width: 524px;*/
        width: auto;
        min-width: auto;
        height: 100vh;
    }
}

/* Instagram
-------------------------------------------------- */
.instagram-area {
    background-color: #f6f6f2;
    padding: 60px 0;
}
.insta_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
    gap: 2em;
    margin-top: 15px;
}
.insta_link_wrap {
    display: block;
}
.caption_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    color: #3E3A39;
    margin: .5rem 1rem;
    font-size: clamp(14px,2vw,16px);
}
.insta_img_wrap img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}

@media only screen and (max-width: 589px) {
    .insta_list {
        display: block;
    }
    .insta_list_item {
        margin-bottom: 2rem;
    }
    .insta_img_wrap img{
        width: 100%;
        
    }
/*# sourceMappingURL=top.css.map */
