<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
body{
	-webkit-text-size-adjust:100%;
	margin: 0;
}
#wrapper {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	background-size: contain;
	width: 1150px;
	margin: -3px auto 0;
	padding-bottom:50px;
}
.footstepBox {
	padding:0;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	text-align: left;
}
#main{
	margin-bottom: 30px;
	text-align: center;
}
#main img,
.contactArea img{
	max-width: 100%;
}
#main h1{
	margin-top: 60px;
	padding: 0;
	text-align: center;
}
#main h1 img.sp{
	display: none;
}
#main p{
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	line-height: 1.6;
	padding: 0 15px;
}

#contents{
	width:905px;
	margin:50px auto;
	text-align:left;
}
#contents p{
	margin: 0 0 0.3em;
	line-height: 1.6;
}
#contents img{
	max-width: 100%;
}
#contents ul{
	list-style: none;
	padding:0;
}

/* products */
.products ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.products ul li{
	border: 4px solid #E4E4E4;
	padding: 60px 30px 20px;
	position: relative;
	box-sizing: border-box;
}
.products ul li:nth-child(1),
.products ul li:nth-child(2){
	width: 48%;
	margin-bottom: 30px;
}
.products ul li .catch{
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	background: #02AFDD;
	padding: 0.5em 1em;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.products ul li figure{
	text-align: center;
}
.products ul li h2{
	text-align: left;
	font-size: 30px;
	margin-bottom: 0.5em;
}
.products .size{
	font-size: 14px;
}
.products .price{
	font-size: 15px;
	margin-bottom: 1.0em;
}
.products .price .cancel{
	position: relative;
}
/*
.products .price .cancel {
	background-image: linear-gradient(#e70000, #e70000);
	background-position: 0 50%;
	background-size: 100% 4px;
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 0 2px;
}*/
.products .price .cancel {
    position: relative;
}
.products .price .cancel::after {
    content: '';
    transform: rotate(-5deg);
    width: 100%;
    border-top: 3px solid #f00;
    position: absolute;
    top: 50%;
    left: 0;
}
.products .price .discount {
	display: inline-block;
	background: #F70000;
	color: #fff;
	padding: 7px 10px 5px;
	font-size: 16px;
	font-weight: bold;
}
.products .explain {
	font-size: 15px;
}
.products li.panda {
	width:  100%;
	padding: 30px 30px 20px;
}
.products li.panda &gt; div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.products li.panda &gt; div .left {
	width: 35%
}
.products li.panda &gt; div .right {
	width: 65%
}


/* shop */
.shop {
	margin:100px auto 50px;
	text-align: left;
	width: 902px;
}
.shop h2 {
	margin:0 0 50px 0;
	font-size:24px;
	font-weight:bold;
	position: relative;
	text-align: center;
}
.shop p {
	font-size:16px;
	text-align: center;
	margin-bottom: 20px!important;
}
.shop h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 4px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #D21029;
}
.shop ul.shop_link {
  font-size: 0;
}
.shop ul.shop_link li {
	display:inline-block;
	width:160px;
	font-size: 16px;
	text-align:center;
	margin-right: 25px;
}
.shop ul.shop_link li:last-child {
	margin-right: 0px;
}
.shop ul.shop_link li a {
	display:block;
	color:#fff;
	padding: 10px 0 20px;
	text-decoration: none;
	background-color: #D21029;
	background-image: url(../images/shop_list_icon.png);
	background-repeat: no-repeat;
	background-position: center 85%;
}
.shop ul.shop_link li a:hover {
	background-color: #f06f92;
	background-position: center 80%;
}
.shop section {
    padding-top: 100px;
    margin-top: -100px;
}
.shop h3 {
	border-left: 4px solid #D21029;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 30px;
	clear: both;
}
.shop table {
	width: 100%;
	border-collapse:collapse;
}
.shop table th {
	border: 1px solid #cacaca;
	background-color: #eaeaea;
	text-align: center;
	font-size: 13px;
	padding: 5px;
}
.shop table td {
	border: 1px solid #cacaca;
	font-size: 13px;
	padding: 5px;
}
.shop table tr th.zaiko,
.shop table tr td:nth-child(5),
.shop table tr td:nth-child(6),
.shop table tr td:nth-child(7) {
	text-align: center;
}
.shop table tr td:nth-child(1){
	width: 20%;
}
.shop table tr td:nth-child(2){
	width: 10%;
}
.shop table tr td:nth-child(3){
	width: 40%;
}
.shop table tr td:nth-child(4){
	width: 15%;
}




