@charset "utf-8";
/*
Theme Name:  COFFEE RIN
Theme URI: https://coffee-rin.com
Description: くつろぎとぬくもりのある空間、炭火焙煎珈琲. 凛
Version:     1.0
Author:      212plus
Author URI:  http://www.212plus.com/
*/

/************************************************************
◆Responsive Setting
	max-w(~767)				Portrait:			Tablet
							Portrait+Landscape:	SmartPhone
	min-w(768)~max-w(959)	Portrait:			iPad, Tablet		
	min-w(960~)				Desktop, Phablet
							Landscape:			iPad, Tablet	
*************************************************************/

/************************************************************
	Reset default browser CSS.
*************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
:focus { outline: 0;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ol, ul { list-style: none;}
table { border-collapse: collapse;border-spacing: 0;}
caption, th, td { font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
a img { border: 0;vertical-align: bottom;}
iframe {vertical-align: bottom;}
.doubleBorder{ border: solid 2px #FFF;outline: solid 1px #CCC; box-sizing: border-box;}
.no-display { display:none;}
*html{ background: #fff;}
html { font-size: 62.5%; }


body{
	background :#fff;
	color: #333;
	font-family:"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Helvetica,sans-serif;
	font-size: 14px; font-size: 1.4rem;
	line-height: 1.8;
	word-wrap: break-word;
	/* http://keagelog.blogspot.jp/2013/03/text-size-adjust.html */
	/*-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;*/
	-webkit-text-size-adjust: 100%;
	/*text-size-adjust: 100%;*/
}
	@media only screen and (max-width: 959px) {
		body {
			font-size: 16px; font-size:1.6rem;
			line-height: 1.6;
		}
	}


/************************************************************
	Clearfix
*************************************************************/
#wrapper:after { content:""; display: table; clear: both;}
#wrapper { zoom: 1;}
.clearfix:after { content: " "; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix { display: inline-table; min-height: 1%;}
* html .clearfix { height: 1%;}
.clearfix { display: block;}


/************************************************************
	Font Awesome
*************************************************************/
.famr:before {
	margin-right: 0.5rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.faml:after {
	margin-left:0.5rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fanm:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/************************************************************
	ツールチップ
*************************************************************/
.tooltip a span{
	position: absolute;
	opacity: 0;
	font-weight: bold;
	left: -21px;
	width: 60px;
	padding: 10px 5px;
	border-radius: 2px;
	background: #402707;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	transition: .3s;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(90deg);
}
.tooltip a span:after{
	position: absolute;
	left: 28px;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	content: "";
}
.tooltip a:hover span{
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
  	opacity: 1;
}

	.tooltip.top a span{
		bottom: 65px;
	}
	.tooltip.top a span:after{
		border-top: 6px solid #402707;
		top: 100%;
	}
	.tooltip.top a:hover span{
		bottom: 55px;
	}

	
	.tooltip.bottom a span{
		top: 50px;
	}
	.tooltip.bottom a span:after{
		border-bottom: 6px solid #402707;
		bottom: 100%;
	}
	.tooltip.bottom a:hover span{
		top: 40px;
	}


/************************************************************
	リンク設定
*************************************************************/
a {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color: #21759b;
	text-decoration: underline;
}
a:hover,
a:active {
	outline: none;
	color: #21759b;
	text-decoration: none;

}
a:hover img:not(.op) {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-ms-filter: "alpha( opacity=75 )";
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
    -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
	/* Firefox Bug */
	background: #FFF;
	/* IE8 Bug */
	display /*\**/:inline-block\9;
	zoom /*\**/: 1\9;
}

/************************************************************
	基本レイアウト
*************************************************************/
#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 600px;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 705px;
}
	@media only screen and (max-width: 767px){
		#wrapper {
			min-height: auto;
		}
		#content {
			margin-top: 30px; margin-top: 3rem;
			margin-bottom: 30px; margin-bottom: 3rem;
		}
	}

#sidebar {
	float: right;
	width: 225px;
}
footer {
    clear: both;
    margin: 1rem 0 0;
    padding: 0;
    width: 100%;
}
	@media only print { /* 印刷用設定 */
		footer {
			width: 960px !important;
			margin: 1em auto 0 auto !important;
			background: #9ECE3C;
		}
	}
