/*
Theme Name: tonoka
*/

.sp
{
display:none;
}

@media screen and (max-width:640px)/*スマートフォン*/
{
.sp
{
display:block;
}
}

@media (max-width:1024px){
.pc_only {
	display: none !important;
}
}

@media (min-width:1025px){
.sp_only {
	display: none !important;
}
}

/* blog contents  ---------------------------------------- */

.blog_contents img {
	padding-bottom: 10px;
	padding-top: 10px;
}
#nav-below .nav-previous a {
	float: left;
}
#nav-below .nav-next a {
	float: right;
}

#nav-below {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	height: 2em;
}

/* wordpress ---------------------------------------- */

h1,h2,h3,h4,h5,h6{

}
.pc
{
display:block;
}
.sp
{
display:none;
}

#subpage .wp-caption {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subpage .alignleft {
	float: left;
}
#subpage .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
#subpage img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#subpage .alignright {
	float: right;
}
#subpage .wp-caption-text{
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #7F7F7F;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
blockquote p:last-child {
	margin-bottom: 0;
}

/* contents meta ---------------------------------------- */
footer.entry-meta {
	margin-top: 24px;
	font-size: 12px;
	color: #757575;
}

/* pageTop ---------------------------------------- */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 8px;
	padding-bottom: 2px;
	width: 80px;
	background-color: #968862;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 12px;
}
 
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.pc_bottom {
	clear: both;
	display: block;
	bottom: 33px;
	right: 0px;
	position: fixed;
}
.pc_bottom .footermsg {
	background-position: center 10px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin: 2px 0px;
	background-color: rgba(0,0,0,0.6);
	letter-spacing: 0.1em;
	border-radius: 3px;
	padding: 2px 8px;
	display: block;
	letter-spacing: 0px;
	color: #ffffff;
}
.pc_bottom p {
	display: inline-block;
	text-decoration: none;
	background-position: center 10px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin: 0px 2px;
	color: #ffffff;
	background-color: #968862;
	letter-spacing: 0.1em;
	border-radius: 3px;
	padding: 2px 8px;
}
/*.pc_bottom .ico_tel {
	background-image: url(https://cheese-wine-den.com/wp-content/themes/tonoka/images/btm_ico_01.png);
}
.pc_bottom .ico_rsv {
	background-image: url(https://cheese-wine-den.com/wp-content/themes/tonoka/images/btm_ico_02.png);
}*/
.pc_bottom a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	z-index: 1000;
}


/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
.ul.footer_menu
{
display:none;
}

@media screen and (max-width:640px)/*スマートフォン*/
{
.pc
{
display:none;
}
.sp
{
display:block;
}
#pageTop {
	display:none !important;
	}
ul.footer_menu {
	display:block;
    margin: 0 auto;
    padding: 12px 0;
    width: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
 
ul.footer_menu li {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align:middle;
    list-style-type: none;
    font-size: 13px;
       line-height: 15px;
}
 
ul.footer_menu li a i{
    font-size: 24px;
}
 
ul.footer_menu li a {
    border: none;
    display: block;
    color: #997545;
    text-align: center;
    text-decoration: none;
}
ul.footer_menu {
	background-image: -webkit-linear-gradient(270deg,rgba(236,230,216,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(236,230,216,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(236,230,216,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(236,230,216,1.00) 0%,rgba(255,255,255,1.00) 100%);
	-webkit-box-shadow: 0 3px 3px 3px #8A8A8A;
	box-shadow: 0 3px 3px 3px #8A8A8A;
	
    position: fixed;
    bottom: 0;
    left:0;
    z-index: 9999999999;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.footer_menu {
    position: fixed;
    bottom: 0;
    left:0;
    background: #fff;
    z-index: 9999999999;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

}
@media(min-width:768px) {
.sp_only_2 {
	display:none;
}
div.bnr_group_2 img{
	width:90%;
	max-width:800px;
}
}
@media(max-width:767px) {
div.bnr_group_2 img{
	width:90%;
	max-width:400px;
}
.pc_only_2 {
	display:none;
}
}
div.bnr_group_2 {
	text-align:center;
	padding:40px 0 20px;
}