@charset "UTF-8";

/*
color set
Primary： #302929  < #1C4B82 /primary>
Secondary：#8A5339 〈 #183661/secondary 〉
Counter：#91B23F 〈 #DD6B4D /success〉
Other：#F2DEAB 〈 #DAE1E7 /lite 〉


*/
*::-webkit-scrollbar{
 display:none;
}
* {
 -ms-overflow-style:none;
}
* {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

a:hover {
	text-decoration: none;	
}
a img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
a img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0.8;
}
header {
	border-bottom: solid 4px #91B23F;
	width: 100%;
	top: 0px;
}
.navbar a {
	color: #FFFFFF;
}
main {
	margin-top: 60px!important;
}
.footer-navi {
	font-size: 0.8rem;
}
.title-line {
	border: solid 1px #91B23F;
	width: 180px;
	text-align: center;
	margin: 4px auto ;
}
.sub-text {
	font-size: 0.8rem;
}

.object-cover {
	object-fit: cover;
	object-position: center center;
}
h4 {
	color: #302929 ;
}

.img-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 320px;
}
.gallery-thumbnail p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 更新コンテンツ関連 */
.update-list .img-thumbnail {
	width: 157px;
	height: 157px;
	object-fit: cover;
	object-position: center center;
}

.update-detail img {
	max-width: 100%;
}

.update-list-cont-thumbnail img {
	width: 100%;
	height: 157px;
	object-fit: cover;
	object-position: center center;
}
/* トップページ */
.cont-top .topix-area img {
	width: 84px;
	height: 84px;
	object-fit: cover;
}
.top-thumbnail-img {
	width: 100%;
	height: 164px;
	object-fit: cover;
	object-position: center center;
}
.gallery-area .col {
	
}
.gallery-area img {
	object-fit: cover;
	border: solid 1px #DAE1E7;
}
.gallery-area p {
	width: 100%;
	background-color: rgba(255,255,255,0.55);
}

/*トピックス*/
.topix-header img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

/* gallry */
.gallery-group-img {
	width: 100%;
	object-fit: cover;
	object-position: center center;
	height: 177px;
}


/* cont-zeh */
.function-but img {
	height: 72px;
	width: 72px;
	object-fit: cover;
	object-position: center center;
	border-radius: 36px;	
}

/*corporate*/


.cont-corporate ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
.cont-corporate li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.cont-corporate li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #91B23F;
  color: #FFF;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.card-corporate-flow {
	margin-top: 4.5rem;
	float: left;
}
.card-corporate-flow img {
	width: 9rem;
	height: 9rem;
	margin-top: -4rem;
	left: 4.5rem;
	object-fit: cover;
}
.card-corporate-flow .card-body {
	padding-top: 5.5rem;
}


.calendar {position: relative;}
.calendar::before {
  content: "";
  display: block;
  padding-top: calc(100% * 3 / 4);
}
.calendar iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.scroll_area{
    height: 65vh;
    overflow: auto;
    border: solid 0.5px;
}

.banner_item{
    padding: 10px;
}

.mb-0 {
  margin-bottom: 0;
}
