@charset "UTF-8";

/*
Theme Name: FLAVOR RECORDS
Theme URI: 
Description: FLAVOR RECORDS
Author: kazenomachi_
Author URI: http://kaze-no-machi.info
Version: 1.0
*/

/* PC表示 */

@media screen and (min-width: 769px){
	.pcHidden{
		display:none;
	}
	
	html body{
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
		display:none;
		margin:0;
		padding:0;
		color:#555;
		width:100%;
	}
	
	.bar_sp{
		display:none;
		font-size:0px;
	}
	
	.space{
		margin-top:70px;	
	}
	
	h2{
		font-family: "Quicksand",sans-serif;
		margin-top:100px;
		text-align:center;
		font-size:3.5em;	
		font-weight:normal;
	}

	h3{
		font-family: "Quicksand",sans-serif;
	}
	
	header{
		width:100%;
	}
	
	#logo{
		position:relative;
		width:100%;
		height:200px;
		top:40px;
		padding:0px;
		margin:0 auto;
		text-align:center;
	}
	
	#logo img{
		height:70px;
		margin-top:40px;
	}
	
	.logo_space{
		height:85px;
	}
	
	h1 {
		margin-top:0px;
		font-family: "Paytone One",sans-serif;
		font-size:3em;
		font-weight:normal;
		text-align:center;
	}
	
	a{
		color:#555;
		text-decoration:none;
	}
	
	#menuWrap{
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:50px;
		background-color:rgba(245,245,245,0.80);
		z-index:100;
	}
	
	.menu{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	
	.menu ul {
		font-size:0;
		-webkit-padding-start: 0px;
		-moz-padding-start: 0px;
	}
	
	.menu li {
		height:50px;
		vertical-align:middle;
		font-family: "Quicksand",sans-serif;
		font-size: 15px;
		text-align:center;
		display: inline-block;
		cursor:pointer;
	}
	
	.menu li a{
		padding-top:15px;
		height:35px;
		display:block;	
	}
	
	#slider {
		width:60%;
		height:auto;
		margin-left:20%;
		margin-right:20%;
		margin-bottom:125px;
	}

	#topInfo{
		width:100%;
		text-align:center;
		margin-bottom:0px;
	}

	#topInfo h2{
		font-size:1em;	
		margin:0px 10px 5px 10px;
		font-weight:500;
		text-align:center;
		color:#f08080;
	}

	.topinfoContent{
		width:300px;
		height:260px;
		margin:0px;
		border-bottom:1px dotted #ccc;
		text-align:center;
		display: inline-block;
		vertical-align:top;
	}

	.topinfoContent img{
		text-align:center;
		margin:10px;
		height:180px;
		width:auto;
		max-width:280px;
	}
	
	#newsWrap{
		width:100%;
		text-align:center;
	}
	
	#newsWrap h2{
		font-size:1em;	
		margin:0px 10px 5px 10px;
		font-weight:500;
		text-align:left;
		color:#f08080;
	}
	
	#newsWrap p{
		margin: 0px 10px;
		font-size:0.8em;
		line-height:1.7em;
		text-align:left;
	}

	.news{
		width:260px;
		height:340px;
		margin:20px 5px;
		border-bottom:1px dotted #ccc;
		text-align:center;
		display: inline-block;
		vertical-align:top;
	}
	
	.news img{
		text-align:center;
		margin:10px;
		height:180px;
		width:auto;
		max-width:260px;
	}
	
	article{
		margin:30px 0 50px 30px;
		padding:20px 10px;
		width:55%;	
		border-bottom:1px dotted #aaa;	
		float:left;
		font-size:0.9em;
		line-height:1.4em;
	}
	
	article h2{
		margin-top:0;
		padding-bottom:5px;
		font-size:1.4em;
		border-bottom:1px dotted #aaa;
		font-weight:normal;
		text-align:left;
	}
	
	article img{
		width:100%;
	}
	
	
	aside{
		margin:25px 0 50px 20px;
		padding:20px 10px;
		width:30%;	
		float:right;
	}
	
	aside h3{
		margin:0px 0px 7px;
		font-weight:normal;
	}
	
	aside ul{
		-webkit-padding-start: 5px;
		-moz-padding-start: 5px;
	}
	
	aside li{
		list-style-position: inside;
		margin-bottom:10px;
	}
	
	.newTopics{
		text-decoration: none;
		color:#555;
		padding-right:4px;
		padding-bottom: 3px;
		font-size:0.9em;
		border-bottom:1px dotted #555;
	}
	
	#nextprev {
		clear:both;
		margin-bottom:50px;
		text-align:center; 
	}
	
	#nextprev a{
		text-decoration: none;
		color:#555;
		padding-left:4px;
		padding-right:4px;
		padding-bottom: 3px;
		border-bottom:1px dotted #555;
	}
	
	#page{
		margin:0 auto;
		width:95%;	
		font-size:0.9em;
		line-height:1.4em;
	}
	
	#sns{
		width:100%;
		margin-top:30px;
		text-align:center;
	}
	
	#tw{
		width:300px;
		margin:25px;
		display: inline-block;
	}
	
	#fb{
		width:300px;
		margin:25px;
		display: inline-block;
	}
	
	
	footer{
		width:100%;
		text-align:center;
		color:#ccc;
		font-size:0.8em;
		margin:50px 0;
	}
	
	footer a{
		text-decoration: none;
		color:#ccc;
		padding-left:4px;
		padding-right:4px;
		padding-bottom: 3px;
		border-bottom:1px dotted #ccc;
	}
	
	.icon{
		font-size:2.5em;
	}
	
	.icon a{
		border:none;	
	}
	
	.topicIcon{
		display:none;	
	}
	
	#produce{
		line-height: 2em;
	}

	.produce_content{
		background:#f5f5f5;
		border-radius:15px;
		padding:15px;
		display:inline-block;
		margin-right:15px;
		width:43%;
		height:220px;
		vertical-align:top;
		margin-top:15px;
		text-align:left;
	}

	.produce_content h3{
		margin-top:0px;
		padding-bottom:5px;
		border-bottom:1px dotted #999;
		text-align:center;
	}

	#produce a{
		color:#f08080;
		text-decoration:none;
	}

	#produce a:hover{
		color:#f0c0c0;
		text-decoration:none;
	}

	#price h4{
		font-weight: normal;
	}

	#price table{
		border:1px solid #999;
		border-collapse: collapse;
		max-width:100%;
	}
	
	#price th{
		font-weight:normal;
		border:1px solid #999;
		padding: 5px 10px;
		background-color:#ccc;
	}

	#price .title{
		width:130px;
		background-color:#777;
		color:#fff;
	}

	#price td{
		border:1px solid #999;
		padding: 5px 10px;
		text-align: center;
		width:80px;
	}
	
	#price td img{
		height:40px;
		width:auto;
	}

	#page-top {
	    	position: fixed;
	    	bottom: 0px;
		right: 0px;
		padding:10px 20px;
		z-index:100;
	}

	#page-top i{
		font-size:6vh;
		color:rgba(0,0,0,0.4);
	}
}



