@charset "utf-8";

.header td {
    font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.header ul.headermenu {
    float: right;
}

.header ul.headermenu li {
    float: left;
}

.header ul.headermenu li a {
    display: block;
    color: #F081B3;
    line-height: 12px;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
}

.header ul.headermenu li.consider_btn{
	width:40%;
}

.header ul.headermenu li.consider_btn a{
	position:relative;
	width:58px;
}
.header ul.headermenu li.consider_btn a img{
	position: absolute;
    width: 58px;
    left: 6px;
    z-index: 6;
}

@media screen and (max-width:330px){
	.header ul.headermenu li.consider_btn{
		width:45px;
	}
	.header ul.headermenu li a{
		padding: 0 4px;
	}
	.header ul.headermenu li.consider_btn a{
		width:40px;
		right:0;
	}
	.header ul.headermenu li.consider_btn a img{
		left:0;
		width:50px;
	}
}


.header ul.headermenu li a img {
    width: 20px;
}

.header td.userName {
    text-align: right;
    font-size: 11px;
    padding: 7px 10px 0 0;
}

.header td.userName span {
    color: #E53900;
    font-weight: bold;
}

.header td.areaLogo {
    width: 44%;
    padding: 0 0 2px 3px;
}

.header td.areaLogo img {
    border: medium none;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.header td.areaLogo img.areaLogo {
    width: 110px;
    vertical-align: bottom;
    margin-top: 3px;
}

.header td.userLink {
    font-size: 11px;
    padding: 0 3px 2px 5px;
    line-height: 1.6em;
	width:56%;
}

.header {
    width: 100%;
    height: auto;
    padding-top: 2px;
    background: none repeat scroll 0 0 #ffffff;
}

.fixedHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid #cccccc;
}
#fixedHeader{
	z-index:98;
}
.header div.headermenu {
    float: right;
}

.header p.userName {
    height: 14px;
    color: #E53900;
    font-weight: bold;
    margin: 0;
    padding: 0;
    word-break: break-all;
}

.header .headerRightLogin {
    background-color: #ff4f87;
    background: linear-gradient(#ff4f87, #ff4f87) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(center top , #ff4f87, #ff4f87) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, center top, center bottom, from(#ff4f87), to(#ff4f87)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    height: 25px;
    padding-right: 5px;
}

.header .headerRightLogin .loginLeft {
    float: left;
    margin-top: 3px;
    padding-left: 3px;
}

.header .headerRightLogin .loginLeft img {
    height: 20px;
}

.header .headerRightLogin .loginRight {
    color: #ffffff;
    float: left;
    margin: 2px 3px 0 5px;
}

.header .headerRightLogin li {
    padding-top: 2px;
    font-size: 10px;
}

/* ↓ 2023/05/01 店舗ページ百名店アイコン表示 */
.hyakumeiten-icon {
    position: absolute;
    top: 140px;
    z-index: 100;
    right: 8px;
    left: unset;
    animation: hyakumeiten 5s linear forwards;
    display: none;
    max-width: 160px;
    width: 20%;
}
.hyakumeiten-icon._fixed {
    position: fixed;
    top: 8px;
}
.hyakumeiten-icon._animation-start{
    display: block;
}
.hyakumeiten-icon.is-hidden {
    display: none;
}
.hyakumeiten-icon>img {
    width:100%;
    height:100%;
    object-fit: contain;
}
.hyakumeiten-icon-close{
    position: absolute;
    top: 0;
    z-index: 100;
    right: 0;
    border: 2px solid #999999;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #FFF;
    text-align: center;
    color: #999999;
    font-size: 16px;
    line-height: 1.1;
    cursor: pointer;
}
.hyakumeiten-icon._animation-start>.hyakumeiten-icon-close{
    display: block;
}
.hyakumeiten-icon-close:before,.hyakumeiten-icon-close:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #999999;
    position: absolute;
    left: 50%;
    top: 50%;
}
.hyakumeiten-icon-close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.hyakumeiten-icon-close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
@keyframes hyakumeiten {
0%{opacity: 0; transform: scale(1.3);}
15%{opacity: 1; transform:  scale(1);}
90%{opacity: 1; transform: scale(1);}
100%{opacity: 1; transform: scale(1);}
} 
/* ↑ 2023/05/01 店舗ページ百名店アイコン表示 */

