* {
	margin: 0px;
	padding: 0px;
	float:none;
	position:static;
}
img {
	max-width:100%;
	height:auto;
}
body {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#all {
	display:block;
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
@media screen and (max-width:600px) {
#all {
	display:block;
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
}

/*-- コンテンツ全体 --*/
#contents {
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: center;
	display:grid;
	grid-template-columns:590px 210px;
	grid-template-rows:60px 40px minmax(400px,auto);
}
@media screen and (max-width:600px) {
#contents {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	display:grid;
	grid-template-columns:1fr;
	grid-template-rows:20px 20px minmax(300px,auto);
	position:relative;
	z-index:10;
}
}
@media(min-width:600px) {
#contents {
	grid-template-columns:repeat(auto-fill,minmax(600px, 1fr));
}
}

.none {
	font-size: 0px;
	line-height: 0px;
}
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
table {
	margin: 0px;
	padding: 0px;
	border: none;
}
@media screen and (max-width:600px) {
table {
	width:inherit;
	margin: 0px;
	padding: 0px;
	border: none;
}
}
td {
	vertical-align: top;
}
form {
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.coment {
	font-size:14px;
}
.tblcenter {
	margin-right: auto;
	margin-left: auto;
}
.f-left {
	float: left;
}
@media screen and (max-width:600px) {
.f-left {
	margin:0;
	
}
}
#info ol li {
}

.f-right {
	float: right;
}
.path {
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	/* background-image: url(./style.css); */
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
	color: #6B6952;
	text-align: left;
	clear: both;
}

.pagetop {
	font-size: 10px;
	margin: 7px 0px 5px;
	padding: 0px 15px 0px 10px;
	float: right;
	text-align: right;
	background-image: url(../images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.pagetop a:link,.pagetop a:visited,.pagetop a:hover {
	color: #0066FF;
	text-decoration: none;
}
@media screen and (max-width:600px) {
.pagetop {
	display:none;
}
}
.listmenu {
	list-style-type: none;
	text-align: left;
	margin: 0px 0px 13px;
	padding: 0px;
	/* background-image: url(./style.css); */
	background-repeat: no-repeat;
	background-position: left top;
}
.listmenu li {
	background-image: url(../images/menu-li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	text-indent: 25px;
	padding: 0px;
}
.listmenu li.under {
	background-image: url(../images/menu-liunder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 25px;
	margin: 0px;
	text-indent: 25px;
	padding: 0px;
}
.p-red {
	font-weight: bold;
	color: #DB0000;
}
.p-blue {
	color: #06F;
}
.p-black {
	color: #6C6C6C;
}
p.copy {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 11px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.small{
	font-size: 11px;
	line-height: 14px;
}
ul.listfoot {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	color: #999999;
	font-size: 11px;
	line-height: 25px;
}
.listfoot li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.listfoot li a {
	margin-right: 7px;
	margin-left: 7px;
}
.listfoot li a.nospace {
	margin-right: 7px;
	margin-left: 3px;
}

ul.listfoot02 {
	margin: 0px 0px 0px 82px;
	padding: 0px;
	color: #999999;
	font-size: 11px;
	line-height: 25px;
}
.listfoot02 li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.listfoot02 li a {
	margin-right: 7px;
	margin-left: 7px;
}
.listfoot02 li a.nospace {
	margin-right: 7px;
	margin-left: 3px;
}


.pink {
	color: #FF3333;
}
.tblcompany {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
	width: 515px;
	margin: 0px;
	padding: 0px;
}
.tblcompany th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #666666;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	background: #F4F9F2;
}
.tblcompany td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #666666;
	padding: 5px;
	margin: 0px;
	line-height: 120%;
	font-size: 12px;
}
.tblcompany02 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
	margin: 8px 0px 0px;
	padding: 0px;
}
.tblcompany02 th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #666666;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	background: #F3F9F2;
}
.tblcompany02 td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #666666;
	padding: 5px;
	margin: 0px;
	line-height: 120%;
	font-size: 12px;
	text-align: right;
}
.tblcompany03 {
	border-collapse: collapse;
	margin: 8px 0px 0px;
	padding: 0px;
}
.tblcompany03 th {
	border-bottom: 1px dotted #999999;
	color: #666666;
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
}
.tblcompany03 td {
	border-bottom: 1px dotted #999999;
	color: #666666;
	padding: 5px;
	margin: 0px;
	line-height: 120%;
	font-size: 12px;
}
.tblcompany04 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.tblcompany04 th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #666666;
	background: #F3F9F2;
}
.tblcompany04 th p {
	padding: 5px;
	margin: 0px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.tblcompany04 td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #666666;
}
.tblcompany04 td p {
	padding: 5px;
	margin: 0px;
	line-height: 120%;
	font-size: 12px;
}
.submit em {
	color: #d97c2e;
	font-size: 12px;
}
.vm {
	vertical-align: middle;
}
.backg {
	background: url(../images/backg.gif) no-repeat;
	line-height: 20px;
	border: 1px solid #D0D6D6;
	padding-left: 18px;
	margin-top: 18px;
}

/*-- スペース設定 --*/
.m-top5 {
	margin-top: 5px;
}
.m-top10 {
	margin-top: 10px;
}
.m-top15 {
	margin-top: 15px;
}
.m-top20 {
	margin-top: 20px;
}
.m-bottom5 {
	margin-bottom: 5px;
}
.m-bottom10 {
	margin-bottom: 10px;
}
.m-bottom20 {
	margin-bottom: 20px;
}
.right9-m {
	margin-right: 11px;
}
.under5-m {
	padding-bottom: 5px;
}
.under10-m {
	padding-bottom: 10px;
}
.right13-m {
	margin-right: 13px;
}
@media screen and (max-width:600px) {
	.right13-m {
	margin-right: 0;
}
}
.w545under15-m {
	margin-bottom: 15px;
	width: 545px;
}
.l14r14-m {
	margin-right: 14px;
	margin-left: 14px;
}
.left14-m {
	margin-left: 14px;
}
@media screen and (max-width:600px) {
.l14r14-m {
	width:inherit;
	margin-right: 0;
	margin-left: 0;
	
}
}
/*-- リンク指定 --*/
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0033cc;
	text-decoration: none;
}

@media screen and (max-width:600px) {
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
}

/*-- サイトマップ --*/
div.sitemap {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	text-align: left;
}
.sitemap ul ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	background-image: url(../images/s-dot3.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 0px;
}
.sitemap ul li {
	background-image: url(../images/s-dot.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}
.sitemap ul li.s-close {
	background-image: url(../images/s-dot2.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.sitemap ul li.s-close2 {
	background-image: url(../images/s-dot4.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
.sitemap ul li.s-close3 {
	background-image: url(../images/s-dot5.gif);
}
.sitemap ul li.s-close4 {
	background-image: url(../images/s-dot4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
/*-- info・会社概要 --*/
#info ,#info02 ,#info03{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 11px;
	box-sizing:border-box;
	
}
#info h2 ,#info03 h2 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 20px 0px 10px;
	padding: 1px 0px 0px 10px;
	background: url(../images/h2bg.gif) no-repeat;
	line-height: 18px;
}
#info h3 {
	font-size: 12px;
	color: #68B053;
	margin: 20px 0px 10px;
	padding: 0px 0px 0px 10px;
	background: url(../images/h3bg.gif) no-repeat;
	line-height: 22px;
}
#info h4 {
	font-size:3em;
	font-weight:bold;
	color:#039;
}
#info h5 {
	font-size:2.5em;
	font-weight:700;
	color:#039;
}
#info h6 {
	font-size:2em;
	font-weight:400;
	color:#039;
}
#main .index h3 {
	font-size: 12px;
	color: #68B053;
	margin: 20px 0px 10px;
	padding: 0px 0px 0px 10px;
	background: url(../images/h3bg.gif) no-repeat;
	line-height: 22px;
}
#info02 h2 ,#info03 h3 {
	background: url(../images/gtitle.gif) no-repeat;
	margin-bottom: 5px;
	line-height: 18px;
	padding: 0px;
}
#info02 h2 a ,#info03 h3 a {
	padding-top: 4px;
	padding-left: 10px;
	height: 19px;
	display: block;
	width: 150px;
}
#info02 h2 a:hover {
	color:#F60;	
}
#info02 h3 {
	font-size: 12px;
	color: #68B053;
	margin: 20px 0px 10px;
	padding: 0px 0px 0px 10px;
	background: url(../images/h3bg.gif) no-repeat;
	line-height: 22px;
}

#info .comtd ,#info02 .comtd ,#info03 .comtd {
	padding:0;
	border-top: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
#info .comtd td ,#info02 .comtd td ,#info03 .comtd td {
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	text-align:center;
}
#info .comtd th ,#info02 .comtd th ,#info03 .comtd th {
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	background: #EFF0F0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}
.scroll_table {
	width:517px;
	overflow-x: scroll;
	margin:0 auto;
	margin-left:0;
}
#info .comtd2 {
	padding:0;
	border-top: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
