@charset "UTF-8";



/* common
-----------------------------------------------*/

h3.pttl{
	position:relative;
	font-family: 'Noto Serif JP';
	font-size:28px;
	margin:0 auto 10px;
	padding:0 0 10px;
	text-align:center;
	letter-spacing:0.2em;
}

	
h3.pttl span,
h3.ttl span{
	position:absolute;
	top:0;
	right:0;
	display:block;
	color:#39af86;
	font-family:メイリオ, Meiryo, Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size:16px;
	letter-spacing:normal;
}

h3.ttl{
	position:relative;
	margin-bottom:15px;
}
h3.sttl{
	font-size:18px;
	font-weight:bold;
}
h3.sttl span,
h3.ttl span{
	margin-left:10px;
	font-size:14px;
	font-weight:normal;
}

p.outline{
	text-align:center;
}

input.submit_btn{
	width:auto;
	max-width:700px;
	min-width:240px;
	display:block;
	margin:30px auto 60px;
	padding:15px 15px 12px;
	color:#fff;
	font-size:20px;
	text-align:center;
	border:none;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	transition:all 0.3s linear;
	background-color:#39af86;
}
input.submit_btn:hover{
	background-color:#ff6400;
}


@media screen and (max-width: 630px){
	h3.pttl span,
	h3.ttl span{
		position:static;
		margin-bottom:-5px;
	}
}
@media screen and (max-width: 510px){
	h3.pttl{
		font-size:24px;
		letter-spacing:normal;
	}
}



/* search
-----------------------------------------------*/
div#search{
	width:94%;
	margin:0 auto 60px;
	padding:3%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	background-color:#f7f9eb;
}

div#search p.outline{
	margin-bottom:15px;
}
/* search navi */
ul#search_navi{
	margin:0 auto 30px;
	text-align:center;
}
ul#search_navi li{
	width:14em;
	margin:0 5px;
	padding:15px 0;
	text-align:center;
	border:1px #02ab83 solid;
	background-color:#fff;
	cursor:pointer;
	transition:all 0.3s linear;
}
ul#search_navi li:hover{
	color:#fff;
	border:1px #ff6400 solid;
	background-color:#ff6400;
}

/* search */
div#search dl{
	margin:0 auto;
	padding:0;
}
div#search dl dt,
div#search dl dd{
	padding:10px 0;
	border-top:1px #ccc solid;
}
div#search dl dt:nth-child(1),
div#search dl dd:nth-child(2){
	border-top:none;
}

div#search dl dt{
	width:25%;
	padding-right:5%;
	color:#39af86;
	font-size:16px;
	font-weight:bold;
}
div#search dl dd{
	width:70%;
}

@media screen and (max-width: 630px) {
	div#search dl dt{
		width:100%;
		padding-right:0;
	}
	div#search dl dd{
		width:100%;
		padding:0 0 10px;
		border-top:none;
	}
}



div#search dl dd ul li{
	width:7em;
	margin-right:10px;
}
div#search select{
	padding:6px 10px 8px;
}

/* kana */
div#search ul.kana {
	text-align:center;
}
div#search ul.kana li{
	width:4em;
	margin:0 10px 10px 0;
}
div#search ul.kana li a{
	width:100%;
	display:block;
	margin:0 auto;
	padding:8px 0;
	color:#fff;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	background-color:#02ab83;
	transition:all 0.3s linear;
}
div#search ul.kana li a:hover{
	background-color:#ff6400;
}


 /* keyword_search */
div#keyword input#word{
	 float:right;
	 width:62%;
	 margin-top:-25px;
	 padding:5px 1%;
 }
 
 
@media screen and (max-width: 510px) {
	div#keyword input#word {
		float: none;
		width: 100%;
		margin-top: 0;
	}
}
 
 /* submit */
div#submit{
	clear:both;
	margin:30px auto 0;
	padding:30px 0 0;
	text-align:center;
	border-top:1px #02ab83 solid;
}
div#submit input{
	display:block;
	margin:0 auto;
	padding:18px 25px 15px;
	color:#fff;
	font-size:20px;
	text-align:center;
	text-decoration:underline;
	border:none;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	background-color:#02ab83;
	transition:all 0.3s linear;
 }
div#submit input:hover{
	text-decoration:none;
	background-color:#ff6400;
}
@media screen and (max-width: 510px) {
	div#submit {
		margin: 15px auto;
		padding: 15px 0 0;
	}
	div#submit input {
		font-size: 16px;
		padding:18px 15px 15px;
	}
}

/* for products page */
div#category_type,
div#member,
div#keyword{
	display:none;
	margin:15px 0 0;
	padding:15px 0 0;
	border-top:1px #02ab83 solid;
	transition:all 0.3s linear;
}
div#category_type{
	margin:30px 0 0;
}
.open{
	display:block!important;
}