#content > section,
#content > article {
	margin-bottom: 20px; margin-bottom: 2rem;
}
#content > section > article {
    border-top: 1px dotted #ccc;
    padding: 2rem 1rem ;
	margin-bottom:2rem;
}
#content > section > article:first-of-type {
	border:none;
    padding-top:0;
}
#content > section img {
    width: 100%;
}
#content > section img {
    width: 100%;
}
.entry-content {
	width: 100%;
	margin: 0 auto 20px auto; margin: 0 auto 2rem auto;
}
.entry-content > section {
	margin-bottom: 15px; margin-bottom: 1.5rem;
}

	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#wrapper,
		.inner {
			width: 97%;
		}
		#content{
			width: 74%;
		}
		#sidebar{
			width: 23%;
		}
	}
	@media only screen and (max-width: 767px){
		#wrapper,
		.inner {
			width: 95%;
		}
		#content {
			margin-top: 1rem;
		}
		#content,
		#sidebar {
			width: 100%;
			float: none;
			clear: both;
		}
		#content > section img {
			float: none;
			display: block;
			margin: 0 auto 0.5em auto;
			max-width:300px;
		}
	}
	@media only screen and (max-width: 480px){
		#content > section img {
			width: 90%;
		}
	}
/************************************************************
	ヘッダー
*************************************************************/
#globalHeader {
    box-sizing: border-box;
    padding: 1rem;
    white-space: nowrap;
    width: 100%;
}
#globalHeader > div {
    width: 960px;
	margin:0 auto;
	position: relative;
}
#globalHeader > div > a > img {
    float: left;
    margin: 0;
    padding: 0;
    width: 171px;
}
header#main {
    float: right;
    margin: 0 auto;
    width: 780px;
}
	header#main h1 {
		display: block;
		float: right;
		font-size: 12px;
		text-align: right;
		line-height:3rem; 
	}

	/* SNSリンク
	----------------------------------------------*/
	header#main #headerSNS {
		float: right;
	}
		header#main #headerSNS > ul {
		}
			header#main #headerSNS > ul li {
				display: inline-block;
				margin-left:1rem;
			}
				header#main #headerSNS > ul li a {
					color: #6d8621;
					font-size: 3rem;
					position:relative;
				}

	header#main ul {
		float: right;
	}
		header#main ul li {
			font-size: 15px;font-size: 1.5rem;
			text-align: right;
		}
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	#globalHeader > div {
		width: 100%;
	}
		header#main {
			width: 80%;
		}
	}
	@media only screen and (max-width: 767px){
	#globalHeader {
		display: none;
	}
		header#main {
			width: 95%;
		}
			header#main h1 {
				vertical-align: top;
				display: none;
			}
			header#main h2 a {
			}		
				header#main h1 img {
					max-width: 100%;
					height: auto;
					margin-bottom: 5px;margin-bottom: 0.5rem;
				}
			header#main ul {
				float: none;
			}
				header#main ul li {
					font-size: 100%;
					text-align: center;
				}
	}


/************************************************************
	下部固定バナー
*************************************************************/
#fixBnr {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
#fixBnr a {
    display: block;
}
#fixBnr img {
    display: block;
    width: 100%;
    margin: 0;
}

    /*下部固定バナーがないときはコメントアウト*/
	@media only screen and (max-width: 767px){
        #footer {
            padding-bottom: 21%!important;
        }
	}
/************************************************************
	グローバルナビゲーション
*************************************************************/
/*  nav.css */
/*  jquery.mmenu.all.css */


