@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size: 10px;
	color: #212121;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

td,th {
	margin:0;
	font-size: 10px;
	color: #212121;
}

h1
{
font-size:10px;
margin-top:5px;
} 

h2{
padding: 10px;
font-weight:900;
margin:0 auto;
text-align:center;
}


h2:before, h2:after{
content: '';
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
vertical-align:middle;
}

h2:before {left:0; margin-right:5px;}
h2:after {right: 0; margin-left:5px;}


h3{
padding: 10px;
font-weight:100;
margin:0 auto;
text-align:center;
font-size:9px;
margin-top:-15px;
}





a {
	font-size: 11px;
	color: #999;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a:hover img {
opacity: 0.5;
}

input, select, textarea {
font-size: 11px;
color:#696969;
}

img {
border-style:none;
}

/*　全体　*/


#wrap {
	overflow: auto;
}

@media only screen and (max-width: 1050px) {
#wrap {
	overflow: auto;
	padding-top:25px;
}
}

/*====================
　　　#contents
====================*/

#contents {
	margin: 10px auto 0;
	padding:0 auto;
	width:1050px;
	}

@media only screen and (max-width: 1050px) {
#contents {
	margin: 10px auto 0;
	padding:0 auto;
	width:80%;
	}
}

@media only screen and (max-width: 750px) {
#contents {
	margin: 10px auto 0;
	padding:0 auto;
	width:100%;
	}
}

/* -------------------
　ドロワーメニュー
------------------- */

.drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.drawer_menu a:visited {
  color: inherit;
}

.drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 33px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 5px;
  left: 15px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.drawer_menu .drawer_button.active .drawer_bar {
  width: 33px;
}

.drawer_menu .drawer_button.active .drawer_bar1 {
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
}

.drawer_menu .drawer_button.active .drawer_bar2 {
  opacity: 0;
}

.drawer_menu .drawer_button.active .drawer_bar3 {
  transform: rotate(-42deg);
  -webkit-transform: rotate(-42deg);
}

.drawer_menu .drawer_button.active .drawer_close {
  display: block;
}

.drawer_menu .drawer_bar {
  display: block;
  height: 3px;
  margin: 8px 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transform-origin: 0 0;
}

.drawer_menu .drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.drawer_menu .drawer_nav_wrapper {
  height: 100%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transform: translate(-210px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #ccc;
  color:#212121;
  font-family: 'Abril Fatface', cursive;
  font-size:1.5em;
  line-height:2em;
  padding:1em;
  width:180px;
}

.drawer_menu .drawer_nav_wrapper.open {
  transform: translate(0);
  -webkit-transform: translate(0);
}

.drawer_menu.left .drawer_button {
  right: auto;
  left: 32px;
}

.drawer_menu.left .drawer_nav_wrapper {
  transform: translate(205px);
  -webkit-transform: translate(205px);
  right: auto;
  left: 0;
}

.drawer_menu.left .drawer_nav_wrapper.open {
  transform: translate(0);
  -webkit-transform: translate(0);
}

/*+++ MENU / CLOSE +++*/
.drawer_menu .drawer_button {
  color: #212121;
}

.drawer_menu .drawer_button .drawer_bar {
  background-color: #212121;
}



/*ボックス全体*/
.accbox {
    margin: 80px 0 0;
    padding: 0;
    max-width: 250px;/*最大幅*/
}

/*クリックで中身表示*/
.cssacc:checked + dt + .sub_menu {
    height: auto;
    opacity: 1;
}

.sub_menu {
	padding-left:1em;
	margin-bottom:2em;
}

.sub_menu li {
	font-size:0.75em;
	line-height:1.75em
}

dt {
	margin-bottom:2em;
}

/*====================
　　　　NEWS
====================*/

#news {
	width:90%;
	margin:0 auto;
}

