@charset "utf-8";

/*** PC･SP共通 ***/
/* TOP */
#main.top #main-visual{
	width: 980px;
	height: 430px;
	margin: 10px auto;
	padding: 10px;
	background-color: #FFF;
}
#main.top #main-visual .swiper-container{
	width: 100%;
	height: 100%;
}
#main.top #main-visual .swiper-container .swiper-button-prev{
	width: 35px;
	height: 34px;
	left: 5px;
	background-image:url(../../img/top/slide-arrow1.png);
	background-size: 100% 100%;
}
#main.top #main-visual .swiper-container .swiper-button-next{
	width: 35px;
	height: 34px;
	right: 5px;
	background-image:url(../../img/top/slide-arrow2.png);
	background-size: 100% 100%;
}
#main.top #main-eigyou{
	width: 980px;
	height: 330px;
	margin: auto;
}
#main.top #main-eigyou .image{
	width: 100%;
	height: 100%;
}
#main.top #main-inner{
	width: 1000px;
	margin: 10px auto 40px auto;
	border: none;
	background-color: transparent;
	padding: 0;
}
#main.top #topics-button{
	width: 100%;
	list-style: none;
}
#main.top #topics-button li{
	width: 323px;
	height: 125px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
#main.top #topics-button li:nth-child(4),
#main.top #topics-button li:nth-child(5),
#main.top #topics-button li:nth-child(6){
	height: 97px;
	margin-bottom: 15px;
}
#main.top #topics-button li:nth-child(3),
#main.top #topics-button li:nth-child(6),
#main.top #topics-button li:nth-child(9){
	margin-right: 0px;
}
#main.top #topics-button li a:hover img{
	opacity: 0.8;
}
#main.top #sns{
	margin: 30px 0 0 0;
}
#main.top #sns #facebook{
	float: left;
	width: 500px;
}
#main.top #sns #instagram{
	float: right;
	width: 480px;
}
#main.top #sns .feed{
	height: 750px;
	background-color: #FFF;

}
#main.top #sns #instagram .feed{
	padding: 10px;
	height: 730px;
	overflow: auto;
}

/* CONCEPT */
div#main #main-inner section .table1{
	width: 90%;
	margin: 0 auto;
}
div#main #main-inner section .table1 th,
div#main #main-inner section .table1 td{
	border-bottom: 1px solid #bfbfbf;
	padding: 5px;
	font-size: 93%;
}
div#main #main-inner section .table1 th{
	width: 25%;
	background-color: #e2e2e2;
	color: #004095;
}
div#main #main-inner section .table1 tr:first-child th,
div#main #main-inner section .table1 tr:first-child td{
	border-top: 1px solid #bfbfbf;
}
div#main #main-inner section .table1 td a{
	display: block;
	padding: 5px;
	margin: 5px 0;
	width: 9em;
	text-align: center;
	background-color: #e10012;
	color: #FFF;
}
div#main #main-inner section .table1 td a:hover{
	text-decoration: underline;
	opacity: 0.8;
}

/* SHOP */
div#main #main-inner section .shop{
	width: 700px;
	margin: 0 auto 40px auto;
}
div#main #main-inner section .shop h3{
	font-size: 123%;
	color: #004095;
}
div#main #main-inner section .shop .photo{
	float: left;
	width: 440px;
	height: 315px;
}
div#main #main-inner section .shop .photo .swiper-container{
	height: 100%;
}
div#main #main-inner section .shop .photo .swiper-container .swiper-pagination{
	bottom: 0;
}
div#main #main-inner section .shop .map{
	float: right;
	height: 250px;
}
div#main #main-inner section .shop .map p{
	text-align: right;
	padding-top: 0px;
	font-size: 77%;
}
div#main #main-inner section .shop p{
	clear: both;
	text-align: left;
	padding-top: 10px;
	font-size: 85%;
}
div#main #main-inner section .table2{
	margin-top: 10px;
	width: 100%;
}
div#main #main-inner section .table2 th,
div#main #main-inner section .table2 td{
	border-bottom: 1px solid #bfbfbf;
	padding: 5px;
	font-size: 85%;
}
div#main #main-inner section .table2 th{
	width: 25%;
}
div#main #main-inner section .table2 tr:first-child th,
div#main #main-inner section .table2 tr:first-child td{
	border-top: 1px solid #bfbfbf;
}
div#main #main-inner section .table2 th {
	border-right: 1px solid #bfbfbf;
}
div#main #main-inner section .table2 td .red{
	color: red;
}


/*** SP 縦置き  ***/
@media screen and (max-width: 768px) and (orientation: portrait) {

}


/*** SP 横置き ***/
@media screen and (max-height: 768px) and (orientation: landscape) {

}


/*** プリント ***/
@media print {

}