/************************************************************
	サイドバー
*************************************************************/
#sidebar aside {
	margin-bottom: 15px;margin-bottom: 1.5rem;
}
	#sidebar aside > h2 {
		background-color: #abb786;
		color: #ffffff;
		font-size: 1.6rem;
		line-height: 3rem;
		margin-bottom: 1rem;
		padding-left: 1rem;
	}
	.master + #sidebar aside > h2 {
		background-color: #3f2606!important;
	}
	@media only screen and (max-width: 767px){
		#sidebar > aside > h2 {
			font-size:100%;
		}
	}

	/* 記事一覧
	------------------------------------------------------------*/
	#sidebar aside ul.sideInfo {
	}
		#sidebar aside ul.sideInfo li {
			margin-bottom: 7px;
		}
		#sidebar aside ul.sideInfo li:last-of-type {
			border-bottom: none !important;
		}
			#sidebar aside ul.sideInfo li time,
			#sidebar aside ul.sideInfo li span {
				display: block;
			}
			#sidebar aside ul.sideInfo li h2 {
				line-height: 1.4;
			}
	
	/* バナー
	------------------------------------------------------------*/
	#sidebar  aside > p.bnr {
	}
	#sidebar  aside > p#twitterArea {
	width:100%;
	maegin:0;
	}
		#sidebar aside > p.bnr a img {
			display: block;
			max-width: 400px;
			height: auto;
			width: 100%;
			margin: 0 auto 15px auto; margin: 0 auto 1.5rem auto;
			/* Firefox 品質重視(https://developer.mozilla.org/ja/docs/Web/CSS/image-rendering) */
			image-rendering: optimizeQuality;
		}
		@media only screen and (max-width: 767px){
			#sidebar aside > p.bnr {
				text-align: center;
			}
			#sidebar aside > p#twitterArea {
				width:90%;
				margin:0 auto;
			}
		}
	
	/* ウィジェット, タグ, カレンダー
	------------------------------------------------------------*/
	.widge {}
	.widget ul li {
		line-height: 30px; line-height: 3rem;
	}
	.tagcloud a {
	}
	
	/* calendar */
	aside.widget_calendar {}
	h2.widget-title {}
	#calendar_wrap {}
	#calendar_wrap > table#wp-calendar {
		width: 100%;
	}
	#calendar_wrap > table#wp-calendar caption {
		font-weight: bold;
	}
	#calendar_wrap > table#wp-calendar th {
		padding: 5px 2px; padding: 0.5rem 0.2rem;
		border: 1px solid #9ECE3C;
		background: #023F88;
		color: #fff;
		text-align: center;
	}
	#calendar_wrap > table#wp-calendar td {
		padding: 5px 2px; padding: 0.5rem 0.2rem;
		border: 1px solid #9ECE3C;
		background: #fff;
		text-align: center;
	}
	#calendar_wrap > table#wp-calendar td.pad {
		background: #9ECE3C;
	}
	#calendar_wrap > table#wp-calendar tfoot td,
	#calendar_wrap > table#wp-calendar tfoot td.pad {
		border: none !important;
		background: #fff;
	}
	#calendar_wrap > table#wp-calendar td a {
		color: #9ECE3C;
	}
		@media only screen and (max-width: 767px){
			.widget ul li {
				font-size: 100%;
			}
			.tagcloud a {
				font-size: 100% !important;
			}
			aside.widget_calendar {}
			h2.widget-title {}
			#calendar_wrap {}
			#calendar_wrap > table#wp-calendar {
				width: 90%;
				margin: 0 auto;
			}
		}


/************************************************************
	フッター
*************************************************************/
/*  nav.css */
/*  hongkiat.css */
#footerSub {
	width:960px;
	margin: 0 auto;
}
	#footerSub > .sbver {
	    float: left;
		margin-left: 1rem;
		margin-bottom: 0;
	}
	/* SNSリンク
	----------------------------------------------*/
	footer #footerSNS {
		background: #402707 none repeat scroll 0 0;
		display: block;
		padding: 1rem 0 0;
	}
		footer #footerSNS > ul {
			text-align: center;
		}
			footer #footerSNS > ul li {
				display: inline-block;
				margin-left:1rem;
			}
				footer #footerSNS > ul li a {
					color: #FFF;
					font-size: 3rem;
					position:relative;
				}
	@media only screen and (max-width: 959px){
		#footerSub {
			margin: 0 auto;
			width: 95%;
		}
	}
	@media only screen and (max-width: 767px){
		#footerSub > .sbver {
			float: none;
			margin: 1rem auto;
		}
	}

footer .ftInner {
}
	@media only screen and (min-width: 960px){
		footer .ftInner {
			width: 960px;
			line-height: 4rem;
			margin: 0 auto;
		}
	}

footer img {
	float: right;
	margin-right: 50px;
}
	@media only screen and (max-width: 767px){
		footer img {
			display: block;
			float: none;
			margin: 1em auto;
		}
	}



/* PAGE TOP
------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    font-size: 15px;font-size: 1.5rem;
}
	#page-top a {
		line-height: 2rem;
		padding: 1rem;
		display: block;
	
		opacity: 0.8;
		filter: alpha(opacity=80);
		-moz-opacity:0.8;
		-ms-filter: "alpha( opacity=80 )";
		
		border: 7px solid #402707;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-ms-border-radius: 40px;
		-o-border-radius: 40px;
		-webkit-box-shadow: 0 0 1px #666; /* for Android2.3 */
	
		background: #FFF;
		text-decoration: none;
		color: #402707;
		text-align: center;
	}
		#page-top a:hover {
			background: #402707;
			-moz-transition: 0.5s ease-in-out;
			-webkit-transition: 0.5s ease-in-out;
			transition: 0.5s ease-in-out;
			text-decoration: none;
			color: #fff;
		}
			#page-top a span {
				display: block;
			}


	@media only screen and (min-width: 768px) and (max-width: 959px) {
	}
	@media only screen and (max-width: 767px){
		#page-top {
			bottom: 1em;
			right: 0.5em;
			font-size: 100%;
		}
			#page-top a {
				padding: 0.75em 0.5em;
				opacity: 0.8;
			}
				#page-top a:before {
					margin-right: 0.2em;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					line-height: 1;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					content: "\f151";
				}
				#page-top a span {
					display: none;
				}
	}



