@charset "UTF-8";

html, body {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
}
a {
    color: #927644;
    text-decoration: none;
}
a:hover {
    color: #FFA6B1;
    text-decoration: underline;
}
table {
    border-collapse: collapse;
    table-layout: fixed;
}
body > img {
    position: absolute;
}

/**************************************************************
  content width
***************************************************************/
header > .content,
main > .content,
footer > .content {
    max-width: 940px;
    margin: auto;
}

/**************************************************************
  header
***************************************************************/
header {
    padding: 10px 14px;
    box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.2);
}
header > .content {
    display: flex;
    height: 50px;
}
header .logo {
    background: url(/asset/form/img/logo.gif) no-repeat center left;
    background-size: contain;
    font-size: 0;
    line-height: 0;
    width: 25%;
    max-width: 140px;
    margin: 0 15px 0 0;
}
.felicia.reserve header .logo {
    background-image: url(/asset/form/feliciareserve/img/header_logo.png);
}
header .tel {
    flex: 1;
    max-width: 440px;
    margin: 0 0 0 auto;
}
header .tel a {
    display: block;
    height: 80%;
    font-size: 0;
    line-height: 0;
    margin-left: 26%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: relative;
    top: 10%;
}
.ladys.reserve header .tel a {
    background-image: url(/asset/form/ladysreserve/img/banner_tel.png?1);
}
.mens.reserve header .tel a {
    background-image: url(/asset/form/mensreserve/img/banner_tel.png?1);
}
.bridal.reserve header .tel a {
    background-image: url(/asset/form/bridalreserve/img/banner_tel.png?1);
}
.bridal.reserve.ww header .tel a {
    background-image: url(/asset/form/bridalreserve/img/banner_tel_ww.png?1);
}
.felicia.reserve header .tel a {
    background-image: url(/asset/form/feliciareserve/img/banner_tel.png?1);
}

/**************************************************************
  footer
***************************************************************/
footer {
    padding: 20px 0;
    background: #58413a;
    color: #974;
    text-align: center;
    font-size: 12px;
}
.mens.reserve footer {
    background: #091056;
    color: #777aa0;
}
.mens.reserve footer a {
    color: #777aa0;
}
footer .links {
    list-style: none;
    padding: 0;
    line-height: 2;
}

/**************************************************************
  input / confirm / thanks 共通
***************************************************************/
input,
select,
textarea {
    border: #b97 solid 1px;
    max-width: 100%;
    -webkit-appearance: none;
}
input[type="radio"] {
    -webkit-appearance: radio;
}
select {
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
    background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    background-color: white;
}
h1 {
    font-weight: normal;
    height: 60px;
    padding: 22px 0 0 48px;
    font-size: 16px;
    margin: 20px 0 10px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: center left;
}
.ladys.reserve h1 {
    background-image: url(/asset/form/ladysreserve/img/bg_h1.jpg);
}
.mens.reserve h1 {
    background-image: url(/asset/form/mensreserve/img/bg_h1.jpg);
}
.bridal.reserve h1 {
    background-image: url(/asset/form/bridalreserve/img/bg_h1.jpg);
}
.felicia.reserve h1 {
    background-image: url(/asset/form/feliciareserve/img/bg_h1.jpg);
}
.overhaul.reserve h1 {
    padding-top: 19px;
    letter-spacing: 0.03em;
}
.overhaul.reserve h1 small {
    display: block;
    margin-bottom: 0.3em;
    font-size: 73%;
}
.beautylife.reserve h1 {
    padding-top: 19px;
    letter-spacing: 0.03em;
}
.beautylife.reserve h1 small {
    display: block;
    margin-bottom: 0.3em;
    font-size: 73%;
}
.step {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    max-width: 550px;
    width: 96%;
    margin: auto;
    padding-top: 11%;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
}
.require {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #CC4444;
    color: #fff;
    border-radius: 3px;
    font-weight: normal;
    font-size: 10px;
    line-height: 1;
    padding: 4px 6px 3px;
}
.notes {
    font-size: 11px;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.6;
}
.notes li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.notes li:before {
    content: "※";
    margin-right: 0.3em;
}
.notes li.red {
    color: #CC0000;
}
table.main {
    width: 100%;
    border-top: #cba solid 1px;
    line-height: 1.5;
    overflow: hidden;
}
table.main > tbody > tr {
    border-bottom: #cba solid 1px;
}
table.main > tbody > tr.shop,
table.main > tbody > tr.tel {
    border-bottom: #cba dotted 1px;
}
table.main > tbody > tr > th {
    color: #642;
    font-size: 14px;
    text-align: left;
    position: relative;
    background: #f9f4f1;
}
.ladys table.main > tbody > tr > th {
    background: #feedef;
}
.ladys.member table.main > tbody > tr > th,
.ladys.memberConfirm table.main > tbody > tr > th {
    background: #f2fbec;
}
.ladys.member2 table.main > tbody > tr > th,
.ladys.member2Confirm table.main > tbody > tr > th {
    background: #f2fbec;
}
.ladys.welfare table.main > tbody > tr > th,
.ladys.welfareConfirm table.main > tbody > tr > th {
    background: #fbf7e3;
}
.mens table.main > tbody > tr > th {
    background: #EBF2F4;
}
.felicia table.main > tbody > tr > th {
    background: #f5f4ef;
}
tr.shop {
    border-bottom: #dcb dashed 1px;
}
tr.shop dl {
    display: flex;
    margin: 0;
}
tr.shop .notes {
    margin: 5px 0 0 0;
}
tr.want-day table th {
    text-align: left;
    font-size: 13px;
    color: #642;
    width: 100%;
    padding: 10px 0 5px;
}
tr.want-day table th .require {
    vertical-align: 2px;
}
tr.want-day table td {
    width: 49%;
    padding: 0;
}
tr.want-day .notes {
    margin-top: 10px;
}
tr.want-day .notes:first-child {
    margin-top: 0;
}
tr.name dl {
    display: flex;
    margin: 0;
}
tr.user-code dl {
    display: flex;
    margin: 0;
}
tr.tel input {
    width: 300px;
}
tr.email input {
    width: 300px;
}
tr.email .notes {
    margin-top: 0.5em;
}
tr.target .notes {
    margin-bottom: 5px;
}
.radios {
    display: inline-block;
    padding: 0 0.5em;
    border-radius: 3px;
}
.radios.validate-error {
    background-color: #ffcdb4;
}
.ssl-seal {
    box-sizing: border-box;
    margin: 60px auto 15px;
    padding: 15px 20px 10px 5px;
    border: 1px solid #ccc;
    width: 88%;
    max-width: 340px;
}
.ssl-seal > p {
    font-size: 10px;
    margin: 0;
    line-height: 1.6;
    float: right;
    width: calc(100% - 150px);
}
.ssl-seal > table {
    margin: auto;
}
.ssl-seal:after {
    content: '';
    display: block;
    clear: both;
}
.pagetop {
    text-align: right;
    font-size: 10px;
}
.pagetop a {
    display: inline-block;
    padding: 10px;
}
.pagetop a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 8px solid #927644;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    vertical-align: -1px;
    margin: 0 5px;
}

