@charset "UTF-8";

#event-lesson #main-container {
    padding: 40px 0;
}

#event-lesson #main-container .inner {
    width: 950px;
    margin: 0 auto;
    background-color: white;
}

#event-lesson #main-container .event-info {
    width: 650px;
    margin: 0 auto;
}

#event-lesson #main-container .kv {
    margin-bottom: 70px;
}

#event-lesson #main-container h3 {
    margin-bottom: 50px;
    text-align: center;
}

#event-lesson #main-container .event-info table {
    margin-bottom: 50px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#event-lesson #main-container .event-info table tr th,
#event-lesson #main-container .event-info table tr td {
    padding: 15px;
    font-size: 14px;
    line-height: 160%;
    color: #333;
    border: solid 2px #fff;
}

#event-lesson #main-container .event-info table tr th {
    background-color: #bba566;
    color: #fff;
}

#event-lesson #main-container .event-info table tr td {
    background-color: #fdfcf9;
}

#event-lesson #main-container .event-info .btn {
    width: 340px;
    margin: 0 auto 20px;
}

#event-lesson #main-container .event-info .note {
    text-align: center;
    font-size: 18px;
    padding-bottom: 70px;
    color: #666;
}


#report {
    padding: 0 0 50px;
}

#report .tips_caption dt {
    float: left;
    border: 1px #ccae46 solid;
    padding: 0 7px;
    display: inline-block;

}

#report .tips_caption dd {
    display: inline-block;
    margin-left: 1em;
}

#report .tips_caption {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
    color: #ccae46;
    margin-left: 38px;
    padding-top: 20px;
    padding-bottom: 46px;
    font-size: 1.2em;
}


#report-container {
    width: 878px;
    margin: 0 auto;
    padding: 50px 0;
    background-image: url(../images/event/ornament_top.png), url(../images/event/ornament_bottom.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    font-family: 'ＭＳ Ｐ明朝', 'ヒラギノ明朝 Pro', serif !important;
}

#report-container .top-lead p {
    text-align: center;
    margin-bottom: 20px;
    color: #8e6900;
}

#report-container .top-lead .lead {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 50px;
}

#report-container .report-box-container {
    width: 652px;
    margin: 0 auto;
}

#report-container .item-report {
    background-image: url(../images/event/bg_column.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 60px;
}

#report-container .item-report h3 {
    margin-bottom: 0 !important;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -195px;
}

#report-container .item-report .report-inner {
    background-image: url(../images/event/bg_column.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

#report-container .item-report .report-inner .report-body {
    width: 590px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0 30px;
}

#report-container .item-report .report-inner .report-body p {
    margin-bottom: 10px;
    color: #8e6900;
    font-size: 13px;
    line-height: 170%;
}

#report-container .item-report .report-inner .report-body p img {
    box-sizing: border-box;
    width: 100%;
}

#report-container .item-report .report-inner .report-body .left {
    float: left;
}

#report-container .item-report .report-inner .report-body .right {
    float: right;
}

#report-container .item-report .report-inner .report-body .photo {
    width: 285px;
}

#report-container .item-report .report-inner .report-body .text {
    width: 287px;

}

#report-container .report-thanks {
    text-align: center;
    width: 474px;
    margin: 0 auto 20px;
}

@media(max-width: 768px){
	#event-lesson #main-container .inner{
		max-width: 100%;
	}

	#report-container{
		max-width: 100%;
	}
    #report-container .top-lead .tlTitle img{
        object-fit: contain;
    }
    #report-container .top-lead .tlPhoto img{
        object-fit: contain;
        height: auto;
    }

	#report-container .report-box-container{
		max-width: 100%;
	}

	#report-container .item-report .report-inner .report-body{
		max-width: 100%;
	}

	#report-container .item-report .report-inner .report-body .photo{
		max-width: 100%;
	}

	#report-container .item-report .report-inner .report-body .text{
		max-width: 100%;
	}

	#report-container .report-thanks{
		max-width: 100%;
	}

    #sns .no_border h3{
        margin-bottom: 20px !important;
    }
}