@charset "utf-8";

/*********************
 sub_top
*********************/
#sub_top{
	position:relative;
	max-width:1200px;
	margin:0 auto;
	width:100%;
	padding:0;
}
#sub_top #top_logo{
	position: absolute;
	top:15px;
	left:15px;
	z-index: 99;
}
#sub_top #top_image{
	display: block;
	height: 400px;
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}
#sub_top h1{
	position:absolute;
	top: 50%;
	left:0;
	transform: translateX(0%) translateY(-50%);
	width:100%;
	text-align:center;
	color:#fff;
	font-size:2em;
	letter-spacing: .3em;
}

/*********************
 menu
*********************/
#menu .slideBox{
	width:calc(100% - 50px);
	max-width:1024px;
	margin:0 auto;
}
#menu .slideBox li{
	display:block;
	width:calc(100%/4);
	margin:10px;
	text-align:center;
}
#menu .slideBox li img{
	width:100%;
	max-width:400px;
}
#menu .slideBox li p{
	display:inline-block;
	font-size:1em;
	margin:10px 0px;
	color:#000;
}
#menu a:hover{
	background:#c90;
}
#menu .menulist{
	flex-wrap: wrap;
	width:100%;
	max-width:1024px;
	margin:0 auto;
	text-align:center;
	padding:40px 0;
}
#menu .menulist li{
	width:50%;
	padding:15px 0;
}
#menu .menulist li img{
	width:100%;
}

/*********************
 access
*********************/
#access article{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	padding:80px 0 0;
}
#access .shop {
	width:40%;
	text-align:center;
	paddding:0 50px;
}
#access .flexreverse {
	margin-top:100px;
}
#access .shop h1{
	font-size:2em;
	margin-bottom:20px;
}
#access .shop .min {
	font-size:0.8em;
	line-height:1.4em;
	color:#999;
	margin-bottom:20px;
}
#access .shop a {
	text-decoration:none;
	color:#905822;
	font-style: italic;
	padding-bottom:3px;
	border-bottom:1px solid #905822;
}
#access .map {
	position: relative;
	width: 100%;
	max-width:calc(100% - 40%);
	height: 0;
	padding-top:50%; /* 比率固定 */
}
#access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*********************
 shop
*********************/
#shop article{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	padding:80px 0 0;
}
#shop article#kids{
	margin-top:100px;
}
#shop article .info{
	text-align:center;
}
#shop article .info h1{
	text-align:center;
}
#shop article .info h1 p{
	display:inline-block;
	font-size:2em;
	margin-bottom:20px;
	padding:10px 20px;
	background:linear-gradient(transparent 50%, #feec52 50%, #feec52 80%, transparent 80%);
}
#shop article .photo {
	width: 100%;
	text-align:center;
}
#shop article .photo img {
	width:400px;
	padding:50px 15px 0;
}

/*********************
 blog
*********************/
#blog article{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	padding:80px 0 0;
}

#blog .pageNum{
	font-size:0.8em;
	padding:0 0 15px;
}
#blog .pageNum #pageNumber{
	padding:3px 5px;
	width:60px;
	text-align:center;
	border: 1px solid #999;
	font-size:1.2em;
}
#blog .blogList{
	flex-wrap:wrap;
	margin-bottom:50px;
	margin:0 -35px;
}
#blog .blogList a{
	display:block;
	width:calc((100% / 3) - 70px);
	margin:15px 35px 50px;
	text-decoration:none;
	color:#333;
}
#blog .blogList a:hover img{
	transition: .2s;
	opacity:0.5;
}
#blog .blogList a img{
	width:100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
	border:1px solid #eee;
}
#blog .blogList a p{
	color:#777;
	font-size:0.9em;
}
#blog .blogList a  h1{
	font-size:1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.2em;
}

/* ページング */
#blog .pager{
	margin-top:30px;
}
#blog .pager li.right{
	margin-left: auto;
}
#blog .pager li a{
	display:inline-block;
	border:1px solid #905822;
	color: #905822;
	text-align;:center;
	padding:15px 30px;
	text-decoration:none;
}
#blog .pager li:first-child a{
	margin-right:15px;
}
#blog .pager li:last-child a{
	margin-left:15px;
}
#blog .pager li a:hover{
	color: #fff;
	background:#905822;
}


/*********************
 blog_page
*********************/
#blog_page{
	text-align:center;
}
#blog_page article{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	text-align:left;
}
#blog_page .blogTitle{
	padding:80px 15px 20px;
	flex-direction: row-reverse;
}
#blog_page .blogTitle .time{
	color:#777;
	font-size:1em;
}
#blog_page .blogTitle h1{
	font-size:1.6em;
	line-height: 1.5em;
}
#blog_page .blogBody{
	padding:50px 15px;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}
#blog_page .blogBody img{
	max-width:100%;
}

/* ページング */
#blog_page .pager{
	margin-top:80px;
}
#blog_page .pager li{
	text-align:center;
	width:50%;
}
#blog_page .pager li:first-child{
	text-align:left;
	width:25%;
}
#blog_page .pager li:last-child{
	text-align:right;
	width:25%;
}
#blog_page .pager li a{
	display:inline-block;
	border:1px solid #905822;
	color: #905822;
	text-align;:center;
	padding:15px 30px;
	text-decoration:none;
}
#blog_page .pager li a:hover{
	color: #fff;
	background:#905822;
}

