@charset "utf-8";


/****************************共通******************************/
html{
	height: 100%;
}
body {
	min-height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    background-color: #121212;
}

ul,li{
	list-style: none;
}

a{
    text-decoration: none;
}

a:hover {
opacity: 0.7;
}
.width1000{
    width:1000px;
    margin:0 auto;
}
section.product-back {
    display: none;
}
.sp{
		display:none;
	}

.grecaptcha-badge { visibility: hidden; }
/***************************ヘッダー********************************/
header {
    background-color: #000;
    width: 100%;
}
.white-head {
    width: 100%;
    background-color: #fff;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /* text-align: center; */
    /* position: relative; */
    
}
.white-head h1{
    margin: 5px auto 5px calc(50vw - 100px);
}
.white-head img{
    max-width: 200px;
    max-height: 90%;
}
.fx-container{
    height: 100%;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
}


.fb-icon{
    height: 80px;
    width: 80px;
    color: #4267B2;
    align-self: flex-end;
    margin-right: 1vw;
}

.ameba{
    background-color: #2d8c3d;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: white;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 1rem;
    margin-right: 1vw;
}

.ameba,
.ameba:hover {
    text-decoration: none;
    color: white;
}
@media only screen and (min-width: 600px) {
    .fx-container {
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-end;
    }
}
@media screen and (max-width:600px){
    .fb-icon{
        height: 40px;
        width: 40px;
    }
    .ameba{
        height: 40px;
        width: 40px;
        font-size: 0.6rem;
    }
}

#gnavi ul {
    text-align: center;
    margin: 10px 0 0px 0;
    padding: 0 0 10px 0;
}
#gnavi li{
	display: inline-block;
	margin:0 30px 0 30px;
}
#gnavi a{
	color:#fff;
	font-size: 1.8vw;
}

.midashi h2 {
    text-align: center;
    font-size: 80px;
    color: #dc3545;
}
.midashi h2 span {
    font-size: 80%;
    color: #717171;
    border-left: 2px solid;
    margin: 0 0 0 50px;
    padding: 0 0 0 50px;
}
section.midashi {
    padding: 30px 0 30px 0;
    border-bottom: 10px solid #fff;
    background-color: #000;
}
#top-back-link {
    max-height: 40px;
    justify-self: center;
    align-self: center;
    margin-right: 1vw;
}

#top-back-link a {
    background-color: #f00;
    color: #fff;
    font-size: 200%;
    padding: 0px 20px;
    border-radius: 5px;
    /* position: absolute;
    top: 22px;
    right: 50px; */
}

/***************************フッター*******************************/
footer {
    background-image: url(img/common/greenback.png);
    position: relative;
    padding: 50px 0 10px 0;
    border-top: 10px solid #dc3545;
}
div#footer-image {
    width: 480px;
    margin: 0 auto;
}
p.copy {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#footer-nav a {
    color: #fff;
    font-size: 23px;
}
#footer-nav ul {
    text-align: center;
}
#footer-nav {
    width: 600px;
    margin: 24px auto 0;
    height: 150px;
}
#footer-nav li {
    display: inline-block;
    margin: 10px 15px;
}
footer.footer-bg {
    background-image: none;
    border: none;
}
/***************************TOPスライダー*******************************/
.main {
    border-bottom: 20px solid #FFF;
}
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.bx-wrapper li{
    left:0!important;
}
#main-slider{
    position: relative;
}
img.bk-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 60.8vw;
}

/**************************TOPコンテンツ***************************/
div#top-newitem {
    margin: 20px 0 50px 0;
}
div#top-newitem a {
    display: block;
    margin: 20px auto;
}
.top-link li {
    display: inline-block;
    width: 330px;
}

