@charset "Shift_JIS";

/*----------------------------------------------------

 Top

----------------------------------------------------*/
#mainPht	{
	height:260px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
    position: relative;
}
#mainPht    h2  {
    width: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#mainPht    h2  strong  {
    height: 0;
    display: block;
    padding-top: 80%;
    background: url("../../img/main.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
    font-size: 0;
}
/*#mainPht	ul	{
	padding:18% 0 0 5%;
	height:300px;
	font-size:1.6rem;
}
#mainPht	ul	li	{
	padding:6px 0;
	text-shadow: 0 0 10px #ffffff;
}
#mainPht	ul	img	{	width:120px;}*/
@media screen and (min-width:40em) {
	#mainPht	{	height:600px;}
#mainPht    h2  {
    width: 340px;
}
/*	#mainPht	ul	{
		padding:13% 0 0 8%;
		font-size:2.4rem;
		height:600px;
	}
	#mainPht	ul	li	{	padding:10px 0;	}
	#mainPht	ul	li	strong	{	font-size:3.4rem;}
	#mainPht	ul	img	{	width:auto;}*/
}

/*secTop*/
#secTop	.txt	{	padding:0 10px 30px;}
@media screen and (min-width:40em) {
	section.bgtop1	{	background:#f8f7f1 url(../../img/bg_top01.png) no-repeat right center;}
	#secTop	.txt	{
		padding:0 70px 50px;
		font-size:1.8rem;
		text-align:center;
		line-height:1.8;
	}
}
@media screen and (max-width:40em) {
	#secTop	.txt	br	{
		display:none;
	}
}

/*sec01*/
#sec01	.newsBox	{}
#sec01	.news	dl	{	font-size:1.3rem;}
#sec01	.news	dt	{
	color:#b09c53;
	padding:10px 10px 0;
}
#sec01	.news	dd	{
	border-bottom:1px dashed #ddd;
	padding:5px 10px 10px;
}
#sec01	.fbook	{	display:none;}
#sec01	span.plannew {
    display: inline-block;
    width: 46px;
    height: 20px;
	margin:0 0 0 6px;
    text-indent: -9999px;
    background-image: url(../../img/icn_new.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 40px auto;
}
@media screen and (min-width:40em) {
#sec01	.newsBox	{}
#sec01	.news	{
	float:left;
	width:580px;
}
#sec01	.news	dl	{
	height:400px;
	overflow:auto;
	font-size:1.5rem;
}
#sec01	.fbook	{
	display:block;
	float:right;
	width:320px;
}
}

/*sec02*/
#sec02	.itemBox	{	padding-bottom:40px;}
#sec02	.itemCat	ul	{	border-top:1px dotted #ddd;}
#sec02	.itemCat	li	{
	border-bottom:1px dotted #ddd;
	padding:2px 0;
}
#sec02	.itemCat	li:nth-child(1)	a	{	background-image:url(../../img/item01.jpg);}
#sec02	.itemCat	li:nth-child(2)	a	{	background-image:url(../../img/item02.jpg);}
#sec02	.itemCat	li:nth-child(3)	a	{	background-image:url(../../img/item03.jpg);}
#sec02	.itemCat	li:nth-child(4)	a	{	background-image:url(../../img/item04.jpg);}
#sec02	.itemCat	li:nth-child(5)	a	{	background-image:url(../../img/item05.jpg);}
#sec02	.itemCat	li	a	{
	position:relative;
	display:block;
	height:60px;
	line-height:60px;
	padding-left:100px;
	width:100%;
	vertical-align:middle;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:80px auto;
}
#sec02	.itemCat	li	a::before{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #b09c53;
	border-right: 2px solid #b09c53;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sec02	.itemRcmd	h3	{
	font-size:2.0rem;
	padding-top:20px;
	text-align:center;
	color:#b09c53;
}
#sec02	.itemRcmd	dl	{	padding:10px 0;}
#sec02	.itemRcmd	dt	{	text-align:center;}
#sec02	.itemRcmd	dt	img	{	width:100%;}
#sec02	.itemRcmd	dd	{	padding:10px}
#sec02	a	{	text-decoration:none;}
#sec02	.btnShop	a	{
	background:#b09c53 url(../img/icn_cart.svg) no-repeat 20px center;
	background-size:40px auto;
	text-align:left;
	height:auto;
	line-height:1.5;
	border:1px solid #b09c53;
	padding:10px 10px 10px 80px;
	color:#FFF;
}
#sec02	.btnShop	a::before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
@media screen and (min-width:40em) {
	#sec02	.itemCat	{	}
	#sec02	.itemCat	ul	{	border:0;}
	#sec02	.itemCat	li	{
		float:left;
		width:33%;
		padding:10px;
		border:0;
	}
	#sec02	.itemCat	li	a	{
		padding:0 20px 0 160px;
		line-height:1.6;
		width:296px;
		display:table-cell;
		height:130px;
		vertical-align:middle;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-size:150px auto;
		border:1px solid #ccc;
		background-color:#FFF;
	}
	/*#sec02	.itemCat	{
		float:left;
		width:440px;
	}
	#sec02	.itemRcmd	{
		float:right;
		width:440px;
		border:1px solid #ddd;
	}
	#sec02	.itemCat	li	a	{
		height:80px;
		line-height:80px;
		padding-left:170px;
	}
	#sec02	.itemRcmd	h3	{
		font-size:2.4rem;
		padding-top:14px;
	}
	#sec02	.itemRcmd	dl	{	padding:10px 15px;}
	#sec02	.itemRcmd	dt	{
		text-align:center;
		width:408px;
		height:296px;
	}
	#sec02	.itemRcmd	dt	img	{
		width:auto;
		height:auto;
		max-width:408px;
		max-height:296px;	
	}
	#sec02	.itemRcmd	dd	{	padding:10px 0 0}*/
}

/*sec03*/
#sec03	ul	{	padding-bottom:30px;}
#sec03	li	{
	float:left;
	width:50%;
	padding:0 20px;
	text-align:center;
}
#sec03	li	img	{
	border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	width:100%;
}
#sec03	h3	{	padding:10px 0;}
@media screen and (min-width:40em) {
	section.bgtop2	{	background:#f8f7f1 url(../../img/bg_top02.png) no-repeat left top;}
	#sec03	li	{
		width:20%;
		padding:0 15px;
	}
}

.gcalBox	iframe	{	display:none;}
.gcalBox	.btn	{}
@media screen and (min-width:40em) {
.gcalBox	iframe	{	display:block;}
.gcalBox	.btn	{	display:none;}
}