/* contact */
.contactArea{
	margin-top: 60px;
}
.contactArea .near{
	font-size:30px;
	font-weight: bold;
	text-align:center;
	color: #fff;
}
.contactArea .btn_sale{
	margin-top: 30px;
}
.contact{
	width:740px;
	margin:60px auto 0;
	padding:20px;
	background: #fff;
	border: 4px solid #E4E4E4
}
.contact,
.contact *,
.contact :before,
.contact :after{
	-webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.contact h3{
	font-size:23px;
	text-align:center;
	color:#2E3445 !important;
	margin-bottom:10px;
}
.contact .time{
	text-align:center;
	font-size:14px;
	margin-bottom:20px;
}
.contact .container-fluid{
	padding: 0;
}
.contact .col_box{
	overflow:hidden;
}
.contact .col{
	float:left;
	width:50%;
	padding-left:15px;
	padding-right:15px;
}
.contact .contact_tel strong{
	display:block;
	font-family:"Roboto",sans-serif;
	font-size:40px;
	line-height:1em;
	text-align:center;
}
.contact .contact_tel .col &gt; a{
	display:block;
	color:#FFF;
	text-align:center;
	width:300px;
	height:52px;
	font-size:20px;
	background:#005C94;
	padding-top:18px;
	border-radius:6px;
	font-weight:bold;
}
.contact .contact_tel .col &gt; a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.contact .contact_line{
	border-top:2px solid #dedede;
	margin-top:20px;
	padding-top:20px;
}
.contact .contact_line h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:6px;
}
.contact .contact_line p{
	font-size:14px;
	line-height:1.6em;
}
.contact .contact_line a{
	display:block;
	color:#FFF;
	text-align:center;
	width:300px;
	height:54px;
	font-size:20px;
	background:#6BC315;
	padding-top:16px;
	border-radius:6px;
	font-weight:bold;
}
.contact .contact_line a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.contact .contact_line a img{
	height:23px;
	width:auto;
}
.middleBox {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
	width: 902px;
	line-height: 150%;
}
.middleBox .abstTit {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
}
.middleBox dl dt {
	font-weight: bold;
}
.middleBox dl dd {
	margin:0 0 0.2em 1.0em;
	text-indent:-1.0em;
}

/* guideBox */
#guideBox{
	max-width: 1000px;
	margin: 30px auto;
}
#guideBox h3{
	font-size: 30px;
	text-align: center;
	color: #345c91;
	margin-bottom: 1.0em;
}
#guideBox ul.productLink{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#guideBox ul.productLink li{
	width: 25%;
	list-style: none;
	text-align: center;
	padding: 0 15px;
	font-size: 13px;
	box-sizing:border-box;
}
#guideBox ul.productLink li .img img{
	width: 128px;
	max-width: 100%;
}
#guideBox ul.productLink li a {
	text-decoration: none;
}
#guideBox ul.productLink li a h4 {
    color: #1B558C;
    font-size: 18px;
	text-decoration: none;
	margin: 10px 0;
}
#guideBox ul.productLink li p{
	text-align: left;
}

