@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

.categoryid-86 .data_main{
	display:none!important;
}

.category-90 .wp-block-button.sp_use {
	display:none!important;
}


.meets_banners,
.meets_banners li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.meets_banners{
    display: flex;
    justify-content: space-between;
    gap:15px;
    margin-bottom: 10px;
}


.meets_banners li img{
    width: 100%;
}


.gglist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;	
}



.gglist li{
	width : calc(100% / 3) ;
	margin: 0;
	list-style: none;
	margin-bottom: 15px;
	box-sizing: border-box;
	border-top:solid 1px #CCC;
	padding-top: 20px;
	
}
.glinks{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.gglist li:first-child{
	padding-right: 10px;
}
.gglist li:nth-child(3n+1){
	padding-right: 10px;
}
.gglist li:nth-child(3n+3){
	padding-left: 10px;
}
.gglist li:nth-child(3n+2){
	padding-left: 5px;
	padding-right: 5px;
}

.gglist li img{
	width: 100%;
	display: block;
	border-radius: 5px;
	border:solid 1px #CCC;
	box-sizing: border-box;
	
}


.gglist li p{
	margin: 10px 0 10px 0;
	font-size: 14px;
	color: #333;
	display: block;
	width: 100%;
}

.gglist li a{
	width: 100%;
	display: block;
	text-align: center;
	border:solid 1px #DE9110;
	text-decoration:none;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	color: #DE9110;
}

.gglist li a.link_j{
	border:solid 1px #56AA4A;
	color: #56AA4A;
	width: 49%;
}
.gglist li a.link_y{
	border:solid 1px #C7393C;
	color: #C7393C;
	width: 48%;
}

.gglist li a:hover{
	text-decoration:none;
	opacity: .8;
}

.gglist li a.vote{
	background-color: #EA0202;
	color: #FFF;
	border: none;
	border-bottom: solid 2px #a90101;
}

.gglist:after {
    content: "";
    display: block;
	width : calc(100% / 3) ;
    height: 0;
}

.gtitle_i{
	margin-bottom: 10px;
	margin-top: 20px!important;
}
.gtitle_i img{
	height: 60px;
}
.gimage{
	position: relative;
}
#regionSelect,
#resetButton{
	font-size: 16px;
}

.gimage span{
	position: absolute;
	text-shadow: 0 0 3px #000;
	left: 1px;
	top: 1px;
	padding: 5px 10px;
	background-color: rgba(210, 136, 32,.7 );
	color: #FFF;
	border-radius:  3px 0 5px 0 ;
}
.gcategory{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	gap:10px;
	margin-bottom: 20px;
}


.gcategory li{
	flex: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}


.gcategory li a{
	display: block;
	padding: 5px 20px;
	border-radius: 5px;
	background-color: #de5866;
	color: #FFF;
	text-decoration: none;
}

.gcategory li a:hover{
	opacity: .8;
}
.gcategory.ngc li:first-child a{background-color:#75be59;}
.gcategory.ngc li:nth-child(2) a{background-color:#e94c08;}
.gcategory.ngc li:nth-child(3) a{background-color:#cd2438;}
.gcategory.ngc li:nth-child(4) a{background-color:#2b6bb5;}
.gcategory.ngc li:nth-child(5) a{background-color:#cd9306;}
.gcategory.ngc li:nth-child(6) a{background-color:#29bbdf;}
.gcategory.ngc li:nth-child(7) a{background-color:#9c1e23;}
.gcategory.ngc li:nth-child(8) a{background-color:#3bb8a9;}


.gsearch{
	padding-top: 20px;
}

.post-54280 #resetButton{
	width: 100%;
	margin-top: 10px;
	background-color: #616161;
	color: #FFF;
	margin-bottom: 0px;
}
h3#gsort{
border-bottom: solid 1px #999;
    padding-bottom: 10px;
    margin-top: -10px;
    padding-top: 40px;
    font-size: 1.5em;
	
}

.cp_ipselect01 {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px auto;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
}
/*プルダウンの三角を設定*/
.cp_ipselect01::before {
  position: absolute;
  right: 15px;
  content: '';
  width: 16px;
  height: 8px;
  background: #666666;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.cp_ipselect01 select {
  width: 100%;
  padding: 10px 45px 10px 10px;
  color: #666666;
  cursor: pointer;
  text-overflow: ellipsis;/*テキストがオーバーしたら'...'で省略*/
  z-index: 1;
  /* 標準のスタイルを無効にする */
  border: none;
  appearance: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width:750px) {

	.gcategory li{
		flex:auto;
		
	}
.meets_banners{
    margin-top: 10px;
    display: block;
    justify-content: space-between;
}
	
	
	.gglist{
		display: block;
	}
.gglist li{
		width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0 0 0 ;
	margin-bottom: 10px;
	padding-left: 0!important;
	padding-right: 0!important;
}
.gtitle_i img{
	height: 38px;
}
	.gimage{
		width: 30%;
	}
	.gimage span{
	text-shadow:none;
		font-size: 8px;
	background-color: #DB3460;
		padding: 1px 3px;
	}
	
	.gglist li img{
		width: 100%;
	}
	
	.gglist li p{
		margin-top: 0px;
		margin-bottom: 5px;
		width: 100%;
		text-align: left;
	}
	.gglist li div.glinks{
		width: 68%;
		align-self: center;
	}
	
}