#Main{
	color: #f1f1f1;
}
#Main h2,
#Main h3{
	/*font-family: "Sawarabi Mincho";*/
	text-align: center;
	color: #fff;
}
#Main h2{
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 30px;
}
#Main h3{
	font-size: 25px;
	font-weight: 100;
}
#Main div.swiper-container{
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	position: relative;
}
#Main div.swiper-slide{
	width: 100%;
}
#Main div.swiper-slide img{
	width: 100%;
	height: auto;
}
#Main div.swiper-pagination{
	bottom: 30px;
}
#Main div.swiper-container div.logo{
	position: absolute;
	pointer-events: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 147px;
	height: 460px;
	z-index: 999999999999999;
}
section#about{
	padding: 70px 0;
}
section#about div.box{
    width: 1024px;
    margin: 0 auto;
}
section#about div.box h2{
    text-indent: -9999px;
    background: url("../img/sec_about_title.png") no-repeat;
    width: 660px;
    height: 93px;
    margin: 0 auto 30px;
}
section#about div.box div.imgbox{
    float: left;
    width: 480px;
}
section#about div.box div.textbox{
    float: right;
    width: 480px;
    color: #e5b553;
}
section#about div.box div.textbox div.more{
     margin: 50px auto 0;
    width: 240px;
}
section#about div.box div.textbox div.more a{
    display: block;
    text-indent: -9999px;
    background: url("../img/btn_more.png") no-repeat;
    width: 240px;
    height: 45px;
}

section#tea{
	padding: 70px 0;
    background: rgba(255,255,255, 0.15);
}
section#tea div.box{
    width: 1024px;
    margin: 0 auto;
}
section#tea div.box h2{
    text-indent: -9999px;
    background: url("../img/sec_tea_title.png") no-repeat;
    width: 660px;
    height: 93px;
    margin: 0 auto 30px;
}
section#tea div.box div.imgbox{
    float: right;
    width: 480px;
}
section#tea div.box div.textbox{
    float: left;
    width: 480px;
    color: #f1f1f1;
}
section#tea div.box div.textbox div.more{
     margin: 50px auto 0;
    width: 240px;
}
section#tea div.box div.textbox div.more a{
    display: block;
    text-indent: -9999px;
    background: url("../img/btn_more_w.png") no-repeat;
    width: 240px;
    height: 45px;
}


section#zakka{
	padding: 70px 0;
    background: rgba(0,0,0, 0.5);
}
section#zakka div.box{
    width: 1024px;
    margin: 0 auto;
}
section#zakka div.box h2{
    text-indent: -9999px;
    background: url("../img/sec_zakka_title.png") no-repeat;
    width: 660px;
    height: 93px;
    margin: 0 auto 30px;
}
section#zakka div.box div.imgbox{
    float: left;
    width: 480px;
}
section#zakka div.box div.textbox{
    float: right;
    width: 480px;
    color: #f1f1f1;
}
section#zakka div.box div.textbox div.more{
     margin: 50px auto 0;
    width: 240px;
}
section#zakka div.box div.textbox div.more a{
    display: block;
    text-indent: -9999px;
    background: url("../img/btn_more_w.png") no-repeat;
    width: 240px;
    height: 45px;
}


section#access{
	padding: 70px 0;
    /*background: rgba(255,255,255, 0.15);*/
}
section#access div.box{
    width: 1024px;
    margin: 0 auto;
}
section#access div.box h2{
    text-indent: -9999px;
    background: url("../../img/sec_access_title01.png") no-repeat;
    width: 660px;
    height: 83px;
    margin: 0 auto 30px;
}



table {
	margin: 0;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px #dcd3c5 solid;
	border-width: 1px 1px 0 0;
}
table th {
	padding: 10px;
	border: 1px #dcd3c5 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	vertical-align: top;
	background: rgba(0,0,0,0.5);
	width: 170px;
}
table td {
	padding: 10px;
	border: 1px #dcd3c5 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	vertical-align: top;
}
table td ul{
	margin: 0 0 0 20px;	
}
table td ul li{
	list-style: disc;	
}