@charset "utf-8";
div.attention {
	position: relative;
	border: 2px solid #c00;
	text-align: center;
	margin :10px 0 0;
	padding: 10px 0;
	font-size: 16px;
}
div.attention * {
	font-size: 16px;
}
div.attention:before {
	content: "\f071";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #c00;
	position: absolute;
	line-height: 1em;
	left: 10px;
	top: calc(50% - 0.5em);
}

.linkButton {
	padding-top: 16px;
	padding-bottom: 16px;
}

small { font-size: 80%; }

.strong {
	display: inline-block;
	padding: 4px 16px 4px 20px;
	background: #c00;
	color: #fff;
	border-radius: 4px;
	margin-left: 10px;
	font-weight: bold;
	letter-spacing: 4px;
	box-shadow: 0 0 0px 1px #fff;

}

ol.upper-alpha {
	margin-left: 20px;
}
ol.upper-alpha li {
	background: none;
	list-style-type: upper-alpha;
}


/*画像・サムネイル*/
.image {
	padding: 2px;
	border: 1px solid #d6cdcf;
	margin-right: 3px;
	display: block;
	float: left;
	margin-right: 8px;
}
body.mobile .image {
	max-width: 98%;
	float: none;
	margin-bottom: 1em;
}
a:hover .image {
	border: 1px solid #EF4369;
}

@media screen and (max-width: 480px) {
	.image {
		float: none;
		margin: 0 auto 5px;
	}
}


a.image:hover {
	border-color: #D26FAA;
}



/**回り込み解除*/
section ,
.detail ,
.detail ul {
	_zoom: 1;
	overflow: hidden;
}


.detail ul {
	margin-bottom: 5px;
}




/*見出し*/
.catch {
	border: 4px solid #c2782a;
	padding: 0 0 10px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 5px #500 inset, 0 25px 20px -25px #5008;

	background-image: linear-gradient(
	-45deg,
	#c2782a08 25%,
	#fff 25%,
	#fff 50%,
	#c2782a08 50%,
	#c2782a08 75%,
	#fff 75%,
	#fff
);
background-size: 45px 45px;
}
.catch h1 {
	margin : 0 0 20px;
	padding: 30px 0;
	color: #fff;
	background: #c2782acc;
	text-align: center;
	text-shadow: 0 1px 2px #500;
}
.catch h1 ,
.catch h1 * {
	font-family: "GenShinGothic-P", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
    font-weight: normal;
    font-size: 16pt;
    line-height: 1.4;
}
.catch p {
	margin: 0 10px 10px;
	font-family: "GenShinGothic-P", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 130%;
	line-height: 1.7;
	color: #544;
}
body:not(.mobile) .catch p {
	text-align: center;
}

#localNaviRight li a {
	background-color: #004daa;
}

h2 img {
	margin-top: 4px;
}

h3.new:before {
	content: "\65B0\4F5C";
	display: block;
	float: left;
	padding: 5px;
	font-size: 70%;
	font-weight: bold;
	line-height: 1;
	border-radius: 3px;
	background: #fff;
	color:#333;
	margin-top: 2px;
	margin-right: 1em;
}

body:not(.mobile) .areaContent h3 {
	text-align: left;
	padding: 0 0 0 1.5em;

	display: grid;
    grid-template-columns: auto 170px;
}
body:not(.mobile) .areaContent h3 span.name {
	font-size: 14pt;
	padding: 4px 0;
}

body:not(.mobile) h3 span.title {
	margin-right: 0.5rem;
	margin-left: -0.5rem;
	font-weight: bold;
}
body:not(.mobile) h3 span.price {
	position: relative;
	background: rgba(255,255,255,0.15);
	font-size: 12pt;
	line-height: 21pt;
}
body:not(.mobile) h3 span.price span.bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: initial;
	text-align: center;
	padding-bottom: 3px;
	padding-left: 1em;
}


body.mobile h3 span.price {
	display: block;
	background: rgba(255,255,255,0.15);
	margin-top: 0.5em;

}

h2 img ,
h3 img {
	margin-left: 5px;
}

h4 strong {
	background: #b383a4;
	color: #fff;
	padding: 0 8px;
	margin-right: 8px;
}


h5 {
	margin: 25px 0 10px;
	padding: 4px 0 2px 10px;
	border-left: 5px solid #000;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1;
}

h6 {
	background: #ddd;
	margin-top: 2em;
	padding: 5px;
}

table {
	width: calc(100% - 20px);
	margin: 5px 10px;
	box-sizing: border-box;
}

table thead {
	border-bottom: 1px solid #333;
}
table th {
	text-align: right;
}
table th,
table td {
	padding: 3px 5px;
}
tbody tr:nth-child(odd) {
	background-color: #f4f4f4;
}



body:not(.mobile) .split {
	width: calc(100% + 20px);
	margin-right: -20px;
	overflow: hidden;
}
body.mobile .split {
	width: calc(100% + 2px);
	margin-right: -2px;
	overflow: hidden;
}

.split .unit {
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
}
body.mobile .unit {
	margin-right: 2px;
}

.split .unit .image {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
body:not(.mobile) .split.col2 .unit { width: calc(50% - 20px); }
body:not(.mobile) .split.col3 .unit { width: calc(33.33% - 20px); }
body:not(.mobile) .split.col4 .unit { width: calc(25% - 20px); }

body.mobile .split.col2 .unit { width: calc(50% - 2px); }
body.mobile .split.col3 .unit { width: calc(33.33% - 2px); }
body.mobile .split.col4 .unit { width: calc(25% - 2px); }



/*[EOF]*/