/* COPYRIGHT
------------------------------------------------------------*/
footer small {
    background-color: #402707;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    padding: 0 0 1rem;
    text-align: center;
}
	@media only screen and (max-width: 767px){
		footer small {
			margin-top: 0;
		}
	}

/************************************************************
	タイポグラフィ
*************************************************************/
#content > h1 {
    background-color: #abb786;
	color: #ffffff;
    font-size: 120%;
    border-bottom: 1px solid #8a9662;
    border-top: 1px solid #8a9662;
    margin:2px auto 0;
    padding: 11px 0;
    width: 960px;
}
#content section > h2 {
    background-color: #abb786;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
}
#content section > h2.single {
    background-color: #FFF;
    border-bottom: 1px solid #8a9662;
    border-top: 1px solid #8a9662;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 1rem 0;
    padding: 1rem;
}
.master section > h2 ,
#content section > h2#master {
    background-color: #3f2606!important;
}
#content h3 {
    border-bottom: 2px solid #abb786;
    color: #abb786;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    padding: 0;
    font-weight: bold;
}
#content h3:before {
	margin-right: 10px;margin-right: 1rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0f4";
}
#content dl dd h3 {
    border-bottom: medium none;
    color: #abb786;
    display: block;
    font-size: 1.6rem;
    height: auto;
    margin-bottom: 0;
}
#content dl dd h3:before {
	content:none;
}
#content section h4 {
    color: #960;
    font-size: 120%;
}
#content section p.price {
    color: #333;
    font-size: 85%;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 3px;
}
#content section h5 {
    font-size: 100%;
    font-weight: bold;
}
	@media only screen and (max-width: 767px){
	}


/************************************************************
	サイドバー　店舗情報
*************************************************************/

#text-link {
}
#text-link li {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    padding: 0;
}
#text-link li.shop {
    border-bottom: 1px dotted #abb786;
    padding: 0 0 2rem;
}
#text-link li:last-of-type {
    border-bottom: none;
}
#text-link li a {
    color: #023f88;
}
#text-link li.bnr img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#text-link .archiveLeft {
    float: left;
    width: 100%;
}
#text-link .archiveLeft img {
    display: block;
    margin: 0 auto 1rem;
    max-width: 225px;
    width: 100%;
}
#text-link .archiveLeft > a > span:before {
	margin-right: 5px;margin-right: 0.5rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0a9";
} 
#text-link .archiveLeft > a {
    text-decoration: none;
}
#text-link .archiveLeft > a > span {
    color: #3f2606;
    font-size: 1.4rem;
}
#text-link .archiveLeft span a span {
    color: #fff;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0.5rem 0;
    padding-top: 0.3rem;
    text-align: center;
    width: 48%;
}
#text-link .archiveLeft span a span:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f101";
    margin-right: 0.5rem;
}
#text-link .archiveLeft span a:nth-of-type(1) span {
	margin-right: 5px;margin-right: 0.5rem;
    background-color: #ccc;
    float: left;
}
#text-link .archiveLeft span a:nth-of-type(2) span {
    background-color: #ebbd52;
    float: right;
}
#text-link .archiveRight {
    font-size: 12px !important;font-size: 1.2rem !important;
    line-height: 1.5em;
    width: 70%;
}
#text-link .archiveRight a:link {
    color: #023f88;
    text-decoration: none;
}
#text-link .archiveRight a:visited {
    color: #023f88;
    text-decoration: none;
}
#text-link .archiveRight a:hover {
    color: #023f88;
    text-decoration: none;
}
#text-link .archiveRight a:active {
    color: #023f88;
    text-decoration: none;
}
#text-link .archiveTitle {
    color: #333;
    display: table-cell;
    line-height: 2rem;
    padding-left: 1rem;
}
#text-link .note {
	background:#F5F5F5;
    display: block;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
