@charset   "EUC-JP";
BODY{
  background-color: #80ff80;
  width : 100%;
  margin-left : auto;
  margin-right : auto;
  right : auto;
  height : 2em;
  max-width: 1024px;
}
#main{
  background-color: #ffffff;
  color: #000000;
  padding:2em;
  margin:1em;
  border:1px solid;
}

img{
  max-width: 100%;	
}

#title{
float : left;
text-align : center;
width : 40%;
}

#top{
text-align : center;
width : 100%;		
}

#top img{
width: 100px;
height: 100px;	
}

H1{
font-size : 12pt;
float : right;
width : 60%;
}

#tel{
margin-top : 0px;
width : 100%;
text-align : center;
}

#header{
  background-color : #d8d8d8; 
  width : 100%;
  height : 140px;
}

#menu{
  width : 100%;
  height : 2em;
  right : auto;
}

#menu UL{
  padding-left : 0px;
  margin-left : auto;
  list-style-type : none;
  margin-right : auto;
}

#menu LI{
  float : left;
  width : 16%;
  text-align : center;
  text-decoration : none;
  padding-bottom: 5px;
}

#content{
  width : 100%;
  display : block;
  height : auto;
  overflow : visible;
}

#footer{
  text-align : center;
  width : 100%;
  background-color : #d8d8d8;
}

#news{
  width : 100%;
  clear: both;
  display : block;
}

#tel ul{
  padding-left : 0px;
  margin-left : 0px;
  list-style-type : none;
}

#tel li{
  margin-right : 1em;
  float : left;
}

#content img{
  margin-right : 1em;
  margin-bottom : 1em;
 float : left; 
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	   min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.twitterprofile {
   margin-bottom:3em;
   margin-top:1em;
}		

.twitterprofile img {
   float:left;
   width:48px !important ;
   margin-right:0.5em;
}

.twitterrecord {
    clear:both;
}

.twitterrecord img {
    margin-top:1em;
}

.twitterimg {
    max-width:480px;
}

#share{
    margin-top: 20px;
    display:inline-flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.back-to-top.show {
    display: block;
    animation: fadeIn 0.3s;
}

/* SNS ¡¦Øä"¿ã¥ê¥á¡¦£í¥â¿ã£âáã¡¦*/
.fixed-sns-buttons {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    padding: 10px;
    z-index: 1000;
}

.fixed-sns-buttons a {
    margin: 5px 0;
    color: #000; /* Change this to the desired icon color */
    font-size: 24px; /* Adjust the size of the icons */
    text-decoration: none;
}

.fixed-sns-buttons a:hover {
    color: #555; /* Change this to the hover color */
}


.fixed-sns-buttons a {
  color: #000; /* ¡¦¢ã£âáâ³ã¥ê¥á¡¦±éùî¡¦ZÄê[²ä"Äå³çå®¡¦*/
  font-size: 24px; /* ¡¦¢ã£âáâ³ã¥ê¥á¡¦£ë¥â¤ã£íáâÄæŽ¨¿æÉê*/
  text-decoration: none;
  background: transparent; /* çá¸åÍè¥âÄç ¾åÌå¡æ¡¦Ž«å®¡¦*/
}

.fixed-sns-buttons a:hover {
  color: #007BFF; /* ¡¦Öä#Àä#¼æÑâ¡¦¡¦±éáâÄåC²åÑê*/
}

.add-button {
  display: none; /* ½é´ü¾õÂÖ¤Ç¤ÏÈóÉ½¼¨ */
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.add-button:hover {
  background-color: #0056b3;
}