#info .comtd2 td {
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	text-align:center;
}
#info .comtd2 th {
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	background: #EFF0F0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}
#info .topics p {
	font-size:1.5em;
}
#info .topics h3 {
	width:90%;
	background-image:none;
	font-size:2em;
	font-weight:bold;
	color:#003366;
	border-top:solid 2px #003366;
	
	padding:0.4em 0.5em 0.1em 0;
	height:2em;
	
}
	


@media screen and (max-width:600px) {

#info ,#info02 ,#info03{
	width:inherit;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 1em;
}
#info h2 ,#info03 h2 {
	font-size: 1.5em;
	color: #FFF;
	background:#31AFEC;
	margin: 20px 0px 10px;
	padding:0.4em 0.1em 0.1em 1em;
	height: 2em;
}
#info h3 {
	width:90%;
	background-image:none;
	font-size:2em;
	font-weight:bold;
	color:#003366;
	border-top:solid 2px #003366;
	margin:1em 2% 0.5em 2%;
	padding:0.4em .1em 0.1em 1em;
	height:2em;
}
#info h4 {
	font-size:2.5em;
	font-weight:bold;
	color:#039;
}
#info h5 {
	font-size:2em;
	font-weight:700;
	color:#039;
}
#info h6 {
	font-size:1.5em;
	font-weight:400;
	color:#039;
}

#main .index h3 {
	width:90%;
	background-image:none;
	font-size:2em;
	font-weight:bold;
	color:#003366;
	border-top:solid 2px #003366;
	margin:1em 2% 0.5em 2%;
	padding:0.4em .1em 0.1em 1em;
	height:2em;
}
#info02 h2 ,#info03 h3 {
	background: url(../images/gtitle.gif) no-repeat;
	margin-bottom: 5px;
	line-height: 18px;
	padding: 0px;
}
#info02 h2 a ,#info03 h3 a {
	padding-top: 4px;
	padding-left: 10px;
	height: 19px;
	display: block;
	width: 150px;
}
#info02 h3 {
	width:90%;
	background-image:none;
	font-size:2em;
	font-weight:bold;
	color:#003366;
	border-top:solid 2px #003366;
	margin:1em 2% 0.5em 2%;
	padding:0.4em .1em 0.1em 1em;
	height:2em;
}
.scroll_table {
	width:375px;
	overflow-x:scroll;
	margin:0 auto;
}

.comtd {
	margin-top:10px;
	max-width:inherit;
	margin:0 auto;
}
.comtd,
.comtd td,
.comtd th {
	border:1px solid #C6C6C6;
	border-collapse:collapse;
	text-align:center;
	font-size:1.3em;
}
.comtd th {
	background-color:#eff0f0;
	padding:4px 12px;
	white-space:nowrap;
}
.comtd td {
	background-color:#fff;
	padding:4px 12px;
	white-space:nowrap;
	text-align:center;
}
#info .comtd2 {
	margin-top:10px;
	max-width:inherit;
	margin:0 auto;
	table-layout:fixed
}
#info .comtd2 th {
	background-color:#eff0f0;
	padding:4px 12px;
}
#info .comtd2 td {
	background-color:#fff;
	padding:4px 12px;
	text-align:left;
	overflow-wrap:break-word;
	
}

#info .topics h3 {
	width:90%;
	background-image:none;
	font-size:2em;
	font-weight:bold;
	color:#003366;
	border-top:solid 2px #003366;
	margin:1em 2% 0.5em 2%;
	padding:0.4em 0.5em 0.1em 1em;
	height:2em;
}
	
	
}



/*-- 問い合わせフォームの設定 --*/
.tblinquiry {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
.tblinquiry th {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	color: #666666;
	padding: 5px;
	margin: 0px;
	background-color: #eff7fb;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	width: 120px;
}
.tblinquiry td {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	color: #000000;
	padding: 5px;
	margin: 0px;
	line-height: 120%;
	font-size: 12px;
}

/*-- faq --*/
.listfaq {
	margin: 0px;
	padding: 0px;
}
.listfaq dt {
	margin: 10px 0px 5px;
	padding: 4px 0px 0px 20px;
	font-weight: bold;
	color: #003366;
	background-image: url(../images/icon_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 1.4em;
}
.listfaq dd {
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 20px;
	color: #333333;
	background-image: url(../images/icon_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 1.4em;
}
/*-- カテゴリリンク --*/
.category {
	padding: 0px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 18px;
}
.category ul {
	display: inline;
	padding: 0px 0px 5px;
	margin: 0px;
}
.category li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.category li a {
	margin: 0px 8px;
	padding: 0px;
}
/*-- タイトル --*/
h1 {
	font-size: 1em;
	color: #666666;
	line-height: 18px;
	background-image: none;
	background-repeat: no-repeat;
	letter-spacing: -1px;
	width: 600px;
	position: absolute;
	top: 5px;
}
@media screen and (max-width:600px) {
h1{
		width:inherit;
		font-size:2em;
		font-weight:700;
		color:#039;
		position:relative;
}
}
h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#main .index h2 {
	font-size: 8px;
	color: #6c6857;
	margin: 15px 0px;
	padding: 0px;
}

/*-- 段落・リスト設定 --*/

.arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	font-size: 11px;
	line-height: 14px;
}
.arrow2 {
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 12px;
	line-height: 14px;
}
.arrow3 {
	/* background-image: url(./style.css); */
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 12px;
	line-height: 14px;
}
#info ol {
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin: 20px 0px 15px 30px;
	list-style: outside;
}
#info ol li{
	line-height: 14px;
	margin-bottom: 15px;
}
#info ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
#info ul li{
	line-height: 18px;
}
#info02 .gbox ,#info03 .gbox {
	width: 247px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #DBDBDB;
}
#info02 .gbox p ,#info03 .gbox p {
	line-height: 16px;
}
#info02 .boder-blue img ,#info03 .boder-blue img {
	border: 1px solid #3FC0FF;
}
#info .goodsbox {
	margin-top: 20px;
	border: 1px solid #C6C6C6;
	margin-bottom: 16px;
}
#info .goodsbox th {
	background: #EFF0F0;
	padding: 10px 11px 10px 8px;
	text-align: left;
	vertical-align: top;
}
#info .goodsbox td {
	padding-left: 10px;
}
#info .goodsbox h2 {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	/* background: url(./style.css); */
}
#info .goodsbox td p {
	padding-right: 11px;
	padding-left: 3px;
}
#info .goodsbox td a {
	font-size:1.5em;
	font-weight:400;
	color:#309;
}
#info .goodsbox td img {
	margin-top: 12px;
	margin-bottom: 7px;
}
#info .goodsbox2 {
	max-width:500px;
	margin-top:10px;
	margin:0 auto;
	table-layout:fixed;
	width:100%;
}
#info .goodsbox2 th {
	color:#F63;
	border-collapse:collapse;
	text-align:center;
	font-size:1.3em;
	white-space:nowrap;
	width:160px;
}
#info .goodsbox2 td {
	white-space:nowrap;
	text-align:center;
	width:160px;
}
#info .goodsbox3 {
	width:inherit;
	margin:0 auto;
	table-layout:fixed;
	margin-top:1rem;
	margin-bottom:1rem;
	margin-left:0;
	text-align:center;
}
#info .goodsbox3 th {
	width:inherit;
	text-align:center;	
}
#info .goodsbox3 th img {
	width:60%;
}
#info .goodsbox3 td {
	color:#009;
	border-collapse:collapse;
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
	white-space:nowrap;
	width:inherit;
}
	
#info .goodsbox4 {
	
	margin-top:10px;
	
}
#info .goodsbox4 th{
	
}
#info .goodsbox4 th img{
	width: 100%;
}
#info .goodsbox4 td{
	display:block;
	width:100%;
	text-align: center;
}
#info .goodsbox5 {
	max-width:500px;
	margin-top:10px;
	margin:0 auto;
	table-layout:fixed;
	width:100%;
	text-align:center;
}
#info .goodsbox5 th {
	display:block;
	width:100%;
}
#info .goodsbox5 td {
	display:block;
	width:100%;
	font-size:1.5em;
	font-weight:bold;
}
#info .goodsbox6 {
	border-spacing:1.5em 0;
}
#info .goodsbox6 th {
	width:260px;
	font-size:1.2rem;
	text-align:center;
    border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top-left-radius:0.5em;
	border-top-right-radius:0.5em;
		
}
#info .goodsbox6 td {
	width:260px;
	text-align:center;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom-left-radius:0.5em;
	border-bottom-right-radius:0.5em;
	
}
#info .goodsbox7 {
	border-spacing:1.5em 0;
	
}
#info .goodsbox7 th {
	width:260px;
	font-size:1.2rem;
	text-align:center;
	color:#009;
	font-weight:900;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top-left-radius:0.3em;
	border-top-right-radius:0.3em;
		
}
#info .goodsbox7 th:hover {
	background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
    background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}
