@charset "UTF-8";
/* CSS Document */


body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #333;
	letter-spacing: 1px;
	font-family: "Meiryo", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	-webkit-print-color-adjust: exact;
}


img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	max-width: 100%;
}

p {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1; /* for IE6/7 */
}

.center {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}


.flexbox {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	overflow:hidden;
	
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	
	-moz-justify-content:flex-start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}






.object-fit-img {
  object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
  object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}

.day {
	font-size: 90%;
	color: #006668;
}

.small {
	font-size: 90%;
}


.center_text {text-align: center;}



/*------- 背景 ---------*/

.back_green {
	width: 100%;
	margin: 0 0 7.4468vh 0;
	padding: 4.7872vh 0;
	background: #F0FBDA;
}

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

.back_green {
height:780px;
	margin:0;
}

}


.back_white {
	width: 100%;
	margin: 0 0 7.4468vh 0;
}

.back_green02 {
	width: 100%;
	margin: 0 0 0 0;
	padding: 3.0872vh 0 3.0872vh 0;
	background: #F0FBDA;
}

.back_green03 {
	width: 100%;
	margin: 0 0 0 0;
	padding: 2.3936vh 0 4.7872vh 0;
	background: #85CE00;
	font-size: 75%;
	color: #FFF;
	text-align: center;
}

/*-------ヘッダー---------*/

.container_head {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 0 3.125vh 0;
}



/*------------------- コンテンツ -----------------------*/

.container02 {
	max-width: 1128px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.t_contents {
	width: 100%;
	margin: 0 auto 3.125vh auto;
	text-align: center;
}


.contents_text {
	margin: 0 auto 4.7872vh auto;
	font-size: 90%;
	line-height: 1.8em;
	text-align: center;
}


.bt_wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.bt_wrap02 {
	width: 75%;
	margin: 4.7872vh auto 0 auto;
	overflow: hidden;
}





/*------------------- フッター -----------------------*/

footer {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}


/*------------------- 中ページ -----------------------*/

.local_main {
	width: 100%;
	height: 24.5098%;
	margin: 0;
	background: url(../local/img/local_main.jpg) no-repeat;
	background-size:cover;
	background-position: center top;
	overflow:hidden;
}



/*------------------- ラジオボタン -----------------------*/

.radio {
  margin: 0;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: -0.1em;
  margin-right: 0.6em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #FF8C00;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #FF8C00;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}


/*-------チェックボックス---------*/

	
/* Base for label styling */
.checkbox [type="checkbox"]:not(:checked),
.checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox [type="checkbox"]:not(:checked) + .check-label,
.checkbox [type="checkbox"]:checked + .check-label {
  position: relative;
  padding-left: 2em;
  text-indent: 0em;
  cursor: pointer;
}

/* checkbox aspect */
.checkbox [type="checkbox"]:not(:checked) + .check-label:before,
.checkbox [type="checkbox"]:checked + .check-label:before {
  content: '';
  position: absolute;
  left: 0; top: 0em;
  margin-right: 0.5em;
  width: 1.25em; height: 1.25em;
  border: none;
  background: #EDE8E4;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.checkbox [type="checkbox"]:not(:checked) + .check-label:after,
.checkbox [type="checkbox"]:checked + .check-label:after {
  content: '\2713\0020';
  position: absolute;
  top: .0em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #FF8C00;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.checkbox [type="checkbox"]:not(:checked) + .check-label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox [type="checkbox"]:checked + .check-label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.checkbox [type="checkbox"]:disabled:not(:checked) + .check-label:before,
.checkbox [type="checkbox"]:disabled:checked + .check-label:before {
  box-shadow: none;
  border: none;
  background-color: #EDE8E4;
}
.checkbox [type="checkbox"]:disabled:checked + .check-label:after {
  color: #999;
}
.checkbox [type="checkbox"]:disabled + .check-label {
  color: #aaa;
}
/* accessibility */
.checkbox [type="checkbox"]:checked:focus + .check-label:before,
.checkbox [type="checkbox"]:not(:checked):focus + .check-label:before {
  border: none;
}


/* hover style just for information 
  label:hover:before {
  border: none!important;
}
*/
 
 
 /*-------インプット---------*/


.input_wrap {
	margin: 0;
	padding: 0 0 2.6737% 0;
	line-height: 1.3em;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}

.input_wrap p {
	margin: 1.3737% 0 0 0;
}

.input01, .input02, .input03, .input04 {
	margin: 0;
	padding: 0.5%;
	border: solid 1px #CCC;
	font-size: 16px;
	
	letter-spacing: 1px;
	font-family: "Meiryo", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.input01 {width: 70%;}
.input02 {width: 94%;}
.input03 {width: 4em;}
.input04 {width: 50%;}



 /*-------必須項目---------*/

.required:after {
	margin: 0 0 0 10px;
	padding: 7px;
	font-size: 85%;
	letter-spacing: 0px;
}


.required:after {
	content: "必　須";
	color: #fff;
	background-color: #FF8C00;
}



/*----- ページネーション -----*/


ul.pagination {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	
	padding: 0;
	margin: 0 auto 0 auto;
	font-size: 14px;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #FFAA30;
    color: #FFF;
    border: 1px solid #FFAA30;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}


.page_text {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}



/*----- トピックス_記事 -----*/

.topics_con_text {
	text-align: left;
	font-size: 90%;
	line-height: 1.8em;
	margin: 0 auto 2.0833vh auto;
	padding: 0 0 2.0833vh 0;
	border-bottom: 1px solid #CCC;
}

.topics_con_text p {
	text-indent: 1em;
}



/*-------フェードイン---------*/

section {
	margin: 0;
	padding-top: 0;
}

.fadein-mv02{
	overflow: hidden;
	transition: 1.0s;
	opacity: 0;
}

.mv02{
	opacity: 1.0;
}


/*-------ページトップ---------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
	letter-spacing: 1px;
	z-index: 999;

}

.pagetop a {
	display: block;
	background-color: #006667;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 20px 15px;
	border-radius: 50%;
}
 
.pagetop a:hover {
    background-color: #7DB2B4;
}

span.msg { color:red; }


div.topics_naka_text { float:none; width:auto; }
div.topics_naka_ph { aspect-ratio:3/2; box-sizing:border-box; border:1px solid #ddd; margin-right:20px; max-width:100px; min-width:100px; overflow:hidden; }
div.topics_naka_ph img { aspect-ratio:3/2; object-fit:cover; overflow:hidden; height:auto; width:100%; max-width:100px; }

#pagenation:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pagenation #pagenation-list li{
	float: left;
	background: none;
	list-style: none;
	padding: 0;
	margin: 0 5px 5px 0;
}
#pagenation #pagenation-list li:last-child{
	margin-left: 0;
}
#pagenation #pagenation-list a,#pagenation #pagenation-list span{
	background: none;
	display: block;
	margin: 0;
	padding: 4px 13px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
#pagenation #pagenation-list .current{
	background: #F0FBDA;
	color: #696969;
}
#pagenation #pagenation-list .omit{
	padding: 4px 2px;
	color: #777777;
}
#pagenation #pagenation-list li a{
	background: #85CE00;
	color: #FFFFFF;
	text-decoration: none;
}
#pagenation #pagenation-list a:hover{
	background: #F0FBDA;
	color: #FFFFFF;
	text-decoration: none;
}



	
