<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
	border: none;
}

/* tableã®ã‚»ãƒ«åŒå£«ã®é‡è¤‡ã§ç·šãŒé‡ãªã£ã¦å¤ªããªã‚‹ã®å›žé¿ã™ã‚‹å&nbsp;´åˆä½¿ç”¨
table {
border-collapse: collapse;
border-spacing: 0px;
}
*/

H1{
  font-size : medium;
}
H2{
  font-size : medium;
}

td,th {
	padding: 0px;
	empty-cells: show;
  	font-size : 20px;
}

/* PCã§é›»è©±ç•ªå·ãƒªãƒ³ã‚¯ã‚’ç„¡åŠ¹ã« */
@media (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆã€€768pxä»¥ä¸Š1196pxä»¥ä¸‹ */
@media screen and (min-width: 768px) and (max-width: 1196px) {
  H1{
    font-size : large;color : gray;
  }
  H2{
    font-size : large;color : gray;
  }
  TD{
    font-size : large;
   }
   
   table {
     width: 100%;
   table-layout: fixed;
   }
   
   th {
     display: block;
     width: 100%;
     empty-cells: show;
   
   }
   
   td {
     display: block;
     width: 100%;
     empty-cells: show;
     line-height:150%;
   }
   
   td.va1 {
     width: 100%;
   }
   
   table.w1{
     width: 640px;
   }
   table.w2{
     width: 680px;
   }
   
   /* æ°´å¹³æ–¹å‘çœŸã‚“ä¸­ã«è¨­ç½®ã™ã‚‹ãŸã‚ã®class */
   .va2 {
     vertical-align: -0.35em;
   }
   
   th.pict01 {
     display: block;
     width: 100%;
   }
   
   td.pict01 {
     display: block;
     width: 100%;
   }
   
   img.pict01 {
       width: 100%;
       height: auto;
     }
   img.pict02 {
   
       width: 70%;
       height: auto;
   }
   img.pict03 {
   
       width: 50%;
       height: auto;
   }
   img.pict04
   {
       width: 35%;
       height: auto;
   }
   img.pict05
   {
       width: 25%;
       height: auto;
   }
   img.pict06
   {
     width: 15%;
     height: auto;
   }
   table.w1{
     width: 70%;
   }
   table.w2{
     width: 75%;
   }
   table.w3{
     width: 90%;
   }
   p{
     font-size: 10px;
   }
   .ggmap {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden;
   }
    
   .ggmap iframe,
   .ggmap object,
   .ggmap embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   }
   
   ul.menu{
     padding:0 10px;
     }
     ul.menu li{
     padding:0px;
     }

}  

/* ã‚¹ãƒžãƒ›ã€€767pxä»¥ä¸‹ */
@media screen and (max-width: 767px){

/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–åŒ–ã™ã‚‹éš›ã‚¹ãƒžãƒ›ã§æ”¹è¡Œæ¶ˆã—ãŸã„ã®ã§brã‚¿ã‚°ã‚’æ¶ˆã™ */
br.br-sp { display : none ; }

/* ç”»é¢ã‚µã‚¤ã‚ºã«ã‚ˆã£ã¦ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºã‚’å¤‰ãˆã‚‹ */
H1{
  font-size : x-small;color : gray;
}
H2{
  font-size : x-small;color : gray;
}
TD{
 font-size : small;
}

table {
	width: 100%;
table-layout: fixed;
}

th {
  display: block;
  width: 100%;
  empty-cells: show;

}

td {
  display: block;
  width: 100%;
  empty-cells: show;
  font-size : 10px;
  line-height:150%;
}

td.va1 {
  width: 100%;
}

table.w1{
  width: 640px;
}
table.w2{
  width: 680px;
}

/* æ°´å¹³æ–¹å‘çœŸã‚“ä¸­ã«è¨­ç½®ã™ã‚‹ãŸã‚ã®class */
.va2 {
  vertical-align: -0.35em;
}

th.pict01 {
  display: block;
  width: 100%;
}

td.pict01 {
  display: block;
  width: 100%;
}
td.w3 {
  font-size: 8px;
}

img.pict01 {
		width: 100%;
		height: auto;
	}
img.pict02 {

		width: 70%;
		height: auto;
}
img.pict03 {

		width: 50%;
		height: auto;
}
img.pict04
{
		width: 35%;
		height: auto;
}
img.pict05
{
		width: 25%;
		height: auto;
}
img.pict06
{
  width: 15%;
  height: auto;
}
table.w1{
  width: 70%;
}
table.w2{
  width: 75%;
}
table.w3{
  width: 90%;
}
p{
  font-size: 10px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

ul.menu{
  padding:0 10px;
  }
  ul.menu li{
  padding:0px;
  }

}

/*pcã€€768pxä»¥ä¸Š 
@media only screen and (min-width: 768px), print {
	img{
		width: 100%;
		height: 100%;
	}
}
*/</pre></body></html>