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

/* -----------------------------------
    見出し
   ----------------------------------- */
h3{font-size: 18px;}
h3.p02{margin-top: 80px}
h3.p02-large{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
    font-family: A1 Gothic M , '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	color: #99cc33;
}
article h3:first-child.p02{margin-top: 0px}
h3.p05{
	color: #333333;
    font-size: 24px;
	margin-top: 30px;
    display: block;
    text-align: center;
}
h3.p06{font-size: 14px;}
h3.p07{
	font-size: 24px;
	margin-bottom: 30px;
	display: block;
	text-align: center;
	font-family: A1 Gothic R,'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;	
	font-weight: bold;
}
h3.p07::before , h3.p07::after {
  content: '';
  display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 2.5px 0 2.5px;
	border-color: #000000 transparent transparent transparent;
	margin-bottom: -7px;
}
h3.p07::before {transform:rotate(-35deg); margin-right: 15px;}
h3.p07::after {transform:rotate(35deg); margin-left: 15px;}
h3.title-01{
	font-size: 28px;
	margin-top: 50px;
	text-align: center;
	line-height: 1.4;
	color: #111111
}
h4.p04{
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center
}
h4.p05 {
    font-size: 19px;
    margin-bottom: 20px;
    font-family: A1 Gothic R,'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
h5.p03{
	font-size: 14px;
	margin-bottom: 10px;
	font-family: A1 Gothic R,'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.txt-small{font-size: 80%}
.txt-large{
	font-weight: bold;
	font-size: 120%
}
.txt-bk{color: #000000!important}
@media screen and (max-width: 768px) {
h3.title-01{font-size: 23px;}
h4.p04{
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center
}
h3.p07{
	font-size: 19px;
	margin-bottom: 30px;
}
.container-inn h3.p02-large.text-center{
	font-size: 26px;
	text-align: center!important}	
}

/* -----------------------------------
    カラム
   ----------------------------------- */
.flex-end{align-items: flex-end}
.align-ceter{align-items: center }
article.no-border{border-top: none;}
.block-none{display: none}
.box-frame{
    background-color: #f7f9f1;
    padding: 50px;
}
.box-frame .tbl-info{
	border-left: 2px solid #f7f9f1;
    border-right: 2px solid #f7f9f1;
	background-color: #ffffff;
}
.block__title{
	font-feature-settings: "palt";
	display: flex;
    align-items: center;
}
.block__title__s{
	width: 100px;
	display: inline-block
}
.block__title__l{
    display: inline-block;
    margin-left: 20px;
}
.block__title h3.p02{
	margin: 0;
	line-height: 1.5
}
@media screen and (max-width: 768px) {
.block-medium,	
.block-small{width: 100% !important}
.block__title{flex-wrap: wrap;}
.block__title__l{ margin-left: 0px;}	
.box-frame{padding: 20px;}	
}

/* -----------------------------------
    リンク
   ----------------------------------- */
a.text-link-02{
    display: inline-block;
    position: relative;
    font-family: A1 Gothic M , '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    padding-right: 35px;
    transition: all .3s;
}
a.text-link-02:hover{color: #99cc33; border-color: #99cc33;}
a.text-link-02:after{
	content: "";
	position: absolute;
	display: block;
	transition: all .3s;
	width: 5px;
	height: 13px;
	top: 50%;
	right: 20px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: translateY(-50%) rotate(45deg) skewX(-45deg);
}
a.text-link-02:hover:after{
	height: 16px;
	right: 17px;
	border-top: 1px solid #99cc33;
	border-right: 1px solid #99cc33;
}
a.text-link-02:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(51,51,51,0.50);
    transform: scale(1, 1);
    transform-origin: center top;
    transition: transform .3s;
}
a.text-link-02:hover:before{transform: scale(0, 1);}
a.text-link-03{text-decoration: underline}
a.text-link-03:after{content: " »";}

a.text-link-wide{
    font-size: 25px;
    width: 70%;
}

a.gaibu-link {
    font-family: A1 Gothic M , '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 17px;
    border-bottom: 1px solid #333333;
    padding: 0px 5px 3px;
    display: inline-block !important;
	line-height: 1;
	text-align: center
}
a.gaibu-link:hover{color: #99cc33; border-color: #99cc33;}
a.gaibu-link:after{
	font-family: 'FontAwesome';
	content: "\f08e";
	padding-left: 5px;
	transition: all .3s;
}
a.gaibu-link:hover:after{padding-left: 10px;}
.text-no-link span{
	    font-size: 20px;
    font-family: A1 Gothic M , '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	display: inline-block;
	border: 1px solid #333333;
    padding: 13px 30px 10px;
}
@media screen and (max-width: 680px) {
a.text-link-wide{
    font-size: 20px;
    width: 100%;
}	
}
/*formボタン*/
.container-form-btn{
	position: relative;
	width: 200px;
	margin-top: 80px
}
.form-btn{
	font-size: 20px;
    font-family: A1 Gothic M , '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    border: 1px solid #333333;
    padding: 13px 60px 10px 40px;
	background-color: #ffffff;
	position: relative
}
.form-btn:hover{
	color: #99cc33; 
	border-color: #99cc33;
}
.container-form-btn:after{
	content: "";
	position: absolute;
	display: block;
	transition: all .3s;
	width: 5px;
	height: 13px;
	top: 50%;
	right: 35px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: translateY(-50%) rotate(45deg) skewX(-45deg);
}
.container-form-btn:hover:after{
	height: 16px;
	right: 32px;
	border-top: 1px solid #99cc33;
	border-right: 1px solid #99cc33;
}

/* -----------------------------------
    イベント・プロジェクト
   ----------------------------------- */
ul.event-00 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
ul.event-01 li {font-feature-settings: "palt";}
ul.event-00 li a {display: block;}
ul.event-00 li a p.time {font-size: 14px;}
ul.event-00 li a p.area {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.4
}
ul.event-00 li a p.text {color: #333333;}
ul.event-00 li a {color: #333333;}
ul.event-00 h2 {
	font-size: 20px;
	font-family: A1 Gothic R,'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-weight: bold
}

ul.event-01 li {
    width: 31%;
    margin: 0 1% 30px;
}
ul.event-01 li a p.category {
    color: #ffffff;
	background-color: #99cc33;
    padding: 5px 8px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 5px;
	line-height: 1
}
ul.event-01 li a h3 {
    color: #abcd03;
    font-size: 18px;
    line-height: 1.2;
}

ul.event-02 li {
    width: 31%;
    margin: 0 3% 30px 0%;
}
ul.event-02 li:nth-child(3n){margin-right:0;}
ul.event-02 li a{
	font-family: A1 Gothic R,'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	color: #333333;
}
ul.event-02 li a h3,
ul.event-02 li h3{
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.2;
}
ul.event-02 li p.text,
ul.event-02 li a p.text {
	font-size: 14px;
	line-height: 1.4;
}
ul.event-03 li {
    width: 48%;
    margin: 0 4% 30px 0;
}
/* ------------------------ パソコン ------------------------ */
@media only screen and (min-width:768px){

	ul.event-03 li:nth-child(2n){
		margin-right:0;
	}

}
ul.event-03 li a h3 {
	font-size: 17px;
	margin-bottom: 5px;
	line-height: 1.2;
	font-weight: bold	
}
ul.event-03 li a p.text {
	font-size: 14px;
	line-height: 1.4
}
.event-list li img{
	width: 100%;
	height: 190px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

/*おすすめプラン*/
#osusume{
    border: 1px solid #abcd03;
    padding: 15px 30px;
    height: 180px;
    overflow-y: scroll
}
#osusume li a{
    line-height: 1.2;
    padding: 10px 0px;
	display: block
}
@media screen and (max-width: 768px) {
ul.event-01 li,
ul.event-02 li{
	width: 47%;
}	
}
@media screen and (max-width: 680px) {
ul.event-01 li,
ul.event-02 li,
ul.event-03 li{
	width: 100%;
	margin-right: 0	
	}	
}

ul.event-00.stamp-rally li{
	font-family: A1 Gothic M , '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
ul.event-00.stamp-rally li h3{
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0 25px;
}
ul.event-00.stamp-rally li h3 span{
	font-size: 17px;
}
ul.event-00.stamp-rally li p.text{
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝",メイリオ,Meiryo,serif;
	margin-bottom: 20px;
}
ul.event-00.stamp-rally li a.text-link-02{
	display: inline-block;
	color: #99cc33;
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	
	ul.event-00.stamp-rally li h3{
		font-size: 20px;
		margin: 10px 0 25px;
	}
	ul.event-00.stamp-rally li h3 span{
		font-size: 17px;
	}

}



/* -----------------------------------
    トップページ　セレモニーバナー
   ----------------------------------- */
#banner-ceremony{
	width: 840px;
	margin: auto
}
@media screen and (max-width: 768px) {
#banner-ceremony{width: 100%;}	
}

/* -----------------------------------
    検索
   ----------------------------------- */
.search-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.search-list li{width: 32%;}
.search-list li a{
    display: block;
    padding: 10px;
    border: 1px solid #abcd03;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    background-color: #abcd03;
    font-size: 16px;
    font-weight: bold;
}
.search-list#search-list-area li{width: auto;}
.search-list li a:hover{
	background-color: #ffffff;
	color: #abcd03
}
#search-theme{margin-bottom: 50px;}
.btn-search{
    font-size: 20px;
    font-family: A1 Gothic M , '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    border: 1px solid #333333;
    padding: 13px 60px 10px 40px;
    position: relative;
    background-color: #FFFFFF;
	margin: auto;
    display: block;
}
.btn-search:after{
	content: "";
	position: absolute;
	display: block;
	transition: all .3s;
	width: 5px;
	height: 13px;
	top: 50%;
	right: 35px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: translateY(-50%) rotate(45deg) skewX(-45deg);
}
.btn-search:hover:after{
	height: 16px;
	right: 32px;
	border-top: 1px solid #99cc33;
	border-right: 1px solid #99cc33;
}
@media screen and (max-width:768px) {
.search-list{width: 100%;}
}
@media screen and (max-width:680px) {
.search-list li a{
    height: 90px;
    padding: 10px 5px;
}	
}

#search-list-02.search-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    width: 850px;
}
#search-list-02.search-list li{
    width: 27%;
    margin: 1%;
}
#search-list-02.search-list li#all{width: 80px;}
.search_item {
    cursor: pointer;
    display: inline-block;
	padding: 10px;
    border: 1px solid #abcd03;
    line-height: 1.4;
    text-align: center;
    color: #abcd03;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.is-hide {display: none;}
.is-active{
	color: #ffffff;
    background-color: #abcd03;
}
@media screen and (max-width:860px) {
#search-list-02.search-list{width: 100%;}
}
@media screen and (max-width:768px) {
#search-list-02.search-list li{width: 29%;}
}

/* -----------------------------------
    関連リンク・協賛バナー
   ----------------------------------- */ 
section#banner .inner{width: 1200px}
ul.banner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
ul.banner li{
    margin-bottom: 10px;
    text-align: center;
	display:  inline-block;
	margin-left: 1.5%;
	margin-right: 1.5%;
	font-feature-settings: "palt";
}
ul.banner li img{vertical-align: middle}
ul.banner li a{display: block}
ul.banner-L li{
	margin-top: 10px;
	width: 300px;
    overflow: hidden;
}
ul.banner-L li.banner-L-wide{width: auto}
ul.banner-L li.banner-L-wide , ul.banner-L li.banner-L-wide a{
    font-size: 37px;
    font-weight: bold;
	display: block;
	vertical-align: middle
}
ul.banner-L li#matsuura{width: 430px}
ul.banner-M li{
	margin-top: 10px;
	width: 230px;}
ul.banner-M li a{font-size: 25px;}
ul.banner-M li#shinkin{width: 190px}
ul.banner-M li#kameoka{width: 300px}
ul.banner-M li#yonden{width: 300px}
ul.banner-M li#fuji{width: 120px}
ul.banner-S li,
ul.banner-S-2 li{
	font-size: 17px;
	margin-left: 1%;
	margin-right: 1%
}
ul.banner-S-2 li{font-size: 14px;}

ul.logo-list {
	display: flex;
	justify-content:center;
	flex-wrap: wrap
}
ul.logo-list li{
    width: 150px;
    height: 60px;
    line-height: 60px;
    margin: 5px 10px;
    display: inline-block;
    vertical-align: top;
}
ul.logo-list li img{vertical-align: middle;}
ul.logo-list li.logo-small{width: 50px}
ul.logo-list li#logo-bus{width: 280px}
ul.logo-list li#logo-kddi,
ul.logo-list li#logo-ana{width: 100px}
ul.logo-list li#logo-uwajima{width: 200px}
ul.logo-list li#logo-nanyo{width: 900px}
@media only screen and (max-width:1200px){
section#banner .inner{width: 95%}
}
@media only screen and (max-width:768px){
section#banner h2.p04{text-align: center}	
ul.banner-L li{width: 45%;}	
ul.banner-L li.banner-L-wide , ul.banner-L li.banner-L-wide a{font-size: 28px;}
ul.banner-M li{width: 45%;}	
}
@media only screen and (max-width:680px){
ul.banner{display: block}	
ul.banner li{
    display: block;
    margin: auto auto 20px
}	
ul.banner-L li {
    width: 80%;
    max-width: 320px;
}
ul.banner-M li {
    width: 70%;
    max-width: 260px;
}	
ul.banner-S li, ul.banner-S-2 li{
	margin-top: 5px;
	margin-bottom: 0
}	
ul.logo-list li{width: 120px;}	
ul.logo-list li.logo-small{width: 40px}
ul.logo-list li#logo-bus{width: 250px}
ul.logo-list li#logo-kddi,
ul.logo-list li#logo-ana{width: 80px}
ul.logo-list li#logo-uwajima{width: 180px}	
ul.logo-list li#logo-nanyo{width: 320px}	
}

/* -----------------------------------
    プロジェクト名一覧
   ----------------------------------- */
.list-project {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.list-project li{
    width: 32%;
    margin: 0 2% 15px 0;
}
.list-project li:nth-child(3n) {margin-right: 0;}
.list-project li a{
    font-size: 16px;
    font-family: A1 Gothic R,'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メsイリオ', 'Meiryo', sans-serif;
    width: 100%;
    padding: 10px 5px;
    display: flex;
    align-items: center;	
    text-align: center;
	justify-content: center;
	height: 65px;
	border: 1px solid #000000;
    line-height: 1.2;
}
.list-project li a small{
    display: block;
    font-size: 80%;
    margin-right: 20px;
}
.list-project li a:hover{border: 1px solid #99cc33;}
@media screen and (max-width: 768px) {
.list-project li{width: 48%;}	
.list-project li:nth-child(3n) {margin-right: 2%;}	
}
@media screen and (max-width: 680px) {
.list-project li{width: 100%;}	
}


/* -----------------------------------
    プロジェクト詳細
   ----------------------------------- */
.project-info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.project-info dt, .project-info dd{font-size: 18px}
.project-info dt{
    width: 70px;
    text-align: justify;
	text-justify: inter-ideograph;
	text-align-last: justify;
}
.project-info dd{width: calc(100% - 100px)}
p.txt-info{
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
	font-size: 15px;
}
.list-attention li{
	padding-left: 1em;
	text-indent: -1em
}
.list-attention li:before{
	content: "・"
}

.tbl-info{
	width: 100%;
	border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tbl-info td,
.tbl-info th{
	padding: .5em 8px;
	border: 1px solid #CECECC;
	vertical-align: middle;
}
.tbl-info th{
	background-color: #f3f3f3;
	text-align: center;
	max-width: 300px;
	min-width: 80px;
}
.tbl-info td{width: 75%}
@media screen and (max-width: 768px) {
.tbl-info th{
	max-width: 100%;
	min-width: 100%;
}	
}
@media screen and (max-width: 640px){
.tbl-info{border-bottom: 1px solid #CECECC;}	
.tbl-info td,
.tbl-info th {
	display: block;
	word-break: break-all;
	width: 100% !important;
	border-bottom: none;
}
.tbl-info th {text-align: left;}
}

/* -----------------------------------
    googlemap
   ----------------------------------- */
.map {
    height: 450px;
    background-color: #CCCCCC;
    margin-bottom: 30px;
}
.map-wide{height: 650px;}
.map iframe,
.map-wide iframe{
    width: 100%;
    height: 100%;
}

/* -----------------------------------
    道の駅名×都市名
   ----------------------------------- */
.txt_vs {
	display: flex;
	align-items: center
}
.txt_vs li{
	font-size: 20px;
    line-height: 1.2;
	font-family: A1 Gothic M , '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.txt_vs li.vs{
    width: 40px;
    margin: 0px 30px;
}
.txt_vs li small{
	display: block;
	padding-top: 5px;
	font-size: 15px
}

/* -----------------------------------
    登録の流れ
   ----------------------------------- */
#flow li{
    border: 1px solid #99cc33;
    padding: 15px;
    border-radius: 6px;
    padding-left: 3em;
    text-indent: -1.5em;
    position: relative;
    margin-bottom: 50px;
    background-color: #ffffff;
}
#flow li span{
    font-size: 150%;
    padding-right: 20px;
}
#flow li:after{
	content: "▼";
	font-size: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -63px;
	margin: auto;
	color: #99cc33;
	transform: scale(1.5, 1);
	display: block;
	text-indent: 0
}
#flow li:last-child:after{display: none}
#flow li#moushikomi .container-flex{align-items: baseline}
#flow li#moushikomi{
	padding: 15px;
	text-indent: 0
}
#flow li span.flow-title{
	display: block;
	text-align: center
}
#flow li h2{
    font-size: 20px;
    font-family: A1 Gothic M , '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    border: 1px solid #333333;
    display: inline-block;
    padding: 13px 40px 10px;
	text-indent: 0;
	margin-bottom: 10px;
	width: 320px;
}
#flow li a.text-link{
    text-indent: 0;
    width: 220px;
	padding: 13px 40px 10px 20px
}
@media screen and (max-width:768px) {
#flow li#moushikomi .container-flex .block-half.text-center{text-align: center!important}
#flow li h2{
	width: 100%;
}

}