#info .goodsbox7 td {
	width:260px;
	text-align:center;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom-left-radius:0.3em;
	border-bottom-right-radius:0.3em;
	color:#009;
	font-size:1.5rem;
	font-weight:bold;
	white-space:nowrap;
	background-color:#f7f7f7;
}
#info .goodsbox8 {
	margin-top: 20px;
	border: 1px solid #C6C6C6;
	margin-bottom: 16px;
	overflow:hidden;
}
#info .goodsbox8 th {
	width:300%;
	background: #EFF0F0;
	padding: 10px 11px 10px 8px;
	text-align:center;
	vertical-align: top;
}
#info .goodsbox8 td {
	padding-left: 10px;
}
#info .goodsbox8 h2 {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	/* background: url(./style.css); */
}
#info .goodsbox8 td p {
	padding-right: 11px;
	padding-left: 3px;
}
#info .goodsbox8 td img {
	margin-top: 12px;
	margin-bottom: 7px;
}
#main .index .goodsbox_toppage {
	display:block;
	max-width:517;
}
#main .index .goodsbox_toppage th {
	width:140px;
	white-space:nowrap;	
}
#main .index .goodsbox_toppage td {
	width:140px;
}
#main .index .goodsbox_toppage td img {
	width:70%;
	
}
@media screen and (max-width:600px) {
.arrow {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	font-size: 11px;
	line-height: 14px;
}
.arrow2 {
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 12px;
	line-height: 14px;
}
.arrow3 {
	/* background-image: url(./style.css); */
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 12px;
	line-height: 14px;
}
#info ol {
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin: 20px 0px 15px 30px;
	list-style: outside;
}
#info ol li{
	line-height: 14px;
	margin-bottom: 15px;
}
#info ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
#info ul li{
	line-height: 18px;
}
#info02 .l14r14-m boder-blue{
	display:block;
    width:inherit;
	height:auto;
	margin:0;
	padding:0;
}
#info02 .gbox ,#info03 .gbox {
	width:inherit;
	height:auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin:0;
	border-bottom: 1px dotted #DBDBDB;
	text-align:center;
}
#info02 .gbox table {
	display:block;
	width:95%;
	height:auto;
	margin-left:0.5em;
}

#info02 .gbox td img{
	max-width:200%;
	border:none;
}
#info02 .gbox table td table td{
	display:block;
	width:90%;
	height:auto;
}
#info02 .gbox td p ,#info03 .gbox td p {
	font-size:1.5em;
}
#info02 .boder-blue img ,#info03 .boder-blue img {
	border: 1px solid #3FC0FF;
}
#info02 .gbox td h2 {
	width:95%;
	font-size:1.5em;
	font-weight:bold;
	background-image:none;
	border-top:#003366 solid 1px;
}
#info02 .gbox td h2 a {
	color:#009;
	font-size:1.5rem;
	font-weight:bold;
	white-space:nowrap;
}
#info .goodsbox {
	width:100%;
	table-layout:fixed;
	margin-top: 20px;
	margin-bottom: 16px;
	border:none;
}
#info .goodsbox th {
	margin:0 20% 0 20%;
	width:60%;
	display:block;
	background-color:#fff;
}
#info .goodsbox td a {
	font-size:2em;
	font-weight:400;
	color:#309;
}
#info .goodsbox3 {
	width:inherit;
	display:block;
	margin:0 auto;
	margin-top:1rem;
	margin-bottom:1rem;
	margin-left:0;
	padding:1rem;
	text-align:center;
}
#info .goodsbox3 th {
	width:inherit;	
	text-align:center;
	padding:1rem;
}
#info .goodsbox3 th img {
	width:80%;
}
#info .goodsbox3 td {
	width:inherit;
	color:#0039;
	border-collapse:collapse;
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	white-space:nowrap;
	padding:1rem;
}
#info .goodsbox td {
	width:95%;
	display:block;
	background-color:#eff0f0;
	margin:0 0.5em 0 1em;
	
}
#info .goodsbox td p {
	font-size:1.5em;
	font-weight:100;
	padding-top:inherit;
	padding-right: 11px;
	padding-left: 3px;
}
#info .goodsbox td p:last-of-type {
	font-size:2em;
	font-weight:700;
	color:#b90303;
	padding-top:inherit;
	padding-right: 11px;
	padding-left: 3px;
}
#info .goodsbox th img {
	text-align:center;
	width:100%;
	
}
#info .goodsbox h2{
	display:none;
}
#info .goodsbox2 {
	max-width:375px;
	margin-top:10px;
	margin:0 auto;
	table-layout:fixed;
}
#info .goodsbox2 th {
	color:#36C;
	border-collapse:collapse;
	text-align:center;
	font-size:1.5em;
	white-space:nowrap;
	width:160px;
}
#info .goodsbox2 td {
	white-space:nowrap;
	text-align:center;
	width:160px;
}
#info .goodsbox4 {
	width:100%;
	table-layout: fixed;
	
}
#info .goodsbox4 th{
	display:block;
	width:95%;
	margin: 0 0.5em 0 1em ;
	
}
#info .goodsbox4 th img{
	text-align: center;
	width: 100%;
}
#info .goodsbox4 td{
	display:block;
	width:100%;
	text-align: center;
}
#info .goodsbox5 {
	display:none;
}
#info .goodsbox8 {
	width:100%;
	table-layout:fixed;
	margin-top: 20px;
	margin-bottom: 16px;
	border:none;
}
#info .goodsbox8 th {
	margin:0 20% 0 20%;
	width:60%;
	display:block;
	background-color:#fff;
}
#info .goodsbox8 td {
	width:95%;
	display:block;
	background-color:#eff0f0;
	margin:0 0.5em 0 1em;
	
}
#info .goodsbox8 td p {
	font-size:1.5em;
	font-weight:100;
	padding-top:inherit;
	padding-right: 11px;
	padding-left: 3px;
}
#info .goodsbox8 td p:last-of-type {
	font-size:2em;
	font-weight:700;
	color:#b90303;
	padding-top:inherit;
	padding-right: 11px;
	padding-left: 3px;
}
#info .goodsbox8 th img {
	text-align:center;
	width:100%;
	
}
#info .goodsbox8 h2{
	display:none;
}


}


/*-- ヘッダ部 --*/
#head {
	display:block;
	width:100%;
	height:100px;
	top:0;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: left;
	grid-column:1/3;
	grid-row:1/2;
	position:relative;
}
#topimg {
	padding: 0px;
	margin: 0px;
	clear: both;
	background-color: #66FFFF;
	display:block !important;
}
.summary {
	position:absolute;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	letter-spacing: -1px;
	top:30%;
	left:25%;
	padding: 0px;
	width: 370px;
}
@media screen and (max-width:600px) {
 
/*　画面サイズが480px以下の場合ここの記述が適用される　*/
#head {
	display:block;
	width:100%;
	position:fixed;
	background-color: #ffffff;
	grid-column:1/2;
	grid-row:1;
	z-index:11;
}
#topimg {
	padding: 0px;
	margin: 0px;
	clear: both;
	background-color: #66FFFF;
	display:none !important;
}
.summary {
	position:absolute;
	font-size:inherit;
	line-height: 18px;
	color: #666666;
	letter-spacing: -1px;
	top:25%;
	left:35%;
	width: 200px;
}
}

/*トップお問い合わせ画像*/
#head_rbox{
	display:block;
	margin-top:5%;
	display: block;
	grid-column:2/3;
	grid-row:1/2;
}
@media screen and (max-width:600px) {
#head_rbox{
	display:none;
}
}

/*ハンバーガーメニュー*/
#menubtn img{
    width:100%;
    max-width: 50px;
	visibility:hidden;
	
}
.w1000{
    margin: 0 auto;
    position: relative;/*追加*/
    height:100%;/*追加*/
	visibility:hidden;
	
}

@media screen and (max-width:600px) {
/*ハンバーガーメニュー下準備*/
#menubtn img{
	position:absolute;
	max-width: 30px;
    width:100%;
	visibility:visible;
	top:7%;
	left:45%;
	
}
#head .w1000{
    position: absolute;/*追加*/
    height:100%;/*追加*/
	visibility:visible;
	width:inherit;
	top:7%;
	left:45%;
	
}

aside{
	posion:absolute;
	margin-top:15%;
	margin-left:-45%;
    display:none;
	max-width:inherit;
	width:100%;    
    height:auto;/*追加*/
	text-align:center;
	background-color:#FFF;
	z-index:50;
}

aside dl {
	margin: 0px;
	padding: 0px;
	height:3em;
	background-color:#FFF;
	z-index:20;
}
aside dt {
	height:3.5em;	
	margin: 0px;
	padding:1em;
	text-align:center;
	font-size: 2em;
	background-color:#09C;
	color:#FFF;
	font-weight:bold;
	
}
aside dd {
	height:3.5em;
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	padding: 1em;
	text-align:center;
	font-weight: bold;
	background-color:#FFF;
	border-bottom: solid 0.2px #ccc;

}

#aside-input:checked ~ aside {
    display: block;
    animation: 1s fadeIn;
}
@keyframes fadeIn {
    from {  }
    to { opacity: 1; }
  }
.aside-hidden{
    display:none;
}
.content{
    padding-top:80px;/*追加*/
}	
}

/*　トップメニュー　*/
#topm_lst{
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	grid-column:1/2;
	grid-rows:2/3;
	padding: 0px;
	width:100%;
	height:100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  position:relative;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
 
}

