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

article {
	width: 100%;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	article section {
		width: 1000px;
		margin: 0 auto;
		background: #FFF;
		padding-bottom: 70px;
	}
	
	article section ul.ChangeElem_Btn_Content{
		width: 1000px;
		margin: 0 auto 80px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	
	article section ul.ChangeElem_Btn_Content li{
		width: calc(16.7% - 3px);
		margin-right: 6px;
		height: 62px;
		display: block;
		font-size: 18px;
		line-height: 1.3;
		color: #FFF;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		background: #ccc;
border-top: 1.5px solid rgba(21, 169, 161, 1);
		cursor: pointer;
		transition-duration: 0.5s;
		text-align: center;
	}
	article section ul.ChangeElem_Btn_Content li:last-child{
		margin-right: 0;
	}
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(1),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(1){
		background: #25A9A4;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(2),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(2){
		background: #25A9A4;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(3),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(3){
		background: #25A9A4;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(4),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(4){
		background: #25A9A4;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(5),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(5){
		background: #25A9A4;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(6),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(6){
		background: #25A9A4;
	}
	
	article section li.ChangeElem_Panel {
		width: 100%;
	}
	
	article section li.ChangeElem_Panel ul{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
		border-bottom: 1px solid #666;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
  article section li.ChangeElem_Panel ul.newsNoMessage li{
  text-align: center;
  width: 100%;
}
	article section li.ChangeElem_Panel ul.fashion{
		color: #ee87b4;
	}
	
	article section li.ChangeElem_Panel ul.sundries{
		color: #00a0e9;
	}
	
	article section li.ChangeElem_Panel ul.service{
		color: #8bc53f;
	}
	
	article section li.ChangeElem_Panel ul.restaurant{
		color: #f6921e;
	}
	
	article section li.ChangeElem_Panel ul.amusement{
		color: #c076c6;
	}
	
	article section li.ChangeElem_Panel li.logo div{
		width: 234px;
		border: 1px solid #CCC;
		line-height: 0;
	}
	
	article section li.ChangeElem_Panel li.text{
		width: 745px;
	}
	
	article section li.ChangeElem_Panel li.text p.data{
		font-size: 12px;
		text-align: right;
		line-height: 1.2;
		color: #333;
	}
	
	article section li.ChangeElem_Panel li.text h4{
		font-size: 14px;
		font-weight: 700;
		line-height: 1.3;
	}
	
	article section li.ChangeElem_Panel li.text h3{
		font-size: 24px;
		font-weight: 700;
		line-height: 1.25;
		margin-bottom: 10px;
	}
	
	article section li.ChangeElem_Panel li.text table{
		width: 100%;
		color: #333;
		font-size: 16px;
		border-top: 1px solid #666;
	}
	
	article section li.ChangeElem_Panel li.text table th{
		width: 20%;
		font-weight: 700;
		padding: 15px 0;
		border-bottom: 1px solid #666;
		padding-left: 15px;
	}
	
	article section li.ChangeElem_Panel li.text table td{
		width: 80%;
		padding: 15px 0;
		border-bottom: 1px solid #666;
		padding-left: 15px;
	}
	
	article section li.ChangeElem_Panel li.text table tr:last-child th.bb_none,
	article section li.ChangeElem_Panel li.text table tr:last-child td.bb_none,
	article section li.ChangeElem_Panel li.text table tr:last-child th,
	article section li.ChangeElem_Panel li.text table tr:last-child td{
		border-bottom: none;
	}
	div.f_banner{
		width: 100%;
		max-width: 1000px;
		padding: 60px 0 40px;
		margin: 0 auto;
		background: #FFF;
		border-top: 1px solid #666666;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	article section {
		width: 95%;
		margin: 0 auto;
		background: #FFF;
		padding: 25px 1.8% 40px;
	}
	
	article section ul.ChangeElem_Btn_Content{
		width: 100%;
		margin: 0 auto 80px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article section ul.ChangeElem_Btn_Content li{
		width:calc(50% - 3px);
		margin-bottom: 6px;
		height: 62px;
		display: block;
		border: 1px solid #fff;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
		color: #FFF;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		background: #CCC;
	border-top: 1.5px solid rgba(21, 169, 161, 1);
		cursor: pointer;
		transition-duration: 0.5s;
		text-align: center;
	}

	ul.ChangeElem_Btn_Content li:nth-child(odd){
		margin-right: 6px;
	}
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(1),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(1){
		background: #25A9A4;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(2),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(2){
		background: #25A9A4;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(3),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(3){
		background: #25A9A4;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(4),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(4){
		background: #25A9A4;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(5),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(5){
		background: #25A9A4;
	}
	
	article section ul.ChangeElem_Btn_Content li.is-active:nth-child(6),
	article section ul.ChangeElem_Btn_Content li:hover:nth-child(6){
		background: #25A9A4;
	}
	
	article section li.ChangeElem_Panel {
		width: 100%;
	}
	
	article section li.ChangeElem_Panel ul{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
		border-bottom: 1px solid #666;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
  article section li.ChangeElem_Panel ul.newsNoMessage li{
  text-align: center;
  width: 100%;
}

	article section li.ChangeElem_Panel ul.fashion{
		color: #ee87b4;
	}
	
	article section li.ChangeElem_Panel ul.sundries{
		color: #00a0e9;
	}
	
	article section li.ChangeElem_Panel ul.service{
		color: #8bc53f;
	}
	
	article section li.ChangeElem_Panel ul.restaurant{
		color: #f6921e;
	}
	
	article section li.ChangeElem_Panel ul.amusement{
		color: #c076c6;
	}
	
	article section li.ChangeElem_Panel li.logo{
		width: 100%;
		margin-bottom: 30px;
	}
	
	article section li.ChangeElem_Panel li.logo div{
		width: 234px;
		margin: 0 auto;
		border: 1px solid #CCC;
		line-height: 0;
	}
	
	article section li.ChangeElem_Panel li.text{
		width: 100%;
	}
	
	article section li.ChangeElem_Panel li.text p.data{
		font-size: 12px;
		font-size: 1.2rem;
		text-align: right;
		line-height: 1.2;
		color: #333;
	}
	
	article section li.ChangeElem_Panel li.text h4{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.25;
	}
	
	article section li.ChangeElem_Panel li.text h3{
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.25;
		margin-bottom: 10px;
	}
	
	article section li.ChangeElem_Panel li.text table{
		width: 100%;
		color: #333;
		font-size: 16px;
		font-size: 1.6rem;
		border-top: 1px solid #666;
	}
	
	article section li.ChangeElem_Panel li.text table th{
		width: 35%;
		font-weight: 700;
		padding: 15px 0;
		border-bottom: 1px solid #666;
	}
	
	article section li.ChangeElem_Panel li.text table td{
		width: 65%;
		padding: 15px 0;
		border-bottom: 1px solid #666;
		padding-left: 10px;
	}
	
	article section li.ChangeElem_Panel li.text table td a{
		color: #333;
	}
	
	article section li.ChangeElem_Panel li.text table th.bb_none,
	article section li.ChangeElem_Panel li.text table td.bb_none,
	article section li.ChangeElem_Panel li.text table tr:last-child th,
	article section li.ChangeElem_Panel li.text table tr:last-child td{
		border-bottom: none;
	}

}

@media print, screen and (max-width: 480px){

}
