@charset "UTF-8";
/* ============ variables ============ */
:root{
  --color-green: #009b73;
  --color-yellow: #F6AC0F;
  --color-text: #333;
  --color-muted: #737373;
  --max-width-large: 1060px;
  --max-width-small: 700px;
  --radius: 10px;
  --font-base-size: 16px;
}

/* ============ base ============ */


/* ============ utilities ============ */
.u-center {
  display:flex;
  justify-content:center;
  align-items:center;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt70 {
  margin-top: 70px!important;
}

.u-mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
/*----------------------------------------
	base
----------------------------------------*/
body {
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-base-size);
  letter-spacing: .04em;
  line-height: 1.9;
  -webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}
a {
  color: #333;
  transition: color 0.3s;
}
a:hover {
color: var(--color-green); 
text-decoration:none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*----------------------------------------
	デバイスの画像切替用
----------------------------------------*/
.pcshow{
  display: block;
}

.spshow{
  display: none;
}

@media screen and (max-width: 767px),print {
.pcshow{
  display: none;
}

.spshow{
  display: block;
}
}

/*----------------------------------------
	mainVisual
----------------------------------------*/
.mainVisual{
	margin-top:80px;/*sticky対策*/
  	}

@media screen and (max-width: 1040px) {

.mainVisual{

  	margin-top:60px;/*sticky対策*/
 	}
	}


 
/*----------------------------------------
	imagearea

コンテナ	.mainVisual__image
高さ違い	.mainVisual__image--topimg
中の画像	.mainVisual__img
----------------------------------------*/

.mainVisual__image {
  width: 100%;
  overflow: hidden;
}

.mainVisual__img{
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

  .mainVisual__image--topimg {
    height: 485px;/*120+485*/
   

  }

  .mainVisual__image--categoryimg {
       height: 340px;
 
  }

  .mainVisual__image--detailimg {
       height: 240px;

  }


@media (max-width: 768px) {
  .mainVisual__image--topimg {
    height: 334px;
  }

  .mainVisual__image--categoryimg {
    height: 180px;
  }

  .mainVisual__image--detailimg {
     height: 160px;/* ★仮 */
  }
}
/*----------------------------------------
	hero img
----------------------------------------*/
.hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 80px;/*header fixed対策*/
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;/*要素を親要素の四隅にピッタリ貼り付け*/
  background: rgba(0, 0, 0, 0.25); /* グレー */
  z-index: 1;
}

.hero__text {
  position: relative;
  z-index: 2;
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
letter-spacing:3px;
  text-transform: uppercase;
}

.hero__subtitle {
  color: #fff;
  letter-spacing:3px;
}



.hero--b {
  height: 340px;
}

.hero--b .hero__title {
  font-size: clamp(36px, 4vw, 60px);
}

.hero--b .hero__subtitle {
  margin-top: 20px;
  font-size: clamp(16px, 2vw, 24px);
}

.hero--c {
  height: 240px;
}

.hero--c .hero__title {
  font-size: clamp(28px, 3vw, 48px);
}

@media (max-width: 1040px) {

  .hero {
    max-width: 100%;
    margin-top: 60px;/*header fixed対策*/
  }

  /* A階層はtop.css*/
  

  /* B階層 */
  .hero--b {
    height: 180px;
  }

  .hero--b .hero__title {
    font-size: 32px;
  }

  .hero--b .hero__subtitle {
    margin-top: 0px;
    font-size: 18px;
  }

  /* C階層 */
  .hero--c {
    height: 180px;
  }

  .hero--c .hero__title {
    font-size: 24px;
margin-left: 10px;
margin-right: 10px;
  
  }
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
	max-width: 100%;
	margin: 0 auto;
	}


/*----------------------------------------
	mainContents
----------------------------------------*/
.mainContents {

/*background:#ccc;
padding: 0 190px;
smax-width: 1440px;*/
margin: 2% auto 0;
padding: 0 120px;
max-width: 1240px;
	}

@media screen and (max-width: 1040px),print {
.mainContents {
 	margin-top: 20px;
  padding:0 20px;
	}
	}


/* ---------------------------------------
　　　　　パンくず
------------------------------- */
ol.breadcrumb {
 margin: 2% auto;
    padding: 0 120px;
    max-width: 1240px;
}

.breadcrumb li{
  display:inline;
  list-style: none;
  font-size:90%;
  color: #555;
}

.breadcrumb li:after {/* >を表示*/
  content: ' >';
  padding: 0 3px;

}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #666666;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  ol.breadcrumb {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
ol.breadcrumb {
  padding-left:10px;

}
.breadcrumb li{
  font-size:80%;
}
  }


/* ============ CardList component ============ */
.c-cardList {
  display: grid;
  gap: 20px;
  margin-inline: auto;
}

/* large (トップ向け) */
.c-cardList--large {
  max-width: var(--max-width-large);
  grid-template-columns: repeat(auto-fit, minmax(274px, 1fr));
}

/* small (下層向け) */
.c-cardList--small {
  max-width: var(--max-width-small);
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));


}

/* Item */
.c-cardList__item {
  position: relative;
  overflow: hidden;
  display: block;
  color: #fff;
  border-radius: var(--radius);
}

/* white hover overlay */
.c-cardList__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition:  .3s ease;
  z-index: 1;
}

.c-cardList__item:hover {
  color:#fff;
  opacity: 0.8;
}