#topm_lst a.pm_1 {
	top:0px;
	flex-basis:80px;
	flex-glow:1;
	flex-shrink:1;
	display:block !important;
	text-align:center;
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}
#topm_lst a.pm_1:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
#topm_lst a.pm_2 {
	top:0px;
	flex-basis:80px;
	flex-glow:1;
	flex-shrink:1;
	display:block !important;
	text-align:center;
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}
#topm_lst a.pm_2:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
#topm_lst a.pm_3 {
	top:0px;
	flex-basis:80px;
	flex-glow:1;
	flex-shrink:1;
	display:block !important;
	text-align:center;
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}
#topm_lst a.pm_3:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
#topm_lst a.pm_4 {
	top:0px;
	flex-basis:80px;
	flex-glow:1;
	flex-shrink:1;
	display:block !important;
	text-align:center;
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}
#topm_lst a.pm_4:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
#topm_lst a.pm_5 {
	top: 0px;
	flex-basis:80px;
	flex-glow:1;
	flex-shrink:1;
	display: block !important;
	text-align:center;
    border: 1px solid #ccc;
	background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
}
#topm_lst a.pm_5:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
#topm_lst a.pm_6 {
	top:0px;
	flex-basis:80px;
	flex-glow:1;
	flex-shrink:1;
	display:block !important;
	text-align:center;
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}
#topm_lst a.pm_6:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
#topm_lst a.pm_7 {
	top: 0px;
	flex-basis:80px;
	flex-glow:1;
	flex-shrink:1;
	display: block !important;
	text-align:center;
	background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
	background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
	background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}

#topm_lst a.pm_7:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
    background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}
#topm_lst a.pm_8 {
	left:0px;
	top:0px;
	width:0px;
	display:none !important;
}

@media screen and (max-width:600px) {
#topm_lst{
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	width:inherit;
	height:33px;
	text-align: justify;
	text-justify: distribute-all-lines;
	position:fixed;
	grid-column:1/2;
	grid-row:2;
	margin-top:55px;
	z-index:15;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  position:relative;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  
  
}

#topm_lst a.pm_1 {
	flex-basis:150px;
	flex-glow:1;
	flex-shrink:1;
	display: block !important;
    text-align:center;
    border: 1px solid #ccc;
	background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	color:#999;
	padding:0.2em;
}
#topm_lst a.pm_1:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
#topm_lst a.pm_2 {
	left:0px;
	top:0px;
	width:0px;
	display:none !important;
}
#topm_lst a.pm_3 {
	left:0px;
	top:0px;
	width:0px;
	display:none !important;
}
#topm_lst a.pm_4 {
	left:0px;
	top:0px;
	width:0px;
	display:none !important;
}
#topm_lst a.pm_5 {
	left:0px;
	top:0px;
	width:0px;
	display:none !important;
}
#topm_lst a.pm_6 {
	flex-basis:150px;
	flex-glow:1;
	flex-shrink:1;
	top: 0%;
	bottom: 0%;
	display: block !important;
    text-align:center;
    border: 1px solid #ccc;
	background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	padding:0.2em;
	color:#999;
}
#topm_lst a.pm_6:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
#topm_lst a.pm_7 {
	flex-basis:150px;
	flex-glow:1;
	flex-shrink:1;
	display: block !important;
	text-align:center;
    background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	padding:0.2em 0 0.2em 0;
	color:#999;
}
#topm_lst a.pm_7:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
#topm_lst a.pm_8 {
	flex-basis:150px;
	flex-glow:1;
	flex-shrink:1;
	display:block !important;
	text-align:center;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#bfffff), to(#1c66f0));
    background: -webkit-linear-gradient(top, #bfffff 0%, #1c66f0 100%);
    background: linear-gradient(to bottom, #bfffff 0%, #1c66f0 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
	padding:0.2em;
	color:#fff;
}
#topm_lst a.pm_8:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#bfffff), to(#1c66f0));
    background: -webkit-linear-gradient(bottom, #bfffff 0%, #1c66f0 100%);
    background: linear-gradient(to top, #bfffff 0%, #1c66f0 100%);
}
 
}
	
/*-- サイドメニュー --*/
#menu {
	grid-column:2;
	grid-row:3/4;
	width: 100%;
	padding: 0px 0px 15px;
}
#menu dl {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#menu dt {
	margin: 0px;
	padding: 0px;
}
#menu dd {
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	background-image: url(../images/menu-dd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 15px;
	font-weight: bold;
}
#menu dd.under {
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	background-image: url(../images/menu-ddunder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 15px;
	font-weight: bold;
}
#menu dd.ddlist {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	background-image: url(../images/menu-dd2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 15px;
	font-weight: bold;
}
#menu ul {
}
#menu ul li {
	font-size: 12px;
}
#menuinq {
	background-image: url(../images/back-menuinq.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#menuinq p {
	line-height: 22px;
	background-image: url(../images/back-menuinq.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 20px;
}
.menuguide {
	background-image: url(../images/back-mguide.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
}
.menuguide p {
	padding-left: 10px;
	padding-top: 5px;
}
.menuguide ul {
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 5px;
}
.menuguide li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.listfoot2 {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 11px;
	line-height: 14px;
}
.listfoot2 li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.listfoot2 li a:link,.listfoot2 li a:visited,.listfoot2 li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 3px;
}
@media screen and (max-width:600px) {
#menu {
	display:none;
}
}

/*-- メインコンテンツ --*/
#main {
	grid-column:1/2;
	grid-row:3/4;	
	margin:0;
	padding:0;
	width: 100%;
	text-align: left;
}
#main2 {
	margin-left: 12px;
	margin-right: 10px;
}
#main .index .i-goods {
	height: 86px;
	width: 173px;
	background: url(../images/categoodsbg.gif) no-repeat;
}
#main .index .i-goods p.tolink {
	padding-top: 3px;
	padding-left: 6px;
	margin-bottom: 7px;
}
#main .index .i-goods p.tolink a {
	display: block;
	height: 18px;
	width: 150px;
	padding-top: 4px;
	padding-left: 11px;
	font-weight: bold;
}
#main .event_index .i-goods {
	height: 30px;
	width: 173px;
	background: url(../images/category_haikei.gif) no-repeat;
}
#main .event_index .i-goods p.tolink {
	padding-top: 3px;
	padding-left: 6px;
	margin-bottom: 7px;
}
#main .event_index .i-goods p.tolink a {
	display: block;
	height: 18px;
	width: 150px;
	padding-top: 4px;
	padding-left: 11px;
	font-weight: bold;
}
#main .index .i-goods table {
	margin-left: 18px;
}
#main .index .i-goods table p {
	line-height: 14px;
	margin: 3px 9px 0px 0px;
}
#main .index table.news {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#main .index table.news th {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #DBDBDB;
	text-align: left;
	vertical-align: top;
	padding-left: 3px;
}
#main .index table.news td {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #DBDBDB;
	background: url(../images/i-newsallow.gif) no-repeat;
	padding-left: 25px;
}
#main .floalo {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
#main .index .news {
	font-size: 12px;
	color: #6c6857;
	margin: 10px 0px 8px;
	padding: 0px;
}
#info .title {
	font-size: 11px;
	color: #666666;
	margin-top: 12px;
	margin-bottom: 5px;
	line-height: 11px;
	background: url(../images/th02_h3.gif) no-repeat;
	padding-top: 2px;
	padding-left: 15px;
	font-weight: bold;
}
#info .title50 {
	font-size: 11px;
	color: #666666;
	margin-top: 12px;
	margin-bottom: 5px;
	line-height: 11px;
	background: url(../images/th02_h3.gif) no-repeat;
	padding-top: 2px;
	padding-left: 15px;
	font-weight: bold;
}
#info .goods02 {
	background: url(../images/th02_h3bg.gif) repeat-y;
	padding-left: 5px;
	width: 509px;
	padding-right: 5px;
}
#info .goods02 td.on p {
	line-height: 12px;
	background: url(../images/th02_h3menu.gif) no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	width: 107px;
	color: #666666;
	padding-left: 20px;
}
#info .goods02 td.on02 p {
	line-height: 12px;
	background: url(../images/th02_h3menu02.gif) no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 12px;
	width: 234px;
	color: #666666;
}
#info .goods02 td.on04 {
	line-height: 12px;
	background: url(../images/th02_h3menu04.gif) no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 12px;
	width: 488px;
	color: #666666;
}
#main2 .goods02 td.off p {
	/* background: url(./style.css); */
	width: 107px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	line-height: 12px;
}

