@charset "UTF-8";
/* CSS Document */
.mainVisual div.hWrap {
    padding: 50px 20px 20px;
}
#nenga p.img_ttl {
    max-width: 350px;
    margin: 0 auto 20px;
    width: 60%;
}

p.owatashi {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
    font-family: ヒラギノ角ゴ W6 JIS2004;
    text-decoration: underline;
}
#nenga section.price h4{
    letter-spacing: .5px;
	font-size: 14px;
	line-height: 1.4;
}

#nenga section.price h4::after {
    top: 64px;
}

p.templateMidashi {
    text-align: center;
    margin-bottom: 14px;
    font-family: 新ゴ M;
}
p.template {
    text-align: center;
    font-size: 105%;
    margin: 0 auto 50px;
    font-family: 新ゴ M;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    border-top: 1px solid#333;
    max-width: 800px;
}

#nenga .price ul {
    margin: 0 auto 30px;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 580px;
}

#nenga .price ul li{
    width: 200px;
	margin: 0 auto 30px;
    display: flex;
    align-items: center;
}

#nenga .price ul li:first-child {
    width: 100%;
    display: block;
}
#nenga .price ul li:first-child p{
    text-align: center;
    font-family: ヒラギノ角ゴ W6 JIS2004;
    font-size: 15px;
    color: #fff;
    background: #f9963e;
    padding: 8px;
    margin: auto;
}

#nenga .price ul li img {
    display: block;
    max-width: 170px;
    margin: 0 auto 10px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.16);
}

#nenga section.price table th:first-child {
    padding-left: 10px;
    width: 20%;
}

#nenga section.price table th {
    padding: 10px;
}

#nenga section.price table td.green {
    text-align: center;
}

#nenga section.price table td:last-child {
	border-left: none;
}

#nenga section.price .priceInner {
    border-bottom:none;
}
section.price table .bRight {
    border-right: 1px dashed #333;
}
section.price table .bLeft {
    border-left: 1px dashed #333;
}
p.tableAttention {
    font-size: 12px;
}
section.price table th, section.price table td {
    font-size: 14px;
}
section.price table th span, section.price table td span {
    font-size: 14px;
}
p.pmtokuten {
    font-family: ヒラギノ角ゴ W4 JIS2004;
    padding: 4%;
    font-size: 13px;
    line-height: 1.4;
}
p.pmtokuten span{
    color: #336C10;
    font-size: 12px;
}

/* ------------ 受付終了 ------------ */
.closed {
    color: #da2020;
    margin: 0 auto 40px;
    width: 80%;
    max-width: 600px;
    text-align: center;
    font-family: ヒラギノ角ゴ W6 JIS2004;
    border: 3px solid #da2020;
    padding: 1em;
    font-size: 15px;
}

@media print, screen and (min-width: 751px){
.mainVisual div.hWrap {
    padding: 40px 20px 20px;
}
#nenga p.img_ttl {
    margin-bottom: 30px;
}
p.owatashi {
    margin-bottom: 60px;
    font-size: 18px;
}
#nenga section.price h4{
    margin-bottom: 90px;
	font-size: 18px;
}
p.template {
    margin: 0 auto 60px;
}	

#nenga section.price h4::after {
    top: 80px;
}
	
#nenga section.price table th {
    padding: 16px;
}
	
#nenga section.price table td{
    padding: 16px;
    font-size: 15px;
}
section.price table th span, section.price table td span {
    font-size: 14px;
}
	
#nenga section.price .tableWrap {
    max-width: 1000px;
}

#nenga section.price table td:nth-child(2n) {
    text-align: center;
}
p.tableAttention {
    font-size: 13px;
}
p.pmtokuten {
    padding: 0 4% 4%;
    font-size: 13px;
}
p.pmtokuten span{
    font-size: 13px!important;
}

/* ------------ 受付終了 ------------ */
.closed {
    margin: 0 auto 90px;
    font-size: 22px;
}

}

@media print, screen and (min-width: 960px){
#nenga .price ul {
    max-width: 800px;
}
}