@media only screen and (max-width: 640px) {
#wrapper {
	width:auto;
}
.footstepBox {
	width:auto;
	padding-left: 15px;
}
#main{
	background: url(../images/bg_main_sp.png) no-repeat top;
	background-size: contain;
	padding-bottom: 0;
}
#main h1{
	margin: 15px 10px 20px;
}
#main h1 img.sp{
	display: block;
}
#main h1 img.pc{
	display: none;
}
#main p{
	font-size: 14px;
	margin-top: 0;
}
#contents{
	width:auto;
	padding: 10px;
	margin: 30px 10px;
}
#contents .copy{
	font-size: 14px;
}
#contents img{
	max-width: 100%;
	height:auto;
}

/* products */
.products ul li:nth-child(1),
.products ul li:nth-child(2){
	width: auto;
	margin-bottom: 30px;
}
.products ul li:nth-child(1) figure img,
.products ul li:nth-child(2) figure img{
	width: 85%;
}
.products ul li{
	padding: 60px 15px 20px;
}
.products ul li .catch{
	font-size: 16px;
}
.products ul li figure{
	margin: 0;
}
.products ul li figure img{
	width: 80%;
}
.products ul li h2{
	font-size: 18px
}
.products .price .cancel {
    margin-bottom: 10px;
	display: inline-block;
}
.products li.panda {
	padding: 60px 15px 20px;
}
.products li.panda &gt; div {
	display: block;
	flex-wrap: wrap;
}
.products li.panda &gt; div .left {
	width: auto;
}
.products li.panda &gt; div .right {
	width: auto;
}
.products .size,
.products .explain {
	font-size: 13px;
}

/* shop */
.shop {
	margin:70px auto 50px;
	width: auto;
}
.shop h2 {
	font-size:16px;
}
.shop p {
	font-size:12px;
}
.shop section {
    padding-top: 50px;
    margin-top: -50px;
}
.shop h3 {
	font-size: 13px;
}
.shop ul.shop_link li {
	display:inline-block;
	width:46%;
	margin:0 2% 10px;
	font-size: 14px;
}
.shop .table {
	overflow: scroll;	
}
.shop table {
	width: 700px;
}
.shop table td {
	font-size: 11px;
}


.contactArea{
	margin: 30px 10px 0;
	margin-right: 10px;
}
.contactArea .near{
	font-size:15px;
}
.contactArea .btn_sale{
	margin-top: 10px;
}

/* contact */
.contact{
	width:auto;
	margin:20px 0 0;
	padding:10px 0;
}
.contact h3{
	font-size:16px;
}
.contact .time{
	font-size:12px;
	margin-bottom:10px;
}
.contact .col_box{
	margin-left:15px;
	margin-right:15px;
}
.contact .col{
	float:none;
	width:auto;
	padding:0;
}
.contact .contact_tel strong{
	margin-bottom:10px;
}
.contact .contact_tel strong,
.contact .contact_tel strong a{
	font-size:24px;
	text-decoration:none;
}
.contact .contact_tel .col &gt; a{
	width:100%;
	height:40px;
	font-size:16px;
	padding-top:12px;
}
.contact .contact_line h4{
	font-size:14px;
	text-align:center;
}
.contact .contact_line p{
	font-size:12px;
	line-height:1.4em;
	text-align:center;
	margin-bottom:10px;
}
.contact .contact_line a{
	width:100%;
	height:41px;
	font-size:16px;
	padding-top:11px;
}
.contact .contact_line a img{
	height:20px;
}

.middleBox {
	margin: 20px 0;
	width: auto;
	padding-top: 0px;
	font-size: 13px;
}
.middleBox dl dd {
	margin:0 0 0.2em 1.0em;
	text-indent:-1.0em;
}

/* guideBox */
#guideBox h3{
	font-size: 22px;
}
#guideBox ul.productLink li{
	width: 50%;
}
#guideBox ul.productLink li a h4 {
    font-size: 14px;
}
#guideBox ul.productLink li p{
	text-align: left;
}
#guideBox ul.productLink li .img img {
    max-width: 90px;
}
}</pre></body></html>