@charset "UTF-8";
.pc_parts {
  display: block;
}
.sp_parts {
  display: none;
}

#blog .h2-wrap {
margin-top: 0;
}
@media screen and (max-width:979px) {
#blog .h2-wrap {
margin-top: 60px;
}
}
@media screen and (max-width:979px) {
  .pc_parts {
    display: none;
  }
  .sp_parts {
    display: block;
  }
}
.blog-detail-box {
margin-top:60px;
}
@media screen and (max-width: 768px) {
.blog-detail-box {
margin-top:20px;
}
}
/* blog recommend */
.blog-recommend-item__box {
  display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.blog-recommend-item__item {
  width: 20%;
  padding: 10px;
}
.blog-recommend-item__img {
  width: 100%;
}
.blog-recommend-item__img img {
  width: 100%;
}
.blog-recommend-ttl {
    margin: 60px 0 20px;
    font-size: 20px;
    color: #ff0718;
    letter-spacing: 1px;
}
@media only screen and (max-width:769px){
.blog-recommend-ttl {
    margin: 40px 0 10px;
    font-size: 16px;
}
}

.head-news-parts,
#header .h-bottom,
.gnav-child {
box-sizing: border-box;
}


/* storelocator */
/*
.store-locater .section01 {
  padding-top: 60px
}
*/

.selectWrap form{
  display: inline-block;
}
.section01 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 0 80px;
  width: 80%;
box-sizing: border-box;
}

.section01 .tit {
  font-size: 36px;
  padding-bottom: 15px;
  text-align: center;
}
.section01 .subTit01 {
  font-size: 14px;
  text-align: center;
}
.section01 .selectWrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 25px;
}
.section01 .selectWrap .item {
  display: flex;
  align-items: center;
  width: 49%;
}
.section01 .selectWrap .item:first-of-type {
  justify-content: flex-end;
}
.section01 .selectWrap .item:last-of-type {
  justify-content: flex-start;
}
#searchsubmit {
  margin: 0 auto 0px auto;
  cursor: pointer;
  display: block;
  background: #ff0a17;
  padding: 7px 20px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section01 .selectWrap .tit {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0;
  padding-right: 10px;
}
.section01 .selectWrap select {
  display: inline-block;
  width: 200px;
  padding: 0 5px;
  margin: 0;
  border-radius: 0;
  background: url(../img/common/selectArrow.png) 95% center no-repeat;
  background-size: 5px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.storelocator-type {
  font-size: 23px;
  border-bottom: 1px solid #a6a6a6;
  margin: 50px 0 0;
  padding-bottom: 10px;
}
.storelocator-area {
  border-left: 4px #ccc solid;
  padding-left: 7px;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.store-locater .section01 .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.store-locater .section01 .block li {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.store-locater .section01 .block li:last-of-type {
  border: 0;
}
.section01 .block .box .item {
  display: flex;
  flex-direction: column;
}
.s_name {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.s_name a {
  position: relative;
  color: #616161;
  margin-bottom: 10px;
}
.s_name a:hover {
  color: #FF0718;
}
.s_name.s_name_ec a:hover {
  color: #616161;
  cursor: default;
}
/*
.s_name a:after {
  position: absolute;
  content: '';
  top: 3px;
  right: -20px;
  width: 12px;
  height: 12px;
  background: url(../img/common/mapArrow.png) no-repeat;
  background-size: 12px 12px;
}
.s_name a:hover:after {
  background: url(../img/common/mapArrow_h.png) no-repeat;
  background-size: 12px 12px;
}
*/
.s_txt {
  font-size: 13px;
}

@media only screen and (max-width:768px) {
.section01 .subTit01 {
  font-size: 3vw;
  }
  .section01 .tit {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .section01 {
    width: 100%;
    padding: 40px 15px 50px;
  }
  .section01 .selectWrap {
    
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section01 .selectWrap .item {
    flex-direction: column;
  }
  .section01 .selectWrap .tit {
    width: 100%;
    text-align: left;
    font-size: 12px;
    padding-bottom: 5px;
    padding-right: 0;
  }
  .selectWrap form {
    width: 100%;
  }
  .section01 .selectWrap select {
    width: 100%;
    font-size: 16px;
  }
  .storelocator-type {
    font-size: 18px;
    margin: 30px 0 0;
    padding-bottom: 10px;
  }
  .storelocator-area {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  #allShopList {
    width: 100%
  }
  .store-locater .section01 .block li {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .s_name {
    font-size: 15px;
  }
  .s_txt {
    font-size: 13px;
  }
  .s_name a:after,
.s_name a:hover:after {
  background: 0;
  }
}
  
/*contact*/
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000 !important;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url('../../images/ajax-loader.gif');
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 input[type="file"] {
  cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}


.contact-file_input {
		margin-bottom: 10px;
	}

p.h-announce {
display:none;

    color: rgb(42, 42, 42);
    margin: 0;
    position: absolute;
    left: 73px;
    /* width: 60px; */
    font-size: 12px;
    height: 60px;
    line-height: 60px;
}
@media screen and (max-width: 979px) {
p.h-announce {
display:block;
}
}