@charset "utf-8";
#header h1 {
    width: 70%;
}
p.cat_name_h {
	float: none;
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    height: auto;
    display: block;
    padding: 10px 4px 0 0;
    font-weight: 500;
    text-decoration: underline;
}
.menu_navi {
    width: 100%;
    margin: 2% auto 5%;
}
ul.mumenu {
    text-align: center;
}
ul.mumenu li {
    display: inline-block;
    border-radius: 2px;
    margin: 0 1%;
    background: #FD9BCB;
    color: #ffffff;
    padding: 1% 3%;
    font-weight: bold;
    font-size: 0.9em;
}
ul.mumenu li a {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9em;
    display: block;
    width: 100%;
    text-decoration: none;
}
ul.mumenu li.non_active {
    background: #dfdfdf;
    text-decoration: none;
}
ul.mumenu li.non_active a{
    text-decoration: none;
    pointer-events: none;
}
h2.ttl {
    max-width: 730px;
    width: 80%;
    padding: 4% 0 0;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.4em;
    border-bottom: 2px solid #dfdfdf;
    color: #E682B1;
}
h3.ttl {
    font-size: 1.3em;
    color: #333333;
    font-weight: bold;
}
h3.ttl span {
    font-size: 0.6em;
    background: #5BC0DE;
    color: #fff;
    padding: 0.5% 2%;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 10px;
}
/* 回り込み解除 */
.clearfix::after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.clearfix::before {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.submit_btn input {
    font-size: 1em;
    padding: 0.5% 10%;
}
.headers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#header div.head .menu_btn,#header .entry,#header .store {
	display:none;
}
#header h1 img{
	width:100%;
}
#header a {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 0 10px;
}
#page #header {
    background: #f1f1f1;
}
#page #header > div.head {
    padding: 10px 0;
    position: relative;
    height: auto;
}
#page #header a, .side-open #gnav a{
	width:auto;
}
#page p.cat_name_h {
    width: auto;
}
#page #header .tel {
    display: none;
}
#page #header div.head .menu_btn{
	display:block;
    left: 0;
    position: absolute;
}
.headers {
    width: 90%;
    margin: 0 auto;
}
ul.mumenu {
    display: none;
}
p.hp_shift.hp_confirm {
    background: #E682B1;
}
p.hp_confirm.active {
    width: 100%;
}
@media screen and (max-width: 768px) {
	#header {
	    background: #f1f1f1;
	}
	div#contact_form {
	    width: 90%;
	    margin: 0 auto;
	}
	ul.mumenu {
	    text-align: center;
	}
	#header h1 {
	    width: 100%;
	    margin: 0 auto;
	    float: none;
	}
	#header > div.head {
	    overflow: hidden;
	    height: auto;
	    padding: 10px 0;
	}
	#footer {
	    display: none;
	}
	#page #header > div.head {
	    height: 60px;
	}
	#page #header a {
	    text-align: center;
	}
	#header h1 img {
	    width: 30%;
	    margin: 0 auto;
	    text-align: center;
	}
}