@charset "utf-8";
/* CSS Document */

/* ++++++++++++ Import ++++++++++++ */
@import url(../css/common.css);

/* ++++++++++++ Tags ++++++++++++ */
body {
	color: #4d1e04;
}
a,
a:link,
a:visited {
	text-decoration: none;
	color: #993300
}
a:hover {
	text-decoration: none;
	color: #ff8c00
}

/* ++++++++++++ Layout ++++++++++++ */
#contents {
	position: relative;
	max-width: 980px;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}
#contents ul,
#contents li {
	list-style: none;
}
footer {
	border-top: 30px solid #f3b77a;
}
@media screen and (max-width: 925px) {
#page {
	min-width: 310px;
	margin: 0 auto;
}
}

/* ++++++++++++ common ++++++++++++ */
#localNavi {
	background-color: #ffbe7f;
	padding: 30px 0;
	text-align: center;
}
#localNavi p img {
	margin-bottom: 30px;
	max-width: 200px;
}
#localNavi p span {
	display: none;
}
#localNavi ul {
	margin: 0 10px;
	padding: 10px 0;
	text-align: left;
}
#localNavi p+ul {
	background-color: #ffffff;
}
#localNavi ul li {
	margin: 0;
}
#localNavi ul li a {
	padding-left: 57px;
	color: #ff7e00;
	font-size: 1.3em;
	line-height: 60px;
	text-decoration: none;
}
#localNavi ul li#link_table a {
	background: url(images/li_table.png) 15px center no-repeat;
	background-size: auto 32px;
}
#localNavi ul li#link_counter a {
	background: url(images/li_counter.png) 15px center no-repeat;
	background-size: auto 32px;
}
#headNavi {
	clear: both;
	margin: 10px 10px 20px;
	font-size: 0.9em;
	text-align: right;
}
#headNavi li {
	display: inline-block;
}
#headNavi li a {
	display: block;
	width: 58px;
	margin: 0 0 2px 2px;
	text-align: center;
	line-height: 1em;
	padding: 10px;
	background: #FFFFFF;
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	border-radius: 5px;
}
#inputForm {
	max-width: 465px;
	margin: 40px auto 100px;
}
#inputForm dl {
	margin-bottom: 30px;
}
#inputForm dt {
	width: 5.5em;
	float: left;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
}
#inputForm dd {
	margin: 0 0 0.5em 6em;
}
#inputForm dd span {
	background: #ffdebf;
	margin: 0 2px;
	padding: 0 5px;
}
#inputForm dd img {
	vertical-align: middle;
}
#inputForm input,
#inputForm select {
	font-size: 0.9em;
	color: #444444;
	border: 1px dotted #eeeeee;
	padding: 1px;
}
#inputForm textarea {
	font-size: 1em;
	color: #A0522D;
	padding: 2px;
	border: 1px dotted #eeeeee;
}
#inputForm form button,
#userDelete form button {
	width: 100px;
}
#inputForm form button.bbs {
	width: 200px;
	background: linear-gradient( 45deg, rgba(0,0,0,0), rgba(255,255,255,0.2) 10%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 90%, rgba(255,255,255,0.2) 90%, rgba(0,0,0,0)),#ff7e00;
	box-shadow: 2px 2px rgba(255,126,0,0.3);
}
form button.smallButton {
	width: auto;
	padding: 0.5em;
}
section#message_list {
	margin-bottom: 100px;
}
#footNavi {
	max-width: 525px;
	margin: 50px auto;
	text-align: center;
}
#footNavi form {
	display: inline;
}
#footNavi input {
	text-align: center;
	font-weight: bold;
	margin: 5px;
	padding: 1px 10px;
	color: #993300;
	background-color: #eeeeee;
	border: 1px outset;
}
#footNavi ul {
	margin: 30px auto;
}
#footNavi li {
	margin: 1px;
	min-width: 26px;
	display: inline-block;
	line-height: 2.5em;
}
#footNavi li.present {
	font-weight: bold;
	background: #FF7E00;
	color: #ffffff;
}
#footNavi li a {
	display: block;
	width: auto;
	background: #ffffff;
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	border-radius: 3px;
}
#userDelete {
	max-width: 565px;
	margin: 20px auto 40px;
	text-align: center;
	background: #f3e8db;
	padding: 1px;
}
#userDelete input,
#userDelete select {
	font-size: 0.9em;
	color: #444444;
	border: 1px dotted #eeeeee;
	padding: 1px;
}
#contents .etcArea {
	width: 565px;
	margin: 10px auto 30px;
}
#contents .etcArea ol,
#contents .etcArea ul {
	padding: 10px;
}
#contents .etcArea ol li {
	list-style: decimal;
}
#contents .etcArea ul li {
	list-style: disc;
}
#contents .etcArea li {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 5px 20px;
}
#contents #acounter {
	position: absolute;
	top: 20px;
	right: 15px;
}
#shareBtn {
	text-align: center;
	max-width: 340px;
	margin: 60px auto !important;
}
#mainContent aside {
	margin: 50px auto;
	text-align: center;
}
#footerMenu dt {
	color: #FF7E00;
}
@media screen and (max-width: 660px) {
#inputForm dt {
	width: auto;
	float: none;
}
#inputForm dd {
	margin: 0 0 0.5em 1em;
}
#inputForm form .form_btn {
	text-align: center;
}
}