#info .comlink {
	font-size: 11px;
	background-color: #F8F5F2;
	text-align: center;
	margin: 15px 0px 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	line-height: 1.4em;
}
.main_index_sp_p{
	display:none;
}
/*-- index --*/
#main .index {
	width: 545px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12px;
}
#main .index .main_coment {
	font-size:1.5em;
	color:#390;
}
.choice_box{
	display: block;
}
#main .index .main_index_choice .index_choice_title{
	
}
.main_index_choice_box {
	display: none;
}
#main .index .m_idx_news .m_news_title{
	
}
#main .index .campaign_box{
	width:inherit;
}
#main .index .campaign_box td{
	color:#F00;
	font-size:1.5em;
}
#main .index .m_idx_news .kiji_title{
	width: 100%;
}
#main .index .m_idx_news .kiji_title th{
	width: 30%;
}
#main .index .m_idx_news .kiji_title td{
	width: 70%;
	font-size: 1.2em;
	background-color: #f7f7f7;
}
#main .index .m_idx_news .kiji_title2 {
	display: none;
}
#main .index .m_idx_news .m_news_title{
	
}	



@media screen and (max-width:600px) {
#main {
	display:block;
	grid-column:1/2;
	grid-row:3/4;	
	margin: 0px;
	padding: 0px;
	width:inherit;
	text-align: left;
	margin-top:15%;
}
#main p{
	left:2em;
	font-size:1.5em;
}
#main2 {
	margin-left: 12px;
	margin-right: 10px;
}
#main .index {
	width:inherit;
	margin-right: 0;
	margin-left: 0;
	font-size: 1.2em;
}
#main .index .main_coment {
	display:block;
	width:inherit;
	font-size:1em;
	color:#390;
	word-break:normal;
	padding:0 1.5em 0 1.5em;
}
#main .index .main_index {
	width:inherit;
	display:block;
	background-color:#F5F5F5;
	padding-top:2.5em;
	padding-bottom:3em;
}
.main_titlebar{
	display:none;
}
#main .index .campaign_box{
	width:inherit;
}
#main .index .campaign_box td{
	width:inherit;
	color:#F00;
	font-size:1.2em;
}
#main .index .campaign_box th{
	width:50%;
}
#main .index .goodsbox_toppage {
	width:inherit;
	margin:0 auto;
	table-layout:fixed;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:0;
}
#main .index .goodsbox_toppage th {
	color:#00F;
	border-collapse:collapse;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
	width:inherit;
}
#main .index .goodsbox_toppage td {
	white-space:nowrap;
	text-align:center;
	width:inherit;
}
#main .index .goodsbox_toppage td img {
	width:60%;
}	
#main .index .main_index_sp_p{
	display:block;
	width:100%;
}
#main .index .main_index_sp_p p{
	font-size:1.2rem;
	margin-left: 2.5em;
}
#main .index .main_index_sp_p p:nth-of-type(2){
	font-size:1.5rem;
	text-align:center;
	color:#0085b2;
	margin-bottom:2rem;
	margin-left: -0.5em;	
}
#main .index .main_index_sp_p p:first-of-type{
	font-size:2rem;
	font-weight:bold;
	margin-top:2rem;
	margin-left: -0.5em;
	text-align:center;
	color: #003;
}
#main .event_index .main_index_sp_p{
	display:block;
	width:100%;
}
#main .event_index .main_index_sp_p p{
	font-size:1.2rem;
	margin-left: 2.5em;
}
#main .event_index .main_index_sp_p p:nth-of-type(2){
	font-size:1.5rem;
	text-align:center;
	color:#0085b2;
	margin-bottom:2rem;
	margin-left: -0.5em;	
}
#main .event_index .main_index_sp_p p:first-of-type{
	font-size:2rem;
	font-weight:bold;
	margin-top:2rem;
	margin-left: -0.5em;
	text-align:center;
	color: #003;
}
.w545under15-m {
	width:96%;
	margin-left:1.5em;
	margin-bottom: -0.5em;		
}
#main .index .i-goods {
	height: auto;
	width:95%;
	background:none;
	background-color:#fff;
	border:#F5F5F5 solid 0.5em;
}
#main .index .i-goods p.tolink {
	width: inherit;
	background-color:#fff;
}
#main .index .i-goods p.tolink a {
	display: block;
	line-height:0.5em;
	font-size:1em;
	font-weight:100;
	color:#0085b2;
	font-weight:600;
	white-space:nowrap;
}
#main .event_index .i-goods {
	height: auto;
	width:95%;
	background:none;
	background-color:#F5F5F5;
	border:#fff solid 0.5em;
}
#main .event_index .i-goods p.tolink {
	width:inherit;
	background-color:#F5F5F5;
}
#main .event_index .i-goods p.tolink a {
	width:95%;
	display: block;
	line-height:0.5em;
	font-size:1em;
	font-weight:100;
	color:#0085b2;
	font-weight:600;
	white-space:nowrap;
	padding:1em;
	text-align:center;
}
#main .index .i-goods table {
	background-color:#fff;
}
#main .index .i-goods table p {
	font-size:1.2em;
	line-height: 14px;
	margin: 6px 9px 0px 20px;
}
#main .index .i-goods table a {
	font-size: 1em;
	display:block;
	color:#1B1B1B;
}
#main .index table.news {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#main .index table.news th {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #DBDBDB;
	text-align: left;
	vertical-align: top;
	padding-left: 3px;
}
#main .index table.news td {
	width:inherit;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #DBDBDB;
	background: url(../images/i-newsallow.gif) no-repeat;
	padding-left: 25px;
}
#main .index .main_index_choice{
	width: inherit;
	background-color: #fff;
	margin: 4em 0 3em 0;
}
#main .index .main_index_choice p{
	font-size: 2em;
	color:#003;
	top:1em;
	text-align: center;
}
.choice_box{
	display: none;
}
#main .index .main_index_choice .index_choice_title{
	visibility: visible;
}
#main .index .main_index_choice .index_choice_title p:nth-of-type(2){
	font-size:1.5rem;
	text-align:center;
	color:#0085b2;
	margin-bottom:2rem;	
}
#main .index .main_index_choice .index_choice_title p:first-of-type{
	font-size:2rem;
	font-weight:bold;
	margin-top:2rem;
	text-align:center;
	color: #003;
}
#main .index .main_index_choice .main_index_choice_box {
	display: block;
	width: inherit;
	position: relative;
	margin: 2em 0 2em 0;
}
#main .index .main_index_choice .main_index_choice_box td{
	width: 50%;
}
#main .index .main_index_choice .main_index_choice_box td img{
	width: inherit;
}
#main .index .main_index_choice .main_index_choice_box th{
	width: 50%;
	height: 0;
	background-color: #f7f7f7;
}
#main .index .main_index_choice .main_index_choice_box th a{
	display: block;
	height: 100%;
	padding: 0;
	color: #1B1B1B;
	font-size: 1.2em;
	text-align: center;
}
#main .index .m_idx_news {
	width: inherit;
	background-color: #f6f6f6;
	margin-top:4em;
	margin-bottom: 3em;
	padding-top: 4em;
	padding-bottom: 3em;
}
#main .index .m_idx_news .m_news_title{
	visibility: visible;
}
#main .index .m_idx_news .m_news_title p:nth-of-type(2){
	font-size:1.5rem;
	text-align:center;
	color:#0085b2;
	margin-bottom:4rem;	
}
#main .index .m_idx_news .m_news_title p:first-of-type{
	font-size:2rem;
	font-weight:bold;
	text-align:center;
	color: #003;
}
#main .index .m_idx_news .kiji_title{
	display: none;
}
#main .index .m_idx_news .kiji_title2 {
	display: block;
	width: 95%;
	background-color: #fff;
	margin:1em auto;
}
#main .index .m_idx_news .kiji_title2 a{
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #003366;
	padding: 0.5em 0 0.5em 2em;
}
.k_t_marg {
	margin-right:15em;
}
.k_t_bld {
	font-weight: bold;
}
#main .index .news_frm {
	width:inherit;
	text-align: center;
	padding:3em 1em 0 1em;
}
#main .index .news_frm .n_frm_title p:nth-of-type(2){
	font-size:1.5rem;
	text-align:center;
	color:#0085b2;
	margin-bottom:2rem;	
}
#main .index .news_frm .n_frm_title p:first-of-type{
	font-size:2rem;
	font-weight:bold;
	text-align:center;
	color: #003;
}
#main .index .news_frm textarea {
	resize:auto;
	max-width:580px;
	min-width:300px;
	width:360px;
}
#main .floalo {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
#main .index .news {
	font-size: 12px;
	color: #6c6857;
	margin: 10px 0px 8px;
	padding: 0px;
}
/*-- 50音 --*/
#info .title50 {
	display:block;
	width:inherit;
	font-size: 11px;
	color: #666666;
	margin-top: 12px;
	margin-bottom: 5px;
	line-height: 11px;
	background: url(../images/th02_h3.gif) no-repeat;
	padding-top: 2px;
	padding-left: 15px;
	font-weight: bold;
}
#info .goods02 {
	display:block;
	background: url(../images/th02_h3bg.gif) repeat-y;
	padding-left: 5px;
	width:inherit;
	padding-right: 5px;
}
#info .goods02 td.on p {
	line-height: 12px;
	background: url(../images/th02_h3menu.gif) no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.2rem;
	width:100%;
	color: #666666;
	padding-left: 20px;
	white-space:nowrap;
}
#info .goods02 td.on02 p {
	line-height: 12px;
	background: url(../images/th02_h3menu02.gif) no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6;
	font-size: 1.2rem;
	width: 100%;
	color: #666666;
	white-space:nowrap;
}
#info .goods02 td.on04 {
	line-height: 12px;
	background: url(../images/th02_h3menu04.gif) no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 1.2rem;
	width: 100%;
	color: #666666;
	white-space:nowrap;
}
#main2 .goods02 td.off p {
	/* background: url(./style.css); */
	width: 100%;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	line-height: 12px;
	white-space:nowrap;
}