/* -----------------------------------
    イベント表示
   ----------------------------------- */
/* 検索 */
#search-area{align-items: center;}
#area-map{
    width: 400px;
    margin: 0px auto 30px
}
#search-area .project-search-list{width: calc(100% - 450px)}
.project-search-list{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
	align-items: center;
	margin: 0px auto 50px;
}
.project-search-list li{width: 32.5%;}
.project-search-list input[type="checkbox"]+span{
    display: block;
    padding: 10px;
    border: 1px solid #99cc33;
    line-height: 1.4;
    text-align: center;
    color: #99cc33;
    background-color: #FFFFFF;
    margin: 0px 5px 15px;
}
.project-search-list li input[type="checkbox"]:checked+span {
    background: #99cc33;
    color: #fff;
}
.project-search-list li input[type="checkbox"] { display: none; }
.project-search-list input[type="checkbox"]+span{position: relative;}
.project-search-list input[type="checkbox"]+span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 1px solid #99cc33;
    border-radius: 4px;
    opacity: .6;
    transition: all .12s, border-color .08s;
    background-color: #EBEBEB;
}
.project-search-list input[type="checkbox"]:checked +span:before  {
    width: 10px;
    top: -5px;
    left: 12px;
    border-radius: 0;
    opacity: 1;
    border: 1px solid #ffffff;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    background-color: #99cc33;
}