/* ++++++++++++ index ++++++++++++ */
.index #pageTitle {
	border-top: 20px solid #FF7E00;
	margin: 0;
	position: relative;
}
.index #pageTitle::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 33%/*, transparent 80%, rgba(51, 20, 3,0.3) 80.1%*/);
}
.index #pageTitle h1 {
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 20;
}
.index #pageTitle h1 span {
	display: none;
}
.index #pageTitle h1 img {
	max-width: 350px;
}
.index #pageTitle img#imagePhoto {
	max-width: 100%;
	height: auto;
	display: block;
	border: 0;
	opacity: 0;
}
.index #localNavi {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0 0 100px;
	padding: 100px 0 30px;
	background-color: #ff9f40;
}
.index #localNavi ul {
	position: absolute;
	width: 100%;
	top: -130px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	z-index: 30;
}
.index #localNavi li {
	display: inline-block;
}
.index #localNavi li a {
	width: 200px;
	height: 200px;
	padding: 0;
	margin: 5px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	border: 2px solid #ffffff;
	border-radius: 10px;
}
.index #localNavi li#link_table a {
	background: #efefef url(images/btn_table.png);
	background-size: cover;
}
.index #localNavi li#link_counter a {
	background: #efefef url(images/btn_counter.png);
	background-size: cover;
}
.index #localNavi h3 {
	font-size: 1.4em;
	margin-bottom: 1.5em;
}
.index #localNavi p {
	font-size: 1.2em;
	margin: 0 1em 0.5em;
}
.index section {
	clear: both;
	margin: 0 20px 100px;
	padding: 0;
}
.index section h2 {
	margin: 0 0 30px;
	text-align: center;
	padding: 20px 0 15px;
	font-size: 0;
	line-height: 0;
}
.index section h2 span {
	display: block;
	width: 270px;
	height: 40px;
	margin: 0 auto;
}
.index section#news h2 span {
	background: url(images/h2_whatsnew.png);
	background-size: cover;
}
.index section#news dl {
	font-size: 1.3em;
	margin: 0 70px 100px;
}
.index section#news dt {
	width: 8em;
	float: left;
	padding: 0;
	font-weight: bold;
}
.index section#news dd {
	margin: 0 0 1em 8.5em;
	padding: 0;
}
.index aside {
	clear: both;
	margin: 0 0 100px;
	background: #ffd2a6;
	padding: 50px 0;
	text-align: center;
}
.index aside p {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
}

@media screen and (max-width: 925px) {
.index #pageTitle h1 {
	top: 25px;
	left: 15px;
}
.index #pageTitle h1 img {
	max-width: 300px;
}
.index #localNavi ul {
	top: -80px;
}
.index #localNavi li a {
	width: 150px;
	height: 150px;
}
}
@media screen and (max-width: 660px) {
.index #pageTitle h1 {
	top: 12px;
	left: 5px;
}
.index #pageTitle h1 img {
	max-width: 200px;
}
.index #pageTitle p {
	position: static;
}
.index #localNavi {
	padding-top: 130px;
}
.index #localNavi ul {
	top: -50px;
}
.index #localNavi h3 #greeting {
	display: block;
}
.index section {
	margin: 0 5px 100px;
}
.index section#news dl {
	margin: 0;
}
.index section#news dt {
	float: none;
	width: auto;
	margin-bottom: 0.25em;
}
.index section#news dd {
	margin: 0 0 1em 1em;
}
}

