/*=======================================================================*/
/*
Second.css
第2階層以降パーツ
*/
/*=======================================================================*/


/* 詳細ページ レイアウト */
/*=======================================================================*/

#page {
  width: 100%;
  background: url(../../img/kids/back_reco.png) 0 bottom repeat-x;
}

/* パンくずリスト */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	#BCArea {
		width: 100%;
		margin: 20px auto;
	}

	#BCArea dl {
		width: 100%;
	}

	#BCArea dl:before, #BCArea dl:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	#BCArea dl:after {
		clear: both;
	}

	#BCArea dl dt {
		display: block;
		float: none;
		width: 90%;
		font-size: 0.8em;
		margin: 0 auto;
	}

	#BCArea dl dd {
		display: block;
		float: none;
		padding: 5px 10px;
		margin: 0;
		font-size: 0.8em;
	}

	.CrumbsTTL {
		display: block;
		width: 100%;
		color: #FFF;
		text-align: center;
		background: #23499E;
		border-radius: 50px;
		padding: 5px 10px;
		box-sizing: border-box;
	}


	.crumbs {
		display: block;
		margin: 0 0 10px 0;
	}

	.crumbs a {
		color: #333333;
	}

	.crumbs a:hover {
		color: #0F97C4;
	}

	.crumbs a.goIndex {
		color: #0F97C4;
		font-weight: bold;
	}

	.crumbs a.goIndex:before {
		color: #0F97C4;
		font-family: 'icomoon' !important;
		content: "\e917";
		margin: 0 3px 0 0;
	}


	.crumbs a.goIndex:hover {
		color: #333333;
	}

}

/* SNSボタンエリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	#snsBtnArea {
		width: 98%;
		margin: 0 auto;
	}

	#snsBtnArea:before, #snsBtnArea:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	#snsBtnArea:after {
		clear: both;
	}

	.cms-sns_share {
		float: right;
	}

	.cms-sns_share .fb {
	    /*margin-top: -6px;*/
	}

	.cms-sns_share .site {
	    float: left;
	    margin-right: 15px;
	}

}


/* 見出し（カテゴリータイトル） */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  .catTTL {
    display: table;
    width: 98%;
    min-height: 150px;
    height: auto;
    margin: 10px auto;
    border-radius: 20px;
    background-size: cover !important;
  }
  
  .catHLWrap h1 {
    width: 70%;
    position: relative;
    display: block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px 10px 20px;
    margin: 0 auto;
    border-radius: 10px;
    font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
    font-size: 1.6em;
    line-height: 1.8em;
    font-weight: 900;
    color: #5F4C3E;
  }
  
  .body--kosodate-navi .catTTL h1 {	border: 3px solid rgba(156,209,234,1);	}
  .body--kosodate-map .catTTL h1 {	border: 3px solid rgba(237,169,139,1);	}
  .body--kosodate-info .catTTL h1 {	border: 3px solid rgba(245,199,98,1);		}
  .body--kosodate-event .catTTL h1 {	border: 3px solid rgba(181,213,117,1);	}
  .body--kosodate-soudan .catTTL h1 {	border: 3px solid rgba(240,177,177,1);	}
  .body--kosodate-outside_park .catTTL h1 {	border: 3px solid rgba(245,167,0,1);	}
  .body--kosodate-pc_plaza .catTTL h1 {	border: 3px solid rgba(245,167,0,1);	}
  .body--kosodate-mama_group .catTTL h1 {	border: 3px solid rgba(245,167,0,1);	}

  .body--kosodate-navi .catTTL h1:before {	background: none;	}
  .body--kosodate-map .catTTL h1:before {	background: none;	}
  .body--kosodate-info .catTTL h1:before {	background: none;		}
  .body--kosodate-event .catTTL h1:before {	background: none;	}
  .body--kosodate-soudan .catTTL h1:before {	background: none;	}
  .body--kosodate-outside_park .catTTL h1:before {	background: none;	}
  .body--kosodate-pc_plaza .catTTL h1:before {	background: none;	}
  .body--kosodate-mama_group .catTTL h1:before {	background: none;	}
  
  .catTTL h1:before {	border: none !important;	}

}