.c-cardList__item--small {
	border:1px solid #93CEBF;
}

/* Image */
.c-cardList__image {
  display:block;
  width:100%;
  height: 263px; /* large と同じ高さをデフォルト */
  object-fit: cover;
transition: transform .3s ease;
}

/* small variant: make image slightly shorter for small lists */
.c-cardList--small .c-cardList__image {
  height: 210px;
}




/* ---- Meta area ---- */
.c-cardList__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;

  
  background: rgba(0,155,115,.9); /* <- var(--color-green) の代替 */
  z-index: 2;
}

/* yellow variant */
.c-cardList__meta--highlight {
  background: rgba(246,172,15,.9); /* var(--color-yellow) */
}

/* ---- Text ---- */
.c-cardList__title {
  font-size: 30px;
  line-height: 1;
  color: inherit;
	font-weight:600;
  text-transform: uppercase;
}

.c-cardList__subtitle {
  font-size: 13px;
  margin-top: 5px;
  text-transform: uppercase;
  color: inherit;
}

/* image */
.c-cardList__image {
  width: 100%;
  display: block;
  height: 263px;
  object-fit: cover;
  transition: transform .3s ease;
}

/* hover image scale */
.c-cardList__item:hover .c-cardList__image {
  transform: scale(1.02);
}

.c-cardList__title--small {
  font-size: 22px;
font-weight:600;
text-align:left;
}

@media (max-width: 768px) {
   .c-cardList--large, .c-cardList--small {
    grid-template-columns: 1fr 1fr;
  }

  .c-cardList--small {
    margin: 0;
    max-width: none;
    width: 100%;
  }
  .c-cardList__item {
    height: 210px;

  }


  .c-cardList__image {
    object-fit: cover;
  object-position: top;
  object-position: 50% 50%;
    
  }


}
@media (max-width: 580px) {
   .c-cardList--large, .c-cardList--small {
    grid-template-columns: 1fr;
   }
}




/*----------------------------------------
	section
----------------------------------------*/
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }



@media screen and (max-width: 768px),print {
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section + .section {
  padding-top: 0;
}
}
/*----------------------------------------
	heading
----------------------------------------*/
.headingL {
  margin-bottom: 20px;
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px),print {
  .headingL {

    margin-bottom: 40px;
  font-size: 48px;
  }


}






/*----------------------------------------
	button
----------------------------------------*/
.buttonM {
  display: block;
  padding: 12px 15px;
  border: 2px solid #009B73;
  background: #009B73;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.buttonM:hover {
  background: #fff;
  color: #009B73;
}

.buttonL {
  display: block;
  padding: 20px;
  border: 2px solid #009B73;
  background: #fff;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.buttonL:hover {
  background: #009B73;
  color: #fff;
}

.centerButton {
  max-width: 400px;
margin: 40px auto;
}
@media screen and (max-width:768px),print {
  .centerButton {
      margin: 20px auto;
    
  }
}

/* ============ Headings component ============ */
.c-heading {
  margin: 0 0 24px 0;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--color-text);
}

.c-heading--lv2:not(:first-of-type) {
  margin-top: 85px;
}

/* lv2 */
.c-heading--lv2 {
  padding-left: 13px;
  border-left: 6px solid var(--color-green);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 48px;
  text-align: left;
  letter-spacing: 2px;
}

/* lv3 */
.c-heading--lv3 {
  font-size: 32px;
  font-weight: bold;
  color: var(--color-green);
  margin-bottom: 48px;
  letter-spacing: 1.2px;
}

/* small modifier for lv3 */
.c-heading--small {
  margin-bottom: 27px;
  font-size: 22px;
}

/* お知らせコンテンツ用 */
.info-tit{
  margin: 70px auto 50px;
  font-size: 30px;
  text-align: center;

}

.infoimage{
width: 70%;
margin: 20px auto;
display: block;
}

.infodate{
  text-align:right;
  font-size:90%;
  padding-right:10px;
  padding-bottom:10px;
}




@media screen and (max-width:768px),print {
/* lv3 */
.c-heading--lv3 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* small modifier for lv3 */
.c-heading--small {
    font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}

/* お知らせコンテンツ用 */
.info-tit{
  margin: 50px auto 30px;
  font-size: 22px;
  text-align: center;

}

.infoimage{
width: 100%;
}
}

/* ============ Text component ============ */
.c-text {
  font-size: 16px;
  color: var(--color-text);
  margin-bottom: 2em;
}


/* ============ Table component ============ */
.c-tableWrap {
  margin-bottom: 0;
  width: 100%;
}

.c-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.c-table__th,
.c-table__td {
  padding: 16px;
  border-top: 1px solid #009b73; 
  border-top: 1px solid #93CEBF;
  border-bottom: 1px solid #93CEBF;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}

.c-table__th {
  font-weight: bold;
  width: 30%;
  background-color: #DCEFEA;
  padding-left: 22px;
}

.c-table__td {
  padding-right: 29px;
  line-height: 1.7;
}

/* SP: テーブル縦並び（必要なら） */
@media (max-width: 600px) {
  .c-table__th, .c-table__td {
    display:block;
    width:100%;
  }
}

/* ============ Map  ============ */
.c-map {
  margin-bottom: 20px;
}

.c-map__inner {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}

.c-map__inner iframe {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:none;
}


