@charset "utf-8";
/* CSS Document */

/* h2
--------------------------------------------------*/
#container {
    width: 100%;
    overflow: hidden;
}

#main{
    margin: 35px 0 100px;
}
h3 {
    margin: 0 0 20px;
}
#prof-wrap{
    display: flex;
    justify-content: space-between;
    position: relative;
}
#prof-wrap::before {
    content: url(/img/girls/object_top_flowral_b.png);
    position: absolute;
        top: -64px;
        right: 0;
    transform: translate(50%);
    z-index: -1;
}
#prof-wrap::after {
    content: url(/img/girls/object_bottom_flowral.png);
    position: absolute;
    bottom: -103px;
    left: 0;
    transform: translate(-50%);
    z-index: -1;
}
#girl-photo{
    width: 392px;
    margin-top: 23px;
}
#girl-photo .girlPhotoMain{
    width: 290px;
    height: 433px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#girl-photo .girlPhotoMain img{
    width: 290px;
    height: 433px;
    object-fit: cover; /* IE Edge 注意*/
}
#girl-photo .girlPhotoUl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 24px 0 0;
}
#girl-photo .girlPhotoUl .girlPhotoLi{
    width: 83px;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#girl-photo .girlPhotoUl .girlPhotoLi:nth-child(5){
    display: none;
}
#girl-photo .girlPhotoUl .girlPhotoLi img{
    width: 83px;
    height: 124px;
    object-fit: cover; /* IE Edge 注意*/
}

.girlProfile{
    width: 598px;
}
.girlProfile #girl-date,
.girlProfile #schedule-week{
    width: 100%;
}
.girlProfile #girl-date {
    margin-bottom: 45px;
}
.girlProfile h3 .subTitle{
    color: #bc9a6a;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

.girlProfile #girl-date .name{
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}
.girlProfile #girl-date .size{
    font-size: 30px;
    font-style: italic;
    text-align: center;
    margin: 0 0 1em;
    letter-spacing: 0.1em;
}


.girlProfile #girl-date .note{
    width: 432px;
    min-height: 135px;
    padding: 20px;
    background-color: #f9f8f5;
    margin: 0 auto;
}
.girlProfile #girl-date .note p{
    line-height: 2em;
}

#schedule-week table tr{
    width: 100%;
}
#schedule-week table tr th,
#schedule-week table tr td{
    width: 86px;
    padding: 8px;
    font-size: 16px;
    line-height: 18px;
    border: solid 1px #bc9a6a;
    box-sizing: border-box;
    vertical-align: middle;
}
#schedule-week table tr th{
    background-color: #f9f8f5;
    font-weight: normal;
}
#schedule-week table tr td{
    text-align: center;
    background-color: #fff;
    height: 89px;
}

.twitter {
    /*font-size: 18px;
    color: #b69466;*/
    text-align: center;
    margin: 20px 0 24px;
}
/*.twitter p {
    display: inline;
}*/
.twitter p a {
    color: #b69466;
    /*text-decoration: none;*/
}
.girlProfile #girl-date .size {
    Margin: 0;
}


/* twitter追記
-----------------------------------------*/
/* Twitter
--------------------------------------------*/
.twitter p a {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    background-color: #bc9a6a;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    padding: 8px 40px;
    transition: 0.2s;
}
.twitter p a:hover {
    opacity: 0.6;
    box-shadow: none;
}
.twitter p a:before {
    content: '\e61b';
    font-family: "Font Awesome 6 Brands";
    font-weight: bold;
    margin-right: 5px;
}