section.top-news {
    width: 48%;
    margin: 50px 0 0 0;
    display:inline-block;
}
div#topics {
    background-color: #4D4D4D;
    padding: 25px 10px 25px 10px;
}
h2.top-title {
    color: #bf272d;
    font-weight: bold;
    width: 100%;
    font-size: 150%;
    padding: 0 0px 0 0px;
}
h2.s1 span {
    background-color: #fff;
    padding: 0px 10px 0 10px;
}
.s1 {
    color: #444;
    font-size: 24px;
}
.s1:before, .s1:after {
    content: "";
    height: 1px;
    background: #dc3545;
    display: inline-block;
    vertical-align: middle;
}
.s1:before {
    margin-right: .4em;
    width:50px;
}
.s1:after {
    margin-left: .4em;
    width:325px;
}
#topics {
    background-color: #4D4D4D;
    padding: 20px 10px 20px 10px;
    margin: 20px 0 0 0;
}
ul.info {
    color: #fff;
}
.info li{
    border-bottom: 2px dotted #fff;
}
.info li+li {
    margin: 40px 0 0 0;
}
span.cat-name {
    background-color: #dc3545;
    color: #fff;
    padding: 3px 5px;
    font-weight: bold;
}
.new-excerpt {
    margin: 10px 0 10px 0;
}
h2.s2 span {
    background-color: #fff;
    padding: 0px 10px 0 10px;
}
.s2 {
    color: #444;
    font-size: 24px;
}
.s2:before, .s2:after {
    content: "";
    height: 1px;
    background: #dc3545;
    display: inline-block;
    vertical-align: middle;
}
.s2:before {
    margin-right: .4em;
    width:50px;
}
.s2:after {
    margin-left: .4em;
    width:247px;
}

div#top-days {
    background-color: #fff;
    margin: 20px 0 0 0;
}
span.simcal-event-title {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    /* text-align: center; */
    background-color: #dc3545;
    padding: 0 8px;
}
.simcal-week div {
    min-height: 78px!important;
}
th.simcal-nav.simcal-current h3 {
    font-size: 130%;
}
section#top-cal {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    /* background-color: #f8f9fa; */
    margin: 50px 0px 0 35px;
}

#top-facebook{
    margin:100px 0 50px 0;
}
#top-facebook a {
    width: 480px;
    display: block;
    margin: 0 auto;
}

p.copy-bg {
    display: none;
}




/********************商品ページ***********************/
body.single-works {
    background-image: url(img/common/greenback.png);
}
.product-wid {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.product-content {
    width: 40%;
    display: inline-block;
    margin: 20px 20px;
}
.product-content img {
    width: 100%!important;
    height: auto!important;
}

.single-item-title a {
    font-size: 200%;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #dc3545;
    padding: 10px 10px 0px 10px;
    margin: 0 10px 0 10px;
    line-height: 135%;
}
.accessory-list a {
    color: #fff;
    font-size: 300%;
}
.accessory-list li {
    background-color: #000;
    padding: 30px;
}
.product-content {
    width: 40%;
    display: inline-block;
    margin: 20px 20px;
    background-color: #000;
    padding: 30px 0;
}
a.contact-title {
    color: #fff;
    font-size: 280%;
}
span.new-txt {
    background-color: #dc3545;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    margin: 0 30px 0 0px;
}
.read-link a {
    background-color: #dc3545;
    color: #fff;
    border-radius: 7px;
    padding: 5px 10px;
    font-weight: bold;
}
p.read-link {
    margin: 20px;
    text-align: right;
}
.item-it {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    margin: 20px 10px 20px 10px;
}
.single-contain {
    width: 95vw;
    margin: 0 auto;
    background: #000;
    padding: 0 0 40px 0px;
}
div#bxsliderbox {
    width: 55%;
    display: inline-block;
}
ul#bx-pager {
    text-align: center;
    margin: 30px 0 0 0;
}
ul#bx-pager li {
    display:inline-block;
    width: 24.5%;
    margin: 0 0 0 0%;
}
ul#bx-pager img {
    width: 100%;
    height: auto;
}
.single-box {
    display: inline-block;
    width: 42%;
    vertical-align: top;
    color: #fff;
    margin: 0 0 0 25px;
}