/* 見出し（タイトル） */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	.pageTTL {
		width: 98%;
		margin: 0 auto 10px auto;
		text-align: center;
	}

	.pageTTL h1,
    .pageTTL h2 {
		margin: 0 auto;
		padding: 20px 30px;
		box-sizing: border-box;
	}

	.pageTTL h1,
  	.pageTTL h2 {
		position: relative;
		display: inline-block;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		font-size: 1.4em;
		line-height: 1.8em;
		font-weight: 900;
		color: #5F4C3E;
	}

	.pageTTL h1:before,
  	.pageTTL h2:before {
		content: '';
		position: absolute;
		bottom: 10px;
		display: inline-block;
		width: 120px;
		height: 8px;
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: rgba(172,172,157,0.6);
		border-radius: 2px;
	}
      
}

/* ページ本文エリア  {{yield}} */
/*=======================================================================*/


@media screen and (max-width: 767px) {

	#documant {
		width: 98%;
		margin: 0 auto;
		padding: 10px 0;
	}

	#documant h2 {
		display: block;
		width: 100%;
		color: #ED7C4B;
		padding: 0;
		margin: 0 0 5px 0;
		font-size: 1.2em;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		line-height: 1.8em;
		font-weight: 700;
		box-sizing: border-box;
	}

	#documant h3 {
		display: block;
		width: 100%;
		color: #5F4C3E;
		font-size: 1em;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		line-height: 1.8em;
		font-weight: 600;
		background: #FFF;
		border-top: 1px solid #5F4C3E;
		border-right: 1px solid #5F4C3E;
		border-bottom: 1px solid #5F4C3E;
		border-left: 8px solid #5F4C3E;
		padding: 3px 5px 3px 10px;
		margin: 0 0 10px 0;
		box-sizing: border-box;
	}

	#documant h4,
	#documant .categories h2,
	#documant .map-page h2,
	.related-pages h2 {
		display: block;
		color: #5F4C3E;
		font-size: 1em;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		line-height: 1.6em;
		font-weight: 500;
		border-left: 8px solid #5F4C3E;
		padding: 0 5px 0 10px;
		margin: 0 0 20px 0;
	}

	#documant h2:before, #documant h2:after,
	#documant h3:before, #documant h3:after,
	#documant h4:before, #documant h4:after,
	#documant hr:before, #documant hr:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	#documant h2:after,
	#documant h3:after,
	#documant h4:after,
	#documant hr:after {
		clear: both;
	}


	#documant p {
		margin: 0 0 20px 0;
		box-sizing: border-box;
	}

	#documant ul {
		padding: 0 0 20px 20px;
		list-style: none;
		box-sizing: border-box;
	}

	#documant ol {
		padding: 0 0 20px 30px;
		box-sizing: border-box;
	}

	#documant ul li {

	}

	#documant ul li:before {
		content: '';
		width: 9px;
		height: 9px;
		display: inline-block;
		border-radius: 30px;
		background: #5F4C3E;
		position: relative;
		left: -10px;
		top: -1px;
	}

	#documant table {
		width: 100%;
		box-sizing: border-box;
		margin: 10px 0 20px 0;
		border-collapse: collapse;
	}

	#documant table th,
	#documant table td {
		padding: 3px 5px;
		border: 1px solid #999999;
	}

	#documant table th {
		background: #EEEEE8;
	}

	#documant table td {
		background: #FFF;
	}

	#documant table caption {
		color: #5F4C3E;
		font-size: 1em;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		line-height: 1.6em;
		text-align: left;
	}

	#documant em {
		font-style: italic;
		font-family: serif;
	}
  
    #documant img {
      display: block;
      max-width: 98%;
      margin: 0 auto 10px auto;
      float: none !important;
      
    }

	.float-right {
		float: right;
		margin: 0 0 12px 12px;
	}

	.float-left {
		float: left;
		margin: 0 12px 12px 0;
	}
  
    /* カテゴリーリスト */

    #documantKCat {
      width: 98%;
      margin: 0 auto;
      padding: 20px 0;
    }
  
    #documantKCat ul li {
      display: block;
      float: none;
      width: 98%;
      margin: 0 auto 20px auto;
      position: relative;
      border: 1px solid #5F4C3E;
      border-radius: 3px;
    }
  
	#documantKCat ul li:before, #documantKCat ul li:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	#documantKCat ul li:after {
		clear: both;
	}
  
    #documantKCat ul li .picArea {
      display: block;
      width: 90px;
      margin: 0;
      padding: 6px 6px 0 6px;
      box-sizing: border-box;
      text-align: none;
      float: left;
    }
  
    #documantKCat ul li .txtArea {
      display: block;
      width: 100%;
      margin: 0 -100px 0 0;
      padding: 10px 0 10px 5px;
      float: none;
      box-sizing: border-box;
    }
  
  	#documantKCat h2 {
      font-size: 1em;
      font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
      line-height: 1.6em;
      text-align: left;
      font-weight: 700;
	}
  
    /* ページリスト */

    #documantPCat {
      width: 100%;
      margin: 0 auto;
      padding: 10px 0;
    }
  
    #documantPCat ul.arcList a {
      display: block;
      float: none;
      width: 96%;
      margin: 0 auto 10px auto;
      padding: 5px 5px 5px 35px;
      box-sizing: border-box;
      border: 2px solid #BCA698;
      border-radius: 5px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      opacity: 1;
    }
  
    #documantPCat ul.arcList a:nth-child(odd) {
      background: rgba(240,235,232,1) url(../../img/kids/icon_PL_woman.png) 3px 13px no-repeat;
      background-size: 30px 30px !important;
    }

    #documantPCat ul.arcList a:nth-child(even) {
      background: rgba(240,235,232,1) url(../../img/kids/icon_PL_man.png) 3px 13px no-repeat;
      background-size: 30px 30px !important;
    }
  
    #documantPCat a h2,
    #documantPCat a h3 {
      font-size: 1.2em;
      line-height: 1.6em;
      font-weight: 500;
      color: #5F4C3E;
    }
  
    #documantPCat a p {
      font-size: 0.9em;
      line-height: 1.4em;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }

    /* 地図ページ */
  
  	#kidsMap h3 {
     width: 96%;
     margin: 10px auto;
    }

    #kidsMap h3 {
      font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
      font-size: 1em;
      line-height: 1.8em;
      font-weight: 600;
      margin: 0 0 20px 0;
      padding: 0 0 0 5px;
      border-left: 5px solid rgba(237,169,139,1); 
    }

    .keyword,
    .category,
    .service,
    .location {
     padding: 0 10px;
     margin: 0 0 10px 0; 
    }

    .category div,
    .location div {
      display: inline-block;
      width: 100%;
      margin: 0 0 10px 0;
    }

    .service div {
      display: inline-block;
      width: 100%;
      margin: 0 0 10px 0;
    }

    input#keyword {
      width: 90%;
      margin: 5px auto;
      padding: 7px;
      border: 2px solid #CCC;
      border-radius: 3px;
    } 
  
    .send input[type="submit"] {
      width: 90%;
      margin: 0 auto 10px auto;
      padding: 5px 10px;
      border: 2px solid #e53935;
      background: #ef9a9a;
      cursor: pointer;
    }

    .send input.reset[type="submit"] {
      width: 90%;
      margin: 0 auto 10px auto;
      padding: 5px 10px;
      border: 2px solid #E0E0E0;
      background: #ECEFF1;
      cursor: pointer;
    } 

}