#info .comlink {
	display:block;
	width:inherit;
	font-size: 11px;
	background-color: #F8F5F2;
	text-align: center;
	margin: 15px 0px 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	line-height: 1.4em;
}
}

/*-- フッター --*/
#footer {
	margin-top:0;
	clear: both;
}
#footer01 {
	width: 782px;
	margin: 0px;
	padding: 2px 0px;
	text-align: left;
	background-image: url(../images/back-foot01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	display:inline-block;
}
#footer02 {
	width: 782px;
	margin: 0px;
	padding: 7px 0px;
	text-align: left;
	background-image: url(../images/back-foot02.gif);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	display:inline-block;
}
#footer03 {
	margin-right: auto;
	margin-left: auto;
	padding: 8px 0px;
	text-align: left;
	background-image: url(../images/back-foot03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 22px;
	width: 782px;
	clear: both;
	display:inline-block;
	
}
address {
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 0px 14px;
	color: #999999;
	padding: 0px;
}
#footer04 {
	display:none;
	margin: 0px;
	padding: 0px 0px;
}
.footbar_sp{
	display:inline-block;
	width:100%;
	font-size:1em;
	color:#666;
	font-weight:bold;
	background-color:#f5f5f5;
	text-align:center;
}
ul.lstfoot_sp {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #999999;
	font-size: 11px;
	line-height: 25px;
}
.lstfoot_sp li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.lstfoot_sp li a {
	margin-right: 7px;
	margin-left: 7px;
}
.lstfoot_sp li a.nospace {
	margin-right: 7px;
	margin-left: 3px;
}
#footer05 {
	margin: 0px;
	padding: 2px 0px;
	text-align: left;
	background-image: url(../images/back-foot01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	display:inline-block;
}
#page-top{
	visibility:hidden;
	
}
fotlstmenu{
	display:none;
}
ul.listfoot{
	display:block;
}
.accordion {
	display:none;
}
#footer06{
	display:none;
}

@media screen and (max-width:600px) {
#footer {
	margin-top: 0;
	background-color:rgb(237,239,241);
	
}
#page-top{
	visibility:visible;
	position:fixed;
	right:15px;
	bottom:30px;
	font-size:1rem;
	line-height:1rem;
	background:#fff;
	color:#0085B2;
	padding:8px;
	border:solid 1px;
	border-radius:50%;
	box-shadow:0 2px 10px -6px rgba(0,0,0,.5),0 3px 10px -4px rgba(0,0,0,.2);
	z-index:50;
}
address {
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 0px 14px;
	color: #fff;
	padding: 0px;
	
}
#footer01 {
	display: none;
	background-image:none;
}
#footer02 {
	background-image:none;
	display:block;
	width:inherit;
	background-color:#0085b2;
	color:#fff;
}
#footer03 {
	margin-right: auto;
	margin-left: auto;
	padding: 8px 0px;
	text-align: left;
	background-image: none;
	background-color: #6C6C6C;
	background-position: left top;
	line-height: inherit;
	width:inherit;
	clear: both;
	display:block;
}
#footer03 table {
	width:inherit;
	margin: 0px;
	padding: 0px;
	border: none;
}
#footer03 td{
	height:fit-content;
	display:block;
	width:100%;
}
#footer03 .listfoot2 li{
	margin:0.5em 0 0.5em 1em;
	text-align:left;
	display:list-item;
	list-style:none;
	left:10%;
	font-size:1.2em;
	color:#fff;
}
#footer04 {
	display:block;
	width:100%;
	padding:0;
	margin-top: 6em;
	text-align:center;
}
.fot04 {
	display:block;
	max-width:100%;
	height:200px;
	background:url(../images/scenecls.jpg) no-repeat center center /cover;
	position:relative;
	color:#fff;
	text-align:center;
	font-size:1.5em;
	font-weight:100;
	padding:10% 10% 0 10%;
	
}
.footbar_sp{
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	top:63%;
	left:23%;
	width:60%;
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	border-radius:8px;
	border:#fff solid 1.5px;
	background-color:transparent;
}
.lstfoot_sp {
	max-width:100%;
	background-color:#fff;
	margin-top:1em;
	padding: 0;
	height: 0;
}

.lstfoot_sp td {
	width:50%;
	background-image:cover;
}
.lstfoot_sp th{
	width:50%;
}
.lstfoot_sp th p:first-of-type {
	font-size:1.8em;
	font-weight:600;
	color:#0085b2;
	text-align: center;
	padding-top:0.5em;
}
.lstfoot_sp th a{
	font-size:1.5em;
	font-weight:100;
	color:#1B1B1B;
	padding: 0;
}
#footer05 {
	width:100%;
	border-top:#dbdbdb solid 1px;
	background-image:none;
	display:block;
	background-color:#fff;
}
#footer05 p {
	color:#999;
	font-size:2em;
	font-weight:700;
	margin-top:1em;
	margin-left:1.5em;
}
ul.listfoot{
	display:none;
}
fotlstmenu{
	display:block;
}
.accordion {
	display:block;
    width: 95%;
	margin:2.5em auto;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom:1em;
}
.title,
.content {
-webkit-backface-
backface-
transform: translateZ(0);
transition: all 0.3s;

}
.title {
	font-size: 2em;
	padding:0.5em;
	font-weight:bold;
	line-height: 2em;
	display: inline-block;
	position:relative;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
    display: block;
    color: #0085b2;
	background-color:#dbdbdb;
  
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.5em;
top: 1em;
width: 4px;
height: 1em;
background-color: #0085b2;
transition: all 0.3s;

}
.title::after {
transform: rotate(90deg);
}
.content {
	margin:0;
	padding:0;
	max-height:0;
    overflow: hidden;
	
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
.fot5lst{
	width: 100%;
	display:block;
	text-align:center;
	color: #0085b2;
}
.fot5lst dd{
    margin: 0px;
    font-size: 1.5em;
	padding:1em;
    text-align:center;
    font-weight: bold;
    background-color:#EFF0F1;
    border-bottom: solid 0.2px #0085b2;
}
#footer06{
	display:block;
	background-color:#fff;
	color:#003;
	text-align:center;
	font-size:1.5em;
	font-weight:700;
	width:100%;
	padding:0em 0.3em 0.6em 0.7em;
	margin:0;
	
}
#footer06 .fot6tel {
	line-height:2.5rem;
	width:98%;
	display: block;
	cursor:pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	letter-spacing:0.1em;
	font-weight:bold;
	font-size:1.2em;
	padding:0.2rem;
	color: #d97c2e;
	background-color:#dbdbdb;
}
.fot6tel a {
	color:#F63;
}

}


.green {
	color: #408E0B;
}
.green-bk {
	color: #699F26;
}
.point {
	border-bottom: 1px solid #68B053;
	border-left: 6px solid #68B053;
	padding-left: 7px;
	padding-bottom: 1px;
	margin-top: 20px;
	margin-bottom: 8px;
	text-align: left;
}
#info td.traalo {
	background: url(../images/traalo.gif) no-repeat right 45px;
}
#info .goodslist {
	line-height: 1.4em;
	padding: 0px 0px 0px 6px;
	margin: 0px;
	list-style: none;
}
#info p a.detat2 {
	padding-left: 14px;
	font-size: 12px;
	background: url(../images/arrow.gif) no-repeat left top;
	font-weight: normal;
	padding-top: 1px;
}
.slim {
	letter-spacing: -0.7px;
}

#all #contents #main #info .p-inquiry {
	font-size: 12px;
}
#all #contents #main .inquiryveri {
	margin-right: 14px;
	margin-left: 14px;
	font-size: 12px;
}
#all #contents #main .inquiryveri .inqyiryveri-h2 {
	color: #FEFEFE;
	background-image: url(../images/h2bg.gif);
	height: 20px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
#all #contents #main .inquiry-table {
	margin-right: 20px;
	margin-left: 20px;
	clip: rect(auto,auto,auto,10px);
	border: thin dotted #949494;
}
#all #contents #main .inquiry-table form table tr th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	border: thin dotted #FFF;
}
#all #contents #main .inquiry-table form table tr td {
	padding: 5px;
	font-size: 12px;
	border: thin dotted #EAEAEA;
	
}
#all #contents #main .inquiryveri .inquiryveri-lst {
	margin-left: 20px;
}
@media screen and (max-width:600px) {
#all #contents #main .inquiryveri .inqyiryveri-h2 {
	color: #00C;
	background-image: none;
	padding-left: 5px;
	font-size: 1.2rem;
	font-weight: bold;
	padding-top: 5px;
}
#all #contents #main .inquiry-table table {
	display:block;
	width:inherit;
	font-size:1.3em;	
}
#all #contents #main .inquiry-table form table tr th {
	display:block;
	width:inherit;
	font-size:1.2em;	
}
#all #contents #main .inquiry-table form table tr td {
	display:block;
	width:inherit;
	font-size:1.2em;
}
#all #contents #main .inquiry-table form table tr td input{
	text-align:center;
	width:95%;
	height:2em;
	font-size:1.2em;
}
}