/* for member page */
div#industry,
div#business_content,
div#municipalities,
div#keyword{
	display:none;
	margin:15px 0 0;
	padding:15px 0 0;
	border-top:1px #02ab83 solid;
	transition:all 0.3s linear;
}
div#industry ul li{width:10em;}
div#business_content ul li{width:17em;}
div#municipalities ul li{width:10em;}
div#industry ul li span,
div#business_content ul li span,
div#municipalities ul li span{
	display: block;
    padding-left: 1.35em;
}
div#industry ul li span input,
div#business_content ul li span input,
div#municipalities ul li span input{
	margin-left: -1.35em;
}





/* list01
-----------------------------------------------*/
/* restaurant,takeout,onlineship*/

ul.list01{
	min-height:10vh;
	clear:both;
	margin:0 auto 30px;
}
ul.list01 li{
	width:20%;
	max-width:240px;
	margin:0 1.3% 30px;
	padding:1%;
	border:1px #ccc solid;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}
ul.list01 li a span{
	display:block;
	width:100%;
	height:0;
	padding:65% 0 0 0;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:contain;
	/*background-color:#faf1ea;*/
}
ul.list01 li p.name{
	margin:14px 0 10px;
	font-size:18px;
}
ul.list01 li p.pref{
	margin:-5px 0 8px;
	color:#777;
	font-size:14px;
}
ul.list01 li p.category_icon{
	min-height:65px;
	text-align:center;
}
ul.list01 li p.category_icon img{
	margin:0 2% 2%;
}


@media screen and (max-width: 1280px) {
	ul.list01 li p.category_icon img{
		width:44%;
	}
}
@media screen and (max-width: 1054px) {
	ul.list01 li{
		width:28%;
		max-width:none;
		margin:0 3.5% 30px 0;
	}
	ul.list01 li:nth-child(3n){
		margin-right:0;
	}
}
@media screen and (max-width: 730px) {
	ul.list01 li{
		width:45%;
		margin:0 5% 30px 0;
	}
	ul.list01 li:nth-child(3n){
		margin-right:5%;
	}
	ul.list01 li:nth-child(2n){
		margin-right:0;
	}
}
@media screen and (max-width: 510px) {
	ul.list01 li{
		width:97%;
		max-width:240px;
		display:block;
		margin:0 auto 30px;
	}
	ul.list01 li:nth-child(2n),
	ul.list01 li:nth-child(3n){
		margin-right:auto;
	}
}





.movie ul.list01 li a span {
	position:relative;
    padding: 57% 0 0 0;
}
.movie ul.list01 li a span:after{
	width:68px;
	height:48px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-24px 0 0 -34px;
	content:"";
	background:url(../../special/img/movie.png) no-repeat center center;
}
.movie ul.list01 li a span:hover:after{
	background:url(../../special/img/movieo.png) no-repeat center center;
}



/* list02
-----------------------------------------------*/
/* products */

ul.list02{
	min-height:10vh;
	clear:both;
	margin:0 auto 30px;
}
ul.list02 li{
	width:22%;
	margin:0 4% 60px 0;
	padding:0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}
ul.list02 li:nth-child(4n){
	margin-right:0;
}
	
ul.list02 li a span{
	display:block;
	width:100%;
	height:0;
	padding:75% 0 0 0;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:contain;
	/*background-color:#faf1ea;*/
}
ul.list02 li p.name{
	margin:14px 0 10px;
	font-size:18px;
}
ul.list02 li p.outline{
	min-height:5.5em;
	margin-bottom:10px;
	text-align:left;
}
ul.list02 li p.member_name{
	font-size:12px;
}
ul.list02 li p.pref{
	margin:-5px 0 8px;
	color:#777;
	font-size:14px;
}
@media screen and (min-width: 1310px) {
	ul.list02{
		text-align:center;
	}
	ul.list02 li{
		width:240px;
		margin:0 15px 60px;
	}
	ul.list02 li:nth-child(4n){
		margin-right:15px;
	}
}
@media screen and (max-width: 860px) {
	ul.list02 li{
		width:30%;
		margin:0 5% 60px 0;
	}
	ul.list02 li:nth-child(4n){
		margin-right:3.33%;
	}
	ul.list02 li:nth-child(3n){
		margin-right:0;
	}
}
@media screen and (max-width: 630px) {
	ul.list02 li{
		width:47%;
		margin:0 6% 60px 0;
	}
	ul.list02 li:nth-child(4n),
	ul.list02 li:nth-child(3n){
		margin-right:6%;
	}
	ul.list02 li:nth-child(2n){
		margin-right:0;
	}
}
@media screen and (max-width: 350px) {
	ul.list02 li{
		width:90%;
		display:block;
		margin:0 auto 60px;
	}
	ul.list02 li:nth-child(4n),
	ul.list02 li:nth-child(3n),
	ul.list02 li:nth-child(2n){
		margin-right:auto;
	}
}


/* list03
-----------------------------------------------*/
/* cooperation */

ul.list03{
	min-height:10vh;
}
ul.list03 li{
	min-height:160px;
	position:relative;
	margin:0 0 15px;
	padding:15px 0 0 280px;
	border-top:1px #ccc solid;
}
ul.list03 li span.photo{
	width:240px;
	height:160px;
	position:absolute;
	top:15px;
	left:0;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:contain;
}
ul.list03 li h4.name{
	margin:0 0 10px;
	font-size:20px;
	text-align:left;
}
ul.list03 li p.category_icon img{
	margin:0 5px 5px 0;
}
ul.list03 li p.outline{
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	text-align:left;
	border-top:1px #ccc solid;
}
@media screen and (max-width: 800px){
	ul.list03 li {
		min-height:0;
		margin: 0 0 15px;
		padding-left: 35%;
	}
	ul.list03 li span.photo{
		width:30%;
		height:0;
		padding-top:20%;
	}
}
@media screen and (max-width: 680px){
	ul.list03 li {
		padding-left: 45%;
	}
	ul.list03 li span.photo{
		width:40%;
		padding-top:26.66%;
	}
}
@media screen and (max-width: 540px){
	ul.list03 li {
		padding-left: 43%;
	}
	ul.list03 li span.photo{
		width:39%;
		padding-top:26%;
	}
}
@media screen and (max-width: 510px){
	ul.list03 li {
		margin: 0 0 15px;
		padding-left: 0;
	}
	ul.list03 li span.photo{
		width:240px;
		height:160px;
		position:static;
		display:block;
		margin:0 auto 10px;
		padding-top:0;
	}
}

/* list04
-----------------------------------------------*/
/* cooperation */

dl.list04{
	min-height:10vh;
	margin-bottom:90px;
	border-bottom:1px #ccc solid;
}
dl.list04 dt,
dl.list04 dd{
	min-height:31px;
	margin:0;
	padding:18px 0 20px;
	border-top:1px #ccc solid;
}
dl.list04 dt{
	width:15%;
	padding:20px 15% 20px 0;
	background-repeat:no-repeat;
	background-position:right top 20px;
	background-size:auto;
}

dl.list04 dt:nth-child(1),
dl.list04 dd:nth-child(2){
	border-top:none;
}
dl.list04 dd{
	width:65%;
	position:relative;
	padding-left:5%;
}
dl.list04 dd span{
	margin:0 0 0 5px;
	color:#ff0000;
	font-weight:bold;
}

dl.list04 dd span.date{
	display:block;
	margin:10px 0;
	padding-left: calc(6em + 18px);
	color:unset;
	font-size:14px;
	font-weight:normal;
	text-indent: calc(-6em - 18px);
}
dl.list04 dd span.date:before{
	content:"開催日・期日";
	margin-right: 8px;
	padding: 3px 5px;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color:#5d7a46 ;
}

dl.list04 dd a.corporation_name{
	display:block;
	padding-left:10px;
	font-size:14px;
	background:url(../img/arr.png) no-repeat left top 0.5em;
}

a.app_event {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
	padding: 5px 15px;
	color: #cd3c5a;
	font-size: 14px;
	border: #cd3c5a 1px solid;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
}
a.app_event:hover {
	color:#fff;
	border: #ff6400 1px solid;
    background: #ff6400;
}
@media screen and (max-width: 1280px){
	a.app_event {
		width:180px;
		position: static;
		display:block;
		margin: 15px 0 0;
		padding:2px 0 3px;
		text-align:center;
	}
}
@media screen and (max-width: 760px){
	dl.list04 dt,
	dl.list04 dd{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	dl.list04 dt{
		padding: 20px 0 5px 190px;
		background-position: left top 20px;
	}
	.cooperation dl.list04 dt{
		background-position:left 9em top 18px;
	}
	dl.list04 dd{
		padding-top:0;
		border-top:none;
	}
}
@media screen and (max-width: 540px){
	dl.list04 dd span.date {
		padding-left: 0;
		text-indent: 0;
	}
	dl.list04 dd span.date::before {
		content: "[開催日・期日] ";
		margin: 0;
		padding: 0;
		color:#464646;
		background: none;
	}
	a.app_event {
		margin: 15px auto 0;
	}
}

/* topics */
.topics dl.list04{
	border-top:1px #ccc solid;
	border-bottom:none;
}

