/* スマートフォン用CSS */
@media screen and (max-width: 640px) {

body{
	width:device-width;
	margin:0px;
	padding:0px;
	background:#ffffff;
	color:#222222;
	font-size:11pt;
	line-height:130%;
}

#keyword{
	display:none;
}

#all {
	width:device-width;
	text-align:left;
	margin:0px;
	padding:0px;
}
#header {
	display:none;
}
/*メニュー */
#navi {
	display:none;
}
#headder {
	/*margin-top: -8px;*/
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	z-index: 999;
	background-color: #FFF;
	width: 100%;
	height: 86px;
	border-bottom:solid 3px #B4A5A6;
}
#headder .logo {
	float: left;
	margin-left: 0px;
	padding-top: 0px;
}

#headder .menubtn {
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#headder .right-menu {
	display: block;
	float: right;
	width: 40px;
}


#headder ul {
	float: right;
	padding-top: 20px;
}
#headder ul a{
	background-repeat: no-repeat;
	background-position: 10px 3px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: normal;
	padding: 5px;
	width: 130px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border: 1px solid #999;
	text-align: center;
}
#headder ul a:hover {
	background-color: #000;
}
#headder ul li {
	float: left;
	margin-left: 20px;
}

#headder p{
/*	height: 15px;*/
	width:device-width;
	color:#ffffff;
	font-size: 10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	background-color:#999;
}

#content {
	width:device-width;
	margin: 0px;
	padding: 85px 5px 65px 5px;
}

#content h1 {
	margin: 30px 0px 15px 0px;
	padding: .5em .75em;
	background: #fff;
	border-top: 1px dashed #514344;
	border-bottom: 1px dashed #514344;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
	font-size:21px;
}	
#content h1::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
#content h2 {
	padding: 10px;
	position: relative;
	overflow: hidden;
	background-color: #514344;
	color: #FFF;
	border-radius:5px;
	font-size:19px;
}
#content h2:before{
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0px;
	display: block;
	width: 140px;
	height: 70px;
	background-color: #FFF;
	border-radius: 70px 70px 0 0;
	opacity: 0.6;
}
#content h2:after{
	content: '';
	position: absolute;
	bottom: -1px;
	right: 110px;
	display: block;
	width: 70px;
	height: 35px;
	background-color: #FFF;
	border-radius: 35px 35px 0 0;
	opacity: 0.6;
}

#content h3 {
	margin: 30px 0px 10px 0px;
	padding:7px 20px 7px 20px;
	border: 2px solid #514344;
	border-radius: 4px;
	font-size:17px;
	background: #fff;
}

#content h4{
	margin: 20px 0px 10px 0px;
	padding:5px 20px 5px 25px;
	border-top: 2px solid #514344;
	border-bottom: 2px solid #514344;
	font-size:16px;
}

#content h5{
	margin: 30px 0px 30px 0px;
	padding:5px 20px 0px 25px;
	font-size:15px;
	text-align: right;
}
#content h5 A         { color:#0066FF; text-decoration: none;}
#content h5 A:link    { color:#0066FF; text-decoration: none;}
#content h5 A:visited { color:#0066FF; text-decoration: none;}
#content h5 A:hover   { color:#ff3300; text-decoration: none;}


#content p {
	width:device-width;
	margin: 0px;
	margin: 5px 20px 0px 35px;
	padding:0px 10px 0px 0px;
	font-size:13px;
	line-height: 170%;
	color: #333333;
}

#content p A         { color:#0066FF; text-decoration:underline;}
#content p A:link    { color:#0066FF; text-decoration:underline;}
#content p A:visited { color:#0066FF; text-decoration:underline;}
#content p A:hover   { color:#ff3300; text-decoration:underline;}

#box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
	width: 100%;
	height: 150px; 
	overflow: auto;
	background-color:#F7F7F7;
}


#content table {
	width:device-width;
	text-align: left;
	font-size:13px;
}

#content table.type01 {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:13px;
}

#content table.type01 th {
	display:block;
	width:98%;
	padding: 3px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	font-weight: normal;
}
#content table.type01 td {
	display: list-item;
	padding: 3px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*画像にマウスを載せると色が薄くなる*/
a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}

/* フッター TOP */
#footer_top {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#foot_top {
 display:none;
}
/* フッター */
#foot {
 display:none;
}

/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
#footer_menu ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#footer_menu li {
	display: inline-block;
	font-size: 12px;
	width: 25%;
	text-align: center;
	border-radius: 5px;
	background:#999;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

#footer_menu {
	width: 100%;
	height:60px;
	position: fixed;
	bottom: 0;
	background-color: #ECECFB;
}

/*topへボタン*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 70px;   /* ←下端からの距離 */
	right: 5px;    /* ←右端からの距離 */
	width: 100px;     /* ←横幅 */
	height:100px;
	
	/* ▼最初は非表示にしておく */
	display: none;
	
	/* ▼配色・配置・文字の装飾など */
	opacity: 0.75;             /* ←透明度 */
	border-radius: 0px;       /* ←角丸の半径 */
	text-align: center;    /* ←文字の位置 */
	font-size: 80%;       /* ←文字サイズ */
	font-weight: bold;     /* ←文字の太さ */
	margin: 0px;    /* ←外側の余白 */
	padding: 0px;  /* ←内側の余白 */
}
#topbutton a {
	/* ▼リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
}
#topbutton a:hover {
	/* ▼マウスが載ったときの装飾 */
	color: #333333;              /* ←文字色 */
	text-decoration: underline; /* ←下線あり */
}

img{
	max-width: 100%;
	height: auto;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#pc {
	display:none;
}

.bn {
	display:none;
}

.bn02 {
	display:none;
}
/*--------------------------
コンテンツ(product)
--------------------------*/
.product {
	margin: 10px 5px 30px 5px;
	padding: 0px;
	width:45%;
	height: 200px;
	float: left;
	line-height: 100%;
	border: 1px #999 dashed;
	background-color: #999;
}

.product A:link    { color:#FF6600; text-decoration:none;}
.product A:visited { color:#FF6600; text-decoration:none;}
.product A:hover   { color:#ff3300; text-decoration:none;}

.product img {
	object-fit: contain;
	width: 98%;
	margin: 0px;
	padding: 2px;
}

.product h6{
	height: 20px;
	margin: 0px;
	padding: 10px;
	font-size:17px;
	color: #fff;
}
.product p{
	margin: 0px;
	padding: 5px;
	width: 150px;
	height: 50px;
	font-size:15px;
	color: #333;
	line-height: 120%;
}

.product p A         { color: #333; TEXT-DECORATION: none;}
.product p A:link    { color: #333; TEXT-DECORATION: none;}
.product p A:visited { color: #333; TEXT-DECORATION: none;}
.product p A:hover   { color: #ff3300; TEXT-DECORATION: none;}

/*--------------------------
商品画像調整
--------------------------*/
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

/*--------------------------
商品画像調整
--------------------------*/
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
/*--------------------------
文字を囲むボックスの装飾
--------------------------*/
.box-01 {
    border: 4px solid #514344;
    border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
    margin: 20px 10px;
    padding: 20px;
}
	
/*--------------------------
協賛企業の画像調整
--------------------------*/
	.sponsors {
	margin: 0px;
	padding: 7px;
}
}