@charset "utf-8";

/***************************************************************************

  共通

***************************************************************************/
/*****************************************
  タイトル
*****************************************/
.lowerTtlBlock.defaultTtl h2 {
  padding: 102px 0 96px 0;
}

.lowerTtlBlock.defaultTtl h2 span {
  line-height: 82px;
  display: block;
  font-size: 240%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #2a0e00;
  padding: 0 0 0 100px;
  background: url(../images/lower/default/default_ttl_icn.png) no-repeat left center;
  background-size: 82px auto;
}

.lowerTtlBlock.odekakeTtl h2 {
  padding: 102px 0 96px 0;
}

.lowerTtlBlock.odekakeTtl h2 span {
  line-height: 80px;
  display: block;
  font-size: 240%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #2a0e00;
  padding: 0 0 0 100px;
  background: url(../images/odekake_icn.png) no-repeat left center;
  background-size: 80px auto;
}

.lowerTtlBlock.snsTtl h2 {
  padding: 102px 0 96px 0;
}

.lowerTtlBlock.snsTtl h2 span {
  line-height: 80px;
  display: block;
  font-size: 240%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #2a0e00;
  padding: 0 0 0 100px;
  background: url("../images/lower/sns/sns_ttl_icn.png") no-repeat left center;
  background-size: 80px auto;
}

@media screen and (max-width: 767px) {
  .lowerTtlBlock.defaultTtl h2 {
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
  }
  .lowerTtlBlock.defaultTtl h2 span {
    line-height: 40px;
    font-size: 167.5%;
    padding: 0 0 0 50px;
    background-size: 40px auto;
  }
  .lowerTtlBlock.snsTtl h2 {
    padding: 30px 20px;
    margin: 0 auto;
    text-align: center;
  }
  .lowerTtlBlock.snsTtl h2 span {
    line-height: 30px;
    font-size: 167.5%;
    padding: 0 0 0 50px;
    background-size: 40px auto;
  }
  
  
}

/*****************************************
  基本情報
*****************************************/
.defaultDetCnt {
    background: #fff;
    border-radius: 20px;
    border-top: solid 6px #fbc3ad;
    padding: 36px 60px 18px;
    margin: 0 0 80px;
}
.defaultDetCnt h3 {
    display: inline-block;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5;
    color: #DE6D1E;
    letter-spacing: 0.1em;
    padding: 0 0 10px;
    margin: 30px 0 20px;
    border-bottom: dotted 2px #fbc3ad;
}
.defaultDetCnt h4 {
    margin: 20px 0 5px;
}
.defaultDetCnt h4 span {
    display: inline-block;
    text-align: center;
    color: #BD5E1A;
    line-height: 1;
    font-size: 100%;
    font-weight: bold;
    background: #feeee7;
    border-radius: 15px;
    margin: 0 0 10px 0;
    padding: 9px 20px;
}
.defaultDetCnt h5 {
    font-weight: bold;
    color: #DE6D1E;
    margin: 15px 0 5px;
}
.defaultDetCnt p {
    margin-bottom: 15px;
}

.defaultDetCnt ul.listText li {
    position: relative;
    margin: 0 0 5px 1.2em;
    text-indent: -1.2em;
}
.defaultDetCnt ul.listText li::before {
    content: "●";
    color: #fbc3ad;
    padding: 0 0.2em 0 0;
}

.defaultDetCnt ol.listDecimal {
    list-style-type: decimal;
    margin: 0 0 10px 1.5em;
}
.defaultDetCnt ol.listDecimal li {
    margin: 0 0 5px;
}

.defaultDetCnt h3:first-child {
    margin-top: 0;
}
.defaultDetCnt h3 + h4,
.defaultDetCnt h4 + h5 {
    margin-top: 0;
}

.imageBlock.lineFlow.flowArrow {
	width: 800px;
  gap: 0 2.5%;
}
.imageBlock.lineFlow.flowArrow figure {
	width: 25%;
}
.imageBlock.lineFlow.flowArrow figure img {
	border: 1px solid #CCC
}
@media screen and (max-width: 767px) {
  .defaultDetCnt {
    width: calc(100% - 40px);
    padding: 20px 20px 10px;
    margin: 0 auto 30px;
  }
  .defaultDetCnt h3 {
    font-size: 134%;
    padding: 5px 0 10px;
    margin: 20px 0 15px;
  }
  .defaultDetCnt p + h3 {
    margin-top: 0;
  }
  .imageBlock.lineFlow.flowArrow {
    width: 100%;
  }
  .imageBlock.lineFlow.flowArrow figure {
    width: 50%;
    padding: 0;
    margin-bottom: 15px;
    background-size: 10px auto;
  }
  .imageBlock.lineFlow.flowArrow figure {
    width: 48%;
  }
}

