* {word-break:break-all;}
/* 画像系埋め込みウィジェットの[+][-]を非表示にする */
.ipModuleInlineManagementPopup.ipmImage .ipUploadImageButton.ipUploadLargerButton,
.ipModuleInlineManagementPopup.ipmImage .ipUploadImageButton.ipUploadSmallerButton
{
    display: none;
}
/* リッチテキストエディタはリストスタイルを出す */
div.ip_rich_text_default ol li,
div.ipwText ol li, 
div.ipWidget-IpText ol li {margin-left:15px;list-style:decimal;}

div.ip_rich_text_default ul li,
div.ipwText ul li, 
div.ipWidget-IpText ul li {margin-left:15px;list-style:square;}

div.ip_rich_text_default h1{font-family:unset;margin-block-start: 0.67em;margin-block-end: 0.67em;}
div.ip_rich_text_default h2{font-family:unset;margin-block-start: 0.83em;margin-block-end: 0.83em;}
div.ip_rich_text_default h3{font-family:unset;margin-block-start: 1em;margin-block-end: 1em;}
div.ip_rich_text_default h4{font-family:unset;margin-block-start: 1.33em;margin-block-end: 1.33em;}
div.ip_rich_text_default h5{font-family:unset;margin-block-start: 1.67em;margin-block-end: 1.67em;}
div.ip_rich_text_default h6{font-family:unset;margin-block-start: 2.33em;margin-block-end: 2.33em;}
.inactive{
    opacity: .5;
}
.bodylineTop {
    top: 0;
    background:#444444;
}
.bodylineBottom, .bodylineTop {
    height: 14px;
    z-index: 100000;
    position: fixed;
    left: 0;
    display: block;
    right: 0;
}
.bodylineRight {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    display: block;
    width: 14px;
    background:#444444;
}
.bodylineBottom {
    bottom: 0;
    background: #444444;
}
.bodylineLeft {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: block;
    width: 14px;
    background: #444444;
}

.ipAdminWidget {text-align:left;}

div.ipWidget-IpTitle h1.ipwTitle {position: relative;display: inline-table;margin: 0;font-size: 42px;padding: 30px 55px 10px;text-align: left;font-weight:500;line-height: 1.2;}
div.ipWidget-IpTitle h1.ipwTitle:before, 
div.ipWidget-IpTitle h1.ipwTitle:after {
    content: '';
    position: absolute;
    top: 57%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
} 
div.ipWidget-IpTitle h1.ipwTitle:before {left: 0px;} 
div.ipWidget-IpTitle h1.ipwTitle:after { right:0px;}


.show_group_shop_info{
    display:inline-block;
    width: 100%;
    height: 16px;
    position: absolute;
    top: 0px;
    font-size: 14px;
    padding-top: 16px;
    background: rgb(170,0,0,0.67);
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hover-box.companion .mask .show_group_shop_info{
    max-width: 200px;
    margin-left: 18px;
    margin-top: 62px;
    padding: 5px 5px 10px 5px;
}
@media screen and ( max-width:1024px) {
.bodylineTop, .bodylineTop {
    height: 5px;
}
.bodylineRight, .bodylineLeft {
    width: 5px;
}

/* ハンバーガーメニュー */
header {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 10;
}
#nav-drawer {
    position: relative;
    top: 10px;
    left: 10px;
}
.nav-unshown { display:none; }
#nav-open {
    display: inline-block;
    width: 40px;
    height: 32px;
    vertical-align: middle;
}
#nav-open span, 
#nav-open span:before, 
#nav-open span:after {
    position: absolute;
    height: 3px;
    width: 40px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -11px;
}
#nav-open span:after {
    bottom: -23px;
}
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eedce8;
    opacity: 0;
    transition: .3s ease-in-out;
}
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 50%;
    max-width: 330px;
    height: 100%;
    background:#444444;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close { display: block; opacity: .5; }
#nav-input:checked ~ #nav-content {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
 box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.img-top-sp img {
    width: 100%;
    vertical-align: middle;
}
div#nav-content ul li {
    position: relative;
    padding: 10px;
    margin-bottom: 3px;
    line-height: 1.5;
    background-size: 100%;
    font-weight: bold;
    vertical-align: middle;
    color:#FFF;
}

div#nav-content ul li a {
    color:#FFF;
}
div#nav-content ul li a:hover {
    cursor: pointer;
}

i.fa.fa-heart{margin-right: 10px;}

div#nav-content ul li {
    font-size: 20px;
} 

.menulogo img {
    width: 65%;
    margin-left:11px;
}
.menulogo {
    padding: 5px 0 0px;
    border-bottom: dashed 2px #FFF;
    background-image: url(../img/menuheart.png);
    background-size: contain;
    font-size: 35px;
    color: #FFF;
    margin-left: 5px;
}

























}
@media screen and ( max-width:414px) {
.bodylineTop, .bodylineTop {
    height: 5px;
}
.bodylineRight, .bodylineLeft {
    width: 5px;
}
div#nav-content ul li {
    font-size: 15px;
} 
}
@media screen and ( max-width:375px) {
div.ipWidget-IpTitle h1.ipwTitle {font-size: 30px;}
}
