/*footer*/
/*▼基本設定▼*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 700;
}

#fr_wrap {
background:#eee;
color: #222;
font-size: .8em;
line-height: 150%;
}




ul{
margin: 0;
padding: 0;
list-style: none;
}


hr.fr_hr {/*一番上部のライン*/
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-top: 0.2em;
}

.fr_font{/*基本説明フォント*/

line-height: 1.6em;

}

.text-center{
text-align: center;
}
.container_footer {/*各デバイス全体設定（flexの基本の値*/
max-width: 1300px;
    min-width: 1000px;
    width: 96%;
    margin-right: auto;
  margin-left: auto;
  display: flex;

}

.fr_midashi{
color: #333;
border-bottom: 2px solid #333;
font-weight: 700; font-size: 1.2em;
padding: 5px 2px 0;
margin: 10px 0 5px;
}

/**************************************/
/**************************************/
/*************ここから個別*************/
/**************************************/
/**************************************/



/*お支払い・配送*/

 .fr_sipp{
 padding: 20px;
 flex-basis: 60%;
 background: #eee;
 }


/*グループサイト*/

 .fr_send{
 padding: 20px;
 flex-basis: 40%;
 background: #eee;}



ul.fr_gr_list{
margin: 2% 0;
}

ul.fr_gr_list li{
padding: 0;
line-height: 2em;
margin-left:10px; 
}
ul.fr_gr_list li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105 '; /* アイコンのunicode */
  margin-right:10px; font-weight: 900;
}

ul.fr_gr_list a:link{
color: #444;
text-decoration:none;
}

ul.fr_gr_list a:visited{
color: #444;
}
ul.fr_gr_list a:hover{
color: #888;
}


/*---実店舗案内---*/
.fr_tenpo{/*panosen共通*/
  flex-basis: 50%;
  padding: 20px;
}

h3.tenpo_midashi {
position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: inline-block;
top:0;
font-weight: 600;
}

h3.tenpo_midashi:before,h1:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
h3.tenpo_midashi:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
left: 0.25em;
}
h3.tenpo_midashi:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right:0;
padding:0.25em 0.3em;
}


.fr_tenpo_button {/*店舗サイトへ*/
    display: inline-block;
    font-weight: 700;
 
    color: #222;
    background: #eee;
    transition: .2s;
    letter-spacing: 0.1em;
    width:auto; padding:5px 40px;
    text-align: center;
    vertical-align: middle;
    margin-top: 30px;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid #222;
  }

.fr_tenpo_button:hover {
    background: #222;
    color: #eee;
box-shadow: 0 0 0 2px #222 inset;
}





/*Shinei住所など*/
 .fr_add{
  padding: 20px;
  flex-basis: 70%;
 background: #eee;
 }


.fr_botton {/*お問い合わせボタン*/
    display: inline-block;
    font-weight: 700;
 
    color: #FFF;
    background: #222;
    transition: .2s;
    letter-spacing: 0.1em;
    width:auto; padding:5px 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    text-decoration: none;
  }
.fr_botton span{color: #fff;}
.fr_botton:hover {
    background: #eee;
    color: #333;
box-shadow: 0 0 0 2px #333 inset;
}
.fr_botton span:hover{color: #333;}


/*営業日カレンダー*/ 
 .fr_cal{
 padding: 20px;
 flex-basis: 30%;
 background: #eee;
 }

 
h1.fr_info {/*information*/
 color:#fff;
 text-align:center;
 font-size:30px;
 line-height:80px;
font-family: Courier,sans-serif;
background: #222;
width: 100%;
margin: 0;

}



footer {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  line-height: 1.5em;
    background: #222;
  color:#fff;
  font-size: 0.9em;
  bottom: 0;
  margin: 0;padding: 0;
}


/*うるう追従*/

.float_banner{
width: 65px;
position: fixed;
bottom: 75px;
right: 0;
z-index: 9999;
}

.float_banner img {
width: 100%;
}


/*topへ戻るボタン*/
#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}
#pagetop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: rgba(0,0,0,1);
    transition: opacity .6s ease;
}
#pagetop a:hover {
    opacity: .9;
}
#pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}
#pagetop a::before {
    top: 5px;
    width: 10px;
    height: 10px;
}
}
