@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* ヘッダーロゴ */
.header .header-in {
	min-height: 130px;
	height: 130px;
}
.header-container-in.hlt-top-menu {
	height: 130px;
}
.header-container-in.hlt-top-menu .logo-header {
	max-height: 130px;
}
.header-container-in.hlt-top-menu .logo-header img {
	max-height: 130px;
	height: 130px;
}

/* メニューアイコン */
.header-container-in.hlt-top-menu .navi {
	width: 68%;
}
.navi-in {
	background-color: #fff;
}
.hlt-tm-right .navi-in > ul {
	justify-content: flex-start; 
}
.navi-in > ul li {
	width: 130px;
	height: 130px;
	border-left: 1px solid #e3e2e2;
}
.navi-in > ul li:last-child {
	border-right: 1px solid #e3e2e2;
}

.navi-in a {
	height: 130px;
}
#navi .navi-in a:hover {
        background-color:rgba(237, 251, 4, 0.11);
}
.caption-wrap {
	position: relative;
	width: 130px;
	height: 130px;
	line-height: 1.0;
} 
.navi .item-label {
	position: absolute;
	width: 100%;
	top: 75%;
	font-size: 90%;
	color: #463f3f;
	display: -webkit-box;
	overflow: visible;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
li.menu-icon01 .caption-wrap .item-label {
/*	top: 65%;
	padding: 0 1em;
	line-height: 1.3;*/
}
.navi-in .sub-menu  li {
	height: 60px;
	border: none;
}
.navi-in .sub-menu li a {
	height: 60px;
}
.navi-in .sub-menu li .caption-wrap {
	position: relative;
	width: 130px;
	height: 60px;
	line-height: 1.0;
}
.navi-in .sub-menu li .item-label {
	position: absolute;
	top: 35%;
	color: #fff;
}

/* 白背景アイコン */
.menu-icon01 {
	background-size: contain;
	background-image: url(https://nnclc.net/wp/wp-content/uploads/2020/05/kitakominkan_w.png);
}
.menu-icon02 {
	background-size: contain;
	background-image: url(https://nnclc.net/wp/wp-content/uploads/2020/05/event_w.png);
}
.menu-icon03 {
	background-size: contain;
	background-image: url(https://nnclc.net/wp/wp-content/uploads/2020/05/circle_w.png);
}
.menu-icon04 {
	background-size: contain;
	background-image: url(https://nnclc.net/wp/wp-content/uploads/2020/05/tosyo_w.png);
}
.menu-icon05 {
	background-size: contain;
	background-image: url(https://nnclc.net/wp/wp-content/uploads/2020/05/annai_w.png);
}

/* 見出し */
#release h2, .article h2 {
  font-size: 24px;
  padding: 16px;
  background-color: #009e94;
  border-radius: 1px;
  color: #fff;
}
#release h2,
.article h2:nth-child(n+2) {
	margin-top: 3em;
}

.article h3 {
  border-left: 11px solid #069B9A;
  border-right: none;
  border-top: none;
  border-bottom: none;
  /* border-right: 1px solid #069B9A;
  border-top: 1px solid #069B9A;
  border-bottom: 1px solid #069B9A; */
  font-size: 20px;
  padding: 12px 20px;
  color: #069B9A;
  margin-top: 2em;
}
.sidebar h3 {
  background-color: #009e94;
  padding: 12px;
  margin: 16px 0;
  border-radius: 2px;
  color: #fff;
}

/* アピールエリア */
.appeal-content {
	display: none;
	background-position: center bottom;
}

/* トップページ おしらせ */
#release dl {
        line-height:1.8;
        margin-top: 1.4em;
        margin-bottom:1.4em;
}
.info-all {
	text-align:right;
}
.info-all a {
	text-decoration:none;
}

/* ごあいさつ */
.wp-block-image figcaption {
  text-align: center;
 }

#imgGreeting {
  margin-top: 3em;
}

/* 利用案内の表 */
.wp-block-table thead {
	color: #fff;
	border-bottom: 1px solid;
}
.wp-block-table th {
	background-color: #069B9A;
}
.tab-label-group .tab-label.is-active{
	background-color:#d4edda;
	color: #525050;
}
/* 施設案内の表 */
table {
  table-layout: fixed;
} 
.meishou-width {
  width: 23%;
}
.menseki-width {
  width: 20%;
}
.teiin-width {
  width: 15%;
}
/* widget buttons */
.wd-buttons {
	text-align: center;
}
.wd-buttons p {
	margin-bottom: 1em;
}

/* 公共施設予約システムボタン */
.btn-gradient-3d-orange {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
  width:90%;
}

.btn-gradient-3d-orange:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

/* メールボタン */
.mail-button {
	text-align: center;
	margin: 3em 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
  .logo-menu-button img {
	max-height: 50px;
	margin: 6px auto;
  }
  .menu-drawer a {
	margin-bottom: .5em;
	margin-left: 1em;
	border-left: 3px solid #07a100;
  }
  .menu-drawer .sub-menu a {
	border-left: 3px solid #0acf02;
  }
  .menu-content .menu-drawer {
	padding: 30px 1em 30px;
  }
  ul.menu-drawer {
	background-color: rgba(255,255,255,0.8);
  }
  .menu-content {
	background-color: rgba(255,255,255,0.8);
	/* background-image: url(https://nnclc.net/wp/wp-content/uploads/2020/05/kan_1s1.jpg); */
	/* background-size: cover; */
  }
  .menu-close-button {
	color: #fff;
  }

}

/*1024px以下*/
@media screen and (max-width: 1024px){
  /*必要ならばここにコードを書く*/

  .has-logo-button .menu-button {
	margin: auto 0;
  }
  /* ヘッダーロゴ */
  .header .header-in {
	min-height: 110px;
	height: 110px;
  }
  .header-container-in.hlt-top-menu {
	height: 110px;
  }
  .header-container-in.hlt-top-menu .logo-header {
	max-height: 110px;
  }
  .header-container-in.hlt-top-menu .logo-header img {
	max-height: 110px;
	height: 110px;
  }

  /* メニューアイコン */
  .header-container-in.hlt-top-menu .navi {
	width: 68%;
  }

  .navi-in > ul li {
	width: 110px;
	height: 110px;
  }
  .navi-in a {
  	height: 110px;
  }
  .caption-wrap {
	width: 110px;
	height: 110px;
  } 
  .item-label {
	font-size: 78%;
  }

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .header-container-in.hlt-top-menu {
	height: 33px;
  }
 .appeal {
    background-position: center center;
  }
  #appeal .appeal-in {
  min-height: 440px;
  }
  .appeal-content {
  margin-bottom: 250px;
  }
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
 .appeal {
    background-position: center center;
 }
  #appeal .appeal-in {
  min-height: 200px;
  }
  .appeal-content {
  margin-bottom: 250px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .header-container-in.hlt-top-menu {
	height: 19px;
  }

}