#shopheader {
    padding: 0;
    margin-bottom: 0;
}
#shopheader {
    padding: 10px 0px 10px;
    background: none repeat scroll 0px 0px #faf6ee;
    margin-bottom: 0px;
    box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.6);
}
#shopheader .namearea {
    padding: 0;
    background: none;
}
.shopmenu {
    margin-top: 0;
}
#shopheader .logoarea {
    padding: 0px 5px 2px 5px;
    text-align: center;
}

/* ↓2022/12/07 */
#shopheader .namearea div.inbound span {
    display: inline-block;
    margin: 5px auto 5px 0;
    padding: 0 5px;
    height: 22px;
    line-height: 21px;
    color: #d10a1c;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #d10a1c;
    border-radius: 10px;
    background-color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    box-sizing: border-box;
}
/* ↑2022/12/07 */

#shopheader .namearea .headername {
    font-size: 16px;
    color: #593200;
    font-weight: bold;
    padding-left: 10px;
}

#shopheader .namearea span {
    color: #fff;
    background-color: #98c6ff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 3px 5px;
    display: inline-block;
    margin-right: 5px;
    font-size: 11px;
    font-weight: bold;
}
.shopmenu {
    clear: both;
    width: 100%;
    height: 46px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e6d0a5), color-stop(0.00, #efe2c7));
    background: -webkit-linear-gradient(top, #efe2c7 0%, #e6d0a5 88%);
    background: -moz-linear-gradient(top, #efe2c7 0%, #e6d0a5 88%);
    background: -o-linear-gradient(top, #efe2c7 0%, #e6d0a5 88%);
    background: -ms-linear-gradient(top, #efe2c7 0%, #e6d0a5 88%);
    background: linear-gradient(to bottom, #efe2c7 0%, #e6d0a5 88%);
}
.shopmenu ul {
    height: 100%;
}
.shopmenu ul li.select {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fe7bab), color-stop(0.00, #ff9fc3));
    background: -webkit-linear-gradient(top, #ff9fc3 0%, #fe7bab 88%);
    background: -moz-linear-gradient(top, #ff9fc3 0%, #fe7bab 88%);
    background: -o-linear-gradient(top, #ff9fc3 0%, #fe7bab 88%);
    background: -ms-linear-gradient(top, #ff9fc3 0%, #fe7bab 88%);
    background: linear-gradient(to bottom, #ff9fc3 0%, #fe7bab 88%);
}
.shopmenu ul li {
    float: left;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #e6d0a5), color-stop(0.00, #efe2c7));
    background: -webkit-linear-gradient(top, #efe2c7 0%, #e6d0a5 88%);
    background: -moz-linear-gradient(top, #efe2c7 0%, #e6d0a5 88%);
    background: -o-linear-gradient(top, #efe2c7 0%, #e6d0a5 88%);
    background: -ms-linear-gradient(top, #efe2c7 0%, #e6d0a5 88%);
    background: linear-gradient(to bottom, #efe2c7 0%, #e6d0a5 88%);
    width: 82px;
    height: 100%;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
.shopmenu ul li.select a {
    color: #fff;
}
.shopmenu ul li a {
    display: block;
    padding: 9px 0;
    width: 100%;
    cursor: pointer;
    color: #462632;
}
.shopmenu ul li a span {
    display: block;
    border-left: 1px solid #462632;
}
.shopmenu ul li.select a span {
    border: none;
}
.shopmenu ul li:first-child a span {
    border: none;
}
.shopmenu ul li.select + li a span {
    border: none;
}
.popup {
    position: fixed;
    width: 84%;
    top: 100px;
    left: 50%;
    margin-left: -45%;
    padding: 20px 10px;
    border-radius: .6em;
    background-color: rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
    box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    z-index: 10000;
}
.popup a {
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-box-shadow: 0 -3px 0 #eee inset;
    -webkit-box-shadow: 0 -3px 0 #eee inset;
    box-shadow: 0 -3px 0 #eee inset;
    color: #333;
    font-size: 16px;
    display: block;
    margin: 5px 0;
    padding: .6em .5em .7em;
    border: none;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
}
/* ↓2022/04/21 */
.popup p {
    line-height: initial;
    margin-bottom: initial;
    text-align: center;
}
/* ↑2022/04/21 */
p.underreview_text {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
}
.mask {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 120%;
    height: 120vh;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    opacity: 0.92;
}
#fixedMenu {
    display: block;
}
#fixedMenu ul {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    padding: 1px 0 5px;
}
ul, ol {
    list-style: none outside none;
}
#fixedMenu ul li {
    float: left;
    width: 18%;
    padding: 5px 0;
    /* ↓2022/04/21 */
    margin-bottom: 2px;
    /* ↑2022/04/21 */
}
#fixedMenu ul li a {
    display: block;
    text-align: center;
    /* ↓2022/04/21 */
    /* line-height: 18px; */
    /* font-size: 15px; */
    /* padding: 7px 0; */
    font-size: 12px;
    padding: 4px 0;
    line-height: 15px;
    height: 42px;
    /* ↑2022/04/21 */
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    margin: 0 3px;
}
#fixedMenu ul li.weboubo-footer-btn a {
    background-color: #fd7b78;
    box-shadow: 0 5px 0 #F36561;
}
#fixedMenu ul li.websitumon-footer-btn a {
    background-color: #fe8fa5;
    box-shadow: 0 5px 0 #F17D94;
}
#fixedMenu ul li.tel-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #67cde5;
    box-shadow: 0 5px 0 #58B7CE; */
    background-color: #fd7b78;
    box-shadow: 0 5px 0 #F36561;
    /* ↑2022/04/21 */
}
#fixedMenu ul li.mail-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #fe925a;
    box-shadow: 0 5px 0 #E68452; */
    background-color: #67cde5;
    box-shadow: 0 5px 0 #58B7CE;
    /* ↑2022/04/21 */
}
#fixedMenu ul li.sns-footer-btn a {
    background-color: #32CD32;
    box-shadow: 0 5px 0 #32AE32;
}
/* ↓2022/04/21 */
#fixedMenu ul li.application-footer-btn a {
    background-color: #fe8fa5;
    box-shadow: 0 5px 0 #F17D94;
    font-size: 12px;
    text-align: center;
}
#fixedMenu ul li.keep-footer-btn a {
    background-color: #fe925a;
    box-shadow: 0 5px 0 #E68452;
    font-size: 9px;
}
#fixedMenu ul li.sns-footer-btn a img,
#fixedMenu ul li.tel-footer-btn a img,
#fixedMenu ul li.application-footer-btn a img {
    width: 26px;
}
#fixedMenu ul li.mail-footer-btn a img {
    width: 22px;
}
#fixedMenu ul li.keep-footer-btn a img {
    position: relative;
    top: 1px;
    width: 25px;
}
#fixedMenu p.footerKeepText {
    line-height: 22px;
}
/* ↑2022/04/21 */
#fixedMenu ul li:first-child:nth-last-child(2), #fixedMenu ul li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}
#fixedMenu ul li:first-child:nth-last-child(3), #fixedMenu ul li:first-child:nth-last-child(3) ~ li {
    width: 33.3%;
}
#fixedMenu ul li:first-child:nth-last-child(4), #fixedMenu ul li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}
#fixedMenu ul li:first-child:nth-last-child(5), #fixedMenu ul li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}
#fixedMenu ul li:first-child:nth-last-child(5) a, #fixedMenu ul li:first-child:nth-last-child(5) ~ li a {
    margin: 0 2px;
}
.tel-footer-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background-color: #ccc;
    padding: 5px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}
