@charset "UTF-8";

/* post ========================================*/

.post {
width:100%;}
.post_title {
font-size:180%;
font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height:1.2;
font-weight:normal;
border-bottom:1px dotted #C8AD76;
border-left:4px solid #C8AD76;
margin:15px 0 36px 0;
padding:0 0 6px 10px;}
.post_body {
padding:0 0 1px 0;}
.post_body img {
margin-top:25px;
margin-bottom:25px;}
.post_body table {
max-width:100%;
height:auto !important;
border:0;}
.post_body tbody {
width:100%;
display:table;}
.post_body tr {
height:auto !important;}
.post_body th {
height:auto !important;}
.post_body td {
height:auto !important;}

.post_body table.calendar::-webkit-scrollbar {
height:10px;}
.post_body table.calendar::-webkit-scrollbar-track {
background: #F1F1F1;}
.post_body table.calendar::-webkit-scrollbar-thumb {
background: #BCBCBC;}
.post_body table.calendar {
    margin:2.2em 0;
	width:100%;
    overflow:auto;
	white-space:nowrap;
	display:block;
    border-collapse:collapse;}
.post_body table.calendar tbody {
	width:100%;
    display:table;}
.post_body table.calendar th {
	padding:12px 6px;
	text-align:center;
	font-size:80%;
	line-height:1.5;
	background:#114427;
	border:1px solid #336647;
	height:auto !important;}
.post_body table.calendar td {
	width:15%;
	padding:12px 6px;
	text-align:center;
	font-size:80%;
	line-height:1.5;
	border:1px solid #336647;
    height:auto !important;}

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

.post_title {
	margin:2.2% 0 5.5% 0;}

}



/* page restaurant tab ===========================*/

#restaurant_tabs {
	position:relative;}
#restaurant_tabs #introduction {
	position:absolute;
	width:143px;
	height:61px;
	right:-15px;
	top:-65px;}
#restaurant_tabs .tabs {
	display:block;
	overflow:hidden;
	clear:both;}
#restaurant_tabs .tabs li {
	float:left;
	width:20%;
	text-align:center;}
#restaurant_tabs .tabs li a {
	display:block;
	transition:all .3s;
	padding:16px 3px 16px 3px;
	font-size:80%;
	line-height:1.2;	
	color:#FFF;
	background:#295c40;
	border-right:1px solid #002e14;
	border-top:1px solid #002e14;}
#restaurant_tabs .tabs li.active a {
	color:#FF9900;
	background:#002e14;
	border-bottom:1px solid #002e14;
	margin-bottom:-1px;}
#restaurant_tabs .tabs li a:hover {
	color:#ffffcc;
	background:#002e14;}
#restaurant_tabs .tab_content {
	background:#002e14;
	padding:17px;}
.restaurant_tabs_post {
	padding:0 0 1px 0;
	margin:18px 0 0 0;
	background:#043d1a;
	font-size:90%;
	border-radius:3px;}
.restaurant_tabs_post .title {
	color:#FFEEDD;
	font-size:120%;
	line-height:1.2;
	font-weight:bold;
	padding:16px 0 15px 15px;
	background:#002010;}
.restaurant_tabs_post .body {
	padding:17px;}
.restaurant_tabs_post .body img {
	margin-top:22px;
	margin-bottom:22px;}

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

#restaurant_tabs .tabs li {
	width:33.3333333%;}

}

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

#restaurant_tabs #introduction {
	display:none;}
#restaurant_tabs .tab_content {
	padding:14px;}
.restaurant_tabs_post .body {
	padding:14px;}

}



/* post_topics_recommend ===========================*/

#post_topics_recommend {
	padding:0 0 44px 0;}
#post_topics_recommend ul {}
#post_topics_recommend li {
	width:33.33333%;
	padding:5px;}
#post_topics_recommend li a {
	display:block;
	height:100%;
	padding:15px;
	background:#043d1a;
	box-shadow:0 0 0 1px #12492a;
	border-radius:3px;
    transition:0.3s;}
#post_topics_recommend li a:hover {
	background:#084520;}
#post_topics_recommend li img {
    width:100%;
    box-shadow:0 0 0 1px #226648;}
#post_topics_recommend li .title {
	border-bottom:1px dotted #C8AD76;
	margin:20px 0 14px 0;
	padding:0 0 5px 0;
	font-weight:bold;
	font-size:110%;
	line-height:1.4;}
#post_topics_recommend li a .date {
	color:#d9bb7e;
	padding:0 0 10px 0;
	font-size:70%;
	line-height:1.2;}
#post_topics_recommend li a .desc  {
	color:#FFF;
	height:68px;
	overflow:hidden;
	font-size:80%;
	line-height:17px;}

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

#post_topics_recommend {
	padding:0 0 24px 0;}
#post_topics_recommend ul {
    justify-content:space-between;}
#post_topics_recommend li {
	width:48.5%;
    padding:5px 0;}
#post_topics_recommend li a .desc  {
	height:auto;
	overflow:auto;}

}

/* post_topics ========================================*/

.post_topics {}
.post_topics a {
transition:all 0.3s;
	display:block;
	padding:14px;
	margin:0 0 22px 0;
	background:#043d1a;
	border:1px solid #12492a;
	border-radius:3px;}
.post_topics a:hover {
	background:#084520;}
.post_topics .img {
	float:right;
	width:100px;}
.post_topics img {
	width:100px;
	height:100px;
    box-shadow:0 0 0 1px #226648;}
.post_topics .text {
	margin:0 120px 0 0;}
.post_topics .title {
	border-bottom:1px dotted #C8AD76;
	margin:0 0 11px 0;
	padding:3px 0 4px 0;
	font-weight:bold;
	font-size:16px;
	line-height:1.4;}
.post_topics a .date {
	color:#d9bb7e;
	padding:0 0 16px 0;
	font-size:10px;
	line-height:1.1;}
.post_topics a .desc  {
	color:#FFF;
	height:34px;
	overflow:hidden;
	font-size:12px;
	line-height:17px;}

/* post_topics_s sidebar ===================*/

ul.post_topics_s {
padding:0 0 11px 0;
font-size:0;
text-align:left;}
ul.post_topics_s li {
font-size:14px;
display:inline-block;
vertical-align:top;
width:100%;
text-align:center;
padding:7px;}
ul.post_topics_s a img {
width:100%;
max-width:130px;
margin:0 0 11px 0;
box-shadow:0 0 0 1px #226648;}
ul.post_topics_s a:hover img {
box-shadow:0 0 0 1px #ee9900;}
ul.post_topics_s a.restaurant img {
max-width:170px;}
ul.post_topics_s a .date {
color:#d9bb7e;
height:11px;
font-size:9px;
line-height:12px;
overflow:hidden;}
ul.post_topics_s a .title {
color:#FFF;
margin:8px 0 4px 0;
font-size:11px;
line-height:1.5;
overflow:hidden;}

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

ul.post_topics_s li {
width:33.3333%;}

}

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

ul.post_topics_s li {
width:50%;}

}
