@charset "utf-8";
/* CSS Document */


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media print,screen and (min-width: 769px){
.title {
	background: url(../img/top01.jpg) no-repeat;
	background-size: cover;
	background-position: 0 68%;
	margin-bottom: 30px;
	min-width: 1000px;
}	
	
h2 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 58px;
	text-align: center;
	color: #FFF;
	text-shadow: 2px 2px 2px #505050;
	font-weight: bold;
	line-height: 2;
}

.text {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	color: #FFF;
	text-shadow: 2px 2px 2px #505050;
}

.border {
	display: inline-block;	
}

.store {
	background: #000;
	width: 100%;
	padding: 40px 20px;	
	margin-bottom: 30px;
	border-radius: 10px;
}

.store:last-child {
	margin-bottom: 100px;
}


/***** 店舗情報 上 *****/
.t_box {
	margin-bottom: 20px;
	height: 300px;
}

h3 {
	color: #FFF;
	font-size: 24px;
	background: url(../img/list.png) no-repeat;
	padding-left: 35px;
}

h3 span {
	font-size: 14px;
	background: #0e9000;
	margin-left: 15px;
	padding: 2px 10px;
	font-weight: normal;
	border-radius: 4px;
}

h3 span a {
	color: #FFF;

}

h4 span {
	font-size: 14px;
	background: #0e9000;
	margin-left: 15px;
	padding: 2px 10px;
	font-weight: normal;
	border-radius: 4px;
}

h4 span a {
	color: #FFF;

}

.add {
	color: #FFF;
	margin: 10px 0 0;
}

.grade {
	display: block;
	padding: 5px 0;
}

.grade p {
	display: inline-block;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}

.grade p:first-child::after,
.grade2 p:first-child::after {
	content: "/";
	margin: 0 5px;
}

.grade p:last-child {
	margin: 0 0 0 10px;
	font-size: 24px;
}

.grade2 {
	float: left;
	margin-right: 50px;
}

.grade2 p {
	display: inline;
	width: 200px;
}