/**************************************************************
  break point 640
***************************************************************/
@media (max-width: 640px) {

    .mens.reserve h1 {
        background-position: left top;
        background-repeat: repeat;
        background-size: auto;
        height: 52px;
        color: #fff;
        padding: 18px 0 0 26px;
    }
    .overhaul.reserve h1 {
        padding-top: 14px;
        height: 60px;
        background-size: 700px;
        background-position: -3px top;
    }
    .beautylife.reserve h1 {
        padding-top: 14px;
        height: 60px;
        background-size: 700px;
        background-position: -3px top;
    }
}
@media (min-width: 641px) {

    header {
        padding: 8px 10px 12px;
    }
    .felicia.reserve header {
        padding: 10px 17px;
    }
    header > .content {
        height: 80px;
    }
    header .tel a {
        margin-left: 0;
    }
    .ladys.reserve header a[href^="tel:"] {
        background-image: url(/asset/form/ladysreserve/img/banner_tel_pc.gif?1);
    }
    .mens.reserve header a[href^="tel:"] {
        background-image: url(/asset/form/mensreserve/img/banner_tel_pc.gif?1);
    }
    .bridal.reserve header a[href^="tel:"] {
        background-image: url(/asset/form/bridalreserve/img/banner_tel_pc.gif?1);
    }
    .bridal.reserve.ww header a[href^="tel:"] {
        background-image: url(/asset/form/bridalreserve/img/banner_tel_pc_ww.gif?1);
    }
    .felicia.reserve header a[href^="tel:"] {
        background-image: url(/asset/form/feliciareserve/img/banner_tel_pc.gif?1);
    }
    h1 {
        background-size: auto;
        height: 80px;
        padding: 31px 0 0 70px;
        font-size: 21px;
        margin: 30px 0;
    }
    .mens.reserve h1 {
        background-image: url(/asset/form/mensreserve/img/bg_h1_pc.jpg);
    }
    .step {
        height: 65px;
        padding-top: 0;
    }

}

