/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2025 | 08:52:01 */
/*上部ナビゲーション　ホバー設定*/
nav ul li a:hover {
  background:  #E3E3E3;
  color: #fff;
}

/*メニュー本体*/
.fixed_menu {
position: fixed; /* 追従させる為にfixedの値を記述します */
z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
bottom: 20px;
left: 0px; /* 左から0pxのところにバナーを配置します */
margin:0px;
line-height: 1;
font-size: 0;
}
.fixed_menu_a:hover {
opacity: .6; /* マウスが重なった時に少し透過させます */
}
.fixed_menu_a {
	margin:0px;
	display: block;
}


/*メニュー入れPC*/
.box1 {
    padding: 3px;
    margin: 0px;
    border: solid 1px #000000;
	background: #ffffff;/*背景色*/
	
	width: 105px;
	align-items: center;
    justify-content: center;
	
    border-bottom: solid 6px #555555;
    border-radius: 0px 10px 10px 0px;
}
.box1 p {
    margin: 0px; 
    padding: 0;
	
	line-height: 1;
}


/*メニュー入れスマホ*/
.box1_sp {
display: none; /* PCではスマホ用のバナーは非表示にします */
}

@media screen and (max-width: 480px) { /* メディアクエリを使ってスマホ用のブレイクポイントを指定 */
.box1_sp {
display: inline-block; /* 消していたスマホ用のバナーを表示させます */
    padding: 3px;
    margin: 0px;
    border: solid 1px #000000;
	background: #ffffff;/*背景色*/
	
	width: 60px;
	align-items: center;
    justify-content: center;
	
    border-bottom: solid 6px #555555;
    border-radius: 0px 10px 10px 0px;
}
.box1 {
display: none; /* スマホではPC用のバナーは非表示にします */
}
}




.siteni {
  position: relative;
  padding: 1.6rem 1.1rem;
  width:380px;
font-size: 1.3rem;
font-weight: bold; /*装飾*/
}

.siteni:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.siteni-memo {
  font-size: .8rem;
}

.migiire{
    justify-content: flex-end; 
	display: flex;
}
.migiitem{
  width: 32px;
  height: 32px;
	margin:5px;
}


body{
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

.shirohaikei{
	background:rgba(255,255,255,0.55);
}


.icons{
display: flex;
margin:0px;
line-height: 1;
font-size: 0;
}

.bkm{
	margin:5px;
}