.mail-footer-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background-color: #ccc;
    padding: 5px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}
.detail-callcenter-popover-tel a,
.detail-callcenter-popover-mail a {
    display: inline-block;
}
#kininaru.active {
    transform: rotate(0deg);
    transition: all 0.3s ease 0.5s;
    -webkit-transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0.5s;
}
#kininaru {
    position: fixed;
    right: 0;
    bottom: 66px;
    z-index: 10;
    transform-origin: -50px 150px 0;
    transform: rotateZ(1);
    transform: rotate(90deg);
    transition: all 0.3s ease 0.2s;
    -webkit-transform-origin: -50px 150px 0;
    -webkit-transform: rotateZ(1);
    -webkit-transform: rotate(90deg);
    -webkit-transition: all 0.3s ease 0.2s;
}

.titleRightLink {
    margin-bottom:0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.titleLeft {
    float: left;
    height: 40px;
    margin-right: -200px;
    width: 100%;
    position: relative;
}
.titleLeft .title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.titleRight {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    width: 200px;
    padding-right: 10px;
    position: relative;
}
.titleRightLink .historyback {
    display: table-cell;
    position: relative;
}
.titleRightLink h2 {
    color:#e72b4d;
    font-size:13px;
    font-weight:bold;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.titleRightLink p {
    padding: 0;
    float: right;
    line-height: 15px;
    width: 110px;
}
.titleRightLink p a {
    color: #e72b4d;
    font-size: 13px;
    font-weight: bold;
}
@media screen and (max-width:320px){
    .header td.userLink{
        width:38%;
        padding: 0 3px 2px 0;
    }
}
/* ↓2019/03/14 */
#jobdetail #fixedMenu2 {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
#fixedMenu2 {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 5px;
    z-index: 100;
    background-color: rgba(0,0,0,0.7);
}
#fixedMenuBtnBox {
    width: 100%;
    height: 61px;
    overflow:hidden;
}
#fixedMenuBtnBox ul {
    width: 100%;
    padding: 1px 0 5px;
    overflow: hidden;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
