@charset "utf-8";
/* base
==================================== */
* {
	box-sizing: border-box;
}

body {
	background: #CCFF99;
	font-size: 16px;
	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

span.underline{
	display:inline-block;
	background:linear-gradient(transparent 50%,#ffff80 50%);
}

.pageTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

/* layout
==================================== */
#wrap {
	width: 100%;
	max-width: 480px;
	background: #fff;
}

/* header
------------------------------------ */
header h1 {
	padding: 5px;
	background: #009966;
	color: #fff;
	font-size: 90%;
}

header p {
	padding: 5px;
	font-size: 90%;
	font-weight:bold;
}

#h-area01 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 10px;
	padding: 0 1em;
}

#h-area01 #logo {
	width: 60%;
	margin-right: auto;
	order: 1;
}

#h-area01 dl {
	width: 69%;
	margin-top: 10px;
	color:  #009966;
	order: 3;
	font-size: 90%;
}

#h-icon01 {
	display: flex;
	width: 31%;
	margin-top: 10px;
	order: 4;
}

#h-icon01 li {
	padding: 0 10px;
}

#h-icon01 li img {
	width: 40px;
}

#gNavi {
	width: 100%;
	margin-top: 10px;
	order: 5;
}

#gNavi ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 480px;
}

#gNavi ul li {
	width: 33%;
	padding: 2px 5px;
}

#gNavi ul li a {
	display: block; 
	background: #096;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	border-radius: 10px;
}

#gNavi ul li:last-child a {
	background: #fb912b;
}

#gNavi ul li a i {
	padding-right: 0.2em;
}

#h-icon02 {
	display: flex;
	width: 25%;
	margin-right: 10px;
	order: 2;
}

#h-icon02 li {
	padding: 0 5px 0 0;
}

#h-icon02 #fb img {
	width: 50px;
}
#h-icon02 #tel {
	padding: 0 0 0 5px;
}
#h-icon02 #tel img {
	width: 50px;
}

/* main
------------------------------------ */
main {
	background: #fff;
}

/* sNavi
------------------------------------ */
#sNavi label {
	display: block;
	padding: 10px;
	background: #00cc66;
	color: #fff;
	text-align:right;
	font-size:1.4em;
	border: 1px solid #fff;
}

#sNavi .fa-bars{
	margin-left: .5em;
	font-size: 1.3em !important;
}

#sNavi input[type="checkbox"].on-off{
	display: none;
}

#sNavi {
	margin-top: 10px;

}

#sNavi .menu {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sNavi input[type="checkbox"].on-off + div{
	height: 0;
	overflow: hidden;
}

#sNavi input[type="checkbox"].on-off:checked + div{
	height: 2620px;
}

#sNavi .menu h2 {
	height:32px;
	margin: 0;
	padding: 7px 5px;
	background:#009966;
	color:#fff;
	font-weight: bold;
	font-size:15px;
}

#sNavi .menu h2.heading-red {
	background: #d71616;
}

#sNavi .menu ul{
	margin-bottom:1em;
	background:#fff;
	border-left: 5px solid #009966;
	border-bottom: 5px solid #009966;
	border-right: 5px solid #009966;
}

#sNavi .menu ul.list-red {
	border-left: 5px solid #d71616;
	border-bottom: 5px solid #d71616;
	border-right: 5px solid #d71616;
}

#sNavi .menu ul li:last-child a {
	border-bottom: none;
}

#sNavi .menu a {
	text-decoration: none;
}

#sNavi .menu ul a {
	position: relative;
	display: block;
	padding: 4px 0;
}

#sNavi .menu ul a::before,
#sNavi .menu ul a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #0000ee;
	border-radius: 4px;
}

#sNavi .menu ul a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sNavi .menu ul a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#sNavi .menu ul li a {
	border-bottom:1px solid #ccc;
}

#sNavi .menu ul li:hover a {
	background:#ccff99;
}

#sNavi .menu ul li a img {
	width: 36px;
	margin:.1em .5em;
	vertical-align: middle;
}

#sNavi .menu ul li a img.icon-new01 {
	width: 27px;
}

#sNavi .menu ul li a img.icon-emb01 {
	width: 70px;
}

#sNavi .menu ul a li .fa-chevron-right{
	font-size:1.5em;
	text-align: right;
}

/* contents
------------------------------------ */
#contents {
	margin: 0 20px;
}
.itemList01.item-sample_list li {
	display: flex;
	flex-direction: column;
	line-height: 1.6
}
.itemList01.item-sample_list h4 {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
.itemList01.item-sample_list .item_img {
	width: 100%;
}
.itemList01.item-sample_list .item_img a {
	display: block;
}
#contents .itemList01.item-sample_list p {
	font-size: 13px;
}
#contents #estimate table td {
	vertical-align: top;
}

