@charset "utf-8";

/*  共通　*/
.sp-b40 {
  margin-bottom: 40px !important;
}
.sp-b50 {
  margin-bottom: 50px !important;
}
.sp-b100 {
  margin-bottom: 100px !important;
}

.inner-area {
  background-color: #fff;
  display: block;
  margin: 0 10px;
  padding-bottom: 31px;
  padding-top: 31px;
}

div.intro {
  width: 65%;
}

div.intro .about{
  float: none;
  width: auto;
  padding: 0px;
  line-height: 180%;
  font-size: 1rem;
  box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: revert;
  font-family: serif;
  font-weight: bold;
}

div.intro .about strong.head2{
  display: block;
  border-bottom: 1px solid #c00;
  margin-bottom: 20px;
  padding-bottom: 0.6rem;
  font-size: 1.4em;
  color: #CC0000;
  width: 40%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width:768px){
  div.intro {
      margin: 0rem auto;
      width: 100%;
  }
}

@media screen and (max-width:768px){
  div.intro .about {
      float: none;
      width: auto;
      padding: 15px;
      line-height: 180%;
      font-size: unset;
      box-sizing: border-box;
      margin-top: 0;
      margin-bottom: 0;
      max-width: unset;
      font-family: unset;
      font-weight: unset;
}
}

@media screen and (max-width:768px){
  div.intro .about strong.head2 {
      display: block;
      border-bottom: 1px solid #c00;
      margin-bottom: 20px;
      padding-bottom: 0.2rem;
      font-size: 1em;
      color: #CC0000;
      width: auto;
      margin: 0 auto;
      text-align: center;
      font-weight: bold;
  }
}

footer div.inner2 {
  background-color: white;
}

footer div.footMenu {
  display: flex;
  padding: 1.5rem 0;
  font-size: 0.9rem;
  width: 65%;
  margin: auto;
}

@media screen and (max-width:768px){
  footer div.footMenu {
      display: block;
      padding: 0;
      font-size: 0.9rem;
      width: 100%;
      margin: auto;
  }    
}

footer .footBottom .upper span.logo {
  display: inline-block;
  vertical-align: top;
  margin-left: 2rem;
}

address {
  display: inline-block;
  font-style: normal;
  font-size: 0.8rem;
  margin-left: 10px;
}

@media screen and (max-width:768px){
  address {
      display: none;
  }
}

h3 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: normal;
  margin: 0 auto;
}


.contents-wrap {
  width: 65%;
  margin: 20px auto;
  margin-top: 50px;
  max-width: 1230px;  
}

@media screen and (max-width:768px){
  .contents-wrap {
      width: 90%;
      margin: 10px auto;
  }
}

.contents-box4col_2 {
  margin-bottom: 2rem;
  margin-right: 0.8%;
  margin-left: 0.8%;
  padding: 5px;
  /* width: 22%; */
  width: 270px;
  background-color: #FFF;
  border: 1px solid #CC0000;
}

.contents-box4col_2 a {
  color: #3e3e3e;
  text-decoration: none;
}

.contents-box4col_2 img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}

.contents-box4col_2 h5 {
  font-size: 110%;
  text-align: center;
  color: #CC0000;
  font-weight: bold;
  padding: 13px 0px;
}

.contents-box4col_2 p {
  text-align: left;
  font-size: 80%;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px){
  .contents-box4col_2 {
      flex: 1 0 41%;
      margin: 5px;
      margin-bottom: 0.5rem;
      margin-right: 0.8%;
      margin-left: 0.8%;
      padding: 5px;
      width: 22%;
      background-color: #FFF;
      border: none;
  }
}

@media screen and (max-width: 768px){
  .contents-box4col_2 h5 {
      font-size: 73%;
      text-align: center;
      color: #CC0000;
      font-weight: bold;
      padding: 13px 0px;
  }
}

@media screen and (max-width: 768px){
  .contents-box4col_2 p {
      text-align: left;
      font-size: 66%;
      margin-bottom: 10px;
  }
}

/*  共通ここまで　*/

/*overview.html*/

.contents-wrap{
    width: 100%;
    margin-top: 20px;
}

.contact_wrap:hover {
    opacity: 0.7;
}