.grade2,.grade2 p {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

.type {
	margin-top: 10px;	
}

.type span {
	color: rgb(255, 255, 255);
	padding: 10px;
	display: inline-block;
	border-radius: 100%;
	font-weight: bold;
	margin-right: 7px;
	width: 50px;
	text-align: center;
	height: 50px;
}

.or1 {
	background: #C62828;
}
.bl {
	background: #0277BD;	
}
.br {
	background: #D84315;	
}
.be {
	background: #F9A825;
}
.pu {
	background: #37474F;	
}
.gr {
	background: #9E9D24;
}
.or {
	background: #4E342E;
}
.sp {
	background: #00695C;
}

.grader {
	background: yellow;	
}

.g_box {
	color: #FFF;
	font-weight: bold;	
}

.s_data1 {
	float: left;
	width: 400px;
	/*background: green;*/
}


/***** 店舗情報 下 *****/
.s_data2 {
	float: left;
	width: 400px;
	background: #FFF;
}


.accordion {
	float: right;	
	background: black;
	width: 540px;
}

.s_data2 dt {
	background: #CCC;
	width: 100px;	
	text-align: center;
}

.s_data2 dl {
	display: table;
	width: 100%;
	border-bottom: solid 1px #e9e9e9;
}

.s_data2 dl:last-child {
	border: none;
}


.s_data2 dt,.s_data2 dd {
	display: table-cell;
	padding: 5px 20px;
	text-align: left;
}


/*.s_spc img {
	max-width: 300px;	
}
*/
/***** 店舗写真スペース *****/
.s_spc {
	float: right;
	width: 540px;
	height: 300px;
	padding: 10px;
	background: #212121;
}

.swap p {
	float: left;
	width: 375px;
	height: auto;
	display: inline-block;
}

.swap p img {
	max-height: 280px;	
}

.swap ul {
	float: right;
	width: 130px;
	margin-left: 15px;
}

.swap li {
	float: left;
	width: 60px;
	margin: 10px 10px 0 0;
}

.swap li:nth-child(2n) {
	margin-right: 0;
}


/***** アコーディオン *****/
.name {
	display: inline-block;
	width: 150px;
	padding: 0px 15px;
}

.menu {
	background: rgba(0, 0, 0, 0.23) none repeat scroll 0% 0%;
	text-align: center;
	width: 180px;
	display: inline-block;
	padding: 0px 10px;
}

.titleA {
	text-align: center;
	font-weight: bolder; 
	color: #FFFFFF;
	background-color: #A61829;
}

.comA {
	text-align: left;
	margin: 5px 10px 5px 10px;
	color: #FFFFFF;
	background-color: #000000;
}

.comA2 {
	text-align: right;
           font-size: 14px;
	margin: 5px 10px 5px 10px;
	font-weight: bolder; 
	color: #FFFFFF;
	background-color: #000000;
	line-height: 70px;
}

.titleB {
	text-align: center;
	font-weight: bolder; 
	background-color: #FFCFBF;
}

.comB {
	text-align: left;
	margin: 5px 10px 5px 10px;
}


/***** rate 調整 *****/
.rate {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 26px;
  font-size: 30px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 30px;
  line-height: 35px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {
  width: 0;
}

.rate1:after {
  width: 30px;
}

.rate1-5:after {
  width: 45px;
}

.rate2:after {
  width: 60px;
}

.rate2-5:after {
  width: 75px;
}

.rate3:after {
  width: 90px;
}

.rate3-5:after {
  width: 105px;
}

.rate4:after {
  width: 120px;
}

.rate4-5:after {
  width: 135px;
}

.rate5:after {
  width: 150px;
}


}
/*===============================================
●smart.css  画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){

body {
	background: #000;	
}

.title {
	background: url(../img/top01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}	

.text {
	color: #FFF;
	text-align: center;
}
	
h2 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 42px;
	text-align: center;
	color: #FFF;
	text-shadow: 2px 2px 2px #505050;
	font-weight: bold;
	color: #FFF;
	line-height: 2em;
}

.text {
	color: #FFF;
	text-align: center;
	padding: 5px;
	color: #FFF;
	text-shadow: 2px 2px 2px #505050;
}

.cont_box {
	padding: 30px 0;	
}

.store {
	background: #000;
	padding: 35px 5%;
	border-bottom: dashed 2px;
}

.store:first-child {
	border-top: dashed 2px;
}

/***** 店舗情報 上 *****/

h3 {
	color: #FFF;
	font-size: 24px;
	background: url(../img/list.png) no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}

h3 span {
	font-size: 14px;
	background: #0e9000;
	margin-left: 15px;
	padding: 6px 10px;
	font-weight: normal;
	border-radius: 4px;
}

.add,h3 span a {
	color: #FFF;
}

h4 span {
	font-size: 14px;
	background: #0e9000;
	margin-left: 15px;
	padding: 6px 10px;
	font-weight: normal;
	border-radius: 4px;
}

.add,h4 span a {
	color: #FFF;
}

.grade {
	display: block;
}

.grade p {
	display: inline-block;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}

.grade p:first-child::after,
.grade2 p:first-child::after {
	content: "/";
	margin: 0 5px;
}

.grade p:last-child {
	margin: 0 0 0 10px;
	font-size: 24px;
}

.grade2 {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

.grade2 p {
	display: inline;
	width: 200px;
}

.grade2,.grade2 p {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

.type span {
	color: rgb(255, 255, 255);
	padding: 10px;
	display: inline-block;
	border-radius: 100%;
	font-weight: bold;
	margin: 0 5px 5px 0;
	width: 50px;
	text-align: center;
	height: 50px;
}

.or1 {
	background: #D13B00;
}

.br {
	background: #843737;	
}

.be {
	background: #CB9652;
}
.be {
	background: #CB9652;
}
.be {
	background: #CB9652;
}
.be {
	background: #CB9652;
}
.gr {
	background: #0e9000;
}
.or {
	background: rgb(243, 139, 5);
}
.bl {
	background: #057DF3;	
}
.pu {
	background: #873bda;	
}

.grader {
	background: yellow;	
}

.g_box {
	color: #FFF;
	font-weight: bold;	
}

.s_data1 {
	/*background: green;*/
	margin-bottom: 15px;
}

.s_spc {	background: orange;
	text-align: center;
	margin: 0 auto;
}


/***** 店舗情報 下 *****/
.s_data2 {
	background: #FFF;
	margin-bottom: 15px;
}


.accordion {
	background: black;
	/* width: 540px; */
}

.s_data2 dt {
	background: #CCC;
	width: 25%;	
	text-align: center;
}

.s_data2 dl {
	display: table;
	width: 100%;
	border-bottom: solid 1px #e9e9e9;
}

.s_data2 dl:last-child {
	border: none;
}


.s_data2 dt,.s_data2 dd {
	display: table-cell;
	padding: 5px;
	text-align: left;
}

.s_data2 dd {
	width: 75%;	
}

/***** 店舗写真スペース *****/
.s_spc {
	padding: 10px;
	background: #212121;
}

.swap p {
	display: inline-block;
	margin-bottom: 10px;
	height: 255px;
}

.swap p img {
	max-height: 255px;	
}

.swap li {
	float: left;
	width: 60px;
	margin: 0 8px 5px 0;
}

.swap li:last-child {
	margin-right: 0;
}

/***** アコーディオン *****/
.name {
	display: inline-block;
	width: 140px;
	padding: 0px 15px;
}

.menu {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%;
	display: inline-block;
	padding: 0px 10px;
	text-align: center;
	width: 140px;
}

.titleA {
	text-align: center;
	font-weight: bolder; 
	color: #FFFFFF;
	background-color: #A61829;
}

.comA {
	text-align: left;
	margin: 5px 10px 5px 10px;
	color: #FFFFFF;
	background-color: #000000;
}

.comA2 {
	text-align: right;
           font-size: 14px;
	margin: 5px 10px 5px 10px;
	font-weight: bolder; 
	color: #FFFFFF;
	background-color: #000000;
	line-height: 70px;
}

.titleB {
	text-align: center;
	font-weight: bolder; 
	background-color: #FFCFBF;
}

.comB {
	text-align: left;
	margin: 5px 10px 5px 10px;
}

/***** rate *****/
.rate {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 27px;
  font-size: 30px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 30px;
  line-height: 35px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {
  width: 0;
}

.rate1:after {
  width: 30px;
}

.rate1-5:after {
  width: 45px;
}

.rate2:after {
  width: 60px;
}

.rate2-5:after {
  width: 75px;
}

.rate3:after {
  width: 90px;
}

.rate3-5:after {
  width: 105px;
}

.rate4:after {
  width: 120px;
}

.rate4-5:after {
  width: 135px;
}

.rate5:after {
  width: 150px;
}




}