.single-title h2 {
    font-size: 300%;
    text-align: center;
}
.single-catch {
    font-size: 220%;
    margin: 20px 0;
    /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; */
    color: red;
    font-weight: bold;
}
.single-explain {
    margin: 20px 0 50px;
}
.single-explain h3 {
    background-color: #ff0000;
    padding: 5px 10px;
    font-weight: bold;
    width: 86px;
    margin: 10px 5px 5px;
}
.single-explain p {
    font-size: 1.1vw;
    line-height: 1.2;
}

table.single-item-info {
    width: 100%;
    font-size: 1.1vw;
}
table.single-item-info th {
    font-weight: normal;
    padding: 7px 25px 7px 0;
}
table.single-item-info th {
    width: 32%;
}
p.single-price {
    font-size: 1.1vw;
    margin: 20px 0 0 0;
    text-align: right;
}

/*********************コンセプト************************/
h2.top-title.white {
    width: 1000px;
    display: block;
    margin: 60px auto 10px;
    color: #fff;
    border-bottom: 2px solid;
    padding: 0 20px;
    font-size: 250%;
}
h2.top-title.black {
    width: 1000px;
    display: block;
    margin: 60px auto 10px;
    color: #121212;
    border-bottom: 2px solid;
    padding: 0 20px;
    font-size: 250%;
}
table.company01 {
    width: 480px;
    display: inline-block;
}
table.company02 {
    width: 480px;
    display: inline-block;
    vertical-align: top;
}
div#boss-message {
    border-bottom: 13px solid #000;
}

.company-te th{
    width: 30%;
    vertical-align: top;
    padding: 20px 0 0 0;
    color: #495057;
}
.company-te td{
    padding: 20px 0 0 0;
    color:black;
}
.back-w {
    background-color: #fff;
    margin: 0 0 0 0!important;
    padding: 50px 0 50px 0;
}
.width500 {
    display: inline-block;
    width: 49%;
    vertical-align: text-top;
}

/************************SHOP***************************/

/*#page-shops{
    background-image: url(img/about-title.png);
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}*/
a.shops-title {
    color: #fff;
    font-size: 300%;
}
.shops-wid {
    display: block;
    width: 1000px;
    text-align: center;
    margin: 43px auto 100px;
}

.shops-content {
    display: inline-block;
    width: 45%;
    margin: 30px 2% 0 2%;
    background-color: #000;
    padding: 20px;
}

.shops-title img {
    width: 100%;
    height: auto;
}


.shops-link{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(211, 41, 41, 0.89) 100%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .3s;
    color: white;
    font-weight: bold;
}

.shops-link:hover{
    background-position: -100% 0;
    color: #fff;
    text-decoration: none;
  }


  .shops-area{
    margin: 5% auto 0%;
    width:80%;
  }
  .shops-area th {
    background-color:rgba( 255, 0, 0, 0.25 );
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
    text-align: center;
    width:30%;
  }

  .shops-area td {
    border: solid 1px #ccc;
    padding: 10px;
    color:white;
  }

  .table-area-title{
    color: white;
    font-size: 3vw;
    text-align: center;
    margin: 2% auto -2%;
    width: 75%;
  } 

  /* .table-area-title::after{
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);  
  }  */

section.shops-back {
    text-align: center;
    margin: 50px;
}
/************************プライバシーポリシー***************************/
.privary-container{
    color: white;
    font-size:100%;
    width: 700px;
    margin: 3% auto 3%;
}

.section-title{
    font-size:2em;
}
h4.privary-title {
    margin: 20px 0 5px 0;
    font-size: 120%;
    font-weight: bold;
}

/*********CONTACT（石井記載）*********/

#page-contact {
    background-image: url(img/about-title.png);
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}

#contact{
    text-align: center;
    color: white;
}

input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm{
    font-size: 17px;
    padding: 3px 25px;
    background: #e9e9e9; 
    color: #363B3F;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-top: none;
    border-right: none;
    border-left: none;
    /* border-bottom: solid 4px #dcdcdc; */
}

a.top-back{
    color:white;
}



