@charset "utf-8";
/*------------------------------------------------------------
	CONATCTページ
------------------------------------------------------------*/
body {
    color: #4D4D4D;
}
#main h2 {
    margin-bottom: 7px;
}
#main p {
    margin-bottom: 23px;
    text-align: center;
}
#main p .tel {
    margin: 8px auto 0;
    width: auto;
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
    line-height: 1.2;
}
#main p .tel span {
    font-size: 18px;
    font-weight: normal;
    vertical-align: 5px;
}
/*#main p .tel a {*/
/*color: #FFF;*/
/*}*/
#main p .tel a:hover {
    text-decoration: none;
}
#main .textBox {
    padding: 30px 0 50px;
    border-bottom: 1px solid #C3C3C3;
    width: 848px;
    margin: 0 auto;
}
#main .btmTextBox {
    border: none;
    padding: 0;
}
#main .textBox h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#main .textBox .h3Ttl {
    margin-bottom: 14px;
}
#main form .comLink li {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.7;
    border: none;
    text-align: center;
    background-color: #FAFAFA;
    border: #C3C2CA 1px solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    behavior: url(/common/js/pie.htc);
}
#main form .checkUl {
    margin: 30px auto 40px;
    width: 480px;
}
#main form .checkUl li {
    margin-bottom: 15px;
}
#main form .checkUl li:last-of-type {
    margin-bottom: 0;
}
#main form input[type="radio"] {
    margin: 3px 0 0 4px;
    position: absolute;
    padding: 0;
    z-index: -1;
    vertical-align: middle;
}
#main form label {
    padding: 10px 0 10px 25px;
    position: relative;
    background: #fff url(../img/check_bg02.gif) no-repeat left center;
    overflow: hidden;
    background-size: 17px 17px;
    border: none;
}
#main form label.checked {
    background: #fff url(../img/check_on.png) no-repeat left center;
}
#main form .checkUl label {
    background: #FAFAFA url(../img/check.png) no-repeat 25px center;
    font-size: 19px;
    display: block;
    padding: 10px 0 10px 65px;
    border: 1px solid #C3C2CA;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    behavior: url(/common/js/pie.htc);
}
/* 選択されたとき */
#main form .checkUl input[type="radio"]:checked + label {
    color: #111;
    font-weight: normal;
    background: #C3C2CA url(../img/check_on.png) no-repeat 25px center;
}
#main form input[type="text"],
#main form textarea {
    height: 34px;
    width: 472px;
    /*width: 690px;*/
    padding: 0 10px;
    line-height: 34px;
    border: 1px solid #C3C3C3;
    background-color: #EFEFEF;
}
#main form .tdStyle .custom-radio {
    padding: 0 30px 0 25px;
    float: left;
}
#main form .tdStyle .custom-radio:first-child {
    padding-left: 0;
}
.contact #main form textarea {
    height: 226px;
    width: 76%;
line-height: 1.5;
}
#main form input[type="text"].wid01 {
    width: 220px;
    /*width: 325px;*/
}
#main form input[type="text"].wid03 {
    width: 230px;
    /*width: 325px;*/
}
#main form input[type="text"].wid05-split3 {
    width: 132px;
    /*width: 217px;*/
}
#main form input[type="submit"] {
    width: 235px;
    height: auto;
    color: #181818;
    font-weight: bold;
    line-height: 34px;
    border: none;
    text-align: center;
    background-color: #FAFAFA;
    border: #C3C2CA 1px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    behavior: url(/common/js/pie.htc);
}
#main form input[type="submit"].btn1 {
    line-height: 32px;
    background-color: #C3C2CA;
}
#main form input[type="submit"]:hover {
    cursor: pointer;
}
#main form table {
    width: 100%;
}
#main form table th,
#main form table td {
    padding: 10px 0;
    color: #4D4D4D;
    font-weight: bold;
    text-align: left;
    line-height: 1.8;
    vertical-align: top;
}
#main form table th {
    width: 15%;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}