#text-link .archiveTitle > span {
    display: inline-block;
}
#text-link .archiveTitle > span.google-review {
	display: block;
}
#text-link .archiveTitle > span.google-review a {
	text-decoration: underline;
}
#text-link .archiveTitle > span.google-review a:hover {
	text-decoration: none;
}
#text-link .archiveTitle > span.google-review a i {
	display: inline;
}
#text-link .archiveTitle > span.google-review a::after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f08e";
}

	/*タブレット+スマホ;*/
	@media only screen and (max-width: 959px) {
	}
	/*タブレットのみ;*/
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#text-link .archiveLeft {
			width: 100%;
		}
		#text-link .archiveLeft img {
			width: 100%;
		}
		#text-link .archiveRight {
			float: left;
			width: 100%;
		}
		#text-link .archiveTitle {
			height: auto;
		}
	}
	/*スマホのみ;*/
	@media only screen and (max-width: 767px){
		#text-link {
			background: none repeat scroll 0 0 #fffcee;
			padding: 1rem;
		}
		#text-link .archiveLeft {
			float: none;
			width: 0 auto;
		}
		#text-link .archiveLeft img {
			display: none;
		}
		#text-link .archiveRight {
			float: none;
			font-size: 15px !important;font-size: 1.5rem !important;
			line-height: 1.5em;
		}
		#text-link .archiveTitle {
			display: table-cell;
			padding-left: 1rem;
			vertical-align: middle;
		}
	}
 
 
/************************************************************
	サイドバー　ブログ用
*************************************************************/
 
#cat-list {
    margin: 10px 10px 20px;
}
#cat-list li {
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 1.6rem;
    text-indent: -1.6rem;
}
#cat-list li:before {
	margin-right: 10px;margin-right: 1rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f101";
}
#cat-list li a {
    color: #3f2606;
}
#topic-list {
    margin: 10px;
}
#topic-list li {
    border-bottom: 1px dotted #abb786;
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#topic-list li a {
    color: #3f2606;
}
#topic-list .archiveLeft {
    float: left;
}
#topic-list .archiveLeft img {
    border: 1px solid #fff;
    margin: 1px;
    outline: 1px solid #ccc;
}
#topic-list .archiveRight {
    float: right;
    font-size: 100% !important;
    line-height: 1.3em;
    width: 130px;
}
#topic-list .archiveRight a:link {
    color: #333;
    text-decoration: none;
}
#topic-list .archiveRight a:visited {
    color: #333;
    text-decoration: none;
}
#topic-list .archiveRight a:hover {
    color: #333;
    text-decoration: none;
}
#topic-list .archiveRight a:active {
    color: #333;
    text-decoration: none;
}
#topic-list .archiveDay {
    color: #3f2606;
    font-size: 93% !important;
    font-weight: bold;
	display:block;
}
#topic-list .archiveTitle {
    color: #3f2606;
    padding-left: 1rem;
    text-indent: -1.2rem;
	display:block;
}
#topic-list .archiveTitle:before {
	margin-right: 5px;margin-right: 0.5rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f101";
}
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#topic-list .archiveLeft img {
			display: block;
			margin: 0.5rem auto;
			width: 70%;
		}
		#topic-list .archiveRight {
			display: block;
			float: right;
			font-size: 100% !important;
			line-height: 1.3em;
			margin: 0 auto;
			width: 90%;
		}
	}
	@media only screen and (max-width: 767px){
		#topic-list .archiveLeft img {
			width: 120px;
			margin-right:2rem;
		}
		#topic-list .archiveRight {
			display: table-cell;
			float: none;
			font-size: 100% !important;
			height: 80px;
			vertical-align: middle;
			width: auto;
		}
	}
/************************************************************
	カテゴリー (category.php)
*************************************************************/
#content dl {
	border-bottom: 1px dashed #CCC;
	padding: 2rem 1rem;
}
#content dl dt {
    float: left;
    width: 35%;
}
#content dl dd {
    float: right;
    width: 60%;
}
#content section time {
	display:inline-block;
    font-size: 14px;font-size: 1.4rem;
}
#content span.catIcon {
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.1rem 0.5rem 0;
}
#content span.cat-2 {background-color:#432B09;}
#content span.cat-3 {background-color:#FD6404;}
#content span.cat-4 {background-color:#E42455;}
#content span.cat-5 {background-color:#7A8644;}
#content span.cat-6 {background-color:#333333;}
#content span.cat-7 {background-color:#000000;}
#content span.cat-8 {background-color:#22a787;}
#content span.cat-17 {background-color:#33368e;}

#content dl dd > a {
	display:block;
}
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	}
	@media only screen and (max-width: 767px){
		#content dl dt {
			float: none;
			width: auto;
		}
		#content dl dd {
			font-size: 1.5rem;
			float: none;
			width: auto;
		}
	}
	@media only screen and (max-width: 480px){
	}