.table-contactform7{
    overflow: hidden;
    table-layout: fixed;
  }

  table.table-bordered.table-striped.table-contactform7{
    width: 60%;
    max-width: 100%;
    background-color: transparent;
    margin: 3% auto 3%;
  }
   
  .required-contactform7{
    padding: 5px;
    background-color:#BF272D;
    border-radius: 3px;
    margin-right: 3px;
  }
   
  .unrequired-contactform7{
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
  }
   
  .table-contactform7 th{
    font-weight:bold;
  }
   
  .table-contactform7 input,
  .table-contactform7 textarea{
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
    width: 80%;
  }
   
  .address-100 input{
    max-width: 90% !important;
    margin: 5px 10px 10px 5px;
  }
  input[type="radio"] {
        /* width: unset; */
    }
   
  .message-100 textarea{
    width: 100%;
    margin: 5px 10px 10px 5px;
  }

  .wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-lg{
    background-color: #BF272D;
    border-color: #BF272D;
  }

  a.top-back p{
    transform: translate(-0.5%,0%);
    margin: 3% 0 1% 0;
}

a.item-all h3{
    padding: 5px;
    background: #BF272D;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
    display: inline-block;
}


/********** お知らせ記事のCSS ***********/

/*#page-news{
    background-image: url(img/about-title.png);
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}*/

.news-title{
    position: relative;
    padding: 0.25em 0;
    display: block;
    margin: 0 0 1% 5%;
    font-size:2vw;
}

.news-test time{
    color:white;
    display: inline-block;
    margin:0 0 2% 5%;
    font-size: 20px;

}

.news-test p{
    color:white;
    margin:0 auto;
    width:90%;
}

.news-title a{
    padding: 5px;
    color: white;
    display: inline-block;
    text-decoration: none;
}
  
/* .news-title:after{
    content: "";
    display: block;
    height: 3px;
    background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
  } */



.news-link{
    text-align: center;
}

.news-link a{
      color:white;
      text-decoration: none;
      margin: 3% 0 0 1%;
      display:inline-block;
  }

.news-test p {
    color: white!important;
    margin: 0 0 0 5%!important;
    width: 90%;
    font-size: 1.5vw!important;
}

.news-test span {
    color: white!important;
    margin: 0!important;
    width: 100%;
    font-size: 1.5vw!important;
}

.news-test img{
    margin: 5% auto 0;
    display: block;
    width: 80%;
    height: auto;
}



/********* infomation *********/
section.news-test {
    max-width: 800px;
    display: block;
    margin: 50px auto 0;
    padding: 0 0 50px 0;
    background-color: #ffffff38;
    width: 95%;
}

/*page-infomation{
    background-image: url(img/about-title.png);
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}*/

#news-topics{
    width: 85%;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1000px;
}

ul.news-info{
    width: 100%;
    min-height: 540px;
    display:block;
    margin:0 auto;
    padding:0;
}

.news-info li{
    display: block;
    margin: 0px 10px 90px 0px;
    padding: 0 0 10px 15px;
    /* min-height: 147px; */
    vertical-align: text-top;
    border-bottom: 4px dotted #ccc;
}

span.news-cat-name {
    background-color: #bf272d;
    color: #fff;
    font-weight: bold;
    font-size: 90%;
    padding: 3px 10px;
    min-width: 78px;
    display: inline-block;
    text-align: center;
}

.news-excerpt-info p{
    color:white;
}

.info-news-title-link{
    display: block;
    margin: 3% 0 3% 0;
    font-size: 120%;
    font-weight: bold;
    color:white;
}
a.news-title-link:hover{
    opacity: 1!important;
}

.more-link-info{
    display: block;
    margin: 1% 0 0 0;
}

.min-info{
    color:white;
    font-weight: bold;
    margin: 0 0 0 3%;
    display: inline-block;
}


/* accessoryページ */

.accessory-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}


.accessory-list li{
    width: 45%;
    margin: 3% 3% 0 2%;
}

/* accessoryページ 終わり*/