/* 地図ページ【検索結果】 */

@media screen and (max-width: 767px) {
  
  .condition {
    width: 96%
    margin: 0 auto 10px auto;
    display: block;
  }
  
  .condition dt {
   display: block;
   float: none;
   clear: both;
   width: 100%;
   background: #5F4C3E;
   color: #FFF;
   padding: 5px 10px;
   border-radius: 3px;
   box-sizing: border-box;
  }

  .condition dd {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 3px 10px;
  }
  
  .settings {
   margin: 10px 0;
   text-align: center;
  }
  
  .result h2 {
    width: 94%;
    font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 600;
    margin: 0 auto 10px auto;
    padding: 10px;
    border: 2px solid rgba(237,169,139,1);
    box-sizing: border-box;
  }
  
  .tabs ul {
    text-align: center;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
  
  .tabs ul li {
    display: inline-block;
    float: none !important;
    width: 98% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
    border: none !important;
    border-radius: 5px;
    opacity: 1;
  }
  
  .tabs ul li a {
    padding: 5px 10px;
    margin: 0 0 10px 0 !important;
    background: none;
    border-top: 2px solid #5F4C3E;
    border-left: 2px solid #5F4C3E;
    border-right: 2px solid #5F4C3E;
    border-bottom: 2px solid #5F4C3E;
    color: #5F4C3E;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .tabs ul li a:last-child {
      margin: 0 0 10px 0!important;
  }
  
  #map-sidebar {
    width: 98%;
    display: inline-block;
    margin: 0 auto 10px auto;
    overflow-y: auto;
    min-height: 180px;
    float: none;
  }
  
  #map-canvas {
   width: 98% !important;
   display: block;
   float: none;
  }
  
  /* 一覧表記 */

  .columns {
    width: 98%;
    margin: 10px auto;
  }
  
}