/**************************************************************
  break point 800
***************************************************************/
@media (max-width: 800px) {

    input {
        padding: 0 10px;
        box-sizing: border-box;
        line-height: 40px;
    }
    input[type="radio"] {
        width: 20px;
        height: 20px;
        vertical-align: -3px;
        margin-right: 6px;
    }
    select {
        width: 100%;
        padding: 10px 1.5em 10px 10px;
    }
    table.main > tbody > tr > th {
        display: block;
        padding: 8px 15px;
    }
    table.main > tbody > tr > th .require {
        position: absolute;
        right: 10px;
        top: calc(50% - 9px);
    }
    table.main > tbody > tr > td {
        display: block;
        padding: 10px 15px 30px;
    }
    tr.shop dl {
        flex-wrap: wrap;
    }
    tr.shop dl dt {
        width: 60px;
        font-size: 14px;
        padding: 17px 0 0;
    }
    tr.shop dl dd {
        width: calc(100% - 60px);
        margin: 5px 0;
    }
    tr.shop dl dt:first-of-type {
        padding: 12px 0 0;
    }
    tr.shop dl dd:first-of-type {
        margin: 0;
    }
    tr.want-day table {
        width: 97%;
        margin: auto;
    }
    tr.want-day table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .confirm tr.want-day table th {
        background: #f9f4f1;
    }
    .ladys.confirm tr.want-day table th {
        background: #feedef;
    }
    .ladys.memberConfirm tr.want-day table th {
        background: #f2fbec;
    }
    .ladys.member2Confirm tr.want-day table th {
        background: #f2fbec;
    }
    .ladys.welfareConfirm tr.want-day table th {
        background: #fbf7e3;
    }
    .mens.confirm tr.want-day table th,
    .mens.welfareConfirm tr.want-day table th {
        background: #EBF2F4;
    }
    .felicia.confirm tr.want-day table th {
        background: #f5f4ef;
    }
    tr.name dl {
        flex-wrap: wrap;
    }
    tr.name dl dt {
        font-size: 14px;
        padding: 17px 0 0;
    }
    tr.name dl dd {
        margin: 5px 0 0;
    }
    tr.user-code dl {
        flex-wrap: wrap;
    }
    tr.user-code dl dt {
        font-size: 14px;
        padding: 17px 0 0;
    }
    tr.user-code dl dd {
        margin: 5px 0 0;
    }
    tr.age select {
        width: 200px;
    }
    tr.job select {
        width: 200px;
    }
    .radios label {
        display: inline-block;
        padding: 10px 10px 10px 0;
        margin: 0 5px;
    }
    tr.target .radios label {
        display: block;
    }
}
@media (min-width: 801px) {

    input {
        padding: 4px 6px 3px;
        font-size: 14px;
    }
    input[type="radio"] {
        width: 16px;
        height: 16px;
        vertical-align: -3px;
        margin-right: 6px;
    }
    select {
        max-width: 100%;
        font-size: 13px;
        padding: 6px 24px 6px 6px;
    }
    label {
        font-size: 14px;
    }
    table.main > tbody > tr > th {
        width: 200px;
        font-weight: normal;
        padding-left: 60px;
    }
    table.main > tbody > tr > th .require {
        position: absolute;
        right: 30px;
        top: calc(50% - 9px);
    }
    table.main > tbody > tr > td {
        padding: 16px 0 16px 50px;
    }
    tr.shop dl dt {
        font-size: 13px;
        margin: 0 0 0 20px;
        white-space: nowrap;
        padding: 7px 0 0;
    }
    tr.shop dl dt:first-child {
        margin: 0;
    }
    tr.shop dl dd {
        margin: 0 0 0 10px;
    }
    tr.want-day table th {
        font-weight: normal;
        font-size: 14px;
        width: 120px;
        vertical-align: top;
        padding-top: 16px;
    }
    tr.want-day table td {
        vertical-align: top;
        width: 140px;
        padding-top: 10px;
    }
    tr.want-day table tr:first-of-type th {
        padding-top: 6px;
    }
    tr.want-day table tr:first-of-type td {
        padding-top: 0;
    }
    tr.want-day table td select {
        width: 100%;
    }
    tr.want-day .notes:first-child {
        margin-bottom: 10px;
    }
    tr.name dl dt {
        display: none;
    }
    tr.name dl dd {
        margin: 0 0 0 10px;
    }
    tr.name dl dd:first-of-type {
        margin: 0;
    }
    tr.name input {
        width: 200px;
    }
    tr.user-code dl dt {
        display: none;
    }
    tr.user-code dl dd {
        margin: 0 0 0 10px;
    }
    tr.user-code dl dd:first-of-type {
        margin: 0;
    }
    tr.user-code input {
        width: 200px;
    }
    #submit-ok:hover,
    #send:hover,
    #back:hover,
    .backtop:hover {
        opacity: 0.8;
        position: relative;
        top: 2px;
    }
    .radios label {
        display: inline-block;
        padding: 5px 10px 5px 0;
        cursor: pointer;
    }
    .radios label:nth-child(n+2) {
        margin-left: 10px;
    }
}

/**************************************************************
  break point 940
***************************************************************/
@media (max-width: 940px) {

}
@media (min-width: 941px) {

    .step {
        max-width: none;
        width: 100%;
        height: 110px;
    }
}

/**************************************************************
  email-autocomplete
***************************************************************/
.eac-input-wrap {
    width: 100%;
}
.eac-input-wrap .domain_set {
    color: #888;
}

/**************************************************************
***************************************************************/
i.arrow-right {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
}

i.arrow-right:before {
    content: '';
    width: 22px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

i.arrow-right:after {
    content: '';
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
