
* {
	margin: 0px;
	padding: 0px;
	color: #222222; 
}

a { 
	color: #222222; 
	text-decoration: none;
}

a:hover { 
	color: #000066; 
	text-decoration: underline;
}

.r { text-align: right; }
.c { text-align: center; }
.l { text-align: left; }

.cblue { color: #006AFF; }

figure {
	margin: 0px !important;
	padding: 0px !important;
}

.cfix::after,
header::after,
main::after,
footer::after {
	content: "";
	display: block;
	clear: both;
}

ul, ol {
	list-style-type: none;
}

body {
	font-weight: 300;
	font-family: 'Noto Sans JP', serif;
	font-size: 16px;
	text-align: center;
}

header {
	background: #EA6000;
	margin: 0px auto;
	position: relative;
}

header h1 a {
	display: block;
	width: 100%;
	height: 80px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

header nav {
	background: #FFFFFF;
}

main   {
	padding-bottom: 30px;
}

#idxbnr {
	max-width: 100%;
	height: auto;
}

h2 {
	font-weight: normal;
	color: #006AFF;
	padding-left: 10px;
}

h2.mgntop {
	margin-top: 30px;
	color: #EA6000;
}

h3 {
	margin: 10px 0px 5px 0px;
	padding-left: 5px;
	font-weight: normal;
}

.merchant h3 { color: #EA6000; }
.category h3 { color: #000000; }
.category h4 { color: #006AFF; margin-bottom: 7px; }


footer {
	background: #EA6000;
	
}

footer p {
	color: #FFFFFF;
	height: 70px;
	line-height: 70px;
}

footer #contact {
	background: #FFFFFF;
	padding: 10px 0px;
}

ul.mheader {
	margin-bottom: 20px;
}

ul.mheader li {
	display: inline-block;
	background: #006AFF;
}

ul.mheader li a {
	white-space: nowrap;
	color: #FFFFFF;
}

.category dl {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #006AFF;
}

.category dt { 
	background-image: url(https://minochancard.net/wp-content/themes/minochancard/image/NOIMAGE@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	text-indent: -9999px;
}

.inquiry input,
.inquiry button,
.inquiry textarea,
.inquiry select {
	padding: 7px;
	font-size: 16px;
}

.inquiry dl {
	text-align: center;
}

.inquiry dt {
	color: #006AFF;
	font-weight: 400;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEEEEE;
}

.inquiry dd {
	margin-bottom: 20px;
}

.inquiry input {
	text-align: center;
}
	
.inquiry textarea {
	text-align: left;
}

.inquiry blockquote {
	background: #F8F8F8;
	border: 1px solid #F2F2F2;
	border-radius: 9px 9px 9px 9px; -webkit-border-radius: 9px 9px 9px 9px; -moz-border-radius: 9px 9px 9px 9px; 
	width: 600px;
	margin: 0px auto;
	padding: 7px;
	text-align: left;
}

#topTopBtn {
	visibility: hidden;
	position: fixed;
	z-index: 99;
	color: transparent;
	background-image: url(https://minochancard.net/wp-content/themes/minochancard/image/totop.png); 
	background-position: center center;
	background-size: contain;
	border: 2px solid rgba(237, 155, 99, 1.00);
	border-padding: -3px;
	border-radius: 50%;
}

#topTopBtn:focus,
button:focus {
	outline: none;
}


#topTopBtn.show {
	animation: show .25s linear 0s;
}

#topTopBtn.hide {
	animation: hide .01s linear 0s;
}


/* ************************************************************************************************ */
@media all and (min-width: 800px) {
	.container {
		text-align: left;
		width: 800px;
		margin: 0px auto;
		padding: 30px 0px 10px 0px;
	}
	
	h2 {
		text-align: left;
		width: 800px;
		margin: 0px auto;
	}
	
	header h1 a {
		background-image: url(https://minochancard.net/wp-content/themes/minochancard/image/header_pc@2x.png);
	}
	
	header nav {
		padding: 10px;
	}
	
	header nav ul#main-nav li {
		display: inline;
		padding: 0px 0.75rem;
	}
	
	header nav ul#main-nav li#menu-item-93 {
		display: none;
	}
	
	footer #contact li {
		display: inline;
		padding: 0px 0.5rem;
	}
	
	#idxbnr {
		margin-bottom: 20px;
	}
	
	.index dl {
		width: 700px;
		margin: 0px 0 20px auto;
	}
	
	.index dt {
		clear: left;
		float: left;
		width: 100px;
		margin-top: 5px;
	}
	
	.index dd {
		float: left;
		width: calc(100% - 120px);
		margin-top: 5px;
		padding-left: 20px;
	}
	
	.merchant table {
		display: table;
		width: 100%;
		border: none;
		border-collapse: collapse;
	}
	
	.merchant table th:nth-of-type(1) { width: 35%; }
	.merchant table th:nth-of-type(2) { width: 47%; }
	.merchant table th:nth-of-type(3) { width: 18%; }
	
	.merchant table th,
	.merchant table td {
		vertical-align: top;
		padding: 0px;
		text-align: left;
		font-weight: 300;
	}
	
	.merchant table td {
		border-bottom: 1px solid #444444;
	}
	
	.merchant table th {
		background: #E6E6E6;
		font-weight: 400;
	}
	
	.merchant table th p,
	.merchant table td p {
		padding: 1px 5px;
	}
	
	.merchant dl {
		display: none;
	}
	
	ul.mheader li {
		padding: 3px 9px;
		margin: 5px 7px;
		border-radius: 9px 9px 9px 9px; -webkit-border-radius: 9px 9px 9px 9px; -moz-border-radius: 9px 9px 9px 9px; 
	}
	
	.category dt { 
		width: 300px;
		height: 200px;
		margin-right: 10px;
		float: left;
	}
	
	.category dd {
		width: calc(100% - 300px - 10px);
		float: left;
	}
	
	.inquiry input,
	.inquiry textarea {
		width: 600px;
	}
	
	.inquiry blockquote {
		background: #F8F8F8;
		text-align: left;
	}
	
	#topTopBtn {
		width: 60px;
		height: 60px;
		right: 20px;
		bottom: 20px;
		transition: background-color 0.25s;
	}
	
	#topTopBtn:hover	{
		border: 2px solid rgba(214, 23, 24, 1.00);
	}
	
	@keyframes show{
		from { opacity: 0; bottom:   0px; }
		to {   opacity: 1; bottom:  20px; }
	}
	
	@keyframes hide{
		from { opacity: 1; bottom:  20px; }
		to {   opacity: 0; bottom:   0px; }
	}
}

