/* #common
------------------------------ */
.tcPink {
    color: #ff6699;
}

.green {
    color: #007563;
}

.note {
    padding-left: 1em;
    text-indent: -1.1em;
}

img {
    max-width: 100%;
}

.fB {
    font-weight: 700;
}

.wrap {
    overflow: hidden;
    padding-bottom: 40px;
}

.wrap .leftImg {
    float: left;
    margin-right: 30px;
}


/* #mainImg
------------------------------ */
#mainImg {
    background: url(../img/mental-dock/bg_mainimg01.jpg) top center no-repeat
}

/* #secIntro
------------------------------ */
#secIntro figure {
    margin: 0 2em;
}

/* #secAbout
------------------------------ */
#secAbout .txt {
    margin-top: 20px;
}

#secAbout .movieArea {
    margin-top: 30px;
}

/* #secFlow
------------------------------ */
#secFlow .flowList {
    padding-bottom: 0 !important
}

#secFlow .flowList {
    counter-reset: number 0
}

#secFlow .head {
    border-top: 1px solid #e2e0e0
}

#secFlow .flowList .item {
    position: relative;
    padding: 40px 0 35px
}

#secFlow .flowList .item:first-of-type {
    padding-top: 0
}

#secFlow .flowList .item:last-of-type {
    padding-bottom: 0;
}

#secFlow .flowList .item+.item {
    border-top: 1px solid #e2e0e0
}

#secFlow .flowList .item+.item:before {
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    border-width: 18px 21.5px 0 21.5px;
    border-style: solid;
    border-color: #e1a45f transparent transparent transparent;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#secFlow .flowList .item .txtArea {
    width: 490px
}

#secFlow .flowList .item .rightImg {
    float: right;
    margin-left: 30px
}

#secFlow .flowList .item .txtArea .tit {
    position: relative;
    line-height: 32px;
    padding: 0 0 18px 65px;
    border-bottom: 1px dotted #007563;
    font-weight: 700;
    font-size: 30.4px;
    font-size: 1.9rem
}

#secFlow .flowList .item .txtArea .tit:before {
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../img/common/bg_step01.png) center no-repeat;
    background-size: cover;
    content: ""
}

#secFlow .flowList .item .txtArea .tit:after {
    position: absolute;
    top: 8px;
    left: 14px;
    line-height: 1.1;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 32px;
    font-size: 2.0rem;
    content: "0" counter(number);
    counter-increment: number 1
}

#secFlow .flowList .item .txtArea .txt {
    margin-top: 26px
}

#secFlow .flowTit01:after {
    display: none
}

/* #secPrice
------------------------------ */
/* 
#secPrice .head .round {
    display: inline-block;
    line-height: 1.1;
    margin-left: 20px;
    padding: 5px 15px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 27.2px;
    font-size: 1.7rem;
    vertical-align: middle;
    -webkit-webkit-border-radius: 5px;
    position: relative;
    top: -2px
}
 */



#secPrice.mod_inner01 table td .is-tit {
    display: block;
    margin: 10px 0 -5px -17px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 1.6rem;
}

/* #secFaq
------------------------------ */
#secFaq .faqList .a:last-of-type {
    padding-bottom: 10px;
}

/* .mod_cvbtn
------------------------------ */
#secReservation .mod_cvbtn.mental a {
    background-color: #e1a45f;
    border-radius: 3px;
}

.mod_cvbtn.mental a {
    padding-left: 20px;
}

.mod_cvbtn.mental a:before {
    left: 25px;
}

#related .mod_columnList01 .item {
    height: 324px;
}


#related .mod_columnList01 .item .tit {
    height: 55px;
}