#fixedMenuBtnBox ul li {
    float: left;
    width: 18%;
    padding: 5px 0;
}
#fixedMenuBtnBox ul li a {
    display: block;
    text-align: center;
    /* ↓2022/04/21 */
    /* line-height: 18px; */
    /* font-size: 15px; */
    line-height: 15px;
    font-size: 12px;
    /* ↑2022/04/21 */
    padding: 7px 0;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    margin: 0 3px;
    height: 36px;
    overflow: hidden;
}
#fixedMenuBtnBox ul li.weboubo-footer-btn a {
    background-color: #fd7b78;
    box-shadow: 0 5px 0 #F36561;
}
#fixedMenuBtnBox ul li.websitumon-footer-btn a {
    background-color: #fe8fa5;
    box-shadow: 0 5px 0 #F17D94;
}
#fixedMenuBtnBox ul li.tel-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #67cde5;
    box-shadow: 0 5px 0 #58B7CE; */
    background-color: #fd7b78;
    box-shadow: 0 5px 0 #F36561;
    /* ↑2022/04/21 */
}
#fixedMenuBtnBox ul li.mail-footer-btn a {
    /* ↓2022/04/21 */
    /* background-color: #fe925a;
    box-shadow: 0 5px 0 #E68452; */
    background-color: #67cde5;
    box-shadow: 0 5px 0 #58B7CE;
    /* ↑2022/04/21 */
}
#fixedMenuBtnBox ul li.sns-footer-btn a {
    background-color: #32CD32;
    box-shadow: 0 5px 0 #32AE32;
}
/* ↓2022/04/21 */
#fixedMenuBtnBox ul li.application-footer-btn a {
    background-color: #fe8fa5;
    box-shadow: 0 5px 0 #F17D94;
    font-size: 12px;
}
#fixedMenuBtnBox ul li.keep-footer-btn a {
    background-color: #fe925a;
    box-shadow: 0 5px 0 #E68452;
    font-size: 9px;
    text-align: center;
}
#fixedMenuBtnBox ul li.sns-footer-btn a img,
#fixedMenuBtnBox ul li.tel-footer-btn a img,
#fixedMenuBtnBox ul li.application-footer-btn a img {
    width: 26px;
}
#fixedMenuBtnBox ul li.mail-footer-btn a img {
    width: 22px;
}
#fixedMenuBtnBox ul li.keep-footer-btn a img {
    position: relative;
    top: 1px;
    width: 25px;
}
#fixedMenu2 ul li.keep-footer-btn a p.footerKeepText {
    line-height: 22px;
}
@media only screen and (max-width: 374px) {
    #fixedMenu2 ul li:nth-of-type(5) .footerKeepText {
        width: 125%;
        transform: scale(0.8);
        transform-origin: left top;
    }
    #fixedMenu ul li:nth-of-type(5) .footerKeepText {
        width: 125%;
        transform: scale(0.8);
        transform-origin: left top;
    }
    #fixedMenu ul li.application-footer-btn a {
        font-size: 9px;
    }
    #fixedMenuBtnBox ul li.application-footer-btn a {
        font-size: 9px;
    }
}
/* ↑2022/04/21 */
#fixedMenuBtnBox ul li:first-child:nth-last-child(2), #fixedMenuBtnBox ul li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}
#fixedMenuBtnBox ul li:first-child:nth-last-child(3), #fixedMenuBtnBox ul li:first-child:nth-last-child(3) ~ li {
    width: 33.3%;
}
#fixedMenuBtnBox ul li:first-child:nth-last-child(4), #fixedMenuBtnBox ul li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}
#fixedMenuBtnBox ul li:first-child:nth-last-child(5), #fixedMenuBtnBox ul li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}
#fixedMenuBtnBox ul li:first-child:nth-last-child(5) a, #fixedMenuBtnBox ul li:first-child:nth-last-child(5) ~ li a {
    margin: 0 2px;
}
#limitedComment {
    width: 100%;
    height: auto;
    padding: 3px 0 0;
    overflow: hidden;
}
#limitedComment .commentBase {
    margin: 0 auto 3px;
    padding: 2px 1px;
    width: 97%;
    background-color: #fff;
    border-radius: 5px;
}
#limitedComment .commentBlock {
    margin: 0 auto;
    padding: 3px 4px;
    width: 96%;
    border: 1px solid #e72b4d;
    border-radius: 5px;
}
#limitedComment .commentBlock .titleBlock {
    position: relative;
}
#limitedComment .commentBlock .titleBox {
    height: 18px;
}
#limitedComment .commentBlock .titleBox i {
    position: relative;
    top: 0;
    left: 2px;
    color: #e72b4d;
    font-size: 14px;
}
#limitedComment .commentBlock .titleBox span {
    margin-left: 8px;
    color: #e72b4d;
    font-size: 12px;
    font-weight: bold;
}
#limitedComment .commentBlock .buttonBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 18px;
}
#limitedComment .commentBlock .buttonBox a i {
    color: #e72b4d;
    font-size: 18px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#limitedComment .commentBlock .buttonBox a.close i {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