/* 1024px：1024px以下の表示（iPadPro）
------------------------------ */
@media screen and (max-width:1024px) { 

 
    /* TOPページ */

    #gnavi a {
        color: #fff;
        font-size: 30px;
    }

    footer {
        background-image: url(img/common/greenback.png);
        position: relative;
        padding: 15px 0 10px 0;
        border-top: 10px solid #dc3545;
        height: 80vw;
    }

    p.copy {
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 35%;
    }


    /* TOPページ 終わり*/

    /* タクソノミーページ */

    .item-it {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    }

    div#bxsliderbox {
        width: 50%;
        display: inline-block;
    }

    .single-box {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        color: #fff;
        margin: 0 0 0 5px;
    }

    .footer-bg {
        background-image: none;
        border: none;
        height: 51vw;
    }



    /* p.copy-bg{
    color: #fff;
    position: absolute;
    left: 35%;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    top: 20%;
    } */

    /* タクソノミーページ 終わり*/

    /* 商品詳細ページ */
    
    .midashi h2 {
        text-align: center;
        font-size: 4.3rem;
        color: #dc3545;
    }

    .single-contain {
        width: 95vw;
        margin: 0 auto;
        background: #000;
        padding: 20px 10px 40px 10px;
    }

    table.single-item-info {
        width: 100%;
        font-size: 1.8vw;
    }

    p.single-price {
        font-size: 1.8vw;
        margin: 20px 0 0 0;
    }

    /* 商品詳細ページ 終わり*/





}


/*768px:768px以下の表示(タブレット・iPad)
------------------------------ */
@media screen and (max-width:768px){

    /* TOPページ */

    .width1000 {
        width: 90%;
        margin: 0 auto;
    }

    #gnavi a {
        color: #fff;
        font-size: 25px;
    }

    footer {
        background-image: url(img/common/greenback.png);
        position: relative;
        padding: 15px 0 10px 0;
        border-top: 10px solid #dc3545;
        height: 64vw;
    }

    .footer-bg {
        background-image: none;
        border: none;
        height: 23vw;
    }

    p.copy {
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 60%;
    }

    .top-link li {
        display: inline-block;
        width: 32%;
        margin: 0 5px 0 0;
    }

    section.top-news {
        width: 100%;
        margin: 50px 0 0 0;
        display: inline-block;
    }

    .s1:before {
        margin-right: .4em;
        width: 294px;
    }

    .s1:after {
        margin-left: .4em;
        width: 295px;
    }

    section#top-cal {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        /* background-color: #f8f9fa; */
        margin: 20px 0px 0 0px;
    }

    .s2:before {
        margin-right: .4em;
        width: 250px;
    }
    .s2:after {
        margin-left: .4em;
        width: 250px;
    }


    /* TOPページ 終わり*/

    /* 商品詳細ページ */

    div#bxsliderbox {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 5% 0 0 0;
    }

    ul#bx-pager li {
        display: inline-block;
        width: 49%;
        margin: 0 0 0 0%;
    }

    .single-title h2 {
        font-size: 170%;
        text-align: center;
    }

    .single-box {
        display: block;
        width: 90%;
        vertical-align: top;
        color: #fff;
        margin: 5% auto 0;
    }

    .single-explain p {
        font-size: 115%;
        line-height: 1.2;
    }

    table.single-item-info {
        width: 100%;
        font-size: 2.5vw;
    }

    p.single-price {
        font-size: 2.5vw;
        margin: 20px 0 0 0;
    }

    /* .copy-bg{
        color: #fff;
        position: absolute;
        left: 30%;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        top: 20%;
    } */

    .midashi h2 {
        text-align: center;
        font-size: 3rem;
        color: #dc3545;
    }

    /* 商品詳細ページ 終わり*/


    /* aboutページ */

    h2.top-title.white {
        width: 100%;
        display: block;
        margin: 60px auto 10px;
        color: #fff;
        border-bottom: 2px solid;
        padding: 0 20px;
        font-size: 250%;
    }

    h2.top-title.black {
        width: 100%;
        display: block;
        margin: 60px auto 10px;
        color: #121212;
        border-bottom: 2px solid;
        padding: 0 20px;
        font-size: 250%;
    }

    .width500{
        display: inline-block;
        width: 100%;
        vertical-align: text-top;
    }

    table.company01 {
        width: 80%;
        display: block;
        margin: 3% auto 5%;
    }



    iframe{
        width: 100%;
        height: 300px;
    }

    /* aboutページ 終わり*/



    /* productページ */

    .product-wid {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    /* productページ 終わり*/

    /* shopページ */

    .shops-wid {
        display: block;
        width: 100%;
        text-align: center;
        margin: 43px auto 100px;
    }

    /* shopページ 終わり*/


    /* お知らせ */

    .news-title {
        position: relative;
        padding: 0.25em 0;
        display: block;
        margin: 0 0 1% 5%;
        font-size: 4vw;
    }

    .news-test span {
        color: white!important;
        margin: 0!important;
        width: 100%;
        font-size: 2.5vw!important;
    }

    /* お知らせ 終わり*/

    /* RETURN　Home（TOPへ戻るボタン） */

    #top-back-link a {
        font-size: 150%;
        border-radius: 5px;
    }

    /* RETURN　Home（TOPへ戻るボタン） 終わり*/


}