/* タブレット・スマホ表示 */

@media screen and (max-width:768px){
	.spHidden{
		display:none;
	}
	
	html body{
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
		display:none;
		margin:0;
		padding:0;
		width:100%;
		color:#555;
	}
	
	#logo{
		position:relative;
		top:0px;
		padding:0px;
		margin:20px auto;
		text-align:center;
	}
	
	#logo img{
		margin-top:30px;
		width:80%;
	}
	
	.logo_space{
		height:10vh;
	}
	
	h1 {
		font-family: "Paytone One",sans-serif;
		font-size:6vh;
		font-weight:normal;
		text-align:center;
		margin-top:0px;
	}
	
	a{
		color:#555;
		text-decoration:none;
	}
	
	.bar_sp{
		position:fixed;
		top:0px;
		right:0px;
		padding:10px 15px;
		font-size:6vh;
		color:rgba(0,0,0,0.5);
		z-index:100;
	}
	
	.close_sp{
		display:none;
		z-index:110;
	}
	
	#menuWrap_sp{
		display:none;
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:120vh;
		background-color:rgba(255,255,255,0.93);
		z-index:200;
	}
	
	.space{
		margin-top:20px;	
	}
	
	h2{
		font-family: "Quicksand",sans-serif;
		margin-top:50px;
		text-align:center;
		font-size:3.5em;	
		line-height: 1.5em;
		font-weight:normal;
	}

	h3{
		font-family: "Quicksand",sans-serif;
	}
	
	.menu{
		width:100%;
		margin-top:10vh;
		margin-bottom:10vh;

	}
	
	.menu ul {
		height:80vh;
		text-align:center;
		-webkit-padding-start: 0px;
		-moz-padding-start: 0px;
	}
	
	.menu li {
		width:auto;
		font-family: "Quicksand",sans-serif;
		font-size: 4vh;
		list-style-type: none;
		color:rgba(0,0,0,0.6);
		margin:0 auto;	
	}
	
	#slider {
		width:100%;
		height:auto;
	}

	#topInfo{
		width:100%;
		text-align:center;
	}
	
	#topInfo h2{
		font-size:1em;	
		margin:0px 10px 5px 10px;
		font-weight:500;
		text-align:center;
		color:#f08080;
	}
	
	.topinfoContent{
		width:90%;
		margin:20px 7px;
		padding-bottom:10px;
		border-bottom:1px dotted #ccc;
		text-align:left;
		display: inline-block;
		vertical-align:top;
	}

	.topinfoContent img{
		margin:5% 10% 10px;
		width:80%;
		height:auto;
	}
	
	#newsWrap{
		width:100%;
		text-align:center;
	}
	
	#newsWrap h2{
		font-size:0.9em;	
		margin:0px 10px 5px 10px;
		font-weight:500;
		text-align:left;
		color:#f08080;
	}
	
	#newsWrap p{
		margin: 0px 10px;
		font-size:0.7em;
		line-height:1.7em;
	}
	
	.news{
		width:90%;
		margin:20px 7px;
		padding-bottom:10px;
		border-bottom:1px dotted #ccc;
		text-align:left;
		display: inline-block;
		vertical-align:top;
	}
	
	.news img{
		margin:5% 10% 10px;
		width:80%;
		height:auto;
	}
	
	article{
		margin:0 auto 50px auto;
		padding:20px 10px;
		width:90%;
		border-bottom:1px dotted #aaa;		
		font-size:0.9em;
		line-height:1.2em;
	}
	
	article h2{
		margin-top:0;
		padding-bottom:5px;
		font-size:1.4em;
		border-bottom:1px dotted #aaa;	
		font-weight:normal;
		text-align:left;
	}
	
	article img{
		width:100%;
	}
	
	aside{
		margin:0 auto 50px auto;
		padding:0px 10px;
		width:90%;
		font-size:0.9em;
		line-height:1.2em;
	}
	
	aside h3{
		margin:0px 0px 7px;
		font-weight:normal;
	}
	
	aside ul{
		-webkit-padding-start: 5px;
		-moz-padding-start: 5px;
	}
	
	aside li{
		list-style-position: inside;
		margin-bottom:10px;
	}
	
	#topic{
		display:none;	
	}
	
	.newTopics{
		text-decoration: none;
		color:#555;
		padding-right:4px;
		padding-bottom: 3px;
		font-size:0.9em;
		border-bottom:1px dotted #555;
	}
	
	#nextprev {
		margin-bottom:50px;
		text-align:center; 
	}
	
	#nextprev a{
		text-decoration: none;
		color:#555;
		padding-left:4px;
		padding-right:4px;
		padding-bottom: 3px;
		border-bottom:1px dotted #555;
	}
	
	#page{
		margin:0 auto;
		width:95%;	
		font-size:0.9em;
		line-height:1.2em;
	}
	
	#sns{
		width:100%;
		margin-top:30px;
		text-align:center;
	}
	
	#tw{
		width:100%;
		
	}
	
	#fb{
		width:100%;
		margin-top:30px;
	}
	
	
	footer{
		width:100%;
		text-align:center;
		color:#ccc;
		font-size:0.8em;
		margin:50px 0;
	}
	
	footer p{
			
	}
	
	footer a{
		text-decoration: none;
		color:#ccc;
		padding-bottom: 3px;
		border-bottom:1px dotted #ccc;
	}
	
	.icon{
		font-size:2.5em;
	}
	
	.icon a{
		border:none;	
	}

	#produce{
		line-height: 2em;
	}

	.produce_content{
		background:#f5f5f5;
		border-radius:15px;
		padding:15px;
		width:90%;
		vertical-align:top;
		margin-top:15px;
		text-align:left;
	}

	.produce_content h3{
		margin-top:0px;
		padding-bottom:5px;
		border-bottom:1px dotted #999;
		text-align:center;
	}

	#produce a{
		color:#f08080;
		text-decoration:none;
	}

	#produce a:hover{
		color:#f0c0c0;
		text-decoration:none;
	}

	#price h4{
		font-weight: normal;
	}

	#price table{
		border:1px solid #999;
		border-collapse: collapse;
		width:100%;
	}
	
	#price .table_scroll{
		width:100%;
		overflow:auto;
	}
	
	#price th{
		font-weight:normal;
		border:1px solid #999;
		padding: 5px 10px;
		background-color:#ccc;
	}

	#price .title{
		background-color:#777;
		color:#fff;
		width:25vw;
		min-width:25vw;
	}

	#price td{
		border:1px solid #999;
		padding: 5px 10px;
		text-align: center;
		width:20vw;
		min-width:20vw;
	}

	#price td img{
		height:40px;
		width:auto;
	}

	#page-top {
	    	position: fixed;
	    	bottom: 0px;
		right: 0px;
		padding:10px 15px;
		font-size:6vh;
		color:rgba(100,100,100,0.3);
		z-index:100;
	}

	#page-top i{
		font-size:6vh;
		color:rgba(0,0,0,0.4);
	}
}




.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.screen-reader-text {
	display: none;
}
#s {
	width:180px;
	border:0;
	padding:7px;
	font-size:0.9em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #ccc;
	margin:0 0 20px;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.15);
}
#searchsubmit {
	font-family: "Noto Sans JP",sans-serif;
	border:0;
	padding:7px 10px;
	font-size:0.8em;
	color:#999;
	border:solid 1px #ccc;
	margin:0 0 20px;
	background-color:#eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #ccc;
}


/*Pagenation*/
.pagenation {
    margin: 1em auto;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
	text-align: center;
	width:auto;
    margin: 0 auto;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
}
.pagenation li {
    display:inline-block;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}