@charset "utf-8";

/*** PC･SP共通 ***/
/* TOP */
#main.top #main-visual{
	width: 90%;
	height: 150px;
	margin: 10px auto;
	padding: 5px;
	background-color: #FFF;
}
#main.top #main-visual .swiper-container{
	width: 100%;
	height: 150px;
}
#main.top #main-visual .swiper-container .swiper-pagination{
	bottom: 0px;
}
#main.top #main-visual .swiper-container .swiper-slide img{
	width: 100%;
	height: auto;
}
#main.top  #main-eigyou{
	width:  100%;
	height: auto;
	margin: auto;
}
#main.top  #main-eigyou .image img{
	width: 100%;
	height: 100%;
}
div#main.top #main-inner{
	width: 94%;
	margin: 10px auto 10px auto;
	border: none;
	background-color: transparent;
	padding: 0;
}
#main.top #topics-button{
	width: 100%;
	list-style: none;
}
#main.top #topics-button li{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#main.top #topics-button li img{
	width: 100%;
	height: auto;
}
#main.top #sns{
	width: 100%;
}
#main.top #sns h3{
	width: 100%;
	height: 30px;
	background-image: url(../../img/top/h3_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: cover;
	color: #FFF;
	padding-top: 10px;
	text-indent: 0.5em;
}
#main.top #sns #facebook{
	width: 100%;
}
#main.top #sns #instagram{
	width: 100%;
}
#main.top #sns .feed{
	background-color: #FFF;
}
#main.top #sns #instagram .feed{
	padding: 10px;
	overflow: auto;
}

/* CONCEPT */
div#main #main-inner section .table1{
	width: 100%;
	margin: 10px auto 0 auto;
}
div#main #main-inner section .table1 th,
div#main #main-inner section .table1 td{
	border-bottom: 1px solid #333;
	padding: 5px;
	font-size: 70%;
}
div#main #main-inner section .table1 th{
	width: 25%;
	border-right: 1px solid #333;
}
div#main #main-inner section .table1 tr:first-child th,
div#main #main-inner section .table1 tr:first-child td{
	border-top: 1px solid #333;
}
div#main #main-inner section .table1 td a{
	color: #000;
}
div#main #main-inner section .table1 td a.ext{
	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: 100%;
	margin: 0 auto 2em auto;
}
div#main #main-inner section .shop h3{
	font-size: 100%;
	color: #004095;
}
div#main #main-inner section .shop .photo{
	width: 100%;
	height: 220px;
	margin-bottom: 10px;
}
div#main #main-inner section .shop .photo .swiper-container{
	height: 100%;
}
div#main #main-inner section .shop .photo .swiper-container .swiper-slide img{
	width: 100%;
	height: auto;
}
div#main #main-inner section .shop .photo .swiper-container .swiper-pagination{
	bottom: 0;
}
div#main #main-inner section .shop .map{
}
div#main #main-inner section .shop .map p{
	text-align: right;
	padding-top: 0px;
	font-size: 70%;
}
div#main #main-inner section .shop p{
	text-align: left;
	padding-top: 10px;
	font-size: 77%;
}
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 #333;
	padding: 5px;
	font-size: 70%;
}
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 #333;
}
div#main #main-inner section .table2 th {
	border-right: 1px solid #333;
}
div#main #main-inner section .table2 td .red{
	color: red;
}
div#main #main-inner section .table2 td a{
	color: #000;
}

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

}


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

}


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

}


