﻿@charset "utf-8";

#toden{
	margin: 10px auto;
	width: 96%;
}
#date_today{
	padding: 8px 0;
	font-size: 1.1rem;
	color: #666;
	text-align: right;
}
#content{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 98%;
}
.sub_title {
	margin: 0 auto 14px;
	width: 70%;
}
.sub_title h2 {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.8;
}
.sub_title p {
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 1px;
}
main {
	width:75%;
}

main #photoLink {
	margin: 0 auto 30px;
	width: 100%;
}
main #photoLink ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
main #photoLink li {
	width: 19.6%;
	margin-bottom: 4px;
}
main #photoLink li a {
	position: relative;
}
article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px auto;
	width: 100%;
}
section#sweets {
	font-size: 0.95rem;
	line-height: 1.6;
	letter-spacing: 1px;
	width: 52%;
	color: #333;
	border: 1px solid #699;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: lemonchiffon;
	display: flow-root;
}
#sweets h3 {
	padding: 10px;
	font-weight: bold;
	font-size: 1.8rem;
	border-top: 1px solid brown;
	border-bottom: 1px solid brown;
	background: ivory;
	text-align: center;
}
#sweets h3 a {
	color: brown;
}
#sweets p {
	padding: 10px;
}
#sweets p#taiyaki{
//	float: left;
//	width: 60%;
}
#sweets p img{
	float: right;
	padding: 10px;
	width: 34%;
}
#news {
	width: 45%;
	border: 1px solid #699;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: azure;
}
#news img{
//	float: right;
	padding: 10px;
}
#news h3{
	font-size: 1.6rem;
	line-height: 1.6;
	color: #FFF;
	background-color: #699;
	text-align: center;
}
#news p {
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #333;
	padding: 8px;
}
aside{
	width: 25%;
}
aside figure {
	margin: 0 auto;
	width: 90%;
}
aside figure.kunicat {
	width: 100%;
	text-align: center;
}
aside .linkArea {
	margin:1% auto 4%;
	width: 90%;
	border: 1px dotted #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	background-color: lightcyan;
}
aside section{
	margin:1% auto 0;
	width: 90%;
	border: 1px dotted #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	background-color: lightcyan;
}
aside section ul{
	padding-left: 30px;
	list-style: disc;
}
aside ul{
	padding-left: 30px;
}
aside li a {
	font-size: 0.8rem;
	line-height: 1.7;
	color: #093;
}
aside li a:hover {
	color: #F33;
	text-decoration: underline;
}
aside section h3 {
	font-size: 1rem;
	line-height: 1.6;
	color: #FFF;
	background-color: #366;
	text-align: center;
}
#messe{
	width: 200px;
}




/*Responsive===========================================================*/

@media screen and (max-width:1040px){
	
}
@media screen and (max-width:970px){
	#search{
		width:94%;
	}
	article{
		flex-direction: column;
		margin: 0 auto;
		width:96%;
	}
	section#sweets {
		width: 100%;
	}
	#sweets p#taiyaki{
		width: 95%;
	}
	#news {
		margin: 10px auto 20px;
		width: 100%;
	}
}
@media screen and (max-width:800px){
	#search #hit {
		margin: 0 0 0 2%;
	}
	#contents{
		flex-direction: column;
	}
	main{
		width: 100%;
	}

	aside{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		width: 95%;
	}
	aside .linkArea{
		width: 36%;
	}
	aside section{
		width: 60%;
	}
	main #photoLink{
//		margin: 0 auto;
		width: 95%;
	}
	#topics{
		width: 95%;
//		background: pink;
	}
/*
	section#sweets {
		width: 60%;
	}
	#sweets p#taiyaki{
		width:90%;
	}
	#news {
		width:30%;
	}*/

}
@media screen and (max-width:650px){
	.sub_title {
	margin: 0 auto 14px;
	width: 82%;
}
.sub_title h2 {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
}
	main #photoLink li {
		width: 49.8%;
	}
	aside figure {
		margin: 0 auto 20px;
		width: 96%;
	}
}