@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Mochiy+Pop+P+One&display=swap');

.cssgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  margin: 0 0 2em;
}

.cssgrid > div {
  min-width: 0;
}




ol.sitemap{
counter-reset:list;
list-style-type:none;
text-align: left;
}

ol.sitemap li{
position:relative;
padding: 0 10px 0 10px;
margin: 7px 0 7px 0px;
border-bottom: dashed 1px #F6A38B;
font-family: 'BIZ UDPGothic', sans-serif;	
font-size: 1.2em;
line-height: 2em;
}

ol.sitemap li a{
text-decoration: none;
color:#191818;}


ol.sitemap li a:hover{
color:#B6B6B6;
}

.sitemap_title{
font-size: 1.4em;
line-height: 2em;
}

.sitemap_title02{
font-size: 1.4em;
line-height: 2em;
padding-top:20px;
}



.stripe-marker_c{
  background-image: repeating-linear-gradient(-45deg,
    #fbc867 0, #fbc867 2px,
    transparent 2px, transparent 4px
  );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.8em;
}
.stripe-marker_g{
  background-image: repeating-linear-gradient(-45deg,
    #a8dcf1 0, #a8dcf1 2px,
    transparent 2px, transparent 4px
  );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.8em;
}
.stripe-marker_y{
  background-image: repeating-linear-gradient(-45deg,
    #ffb7ef 0, #ffb7ef 2px,
    transparent 2px, transparent 4px
  );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.8em;
}
.stripe-marker_p{
  background-image: repeating-linear-gradient(-45deg,
    #affce3 0, #affce3 2px,
    transparent 2px, transparent 4px
  );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.8em;
}
.stripe-marker_m{
  background-image: repeating-linear-gradient(-45deg,
    #d2aff2 0, #d2aff2 2px,
    transparent 2px, transparent 4px
  );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.8em;
}

@media screen and (max-width: 782px) {
/*写真の並び方均等*/
	
	.text_tyoutai06{
    transform: scale(0.73, 1);
	transform-origin: top left;
	width: 180%;
	padding-bottom:0.5rem;
	padding-top:0.3rem;
}
	
		.text_tyoutai07{
    transform: scale(0.80, 1);
	transform-origin: top left;
	width: 180%;
	padding-bottom:0.5rem;
	padding-top:0.3rem;
}
	
	
		.text_tyoutai08{
    transform: scale(0.95, 1);
	transform-origin: top left;
	width: 180%;
	padding-bottom:0.5rem;
	padding-top:0.3rem;
}	
	
	
	
	
	
	
	
	
	
}
