@charset "utf-8";
/* ------------------------------------------------------------------------------
ブライダル
------------------------------------------------------------------------------ */
.mainTit {
background-image: url(../bridal/img/bg01.jpg);
}
.contents {
width: 100%;
}
.briCont {
max-width: 1000px;
margin-right: auto;
margin-left: auto;
padding: 56px 10px 0;
color: #332B0C;
font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
line-height: 1.6;
}
.briCont img {
max-width: 100%;
height: auto;
}
.briTxt {
font-size: 140%;
margin-bottom: 60px;
max-width: 960px;
margin-right: auto;
margin-left: auto;
}

.briTitSubTxt {
font-size: 140%;
margin-bottom: 20px;
max-width: 960px;
margin-right: auto;
margin-left: auto;
}
.briLine {
height: 1px;
border: none;
border-top: solid 1px #C3B7A2;
margin-bottom: 45px;
color: #FFF;
}
.briMtit {
margin-bottom: 12px;
margin-left: auto;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"Sawarabi Mincho",メイリオ,Meiryo,serif;
font-size: 17px;
line-height: 1.3;
color: #C79B1D;
}
.briSTit {
max-width: 960px;
margin-right: auto;
margin-left: auto;
margin-bottom: 23px;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"Sawarabi Mincho",メイリオ,Meiryo,serif;
font-size: 21px;
font-weight: bold;
line-height: 1.2;
color:#595555;
}
.briSTit span {
display: inline-block;
font-size: 16px;
font-weight: normal;
}

.trpCorseSList {
mxa-width: 960px;
margin-left: 1%;
margin-bottom: 90px;
}
.trpCorseSList li {
background-image: url(../therapy/img/arrow01.gif);
background-repeat: no-repeat;
background-position: right 90px;
background-size: 16%;
float: left;
width: 20.5%;
margin-right: 0.3%;
padding-right: 3.8%;
}
.trpCorseImg {
margin-bottom: 10px;
}
.trpCorseSList li p {
font-size: 120%;
}
.trpCorseSList li.trpCorseSListLast {
background-image: none;
width: 16.6%;
margin-right: 0;
padding-right: 0;
}


/* ------------------------------------------------------------ */
@media screen and (max-width: 750px) {
/* ---------- SP用 -------------------------------------------- */

.briCont {
padding-top: 30px;
}
.briTxt {
margin-bottom: 30px;
}
.briTitSubTxt {
margin-bottom: 15px;
}
.briLine {
margin-bottom: 30px;
}
.briSTit {
margin-bottom: 15px;
}

.trpCorseSList {
display: flex;
flex-wrap: wrap;
margin-left: 0;
margin-bottom: 45px;
}
.trpCorseSList li {
background-image: none;
float: none;
width: 49%;
margin-right: 0;
padding-right: 0;
margin-bottom: 20px;
}
.trpCorseSList li:nth-child(2n+1) {
margin-right: 2%;
}
.trpCorseImg {
background-image: url(../therapy/img/arrow01.gif);
background-repeat: no-repeat;
background-position: right 60%;
background-size: 15px 24px;
padding-right: 20px;
}
.trpCorseSList li p {
padding-right: 20px;
}
.trpCorseSList li.trpCorseSListLast {
width: 49%;
}
.trpCorseSList li:last-child .trpCorseImg {
background-image: none;
}

}