.project-search-list.data li{
	width: 24.4%;
}

/*カレンダー検索*/
#block-calendar {
	overflow: hidden;
	width: 400px;
	margin: auto;
	position: relative;
	background: #ffffff;
}
#block-calendar select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-overflow: ellipsis;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    appearance: none;
    padding: 12px 38px 12px 8px;
    color: #99cc33;
    border: 1px solid #99cc33
}
#block-calendar select::-ms-expand {
    display: none;
}
#block-calendar::before {
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #99cc33;
	pointer-events: none;
}

@media screen and (max-width:980px) {
.project-search-list#project-search-list__area li{width: 15%;}	
}
@media screen and (max-width:768px) {
#area-map,
#search-area .project-search-list{
    width: 100%;
}
.project-search-list li,	
#area-map .project-search-list li{width: 48%;}	
}
@media screen and (max-width:680px) {
.project-search-list li,	
#area-map .project-search-list li{width: 100%;}		
.project-search-list.data li{
	width: 50%;
}
#block-calendar {width: 98%;}
}

/* タブ切り替え */
.program-tab{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #99cc33;
}
.program-tab li {
	margin-right: 3px;
	height: 55px;
	line-height: 55px;
	background-color: #C7C7C7;
	transition: .5s;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative
}
.program-tab li a{
	color: #ffffff;
	font-size: 18px;
	line-height: 1.1;
	display: block;
	padding-left: 20px;
	padding-right: 30px;		
	width: 100%;
	text-align: center;
	font-family: A1 Gothic M , '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;	
}
.program-tab li a:after {
    font-family: 'FontAwesome';
    content: "\f107";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 15px
}
.program-tab li.current {
	background-color: #99cc33;
}
@media screen and (max-width:768px) {

.program-tab li {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}
.program-tab li:last-child{margin-bottom: 0}	
}

