@charset "UTF-8";
footer #register .register__copy {
  margin-top: 0px;
  padding-top: 30px;
  line-height: 5rem; }

.pc_only{ display: block }
.sp_only{ display: none }

@media only screen and (max-width: 768px) { 
.pc_only{ display: none }
.sp_only{ display: block }
}

article {
  max-width: 1000px;
  margin: 0 auto; }
  article .date {
    color: #ea5541;
    font-size: 1.6rem;
		padding-top:70px;
		padding-bottom:30px;
		display:flex;}
	article .tag{
		margin-left:20px;
		display:flex;
		flex-wrap:wrap;
	}
	
	article .tag_blue{
		background-color:#21b7c5;
		color:#FFF;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:2px;
		padding-top:5px;
		font-size:13px;
		margin-left:5px;
		margin-top:5px;
		}
		article .tag_pink{
		background-color:#ea688e;
		color:#FFF;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:2px;
		padding-top:5px;
		font-size:13px;
		margin-left:5px;
		margin-top:5px;}
		
	@media screen and (max-width: 768px) {
		article .tag{
		margin-left:15px;
		flex-wrap:wrap;
	}
	}
		
  article h2 {
    margin: 10px 0 30px 0;
    padding: 0;
    font-size: 3rem;
    background: none;
    text-align: left; }
    article h2:before {
      float: left;
      content: '';
      display: inline-block;
      width: 40px;
      height: 26px;
      color: black;
      background-image: url(../img/common/orange_icon.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0px 0px;
      vertical-align: middle; }
    article h2 span.type {
      font-weight: normal;
      background: #fffdc9;
      font-size: 1.6rem;
      padding: 5px; }
    article h2 span.city {
      font-weight: normal;
      border: 1px solid #3c3616;
      font-size: 1.6rem;
      padding: 5px;
      margin-left: 10px;
      display: inline-block; }
  article .pict {
    float: left;
    width: 50%;
    padding: 0; }
		
		article .pict_qr{
	width: 100%;
	height: 150px;
	background-color: #FFF;
	border: medium solid #da4556;
	margin-top:30px;
	border-radius:10px;
	display:flex;
	align-items:center;
	font-size:22px;
	font-weight:bold;
	padding-left:40px;
	padding-right:40px;
	line-height:1.3;
	letter-spacing:0.2em;
	justify-content:space-between;
		}
		@media screen and (max-width: 768px) {
			article .pict_qr{
	font-size:15px;
	padding-left:15px;
	padding-right:15px;
		}
		}
		
		article .pict_qr .pict_qr_sq{
		width: 0;
  height: 0;
  border-left: 20px solid #da4556;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
	margin-left:20px;
		}
		
		article .pict_qr a{
		margin-top:10px;
		}
		
		article .news_index_return{
			background-color:#da4556;
			color:#fff;
			font-size:22px;
			text-align:center;
			width:400px;
			margin-left:auto;
			margin-right:auto;
			padding-top:20px;
			padding-bottom:15px;
			font-weight:bold;
			border-radius:15px;
			margin-top:100px;
			margin-bottom:80px;
			}
			@media screen and (max-width: 768px) {
				article .news_index_return{
			font-size:18px;
			text-align:center;
			width:100%;
			padding-top:20px;
			padding-bottom:15px;
			margin-top:60px;
			margin-bottom:60px;
			}
			}
		
			
			article .news_index_return a{
				color:#FFF;
			}
		
		
    article .pict img {
      width: 100%; }
			
			
		article .pict_qr img{
		width:110px;
		}
			
  article .description {
    font-size: 1.6rem;
    line-height: 3.2rem;
    float: left;
    width: 50%;
    padding: 0 0 0 30px; }
  article .back {
    clear: both;
    margin-top: 30px;
    padding: 50px 0 50px 0; }
    article .back hr {
      float: left;
      width: 900px;
      border-top: 1px solid #3c3616; }
    article .back p {
      float: right;
      color: #3c3616;
      font-size: 1.6rem; }
    article .back p:before {
      content: '▶︎';
      font-size: 1rem;
      padding-bottom: 0.4rem;
      color: #ea5541; }
  article .information {
    max-width: 965px;
    background: #fffdc9;
    text-align: center;
    clear: both;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0; }
    article .information button {
      margin: 20px 0;
      background: #ea5541;
      width: 360px;
      height: 70px;
      border-radius: 10px;
      color: #fff;
      font-size: 2rem;
      filter: drop-shadow(2px 2px 2px #a44536); }
    article .information p {
      text-align: center;
      font-size: 2.4rem;
      color: #3c3616;
      padding: 10px 0;
      letter-spacing: 0.5rem;
			line-height:1.3; }     
  article .bar {
    clear: both;
    margin-top: 30px;
    padding: 50px 0 50px 0; }
    article .bar hr {
      float: right;
      width: 800px;
      border-top: 1px solid #3c3616; }
    article .bar p {
      float: left;
      color: #3c3616; }
    article .bar span.normal {
      color: #3c3616;
      font-size: 2rem; }
    article .bar span.underline {
      background: linear-gradient(transparent 66%, #ffe500 0%);
      font-size: 3rem; }
			
		article .pantry_list_button { 
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
		}
		article .pantry_list_button img {  
			width:100%;
	　　margin-right: auto;
	　　margin-left: auto;
		}
		.pantry_list p{
	font-size: 16px;
			}
			
  article ul.ibasho {
    margin-bottom: 160px; }
    article ul.ibasho li {
      list-style: none;
      float: left;
      margin-right: 14px; }
      article ul.ibasho li:last {
        margin-right: 0; }
  article div.index {
    margin-top: 30px;
    height: 200px;
    position: relative; }
    article div.index li {
      float: left;
      margin: 8px;
      list-style: none; }
      article div.index li:after {
        position: relative;
        content: '▶︎';
        color: #3c3616;
        font-size: 1.4rem;
        left: -30px;
        top: 0px; }
  article button.index {
    width: 300px;
    height: 60px;
    border-radius: 10px;
    border: 3px solid #ea5541;
    background: #fff;
    color: #3c3616;
    font-size: 20px;
    filter: drop-shadow(2px 2px 2px #a44536); }
  article button.here {
    background: #fffdc9; }
  article .sp-topimage {
    display: none;
    margin-bottom: 30px; }
    article .sp-topimage img.topimage {
      width: 100%; }
  article .leftcol {
    float: left;
    margin-right: 40px;
    width: 50%; }
    article .leftcol .topimage {
      width: 100%; }
    article .leftcol iframe {
      margin-top: 50px;
      width: 100%; }
  article .rightcol {
    float: right;
    width: calc(50% - 50px); }
    article .rightcol h3 {
      width: 100%;
      background: #ea5541;
      color: #fff;
      vertical-align: top;
      font-size: 2.0rem;
      padding-top: 10px;
      padding-right: 60px;
      padding-bottom: 10px;
      padding-left: 10px; }
      article .rightcol h3:before {
        width: 31px;
        height: 32px; }
      article .rightcol h3 span {
        vertical-align: text-top; }
    article .rightcol p {
      margin: 20px 0;
      font-size: 1.6rem;
      color: #3c3616;
      line-height: 2rem; }
    article .rightcol dt {
      clear: left;
      font-size: 1.6rem;
      margin-top: 1rem;
      margin-right: 0.5rem;
      padding: 0.5rem;
      line-height: 2.2rem;
      color: #ea5541; }
      article .rightcol dt.float {
        float: none;
        width: auto; }
      article .rightcol dt.nofloat {
        width: 125px; }
    article .rightcol dd {
      float: left;
      font-size: 1.6rem;
      padding: 0.5rem;
      color: #3c3616;
      width: 370px;
      line-height: 2.2rem; }
      article .rightcol dd.float {
        margin-top: 0; }
      article .rightcol dd.nofloat {
        margin-top: 0;
        float: none; }
    article .rightcol .sep {
      padding-top: 2.5rem;
      border-bottom: 1px solid #3c3616; }
  article div.content {
    height: auto;
    background-image: url(../img/common/background.jpg);
    background-repeat: repeat-y;
    overflow: hidden;
    padding-bottom: 50px; }
  article .rightcol2 {
    float: left;
    width: 100%; }
    article .rightcol2 h3 {
      width: 100%;
      background: #ea5541;
      color: #fff;
      vertical-align: top;
      font-size: 2.0rem;
      padding-top: 10px;
      padding-right: 60px;
      padding-bottom: 10px;
      padding-left: 10px; }
      article .rightcol2 h3:before {
        width: 31px;
        height: 32px; }
      article .rightcol2 h3 span {
        vertical-align: text-top; }
    article .rightcol2 p {
      width: 100%;
      margin: 20px 0;
      font-size: 1.6rem;
      color: #3c3616;
      line-height: 2rem; }
    article .rightcol2 dt {
      clear: left;
      font-size: 1.6rem;
      margin-top: 1rem;
      margin-right: 0.5rem;
      padding: 0.5rem;
      line-height: 2.2rem;
      color: #ea5541; }
    article .rightcol2 dt.float {
      float: left;
      width: 75px; }
    article .rightcol2 dt.nofloat {
      width: 125px; }
    article .rightcol2 dd {
      float: left;
      font-size: 1.6rem;
      padding: 0.5rem;
      color: #3c3616;
      width: 370px;
      line-height: 2.2rem; }
    article .rightcol2 dd.float {
      margin-top: 1rem; }
    article .rightcol2 dd.nofloat {
      margin-top: 0; }
    article .rightcol2 .sep {
      padding-top: 2.5rem;
      border-bottom: 1px solid #3c3616; }

.map__notice {
  color: #3c3616;
  font-size: 1.5rem;
  position: relative;
  top: 50px;
  line-height: 2rem; }

#contact_page {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 50px;
  line-height: 2.4em; }

#titlevisual img {
  width: 100%; }

@media screen and (max-width: 1180px) {
  article .bar {
    margin: 0 25px; }
    article .bar hr {
      float: left;
      width: calc(100% - 190px); }
  article .information p {
    margin: 0 25px; }
  article .back hr {
    width: calc(100% - 100px); }

  .large-font article .back hr {
    width: calc(100% - 120px); }

  .map {
    margin: 0 25px; }

  footer #register .register__copy {
    margin: 0 25px; } }
@media screen and (max-width: 1050px) {
  article {
    margin: 0 25px; }

  .map__notice {
    position: static;
    margin-top: 50px;
    margin-bottom: 25px; } }
@media screen and (max-width: 768px) {
  article .pict {
    float: none;
    width: 100%; }
  article .description {
    float: none;
    width: 100%;
    padding: 25px 0 0 0; } }
@media screen and (max-width: 690px) {
  article .information p a {
    letter-spacing: normal; }

  article .sp-topimage {
    display: block; }
  article .rightcol {
    float: none;
    width: 100%;
    margin-bottom: 50px; }
    article .rightcol dd {
      width: calc(100% - 80px); }
  article .leftcol {
    float: none;
    margin-right: 0;
    width: 100%; }
    article .leftcol img.topimage {
      display: none; } }
@media screen and (max-width: 768px) {
			article .pantry_list_button { 
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
		}
  article .information p {
    font-size: 2rem;
    margin: 0; }
    article .information p a {
      font-size: 1.4rem; }

  #contact_page .contact_description {
    font-size: 1.4rem; } }
article#kodomo > p {
  color: #3f3514;
  font-size: 1.6rem;
  line-height: 3rem; }

h2.kodomo, h3.kodomo {
  background: #ec6d56;
  color: #fff;
  font-size: 2rem;
  line-height: 5rem;
  text-align: left; }
  h2.kodomo::before, h3.kodomo::before {
    content: '';
    display: inline-block;
    float: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
    margin: 0 10px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-image: url(../img/pages/icon_shokudo.png); }

h2.shien, h3.shien {
  background: #64c0ab;
  color: #fff;
  font-size: 2rem;
  line-height: 5rem;
  text-align: left; }
  h2.shien::before, h3.shien::before {
    content: '';
    display: inline-block;
    float: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
    margin: 0 10px;
    vertical-align: middle;
    width: 30px;
    height: 34px;
    background-image: url(../img/pages/icon_gakusyu.png); }

h2.park, h3.park {
  background: #0099d9;
  color: #fff;
  font-size: 2rem;
  line-height: 5rem;
  text-align: left; }
  h2.park::before, h3.park::before {
    content: '';
    display: inline-block;
    float: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
    margin: 0 10px;
    vertical-align: middle;
    width: 30px;
    height: 26px;
    background-image: url(../img/pages/icon_playpark.png); }

h2.etc, h3.etc {
  background: #e1c845;
  color: #fff;
  font-size: 2rem;
  line-height: 5rem;
  text-align: left; }
  h2.etc::before, h3.etc::before {
    content: '';
    display: inline-block;
    float: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
    margin: 0 10px;
    vertical-align: middle;
    width: 30px;
    height: 33px;
    background-image: url(../img/pages/icon_other.png); }

.large-font article .back hr {
  width: calc(100% - 120px); }

/*# sourceMappingURL=pages.css.map */


/*山内追記*/
.lead {
  color: #3c3616;
  font-size: 1.5rem;
  position: relative;
  line-height: 2rem; }


.lead .title {
	font-size: 2em;
	text-align: center;
	margin-bottom: 30px;
	color: #03A0AD;
	font-weight: bold;
}
#map_pin .content .rightcol2 .message {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #03A0AD;
	padding-bottom: 30px;
}
  article .rightcol2 {
    float: right;
    width: calc(50% - 50px); }
    article .rightcol2 h3 {
      width: 100%;
      background: #ea5541;
      color: #fff;
      vertical-align: top;
      font-size: 2.0rem;
      padding-top: 10px;
      padding-right: 60px;
      padding-bottom: 10px;
      padding-left: 10px; }
      article .rightcol2 h3:before {
        width: 31px;
        height: 32px; }
      article .rightcol2 h3 span {
        vertical-align: text-top; }
    article .rightcol2 p {
      margin: 20px 0;
      font-size: 1.6rem;
      color: #3c3616;
      line-height: 2rem; }
    article .rightcol2 dt {
      clear: left;
      font-size: 1.6rem;
      margin-top: 1rem;
      margin-right: 0.5rem;
      padding: 0.5rem;
      line-height: 2.2rem;
      color: #03A0AD; }
      article .rightcol2 dt.float {
        float: left;
        width: 75px; }
      article .rightcol2 dt.nofloat {
        width: auto; }
    article .rightcol2 dd {
      float: left;
      font-size: 1.6rem;
      padding: 0.5rem;
      color: #3c3616;
      width: 450px;
      line-height: 2.2rem; }
    article .rightcol2 dd img {
	line-height: 2.2rem;
	margin-top: 10px;
	margin-right: 5px;
}
      article .rightcol2 dd.float {
        margin-top: 1rem; }
      article .rightcol2 dd.nofloat {
        margin-top: 0;
        float: none; }
    article .rightcol2 .sep {
      padding-top: 2.5rem;
      border-bottom: 1px solid #3c3616; }
article .rightcol2 .dantai {
	background-color: #3F3513;
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
	margin-top: 20px;
}
  article .leftcol2 {
	float: left;
	margin-right: 40px;
	width: 50%;
	margin-top: 20px;
}
    article .leftcol2 .topimage {
      width: 100%; }
    article .leftcol2 iframe {
      margin-top: 50px;
      width: 100%; }
    article .leftcol2 .fp_contact {
	padding: 20px;
	width: 100%;
	border: 2px solid #03A0AD;
	margin-top: 20px;
	background-color: #FFF;
	font-size: 1.5em;
	color: #3c3616;
	font-weight: bold;
	text-align: center;
	}
    article .leftcol2 .fp_contact .btn {
	margin-top: 10px;
	display: flex;
	justify-content: center;
		
	}
	
	
/*山内追記*/
@media screen and (max-width: 768px) {
    article .leftcol2 .topimage {
	display: none;
}
  article .leftcol2 {
	float: none;
	margin-right: 0;
	width: 100%;
}
  article .rightcol2 {
    float: none;
    width: 100%; }
  article .rightcol2 dd.nofloat {
    width: 100%; }
  article .leftcol2 .fp_contact .btn {
	margin-top: 10px;
	display: block;}
footer #register .register__copy {
	font-size: 14px;
	text-align: left;
}

}

 article .news_index_wrap{
	 display:flex;
	 justify-content:space-between;
	 margin-top:80px;
}
 article .news_index_left{
	 width:670px;
	 }
 article .news_index_right{
	 width:260px;
	 }
	 @media screen and (max-width: 768px) {
		  article .news_index_wrap{
	 display:block;
	 justify-content:space-between;
	 margin-top:80px;
}
 article .news_index_left{
	 width:100%;
	 }
 article .news_index_right{
	 width:100%;
	 }
}
 article .news_index_list{
	display: flex;
	justify-content:space-between;
	align-items:center;
	border-bottom: thin solid #d2cdbc;
	padding-bottom:15px;
	margin-bottom:20px;
 }
			article .news_index_date{
				margin-left:20px;
				font-size:16px;
				font-weight:bold;
				color:#da4556;
				margin-bottom:10px;
			}
			article .news_index_ttl{
				margin-left:20px;
				font-size:18px;
				font-weight:bold;
				margin-bottom:10px;
				color:#3a3316;
			}
	article .news_index_sq{
		width: 0;
  height: 0;
  border-left: 7px solid #412d19;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
	margin-left:20px;
		}
	article .news_index_list_left{
	display: flex;
	align-items:start;
	}
	article .news_index_list_left img{
		width:100%;
	}
	article .news_index_list_left_img{
		height:80px;
		width:120px;
		overflow-y:hidden;
	}
	 @media screen and (max-width: 768px) {
		  article .news_index_list{
	display: flex;
	justify-content:space-between;
	align-items:center;
	border-bottom: thin solid #d2cdbc;
	padding-bottom:15px;
	margin-bottom:20px;
 }
			article .news_index_date{
				margin-left:15px;
				font-size:13px;
			}
			article .news_index_ttl{
				margin-left:16px;
				font-size:15px;
				line-height:1.5;
			}
	article .news_index_sq{
  border-left: 5px solid #412d19;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
	margin-left:10px;
		}
	article .news_index_list_left_img{
		width:120px;
		height:auto;
	}
	article .news_index_list_left_img img{
		width:100%;
	}
	 }

article .news_index_category{
	border: medium solid #50c0dd;
	background:#FFF;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:30px;
	padding-right:30px;
	border-radius:15px;
	letter-spacing:0.2em;
	}
article .news_index_category_ttl{
	font-size: 16px;
	font-weight: bold;
	color: #008ec7;
	border-bottom: thin dotted #d2cdbc;
	padding-bottom:10px;
	margin-bottom:20px;
}
article .news_index_category_ttl img{
	margin-right:15px;
}
article .news_index_category_word{
	font-size: 15px;
	color:#3a3316;
	font-weight:bold;
	border-bottom: thin dotted #00b7db;
	padding-bottom:10px;
	padding-top:20px;
	display:flex;
}
article .news_index_category a{
	color:#3a3316;
}
article .news_index_category_sq{
		width: 0;
  height: 0;
  border-left: 6px solid #c1b69f;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
	margin-right:10px;
}
article .news_index_year{
	border: medium solid #de82a1;
	background:#FFF;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:30px;
	padding-right:30px;
	border-radius:15px;
	margin-top:20px;
	letter-spacing:0.2em;
	}
article .news_index_year_ttl{
	font-size: 16px;
	font-weight: bold;
	color: #da4556;
	border-bottom: thin dotted #d2cdbc;
	padding-bottom:10px;
	margin-bottom:20px;
}
article .news_index_year_ttl img{
	margin-right:15px;
}
article .news_index_year_pld{
	font-size: 15px;
	color: #3a3316;
	font-weight: bold;
	display: flex;
	border: thin solid #615732;
	border-radius:10px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	align-items:center;
	justify-content:space-between;
	width:100%;
}
article .news_index_year_sq{
	width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #3a3316;
}
article .news_index_page{
	display:flex;
	justify-content:center;
	margin-top:80px;
	margin-bottom:50px;
}
article .news_index_page a{
	color:#412d19;
}

	 @media screen and (max-width: 768px) {
		article .news_index_page{
	margin-top:60px;
	margin-bottom:60px;
}
 
	 }
article .news_index_page .pege_btn{
	border: 2px solid #412d19;
	color:#412d19;
	width:35px;
	height:35px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	margin-left:2px;
	margin-right:2px;
}
article .news_index_page .pege_btn_on{
	border: 2px solid #412d19;
	background:#412d19;
	color:#fff;
	width:35px;
	height:35px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	margin-left:2px;
	margin-right:2px;
}

article .news_index_list_left_txt{
	width:80%;
}
article .news_index_list_left_img{
	width:20%;
}



	