/* page-armband */
.armband-bnr_list_l,
.armband-bnr_list_s {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px -10px 30px;
}
.armband-bnr_list_l li {
	max-width: 240px;
	width: calc(100% / 2);
    padding: 0 10px;
}
.armband-bnr_list_s li {
	width: calc(100% / 4);
    margin: 0 0px 20px;
    padding: 0 10px;
    text-align: center;
}

/* crest */
.crest-list {
	display: flex;
}
.crest-list.col-3 .crest-list_item {
	width: calc(100% / 3);
}
.crest-list.col-2 .crest-list_item {
	width: calc(100% / 2);
}
.crest-list_item .img {
	margin-bottom: 5px;
	text-align: center;
}
.crest-list_item p {
	text-align: center;
}



/* footer
------------------------------------ */
footer {
	padding: 10px;
	background: #009966;
	color: #fff;
	text-align: center;
	font-size: 90%;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	/* layout */
	#wrap {
		width: 100%;
		max-width: 768px;
	}
	
	/* header */
	#h-area01 #logo {
		max-width: 250px;
	}
	
	#h-icon02 {
		margin-right: 0;
	}
	
	#h-icon01 li:first-child,
	#h-icon02 li:first-child {
		margin-left: auto;
	}
	
	#gNavi ul {
		max-width: 768px;
	}
}

@media screen and (min-width: 769px) {
	/* layout */
	#wrap {
		width: 980px;
		max-width: 980px;
		margin: 0 auto;
	}
	
	/* header */
	#h-area01 {
		margin-top: 0px;
		padding: 0 10px;
	}
	
	#h-area01 #logo {
		width: 250px;
		margin: 20px auto 0 0;
		order: 1;
	}
	
	#h-area01 dl {
		width: auto;
		order: 2;
	}
	
	#h-icon01 {
		width: auto;
		order: 3;
	}
	
	#gNavi {
		width: 72%;
		order: 4;
	}
	
	#gNavi ul {
		flex-wrap: nowrap;
		max-width: inherit;
		font-size: 90%;
	}
	
	#gNavi ul li {
		width: 100%;
	}
	
	#h-icon02 {
		width: 28%;
		margin: 15px 0 0;
		order: 5;
	}
	
	#h-icon02 li {
		padding: 0 10px;
	}
	
	#h-icon02 #fb {
		padding-left: 10px;
	}
	
	#h-icon02 #fb img {
		width: 25px;
	}
	
	#h-icon02 .cashless img {
		width: 35px;
	}
	
	#h-icon02 #tel a:link,
	#h-icon02 #tel a:hover,
	#h-icon02 #tel a:visited {
		padding-left: 5px;
		font-size: 130%;
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}

	#h-icon02 #tel img {
		width: 30px;
		margin-right: 5px;
	}
	
	/* main */
	main {
		display: flex;
		padding: 0 20px;
	}
	
	/* sNavi */
	#sNavi {
		width: 200px;
		margin-top: 20px;
		font-size: 13px;
	}
	
	#sNavi label {
		display: none;
	}
	
	#sNavi input[type="checkbox"].on-off + div{
		height: auto;
		overflow: auto;
	}
	
	#sNavi input[type="checkbox"].on-off:checked + div{
		height: auto;
	}
	
	#sNavi .menu {
		background: #fff;
	}
	
	#sNavi .menu ul a::before,
	#sNavi .menu ul a::after {
		display: none;
	}
	
	#sNavi .menu h2 {
		border-radius: 5px 5px 0 0;
	}
	
	#sNavi .menu ul {
		border-radius: 0 0 5px 5px;
	}
	
	/* icon-row02 */
	.clear-row02 {
		overflow: hidden;
	}
	
	.row02 {
		float: left;
	}
	
	/* contents */
	#contents {
		width: 685px;
		margin: 20px auto;
	}

}

@media screen and (max-width: 768px) {
/* contents
------------------------------------ */
/* page-armband */
.armband-bnr_list_s li {
	width: calc(100% / 2);
}

.itemList01.item-sample_list li {
	width: 25%;
}
.itemList01.item-sample_list h4 {
	font-size: 12px;
}
.itemList01.item-sample_list .item_img {
	min-height: 80px;
}
#contents .itemList01.item-sample_list p {
	font-size: 12px;
}
}