@charset "euc-jp";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

body {
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
	}

img {
    vertical-align: bottom;
}

p {
    color: #080404;
    line-height: 1.6;
}

ul {
    list-style: none;
}

a {
    display: block;
    text-decoration: none;
}

.pink {
    color: #d84476;
}

.blue {
    color: #208cc8;
}

.sp {
    display: none;
}

h1  {
	text-align: center;
    background: url("../images/bg02.jpg") repeat;
    padding: 20px 0 0;
}

h1 .pc img {
    width: 100%;
    max-width: 999px;
}

.mainWrap {
    background: url("../images/bg01.jpg") repeat;
    padding: 120px 0 160px;
}

.mainInner {
    background: #fff;
    width: 840px;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    padding: 0 40px 140px;
}

h2 {
    padding-top: 100px;
}

.contents02 h2 {
    padding-top: 70px;
}

.contents01 h2 img {
    width: 275px;
}

.contents02 h2 img {
    width: 409px;
}

.contents03 h2 img {
    width: 356px;
}

.contents01 .price {
    font-size: 28px;
    font-weight: bold;
    margin-top: 43px;
}

.price .pink {
    font-size: 40px;
}

.price .smallTx {
    font-size: 22px;
}

.lead {
    font-size: 33px;
    font-weight: bold;
    margin-top: 50px;
}

.lead.pink {
    margin-top: 20px;
}

.member {
    font-size: 18px;
    margin-top: 8px;
}

.member a {
    display: inline-block;
}
.member a:hover {
    text-decoration: underline;
}

/* 講習会一覧 */
.timeTable {
    display: -webkit-flex;
    display: flex;
    width: 840px;
    margin-top: 50px;
}

.timeTable li {
    border-right: 2px dotted #080404;
    text-align: center;
    width: 280px;
}

.timeTable li:nth-of-type(3) {
    border-right: none;
}

.timeTable dt img {
    width: 170px;
}

.timeTable  dd img {
    width: 230px;
}

.timeTable dd {
    margin-top: 30px;
}

.timeTable dl a:hover {
    opacity: 0.7;
}

.timeTable dd p {
    font-size: 19px;
    margin-top: 5px
}

.timeTable dd .pink {
    font-size: 21px;
    line-height: 1.4;
}

.timeTable dd .time {
    position: relative;
}

.timeTable dd .time:before {
    display: inline-block;
    content: "";
    position: relative;
    background: url("../images/tx07.png") no-repeat 0 0 / 76px 31px;
    width: 76px;
    height: 31px;
    left: -5px;
    top: 8px;
}

.contents03 p {
    font-size: 20px;
    margin-top: 50px;
}

.contact {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 26px;
    margin-top: 20px;
}

.contact li {
    position: relative;
    padding-left: 45px;
    line-height: 0.9;
    text-align: left;
}
.contact li:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: url("../images/ic01.png") no-repeat 0 0 / 25px 33px;
    width: 25px;
    height: 33px;
    left: 9px;
    top: -4px;
}

.contact .tel span {
    font-size: 14px;
}

.contact .mail {
    margin-left: 50px;
}
.contact .mail:before {
     background: url("../images/ic02.png") no-repeat 0 0 / 32px 24px;
    width: 32px;
    height: 24px;
    left: 0;
    top: 3px;
}

.contact li .time {
    display: block;
    padding: 10px 0 0;
    font-size: 13px;
}

.notes {
    background: #e2f6f4;
    border: 1px solid #c5ede9;
    border-radius: 15px;
    width: 810px;
    margin: 60px auto 0;
    padding: 20px 0 20px 30px;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
}

.notes li {
    padding-left: 15px; 
    position: relative;
}

.notes li a {
    display: inline-block;
}

.notes li a:hover {
    text-decoration: underline;
}

.notes li:before {
    display: inline-block;
    content: "※";
    position: absolute;
    left: 0;
}

.bt01 {
    display: block;
     width: 250px;
    margin: 60px auto 0;
    background: #fff;
    border-radius: 28px;
}

.bt01 img {
    width: 250px;
}

.bt01 a:hover {
    opacity: 0.7;
}

footer {
    background: #fff;
    padding: 5px 0;
    text-align: center;
}

.timeTable dd .pink.type02 {
    font-size: 19px;
    margin-bottom: 14px;
}
.timeTable dd .pink.type02 span {
    font-size: 17px;
}