/* ++++++++++++ article ++++++++++++ */
.article #pageTitle {
	border-top: 10px solid #FF7E00;
	background: #331403;
	margin: 0 0 50px;
	position: relative;
}
/*.article #pageTitle::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 33%);
}*/
.article #pageTitle h1 a {
	position: absolute;
	top: 25px;
	left: 20px;
	z-index: 20;
}
.article #pageTitle a span {
	display: none;
}
.article #pageTitle h1 a img {
	max-width: 200px;
}
@media screen and (max-width: 700px) {
.article #pageTitle h1 a {
	top: 20px;
	right: 10px;
}
}
@media screen and (max-width: 660px) {
.article #pageTitle h1 a img {
	max-width: 150px;
}
}
@media screen and (max-width: 480px) {
.article #pageTitle h1 a {
	top: 10px;
	left: 10px;
}
.article #pageTitle h1 a img {
	max-width: 130px;
}
}

/* ++++++++++++ Counter ++++++++++++ */
.article.counter #pageTitle img#imagePhotoCounter {
	max-width: 100%;
	height: auto;
	display: block;
	border: 0;
	opacity: 0;
}
.counter #inputForm textarea {
	width: 300px;
	height: 2.5em;
}
.counter .message {
	width: 660px;
	margin: 0 auto 30px;
	display: table;
}
.counter .message .drink {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.counter .message .drink img {
	max-width: 60px;
}
.counter .message .bub-l,
.counter .message .bub-r {
	position: relative;
	/*background: #FCF2E0;*/
	background: #fffff9;
	border-radius: .5em;
	width: 450px;
	padding: 1em;
	display: table-cell;
	box-shadow: 0px 1px rgba(0,0,0,0.2);
}
.counter .message .bub-l:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-right-color: #fffff9;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -15px;
	box-shadow: 0px 1px rgba(0,0,0,0.2);
}
.counter .message .bub-r:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 40%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-left-color: #fffff9;
	border-right: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-right: -15px;
	box-shadow: 0px 1px rgba(0,0,0,0.2);
}
.counter .message .space {
	display: table-cell;
	width: 100px;
}
.counter .message h4 {
	font-size: 1.2em;
	color: #FCF2E0;
	padding: 5px 0;
	background: #5a1800;
	margin: 0 0 0.5em;
	/*border-radius: 0.4em;*/
}
.counter .message h4 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.counter .message h4 .mNumber,
.counter .message h4 .mTime {
	font-weight: normal;
	margin: 0 0.5em;
}
.counter .message h4 .mTime {
	font-size: 0.8em;
}
.counter .message p {
	margin: 5px;
	font-size: 1.1em;
	line-height: 1.6em;
}
.counter .etcArea h4 {
  background:#5a1800;
  color:#FFFFFF;
  padding:2px;
  margin:20px 0 15px;
}
.counter .coffee h4 {
	/*background: #5a1800;*/
	background: linear-gradient(45deg, rgba(90,24,0,1) 56%, rgba(90,24,0,0.6));
}
.counter .coffee p {
  color:#5a1800;
}
.counter .tea h4 {
  /*background:#cc6600;*/
	background: linear-gradient(45deg, rgba(204,102,0,1) 56%, rgba(204,102,0,0.6));
}
.counter .tea p {
  color:#cc6600;
}
.counter .greenTea h4 {
  /*background:#81a741;*/
	background: linear-gradient(45deg, rgba(129,167,65,1) 56%, rgba(129,167,65,0.6));
}
.counter .greenTea p {
  color:#81a741;
}
.counter .cocoa h4 {
  /*background:#704B38;*/
	background: linear-gradient(45deg, rgba(112,75,56,1) 56%, rgba(112,75,56,0.6));
}
.counter .cocoa p {
  color:#704B38;
}
.counter .cafeAuLait h4 {
  /*background:#946c45;*/
	background: linear-gradient(45deg, rgba(148,108,69,1) 56%, rgba(148,108,69,0.6));
}
.counter .cafeAuLait p {
  color:#946c45;
}
.counter .lemonTea h4 {
  /*background:#f2a50c;*/
	background: linear-gradient(45deg, rgba(242,165,12,1) 56%, rgba(242,165,12,0.6));
}
.counter .lemonTea p {
  color:#f2a50c;
}
.counter .redWine h4 {
  /*background:#80273F;*/
	background: linear-gradient(45deg, rgba(128,39,63,1) 56%, rgba(128,39,63,0.6));
}
.counter .redWine p {
  color:#80273F;
}
.counter .whiskey h4 {
  /*background:#9f5017;*/
	background: linear-gradient(45deg, rgba(159,80,23,1) 56%, rgba(159,80,23,0.6));
}
.counter .whiskey p {
  color:#9f5017;
}
.counter .beer h4 {
  /*background:#e88a10;*/
	background: linear-gradient(45deg, rgba(232,138,16,1) 56%, rgba(232,138,16,0.6));
}
.counter .beer p {
  color:#e88a10;
}
.counter .message p.mHost {
	text-align: right;
	font-size: 0.8em;
	color: #bbbbbb;
}
@media screen and (max-width: 660px) {
.counter .message {
	width: 100%;
}
.counter .message .space {
	width: 0;
}
.counter .message .bub-l,
.counter .message .bub-r {
	padding: 3px;
}
}