/* 新着アイコン表示
------------------------------------------------------------*/
#content span.newIcon {
    display: inline!important;
}
#content span.newIcon > span.newIconInner {
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 12px;font-size: 1.2rem;
	font-weight:normal!important;
    background: none repeat scroll 0 0 #aa0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    color: #fff;
    padding: 1px 5px 0; padding: 0.1rem 0.5rem 0;
	margin-bottom:2px;margin-bottom:0.2rem;
}
#content dl dd span.ReadMore {
    background: none repeat scroll 0 0 #abb786;
    color: #fff;
    float: right;
    font-size: 1.4rem;
    padding: 0 1rem;
}
.blog section dl dd span.ReadMore {
	background-color: #3f2606!important;
}

#content dl dd span.ReadMore:before {
	margin-right: 10px;margin-right: 1rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: ">>";
}

/* スクロールバー
------------------------------------------------------------*/
div.flexcroll {
    border-bottom: 3px solid #ccc !important;
    height: 450px;
    overflow: auto;
    padding: 10px;
    background: none repeat scroll 0 0 #fffdee;
}
.scrollgeneric {
    font-size: 1px;
    left: 0;
    line-height: 1px;
    position: absolute;
    top: 0;
}
.vscrollerbase {
    background-image: url("https://coffee-rin.com/wp-content/themes/coffeerin/images/scr-back.png");
    background-repeat: repeat-y;
    width: 7px;
}
.home section:nth-of-type(2) .vscrollerbar {
    background-color: #727E4B;
    width: 7px;
}
.home section:nth-of-type(3) .vscrollerbar {
    background-color: #3f2606;
    width: 7px;
}
.hscrollerbase {
}
.hscrollerbar {
}
.scrollerjogbox {
}
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	}
	@media only screen and (max-width: 767px){
		div.flexcroll {
			height: 200px;
			padding: 0;

		}
	}
	@media only screen and (max-width: 480px){
	}

/* 一覧ボタン
------------------------------------------------------------*/
.listBtn {
    background-color: #ebbd52;
    color: #fff;
    display: block;
    margin: 2rem auto;
    padding: 0;
    text-align: center;
    width: 200px;
	line-height: 4rem;
}
.listBtn a, .listBtn a:hover {
	display: block;
    color: #fff;
    text-decoration: none;
}
.listBtn a:before {
	margin-right: 5px;margin-right: 0.5rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0a9";
} 
.home section:nth-of-type(2) .listBtn {
    background-color: #727E4B;
} 
.home section:nth-of-type(3) .listBtn {
    background-color: #3f2606;
} 

/* サムネイル版
---------------------------------------------------------- */
#postThumbList {
}
#postThumbList ul {
}
	#postThumbList ul li {
		border-bottom: 1px dotted #999;
		margin-bottom: 15px; margin-bottom: 1.5rem;
		padding-bottom: 15px; padding-bottom: 1.5rem;
	}
	#postThumbList ul li:last-of-type {
		border-bottom: none !important;
	}
	#postThumbList ul li dl {
	}
		#postThumbList ul li dl dt {
			float: left;
			width: 20%;
		}
			#postThumbList ul li dl dt img {
				max-width: 100%;
				height: auto;
				width: auto; /* for IE8 */
			}
		#postThumbList ul li dl dd {
			float: right;
			width: 75%;
		}
			#postThumbList ul li dl dd time,
			#postThumbList ul li dl dd span {
				display: block;
			}
				#postThumbList ul li dl dd span:last-of-type {
					color: #666;
				}
			#postThumbList ul li dl dd span img {
				max-width: 60px;
				height: auto;
				width: 100%;
			}
			#postThumbList ul li dl dd h2 {
				line-height: 1.4rem;
			}

	@media only screen and (max-width: 767px){
		#postThumbList ul li dl dd span img {
			max-width: 40px;
		}
	}

/* テキスト版
---------------------------------------------------------- */
#postList {
}
#postList ul {
}
	#postList ul li {
		border-bottom: 1px dotted #999;
		margin-bottom: 15px; margin-bottom: 1.5rem;
		padding-bottom: 15px; padding-bottom: 1.5rem;
	}
	#postList ul li:last-of-type {
		border-bottom: none !important;
	}
	#postList ul li dl {
	}
		#postList ul li dl dt {
			float: left;
			width: 30%;
		}
			#postList ul li dl dt time {
			}

		#postList ul li dl dd {
			float: right;
			width: 70%;
		}
			#postList ul li dl dd span {
				display: block;
			}
				#postList ul li dl dd span:last-of-type {
					color: #666;
				}
			#postList ul li dl dd span img {
				max-width: 60px;
				height: auto;
				width: 100%;
			}
			#postList ul li dl dd h2 {
				line-height: 1.4rem;
			}

	@media only screen and (max-width: 767px){
		#postList ul li dl dt {
			float: none;
			width: 100%;
		}
		#postList ul li dl dd {
			float: none;
			width: 100%;
		}
		#postList ul li dl dd span img {
			max-width: 40px;
		}
	}