/* -----------------------------------
    pager
   ----------------------------------- */
.wp-pagenavi {
	margin-top: 70px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}
.wp-pagenavi .pages {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	background-color: #E1E1E1;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	width: 50px;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi .current{
	display: inline-block;
	margin-left: 3px;
	color: #000000;
	padding: 7px 15px 13px ;
	border: 1px solid #99cc33;
	background-color: #FFFFFF;
	margin-right: 3px;
	height: 40px;
	width: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-pagenavi a:first-child,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	border-radius: 50%;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current{
  color: #ffffff;
  background-color: #99cc33;
	border: 1px solid #99cc33;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
  border-radius: 3px;
	width: 70px;
	padding-left: 3px;
	padding-right: 3px;
}

@media screen and (max-width: 480px) {
.wp-pagenavi {
	margin-top: 70px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}
.wp-pagenavi .pages {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	background-color: #E1E1E1;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	width: 50px;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi .current{
	display: inline-block;
	margin-left: 3px;
	color: #000000;
	padding: 7px 15px 13px ;
	border: 1px solid #99cc33;
	background-color: #FFFFFF;
	margin-right: 3px;
	height: 40px;
	width: 40px;
	text-align: center;
	margin-bottom: 20px;
}
}

/* -----------------------------------
    クリッカブルマップ
   ----------------------------------- */
#mapArea img{width: 100%;}

/* -----------------------------------
    タブ切り替え
   ----------------------------------- */
.tab-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.tab-list::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
	background-color: #99cc33;
}
.tab-list .tabLabel {
    margin-right: 3px;
    flex: 1;
    order: -1;
	width: 200px;
    background-color: #A4A4A4;
    transition: .5s;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
	height: 45px;
	line-height: 45px;
	font-family: A1 Gothic R,'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メsイリオ', 'Meiryo', sans-serif;
}
.tab-list .tabLabel:before{
	font-family: 'FontAwesome';
	content: "\f107";
	margin-right: 5px
}
.tab-list .tabLabel:nth-last-of-type(1){ margin-right: 0; }
.tab-list input {
	display: none;
}
.tab-list .content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.tab-list .content h3.p02{margin-top: 0}
/*アクティブ設定*/
.tab-list input:checked + .tabLabel {background-color: #99cc33;}
.tab-list input:checked + .tabLabel + .content {
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
	    margin-top: 30px;
}

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

	.tab-list .tabLabel {
		font-size: 14px;
	}

}


.no-image{
	border: 1px solid #99cc33;
}

.border-box{
	border: 1px solid #99cc33;
	padding: 40px;
}

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

	.border-box{
		padding: 25px;
	}

}