/*****************************************
  こども施設
*****************************************/
.odekakeDetCnt {
    background: #fff;
    border-radius: 20px;
    border-top: solid 6px #afd7af;
    padding: 35px 40px 40px;
    margin: 0 0 40px;
}
.odekakeDetCnt h3 {
    display: inline-block;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5;
    color: #419b41;
    letter-spacing: 0.1em;
    padding: 0 0 10px;
    margin: 30px 0 20px;
    border-bottom: dotted 2px #cfe9cf;

}
.odekakeDetCnt h4 {
    margin: 0 0 15px;
    color: #419b41;
    line-height: 1;
    font-size: 106.6%;
    font-weight: bold;
}

.odekakeDetCnt h3:first-child {
	margin-top: 0;
}

.odekakeSpotBox {
	display: flex;
	flex-direction: row-reverse;
}
.odekakeSpotBox figure {
	width: 300px;
	margin: 0 0 20px 20px;
}
.odekakeSpotBox figure img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.odekakeSpotDtl {
	width: calc(100% - 300px);
}

.goToOdekake {
	margin: 10px 0 0 0;
}
.goToOdekake a {
	display: inline-block;
	background: #419b41;
	border-radius: 30px;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 16px 20px;
	transition: 0.3s;
}
.goToOdekake a span {
	padding: 0 40px;
	background: url(../images/lower/arw_white.png) no-repeat right center;
	background-size: 7px auto;
}
.goToOdekake a:hover {
  opacity: 0.7;
}

/*****************************************
  YouTube
*****************************************/
.youtubeDetCnt {
    background: #fff;
    border-radius: 20px;
    border-top: solid 6px #fcdcdc;
    padding: 25px 40px 20px;
    margin: 0 0 30px;
    display: flex;
}
.youtubeDetCnt dl {
	width: calc(100% - 200px);
}
.youtubeDetCnt dl dt {
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    color: #2a0e00;
    letter-spacing: 0.1em;
    padding: 0 0 10px;
    margin: 5px 0 15px;
    border-bottom: dotted 2px #fcdcdc;
    width: 100%;
}
.youtubeDetCnt dl dd p {
	margin: 10px 0 0 0;
	font-size: 86.6%;
}
.youtubeDetCnt dl dd ul {
	margin-right: 5px;
	display: inline-block;
}
.youtubeDetCnt dl dd ul li {
	display: inline-block;
	border-radius: 3px;
	padding: 3px 6px 4px;
	line-height: 1.2;
	margin: 0 2px 0 0;
	font-size: 73.5%;
}
.youtubeDetCnt dl dd ul.target li {
	border: 1px solid #ffbc7a;
  color: #fe7e00;
	background-color: #fff9ca;
}
.youtubeDetCnt dl dd ul.category li {
	border: 1px solid #ffbc7a;
  color: #fe7e00;
}
.youtubeBox {
	width: 200px;
	margin: 0 0 0 20px;
}
.youtubeFrame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 15px auto;
}
.youtubeFrame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .youtubeDetCnt {
    width: calc(100% - 40px);
    padding: 15px 20px 20px;
    margin: 0 auto 20px;
    display: block;
  }
  .youtubeDetCnt dl {
    width: 100%;
  }
  .youtubeDetCnt dl dt {
    padding: 0 0 8px;
    margin: 0 0 10px;
    line-height: 1.4;
    font-size: 106%;
  }
  .youtubeDetCnt dl dd p {
    margin: 8px 0 0 0;
    font-size: 100%;
  }
  .youtubeDetCnt dl dd ul {
    margin-right: 3px;
  }
  .youtubeBox {
    width: 290px;
    margin: 0 auto;
  }
  .youtubeFrame {
    margin: 15px auto 0;
  }
}


/*****************************************
  ページ内リンク
*****************************************/
.odekakePageLink {
  text-align: center;
  margin: 0 0 40px 0;
}

.odekakePageLink .wrap {
  display: inline-block;
  width: 100%;
}

.odekakePageLink ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #afd7af;
  border-radius: 20px;
  background: #fff;
  padding: 20px 0;
  flex-wrap: wrap;
}

.odekakePageLink li {
  min-width: 190px;
  position: relative;
  line-height: 1;
  font-size: 107%;
  font-weight: bold;
}

.odekakePageLink a {
  color: #333;
  padding: 8px 20px;
  display: block;
  transition: 0.3s;
}

.odekakePageLink a:hover {
  opacity: 0.7;
}

.odekakePageLink span {
  background: url(../images/lower/information/awr_orange_kosodate_dwn.png) no-repeat left center;
  background-size: 8px auto;
  padding: 0 0 0 16px;
  display: inline-block;
}

/*****************************************
  サイドナビ
*****************************************/
.cntBgDefault .navBlock .navIntBox {
    border: dashed 2px #fbc3ad;
}

/*****************************************
  カラム（余白・ボーダーなし）
*****************************************/
.defaultDetCnt dt.columnBoxDt span {
    color: #BD5E1A;
    background: #feeee7;
}


