/*********************/
/*  上関あそび  */
/*********************/

@import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css');

span.badge {margin-right:0.2em; margin-bottom:0.2em;}
span.badge-custom {background-color:#00959B; color:#ffffff; padding:5px 10px;}
span.square {color:#709397;}

img.logo2 {max-width:250px !important;}

.btn-outline-custom {background-color:#ffffff; border-color:#009FB9; color:#009FB9;}
.btn-outline-custom:hover {background-color:#009FB9; color:#ffffff;}
.btn-outline-custom:active {transform: translateY(2px); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}
.btn-outline-custom:focus {outline: none; box-shadow: 0 0 0 4px rgba(112, 147, 151, 0.2);}

ul.marulist {list-style: none; padding-left: 1em; text-indent:-1em;}
ul.marulist > li:before{content:"●"; color: #256d8b;}

ul.komelist {list-style: none; padding-left: 2.4em; text-indent:-1.4em;}
ul.komelist > li:before{content:"※ ";}

/*-------------
kaminoseki
---------------*/
img.shrink-photo85 {
	width: 85%;
	display: block;
	margin: 0 auto;
}
img.shrink-photo90 {
	width: 90%;
	display: block;
	margin: 0 auto;
}
.text-color-red {
	color: #a31f24;
}
.background-red {
	background-color: #a31f24;
	color: #fff;
}

@media (max-width: 768px) {
	img.logo2 {
	  max-width: 220px !important;
	}
	img.photo90 {
	  width: 90%;
	  display: block;
	  margin: 0 auto;
	}
	img.photo80 {
	  width: 80%;
	  display: block;
	  margin: 0 auto;
	}
	img.photo70 {
	  width: 70%;
	  display: block;
	  margin: 0 auto;
	}
	img.photo60 {
	  width: 60%;
	  display: block;
	  margin: 0 auto;
	}
	img.photo110 {
	  width: 110%;
	  display: block;
	  margin: 0 auto;
	}
}
