@charset "UTF-8";
/* Body */
body {
    font-family: "Hiragino Sans","ヒラギノ角ゴシック"; font-weight: 400;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
sup {
	font-size: 60%;
	vertical-align: top;
	position: relative;
	margin-left: 4px;
	top: -0.1em;
	color: #ff4552;
	font-weight: 500;
}

/* Grid */
.grid-container {
    place-content: center;
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, auto);
}

.grid-item {
    padding: 4px;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;

}

/*　Googleカレンダー（スマホ表示） */ 
.googleCalender iframe { width:100%; max-width:800px; height:400px; } 

/*　Googleカレンダー（PC表示） */ 
@media (min-width: 960px) { .googleCalender iframe { height:600px; } }

/* Navigation */
header {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 5px;
	background-color: #ffffff;
}
.logo {
	color: #FF5589;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	letter-spacing: 2px;
}

nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	font-size: 14px;
	color: #252525;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 2px;
}
.hero_header a { 
color:#4968F1;
text-decoration:none;
font-weight: 400;
}
.hero_header a:visited { 
color:#4968F1;
}
.hero_header a:hover {
text-decoration:underline;
}
.abouttext {
	font-size: 12px;
	color: #252525;
	text-align: left;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	letter-spacing: 1px;
	line-height: 35px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
	color: #252525;
	font-weight: 200;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size: 12px;
}
a { 
color:#252525;
text-decoration:none;
font-weight: 400;
}
a:visited { 
color:#252525;
}
a:hover {
text-decoration:underline;
}