#main form table th span {
    padding-left: 10px;
    color: #E51C22;
}
#main form table td span {
    display: inline-block;
}
#main form table th span.pc {
    display: inline !important;
}
#main form table th span.pcTxt {
    margin-left: 25px;
    color: #4D4D4D;
    display: block;
}
#main form .trStyle th {
    padding-top: 14px;
}
#main form table .vTop {
    vertical-align: top;
}
#main form table .addUl li:first-child {
    margin-top: 0;
}
#main form table .addUl li {
    margin-top: 15px;
}
#main form table .addUl li .txt01 {
    display: inline-block;
    width: 70px;
    text-align: center;
}
#main form .submit {
    margin-top: 50px;
    text-align: center;
}
#main form .submit li {
    margin: 0 10px;
    display: inline;
}
#main form .submit input[type="submit"] {
    width: 310px;
    line-height: 2.7;
    font-size: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    behavior: url(/common/js/pie.htc);
}
#main form .submit input[type="submit"]:hover {
    cursor: pointer;
}
#main .red {
    color: red;
    margin: 0;
    font-size: 12px;
}
#main .text02 {
    margin-bottom: 0;
}
#main form.confirm .checkUl {
    margin: 35px auto 0;
}
#main form.confirm .checkUl label {
    color: #FFF;
    font-weight: normal;
    background: #333;
    text-align: center;
    padding-left: 0;
}
#main form.confirm table th,
#main form.confirm table td {
    padding: 10px 0;
}
#main form.confirm table td {
    padding-left: 20px;
}
#main .title {
    margin: 30px 0 10px;
    color: #333;
    font-size: 29px;
    text-align: center;
}
#main .text03 {
    margin-bottom: 70px;
}
#main .link {
    text-align: center;
}
#main .link a {
    display: inline-block;
    width: 310px;
    height: 72px;
    color: #FFF;
    line-height: 72px;
    font-size: 20px;
    text-align: center;
    background-color: #333;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    behavior: url(/common/js/pie.htc);
}
#main form label.select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background: #ffffff;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
    background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
    border: 1px solid #c0c0c0;
    color: #333;
    padding: 0;
}
.select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    /*padding:.6875rem 2.1875rem .6875rem .6875rem;*/
    padding: 0.5rem 2.1875rem 0.5rem 0.5rem;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-size: 1em;
}
.entypo-down-open-mini:before {
    font-family: 'entypo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #333;
}
#reserve-datetime {
    vertical-align: bottom;
}
#main .contact .text03 {
    margin-bottom: 70px;
}
#main .contact p {
    margin-bottom: 23px;
    text-align: center;
}
.spBreak {
    display: none !important;
}
.room td {
    display: flex;
    align-items: center;
    font-size: 12px;
}
#main .room td input.property_name {
    width: 400px;
    margin-right: 5px;
}
#main .room td input.room_number {
    width: 100px;
    margin-right: 5px;
}
.contact #main .contact-preference {
    padding-top: 30px;
}
/*css競合解消*/
table td {
    border-top: none;
    border-bottom: none;
    padding: 0;
}
table th {
    background: transparent;
    border: none;
}
#main .textBox.bottom_none {
    border-bottom: none;
}
@media all and (min-width: 0) and (max-width: 1023px) {
#main form input[type="text"].wid01.mb5 {
  margin-bottom: 5px;
}
    .spBreak {
        display: block !important;
    }
    #gHeader {
        margin-bottom: 44px;
    }
    #main {
        width: auto;
        /*		margin: 0 5px; */
    }
    #main h2 {
        margin-bottom: 8px;
        width: 100%;
        overflow: hidden;
    }
    #main h2 img {
        width: auto;
        height: 40px;
    }
    #main p {
        margin: 0 0 25px;
        font-size: 3.3vw;
        line-height: 1.4;
    }
    #main p .tel {
        font-size: 25px;
        width: auto;
    }
    #main .textBox {
        margin: 0 20px;
        width: auto;
        padding: 10px 0;
    }
    #main .textBox01 {
        padding: 20px 0;
    }
    #main .textBox02 {
        padding-bottom: 45px;
    }
    #main .textBox h3 {
        margin-bottom: 18px;
        color: #333;
        font-size: 4vw;
        padding: 5px 20px 0;
    }
    #main .textBox .h3Ttl {
        margin-bottom: 5px;
    }
    #main form .checkUl {
        margin: -10px auto 15px;
        width: 100%;
    }
    #main form .checkUl li {
        margin-bottom: 10px;
    }
    #main form input[type="radio"] {
        height: 12px;
        width: 12px;
    }
    #main form .tdStyle .custom-radio {
        padding: 0 4px 0 0;
    }
    #main form input[type="radio"] + label {
        background: #fff url(../img/check_bg02.gif) no-repeat left center;
        background-size: 10px 10px;
        margin: 0;
        padding: 3px 0 1px 25px;
    }
    #main form input[type="radio"]:checked + label {
        background: #fff url(../img/check_on.png) no-repeat left center;
        background-size: 10px 10px;
    }
    #main form .checkUl label,
    #main form .checkUl input[type="radio"] + label {
        background: #E9E9E9 url(../img/check.png) no-repeat 15px center;
        background-size: 12px 12px;
        font-size: 12px;
        padding: 7px 0 7px 40px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    #main form .checkUl input[type="radio"]:checked + label {
        background: #C3C2CA url(../img/check_on.png) no-repeat 15px center;
        background-size: 12px 12px;
    }
    #main form input[type="text"],
    #main form textarea {
        margin: 0;
        padding: 0;
        height: 23px;
        width: 100%;
        line-height: 23px;
    }
    #main form input[type="text"].wid04 {
        width: 100%;
    }
    #main form textarea {
        width: 100%;
        height: 179px;
    }
    #main form input[type="text"].wid01 {
        width: 100%;
    }
    #main form input[type="text"].wid02 {
        width: 100%;
    }
    #main form input[type="text"].wid03 {
        width: 55%;
    }
    #main form input[type="text"].wid05-split3 {
        width: 30%;
    }
    #main form input[type="submit"] {
        width: 41%;
        height: 25px;
        font-size: 10px;
        line-height: 25px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    #main form input[type="submit"].btn1 {
        line-height: 0;
    }
    #main form table th,
    #main form table td {
        display: block;
        float: left;
        width: 100%;
        font-size: 10px;
        padding: 0 0 5px;
    }
    #main form table th {
        padding-bottom: 0;
        width: 100%;
        text-align: left;
    }
    #main form table th span.sp {
        display: inline !important;
    }
    #main form table th span.pc {
        display: none !important;
    }
    #main form table th span.pcTxt {
        margin-left: 0;
    }
    #main form table .addUl li {
        margin-top: 10px;
    }
    #main form table .addUl li .txt01 {
        width: 10%;
    }
    #main form table th span.pcTxt {
        display: inline-block;
    }
    #main form .submit {
        margin-top: 5px;
    }
    #main form .submit li {
        margin: 0 5px;
    }
    #main form .submit input[type="submit"] {
        width: 150px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
    #main form.confirm .checkUl {
        margin: 0 auto 10px;
    }
    #main form.confirm table th,
    #main form.confirm table td {
        padding: 0 0 5px;
        font-size: 3.3vw;
    }
    #main form.confirm table td {
        padding: 0 0 15px;
        font-weight: normal;
    }
    #main form .trStyle th {
        padding-top: 0px;
    }
    #main form .tdStyle input[type="radio"] + label {
        margin: 0;
    }
    #main form.confirm .submit input[type="submit"] {
        width: 130px;
    }
    #main .title {
        margin: 0;
        font-size: 4vw;
        font-weight: bold;
        padding: 20px 20px;
    }
    #main .text03 {
        margin-bottom: 35px;
    }
    #main .link a {
        width: 150px;
        height: 36px;
        color: #FFF;
        line-height: 36px;
        font-size: 12px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .select-wrap select {
        padding: 6px 18px 6px 6px;
        padding: .3438rem 1.0938rem .3438rem .3438rem;
    }
    #main .room td input.property_name {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    #main form input[type="text"],
    #main form textarea {
        padding: 5px;
        height: auto;
        line-height: 1.5;
        font-size: 3.3vw;
    }
    #main form table th {
        font-size: 3vw;
    }
    .contact #main .contact-preference {
        padding: 10px 20px 0;
    }
    .contact #main form textarea {
        height: 180px;
        width: 100%;
    }
    input,select{
  -webkit-appearance: none!important;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
    /*ipad*/
    #main h2 img {
        height: 50px;
    }
    #main .textBox h3 {
        font-size: 20px;
    }
    #main p, #main form table th {
        font-size: 14px;
    }
    #main form table th{
    width: 25%;
    }
    #main form .checkUl label, #main form .checkUl input[type="radio"] + label {
        font-size: 14px;
        padding: 10px 0 10px 40px;
    }
    #main form input[type="text"], #main form textarea {
        font-size: 16px;
    }
    #main .room td input.property_name {
        width: 70%;
        margin-right: 5px;
    }
    #main form table th, #main form table td {
        font-size: 14px;
    }
    #main form input[type="text"].wid01 {
        width: 48%;
    }
    .spBreak {
        display: none !important;
    }
    #main form.confirm table th, #main form.confirm table td {
        font-size: 16px;
    }
    #main form .checkUl label, #main form .checkUl input[type="radio"] + label{
    padding: 10px 0 10px 50px;
    }
}
