@charset "utf-8";



body{
	margin: 0;
	padding: 0;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 1.7;
	color:#fff
}

main{
	background: linear-gradient(320deg, rgb(0, 150, 70), rgb(30, 190, 115));
	padding: 2rem;
	width: 100%;
	max-width:1000px;
	margin: auto;
	min-height:100vh;
	box-sizing: border-box;
	position: relative;
}

a:link{
	color: #F2208C
}

h1{
	font-size: 2rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	padding: 0.5rem 1rem;
	border-left: 10px solid #F2208C;
}

h2{
	font-size: 1.4rem;
	padding: 0.5rem;
	border-bottom: 3px double #00027e;
}


h3{
	font-size: 1.2rem;
	padding:0 0.5rem;
	border-left:dotted 5px #00027e;	
}

p,div{
	padding: 1rem
}

.tac{
	text-align: center
}

.text-highlight{
	color:#F9FF2F;
}

img{
	width: 100%;
	max-width:300px;
	height:300px;
	border-radius: 10px;
	object-fit: cover;
	object-position: left 20%;
}

table{
	width: 100%;
	margin: auto;
}

th,td{
	border-radius: 5px;
	padding: 10px 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}

th{
	background-color:#564C42;
	white-space: nowrap
}

td{
	background-color:#ffffff;
	color:#3B342D;
}


dt, dd{
	display: inline-block;
	padding: 10px;
	margin: 0;
	vertical-align: top;
}

dt{
	width:260px;
}

dd{
	width:calc(100% - 350px);
}

input{
	border: none;
	padding:0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 5px;
	width:20rem;
	box-sizing: border-box;
}

textarea{
	border: none;
	padding:0.5rem;
	border-radius: 5px;
	width:30rem;
	height: 5rem;
	box-sizing: border-box;
}

.button {
    width:auto;
    margin: 0.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
	width:30%;
	max-width: 150px;
}

.button:hover {
    background-color: #F2208C;
	color: #ffffff;
    cursor: pointer;
}

@media screen and (max-width:680px) {
	main{
		padding: 1rem;
	}

	th, td{
		white-space: normal;
		padding:8px;
	}

	dt, dd{
		display:block;
		width:100%;
		padding: 0;
		
	}	

	input, textarea{
		width: 100%;
	}

}



.sat {
	color:#00027e; /* 土曜日の文字色 */
}
.sun {
	color:#F2208C; /* 日曜日の文字色 */
}

.calendar-container {
	column-count:4;
	text-align: center;
}




