@charset "UTF-8";
/* CSS Document */
@media (max-width:640px){
    .wrapper {margin: 0;}
.linkbox {
	background-image: url("https://www.kashiwaya.org/wp/wp-content/uploads/2021/04/main01.jpg");
	background-repeat:no-repeat;
	background-size:  cover;  
	background-position: center;
	background-color: #404040;
	margin: auto;
	padding: 200px 0;
	text-align: center;
	color: #ffffff;
	font-size:1em;
}
}

@media (min-width:641px){
    .wrapper {margin: 50px;}
.linkbox {
	background-image: url("https://www.kashiwaya.org/wp/wp-content/uploads/2021/04/main01.jpg");
	background-repeat:no-repeat;
	background-size:  cover;  
	background-position: center;
	background-color: #404040;
	margin: auto;
	padding: 400px 0;
	text-align: center;
	color: #ffffff;
	font-size:1.8em;
}
}

a{
  text-decoration: none;
	color: #ffffff;
  font-weight: bold;
}
a:hover{
  text-decoration: underline;
	color: #ffffff;
}
.yoyaku{
	 margin:10px auto 10px auto; 
	border:1px groove #2c887b;
	display:flex;
	justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
	width:80%;
	max-width:500px;
	color:#ffffff;
	background-color:rgba(44, 136, 123, 0.7);
	text-align:center;
}
.yoyaku a {
	text-decoration:none;
	color:#ffffff;
}
.detail-box{
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
    text-shadow: 1px 1px 3px black;
    color: #ffffff;
}
