@charset "Shift_JIS";

body {
   margin: 0;
   padding: 0;
   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
   letter-spacing : 0.1em;
}

a {	
   text-decoration: none;
   color: #fff;
}

.footer {
  background-color: #999;
   background-image: url(https://hamasakanosato.com/image/wallpaper-footer_3.jpg);
  width: 100%;
  color: #fff;
}
.f-box{
  width: 100%;
  margin: 0px;
  padding: 0px 0px 30px;
  text-align:center;
}
.address-1 {
  margin: 0px auto;
  padding: 5px;
  text-align:center;
  font-size: 18px;
}
.address-1 span {
  font-size: 10px;
  color: #00ffff;
  letter-spacing : 0.1em;
}
.address-1 a {
  color: #ccc;
}
.address-1 a:hover {
  color: #fff;
}


.address-2 {
  margin: 0px auto;
  padding: 0px 5px 10px;
  text-align:center;
  font-size: 18px;
}
.address-2 span {
  font-size: 24px;
}


.f-logo {
  
}
.f-logo img{
  width: 300px;
  margin: 30px;
  filter: drop-shadow(1px 1px 1px #000);
}

.copyright{
  margin: 0px;
  padding: 30px;
  text-align:center;
  vertical-align:middle;
  font-size: 12px;
  color: #999;
}

.otoiawase1 {
  color: #fff;
  background: #999;
  border:solid 0px #000;
  border-radius: 20px;
  width: 400px;
  margin: 10px auto;
  padding: 5px;
  filter: drop-shadow(1px 1px 1px #ccc);
 
}
.otoiawase {
  display: block;
  width: 400px;
  cursor: pointer;
  padding: 5px;
  margin: 10px auto;
  background: #777;
  color: #fff;
  border :0px solid #000;
  border-radius: 20px;
  transition: all 0.3s ease 0s;
  filter: drop-shadow(1px 1px 1px #ccc);
}
.otoiawase:hover {
  background: #555;
  
}

/***追従するトップへ戻るボタン***/
#page_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#page_top a {
 display:  inline-block;
    color: #fff;
    text-decoration:  none;
    background-color: #333;
    border-color: #ddd;
    border-radius: 10px;
    position:  relative;
    height: 80px;
    width: 80px;
transition: all 0.3s ease 0s;
}
#page_top a:before {
 content:  '';
    width: 30px;
    height: 30px;
    display:  block;
    border-top: solid 6px;
    border-right: solid 6px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 20px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}

#page_top a:hover {
    background-color: #000;
    text-decoration: none;
   cursor: pointer;
}

/***トップへ戻るボタンここまで***/



@media screen and (max-width: 800px) {

.f-box{
  width: 100%;
  margin: 0px auto;
  padding: 30px 10px;
  text-align:center;
}

.tenpologo{

    display: flex;
    align-items: center;
    justify-content: center;
}
.tenpologo img {
    width: 200px;
    filter: drop-shadow(1px 1px 1px #ccc);
}

.opentime {
display:flex;
flex-wrap: wrap;
justify-content: center;
padding: 10px 20px;
}

.timebox {
width: 100%;
margin: 10px 3px;
padding: 5px;

border:solid 0px #000;
border-radius: 5px;

}
.time{
letter-spacing : 0.0em;
font-size: 18px;
font-weight: bold;
line-height: 1.2em;
}
.time span{
font-size: 14px;
font-weight: normal;
color: #ff0000;
letter-spacing : 0.3em;
}

}
