a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.rogo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 53px;
	padding-left: 0px;
}
.menuul {
    display: flex;
	justify-content: center;
	background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 39px;
    margin: 0 auto 47px auto;
	padding: 0;
	list-style: none;
	width: fit-content;
}
.menuul > li {/*親階層のみ幅を25%にする*/
    width: 25%;
}
/*全てのリスト・リンク共通*/
.menuul li {
    text-align: center;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    height: 49px;
    width: 200px;
}
.menuul li a {
    display: block;
    text-align: center;
    text-decoration: none;
}
.menuul li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
	z-index: 100;
}
.menuul li li a {
	background: rgba(255,255,255,0.95);
    padding: 10px;
	display: block;
}
.menuul li li a:hover {
	background: #f5fdf7;
}
.menuul li:hover > ul > li {
    height: 46px;
    overflow: visible;
}
.title {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.info {
	line-height: 27px;
	margin: 0px;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
}
.samisato1 {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#samisato {
	padding-right: 120px;
}
#suginoki {
	padding-left: 120px;
}
.samisato2 {
	float: left;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
	padding: 0px;
}
.samisato3 {
	font-size: 15px;
	line-height: 27px;
	padding: 0 25px 0 0;
	width: 450px;
	background-image: url(../images/border.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.samisato5 {
	margin: 0 0 15px 0;
	padding: 0px;
}
.samisato5 dt {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
}
.samisato5 dd {
	padding-left: 75px;
}
.samisato6 a{
	padding: 10px 0 0 0;
	margin: 0;
	color: #8cc59a;
	text-decoration: underline;
	font-weight: bold;
}
.map {
	padding: 0px;
	height: 400px;
	width: 500px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: none;
}
.table {
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	margin: 0px;
	padding: 0px;
}
.table tr td {
	margin: 0px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
}
.table tr .left {
	width: 200px;
}
.table tr .right {
	width: 700px;
}
.copyright {
	font-size: 10px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	text-align: center;
}
#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	width: 71px;
	height: 71px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/totop.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.titleleft {
	margin: 0px;
	float: left;
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.titleright {
	width: 850px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 15px;
	line-height: 27px;
}
.titleright dt {
	font-weight: bold;
	color: #8cc59a;
	clear: left;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.titleright dt img {
	clear: left;
	float: left;
	height: 50px;
	width: 50px;
}
.titleright dd {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
}.image {
	padding: 0px;
	height: 120px;
	width: 168px;
	background-color: #0FF;
	float: left;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.image2 {
	padding: 0px;
	height: 120px;
	width: 168px;
	background-color: #0FF;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.samisato7 {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.titleright3 {
	width: 850px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	font-size: 15px;
	line-height: 27px;
}
.titleright2 {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.titleright2 dt {
	clear: left;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.titleright2 dd {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 100px;
	border-bottom: solid 1px #ddd;
}
.tel a {
	margin: 50px 20px 0 20px;
	padding: 10px 50px;
	float: left;
	background: #f68f67;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.mail a {
	margin: 50px 20px 0 20px;
	padding: 10px 50px;
	float: right;
	background: #8cc69b;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.mobile img {
	display: none;
}

.btn {
  display: block;
  margin: 25px auto 0 auto;
  padding: 10px 30px;
  background-color: #5a8f6a;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
}

.btn:hover {
  background-color: #4b7a59;
}

/* ===== 店舗紹介レイアウト（アルメディコ風） ===== */

/* 店舗名の囲い（アルメディコの「本社」と同じイメージ） */
/* 店舗名の囲い（アルメディコの .honsya と同じイメージ） */
.store-name {
  max-width: 980px;
  margin: 30px auto 15px;      /* 上下の余白 */
  padding: 5px 20px;           /* 内側の余白 */
  border: 1px solid #666;      /* 枠線の太さ＆色 */
  border-radius: 10px;
  -webkit-border-radius: 10px; /* Safari/Chrome */
  -moz-border-radius: 10px;    /* Firefox */
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #666;
}

/* 地図＋住所（アルメディコの .map / .mapinfo ベース） */
.store-main {
  max-width: 980px;
  margin: 0 auto 25px;
  display: flex;
  align-items: flex-start;
  gap: 24px;            /* 地図と住所の間の余白 */
}

.store-map {
  flex: 0 0 400px;      /* 地図の横幅 */
}

.store-map iframe {
  width: 100%;
  height: 300px;        /* アルメディコとほぼ同じ高さ */
  border: none;
}

.store-info {
  flex: 1;
  margin: 0;
  padding-top: 10px;
  font-size: 14px;      /* 文字サイズ */
  line-height: 1.5;     /* 行間 */
  color: #666;          /* 文字色 */
}

/* 店舗写真3枚の並び */
.store-images {
  max-width: 980px;
  margin: 10px auto 40px;
  display: flex;
  gap: 10px;
}

.store-images img {
  width: 200px;
  height: 160px;
  object-fit: cover;
}

/* スマホ用：縦並びに崩す */
@media screen and (max-width: 768px) {
  .store-main {
    flex-direction: column;
  }
  .store-map,
  .store-info {
    flex: 0 0 auto;
  }
  .store-images img {
    width: 32%;
  }
}

#tenpo {
  padding-top: 210px;   
}