h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	/*font-size: 140%;*/
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
       
}
body#index {
    margin: 0;
    padding: 0;
}

html {
    background: #aaa;
 font-family: "���C���I", sans-serif;
background: url("bg.jpg") top center repeat-x #FFFFFF;
background-size: cover;
}
div#wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 0px 50px;
    background: #ffffffab;
}
h1{
 font-size: 12px;
}
header#header {
    font-size: 10px;
    font-weight: normal;
    padding: 20px 20px;
}
.name {
    text-align: center;
    margin: 70px 0 60px;
}
p.point {
    background: #c889bc;
    width: 340px;
    font-size: 24px;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    border-radius: 30px;        /* CSS3���� */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome�p */  
    -moz-border-radius: 30px;   /* Firefox�p */  
    margin-bottom: 0px;
}
h2 {
    letter-spacing: 10px;
    font-size: 40px;
}
h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #c889bc;
    font-size: 20px;
}
main#main {
    max-width: 800px;
    margin: 0 auto;
}
.kaigyou {
text-align: center;
    border: 10px solid #c889bc;
    border-image:#c889bc;
    border-image-slice: 1;
    padding: 30px 0;
    margin-bottom: 40px;
}
.kaigyou p {
    font-size: 45px;
    font-weight: 700;
}

.nairankai {
    text-align: center;
    margin-bottom: 100px;
}
p.point2 {
    background: #c889bc;
    width: 340px;
    font-size: 24px;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    border-radius: 30px;        /* CSS3���� */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome�p */  
    -moz-border-radius: 30px;   /* Firefox�p */  
    margin-bottom: 10px;
}
.nairankai .day {
    font-size: 40px;
    font-weight: 700;
}


h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

h3 {
    background:#7A7A7A;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3::after {
    content: " ";
    background:#c889bc;
    width: 70px;
    display: block;
    height: 2px;
    margin: 10px auto 0;
}
.aisatu p {
    font-size: 16px;
    line-height: 2;
/*text-align: center;*/
    margin-bottom: 20px;
}
.aisatu {
    margin-bottom: 50px;
}

.jouhou dt, .jouhou dd {
    font-size: 16px;
}

.jouhou dt{ 
    font-weight: 700;
margin-bottom: 10px;
}
.jouhou dd {
    margin-bottom: 20px;
}

.f_l {
    width: 394px;
    display: inline-block;
    vertical-align: top;
}

.f_r {
    display: inline-block;
    width: 400px;
}

footer#footer {
    clear: both;
    text-align: center;
background:#c889bc;
    color: #fff;
    font-size: 10px;
    padding: 10px 0;
}
.kaigyou span {
    font-size: 30px;
}
span.color {
    color: #c889bc;
}
.jouhou,.saiyou {
    margin-bottom: 50px;
}
.saiyou p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
th,td {
    font-size: 16px;
}
th {
    border: #aaa solid 1px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 25%;
    padding: 15px;
    background: #6d6d6d;
    color: #fff;
}
td {
    padding: 15px 10px;
    border: #aaa solid 1px;
    background: #fff;
}
table table th {
    background: none;
    color: #7A7A7A;
    font-weight: 400;
    border: none;
    border-bottom: #aaa dotted 1px;
    width: 42%;
    text-align: left;
}
table table td {
    background: none;
    font-weight: 400;
    border: none;
    border-bottom: #aaa dotted 1px;
}
ul {
    margin: 0;
    padding: 0 25px 0;
}

.mt10{ margin-top: 10px; }
.mb20{ margin-bottom: 20px; }
p.call {
    text-align: center;
    padding: 20px;
    border: #b2d6b2 solid 4px;
    background: #c889bc;
    margin: 10px 0 0 0;
    border-radius: 40px;
}
p.call a {
    color: #fff;
    font-size: 20px;
    display: block;
    text-decoration: none;
}
.sp{
display: none;
}

@media screen and (max-width: 768px) {
p.point {
    width: 290px;
    font-size: 18px;
    margin: 0 auto 10px;
}
img {
    width: 100%;
}
h2 {
    letter-spacing: 3px;
    font-size: 32px;
}
.name {
    text-align: center;
    margin: 40px 0 50px;
}
.kaigyou p {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}
.kaigyou {
    text-align: center;
    border: solid 5px #c889bc;
    padding: 30px 0;
    margin: 0 15px 40px;
}
p.point2{
    width: 290px;
    font-size: 18px;
    margin: 0 auto 10px;
}
.nairankai .day {
    font-size: 30px;
}
main#main {
    padding: 0 10px;
}
.f_l {
    width: 330px;
    display: inline-block;
    vertical-align: top;
}
.f_r {
    display: inline-block;
    width: 100%;
}
h3 {
    font-size: 23px;
}
.kaigyou span {
    font-size: 18px;
}
table,
tr,
th,
td{
display: block;
}
th{
width: auto;
}
.sp{
display: block;
}



}