/*お知らせ*/

.announce h2 {
    padding-top: 70px;
    font-size: 24px;
    color: #FF0004
}

.announce p {
    color: #FF0004;
    line-height: 1.7;
        
}


  /* IEのみ */
@media all and (-ms-high-contrast: none) {

    .contents01 .price {
        margin-top: 55px;
    }
    .contents02 h2 {
        padding-top: 55px;
    }

  .timeTable a.type02 {
    padding-top: 25px;
  }

  .contact li {
    line-height: 1.2;
}

.contact li:before {
    top: -7px;
}
.contact .mail:before {
    top: 1px;
}
}

@media screen and (max-width:569px) {
/*スマホ用のcss*/

img {
    max-width: 100%;
    }

.sp {
    display: block;
}

.pc {
    display: none;
}

h1  {
    padding: 15px 10px 0;
}

h1 .sp img {
    max-width: 100%;
}

.mainWrap {
    padding: 45px 20px 90px;
     background: url("../images/bg01.jpg") repeat 0 0 / 50%;
}

.mainInner {
    width: inherit;
    border-radius: 10px;
    text-align: center;
    padding: 0 20px 60px;
}

h2 {
    padding-top: 50px;
}

.contents02 h2 {
    padding-top: 40px;
}

.contents01 h2 img {
    width: 146px;
}

.contents02 h2 img {
    width: 221px;
}

.contents03 h2 img {
    width: 196px;
}

.contents01 .price {
    font-size: 20px;
    margin-top: 25px;
}

.price .pink {
    font-size: 28px;
}

.price .smallTx {
    font-size: 14px;
}

.lead {
    font-size: 22px;
    margin-top: 25px;
}
.lead.pink {
    font-size: 18px;
    margin-top: 10px;
}
.member {
    font-size: 16px;
    line-height: 1.4;
}


/* 講習会一覧 */
.timeTable {
    display: block;
    width: inherit;
    margin-top: 30px;
    padding: 0;
}

.timeTable li {
    border-right: none;
    border-bottom: 2px dotted #080404;
    width: inherit;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.timeTable li:nth-of-type(3) {
    border-right: none;
}

.timeTable dt {
    text-align: left;
    padding-left: 15px;
}

.timeTable dt img {
    width: 150px;
}

.timeTable  dd img {
    width: 215px;
}

.timeTable dd {
    margin-top: 30px;
    max-width: 430px;
}

.timeTable dd:first-of-type {
    margin-top: 20px;
    max-width: 430px;
}

.timeTable dd p {
    font-size: 18px;
    margin-top: 10px
}

.timeTable dd .pink {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 5px;
}

.timeTable dd .time:before {
    display: inline-block;
    content: "";
    position: relative;
    background: url("../images/tx07.png") no-repeat 0 0 / 49px 20px;
    width: 49px;
    height: 20px;
    left: -7px;
    top: 3px;
}

.contents03 p {
    font-size: 16px;
    margin-top: 30px;
}

.contact {
    display: block;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 15px;
}

.contact li {
    display: inline;
    padding-left: 25px;
    text-align: center;
}
.contact li:before {
    display: inline-block;
    background: url("../images/ic01.png") no-repeat 0 0 / 15px 20px;
    width: 15px;
    height: 20px;
    left: 3px;
    top: 3px;
}

.contact .mail {
    margin-left: 0px;
}
.contact .mail:before {
     background: url("../images/ic02.png") no-repeat 0 0 / 17px 13px;
    width: 17px;
    height: 13px;
    left: 0;
    top: 9px;
}

    .contact li .time {
        padding: 9px 0 5px;
    }

.notes {
    border-radius: 10px;
    width: inherit;
    margin: 0;
    padding: 20px 15px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}

.notes li {
    padding-left: 14px; 
    position: relative;
}

.bt01 {
     width: 201px;
    margin: 25px auto 0;
}

.bt01 img {
    width: 201px;
}
    
.timeTable dd .pink.type02 {
    font-size: 20px;
    margin-bottom: 10;
}
.timeTable dd .pink.type02 span {
    font-size: 18px;
}


/*お知らせ*/

.announce h2 {
    padding-top: 20px;
    font-size: 20px;
    color: #FF0004
}

.announce p {
    color: #FF0004;
    line-height: 1.7;
        
}

}