iframe {
    width: 100%;
    max-width: 620px;
}

.cat-link { }
.cat-icon { height: 16px; padding-right: 12px; display: block; width: 22px;}
.box-telephone { padding-left: 30px; flex: 1; }
.box-telephone__number {  color: #404040; font-size: 16px; }
.box-telephone__number-two {  color: #404040; font-size: 16px; }
.header-menu {
    display: flex;
    align-items: center;
}
.header-menu__loc 
{
    flex-grow: 1;
    
}
.header-menu__nav {}


@media screen and (max-width: 760px) 
{
    .header-menu__loc 
    {
        padding: 10px 15px 10px;
        text-align: center;
        border-bottom: 1px solid #f7f7f7;
    }
    
    .box-telephone { flex: none; padding-left: 35px;}
    .sidebar 
    {
        display: none;
    }
    .box-telephone__number-two {  display: none; }
    .box-workhours { display: none; }
    .box-address { display: none; }
}

.pnotice__buttonView {
    cursor: pointer;
    background: #fcd630; color: #000; outline: 0; padding: 5px 10px 6px; font-size: 1em; border: 1px solid rgba(0,0,0,0.3); border-color: rgba(0,0,0,0.2) rgba(0,0,0,0.3) rgba(0,0,0,0.3) rgba(0,0,0,0.3); -webkit-appearance: none; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); border-radius: 3px; text-shadow: 0 1px 0px rgba(255,255,255,0.5);
background: #fcd630 -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.0) 100%); /* FF3.6+ */
background: #fcd630 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.0))); /* Chrome,Safari4+ */
background: #fcd630 -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.0) 100%); /* Chrome10+,Safari5.1+ */
background: #fcd630 -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.0) 100%); /* Opera 11.10+ */
background: #fcd630 -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.0) 100%); /* IE10+ */
background: #fcd630 linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde992', endColorstr='#fcd630',GradientType=0 ); /* IE6-9 */
}

div + button {
  margin-top: 20px;
}