/* ミニアンケート */
/*=======================================================================*/

@media screen and (max-width: 767px) {

  #feedback {
    width: 98%;
    margin: 2em auto 3em auto;
    color: #666666;
    box-sizing: border-box;
    clear: both;
  }

  #feedback h2 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #EEECDE;
    font-size: 1em;
    font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
    line-height: 1.6em;
    font-weight: 600;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 0 0 1em 0;
  }

  #feedback p {
    margin-bottom: 0.9em;
  }

  #feedback .inquiry-form dl,
  #feedback .inquiry-form fieldset{
    margin-bottom: 1em;
    padding: 0;
    border: none;
  }

  #feedback .inquiry-form dl dt,
  #feedback .inquiry-form legend{
    font-weight: bold;
  }

  #feedback footer {
    background-image : none!important;
    position: static;
    float: none;
  }

  .columns {
    width: 100%;
    margin: 0.5em 0;
  }

  .columns:before, .columns:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

  .columns:after {
    clear: both;
  }

  footer.send {
      border: none !important;
  }

  .inquiry-form  fieldset,
  .columns  fieldset,
  .form-login  fieldset {
    border: none !important;
  }

  .inquiry-form .send input,
  .columns .send input,
  .form-login .send input {
    display: block;
    width: 90%;
    margin: 0 auto;
    color : #333333;
    padding: 10px 0px;
    text-align :center;
    border-bottom: 4px solid #929292;
    border-top: none;
    border-left: none;
    border-right: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #d5d5d5;
    font-size: 1.0em;
    cursor: pointer;
  }

  .inquiry-form .send input:active,
  .columns .send input:active,
  .form-login .send input:active {
      border-bottom: none;
  }

  .inquiry-form dl,
  .columns dl,
  .form-login dl,
  .inquiry-form fieldset{
    border-width : 1px 0px 0px 0px;
    border-color : #cccccc;
    border-style: solid;
    clear: both;
    padding-top: 10px;
    line-height: 1.6em;
  }

  .inquiry-form dl dd, .columns dl dd,
  .form-login dl dd,
  .inquiry-form .fields{
      float: none;
      width: 100%;
      padding: 0 10px;
  }

  .inquiry-form dl dt,
  .columns dl dt,
  .form-login dl dt,
  .inquiry-form legend{
    clear: both;
    float: none;
    width: 100%;
    padding: 6px 15px;
    box-sizing: border-box;
    font-weight: bold;
    background: #f0ebe1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .inquiry-form dl select,
  .columns dl select,
  .form-login dl select,
  .inquiry-form .fields select{
      width: 98%;
      padding: 10px 5px;
  }
  
  .inquiry-form dl label,
  .inquiry-form .fields label{
   display: block;
   width: 100%;
   margin: 0 0 5px 0;
  }

  .inquiry-form dl dt .required,
  .columns dl dt .required,
  .form-login dl dt .required,
  .inquiry-form legend .required{
      color: #bb0000;
      font-weight: normal;
      font-size: 0.8em;
      display: block;
  }
  
}


