.Question {
    padding: 3em 1em;
    margin: 2em 0;
    color: #ffffff;
    background: #808080;/*背景色*/
    font-weight: bolder; 
}
.Question p {
    margin: 0; 
    padding: 0;
}

table{
    width: 100%;
    border-spacing: 0;
}

table th{
    border-bottom: solid 2px #fb5144;
    padding: 10px 0;
}

table td{
    border-bottom: solid 2px #ddd;
    text-align: center;
    padding: 10px 0;
}


#businesshours {
    color: #364e96;/*文字色*/
    border: solid 3px #364e96;/*線色*/
    padding: 0.5em;/*文字周りの余白*/
    border-radius: 0.5em;/*角丸*/
}


#owabi {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #ff7d6e;
    background: #ffebe9;
    border-top: solid 10px #ff7d6e;
    text-align:center;
}
#owabi p {
    margin: 0; 
    padding: 0;
}

.news-button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  padding: 5px 15px;
  border-radius:5px;
  margin: 0 auto;

}
.news-button::before,
.news-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.news-button,
.news-button::before,
.news-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news-button {
  position: relative;
  z-index: 2;
  background-color: #c0c0c0;
  border: 2px solid #c0c0c0;
  color: #fff;
  line-height: 40px;
  margin: 0 auto;

}
.news-button:hover {
  background-color: #fff;
  border-color: #ff0c32;
  color: #ff0c32;
}
.news-button::before,
.news-button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #c0c0c0;
}
.news-button::before {
  right: 0;
}
.news-button::after {
  left: 0;
}
.news-button:hover::before,
.news-button:hover::after {
  width: 0;
  background-color: #ff0c32;
}



.new-date{
  width:200px;
  height:30px;
  background:#dc143c;
  color:#fff;
  border-radius:2px;
  text-align: center;
  margin: 0 auto;
  line-height: 30px;

}

hr {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #cccccc;
height: 1px;
}

@media only screen and (min-width: 770px) {
.header-container .logo-wrapper .logo img {
    width: 357px;
}
}
.contact-index-index .form.contact {
    width: 80%!important;
}

.aw-advanced-reviews-summary-container.summary-full {
width: 100%;
}