@charset "utf-8";

.shop .inner{
	margin-bottom: 20px;
}
.shop .inner + p b{
	display: block;
	font-weight: bold;
	font-size: 13px;
}
/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#container {
	display: block;
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 60px;
}

#container h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 50px;
}
.shop {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
/*	height: 146px;*/
	margin: 5px;
	max-width:220px;
}
.shop h3 a {
	color: rgba(0,78,153,1.00);
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.shop h3+p {
	color: rgba(173,173,173,1.00);
}
.shop .inner {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	max-width: 220px;
	color: rgba(173,173,173,1.00);
	
}
.shop .inner figure {
	width: 90px;
	margin-right: 8px;
}
.shop .inner dl {
	width: 125px;
}
.shop .inner dl dt {
	font-size: 11px;
	margin-bottom: 3px;
}
.shop .inner dl dd {
	float: left;
	line-height: 14px;
}
.shop .inner dl dd:nth-of-type(2) {
	color: rgba(242,149,0,1.00);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.shop .inner dl dd:nth-of-type(3) {
	font-size: 14px;
	color: rgba(0,0,0,1.00);
	float: none;
	clear: both;
}
.shop .inner dl dd img {
	width: 12px;
	height: auto;
	margin-right: 2px;
}
.shop .inner dl dd img:last-child {
	margin-right: 8px;
}
.shop .inner+p {
	line-height: 140%;
	margin-top: 5px;
	max-width: 220px;
	font-size: 11px;
}


#contents .conditions {
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-radius: 4px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    border: 1px solid #c3c3c3;
    margin-bottom: 20px;
}
#contents .conditions dt {
	width: 100px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
}
#contents .conditions dd {
	width: 820px;
    text-align: left;
}
#contents .back_text{
	text-align:left;
}
#contents .result_text{
	text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
}
#contents .result_text span{
	color: #F29500;
}
#noDataInfo {
    border: 1px solid #FF0000;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 15px;
    color: #FF0000;
    clear: both;
}
#noDataInfo p {
    font-weight: bold;
}




}



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

#contents {
    text-align: left;
    padding: 0 3%;
    box-sizing: border-box;
}

#container h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3%;
	padding-top: 3%;
}
.shop {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
/*	height: 140px;*/
	margin:5px;
	max-width:220px;
}
.shop h3 a {
	color: rgba(0,78,153,1.00);
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.shop h3+p {
	color: rgba(173,173,173,1.00);
}
.shop .inner {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	max-width: 220px;
	color: rgba(173,173,173,1.00);
	
}
.shop .inner figure {
	width: 90px;
	margin-right: 8px;
}
.shop .inner figure img {
	width: 100%;
}
.shop .inner dl dt {
	font-size: 11px;
	margin-bottom: 3px;
}
.shop .inner dl dd {
	float: left;
	line-height: 14px;
}
.shop .inner dl dd:nth-of-type(2) {
	color: rgba(242,149,0,1.00);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.shop .inner dl dd:nth-of-type(3) {
	font-size: 14px;
	color: rgba(0,0,0,1.00);
	float: none;
	clear: both;
}
.shop .inner dl dd img {
	width: 12px;
	height: auto;
	margin-right: 2px;
}
.shop .inner dl dd img:last-child {
	margin-right: 8px;
}
.shop .inner+p {
	line-height: 140%;
	margin-top: 5px;
	max-width: 220px;
	font-size: 11px;
}

#contents .conditions {
	margin-top: 3%;
	margin-left: 2%;
	margin-right: 2%;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	border-radius: 4px;
	padding: 2%;
	border: 1px solid #c3c3c3;
	padding-bottom:0%;
	margin-bottom: 5%;
}
#contents .conditions dt {
	width: 22%;
    font-weight: bold;
    margin-bottom: 2%;
    font-size: 13px;
    min-height: 20px;
    line-height: 1.2;
    padding-top: 5px;
}
#contents .conditions dt+dd {
	width: 72%;
	margin-right: 2%;
	font-size: 15px;
    min-height: 20px;
    line-height: 1.2;
    padding-top: 5px;
}
#contents .conditions dd+dd {
	width: 25%;
	text-align: right;
    min-height: 20px;
	line-height: 29px;
}
#contents .result_text {
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
}
#noDataInfo {
    border: 1px solid #FF0000;
    padding: 5%;
    font-size: 14px;
    text-align: left;
    margin: 0 0 10px;
    color: #FF0000;
    clear: both;
    margin: 3%;
    line-height: 1.6;
}
#noDataInfo p {
    font-weight: bold;
}





}




/*===============================================
●画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){
/*===============================================
●sp
===============================================*/
#sp480------------------------------------------- {
}
}




/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp
===============================================*/
#sp320------------------------------------------- {
}

#contents .conditions dt {
    width: 26%;
    font-weight: bold;
    margin-bottom: 2%;
    font-size: 13px;
    min-height: 27px;
    line-height: 1.4;
    padding-top: 5px;
}
#contents .conditions dt+dd {
    width: 47%;
    margin-right: 2%;
    font-size: 14px;
    min-height: 27px;
	line-height: 1.4;
	padding-top: 5px;
}


}





/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tab
===============================================*/
#tab------------------------------------------- {
}

#noDataInfo {
    border: 1px solid #FF0000;
    padding: 20px;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 15px;
    color: #FF0000;
    clear: both;
}
#noDataInfo p {
    font-weight: bold;
}

}