/*-- 仕様アコーディオン --*/
.title2{
	display:none;
}
.toggle2{
	display:none;
}
.toggle3{
	display:none;
}
.toggle4{
	display:none;
}
.toggle5{
	display:none;
}
.toggle6{
	display:none;
}
.toggle7{
	display:none;
}
.toggle8{
	display:none;
}
.toggle9{
	display:none;
}
.toggle10{
	display:none;
}
.toggle11{
	display:none;
}

@media screen and (max-width:600px) {
.accordion_spcf {
	display:block;
    margin: 0.5em auto;
    width: 95%;
	position:relative;
	z-index:1;
}
.toggle2 {
display: none;
}
.option2 {
position: relative;
margin-bottom:1em;
}
.title2,
.content2 {
-webkit-backface-
backface-
transform: translateZ(0);
transition: all 0.3s;
position:relative;
z-index:1;
}
.title2 {
	font-size: 2em;
	font-weight:bold;
	line-height: 0.7em;
	display: inline-block;
	position:relative;
	padding: 1rem 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
    padding: 1em;
    display: block;
    color: #0085b2;
	background-color:#dbdbdb;
  
}
.title2::after,
.title2::before {
content: "";
position: absolute;
right: 3em;
top: 0.75em;
width: 4px;
height: 1em;
background-color: #0085b2;
transition: all 0.3s;

}
.title2::after {
transform: rotate(90deg);
}
.content2 {
	margin:0;
	padding:0;
	max-height:0;
    overflow: hidden;
	
}
.toggle2:checked + .title2 + .content2 {
max-height: 1000px;
transition: all 1.5s;
}
.toggle2:checked + .title2::before {
transform: rotate(90deg) !important;
}
.toggle3 {
display: none;
}
.toggle3:checked + .title2 + .content2 {
max-height: 1000px;
transition: all 1.5s;
}
.toggle3:checked + .title2::before {
transform: rotate(90deg) !important;
}
.toggle4 {
display: none;
}
.toggle4:checked + .title2 + .content2 {
max-height: 1000px;
transition: all 1.5s;
}
.toggle4:checked + .title2::before {
transform: rotate(90deg) !important;
}
.toggle5 {
display: none;
}
.toggle5:checked + .title2 + .content2 {
max-height: 1000px;
transition: all 1.5s;
}
.toggle5:checked + .title2::before {
transform: rotate(90deg) !important;
}
.toggle6 {
display: none;
}
.toggle6:checked + .title2 + .content2 {
max-height: 1000px;
transition: all 1.5s;
}
.toggle6:checked + .title2::before {
transform: rotate(90deg) !important;
}
.toggle7 {
display: none;
}
.toggle7:checked + .title2 + .content2 {
max-height: 1000px;
transition: all 1.5s;
}
.toggle7:checked + .title2::before {
transform: rotate(90deg) !important;
}
.toggle8 {
display: none;
}
.toggle8:checked + .title2 + .content2 {
max-height: 1000px;
transition: all 1.5s;
}
.toggle8:checked + .title2::before {
transform: rotate(90deg) !important;
}
.toggle9 {
display: none;
}
.toggle9:checked + .title2 + .content2 {
max-height: 1000px;
transition: all 1.5s;
}
.toggle9:checked + .title2::before {
transform: rotate(90deg) !important;
}
.toggle10 {
display: none;
}
.toggle10:checked + .title2 + .content2 {
max-height: 1000px;
transition: all 1.5s;
}
.toggle10:checked + .title2::before {
transform: rotate(90deg) !important;
}
.toggle11 {
display: none;
}
.toggle11:checked + .title2 + .content2 {
max-height: 1000px;
transition: all 1.5s;
}
.toggle11:checked + .title2::before {
transform: rotate(90deg) !important;
}
.toggle12 {
display: none;
}
.toggle12:checked + .title2 + .content2 {
max-height: 1000px;
transition: all 1.5s;
}
.toggle12:checked + .title2::before {
transform: rotate(90deg) !important;
}
}

/*-- マップ --*/
.g_map{
	display:none;
}
@media screen and (max-width:600px) {
.g_map{
	position:relative;
	height:0;
	display:block;
	overflow:hidden;
	padding-bottom:75%;
}
.g_map iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 1px;
	left: -1px;
}
}

/*-- 記事 --*/
.kiji_tbl {
	margin-top:1em;
	background-color:#fff;
	margin-left:1em;
}
.kiji_tbl th{
	text-align:left;
}
.kiji_tbl td{
	padding-left:0.5em;
	text-align:left;
	overflow-wrap:break-word;
}
.kiji_tbl td a{
	color:#039;
}
#info .tpc_titl {
	font-size:2em;
	color:#039;
}
@media screen and (max-width:600px) {
.inf_idx_kiji{
	padding-left:1em;
	padding-right:1em;
}
.index .m_idx_news .inf_idx_kiji .kiji_tbl {
	width:inherit;
	margin-top:0.5em;
	background-color:#fff;
}
.index .m_idx_news .inf_idx_kiji .kiji_tbl th{
	text-align:left;
}
.index .m_idx_news .inf_idx_kiji .kiji_tbl td{
	padding-left:0.5em;
	text-align:left;
	overflow-wrap:break-word;
}
.index .m_idx_news .inf_idx_kiji .kiji_tbl td a{
	color:#039;
}
#info .tpc_titl {
	font-size:1.5em;
	color:#039;
}
}
@media screen and (max-width:600px) {
#info .fst_cmnt ,#info02 .fst_cmnt {
	max-width:inherit;
	display:block;
	padding:1em 1.5em 0 1.5em;
}
}

/*-- タイトルバー画像 --*/

.titlbar_office {
	position:relative;
}
.titlbar_office p {
	position:absolute;
	font-weight:700;
	color:#fff;
	top:40%;
	left:30%;
	font-size:4rem;
	
}
.titlbar_office img {
	width:517px;
	height:162px;
}
.titlebar_heater {
	position:relative;
	width:517px;
	
}
.titlebar_heater img {
	width:100%;
}
.titlebar_heater p {
	position:absolute;
	top:26%;
	left:5%;
	font-weight:600;
	color:#fff;
	font-size:3rem;
	margin:0;
	padding:0;	
}


	
@media screen and (max-width:600px) {
.titlbar_office {
	position:relative;
}
.titlbar_office p {
	position:absolute;
	font-size:3rem !important;
	font-weight:bold;
	top:40%;
	left:30%;
	color:#fff;
}
.titlbar_office img {
	width:100%;
	height:inherit;
}
.titlebar_heater {
	position:relative;
	width:auto;
}

.titlebar_heater p {
	position:absolute;
	font-size:2.5rem !important;
	font-weight:bold;
	top:26%;
	left:10%;
	color:#fff;
}
}

/*-- 商品チェックポイント --*/

#info .point_lst {
	display:block;
	width:100%;
	background-image:url(../images/point.gif);
	padding:1em,1em;
}
#info .point_lst .check_point {
	font-size:1.5em;
	font-weight:bold;
	color:#009;
}


/*-- 画像スライド --*/

.ImgSlide {
	position: relative;
	overflow: hidden;
	width:517px;
}
input[name="ImgSlide"] {
	display: none;
}
input[name="ImgSlide2"] {
	display: none;
}
input[name="ImgSlide3"] {
	display: none;
}

/* -- slideContents -- */
.ImgSlideContents {
	position: relative;
	background: #ffffff;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.ImgSlideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ImgSlideContents section img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	vertical-align: middle;
}