/************************************************************
	投稿 (single.php)
*************************************************************/
article > header {
}
article > header > time {
    color: #999;
    display: inline-block;
    float: left;
    font-size: 1.2rem;
    margin-right: 1rem;
}
article > header > h1 {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.2;
}

.entry-content  table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px; margin-bottom: 1rem;
}
	.entry-content  table th {
		padding: 5px 10px; padding: 0.5rem 1rem;
		border: 1px solid #9ECE3C;
		background: #023F88;
		font-weight: bold;
		color: #fff;
	}
	.entry-content  table td {
		padding: 5px 10px; padding: 0.5rem 1rem;
		border: 1px solid #9ECE3C;
		background: #fff;
	}

.entry-content p {
	margin-bottom: 10px; margin-bottom: 1rem;
	font-size: 14px; font-size: 1.4rem;
}
.entry-content img {
	/*max-width: 100%;*/
	max-width: 600px;
	height: auto;
	width: auto; /* for ie8 */
	display: block;
	/*margin: auto;*/
	margin: 10px 0; margin: 1rem 0;
}
/* WordPress Default Setting */
.aligncenter,
div.aligncenter {
   margin-left: auto !important;
   margin-right: auto !important;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}

.wp-caption {
	max-width: 600px;
}
p.wp-caption-text {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
	max-width: 600px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.entry-content .wp-caption,
		.entry-content img {
			max-width: 100%;
		}
	}
	@media only screen and (max-width: 767px){
		.wp-caption,
		.entry-content img {
			max-width: 100%;
		}
		article > header > h1 {
			font-size: 20px; font-size: 2.0rem;

		}
		.entry-content {
			font-size: 16px; font-size: 1.6rem;
		}
		.entry-content p {
			font-size: 16px; font-size: 1.6rem;
		}
	}

	@media only screen and (max-width: 599px){
	}









/* アップロード画像
------------------------------------------------------------*/
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	/*max-width: 100%;  When images are too wide for containing element, force them to fit. */
	/*height: auto;  Override height to match resized width for correct aspect ratio. */
	/*width:auto;  for ie8 */
}

/* Tag
------------------------------------------------------------*/
.tagDesc {}


/************************************************************
	 Extensions
*************************************************************/
/* パンくず (Yoast WordPress SEO: Internal Links)
------------------------------------------------------------*/
p#breadcrumbs {
	width: 960px;
	margin: 15px auto; margin: 1.5rem auto;
	font-size: 13px;font-size: 1.3rem;
}

	@media only screen and (min-width: 768px) and (max-width: 959px) {
		p#breadcrumbs {
			width: 95%;
		}
	}
	@media only screen and (max-width: 767px){
		p#breadcrumbs {
			width: 95%;
			font-size: 1rem;
			margin: 0 auto;
		}
	}

/* WP-Page Navi
------------------------------------------------------------*/
.wp-pagenavi {
	border:none;
	margin: 20px 0; margin: 2rem 0;
	font-size: 13px;font-size: 1.3rem;
}
	@media only screen and (max-width: 767px){
		.wp-pagenavi {
			margin-bottom: 2.5rem;
			font-size: 100%;
		}
	}
.wp-pagenavi a,
.wp-pagenavi a:link {
	border:none;
	margin: 3px 4px; margin: 0.3rem 0.4rem;
	padding: 1px 5px; padding: 0.1rem 0.5rem;
	/*background-color: #e7e8e3;*/
	color: #FFF;
	text-decoration: none;
	background-color: #abb786;
}
 
.wp-pagenavi a:visited {
	margin: 3px 4px; margin: 0.3rem 0.4rem;
	padding: 1px 5px; padding: 0.1rem 0.5rem;
	/*background-color: #e7e8e3;*/
	color: #FFF;
	text-decoration: none;
}
 
.wp-pagenavi a:hover {
	border:none;
	background-color: #6e8420;
	color: #fff;
}
 