#news h3 {
  position: relative;
  display:inline-block;
  padding: 0.2em 0.5em;
  background: #212121;
  color:#FFF;
  font-weight:bold;
}

#news h3:after {
position: absolute;
content: '';
top: 100%;
left: 28px;
border: 3px solid transparent;
border-top: 10px solid #212121;
width: 0;
height: 0;
}

#news ul {
  padding: 0 0.5em;
  position: relative;
}

#news ul li {
  line-height: 1.5;
  text-align:left;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px #666666;
  list-style-type: none!important;
}

#news ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0f3";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #212121; /*アイコン色*/
}

/*====================
　　　flexbox
====================*/

.flexwrap {
  width: 1050px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  z-index:100;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;

}

@media only screen and (max-width: 1050px) {
.flexwrap {
  width: 100%;
  margin: 0 auto 60px;
  box-sizing: border-box;
  z-index:100;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;

}
}

/*====================
　　　特集一覧
====================*/

.flexwrap {
  display: flex;
  background: #efefef;
  width: 100%;
  margin: 0 auto 60px 0;
  box-sizing: border-box;
}
.flexwrap > div {
  border: 1px solid #ddd;
  margin:5px;
  background: #fff;
  box-sizing: border-box;
}
.flexwrap p {
  margin-bottom: 0 !important;
font-size:10px;
}

.tit {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 10px !important;
}

 .feature {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .feature .item {
    display: flex;
    width: 49%;
  }

@media only screen and (max-width: 750px) {
  .feature .item {
    display: flex;
    width: 100%;
  }
}


  .feature .item > div:first-child {
    width: 100px;
    height: 100px;
    background: #ddd;
  }
  .feature .item > div:nth-child(2) {
    width: calc(100% - 115px);
    margin-left: 15px;
    text-align: left;
  }
  
 .feature_btn {
    display: inline;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #212121;
    border: solid 1px #212121;
    border-radius: 3px;
    transition: .4s;
	float: left;
}

.feature_btn:hover {
    background: #212121;
    color: white;
} 

.feature_btn:visited {
	text-decoration: none;
	color: #212121;
}


/* -------------------
　　シンプルボタン
------------------- */

.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #FFF;
    background: #212121;
    transition: .4s;
	margin:0 auto;
	font-weight:bold;
}

.square_btn:hover {
    background: #212121;
    color: #FFF;
}


/* -------------------
　　アイフレーム
------------------- */

.frame {
  position:relative;
  width:100%;
}

.frame iframe {

  top:0;
  left:0;
  width:100%;
  height:100%;
}

footer iframe {
    vertical-align: bottom;
}


  
/*====================
  　お買いものカゴ
====================*/

.cart_top {
position:fixed;
right:10px;
top:30px;
display:inline-block;
z-index:9;
}

/* -------------------
クーポン・セール関係
------------------- */

.coupon_sale {
	background:#000;
	margin:0 auto;
	padding:0;
	text-align:center;
}

@media only screen and (max-width: 1050px) {
.coupon_sale {
	background:#000;
	margin:0 auto;
	padding:0;
	text-align:center;
}

.coupon_sale img {
	width:100%;
}
}

/*　クーポン　*/

.coupon{
	position:fixed;
	bottom:10px;
	left:10px;
	z-index:1000;
	display:inline-block;
}





/* パソコンで見たときは"pc_view"のclassがついた部分が表示される */
.pc_view { display: block !important; }
.sp_view { display: none !important; }
/* スマートフォンで見たときは"sp_view"のclassがついた部分が表示される */
@media only screen and (max-width: 768px) {
.pc_view { display: none !important; }
.sp_view { display: block !important; }
}



.btn_andmore a{
	color:#FFFFFF;
	font-size:9px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.btn_andmore{
	width:70%;
	color:#FFFFFF;
	font-size:110%;
	background-color:#4c4c4c;
	text-align:center;
	padding:15px;
	margin: 0 auto;
    border-radius: 7px;
	
}