#limitedComment .commentMain {
    display: none;
    height: auto;
    line-height: 17px;
    font-size: 12px;
    color: #333;
}
/* ↑2019/03/14 */
/* ↓2019/07/01 */
#headerReviewLink {
    width: 100%;
    overflow: hidden;
}
#headerReviewLink .reviewBase {
    background-color: #fff;
    border: 1px solid #666666;
    border-radius: 5px;
}
#headerReviewLink .reviewBlock {
    margin: 0 auto;
    height: 35px;
    text-align: center;
}
#headerReviewLink .reviewBlock .reviewIcon img{
    position: relative;
    top: 5px;
    width: 25px;
}
#headerReviewLink .reviewBlock .reviewText img{
    position: relative;
    top: 5px;
    width: 90px;
}
#headerReviewLink .reviewBlock .reviewCnt {
    font-size: 13px;
    color: #4c4848;
    font-weight: bold;
}
/* ↑2019/07/01 */
/* ↓2022/04/21 */
#fixedMenu ul li a,
#fixedMenuBtnBox ul li a {
    padding-top: 3px;
    font-size: 11px;
    height: 44px;
    box-sizing: border-box;
    overflow: hidden;
}
#fixedMenu ul li.application-footer-btn a,
#fixedMenuBtnBox ul li.application-footer-btn a {
    font-size: 11px;
}
#fixedMenu ul li.mail-footer-btn a,
#fixedMenuBtnBox ul li.mail-footer-btn a {
    font-size: 11px;
}
#fixedMenu ul li.keep-footer-btn a,
#fixedMenuBtnBox ul li.keep-footer-btn a {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    background-color: #fff;
    box-shadow: 0 5px 0 #eee;
}
#fixedMenu ul li.sns-footer-btn a img,
#fixedMenu ul li.tel-footer-btn a img,
#fixedMenu ul li.application-footer-btn a img,
#fixedMenuBtnBox ul li.sns-footer-btn a img,
#fixedMenuBtnBox ul li.tel-footer-btn a img,
#fixedMenuBtnBox ul li.application-footer-btn a img {
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenu ul li.mail-footer-btn a img,
#fixedMenuBtnBox ul li.mail-footer-btn a img {
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenu ul li.keep-footer-btn a img,
#fixedMenuBtnBox ul li.keep-footer-btn a img {
    position: relative;
    top: 1px;
    width: auto;
    height: 22px;
    margin-bottom: 2px;
}
#fixedMenu ul li a p,
#fixedMenuBtnBox ul li a p {
    line-height: 16px;
}
#fixedMenu ul li.sns-footer-btn a p,
#fixedMenuBtnBox ul li.sns-footer-btn a p {
    font-size: 12px;
}
#fixedMenu ul li.keep-footer-btn a p.footerKeepText,
#fixedMenuBtnBox ul li.keep-footer-btn a p.footerKeepText {
    font-size: 11px;
    text-align: center;
    line-height: 16px;
}
@media only screen and (max-width: 374px) {
    #fixedMenu ul li:nth-of-type(5) .footerKeepText,
    #fixedMenuBtnBox ul li:nth-of-type(5) .footerKeepText {
        width: 125%;
        transform: scale(0.8);
        transform-origin: left top;
    }
    #fixedMenu ul li:nth-of-type(5) .footerKeepText,
    #fixedMenuBtnBox ul li:nth-of-type(5) .footerKeepText {
        width: 125%;
        transform: scale(0.8);
        transform-origin: left top;
    }
    #fixedMenu ul li.application-footer-btn a,
    #fixedMenuBtnBox ul li.application-footer-btn a {
        font-size: 9px;
    }
    #fixedMenu ul li.application-footer-btn a,
    #fixedMenuBtnBox ul li.application-footer-btn a {
        font-size: 9px;
    }
}
/* ↑2022/04/21 */

/* -----footer balloon----- */
div#fixedKininaru {
    z-index: 101;
}
#fixedMenu,
#fixedMenu ul {
        overflow: visible;
}
#fixedMenu2,
#fixedMenuBtnBox ul {
        overflow: visible;
}
.application-balloon{
    position: absolute;
    bottom: 100%;
    background: #FFF;
    z-index: 1;
    border: 2px solid;
    padding: 6px 16px 4px;
    font-size: 11px;
    border-radius: 8px;
    color: #FE8583;
    font-weight: bold;
    opacity: 0;
    transition: all ease .2s;
}
.application-balloon.is-visible{
    opacity: 1;
}
.application-balloon:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(45deg);
    bottom: -6px;
}
.application-balloon-close{
    position: absolute;
    top: -6px;
    right: -6px;
    border: 2px solid #999999;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #FFF;
    text-align: center;
    color: #999999;
    font-size: 16px;
    line-height: 1.1;
    cursor: pointer;
}
.application-balloon-close:before,.application-balloon-close:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #999999;
    position: absolute;
    left: 50%;
    top: 50%;
}
.application-balloon-close:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.application-balloon-close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