/* -- slidearrows -- */
.sldarrow,
.sldarrow label,
.sldarrow .ico {
	position: absolute;
}
.sldarrow {
	top: 0;
	margin: 0;
	transition: background .3s;
	background: rgba(100,100,100);
	opacity: 0.8;
	top:40%;
	width:40px;
	height:15%;
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.sldarrow:hover {
	
}
.sldarrow label {
	cursor: pointer;
	width: 50px;
	height: 100%;
}
.sldarrow label {
	top: 0;
	left: 0;
	z-index: 1;
}
.sldarrow .ico {
	top: calc(43%);
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	opacity: 0.8;
}
.prev .ico {
	left: 50%;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8;
}
.next .ico {
	right: 50%;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8;
}
.sldarrow:hover {
	background: rgba(50,50,50);
	opacity: 1;
	top:38%;
	width:50px;
	height:20%;
	
}
.sldarrow:hover .ico {
	opacity: .6;
}
.prev:hover .ico {
	transform: translateX(-6px) rotate(-45deg);
}
.next:hover .ico {
	transform: translateX(6px) rotate(45deg);
}

/* :::::: mechanism :::::: */
#switch1:checked ~ .ImgSlideContents #slide1,
#switch2:checked ~ .ImgSlideContents #slide2,
#switch3:checked ~ .ImgSlideContents #slide3,
#switch4:checked ~ .ImgSlideContents #slide4,
#switch5:checked ~ .ImgSlideContents #slide5 {
	position: relative;
	transform: none;
}
#switch1:checked ~ .ImgSlideContents #slide4,
#switch1:checked ~ .ImgSlideContents #slide5,
#switch2:checked ~ .ImgSlideContents #slide5,
#switch2:checked ~ .ImgSlideContents #slide1,
#switch3:checked ~ .ImgSlideContents #slide1,
#switch3:checked ~ .ImgSlideContents #slide2,
#switch4:checked ~ .ImgSlideContents #slide2,
#switch4:checked ~ .ImgSlideContents #slide3,
#switch5:checked ~ .ImgSlideContents #slide3,
#switch5:checked ~ .ImgSlideContents #slide4 {
	transform: translateX(-100%);
}
#switch1:checked ~ .ImgSlideContents #slide3,
#switch1:checked ~ .ImgSlideContents #slide4,
#switch2:checked ~ .ImgSlideContents #slide4,
#switch2:checked ~ .ImgSlideContents #slide5,
#switch3:checked ~ .ImgSlideContents #slide5,
#switch3:checked ~ .ImgSlideContents #slide1,
#switch4:checked ~ .ImgSlideContents #slide1,
#switch4:checked ~ .ImgSlideContents #slide2,
#switch5:checked ~ .ImgSlideContents #slide2,
#switch5:checked ~ .ImgSlideContents #slide3 {
	transition-duration: 0s;
}

/* :::::: arrow mechanism :::::: */
.sldarrow label {
	pointer-events: none;
}
#switch1:checked ~ .prev label[for="switch5"],
#switch2:checked ~ .prev label[for="switch1"],
#switch3:checked ~ .prev label[for="switch2"],
#switch4:checked ~ .prev label[for="switch3"],
#switch5:checked ~ .prev label[for="switch4"],
#switch1:checked ~ .next label[for="switch2"],
#switch2:checked ~ .next label[for="switch3"],
#switch3:checked ~ .next label[for="switch4"],
#switch4:checked ~ .next label[for="switch5"],
#switch5:checked ~ .next label[for="switch1"] {
	pointer-events: auto;
}

/* :::::: mechanism :::::: */
#switch6:checked ~ .ImgSlideContents #slide6,
#switch7:checked ~ .ImgSlideContents #slide7,
#switch8:checked ~ .ImgSlideContents #slide8,
#switch9:checked ~ .ImgSlideContents #slide9,
#switch10:checked ~ .ImgSlideContents #slide10 {
	position: relative;
	transform: none;
}
#switch6:checked ~ .ImgSlideContents #slide9,
#switch6:checked ~ .ImgSlideContents #slide10,
#switch7:checked ~ .ImgSlideContents #slide10,
#switch7:checked ~ .ImgSlideContents #slide6,
#switch8:checked ~ .ImgSlideContents #slide6,
#switch8:checked ~ .ImgSlideContents #slide7,
#switch9:checked ~ .ImgSlideContents #slide7,
#switch9:checked ~ .ImgSlideContents #slide8,
#switch10:checked ~ .ImgSlideContents #slide8,
#switch10:checked ~ .ImgSlideContents #slide9 {
	transform: translateX(-100%);
}
#switch6:checked ~ .ImgSlideContents #slide8,
#switch6:checked ~ .ImgSlideContents #slide9,
#switch7:checked ~ .ImgSlideContents #slide9,
#switch7:checked ~ .ImgSlideContents #slide10,
#switch8:checked ~ .ImgSlideContents #slide10,
#switch8:checked ~ .ImgSlideContents #slide6,
#switch9:checked ~ .ImgSlideContents #slide6,
#switch9:checked ~ .ImgSlideContents #slide7,
#switch10:checked ~ .ImgSlideContents #slide7,
#switch10:checked ~ .ImgSlideContents #slide8 {
	transition-duration: 0s;
}

/* :::::: arrow mechanism :::::: */
.sldarrow label {
	pointer-events: none;
}
#switch6:checked ~ .prev label[for="switch10"],
#switch7:checked ~ .prev label[for="switch6"],
#switch8:checked ~ .prev label[for="switch7"],
#switch9:checked ~ .prev label[for="switch8"],
#switch10:checked ~ .prev label[for="switch9"],
#switch6:checked ~ .next label[for="switch7"],
#switch7:checked ~ .next label[for="switch8"],
#switch8:checked ~ .next label[for="switch9"],
#switch9:checked ~ .next label[for="switch10"],
#switch10:checked ~ .next label[for="switch6"] {
	pointer-events: auto;
}
@media screen and (max-width:600px) {
#info .ImgSlide {
	position: relative;
	overflow: hidden;
	width: auto;
}
#info .sldarrow,
#info .sldarrow label,
#info .sldarrow .ico {
	position: absolute;
	margin:0;
}
#info .sldarrow {
	top: 0;
	margin: 0;
	transition: background .3s;
	width:40px;
	height:100%;
}
#info .sldarrow:hover {
	background: rgba(180,180,180);	
}
#info .prev {
	left: 0;
}
#info .next {
	left: inherit;
}

#info .sldarrow:hover {
	
}
#info .sldarrow,
#info .sldarrow label {
	cursor: pointer;
	width: 40px;
	height: 100%;
}
#info .sldarrow label {
	top: 0;
	left: 0;
	z-index: 1;
}
}


.ImgWindow517 {
	position:relative;
	width:517px;
}
.ImgWindow517 img {
	width:100%;
	height:auto;
}
@media screen and (max-width:600px) {
#info .ImgWindow517 {
	
	width:auto;
}
}
#info .inquiry-button {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  display: inline-block;
  position:relative;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
	flex-basis:80px;
	flex-glow:1;
	flex-shrink:1;
	display:block !important;
	text-align:center;
    border: 1px solid #ccc;
   background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
	background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
	background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
}
#info .inquiry-button:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
    background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}
#info .inquiry-button a {
	color:#006;
}


/*画像スライド*/
.i_slider {
  position: relative;
  max-width: 517px;
  margin: 10px 10px 10px 0px;
  overflow: hidden;
}

.i_slides {
  display: flex;
  transition: transform 0.5s;
  width: 100%; /* 3枚分 */
  height:auto;
}

.img {
  flex: 0 0 100%;
  background-size: cover;
  background-position: center;
  height: 375px;
}

/* ラジオボタンで制御（600px以上） */
#s1:checked ~ .i_slides {
  transform: translateX(0%);
}
#s2:checked ~ .i_slides {
  transform: translateX(-100%);
}
#s3:checked ~ .i_slides {
  transform: translateX(-200%);
}

#s4:checked ~ .i_slides {
  transform: translateX(0%);
}
#s5:checked ~ .i_slides {
  transform: translateX(-100%);
}
#s6:checked ~ .i_slides {
  transform: translateX(-200%);
}

/*ラジオボタン非表示*/
input[type="radio"]{
	display:none;
}

/* ナビゲーション */
.sl {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}
.sl label {
  opacity: 0.6;
  transition: 0.3s;
  cursor: pointer;
  border: 2px solid	transparent;
  border-radius: 4px;
  border: 2px solid #C6C6C6;
}
.sl img {
	width: 60px;
	height: auto;
	display: block;
	border-radius: 4px;
}

/*選択中のラベルにスタイル*/
#s1:checked ~ .sl label[for="s1"],
#s2:checked ~ .sl label[for="s2"],
#s3:checked ~ .sl label[for="s3"]{
	opacity: 1;
	border-color: #007bff;
}

#s4:checked ~ .sl label[for="s4"],
#s5:checked ~ .sl label[for="s5"],
#s6:checked ~ .sl label[for="s6"]{
	opacity: 1;
	border-color: #007bff;
}

/* スマホ表示（横スクロール） */
@media (max-width: 600px) {
.i_slider {
  position: flex;
  max-width: 100%;
  height: auto;
  margin: 10px 10px 10px 0px;
  overflow: hidden;
}


  .i_slides {
	display: flex;
    max-width: 100%;
    height: auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	margin: 10px 10px 0px 10px;
  }

  .img {
   flex: 0 0 100%;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   scroll-snap-align: start;
  }

  .sl {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 30px;
}
.sl label {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #CCC;
}
.sl img {
	display: none;
}

/*選択中のラベルにスタイル*/
#s1:checked ~ .sl label[for="s1"],
#s2:checked ~ .sl label[for="s2"],
#s3:checked ~ .sl label[for="s3"]{
	opacity: 0.5;
	border-color:#CCC;
}

#s4:checked ~ .sl label[for="s4"],
#s5:checked ~ .sl label[for="s5"],
#s6:checked ~ .sl label[for="s6"]{
	opacity: 0.5;
	border-color: #CCC;
}
 
/*無効な挙動を避ける*/
#s1:checked ~ .i_slides,
#s2:checked ~ .i_slides,
#s3:checked ~ .i_slides {
	transform: none;
}

#s4:checked ~ .i_slides,
#s5:checked ~ .i_slides,
#s6:checked ~ .i_slides {
	transform: none;
}  


}


