@charset "euc-jp";

.sub_category_area{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.sub_category{
  -webkit-box-flex:0;
      -ms-flex:0 0 25%;
          flex:0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.sub_category a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #231815;
    border-radius: 60px;
    line-height: 1.2;
    -webkit-transition: 0.25s;
    font-size: 12px;
    border: 2px solid #d2d2d2;
    font-weight: bold;
    width: 100%;
    position: relative;
}

.sub_category a:after {
    content: "";
    top: 50%;
    right: 10px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}


h1 {
  /*線の種類（実線） 太さ 色*/
  font-size:2em;
  border-bottom: solid 1px black;
  margin-bottom:1em;
  line-height: 1.5;
}


h2 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 1px black;
  font-size:1.5em;
  margin-top:2em;
  margin-bottom:1em;
}

h3.zoom__title {
  position: relative; /* 疑似要素絶対配置に必要なことが多い */
  padding-left: 0; /* アイコンのために余白を作っている場合ここを0に */
  margin-left: 0; /* 同様に */
}

h3.zoom__title::before {
  content: "";
  display: none !important;
}

h4 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size:20px;
}
h4:before, h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h4:before {
  left:0;
}
h4:after {
  right: 0;
}

.cg_freespace_01{
  color:black;
  font-family: georgia,serif; 
  font-size: 16px; 
  line-height: 1.73em;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 1em;
  margin-bottom: 1.8em;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/*ボックス装飾*/
.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 1px #a9a9a9;
}
.box1 p {
    margin: 1em 0.5em; 
    padding: 0;
}

/* 画面幅の50%の幅で画像を表示 */
image-vw {
  width : 30vw ; 
}

.itemList__teika {
  text-decoration: line-through;
  margin: 0;
}

.itemList__price {
  font-weight: bold;
  margin: 5px 0 0;
}
  