@charset "utf-8";

#app-special-edit{
	position:relative;
	padding-bottom: 0px;
	text-align: center;
}
#app-bg #app-content {
	background: rgba(0,0,0,0) !important;
	box-shadow:none;
}
@media ( min-width : 750px ) {
	#app-content {
		width: 750px;
	}
}
@media ( min-width : 750px ) {
	a:hover{
		opacity: .8;
	}
}

/*  Common
====================================*/
.cont-mt-4 {margin-top: 4px}
.cont-mt-10 {margin-top: 10px}
.cont-mt-12 {margin-top: 12px}
.cont-mt-16 {margin-top: 16px}
.cont-mt-20 {margin-top: 20px}
.cont-mt-22 {margin-top: 22px}
.cont-mt-30 {margin-top: 30px}
.cont-mt-36 {margin-top: 36px}
.cont-mt-40 {margin-top: 40px}
.cont-mt-60 {margin-top: 60px}

.cont-mb-30 {margin-bottom: 30px}
.cont-mb-60 {margin-bottom: 60px}

.cont-pb-40 {padding-bottom: 40px}
.cont-pb-44 {padding-bottom: 44px}

/*  header
---------------------------------------------- */
header .header-menu {
	text-align: center;
	font-size: 0;
}
header .header-menu li {
	display: inline-block;
	width: 218px;
}
header .header-menu li:not(:first-child) {
	margin-left: 8px;
}

/*  special
---------------------------------------------- */
.special .card {
	height: 558px;
	background: url(https://c-image.asfes.jp/zR4gfSJw/36/sp65/cont_special_card.png?20250704112715) center center no-repeat;
	background-size: 670px 558px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*  goods
---------------------------------------------- */
.goods .main,
.goods .new{
	background: url(https://c-image.asfes.jp/zR4gfSJw/36/sp65/cont_line.png?20250704112715) center bottom no-repeat;
	background-size: 670px 3px;
}

/*  about
---------------------------------------------- */
.about dl.summary{
	height: 235px;
	background: url(https://c-image.asfes.jp/zR4gfSJw/36/sp65/cont_about_summary.png?20250704112715) center center no-repeat;
	background-size: 646px 235px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.about .gmap {
	margin-left: auto;
	margin-right: auto;
	width: 670px;
	height: 380px;
	padding: 0;
}
.about .gmap iframe{
	width: 100%;
	height: 380px;
}

/*  attention
---------------------------------------------- */
.attention {
	font-size: 18px;
	color: #615466;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (min-width: 640px) and (max-width: 960px) {
	.attention {
		font-size: 22px;
		font-weight: bold;
	}
}
.attention .emphasis{
	color: #ff52af;
}
.attention > ul > li {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 670px;
	border-width: 6px 2px;
	border-style: solid;
	border-color: #515361;
	border-radius: 12px;
	background-color: rgba(255,255,255,0.6);
}
.attention > ul > li > h3 img {
	width: 100%;
}
.attention > ul > li > ul {
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 1em;
	word-wrap: break-word;
}
.attention > ul > li > ul li {
	text-indent: -1em;
	margin: 0 0 6px;
}

/*  btn-page-top（SP用に上書く部分）
---------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (max-width: 767px) {
	.btn-page-top {
		right: 40px;
		bottom: 40px;
		width: 88px;
		height: 88px;
	}
	.btn-page-top span{
		width: 88px;
		height: 88px;
		border-radius: 10px;
	}
	.btn-page-top span:before {
		border: 30px transparent solid;
		border-top-width: 0;
		border-bottom-color: #fff;
		top: 12px;
		left: 14px;
		transform: scaleX(0.8);
		-transform: scaleX(0.8);
	}
	.btn-page-top span:after {
		height: 30px;
		width: 20px;
		top: 42px;
		left: 34px;
	}
}

/*  gb-footer（SP用に上書く部分）
---------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (max-width: 767px) {
	#gb-footer ul li {
		height: 80px;
		border-bottom: 2px solid rgba(255,255,255,0.3);
		font-size: 28px;
	}
	#gb-footer ul li:after{
		width: 20px;
		height: 20px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 40px;
		top: 50%;
		margin-top: -12px;
	}
	#gb-footer ul li a{
	display:block;
	line-height:80px;
	padding-left:40px;
	}
	#gb-footer #copyright {
		text-align: center;
		padding: 40px 0;
		font-size: 24px;
	}
	#gb-footer #copyright #company {
		padding-top: 4px;
	}
	#gb-footer #copyright #powered {
		margin-top: 10px;
		font-size: 20px;
	}
	.tool-tip-content {
		width: 400px;
		margin: 0 0 0 -200px;
		padding: 10px 10px 10px 30px;
		font-size: 24px;
	}
	.tool-tip-content:after {
		margin: 0 0 0 -8px;
		bottom: -16px;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-top: 16px solid #fef7e0;
	}
}
