@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(4) > a {
	color: #29b572;
}

#conts > .text{
    margin: 0 auto 80px;
}

#conts .comImgBox .textBox01{
    width: 390px;
}

#conts .text01{
    padding: 0 0 15px;
    margin: 0 auto 15px;
    color: #29b572;
    border-bottom: 1px solid #dedede;
}

#conts .txtUl{
    margin-bottom: 60px;
}
#conts .txtUl li{
    padding: 8px 0 0 1.2em;
    text-indent: -1.2em;
}

#conts .link {
	margin: 0 0 60px;
    width: 230px;
}

#conts .link a {
	width: auto;
	padding: 9px 18px 8px 37px;
	display: block;
	font-weight: bold;
	text-align: center;
	background: #29b572 url(/img/bridal/icon02.gif) no-repeat left 18px center;
	border-radius: 20px;
	box-sizing: border-box;
    color: #fff;
	letter-spacing: 1px;
}

#conts .link a:hover {
	opacity: 0.7;
}

#conts .flowUl{
    margin-bottom: 60px;
}

#conts .flowUl .flowLi{
    margin-bottom: 10px;
    padding: 25px 25px;
    background: #F1F2F6;
}

#conts .flowUl .flowLi .text{
}
#conts .flowUl .flowLi .text .ttl{
    margin-bottom: 25px;
    color: #29b572;
    font-size: 17px;
    font-weight: bold;
}
#conts .flowUl .flowLi .text .ttl span{
    padding: 2px 12px 1px;
    margin-right: 1em;
    color: #fff;
    background: #29b572;
    border-radius: 15px;
    font-size: 13px;
    vertical-align: 7.5%;
}

#conts .flowUl .flowLi .photo{
    margin-left: 15px;
}
#conts .flowUl .flowLi .photo img{
}

#conts .flowUl .arrow{
    margin-bottom: 15px;
    text-align: center;
}

#conts .wPhoto{
    margin-bottom: 40px;
    text-align: center;
}
#conts .wPhoto img{
}

#conts .photo01{
    margin-bottom: 60px;
}

#conts .imgListBox{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#conts .imgListBox .photo01{
    width: 313px;
}

#conts .imgListBox ul{
    margin-top: 18px;
    width: auto;
    height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#conts .imgListBox ul li{
    width: 50%;
}


@media all and (min-width: 0) and (max-width: 767px) {
    #conts .comImgBox .textBox01{
        width: 100%;
    }

    #conts .link {
        margin: 0 auto 60px;
        width: 230px;
    }

    #conts .flowUl{
        margin-bottom: 60px;
    }

    #conts .flowUl .flowLi{
        padding: 15px 15px;
    }

    #conts .flowUl .flowLi .text{
    }
    #conts .flowUl .flowLi .text .ttl{
        margin: 0 auto 10px;
        text-indent: -4.6em;
        padding-left: 4.6em;
        text-align: left;
    }
    #conts .flowUl .flowLi .text .ttl span{
    }

    #conts .flowUl .arrow{
        margin-bottom: 5px;
        text-align: center;
    }
    #conts .flowUl .arrow img{
        width: 50px;
    }
    #conts .wPhoto{
        margin-bottom: 40px;
        text-align: center;
    }
    #conts .wPhoto img{
        width: 170px;
    }

    #conts .text01{
        font-size: 13px;
    }

    #conts .photo01 img{
        width: 100%;
    }

    #conts .imgListBox{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #conts .imgListBox .photo01{
        width: 150px;
        margin: 0 auto 20px;
    }
    #conts .imgListBox .photoBox img{
        width: 100%;
    }


    #conts .imgListBox ul{
        margin-top: 18px;
        width: auto;
        height: 150px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #conts .imgListBox ul li{
        width: 50%;
    }
}