/* イメージ ///////////////////////////////// */
.image{
border-radius: 240px 65px 140px 45px/55px 180px 45px 185px;
}
.image p{
border-radius: 280px 80px 180px 55px/70px 190px 65px 285px;
}

/* 枠 ///////////////////////////////// */
.wrap{
border-radius: 25px 180px 25px 185px/240px 35px 140px 45px;
}

/* ナビ ///////////////////////////////// */
.navi a{border-radius: 55px 60px 65px 45px/35px 40px 45px 40px;
}

/* カレンダー ///////////////////////////////// */
.table tr:first-child td:first-child{border-radius: 120px 0 0 0/60px 0 0 0;
}
.table tr:first-child td:last-child{border-radius: 0 60px 0 0/0 60px 0 0;
}
.table tr:last-child td:last-child{border-radius: 0 0 100px 0/0 0 60px 0;
}
.table tr:last-child td:first-child{border-radius: 0 0 0 60px /0 0 0 100px;
}
.table .line{
pointer-events: none;
border-radius: 240px 30px 220px 45px/40px 220px 45px 175px;
}

/* トップ ///////////////////////////////// */
.top .t1 p{
border-radius: 32% 55% 40% 40%/40% 45% 45% 60%;
}
.top .t2  p{
border-radius: 30% 6% 21% 5%/8% 40% 7% 32%;
}
.top .t3  p{
border-radius: 25% 75% 20% 80%/90% 95% 10% 20%;
}
.top .t4  p{
border-radius: 8% 40% 7% 32%/30% 6% 21% 5%;
}

/* ボタン ///////////////////////////////// */
.more, .back{
border-radius: 22% 12% 18% 18%/40% 55% 45% 60%;
}



@media (max-width:480px) {

.image{
border-radius: 160px 25px 70px 25px/30px 140px 25px 185px;
}
.image p{
border-radius: 170px 30px 90px 35px/40px 160px 35px 195px;
}

.wrap{
border-radius: 25px 60px 25px 105px/60px 25px 80px 25px;
}


.table tr:first-child td:first-child{
border-radius:0;
}
.table tr:first-child td:last-child{
border-radius:0;
}
.table tr:last-child td:last-child{
border-radius:0;
}
.table tr:last-child td:first-child{
border-radius:0;
}
.table .line{
display:none;
}

}


/*
-moz-border-radius: 240px 55px 140px 65px/55px 180px 45px 185px;
-webkit-border-radius: 240px 55px 140px 65px/55px 180px 45px 185px;
-o-border-radius: 240px 55px 140px 65px/55px 180px 45px 185px;
-ms-border-radius: 240px 55px 140px 65px/55px 180px 45px 185px;
*/