/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

/*全体の文字色*/
body,
input,
select,
textarea {
	color: #555;
}

/*ヘッダーメニュー文字色*/
.main-nav ul li,
.secondary-nav span,
.main-nav ul li span,
.secondary-nav a {
	color: #555;
}

/*会社概要文字色*/
#company {
	color: #555;
}

/*プライバシーポリシー文字色*/
#privacy-policy {
	color: #555;
}

/*お取引について文字色*/
#deal {
	color: #555;
}

/*EVENT文字色*/
.event {
	color: #555;
}

/*ブログタイトル文字色*/
h2.entry-title {
	color: #555;
}

/*サイドメニュータイトル文字色*/
.sidebar .widget-box .widget-title {
	color: #555;
}

/*サイドメニュー文字色*/
.widget-box ul li a{
	color: #555;
}

/*お問い合わせフォーム文字色*/
#contactform {
	color: #555;
}

/*フッター文字色*/
.ft_submenu a {
	color: #555 !important;
}

/*メニュー 英語*/
.menu_en {
	padding-bottom: 0px;
	border-bottom: 1px solid #eee;
}

/*メニュー 日本語*/
.menu_jp {
	font-size:0.8em;
}

/*WORKS 矢印記号*/
.triangle{
  width: 0;
  height: 0;
	border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid;
	border-top-color: #999999!important;
	text-align:center!important;
	margin:auto;
}

/*WORKS 数字装飾 背景 PC版*/
.works_circle_background_number{
  background: #999999;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
	padding-top: 2px;
}
/*WORKS 数字装飾 背景 SP版*/
.works_circle_background_number_sp{
  background: #999999;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
	padding-top: 1px;
}

/*WORKS 数字装飾 囲み PC版*/
.works_circle_number {
  width: 30px;
  height: 30px;
  border: 1px solid black;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
	padding-top: 2px;
}

/*WORKS 数字装飾 囲み SP版*/
.works_circle_number_sp {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
	padding-top: 1px;
}

/*WORKS 外部リンクアイコン*/
.works_external_link a::after {
  margin: 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}
/*WORKS 外部リンク装飾*/
.works_external_link a {
  text-decoration: underline;
  font-weight: bold;
}

/*NEWS デザイン*/
div.whatsnew {
 border: 0px;
	margin-top:20px;
	margin-bottom:20px;
}
div.whatsnew div.wn-head {
	border-bottom:none;
	box-shadow: none;
	margin-bottom: 30px;
}
div.whatsnew div.wn-head .wn-title {
	text-align: center;
  font-weight: bold;
  font-size: 130%;
}
@media only screen and (max-width: 600px) {
	.news {
	height: auto;
  }
}

/*TOP SHOP LIST*/
#top_shop_bn3 h3 {
text-align:center;
font-weight:bold;
font-size:130%;
margin-top:60px;
margin-bottom:60px;
}

#top_shop_bn3 ul.bn3 {
width: 100%;
margin: 0px;
padding: 0;
list-style-type: none;
}

#top_shop_bn3 ul.bn3 li {
width: 33%;
padding: 0;
float: left;
text-align: center;
}

#top_shop_bn3 ul.bn3 li .shop_name {padding: 10px;font-weight:bold;font-size:110%;}

#top_shop_bn3 ul.bn3 li .shop_text {
padding: 10px;
font-size:100%;
}

@media only screen and (max-width: 600px) {

#top_shop_bn3 ul.bn3 {
	width: 100%;
	margin: -4px auto 0;
  }

#top_shop_bn3 ul.bn3 li {
	width: 50%;
	padding: 0;
	float: left;
	text-align: center;
  }
}