.contact{
    background-color: #fff9f2;
    padding: 50px;
}

@media screen and (max-width: 768px) {
    .contact{
        padding: 30px 20px;
    }
}

main section.page_main h3.color_black{
    color: #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
}

.contact_img1{
    width: 150px;
    height: auto;
}

.contact_img2{
    width: 200px;
    height: 200px;
}

.contact_wrap{
    width: 65%;
    border: 2px solid #f16623;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto;
    padding: 15px;
}

@media screen and (max-width: 768px){
    .contact_wrap{
        width: auto;
    }
}

.contact_wrap a {
    display: block;
    text-decoration: none;
}

.contents-box6col{
    background-color: #f16623;
    border-radius: 5px;
    margin-top: 15px;
}

.contact_btn{
    max-width: 100%;
}

.overview_contact_btn{
    max-width: 100%;
    width: 60%;
}

@media screen and (max-width: 768px) {
    .overview_contact_btn{
        max-width: 100%;
        width: auto;
    }
}

.business_subtitle{
    font-weight: bold;
}

/*sinsyohin1.html*/
.trade ul li{
    list-style-type: decimal;
    margin: 0 0 20px 20px;
}

.border_red{
    border-bottom: 1px solid #CC0000;
    color: #CC0000;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .title_about {
        line-height: normal;
        height: auto;
    }
}


/*catalog.html*/
div.intro .img {
    float: none;
    margin-top: 20px;
    width: 100%;
    height: 200px;
}

h4.catalog_about{
    font-size: revert;
    color: #CC0000;
    font-weight: bold;
    padding: 0;
    padding-bottom: 0;
    text-align: left;
    border-bottom: none;
    margin: 0;
    margin-top: 20px;
    width: auto;
}

.contents-box6col a {
    display: block;    
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .contents-box6col a {
        font-size: 0.9em;
    }
}

.catalog_frame{
    height: 180px;
}

@media screen and (max-width: 768px){
    .catalog_frame{
        height: 100px;
    }
}

/*counter.html*/
.item{
    margin-top: 30px;
}

.item ul{
    display: flex;
}

@media screen and (max-width: 768px) {
    .item ul{
        flex-flow: column;
    } 
}

.item ul li img{
    height: 300px;
    margin: 5px;
}

@media screen and (max-width: 768px) {
    .item ul li img{
        height: auto;
        margin: 5px;
        max-width: 100%;
    }
}

.item ul li img.hagaki{
    margin: 5px 0px;
    height: 200px;
}

@media screen and (max-width: 768px) {
    .item ul li img.hagaki{
        height: auto;
    }
}

/*jp-lawson.html*/
.color_hokkaido{
    background-color: #8886d9;
    color: #FFF;
    padding: 1px 3px;
    border-radius: 4px;
}

.color_kantou{
    background-color: #3ca941;
    color: #FFF;
    padding: 1px 3px;
    border-radius: 4px;    
}

.color_chubu{
    background-color: #98cc33;
    color: #FFF;
    padding: 1px 3px;
    border-radius: 4px;   
}

.color_kinki{
    background-color: #f3c40f;
    color: #FFF;
    padding: 1px 3px;
    border-radius: 4px; 
}

.color_kyushu{
    background-color: #fe7470;
    color: #FFF;
    padding: 1px 3px;
    border-radius: 4px; 
}

.shop_detail{
    text-align: left;
    font-size: 88%;
}

 /* NEW OPENに関するcss*/
.box27 {
    position: relative;
    background-color: aliceblue;
}

 /* NEW OPENに関するcss*/
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #0068B8;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

/*sinsyohin.html*/

.sinsyohinContent {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .sinsyohinContent {
        margin-top: 50px;
    }
}

.contact_wrap2 {
    display: flex;
}

@media screen and (max-width: 768px) {
    .contact_wrap2 {
        display: flex;
        flex-wrap: wrap;
    }
}

.ly_col2 {
    width: 350px;
}

.hp_margin_top27 {
    margin-top: 27.67px;;
}

/*privacy.html*/
.hp_urlSpace {
    margin-left: 10px;
  }
  
  @media screen and (max-width: 768px) {
    .hp_urlSpace {
      margin-left: 0px;
    }
  }