/*＝＝＝＝＝＝＝ 480px以下を表示 (スマホ＆iPhone6~10の時の表示)＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 480px) {
    /* 480pxまでの幅の場合に適応される */


    /* TOPページ　*/

    #gnavi li {
        display: inline-block;
        margin: 0 5px 0 5px;
    }

    #gnavi a {
        color: #fff;
        font-size: 15px;
    }
    div#topics {
        background-color: #4D4D4D;
        padding: 25px 10px 25px 10px;
        font-size: 3vw;
    }

    h2.top-title {
        color: #bf272d;
        font-weight: bold;
        width: 100%;
        font-size: 150%;
        padding: 0 0px 0 0px;
        text-align: center;
    }

    .top-link li {
        display: block;
        width: 90%;
        margin: 20px auto 0;
    }

    .s1:before {
        margin-right: .4em;
        width: 115px;
    }

    .s1:after {
        margin-left: .4em;
        width: 115px;
    }

    #post-555 {
        display: block;
        margin: 5% 0 5% 0;
    }

    .s2:before {
        margin-right: .4em;
        width: 79px;
    }

    .s2:after {
        margin-left: .4em;
        width: 79px;
    }

    #top-facebook {
        margin: 30px 0 40px 0;
    }

    #top-facebook a {
        width: 95%;
        display: block;
        margin: 0 auto;
    }
    
    div#footer-image {
    width: 90%;
    margin: 0 auto;
    }

    #footer-nav {
        width: 95%;
        margin: 24px auto 0;
        height: 150px;
    }
    #top-back-link a{
        display: none;
    }

    footer {
        background-image: url(img/common/greenback.png);
        position: relative;
        padding: 15px 0 10px 0;
        border-top: 10px solid #dc3545;
        height: 80vw;
    }

    p.copy {
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 90%;
    }

    /* TOPページ 終わり*/

    /* aboutページ */

    .midashi h2 {
        text-align: center;
        font-size:7vw;
        color: #dc3545;
    }

    table.company01 {
        width: 100%;
        display: block;
        margin: 3% auto 5%;
    }

    /* aboutページ 終わり*/



    /* contactページ */

    table.table-bordered.table-striped.table-contactform7 {
        width: 95%;
        max-width: 100%;
        background-color: transparent;
        margin: 3% auto 3%;
    }

    /* contactページ 終わり*/

    /* shopページ */

    .shops-wid {
        display: block;
        width: 100%;
        text-align: center;
        margin: 25px auto 25px;
    }

    .shops-content {
        display: inline-block;
        width: 40%;
        margin: 20px 2% 0 2%;

    }
    a.shops-title {
        color: #fff;
        font-size: 200%;
    }
    .table-area-title {
        color: white;
        font-size: 5vw;
        text-align: center;
        margin: 3% auto 0%;
        width: 50%;
    }
    table.single-item-info th {
	    width: 100%;
	    display: block;
	    font-weight: bold;
	}
	table.single-item-info td {
	    display: block;
	    width: 100%;
	    margin: 0 0 10px;
	    /* text-align: center; */
	}
    /* shopページ 終わり*/



    /* privacypolicyページ */

    .privary-container {
        color: white;
        font-size: 100%;
        width: 100%;
        margin: 3% auto 3%;
    }

    /* privacypolicyページ 終わり*/

    /* お知らせページ */

    .news-title a {
        padding: 5px;
        color: white;
        display: inline-block;
        text-decoration: none;
        font-size:6vw;
    }

    .news-test p {
        color: white!important;
        margin: 0 0 0 5%!important;
        width: 90%;
        font-size: 4vw!important;
    }

    .news-test span {
        color: white!important;
        margin: 0!important;
        width: 100%;
        font-size:5vw!important;
    }

    .news-test time {
        color: white;
        display: inline-block;
        margin: 3% 0 5% 5%;
        font-size: 20px;
    }

    /* お知らせページ 終わり*/


    /* タクソソミーページ */

    .item-it {
        width: 95%;
        display: inline-block;
        vertical-align: top;
        background-color: #fff;
    }

    .accessory-list li {
        width: 100%;
        margin: 3% 3% 0 2%;

    }

    /* タクソソミーページ　終わり */


    /* 商品詳細ページ */

    .midashi h2 span {
        font-size: 80%;
        color: #717171;
        border-left: 2px solid;
        margin: 0px 0 0 15px;
        padding: 0 0 0 15px;
    }

    ul#bx-pager li {
        display: inline-block;
        width: 48%;
        margin: 0 0 0 0%;
    }

    table.single-item-info {
        width: 100%;
        font-size: 3.5vw;
    }
	.wp-block-table tr td:nth-of-type(1) {
		padding-top: 20px;
		font-weight: bold;
	}
	.wp-block-table tr td{
		display: block;
		width: 100%;
	}
	.wp-block-table.pc tr td{
		display: table-cell;
		width: 100%;
	}
	.wp-block-table tr {
		border-bottom: 1px solid #fff;
	}
	.sp{
		display:block;
	}
    /* 商品詳細ページ 終わり*/


    /* productページ */

    .product-content {
        width: 90%;
        display: inline-block;
        margin: 20px 20px;

    }

    /* productページ 終わり*/

    /* privacypolicyページ */

    .privary-container {
        color: white;
        font-size: 90%;
        width: 80%;
        margin: 3% auto 3%;
    }

    .lead {
        font-size: 1rem;
        font-weight: 300;
        margin: 5% 0 0 0;
    }

    /* privacypolicyページ 終わり*/


    /* contactページ */

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6;
        display: block;
    }

    /* contactページ 終わり*/






.footer-bg {
    background-image: none;
    border: none;
    height: 7vw;
}





    }


/*＝＝＝＝＝＝＝ 350px以下を表示 (iPhone5・SE以下の時の表示)＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 350px) {


    /* TOPページ */

    .s1:before {
        margin-right: .4em;
        width: 90px;
    }

    .s1:after {
        margin-left: .4em;
        width: 90px;
    }


    .s2:before {
        margin-right: .4em;
        width: 50px;
    }

    .s2:after {
        margin-left: .4em;
        width: 50px;
    }

    footer {
        background-image: url(img/common/greenback.png);
        position: relative;
        padding: 15px 0 10px 0;
        border-top: 10px solid #dc3545;
        height: 110vw;
    }

    /* TOPページ 終わり*/


    /* お知らせページ */

    .news-test img {
        margin: 5% auto 0;
        display: block;
        width: 250px;
        height: 220px;
    }

    /* お知らせページ 終わり*/


    /* 商品詳細ページ */

    .single-explain p {
        font-size: 85%;
        line-height: 1.2;
    }

    /* 商品詳細ページ 終わり*/
    


}
.wp-block-table td, .wp-block-table th {
	border: unset!important;
}