/* ************************************************************************************************ */

@media all and (max-width: 799px) {
	.container {
		text-align: left;
		padding: 10px 10px;
	}
	
	header nav {
		display: block;
		width: 100%;
		position: absolute;
		left: -100%;
		padding-bottom: 20px;
	}
	
	header nav ul#main-nav li {
		padding: 0.5rem 0px;
	}
	
	header nav ul#main-nav li#menu-item-93 {
		display: list-item;
	}
	
	header h1 a {
		background-image: url(https://minochancard.net/wp-content/themes/minochancard/image/header_mo@2x.png);
	}
	
	#idxbnr {
		margin: 20px auto;
	}
	
	h2 {
		text-align: left;
	}
	
	.index dl {
		margin: 0px 0px 20px 50px;
	}
	
	.index dt {
		clear: left;
		float: left;
		width: 100px;
		margin-top: 5px;
	}
	
	.index dd {
		float: left;
		width: calc(100% - 120px);
		margin-top: 5px;
		padding-left: 20px;
	}
	
	.merchant table {
		display: none;
	}
		
	.merchant dl {
		display: block;
	}
	
	.merchant dl dt {
		font-weight: 400;
	}
	
	.merchant dl dt,
	.merchant dl dd {
		padding: 1px 10px;
	}
	
	.merchant dl dd:nth-of-type(2n) {
		border-bottom: 1px solid #000000;
	}
	
	ul.mheader li {
		padding: 1px 6px;
		margin: 3px 4px;
		border-radius: 6px 6px 6px 6px; -webkit-border-radius: 6px 6px 6px 6px; -moz-border-radius: 6px 6px 6px 6px; 
	}
	
	.category dt { 
		width: 270px;
		height: 180px;
		margin: 0px auto 10px auto;
	}
	
	.inquiry input,
	.inquiry textarea {
		width: calc(100% - 30px);
	}
	
	#topTopBtn {
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
	
	@keyframes show{
		from { opacity: 0; bottom:   0px; }
		to {   opacity: 1; bottom:  10px; }
	}
	
	@keyframes hide{
		from { opacity: 1; bottom:  10px; }
		to {   opacity: 0; bottom:   0px; }
	}
}

