@charset "utf-8";
/* CSS Document */
@media (max-width: 375px){
}

/*index*/
.index{
    position: relative;
    top: 10px;
    height: 880px;
    text-align: center;
}
.index1{
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    color: #00a99d;
    max-width: 300px;
    font-size: 20px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border: solid 3px #FFB9FF;
    border-radius: 10px;
    padding: 5px;
	line-height: 25px;
}
.index2{
    font-size: 85%;
    max-width: 340px;
    position: relative;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: solid 3px #FFB9FF;
    border-radius: 10px;
	text-align: center;
}
.index p{
    max-width: 318px;
    margin-left: auto;
    margin-right: auto;
}

.text1{
	display: inline-block;
	position: relative;
	min-width: 300px;
	height: 155px;
	text-align: left;
	line-height: 24px;
}
.text2{
	position: relative;
	height: 100px;
	line-height: 23px;
}

.index span{
    font-weight: bold;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	line-height: 40px;
}
.index a{
	font-size: 200%;
}

#calendar{
    position: relative;
    top: 35px;
    max-width: 350px; /* 最大幅 */
    min-width: 270px; /* 最小幅 */
	height: 300PX;
    margin: auto;
}
.googlecal{
    position: relative;
    padding-bottom: 100%; /* 縦横比 */
    height: 0px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
iframe {
    position: absolute;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    width: 100%;
    height: 100%;
    border-width: 0px;
    frameborder: 0px; 
}

.navi{
	position: relative;
	top: -10px;
}
.footer{
	position: relative;
}