/* ++++++++++++ Table ++++++++++++ */
.article.table #pageTitle img#imagePhotoTable {
	max-width: 100%;
	height: auto;
	display: block;
	border: 0;
	opacity: 0;
}
.table #inputForm textarea {
	width: 300px;
	height: 6em;
}
.table .message {
	max-width: 565px;
	margin: 0 auto 30px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #FFFFF9;
	padding: 1px;
	position: relative;
}
.table .message .reply {
	margin: 5px 10px;
	position: relative;
}
.table .message h2,
.table .message h3 {
	/*color: #eeeeee;*/
	color: #fffff9;
}
.table .message h2 {
	background: #331403;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 5px 50px 5px 5px;
	margin: 0;
}
.table .message h3 {
	font-size:1.2em;
	padding: 5px;
	margin: 0;
}
.table .message h4 {
	color: #5a1800;
	font-size: 1.1em;
	background: #eeeeee;
	padding: 5px 2px;
	margin: 0 0 10px;
}
.table .message h4 .mNumber,
.table .message h4 .mTime,
.table .message h4 .mHost,
.table .message h4 .mEtc {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 3px;
}
.table .message h4 .mEtc {
	font-size: 0.8em;
	color: #bbbbbb;
}
.table h2.coffee,
.table h3.coffee {
  background:#5a1800;
}
.table p.coffee {
  color:#5a1800;
}
.table h2.tea,
.table h3.tea {
  background:#cc6600;
}
.table p.tea {
  color:#cc6600;
}
.table h2.greenTea,
.table h3.greenTea {
  background:#81a741;
}
.table p.greenTea {
  color:#81a741;
}
.table h2.cocoa,
.table h3.cocoa {
  background:#704B38;
}
.table p.cocoa {
  color:#704B38;
}
.table h2.cafeAuLait,
.table h3.cafeAuLait {
  background:#946c45;
}
.table p.cafeAuLait {
  color:#946c45;
}
.table h2.lemonTea,
.table h3.lemonTea {
  background:#f2a50c;
}
.table p.lemonTea {
  color:#f2a50c;
}
.table .message p {
	display: block;
	margin: 5px 15px;
	font-size: 1.15em;
	line-height: 1.8em;
}
.table .message p img.image {
	float: left;
	margin: 5px 10px 10px 0;
}
.table .message ul.homeMail {
	display: block;
	clear: both;
	margin: 10px;
	text-align: right;
}
.table .message ul.homeMail li {
	display: inline-block;
	margin: 1px;
}
.table .message ul.homeMail li a {
	display: block;
	width: 45px;
	height: 30px;
}
.table .message ul.homeMail li a span {
	display:none;
}
.table .message ul.homeMail li.mailIcon a {
	background: url(table/images/bbs_mail.png) right bottom no-repeat;
	background-size: cover;
}
.table .message ul.homeMail li.homeIcon a {
	background: url(table/images/bbs_home.png) right bottom no-repeat;
	background-size: cover;
}
.table .message p.mHost {
	text-align: right;
	clear: both;
	font-size: 0.8em;
	color: #bbbbbb;
	margin-bottom: 20px;
}
.table .message .resBtn {
	position: absolute;
	right: 6px;
	top: 6px;
	padding: 5px 10px;
	background: #FFFFFF;
	font-size: 0.9em;
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.table #album ul {
	margin: 0;
	padding: 0;
}
.table #album ul li {
  	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.table #album ul li img {
	max-width: 215px;
	max-height: 215px;
}
@media screen and (max-width: 660px) {
.table .message p img.image {
	float: none;
	display: block;
	margin: 0 0 10px;
}
.table .message h4 .mEtc {
	display: block;
	margin: 3px 1em;
}
}