/*****************************************
  お問い合わせ先
*****************************************/
.contactBox {
    margin: 30px 0 20px 0;
    padding: 20px 20px 10px;
    border: 2px dashed #fbc3ad;
    border-radius: 10px;
}
.contactBox dl dt {
    display: inline-block;
    text-align: center;
    color: #BD5E1A;
    line-height: 1;
    font-size: 100%;
    font-weight: bold;
    background: #feeee7;
    border-radius: 15px;
    margin: 0 0 10px 0;
    padding: 9px 20px;
}
.contactBox dl dd {
    margin: 5px 0 0 20px;
}

@media screen and (max-width: 767px) {
  .contactBox {
    margin: 15px 0;
    padding: 15px 15px 5px;
  }
  .contactBox dl dt {
    width: 100%;
    font-size: 96%;
    margin: 0 0 5px;
    padding: 9px 15px;
  }
  .contactBox dl dd {
      margin: 5px 0 0 10px;
  }

}

/*****************************************
  リンク集　/links/
*****************************************/
.listBannerBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}
.listBannerBox ul li {
    width: 23.5%;
    margin-bottom: 2%;
}
.listBannerBox ul li img {
    max-width: 100%;;
}

@media screen and (max-width: 767px) {
  .listBannerBox ul li {
    width: 49%;
  }
}

/*****************************************
  サイトマップ
*****************************************/
.sitemapBlock a {
	color: #222;
	background: url("../images/awr_orange_kosodate.png") no-repeat left 1em;
	background-size: 8px auto;
	display: block;
	padding: 10px 10px 10px 15px;
	line-height: 1.4;
}
.sitemapBlock a:hover {
	opacity: 0.7;
}
.sitemapBlock dl {
	overflow: hidden;
}
.sitemapBlock dl dt {
	padding: 10px 0;
}
.sitemapBlock dl dd {
	margin: 0 0 0 50px;
}
.sitemapBlock dl dd ul {
	display: flex;
	flex-wrap: wrap;
}
.sitemapBlock dl dd ul li {
	width: 33%;
	margin: 0 0 10px;
}
.sitemapBlock .linkOtherBox {
	display: flex;
	flex-wrap: wrap;
}
.sitemapBlock .linkOtherBox li {
	width: 33%;
	margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .sitemapBlock a {
    background-position: left 0.7em;
    background-size: 7px auto;
    padding: 5px 10px 5px 12px;
  }
  .sitemapBlock dl dt {
    padding: 5px 0;
  }
  .sitemapBlock dl dd {
    margin: 0 0 0 12px;
  }
  .sitemapBlock dl dd ul li {
    width: 50%;
    margin: 0 0 5px;
  }
  .sitemapBlock .linkOtherBox {
    display: block;
  }
  .sitemapBlock .linkOtherBox li {
    width: 100%;
    margin: 0 0 5px;
  }
}


/*****************************************
  サイト内検索結果
*****************************************/
.search .lowerTtlBlock.defaultTtl h2 span {
  background-image: url(../images/search_result_icn.png);
}

.searchDetCnt {
    background: #fff;
    border-radius: 20px;
    border-top: solid 6px #ffe45c;
    padding: 36px 60px 18px;
    margin: 0 0 80px;
}
.searchDetCnt .gsc-control-cse,
.searchDetCnt .gsc-control-cse .gsc-table-result {
  font-family: 'BIZ UDPGothic', Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif !important;
}
.searchDetCnt .gsc-results .gsc-cursor-box {
  margin: 30px 0 !important;
}
.searchDetCnt .gsc-results .gsc-cursor div.gsc-cursor-page {
  border: 1px solid #ffd605 !important;
  background: #ffd605;
  color: #222 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block !important;
}
.searchDetCnt .gsc-results .gsc-cursor div.gsc-cursor-current-page {
  background: #ffffff;
  display: block;
  border-radius: 50%;
  color: #222 !important;
}
.searchDetCnt .gsc-results .gsc-cursor div:hover {
  text-decoration: none !important;
}
.searchDetCnt .gsc-orderby-container {
  display: none;
}

@media screen and (max-width: 767px) {
  .searchDetCnt {
    width: calc(100% - 40px);
    padding: 20px 20px 10px;
    margin: 0 auto 30px;
  }
  .searchDetCnt .gsc-control-cse {
    padding: 0;
  }
  .searchDetCnt .gsc-result-info,
  .searchDetCnt .gsc-orderby-container,
  .searchDetCnt .gs-snippet,
  .searchDetCnt .gcsc-find-more-on-google {
    font-size: 11px;
    line-height: 1.4;
  }
  .searchDetCnt .gs-webResult .gs-visibleUrl,
  .searchDetCnt .gs-fileFormat,
  .searchDetCnt .gs-fileFormatType,
  .searchDetCnt .gsc-selected-option {
    font-size: 9px;
    line-height: 1.2;
  }
  .searchDetCnt .gsc-control-cse .gs-spelling,
  .searchDetCnt .gsc-control-cse .gs-result .gs-title,
  .searchDetCnt .gsc-control-cse .gs-result .gs-title * {
    font-size: 12px;
  }
  .searchDetCnt .gsc-results .gsc-cursor div.gsc-cursor-page {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    margin: 5px;
  }
}