@charset "UTF-8";

a:hover img {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#shoparea {
	box-sizing: border-box;
	width: 100%;
	max-width: 920px;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	text-align: left;
	padding: 0 10px 170px 10px;
	margin: 0 auto;
}

#shoparea a,
#shoparea a:visited {
	color: #007b3a;
	text-decoration: underline;
}

#shoparea a:hover {
	color: #F00;
	text-decoration: none;
}

@media screen and ( max-width:825px ) {
#shoparea {
	padding-bottom: 50px;
}
}

/*===================================================
見出し
===================================================*/
h3 {
	box-sizing: border-box;
    width: 100%;
    border-bottom: 3px solid #007b3a;
    padding: 0 10px;
    margin: 30px 0 15px 0;
}
h3 span {
    display: block;
    width: 185px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0 0 1px #fff;
    text-align: center;
    background-color: #007b3a;
    border-radius: 7px 7px 0 0;
    padding: 10px 0 7px 0;
    margin: 0 auto 0 0;
}

#top_info {
	font-size: 20px;
	line-height: 1;
	color: #f03f00;
	font-weight: bold;
	margin-bottom: 5px;
}

#top_info_kome {
	font-size: 15px;
	line-height: 1.3;
	color: #555;
	list-style: none;
	margin: 0 0 15px 1em;
}
#top_info_kome li {
	text-indent: -1em;
}

@media screen and ( max-width:825px ) {
#top_info {
	font-size: 16px;
	line-height: 1.3;
}

#top_info_kome {
	font-size: 13px;
}
}

/*===================================================
パンナビ
===================================================*/
#pankuzu {
	padding: 0;
}


/*===================================================
サービス・施設
===================================================*/
#service_box {
	width: 900px;
}

.icon_list {
	box-sizing: border-box;
	width: 100%;
	max-width: 900px;
	padding: 0 10px;
	margin-bottom: 50px;
}

.icon_list a,
.icon_list a:visited,
.icon_list a:hover {
	color: #f03f00 !important;
	text-decoration: underline;
}
.icon_list a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

.icon_list img {
	width: 100%;
}

/*共通パーツ*/
#dm_icon dd p,
.sa_icon dd p,
#ginren dd p,
#qr_icon dd p,
#scan_and_go dd p {
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	color: #666;
}

#dm_icon dd p b,
.sa_icon dd p b,
#ginren dd p b,
#qr_icon dd p b,
#scan_and_go dd p b {
	display: block;
	font-size: 15px;
	line-height: 1;
	color: #f03f00;
	margin-bottom: 5px;
}

#dm_icon dd p span,
.sa_icon dd p span,
#ginren dd p span,
#qr_icon dd p span {
	font-size: 11px;
}

@media screen and ( max-width:825px ) {
#dm_icon dd p b,
.icon_solo dd p b,
#qr_icon dd p b,
#scan_and_go dd p b {
	line-height: 1.3 !important;
}
}

/*電子マネー*/
#dm_icon,
#dm_icon > dt > ul {
  display: flex;
}

#dm_icon > dt {
	width: 264px;
}

#dm_icon > dt > ul > li {
	width: 70px;
	height: 70px;
	list-style: none;
  overflow: hidden;
}
#dm_icon > dt > ul > li:nth-of-type(2) {
	width: 50px;
}
#dm_icon > dt > ul > li:last-of-type {
	width: 144px;
}

#dm_icon > dt > ul > li img {
	width: 100%;
}
#dm_icon > dt > ul > li:nth-of-type(2) img {
	width: 70px;
  margin-left: -10px;
}

#dm_icon > dd {
  margin-left: 5px;
}

#dm_icon > dd b br {
	display: none;
}

@media screen and ( max-width:825px ) {
#dm_icon {
  display: block;
}

#dm_icon > dt {
	margin: 0 auto 5px auto;
}
#dm_icon > dd {
	margin-left: 0;
}
}

@media screen and ( max-width:500px ) {
#dm_icon > dd b br {
	display: block;
}
}

/*提供サービス*/
.sa_icon,
#ginren {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.sa_icon > ul > li {
	box-sizing: border-box;
	float: right;
	width: 50%;
	padding-left: 15px;
	list-style: none;
}
.sa_icon > ul > li:first-child {
	float: left;
	padding: 0 15px 0 0;
}

.sa_icon dt {
	float: left;
	width: 70px;
	height: 80px;
}

.sa_icon dd {
	margin-left: 70px;
}

#ginren dt {
	float: left;
	width: 130px;
}

#ginren dd {
	margin-left: 140px;
}

.sa_icon dd ul.kome {
	font-size: 11px;
	line-height: 1.3;
	margin-left: 1em;
}
.sa_icon dd ul.kome li {
	text-indent: -1em;
	margin-top: 3px;
}

@media screen and ( max-width:825px ) {
.sa_icon > ul > li {
	box-sizing: border-box;
	float: none !important;
	width: 100%;
	padding: 0;
}
.sa_icon > ul > li:first-child {
	border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
}

/* アイコン一つ表示 */
.icon_solo {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
}

.icon_solo dt {
	float: left;
	width: 70px;
}

.icon_solo dd {
	margin-left: 80px;
}

.icon_solo dd p {
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
	color: #666;
}

.icon_solo dd p b {
	display: block;
	font-size: 15px;
	line-height: 1;
	color: #f03f00;
	margin-bottom: 5px;
}

.icon_solo dd p span {
	display: inline-block;
	line-height: 1;
	border: 2px solid #999;
	padding: 5px;
	margin-top: 5px;
}

/*QRコード決済*/
#qr_icon {
  display: flex;
  flex-wrap: wrap;
}

#qr_icon dt {
  width: 290px;
}

#qr_icon dt > ul {
  display: flex;
  flex-wrap: wrap;
}

#qr_icon dt > ul > li {
  width: 130px;
	height: 70px;
  text-align: center;
	margin-right: 15px;
}
#qr_icon dt > ul > li:nth-last-of-type(-n+2) {
	margin-top: 5px;
}
#qr_icon dt > ul > li img {
	width: auto;
	height: 70px;
}

#qr_icon dd {
  position: relative;
}

@media screen and ( min-width:826px ) {
#qr_icon dd b br {
	display: none;
}
}

@media screen and ( min-width:671px ) {
#qr_icon dd > p {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
}

@media screen and ( max-width:670px ) {
#qr_icon dt {
  width: 280px;
	margin: 0 auto 5px auto;
}

#qr_icon dt li:nth-of-type(odd) {
	margin-right: 20px;
}
#qr_icon dt li:nth-of-type(even) {
	margin-right: 0;
}

#qr_icon dd {
  width: 100%;
}
}

/*スキャン＆ゴー*/
#scan_and_go {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#scan_and_go dt {
  width: 300px;
  margin-right: 15px;
}
#scan_and_go dt img {
  width: 100%;
}

@media screen and ( max-width:670px ) {
#scan_and_go dt {
  width: 90%;
  max-width: 300px;
	margin: 0 auto 10px auto;
}

#scan_and_go dd {
  width: 100%;
}
}
	

/*===================================================
ページトップ
===================================================*/
.totop {
	width: 880px;
	text-align: right;
	font-size: 11px;
	line-height: 1;
	margin: 0 auto 50px auto;
}

.totop a {
	background: url(/cam/images/sankaku.gif) right center no-repeat;
	padding-right: 10px;
}