.wp-pagenavi a:active {
	border:none;
	margin: 3px 4px; margin: 0.3rem 0.4rem;
	padding: 1px 5px; padding: 0.1rem 0.5rem;
	/*background-color: #e7e8e3;*/
	color: #FFF;
	text-decoration: none;
}
/* 現在ページ */
.wp-pagenavi span.current {
	border:none;
	margin: 3px 4px; margin: 0.3rem 0.4rem;
	padding: 1px 5px; padding: 0.1rem 0.5rem;
	color: #fff;
	background-color: #6e8420;
}
/* 先頭,最後 */
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
}
/* Page x/x */
.wp-pagenavi span.pages {
	margin: 3px 4px; margin: 0.3rem 0.4rem;
	padding: 1px 5px; padding: 0.1rem 0.5rem;
	color: #fff;
	background-color: #abb786;
}
/* 省略(...) */
.wp-pagenavi span.extend {
	border:none;
	margin: 3px 4px; margin: 0.3rem 0.4rem;
	padding: 1px 5px; padding: 0.1rem 0.5rem;
	/*background-color: #e7e8e3;*/
	color: #fff;
	background-color: #abb786;
}

/* Page navigation (prev/next)
------------------------------------------------------------*/
article > #prev_next {
	margin-top: 20px; margin-top: 2rem;
	font-size: 13px;font-size: 1.3rem;
	text-align: center;
}
article > #prev_next a {
    background: none repeat scroll 0 0 #abb786;
    color: #fff;
    padding: 0.5rem 1rem;
}
	@media only screen and (max-width: 767px){
		article > #prev_next {
			font-size: 1.6rem;
		}
	}

/* Social Button
------------------------------------------------------------*/
div.sbver {
	margin-bottom: 10px; margin-bottom: 1rem;
}
div.sbver li {
	list-style-type: none;
	float: right;
	margin-left: 5px; margin-left: 0.5rem;
	line-height: 10px; line-height: 1rem;
}
	@media only screen and (max-width: 767px){
		div.sbver {
			margin-bottom: 1rem;
		}
	}

/************************************************************
	Google Map レスポンシブ
*************************************************************/
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/************************************************************
	PC/SP
*************************************************************/
.sp {
	display: none!important;
}
	@media only screen and (max-width: 767px){
		.sp {
			display: block!important;
		}
	}

/************************************************************
	フォーム
*************************************************************/
input[type="submit"], input[type="button"], input[type="reset"] {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
    -webkit-appearance: none;
	cursor:pointer;
}
input[type="submit"], input[type="button"] {
    background: #8a9662 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 4px #555C3D;
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
    padding: 10px 70px;
}
input[type="button"].wpcf7c-btn-back {
    background: #666 none repeat scroll 0 0;
    box-shadow: 0 4px #333;
}
input[type="text"],input[type="email"],input[type="tel"],select,
textarea {
	padding: 1rem;
	border-radius: 0.3rem;
	border: 1px solid #CCC;
}

input[type="text"],
textarea {
	max-width: 90%;
	font-size: 15px;font-size: 1.5rem;
	vertical-align: middle;
}
textarea {
	height: auto;
}
select {
    font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    max-width: 90%;
}
.wpcf7c-conf {
    background-color: #F5F9C1!important;
    border: none!important;
    color: #333!important;
}
/*input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: none repeat scroll 0 0 #e7ecd4;
    border: 1px solid #c0c9a5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    color: #333;
    cursor: pointer;
    font-family: メイリオ;
    font-size: 1.4rem;
    margin: 5px;
    padding: 0 10px;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: none repeat scroll 0 0 #abb786;
    color: #FFF;
	cursor:pointer;
}*/
*:first-child+html input[type="submit"]{ padding:3px;}

#archive-dropdown {
    margin-left: 5%;
    width: 100%;
}
#cat {
    margin-left: 5%;
    width: 100%;
}

	@media only screen and (max-width: 767px){
		input[type="text"],input[type="email"],input[type="tel"],select,
		textarea {
			font-size:1.7rem;
			padding: 1rem;
			box-sizing: border-box;
		}
	}
/* date */
.contact-date input[type="date"]{
	padding: 0.5rem;
	border: 1px solid #CCC;
}
.contact-date select,
.contact-time select {
	width: 4em !important;
	padding: 0.5rem;
}
.contact-time p {
	margin-top: 0.5rem;
}
@media only screen and (max-width: 767px){
	.contact-date input[type="date"]{
		margin-bottom: 10px;
		font-size: 16px;
	}
}
@media only screen and (min-width: 769px){
	.contact-date {
		padding-bottom: 0 !important;
	}
}
