@charset "utf-8";

/* ===============================
	layout
=============================== */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", " メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    color: #202020;
    line-height: 1.5em;
}

#main_area {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #feedf4;
}

#main_area .inner h4,
#White_area .inner h4,
#main_area .inner p,
#main_area .inner dt,
#main_area .inner dd,
#main_area .inner ol li {
    color: #F44F8D;
}

#info_Page {
    position: relative;
    width: 100%;
}

.wrap_Area h2,
.wrap_Area_02 h2 {
    font-size: 230%;
}

.wrap_Area h3,
.wrap_Area_02 h3,
.wrap_Area h4,
.wrap_Area_02 h4 {
    margin: 2% 0;
    padding-left: 10px;
}

.wrap_Area h3,
.wrap_Area_02 h3 {
    font-size: 130%;
    border-left: 5px solid #E680B0;
}

.wrap_Area h4,
.wrap_Area_02 h4 {
    font-size: 110%;
    border-left: 5px solid #999;
}

.wrap_Area p,
.wrap_Area_02 p,
.wrap_Area ul,
.wrap_Area_02 ul {
    padding-bottom: 20px;
}

.wrap_Area p span,
.wrap_Area_02 p span {
    font-weight: bold;
}

.wrap_Area ul li ul,
.wrap_Area_02 ul li ul {
    margin-left: 10px;
}

.wrap_Area table,
.wrap_Area_02 table {
    width: 100%;
    height: 700px;
    font-size: 120%;
    border-top: 1px solid #999;
}

.wrap_Area .table_left,
.wrap_Area_02 .table_left,
.wrap_Area .table_left_btm,
.wrap_Area_02 .table_left_btm {
    width: 30%;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    background: url(../img/bg_img.gif);
    border-left: 1px solid #999;
}

.wrap_Area .table_left,
.wrap_Area_02 .table_left {
    border-bottom: 1px dashed #999;
}

.wrap_Area .table_left_btm,
.wrap_Area_02 .table_left_btm {
    border-bottom: 1px solid #999;
}

.wrap_Area .table_right,
.wrap_Area_02 .table_right,
.wrap_Area .table_right_btm,
.wrap_Area_02 .table_right_btm {
    padding: 10px 2%;
    border-right: 1px solid #999;
}

.wrap_Area .table_right,
.wrap_Area_02 .table_right {
    border-bottom: 1px dashed #999;
}

.wrap_Area .table_right_btm,
.wrap_Area_02 .table_right_btm {
    border-bottom: 1px solid #999;
}

.wrap_Area .table_right .text,
.wrap_Area_02 .table_right .text,
.wrap_Area .table_right .mail,
.wrap_Area_02 .table_right .mail,
.wrap_Area .table_right_btm .textarea,
.wrap_Area_02 .table_right_btm .textarea {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.wrap_Area .table_right_btm .textarea,
.wrap_Area_02 .table_right_btm .textarea {
    height: 120px;
}

.wrap_Area .confirm_title,
.wrap_Area_02 .confirm_title {
    font-size: 120%;
}

.wrap_Area .necessary,
.wrap_Area_02 .necessary {
    font-size: 80%;
    color: #C00;
}

#submit input,
#confirm_submit input,
#completion_submit input {
    padding: 7px 25px;
    background-color: #F36;
    color: #fff;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#foot_Wrap {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #F5508E;
    color: #fff;
}

.iconList li {
    float: left;
    width: 24%;
    font-size: 12px;
    border: 1px #ccc solid;
    color: #999999;
    text-align: center;
    padding: 5px 2px;
    margin-right: 6px;
    margin-bottom: 5px;
    background-color: #f2f1f1;
}

.iconList li:nth-child(4n) {
    margin-right: 0;
}

.iconList li.on {
    color: #60600e;
    border: 1px #60600e solid;
    font-weight: bold;
    background-color: #fff;
}

#map_container {
    position: relative;
    padding-top: 70%;
    height: 0;
    overflow: hidden;
}

#map_canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.container {
    width: 96%;
    margin: 0 2%;
}

.ss_content {
    width: 100%;
}

.ss_content img {
    max-width: 1000px;
    width: 100%;
}

/* ----------------------------------------------------------------------------
	*【PC】1025px以上*
---------------------------------------------------------------------------- */

@media only screen and (min-width: 1025px) {
    .pc_tb {
        display: block;
        margin: 0 auto;
    }

    .sp {
        display: none;
    }

    #main_area .logo {
        position: absolute;
        top: 100px;
        right: 20px;
    }

    #main_area .logo img {
        width: 150px;
    }

    #info_Page {
        top: 100px;
        left: 0;
        padding-bottom: 100px;
    }

    #info_Page .wrap_Area {
        width: 60%;
        margin: 0 auto;
        line-height: 1.8;
    }

    #info_Page .wrap_Area_02 {
        width: 74%;
        margin: 0 auto;
        line-height: 1.8;
    }

    #foot_Wrap {
        padding: 13px 30px 10px;
        font-size: 80%;
    }

    #foot_Wrap .add_inner {
        width: 70%;
        float: left;
    }

    #foot_Wrap .add_inner h3 {
        float: left;
        margin-right: 15px;
        padding-top: 3px;
    }

    #foot_Wrap .add_inner p {
        padding-top: 0;
        line-height: 1.5;
    }

    #foot_Wrap .link_inner {
        width: 30%;
        float: right;
        text-align: right;
    }

    #foot_Wrap .link_inner a {
        color: #FFF;
        text-decoration: none;
    }

    #foot_Wrap .link_inner .copy {
        padding-top: 10px;
    }


    /* ----------------------------------------------------------------------------
*下層共通*
---------------------------------------------------------------------------- */

    section.image {
        width: 100%;
        height: 260px;
        overflow: hidden;
    }

    section.image img {
        margin-top: 59px;
        width: 100%;
    }

    section.contact {
        width: 100%;
        text-align: center;
        margin: 120px auto 40px;
    }

    section.contact .title {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 35px;
    }

    section.contact img.tel,
    section.contact img.btn-request,
    section.contact img.en {
        margin-bottom: 40px;
    }

    section.contact img.btn-request {
        width: 180px;
    }

    section.contact img.en {
        width: 336px;
    }

    footer {
        width: 100%;
        text-align: center;
    }

    footer .copyright {
        text-align: center;
        font-size: 12px;
        margin-bottom: 20px;
    }

    /* ----------------------------------------------------------------------------
*concept*
---------------------------------------------------------------------------- */
    #concept {
        width: 1000px;
        margin: 0 auto;
    }

    #concept h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #concept-pic {
        widows: 1000px;
        margin-bottom: 30px;
    }

    #concept-pic div {
        width: 241px;
        float: left;
        margin: 0 12px 12px 0;
    }

    #concept-pic div:nth-of-type(4n) {
        margin-right: 0;
    }

    #concept-pic:after {
        content: "";
        clear: both;
        display: block;
    }

    #concept-image {
        position: relative;
        margin-bottom: 60px;
    }

    #concept-image img.txt {
        position: absolute;
        top: 0;
        left: 30px;
    }

    #concept #movie {
        width: 800px;
        margin: 0 auto;
    }

    #concept #movie h3 {
        width: 800px;
        text-align: center;
        margin: 0 auto 40px;
    }

    #concept #movie .movie-box {
        width: 380px;
        float: left;
        margin-right: 40px;
    }

    #concept #movie .movie-box p {
        width: 380px;
        font-size: 16px;
        line-height: 1.5em;
        text-align: center;
        margin-bottom: 10px;
    }

    #concept #movie .movie-box:nth-of-type(2) {
        margin-right: 0;
    }

    #concept #movie:after {
        content: "";
        clear: both;
        display: block;
    }

    /* ----------------------------------------------------------------------------
*location*
---------------------------------------------------------------------------- */
    #location {
        width: 1000px;
        margin: 0 auto;
    }

    #location h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #location h3 {
        width: 1000px;
        text-align: center;
        margin-bottom: 40px;
    }

    #location section {
        margin-bottom: 60px;
    }

    #location #location-main p {
        font-size: 12px;
        margin-top: 5px;
    }

    #location #life-information .info-pic {
        width: 1000px;
        margin-bottom: 30px;
    }

    #location #life-information .info-pic div {
        width: 241px;
        margin: 0 12px 20px 0;
        float: left;
    }

    #location #life-information .info-pic div p {
        width: 241px;
        font-size: 12px;
        line-height: 1.5;
        margin-top: 5px;
    }

    #location #life-information .info-pic div.head-line {
        width: 494px;
        margin-right: 12px;
    }

    #location #life-information .info-pic div.head-line:nth-of-type(2) {
        margin-right: 0;
    }

    #location #life-information .info-pic div:nth-of-type(6),
    #location #life-information .info-pic div:nth-of-type(10),
    #location #life-information .info-pic div:nth-of-type(14) {
        margin-right: 0;
    }

    #location #life-information .info-pic:after {
        content: "";
        clear: both;
        display: block;
    }

    #location #life-information .table1 {
        width: 320px;
        float: left;
        margin: 0 20px 30px 0;
        border-collapse: collapse;
    }

    #location #life-information .table2 {
        width: 320px;
        float: left;
        margin: 0 20px 30px 0;
        border-collapse: collapse;
    }

    #location #life-information .table3 {
        width: 320px;
        float: right;
        margin: 0 0 30px 0;
        border-collapse: collapse;
    }

    #location #life-information table.last {
        margin-right: 0;
        float: right;
        border-collapse: collapse;
    }

    #location #life-information dl {
        width: 320px;
        border-bottom: 1px dashed #ccc !important;
    }

    #location #life-information dt {
        width: 150px;
        float: left;
        font-size: 13px;
        line-height: 2.5;
        text-align: left;
        font-weight: normal;
        color: #000;
        padding: 8px 0;
        margin: 0;
    }

    #location #life-information dl:after {
        content: "";
        clear: both;
        display: block;
    }

    #location #life-information dd {
        width: 170px;
        float: left;
        font-size: 13px;
        line-height: 2.5;
        text-align: right;
        color: #000;
        vertical-align: bottom;
        padding: 8px 0;
        margin: 0;
    }

    /*#location #life-information th.title {
    font-size: 14px;
    color: #9f9222;
    line-height: 34px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #9f9222;
    margin-bottom: 15px;
}*/

    #location #life-information p.attention {
        clear: both;
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.5em;
    }

    #location #life-information table:after {
        content: "";
        clear: both;
        display: block;
    }

    #location .bnr-areaguide {
        width: 1000px;
        text-align: center;
        margin: 30px auto;
    }

    /* ----------------------------------------------------------------------------
*design*
---------------------------------------------------------------------------- */
    #design {
        width: 1000px;
        margin: 0 auto;
    }

    #design h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #design h3 {
        width: 1000px;
        text-align: center;
        margin-bottom: 40px;
    }

    #design .entrance.column2 figure {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-bottom: 10px;
    }

    #design .entrance.column2 figure:last-of-type {
        margin-right: 0;
    }

    #design .entrance img {
        /* float: left; */
        max-width: 490px;
    }

    #design .entrance.column02 figure {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
        margin-bottom: 10px;
    }

    #design .entrance.column02 figure:last-of-type {
        margin-right: 0;
    }

    #design .entrance.column02 figure img {
        max-width: 480px;
    }

    /* #design .entrance:after {
        content: "";
        clear: both;
        display: block;
    } */

    #design-p,
    #design-s {
        padding-top: 100px;
        margin-top: -100px;
        margin-bottom: 80px;
    }

    #design-s .c-type,
    #design-s .b-type {
        width: 480px;
        float: left;

    }

    #design-s .c-type {
        margin-right: 40px;
    }

    #design-s:after {
        content: "";
        clear: both;
        display: block;
    }

    /*20170220追記*/
    .room {
        position: relative;
    }

    .youtube iframe {
        width: 100% !important;
        height: 100% !important;
    }

    /*20170308追記*/
    .youtube2 {
        position: absolute;
        bottom: 40px;
        left: 4%;
        width: 92%;
        height: 37%;
    }

    .youtube2 iframe {
        width: 100% !important;
        height: 100% !important;
    }

    /* ----------------------------------------------------------------------------
*outline*
---------------------------------------------------------------------------- */

    #outline {
        width: 800px;
        margin: 0 auto;
        font-size: 14px;
    }

    #outline h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    section#outline dl {
        width: 800px;
        border-bottom: 1px dotted #ccc;
    }

    section#outline dl.next {
        margin-bottom: 60px;
    }

    section#outline dl dt {
        width: 145px;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    section#outline dl dd {
        width: 655px;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    section#outline dl:after {
        content: "";
        clear: both;
        display: block;
    }

    section#outline dl:last-child {
        margin-bottom: 50px;
    }

    p.caption {
        width: 1000px;
        margin: 5px auto 30px;
        text-align: left;
        font-size: 11px;
        color: #999;
    }

    /* ----------------------------------------------------------------------------
*equipment*
---------------------------------------------------------------------------- */
    #equipment {
        width: 1000px;
        margin: 0 auto;
    }

    #equipment h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #equipment .link-btn {
        width: 780px;
        margin: 0 auto 60px;
        text-align: center;
    }

    #equipment .link-btn img {
        /* float: left; */
        margin-right: 20px;
    }

    #equipment .link-btn a:last-child>img {
        margin-right: 0;

    }

    #equipment .link-btn:after {
        content: "";
        clear: both;
        display: block;
    }

    #pre-15 {
        width: 1000px;
        text-align: center;
        margin-bottom: 60px;
        margin-top: -60px;
        padding-top: 120px;
    }

    #equipment h3 {
        width: 1000px;
        text-align: center;
        margin-bottom: 40px;
    }

    /* 
    #pre-15 div {
        width: 241px;
        float: left;
        margin-right: 12px;
    } */

    #pre-15 div p {
        width: 241px;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    /*#pre-15 div:last-child{
    margin-right:0;
}*/
    .color div.mr0 {
        margin-right: 0;
    }

    #pre-15 div.pb15:nth-of-type(4) {
        margin-right: 0;
    }

    #pre-15 div.p15 {
        width: 192px;
        float: left;
        margin-right: 10px;
    }

    #pre-15 div.p15 p {
        width: 192px;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    #pre-15 div.p15:last-child {
        margin-right: 0;
    }

    #pre-15:after {
        content: "";
        clear: both;
        display: block;
    }

    #equipment h4 {
        width: 1000px;
        text-align: center;
        background-color: #88877f;
        padding: 6px 0 8px;
        margin-bottom: 20px;
        font-family: a-otf-ryumin-pr6n, serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #fff;
    }

    #pre-10,
    .smart_content,
    #common {
        margin-top: -120px;
        padding-top: 120px;
    }

    #pre-10 article.kitchen {
        width: 1000px;
        margin-bottom: 35px;
    }

    #pre-10 .txt {
        width: 335px;
        float: left;
        margin: 10px 0 40px;
    }

    #pre-10 .txt p {
        font-size: 14px;
        text-align: left;
        line-height: 1.5;
    }

    #pre-10 .pic {
        width: 614px;
        float: right;
        margin-bottom: 20px;
    }

    #pre-10 .pic img {
        float: left;
        margin-right: 12px;
    }

    #pre-10 .pic img:last-child {
        margin-right: 0;
    }

    #pre-10 article.kitchen:after {
        content: "";
        clear: both;
        display: block;
    }

    #pre-10 article.kitchen p.attention {
        padding: 20px 0 0;
        font-size: 12px;
        margin: 0;
    }

    #pre-10 article.bathroom {
        clear: both;
        width: 1000px;
        margin-bottom: 35px;
    }

    #pre-10 article.bathroom div {
        width: 241px;
        float: left;
        margin-right: 12px;

    }

    #pre-10 article.bathroom div p {
        width: 241px;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    #pre-10 article.bathroom div:last-child {
        margin-right: 0;
    }

    #pre-10 article.bathroom:after {
        content: "";
        clear: both;
        display: block;
    }

    #pre-10 article.equipment,
    .smart_content article.equipment {
        clear: both;
        width: 1000px;
        margin-bottom: 60px;
    }

    #pre-10 article.equipment div.column6 div,
    .smart_content article.equipment div.column6 div {
        /* width: 160px;
        float: left; */
        width: calc((100% - 40px) / 6);
        margin-right: 8px;
    }

    #pre-10 article.equipment div.column6 div:nth-of-type(6n),
    .smart_content article.equipment div.column6 div:nth-of-type(6n) {
        margin-right: 0;
    }

    #pre-10 article.equipment div p,
    .smart_content article.equipment div p {
        width: 160px;
        padding: 6px 0 10px;
        text-align: center;
        font-size: 12px;
    }

    .smart_content article.equipment div p.box {
        letter-spacing: -0.07em;
        padding: 10px 0 6px !important;
    }

    .smart_content article.equipment div p.bottom {
        margin-bottom: 30px;
    }

    #pre-10 article.equipment div:nth-of-type(6n) {
        margin-right: 0px;
    }

    .smart_content article.equipment div:nth-of-type(6n) {
        margin-right: 0px;
    }

    #pre-10 article.equipment:after {
        content: "";
        clear: both;
        display: block;
    }

    .smart_content article.equipment:after {
        content: "";
        clear: both;
        display: block;
    }

    .smart_content {
        width: 1000px;
        margin-bottom: 60px;
    }

    .smart_content article.kitchen {
        margin-bottom: 30px;
    }

    .smart_content article.kitchen div.column3 div {
        /* width: 320px;
        float: left;*/
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }

    .smart_content article.kitchen div.column3 div:nth-of-type(3n) {
        margin-right: 0;
    }

    .smart_content article.kitchen div p {
        width: 320px;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    .smart_content article.kitchen div:nth-of-type(3n) {
        margin-right: 0px;
    }

    .smart_content article.kitchen:after {
        content: "";
        clear: both;
        display: block;
    }

    .smart_content article.color {
        /* clear: both; */
        margin-bottom: 35px;
    }

    .smart_content article.color .column4 div {
        /* width: 241px; */
        /* float: left; */
        width: calc((100% - 36px) / 4);
        margin-right: 12px;
    }

    .smart_content article.color .column4 div img {
        max-width: 241px;
    }

    .smart_content article.color .column4 div:nth-of-type(4n) {
        margin-right: 0;
    }

    .smart_content article.color div p {
        width: 241px;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    .smart_content article.color .mr0 {
        margin-right: 0px;
    }

    .smart_content article.color:after {
        content: "";
        clear: both;
        display: block;
    }

    /* 20220217追記 */
    #pre-10 h4 {
        font-family: a-otf-ryumin-pr6n, serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #fff;
    }

    #pre-10 h4.pt8 {
        padding-top: 8px;
    }

    #pre-10 .pd-room {
        width: 100% !important;
    }

    #pre-10 .pd-room img {
        max-width: 1000px !important;
    }

    #pre-10 .pd-kitchen {
        width: 100% !important;
    }

    #pre-10 .pd-kitchen img {
        max-width: 1000px !important;
    }

    #pre-10 .pd-kitchen_equipment {
        width: 100% !important
    }

    #pre-10 .pd-kitchen_equipment img {
        max-width: 1000px !important;
    }

    #pre-10 .pd-bathroom {
        width: 100% !important
    }

    #pre-10 .pd-bathroom img {
        max-width: 1000px !important;
    }

    #pre-10 .pd-bathroom_equipment {
        width: 100% !important
    }

    #pre-10 .pd-bathroom_equipment img {
        max-width: 1000px !important;
    }

    #pre-10 .pd-powderroom {
        width: 100% !important
    }

    #pre-10 .pd-powderroom img {
        max-width: 1000px !important;
    }

    #pre-10 .pd-sanitary {
        width: 100% !important
    }

    #pre-10 .pd-sanitary img {
        max-width: 1000px !important;
    }

    #pre-10 .s-room {
        width: 100% !important
    }

    #pre-10 .s-room img {
        max-width: 1000px !important;
    }

    #pre-10 .s_entrance {
        width: 100% !important
    }

    #pre-10 .s_entrance img {
        max-width: 1000px !important;
    }

    #pre-10 .s_kitchen {
        width: 100% !important
    }

    #pre-10 .s_kitchen img {
        max-width: 1000px !important;
    }

    #pre-10 .s_bathroom {
        width: 100% !important
    }

    #pre-10 .s_bathroom img {
        max-width: 1000px !important;
    }

    #pre-10 .s_sanitary {
        width: 100% !important
    }

    #pre-10 .s_sanitary img {
        max-width: 1000px !important;
    }

    #pre-10 .s-powderroom {
        width: 100% !important
    }

    #pre-10 .s-powderroom img {
        max-width: 1000px !important;
    }



    #common p.txt {
        margin-bottom: 50px;
    }

    #common img:nth-of-type(1) {
        margin-right: 22px;
    }

    #common .common {
        width: 1000px;
        margin: 40px auto 60px;
    }

    #common .common div {
        width: 160px;
        float: left;
        margin-right: 8px;
    }

    #common .common div p {
        width: 160px;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    #common .common div:nth-of-type(6) {
        margin-right: 0;
    }

    #common .common:after {
        content: "";
        clear: both;
        display: block;
    }

    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 77%;
    }

    #page-top a {
        background: #91762f;
        text-decoration: none;
        color: #fff;
        width: 100px;
        padding: 30px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
        background-image: url(../img/pagetop-icon.png);
        background-position: center top;
        background-repeat: no-repeat;
    }

    #page-top a:hover {
        text-decoration: none;
        background: #d6bf82;
    }

    /* 20220217追記 */

    .max1000 {
        width: 100% !important;
        max-width: 1000px !important;
        margin-top: 60px;
    }

    .max1000:first-of-type {
        margin-top: 20px;
    }

    #pre-15 h4 {
        font-family: a-otf-ryumin-pr6n, serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #fff;
    }

    #pre-15 h4.pt8 {
        padding-top: 8px !important;
    }

    #pre-15 div.gtype_2ldk {
        width: 100%;
        margin-top: 20px;
    }

    #pre-15 div.gtype_2ldk img {
        max-width: 1000px;
    }

    #pre-15 div.itype_3ldk {
        width: 100%;
        margin-top: 20px;
    }

    #pre-15 div.itype_3ldk img {
        max-width: 1000px;
    }

    #pre-15 .column2.gtype_2ldk figure {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
    }

    #pre-15 .column2.gtype_2ldk figure:last-of-type {
        margin-right: 0;
    }

    #pre-15 .column2.gtype_2ldk figure img {
        max-width: 480px;
    }

    #pre-15 .column2.bath_gtype_2ldk {
        width: 100%;
    }

    #pre-15 .bath_gtype_2ldk img {
        max-width: 1000px;
    }

    #pre-15 .srf {
        width: 100%;
    }

    #pre-15 .srf img {
        max-width: 1000px;
    }

    /* ----------------------------------------------------------------------------
*contact*
---------------------------------------------------------------------------- */
    #contact {
        width: 800px;
        margin: 0 auto;
        font-size: 14px;
    }

    #contact h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #contact p.tel-number span {
        font-size: 10px;
        margin-bottom: 11px;
    }

    #contact dl {
        width: 800px;
        border-bottom: 1px dotted #ccc;
    }

    #contact dl.next {
        margin-bottom: 60px;
    }

    #contact dl dt {
        width: 200px;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    #contact dl dd {
        width: 600px;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    #contact dl dd .attention {
        font-size: 10px;
        color: #e00;
    }

    #contact dl:after {
        content: "";
        clear: both;
        display: block;
    }

    #contact p.intro {
        text-align: center;
        margin-bottom: 20px;
    }

    #contact p.tel-number {
        text-align: center;
        margin-bottom: 30px;
    }

    #contact dt span,
    #search-detail dt span {
        font-size: 10px;
        padding: 5px;
        background: #e00;
        color: #fff;
        border-radius: 3px;
    }

    #contact input[type="text"] {
        line-height: 2.0em;
        height: 2em;
        width: 300px;
        font-size: 14px;
        border: 1px solid #ccc;
    }

    #contact input.twoinput {
        width: 150px;
        margin-bottom: 1em;
    }

    #contact input[type="radio"],
    #contact input[type="checkbox"] {
        margin-bottom: 8px;
    }

    #contact input.other {
        width: 200px;
        font-size: 14px;
    }

    #contact input.price {
        width: 100px;
        font-size: 14px;
    }

    #contact textarea {
        width: 600px;
        height: 200px;
        font-size: 14px;
        border: 1px solid #ccc;
    }

    #contact .submit {
        width: 100%;
        text-align: center;
    }

    /*a.toForm{
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  color:#fff;
  display:inline-block;
  padding:15px 10px 15px 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size:20px;
  font-weight:bold;
  position:relative;
  text-decoration:none;
  overflow:hidden;
  background-color:#1f9040;
  min-width:350px;
  text-align:center;
  margin:40px auto;
}
a.toForm span:before{
  background:url(../img/icon_mail.png) no-repeat 0 0 ;
  display:inline-block;
  content:"";
  width:26px;
  height:16px;
  margin-right:10px;
}
a.toForm span.highlight{
  background:rgba(255,255,255,0.15);
  width:160%;
  height:80px;
  display:block;
  border-radius: 100%;
  position:absolute;
  top:-50px;
  margin-left:-30%;
  left:0%;
}*/
    #contact p.thanks-title {
        text-align: center;
        font-size: 20px;
        line-height: 1.5em;
        margin-bottom: 20px;
        font-weight: bold;
    }

    #contact p.thanks {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
    }

    #contact p.thanks-txt {
        font-size: 14px;
        line-height: 1.5em;
        text-align: center;
    }

    #contact .agree {
        width: 800px;
        padding: 10px 0;
        background: #eee;
        text-align: center;
        margin: 40px 0 30px;
    }

    #contact .agree p {
        width: 400px;
        margin: 5px auto 0;
    }

    #contact .agree p input {
        width: 15px;
        margin: 0 10px 0 0;
    }

    /* ----------------------------------------------------------------------------
*search*
---------------------------------------------------------------------------- */
    #search {
        width: 800px;
        margin: 0 auto;
        font-size: 14px;
    }

    #search h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #search h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #search #pic-select {
        width: 800px;
        margin-bottom: 40px;
    }

    #search #pic-select img.bar {
        margin-bottom: 8px;
    }

    #search #pic-select div a:nth-of-type(1)>img {
        margin-right: 10px;
    }

    #search #pic-select div.t-2ldk {
        width: 600px;
        margin-bottom: 30px;
        float: left;
    }

    #search #pic-select div.t-2ldk a img {
        margin-right: 15px;
    }

    #search #pic-select div.t-2ldk a:last-child>img {
        margin-right: 0;
    }

    #search #pic-select div.t-1r,
    #search #pic-select div.t-1k {
        width: 390px;
        float: left;
        margin: 0 20px 30px 0;
    }

    #search #pic-select div.t-1dk,
    #search #pic-select div.t-1ldk {
        width: 190px;
        float: left;
        margin-bottom: 30px;
    }

    #search #pic-select div.t-3ldk {
        width: 190px;
        float: right;
    }

    #search #pic-select:after {
        content: "";
        clear: both;
        display: block;
    }

    #search #floor-map {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #search #floor-map img {
        margin-bottom: 50px;
    }

    #search #detail-select dl {
        width: 800px;
        border-bottom: 1px dotted #ccc;
    }

    #search #detail-select dl dt {
        width: 200px;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    #search #detail-select dl dd {
        width: 600px;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    #search #detail-select dl dd.detail dl {
        border-bottom: none;
    }

    #search #detail-select dl dd.detail dt {
        width: 70px;
        float: left;
    }

    #search #detail-select dl dd.detail dd {
        width: 530px;
        float: left;
        line-height: 2.0em;
        padding: 7px 0;
    }

    #search #detail-select dl dd.detail dl.flooring dt {
        width: 130px;
        float: left;
    }

    #search #detail-select dl dd.detail dl.flooring dd {
        width: 400px;
        float: left;
        line-height: 2.0em;
        padding: 7px 0;
    }

    #search #detail-select dl dd.detail:after {
        content: "";
        clear: both;
        display: block;
    }

    #search #detail-select dl:after {
        content: "";
        clear: both;
        display: block;
    }

    #search .search-btn {
        text-align: center;
        margin: 30px auto 60px;
    }

    #search .search-btn img {
        margin: 0 10px;
    }

    #search #floor-list {
        width: 800px;
        margin: 0 auto 60px;
    }

    #search #floor-list table {
        width: 100%;
    }

    #search #floor-list table thead th {
        background-color: #666;
        color: #fff;
        text-align: center;
        line-height: 1.2em;
        padding: 10px 0;
        border-right: 1px solid #fff;
    }

    #search #floor-list table thead th span {
        /*font-size:10px;*/
    }

    #floor-list span.arrow {
        font-size: 9px;
        margin-right: 10px;
    }

    #search #floor-list table td {
        text-align: center;
        padding: 8px 0;
        border-bottom: 1px solid #666;
        border-left: 1px solid #666;
        font-size: 14px;
    }

    #search #floor-list table tr td:last-child,
    #search #floor-list table th:last-child {
        border-right: 1px solid #666;
    }

    #search #floor-list table tr td:nth-of-type(5) {
        font-size: 16px;
        color: #D50000;
    }

    #search #floor-list table tr td:last-child {
        /*background: linear-gradient(#ccc, #333);*/
        background: #b49d68;
        color: #fff;
        font-size: 13px;
    }

    #search #floor-list table tr td.price {
        text-align: right;
        padding-right: 5px;
    }

    /* ----------------------------------------------------------------------------
*search-detail*
---------------------------------------------------------------------------- */
    #search-detail {
        width: 1000px;
        margin: 0 auto;
    }

    #search-detail h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    .inner {
        height: 100%;
        position: relative;
    }

    .box {
        font-size: 30px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 8px 40px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: none;
        line-height: 100%;
        text-align: center;
    }

    /*.box h1{
  font-size:26px;
  text-align:center;
}
.box span{
  color:#8c8c14;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  display:block;
  margin:0 0 0px 0;
}*/
    .iconList li {
        float: left;
        width: 24%;
        font-size: 12px;
        border: 1px #ccc solid;
        color: #999999;
        text-align: center;
        padding: 5px 2px;
        margin-right: 6px;
        margin-bottom: 5px;
        background-color: #f2f1f1;
    }

    .iconList li:nth-child(4n) {
        margin-right: 0;
    }

    .iconList li.on {
        color: #60600e;
        border: 1px #60600e solid;
        font-weight: bold;
        background-color: #fff;
    }

    #full_column h3 {
        background-color: #302c28;
        color: #fff;
        font-size: 17px;
        padding: .5em 1em .5em 3.5em;
        position: relative;
        font-weight: normal;
    }

    #full_column h3:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #110e0b;
        position: absolute;
        top: 0;
        left: 50px;
    }

    #full_column h3:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #6f6c69;
        position: absolute;
        top: 0;
        left: 50px;
    }

    .icon_photo {
        background-image: url(../img/icon_photo.png);
        background-repeat: no-repeat;
        background-position: 10px 8px;
    }

    .icon_360 {
        background-image: url(../img/icon_360.png);
        background-repeat: no-repeat;
        background-position: 10px 8px;
    }

    .icon_gaiyo {
        background-image: url(../img/icon_gaiyo.png);
        background-repeat: no-repeat;
        background-position: 10px 8px;
    }

    .icon_price {
        background-image: url(../img/icon_price.png);
        background-repeat: no-repeat;
        background-position: 10px 8px;
    }

    .icon_mail {
        background-image: url(../img/icon_mail.png);
        background-repeat: no-repeat;
        background-position: 12px 13px;
    }

    .icon_cond {
        background-image: url(../img/icon_cond.png);
        background-repeat: no-repeat;
        background-position: 12px 7px;
    }

    .cond_list {
        width: 100%;
        margin-top: 10px;
    }

    .cond_list li {
        float: left;
        width: 25% !important;
        margin-bottom: 5px !important;
    }

    .cond_list li label {
        font-size: 14px;
    }

    .layoutbtn {
        border: 1px #002443 solid;
    }

    .more_equip_link {
        border: solid 1px #CCC;
        padding: 5px;
        background: #EEE;
        text-align: center;
        margin-top: 5px;
        border-radius: 2px;
        position: relative;
        cursor: pointer;
    }

    .more_equip {
        display: none;
        padding-top: 10px;
    }

    .more_equip_link span {
        position: relative;
        display: inline-block;
    }

    .more_equip_link span:before {
        content: "";
        display: block;
        border-right: 2px #000 solid;
        border-bottom: 2px #000 solid;
        position: absolute;
        top: 3px;
        left: -20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 8px;
        height: 8px;
    }

    #pageVisual .box em {
        font-size: 26px;
        font-style: normal;
        text-align: center;
        font-weight: bold;

    }

    #full_column {
        border: 1px #ccc solid;
        position: relative;
    }

    #full_column .room-title {
        font-size: 26px;
        font-weight: bold;
        border-bottom: 2px #8c8c14 solid;
        border-top: none;
        padding: 20px 20px 25px 30px;
    }

    #full_column .room-title .rights {
        float: right;
        margin-top: -11px;
    }

    #full_column .room-title .rights a {
        display: inline-block;
        margin-right: 5px;
    }

    #full_column .room-title .labelNew {
        display: inline-block;
        background-color: #ffec79;
        color: #222222;
        padding: 6px 15px;
        margin-left: 15px;
    }

    #full_column .box {
        padding: 25px 30px 20px 30px;
    }

    #full_column .box p {
        line-height: 180%;
    }

    .rentTbl {
        width: 100%;
        margin-top: 20px;
    }

    .rentTbl th {
        border-top: 1px #ccc solid;
        border-left: 1px #ccc solid;
        border-right: 1px #ccc solid;
        background-color: #f8f8f8;
        text-align: center;
        padding: 8px;
        width: 16%;
    }

    .rentTbl td {
        padding: 15px 0;
        text-align: center;
        border-bottom: 1px #ccc solid;
        border-left: 1px #ccc solid;
        border-right: 1px #ccc solid;
    }

    .rentTbl td.rent {
        color: #fe0000;
        font-weight: bold;
    }

    .address {
        margin-top: 1.5em;
    }

    .address dt {
        float: left;
        font-weight: bold;
        padding: 13px 5px;
        width: 120px;
    }

    .address dd {
        padding-left: 120px;
        background: url(../common/img/line.gif) repeat-x left bottom;
        padding: 13px 5px;
    }

    .address dd:last-child {
        background: none;
    }

    .address dt.high {
        height: 80px;
    }

    .iconList li {
        width: 111px;
    }

    .iconList li:nth-child(4n) {
        margin-right: 5px;
    }

    .iconList li:nth-child(7n) {
        margin-right: 0;
    }

    .waku {
        border: 12px #dcdcc6 solid;
        margin-top: 1em;
        padding: 3em 1em;
    }

    #gaiyo .commonTbl th {
        padding: 10px;
        vertical-align: middle;
        width: 150px;
    }

    #gaiyo .commonTbl td {
        padding: 10px;
        border: 1px #ccc solid;
    }

    .room_remark {
        border: 1px #8c8c14 solid;
        padding: 10px 20px;
        background-color: #f8f5e1;
        margin-top: 1.5em;
    }

    #map {
        margin-top: 20px;
    }

    #gsvp {
        width: 49%;
        height: 350px;
        float: right;
    }

    #gmap {
        width: 100%;
        height: 350px;
        float: left;
    }

    #price .priceLeft {
        width: 49%;
        float: left;
    }

    #price .priceLeft .commonTbl th {
        padding: 10px 15px;
    }

    #price .priceLeft .commonTbl td {
        padding: 5px;
    }

    #price .priceLeft .commonTbl table {
        width: 100%;
    }

    #price .priceLeft .commonTbl table th,
    #price .priceLeft .commonTbl table td {
        padding: 5px;
        border: none;
    }

    #price .priceRight {
        width: 49%;
        float: right;
        padding: 10px 15px;
    }

    #price .priceRight p {
        font-size: 13px;
    }

    .setsubi span {
        display: inline-block;
    }

    .setsubi span:after {
        content: "/";
        display: inline-block;
        padding: 0 5px;
    }

    #contact .commonTbl th {
        width: 250px;
    }

    .agree {
        padding: 15px 0;
        text-align: center;
    }

    #sns {
        background: url(../common/img/bg_chidori4.gif);
        padding: 3px;
    }

    #sns .inbox {
        background-image: url(../common/img/icon_sns.png);
        background-repeat: no-repeat;
        background-position: 15px 15px;
        background-color: #f8f5e1;
        padding: 10px 10px 0px 60px;
    }

    #sns p {
        float: left;
        line-height: 45px !important;
    }

    #sns .button {
        float: right;
    }

    #sns .button a {
        display: inline-block;
        margin-right: 5px;
    }

    .total {
        width: 100%;
        background: url(../common/img/line.gif) repeat-x left top;
        margin: 5px;
        padding: 10px 5px 0 5px;
        text-align: right;
    }

    .total span {
        display: block;
        float: left;
    }

    #slider {
        padding-left: 55px;
        position: relative;
    }

    #pager {
        position: absolute;
        bottom: 20px;
        width: 377px;
        text-align: center;
        right: 20px;
    }

    #pager li {
        display: inline-block;
        cursor: pointer;
        padding: 10px 15px;
        border: 2px #aaaaaa solid;
        color: #aaaaaa;
        background-color: #fff;
        margin-right: 5px;
    }

    #pager li.on {
        border: 2px #302c28 solid;
        color: #302c28;
    }

    #preview .box {
        width: 50%;
        float: left;
        padding: 10px;
    }

    #preview .waku {
        padding: 1em;
    }

    #zoom {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.7);
        cursor: pointer;
        position: absolute;
        z-index: 99;
        bottom: 0;
        left: 342px;
        pointer-events: none;
    }

    .content_footer_text {
        background: #f8f8f8;
        padding: 10px;
        border: 1px solid #CCC;
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.8em;
    }

    /*QRコード周りの調整*/
    #topPrint {
        position: relative;
    }

    .print_shop {
        position: absolute;
        left: 0px;
        top: 21px;
        display: none;
    }

    .print_shop li {
        border: solid 1px #CCC;
        float: none;
        text-align: left;
        width: 120px;
        background: #EEE;
        margin: 0px;

    }

    .print_shop li:hover {
        background: #FFF;
    }

    .print_shop li a {
        display: block;
        text-decoration: none;
        padding: 8px;
        zoom: 1;
    }

    #full_banner {
        margin-bottom: 20px;
    }

    #full_column h1.full_page {
        position: relative;
        padding-left: 125px;
    }

    .label {
        position: absolute;
        top: 26px;
        left: 30px;
        display: inline-block;
        background-color: #97972d;
        color: #fff;
        padding: 3px 10px;
    }

    .contactTel {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .contactTel .img {
        float: left;
    }

    .contactTel .information {
        float: right;
        width: 442px;
        border: 1px #8c8c14 solid;
        padding: 12px 10px;
        background-color: #f8f5e1;
        line-height: 120%;
        font-weight: bold;
    }

    .contactTel .information span.room_id {
        font-weight: bold;
        display: inline-block;
        margin: 0 5px;
    }

    .contactTel .information p {
        font-size: 13px;
        line-height: 140% !important;
        margin-top: 5px;
        font-weight: normal;
    }

    #full_column .icons {
        position: absolute;
        top: -10px;
        left: 10px;
    }

    #full_column .icons p {
        float: left;
        margin-right: 10px;
    }

    .labelNew {
        background: #FFEC79;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 10px;
        line-height: normal;
        -moz-box-shadow: 1px 1px 1px 0px rgba(148, 148, 148, 1);
        box-shadow: 1px 1px 1px 0px rgba(148, 148, 148, 1);
        -webkit-box-shadow: 1px 1px 1px 0px rgba(148, 148, 148, 1);
    }

    .moreInfo {
        margin-top: 1em;
    }

    .setsubi_label {
        border-left: 4px #8c8c14 solid;
        font-size: 14px;
        line-height: 100%;
        padding-left: 10px;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .setsubi_box {
        margin-bottom: 10px;
    }

    .setsubi_box span {
        font-size: 13px;
    }

    .setsubi_box span:last-child:after {
        display: none;
    }

    .f_left {
        float: left;
        margin-right: 5px;
    }

    /* 20220218追加
    サービスセキュリティ */

    .ss_content {
        width: 100%;
    }

    .ss_content img {
        width: 100%;
        max-width: 1000px;
    }
}

/* ----------------------------------------------------------------------------
	*【タブレット】750～1024px*
---------------------------------------------------------------------------- */

@media only screen and (min-width: 750px) and (max-width: 1024px) {
    .pc_tb {
        display: block;
        margin: 0 auto;
    }

    .sp {
        display: none;
    }

    #contact input.twoinput {
        margin-bottom: 1em;
    }

    #main_area .logo {
        position: absolute;
        top: 100px;
        right: 20px;
    }

    #main_area .logo img {
        width: 150px;
    }

    #main_area .inner {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 150px 0;
    }

    #info_Page {
        top: 120px;
        left: 0;
        padding-bottom: 120px;
    }

    #info_Page .wrap_Area {
        width: 80%;
        margin: 0 auto;
        line-height: 1.8;
    }

    #foot_Wrap {
        padding: 13px 15px 10px;
        font-size: 80%;
    }

    #foot_Wrap .add_inner {
        float: left;
        width: 50%;
    }

    #foot_Wrap .add_inner h3 img {
        width: 180px;
    }

    #foot_Wrap .add_inner p {
        padding-top: 7px;
        line-height: 1.5;
    }

    #foot_Wrap .link_inner {
        float: right;
        width: 50%;
        padding-top: 15px;
        text-align: right;
    }

    #foot_Wrap .link_inner a {
        color: #FFF;
        text-decoration: none;
    }

    #foot_Wrap .link_inner .copy {
        padding-top: 10px;
    }

    #search #floor-list table tr td:last-child {
        background: #b49d68;
    }



    /* ----------------------------------------------------------------------------
*下層共通*
---------------------------------------------------------------------------- */

    section.image {
        width: 100%;
        height: 220px;
        overflow: hidden;
    }

    section.image img {
        margin-top: 80px;
        width: 100%;
    }

    section.contact {
        width: 100%;
        text-align: center;
        margin: 60px auto 40px;
    }

    section.contact .title {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 35px;
    }

    section.contact img.tel,
    section.contact img.btn-request,
    section.contact img.en {
        margin-bottom: 40px;
    }

    section.contact img.btn-request {
        width: 180px;
    }

    section.contact img.en {
        width: 336px;
        height: auto;
    }

    footer {
        width: 100%;
        text-align: center;
    }

    footer .copyright {
        text-align: center;
        font-size: 12px;
        margin-bottom: 20px;
    }

    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 70%;
    }

    #page-top a {
        background: #91762f;
        text-decoration: none;
        color: #fff;
        width: 80px;
        padding: 30px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
        background-image: url(../img/pagetop-icon.png);
        background-position: center top;
        background-repeat: no-repeat;
    }

    #page-top a:active {
        text-decoration: none;
        background: #dbcca3;
    }

    /* ----------------------------------------------------------------------------
    *concept*
    ---------------------------------------------------------------------------- */
    #concept {
        width: 100%;
        margin: 0 auto;
    }

    #concept h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #concept-pic {
        widows: 100%;
        margin-bottom: 30px;
    }

    #concept-pic div {
        width: 23%;
        float: left;
        margin: 0 1% 2%;
    }

    #concept-pic div img {
        width: 100%;
    }

    #concept-pic:after {
        content: "";
        clear: both;
        display: block;
    }

    #concept-image {
        position: relative;
        margin-bottom: 60px;
    }

    #concept-image img.figure {
        width: 100%;
    }

    #concept #movie {
        width: 95%;
        margin: 0 auto;
    }

    #concept #movie h3 {
        width: 100%;
        text-align: center;
        margin: 0 auto 40px;
    }

    #concept #movie .movie-box {
        width: 46%;
        float: left;
        margin: 0 2% 20px;
    }

    #concept #movie .movie-box img {
        width: 100%;
    }

    #concept #movie .movie-box p {
        width: 100%;
        font-size: 16px;
        line-height: 1.5em;
        text-align: center;
        margin-bottom: 10px;
    }

    #concept #movie .movie-box:nth-of-type(2) {
        margin-right: 0;
    }

    #concept #movie:after {
        content: "";
        clear: both;
        display: block;
    }

    /* ----------------------------------------------------------------------------
    *location*
    ---------------------------------------------------------------------------- */
    #location {
        width: 100%;
        margin: 0 auto;
    }

    #location h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #location h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #location section {
        margin-bottom: 60px;
    }

    #location #location-main {
        width: 100%;
    }

    #location #location-main img {
        width: 100%;
    }

    #location #location-main p {
        font-size: 12px;
        margin-top: 5px;
        padding-left: 10px;
    }

    #location #l-access,
    #location #l-map {
        width: 100%;

    }

    #location #l-access img.access-map,
    #location #l-map img.map {
        width: 100%;

    }

    #location #life-information {
        width: 95%;
        margin: 0 auto;
    }

    #location #life-information .info-pic {
        width: 100%;
        margin-bottom: 30px;
    }

    #location #life-information .info-pic div {
        width: 23%;
        margin: 0 1% 20px;
        float: left;
    }

    #location #life-information .info-pic div img {
        width: 100%;
    }

    #location #life-information .info-pic div p {
        width: 100%;
        font-size: 12px;
        line-height: 1.5;
        margin-top: 5px;
    }

    #location #life-information .info-pic div.head-line {
        width: 48%;
        margin: 0 1% 12px;
        float: left;
    }

    /*#location #life-information .info-pic div:nth-of-type(6),
#location #life-information .info-pic div:nth-of-type(10),
#location #life-information .info-pic div:nth-of-type(14){
	margin-right:0;
}*/
    #location #life-information .info-pic:after {
        content: "";
        clear: both;
        display: block;
    }

    #location #life-information .table1 {
        width: 31%;
        float: left;
        margin: 0 1%;
        border-collapse: collapse;
    }

    #location #life-information .table2 {
        width: 31%;
        float: left;
        margin: 0 1%;
        border-collapse: collapse;
    }

    #location #life-information .table3 {
        width: 31%;
        float: left;
        margin: 0 1%;
        border-collapse: collapse;
    }

    #location #life-information table.last {
        margin-right: 0;
        float: right;
        border-collapse: collapse;
    }

    #location #life-information dl {
        width: 100%;
        border-bottom: 1px dashed #ccc !important;
        margin-bottom: 10px;
    }

    #location #life-information dt {
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
        font-weight: bold;
        color: #000;
        padding: 8px 0 0;
        margin: 0;
    }

    #location #life-information dl:after {
        content: "";
        clear: both;
        display: block;
    }

    #location #life-information dd {
        width: 100%;
        float: none;
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
        color: #000;
        vertical-align: bottom;
        padding: 2px 0 8px;
        margin: 0;
    }

    /*#location #life-information th.title {
    font-size: 14px;
    color: #9f9222;
    line-height: 34px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #9f9222;
    margin-bottom: 15px;
}*/
    #location #life-information table th.hight18 {
        line-height: 18px;
    }

    #location #life-information table .first {
        padding-top: 10px;
    }

    #location #life-information p.attention {
        clear: both;
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.2em;
    }

    #location .bnr-areaguide {
        width: 100%;
        text-align: center;
        margin: 30px auto;
    }

    #location .bnr-areaguide img {
        width: 300px;
        height: 75px;
        margin: 0 auto;
    }


    /* ----------------------------------------------------------------------------
    *equipment*
    ---------------------------------------------------------------------------- */
    #equipment {
        width: 100%;
        margin: 0 auto;
    }

    #equipment h2 {
        text-align: center;
        margin: 40px auto 40px;
    }

    #equipment .link-btn {
        width: 752px;
        margin: 0 auto 60px;
        text-align: center;
    }

    #equipment .link-btn img {
        /* float: left; */
        margin-right: 10px;
    }

    #equipment .link-btn a:last-child>img {
        margin-right: 0;

    }

    #equipment .link-btn:after {
        content: "";
        clear: both;
        display: block;
    }

    #pre-15 {
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
        margin-top: -60px;
        padding-top: 120px;
    }

    #equipment h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #pre-15 div {
        width: 23%;
        /* float: left;
        margin: 0 1%; */
    }

    #pre-15 div img {
        width: 100%;
    }

    #pre-15 div p {
        width: 100%;
        padding: 10px 1%;
        text-align: center;
        font-size: 12px;
    }

    #pre-15 div:last-child {
        margin-right: 0;
    }

    #pre-15:after {
        content: "";
        clear: both;
        display: block;
    }

    #pre-15 div.p15 {
        width: 18%;
        float: left;
        margin: 0 1%;
    }

    #pre-15 div.p15 p {
        width: 100%;
        padding: 10px 0px;
        text-align: center;
        font-size: 12px;
    }

    #pre-15 div.p15:last-child {
        margin-right: 0;
    }

    #pre-15:after {
        content: "";
        clear: both;
        display: block;
    }

    #equipment h4 {
        width: 100%;
        text-align: center;
        background-color: #88877f;
        padding: 6px 0 8px;
        margin-bottom: 20px;
        font-family: a-otf-ryumin-pr6n, serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #fff;
        margin-top: 40px;
    }

    #pre-10,
    .smart_content,
    #common {
        margin-top: -120px;
        padding-top: 120px;
    }

    #pre-10 article.kitchen {
        width: 100%;
        margin-bottom: 35px;
    }

    #pre-10 .txt {
        width: 30%;
        float: left;
        margin: 10px 0 40px;
        padding: 0 0 0 2%;
    }

    #pre-10 .txt p {
        font-size: 14px;
        text-align: left;
        line-height: 1.5;
    }

    #pre-10 .txt p.txt {
        width: 100%;
    }

    #pre-10 .txt p.txt img {
        width: 100%;
    }

    #pre-10 .pic {
        width: 66%;
        float: right;
        margin-bottom: 20px;
    }

    #pre-10 .pic img {
        width: 48%;
        margin: 0 2% 0 0;
        float: left;
    }

    #pre-10 .pic img:last-child {
        margin-right: 0;
    }

    #pre-10 article.kitchen:after {
        content: "";
        clear: both;
        display: block;
    }

    #pre-10 article.kitchen p.attention {
        padding: 20px 0 0;
        font-size: 12px;
        margin: 0;
    }


    .color {
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
        margin-top: -60px;
        padding-top: 120px;
    }

    .color div {
        /* width: 30%;
        float: left;
        margin: 0 1%; */
        /* width: 99%;
        margin: 0 0.5%; */
    }

    .color div img {
        width: 100%;
    }

    .color div p {
        width: 100%;
        padding: 10px 1%;
        text-align: center;
        font-size: 12px;
    }

    .color div:last-child {
        margin-right: 0;
    }

    .color:after {
        content: "";
        clear: both;
        display: block;
    }


    .color div.space {
        padding-top: 5px;
    }

    .color div.p17 {
        width: calc((100% - 36px) / 4);
        margin-right: 12px;
    }

    .color div.p16 {
        width: calc((100% - 36px) / 4);
        margin-right: 12px;
        /* width: 23%;
        float: left;
        margin: 0 1%; */
    }

    .color div.p16 p {
        width: 100%;
        padding: 10px 0px;
        text-align: center;
        font-size: 12px;
    }

    .color div.mr0 {
        margin-right: 0;
    }

    .color:after {
        content: "";
        clear: both;
        display: block;
    }


    #pre-10 article.bathroom {
        clear: both;
        width: 100%;
        margin-bottom: 35px;
    }

    #pre-10 article.bathroom div {
        width: 23%;
        float: left;
        margin: 0 1%;

    }

    #pre-10 article.bathroom div img {
        width: 100%;
    }

    #pre-10 article.bathroom div p {
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    #pre-10 article.bathroom div:last-child {
        margin-right: 0;
    }

    #pre-10 article.bathroom:after {
        content: "";
        clear: both;
        display: block;
    }

    #pre-10 article.equipment,
    .smart_content article.equipment {
        clear: both;
        width: 100%;
        margin-bottom: 60px;
    }

    #pre-10 article.equipment div.column6 div,
    .smart_content article.equipment div.column6 div {
        /* width: 18%;
        float: left;
        margin: 0 1%; */
        width: calc((100% - 8%) / 5);
        margin-right: 2%;
    }

    #pre-10 article.equipment div.column6 div:nth-of-type(5n),
    .smart_content article.equipment div.column6 div:nth-of-type(5n) {
        margin-right: 0;
    }

    #pre-10 article.equipment div img,
    .smart_content article.equipment div img {
        width: 100%;
    }

    #pre-10 article.equipment div p,
    .smart_content article.equipment div p {
        width: 100%;
        padding: 10px 0px;
        text-align: center;
        font-size: 12px;
        line-height: 1.2em;
    }

    .smart_content article.equipment div p.box {
        letter-spacing: -0.07em;
        padding: 14px 0 6px !important;
    }

    .smart_content article.equipment div p.bottom {
        margin-bottom: 30px;
    }

    #pre-10 article.equipment div:nth-of-type(6n) {
        margin-right: 0px;
    }

    .smart_content article.equipment div:nth-of-type(6n) {
        margin-right: 0px;
    }

    #pre-10 article.equipment:after {
        content: "";
        clear: both;
        display: block;
    }

    .smart_content article.equipment:after {
        content: "";
        clear: both;
        display: block;
    }

    .smart_content {
        width: 100%;
        margin-bottom: 60px;
        padding-top: 120px;
        margin-top: -120px;


    }

    .smart_content article.kitchen {
        margin-bottom: 30px;
    }

    .smart_content article.kitchen div.column3 div {
        /* width: 31%;
        float: left;
        margin: 0 1% 10px; */
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }

    .smart_content article.kitchen div.column3 div:nth-of-type(3n) {
        margin-right: 0;
    }

    .smart_content article.kitchen div img {
        width: 100%;
    }

    .smart_content article.kitchen div p {
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    .smart_content article.kitchen div:nth-of-type(4n) {
        margin-right: 0px;
    }

    .smart_content article.kitchen:after {
        content: "";
        clear: both;
        display: block;
    }

    /* 20220217追記 */

    #pre-15 {
        /* width: 99%;
        margin: 0 0.5%; */
    }

    #pre-15 div {
        width: 100% !important;
    }

    .column2.gtype_2ldk figure {
        width: 48%;
        margin-right: 4%;
    }

    .column2.gtype_2ldk figure:last-of-type {
        margin-right: 0;
    }

    /* #pre-10 article.equipment div {
        width: 99%;
        margin: 0 0.5%;
    } */


    #common p.txt {
        margin-bottom: 30px;
        text-align: center;
    }

    #common p.txt img {
        width: 80%;
    }

    #common img.security {
        width: 48%;
        float: left;
        margin: 0 1% !important;
    }

    #common .common {
        clear: both;
        width: 100%;
        margin: 40px auto 60px;
    }

    #common .common div {
        width: 18%;
        float: left;
        margin: 0 1%;
    }

    #common .common div img {
        width: 100%;
        margin: 0;
    }

    #common .common div p {
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    #common .common div:last-child {
        margin-right: 0;
    }

    #common .common:after {
        content: "";
        clear: both;
        display: block;
    }

    /* ----------------------------------------------------------------------------
    *design*
    ---------------------------------------------------------------------------- */
    #design {
        width: 100%;
        margin: 0 auto;
    }

    #design h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #design h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    /* #design .entrance {
        width: 100%;
        margin-bottom: 10px;
    }

    #design .entrance img {
        width: 50%;
        float: left;
    }

    #design .entrance:after {
        content: "";
        clear: both;
        display: block;
    } */

    #design .entrance.column2 {
        width: 98%;
        margin: 0 1%;
    }

    #design .entrance.column2 figure {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #design .entrance.column2 figure:last-of-type {
        margin-right: 0;
    }

    #design .entrance img {
        /* float: left; */
        width: 100%;
        max-width: 100%;
    }

    #design .entrance.column02 {
        width: 98%;
        margin: 0 1%;
    }

    #design .entrance.column02 figure {
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
        margin-bottom: 10px;
    }

    #design .entrance.column02 figure:last-of-type {
        margin-right: 0;
    }

    #design .entrance.column02 figure img {
        max-width: 480px;
    }

    #design .room img {
        position: relative;
        width: 100%;
    }

    .room {
        position: relative;
    }

    #design-p,
    #design-s {
        margin-bottom: 80px;
    }

    #design-s .c-type,
    #design-s .b-type {
        width: 48%;
        float: left;
        margin: 0 1%;
    }

    /*20170308追記*/
    #design-s .youtube2 {
        position: relative;
        bottom: 10px;
        left: 4%;
        width: 92%;
        height: 37%;
    }

    #design-s .youtube2 iframe {
        width: 100% !important;
        height: 100% !important;
    }

    #design-s .c-type img,
    #design-s .b-type img {
        width: 100%;
    }

    #design-s:after {
        content: "";
        clear: both;
        display: block;
    }

    /*20170308追記*/
    .youtube2 {
        position: absolute;
        bottom: 40px;
        left: 4%;
        width: 92%;
        height: 37%;
    }

    .youtube2 iframe {
        width: 100% !important;
        height: 100% !important;
    }

    /* ----------------------------------------------------------------------------
*outline*
---------------------------------------------------------------------------- */

    #outline {
        width: 95%;
        margin: 0 auto;
        font-size: 14px;
    }

    #outline h2 {
        text-align: center;
        margin: 40px auto 30px;
    }

    section#outline dl {
        width: 100%;
        border-bottom: 1px dotted #ccc;
    }

    section#outline dl.next {
        margin-bottom: 50px;
    }

    section#outline dl dt {
        width: 30%;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    section#outline dl dd {
        width: 70%;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    section#outline dl:after {
        content: "";
        clear: both;
        display: block;
    }

    section#outline dl:last-child {
        margin-bottom: 50px;
    }

    p.caption {
        width: 100%;
        margin: 5px auto 30px;
        text-align: left;
        font-size: 11px;
        color: #999;
    }

    /* ----------------------------------------------------------------------------
*contact*
---------------------------------------------------------------------------- */
    #contact {
        width: 95%;
        margin: 0 auto;
        font-size: 14px;
    }

    #contact h2 {
        text-align: center;
        margin: 40px auto 40px;
    }

    #contact p.tel-number span {
        font-size: 10px;
        margin-bottom: 11px;
    }

    #contact dl {
        width: 100%;
        border-bottom: 1px dotted #ccc;
    }

    #contact dl dt {
        width: 30%;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 13px;
    }

    #contact dl dd {
        width: 70%;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 13px;
    }

    #contact dl:after {
        content: "";
        clear: both;
        display: block;
    }

    #contact p.intro {
        text-align: center;
        margin-bottom: 20px;
    }

    #contact p.tel-number {
        text-align: center;
        margin-bottom: 30px;
    }

    #contact dl dd .attention {
        font-size: 10px;
        color: #e00;
    }

    #contact dt span,
    #search-detail dt span {
        font-size: 10px;
        padding: 5px;
        background: #e00;
        color: #fff;
        border-radius: 3px;
    }

    #contact input[type="text"] {
        line-height: 2.0em;
        width: 300px;
        border: 1px solid #ccc;
        padding-left: 5px;
    }

    #contact input[type="radio"],
    #contact input[type="checkbox"] {
        margin-bottom: 8px;
    }

    #contact input.other {
        width: 200px;
        border: 1px solid #ccc;
    }

    #contact input.price {
        width: 100px;
        border: 1px solid #ccc;
    }

    #contact textarea {
        width: 400px;
        height: 200px;
        border: 1px solid #ccc;
    }

    #contact .agree {
        width: 100%;
        padding: 10px 0;
        background: #eee;
        text-align: center;
        margin: 30px 0 30px;
    }

    #contact .agree p {
        width: 95%;
        margin: 5px auto 0;
    }

    #contact .agree p input {
        width: 5%;
        margin: 0 10px 0 0;
    }

    #contact .submit {
        text-align: center;
    }

    #page-top a {
        width: 80px;
    }

    /* ----------------------------------------------------------------------------
*search*
---------------------------------------------------------------------------- */
    #search {
        width: 95%;
        margin: 0 auto;
        font-size: 14px;
    }

    #search h2 {
        text-align: center;
        margin: 40px auto 40px;
    }

    #search h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #search #pic-select {
        width: 100%;
        margin: 0 auto 60px;
    }

    #search #pic-select img.bar {
        margin-bottom: 10px;
    }

    #search #pic-select div a:nth-of-type(1)>img {
        margin-right: 10px;
    }

    #search #pic-select div.t-2ldk {
        width: 610px;
        margin-bottom: 30px;
        float: left;
    }

    #search #pic-select div.t-2ldk a img {
        margin-right: 15px;
    }

    #search #pic-select div.t-2ldk a:last-child>img {
        margin-right: 0;
    }

    #search #pic-select div.t-1r,
    #search #pic-select div.t-1k {
        width: 390px;
        float: left;
        margin: 0 20px 30px 0;
    }

    #search #pic-select div.t-1dk,
    #search #pic-select div.t-1ldk {
        width: 190px;
        float: left;
        margin-bottom: 30px;
    }

    #search #pic-select div.t-3ldk {
        width: 190px;
        float: left;
    }

    #search #pic-select:after {
        content: "";
        clear: both;
        display: block;
    }

    #search #floor-map {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #search #floor-map img {
        width: 100%;
        margin-bottom: 30px;
    }


    #search #detail-select dl {
        width: 100%;
        border-bottom: 1px dotted #ccc;
    }

    #search #detail-select dl dt {
        width: 25%;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    #search #detail-select dl dd {
        width: 75%;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    #search #detail-select dl dd.detail dl {
        border-bottom: none;
    }

    #search #detail-select dl dd.detail dt {
        width: 15%;
        float: left;
    }

    #search #detail-select dl dd.detail dd {
        width: 85%;
        float: left;
        line-height: 2.0em;
        padding: 7px 0;
    }

    #search #detail-select dl dd.detail:after {
        content: "";
        clear: both;
        display: block;
    }

    #search #detail-select dl:after {
        content: "";
        clear: both;
        display: block;
    }

    #search .search-btn {
        text-align: center;
        margin: 30px auto 60px;
    }

    #search .search-btn img {
        margin: 0 10px;
    }

    #search #floor-list {
        width: 100%;
        margin: 0 auto 60px;
    }

    #search #floor-list table {
        width: 98%;
        margin: 0 auto;
    }

    #search #floor-list table thead th {
        background-color: #666;
        color: #fff;
        text-align: center;
        line-height: 1.2em;
        padding: 10px 0;
        border-right: 1px solid #fff;
    }

    #search #floor-list table thead th span {
        font-size: 10px;
    }

    #search #floor-list table td {
        text-align: center;
        padding: 8px 0;
        border-bottom: 1px solid #666;
        border-left: 1px solid #666;
        font-size: 14px;
    }

    #search #floor-list table td span.arrow {
        font-size: 9px;
    }

    #search #floor-list table tr td:last-child,
    #search #floor-list table th:last-child {
        border-right: 1px solid #666;
    }

    #search #floor-list table tr td:nth-of-type(5) {
        font-size: 16px;
        color: #D50000;
    }

    /* ----------------------------------------------------------------------------
*search-detail*
---------------------------------------------------------------------------- */
    #search-detail {
        width: 100%;
        margin: 0 auto;
    }

    #search-detail h2 {
        text-align: center;
        margin: 40px auto 40px;
    }

    #full_column .box {
        padding: 0;
    }

    #full_column {
        border: none !important;
    }

    .waku {
        border: 12px #dcdcc6 solid;
        margin-top: 1em;
        padding: 3em 1em 5em !important;
    }

    #topPrint {
        display: none;
    }

    .address dt.high {
        float: none;
        height: 40px !important;
    }

    .iconList li:nth-child(6n) {
        margin-right: 0;
    }

    .iconList li:nth-child(7n) {
        margin-right: 6px !important;
    }

    .iconList li:nth-child(12) {
        margin-right: 0 !important;
    }

    /* 20220218追加
    サービスセキュリティ */

    .ss_content {
        width: 96%;
        margin: 0 2%;
        padding-bottom: 20px;
    }

    .ss_content img {
        width: 100%;
    }

}


/* ----------------------------------------------------------------------------
	*【SP】750px未満*
---------------------------------------------------------------------------- */

@media only screen and (min-width: 0px) and (max-width: 749px) {
    .pc_tb {
        display: none;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    #hdr-tel-sp {
        width: 42px;
        float: right;
        margin-right: 15px;
    }

    #hdr-tel-sp a {
        width: 42px;
        float: left;
        margin-left: 5px;
    }

    #hdr-tel-sp a img {
        width: 42px;
    }

    #main_area .logo {
        position: absolute;
        top: 60px;
        right: 10px;
    }

    #head_Area h1 {
        float: left;
        padding-top: 1.5%;
        width: 200px !important;
        margin-top: 6px;
    }

    #main_area .logo img {
        width: 70px;
    }

    #main_area .inner {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 90px 0 150px;
    }

    #info_Page {
        top: 70px;
        left: 0;
        padding-bottom: 70px;
    }

    #info_Page .wrap_Area {
        width: 90%;
        margin: 0 auto;
        line-height: 1.8;
    }

    #foot_Wrap {
        padding: 8px 0 6px;
        font-size: 80%;
    }

    #foot_Wrap .add_inner {
        display: none;
    }

    #foot_Wrap .link_inner {
        text-align: center;
    }

    #foot_Wrap .link_inner a {
        display: none;
    }

    /* ----------------------------------------------------------------------------
*下層共通*
---------------------------------------------------------------------------- */

    section.image {
        width: 100%;
        height: 150px;
        overflow: hidden;
    }

    section.image img {
        margin-top: 10%;
        min-height: 100%;
        width: auto;
    }

    section.contact {
        width: 100%;
        text-align: center;
        margin: 40px auto 40px;
    }
    
    
    
    .contact a > img[src="img/ftr-tel-sp03.gif"] {
        display: none !important;
    }

    section.contact .title {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin: 0 auto 35px;
    }

    section.contact img.en {
        margin: 0 auto 40px;
        width: 80%;
    }

    section.contact img.tel {
        width: 60%;
        margin: 20px auto 0;
    }

    section.contact a:nth-of-type(2)>img.tel {
        margin-bottom: 20px;
    }

    section.contact img.tel section.contact img.tel-title {
        width: 100%;
        margin: 0 auto 30px;
    }

    section.contact img.btn-request {
        margin: 0 auto 40px;
        width: 60%;
    }

    footer {
        width: 100%;
        text-align: center;
    }

    footer .copyright {
        text-align: center;
        font-size: 10px;
        margin-bottom: 20px;
    }

    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 70%;
    }

    #page-top a {
        background: #91762f;
        text-decoration: none;
        color: #fff;
        width: 80px;
        padding: 30px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
        background-image: url(../img/pagetop-icon.png);
        background-position: center top;
        background-repeat: no-repeat;
    }

    /* ----------------------------------------------------------------------------
*concept*
---------------------------------------------------------------------------- */
    #concept {
        width: 100%;
        margin: 0 auto;
    }

    #concept h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #concept-pic {
        widows: 100%;
        margin-bottom: 30px;
    }

    #concept-pic div {
        width: 23%;
        float: left;
        margin: 0 1% 2%;
    }

    #concept-pic div img {
        width: 100%;
    }

    #concept-pic:after {
        content: "";
        clear: both;
        display: block;
    }

    #concept-image {
        position: relative;
        margin-bottom: 60px;
    }

    #concept-image img.txt {
        position: inherit;
        width: 80%;
        margin: 0 5%;
    }

    #concept-image img.figure {
        width: 100%;
    }

    #concept #movie {
        width: 95%;
        margin: 0 auto;
    }

    #concept #movie h3 {
        width: 100%;
        text-align: center;
        margin: 0 auto 40px;
    }

    #concept #movie .movie-box {
        width: 100%;
        margin-bottom: 20px;
    }

    #concept #movie .movie-box img {
        width: 100%;
    }

    #concept #movie .movie-box p {
        width: 100%;
        font-size: 16px;
        line-height: 1.5em;
        text-align: center;
        margin-bottom: 10px;
    }

    #concept #movie .movie-box:last-child {
        margin-right: 0;
    }

    #concept #movie:after {
        content: "";
        clear: both;
        display: block;
    }

    /* ----------------------------------------------------------------------------
    *location*
    ---------------------------------------------------------------------------- */
    #location {
        width: 100%;
        margin: 0 auto;
    }

    #location h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #location h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #location section {
        margin-bottom: 40px;
    }

    #location #location-main {
        width: 100%;
    }

    #location #location-main img {
        width: 100%;
    }

    #location #location-main p {
        font-size: 10px;
        margin-top: 5px;
        padding-left: 10px;
        line-height: 1.3;
    }

    #location #l-access,
    #location #l-map {
        width: 100%;

    }

    #location #l-access img.access-map,
    #location #l-map img.map {
        width: 100%;

    }

    #location #life-information {
        width: 95%;
        margin: 0 auto;
    }

    #location #life-information .info-pic {
        width: 100%;
        margin-bottom: 30px;
    }

    #location #life-information .info-pic div {
        width: 48%;
        margin: 0 1% 20px;
        float: left;
    }

    #location #life-information .info-pic div img {
        width: 100%;
    }

    #location #life-information .info-pic div p {
        width: 100%;
        font-size: 12px;
        line-height: 1.5;
        margin-top: 5px;
    }

    #location #life-information .info-pic div.head-line {
        width: 48%;
        margin: 0 1% 12px;
        float: left;
    }

    /*#location #life-information .info-pic div:nth-of-type(6),
#location #life-information .info-pic div:nth-of-type(10),
#location #life-information .info-pic div:nth-of-type(14){
	margin-right:0;
}*/
    #location #life-information .info-pic:after {
        content: "";
        clear: both;
        display: block;
    }

    #location #life-information .table1 {
        width: 100%;
        float: none;
        margin: 0;
        border-collapse: collapse;
    }

    #location #life-information .table2 {
        width: 100%;
        float: none;
        margin: 0;
        border-collapse: collapse;
    }

    #location #life-information .table3 {
        width: 100%;
        float: none;
        margin: 0;
        border-collapse: collapse;
    }

    #location #life-information dl {
        width: 100%;
        border-bottom: 1px dashed #ccc !important;
        margin-bottom: 10px;
    }

    #location #life-information dt {
        width: 45%;
        float: left;
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
        font-weight: normal;
        color: #000;
        padding: 8px 0;
        margin: 0;
    }

    #location #life-information dd {
        width: 55%;
        float: left;
        font-size: 13px;
        line-height: 1.5;
        text-align: right;
        color: #000;
        vertical-align: bottom;
        padding: 8px 0;
        margin: 0;
    }

    #location #life-information dl:after {
        content: "";
        clear: both;
        display: block;
    }

    /*#location #life-information th.title {
    font-size: 14px;
    color: #9f9222;
    line-height: 34px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #9f9222;
    margin-bottom: 15px;
}*/
    #location #life-information table th.hight18 {
        line-height: 18px;
    }

    #location #life-information table .first {
        padding-top: 10px;
    }

    #location #life-information p.attention {
        clear: both;
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.2em;
    }

    #location .bnr-areaguide {
        width: 100%;
        text-align: center;
        margin: 30px auto;
    }

    #location .bnr-areaguide img {
        width: 300px;
        height: 75px;
        margin: 0 auto;
    }



    /* ----------------------------------------------------------------------------
    *equipment*
    ---------------------------------------------------------------------------- */
    #equipment {
        width: 100%;
        margin: 0 auto;
    }

    #equipment h2 {
        text-align: center;
        margin: 40px auto 40px;
    }

    #equipment .link-btn {
        width: 95%;
        margin: 0 auto 60px;
        text-align: center;
    }

    #equipment .link-btn img {
        width: 100%;
    }

    #equipment .link-btn a:last-child>img {
        margin-right: 0;

    }

    #equipment .link-btn:after {
        content: "";
        clear: both;
        display: block;
    }

    #pre-15 {
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
        margin-top: -60px;
        padding-top: 120px;
    }

    #equipment h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #pre-15 div {
        /* width: 48%;
        float: left;
        margin: 0 1%; */
        width: 100%;
    }

    #pre-15 div img {
        width: 100%;
    }

    #pre-15 div p {
        width: 100%;
        padding: 10px 1%;
        text-align: center;
        font-size: 12px;
    }

    #pre-15 div:last-child {
        margin-right: 0;
    }

    #pre-15:after {
        content: "";
        clear: both;
        display: block;
    }

    .htype_jtype {
        width: 100%;
    }

    .htype_jtype img {
        width: 100%;
    }

    #equipment h4 {
        width: 100%;
        text-align: center;
        background-color: #88877f;
        padding: 6px 0 8px;
        margin-bottom: 20px;
        font-family: a-otf-ryumin-pr6n, serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        letter-spacing: 0.1em;
        color: #fff;
        margin-top: 40px;
    }

    #equipment h4.mt0 {
        margin-top: 0!important;
    }

    #equipment h4.pt8 {
        padding-top: 8px;
    }

    #pre-10,
    .smart_content,
    #common {
        margin-top: -80px;
        padding-top: 80px;
    }

    #pre-10 article.kitchen {
        width: 100%;
        margin-bottom: 35px;
    }

    #pre-10 article.color {
        width: 100%;
        /* margin-bottom: 35px; */
    }

    #pre-10 .txt {
        width: 90%;
        margin: 10px auto 20px;
        float: none;

    }

    #pre-10 .txt p {
        font-size: 14px;
        text-align: left;
        line-height: 1.5;
    }

    #pre-10 .txt p.txt {
        width: 100%;
    }

    #pre-10 .txt p.txt img {
        width: 100%;
    }

    #pre-10 .pic {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    #pre-10 .pic img {
        width: 48%;
        margin: 0 1%;
        float: left;
    }

    #pre-10 .pic img:last-child {
        margin-right: 0;
    }

    #pre-10 article.kitchen:after {
        content: "";
        clear: both;
        display: block;
    }

    #pre-10 article.kitchen p.attention {
        padding: 20px 0 0;
        font-size: 12px;
        margin: 0;
    }

    /*20170105追記*/
    .color {
        width: 100%;
        text-align: left;
        /* margin-bottom: 60px; */
        /* margin-top: -60px; */
        margin-top: -120px;
        padding-top: 120px;
    }

    .color div.column4 {
        /* width: 48%;
        float: left;
        margin: 0 1%; */
        width: 100%;
    }

    .color div.column4 div {
        width: calc((100% - 1%) / 2);
        margin-right: 1%;
    }

    .color div.column4 div:nth-of-type(2n) {
        margin-right: 0;
    }

    .color div img {
        width: 100%;
    }

    .color div p {
        width: 100%;
        padding: 10px 1%;
        text-align: center;
        font-size: 12px;
    }

    .color div:nth-child(3) {
        margin-right: 0;

    }

    .color:after {
        content: "";
        clear: both;
        display: block;
    }

    /*.color div.space_sp { padding-top:5px;}*/

    /*20170105追記終了*/


    #pre-10 article.bathroom {
        clear: both;
        width: 100%;
        margin-bottom: 35px;
    }

    #pre-10 article.bathroom div {
        width: 48%;
        float: left;
        margin: 0 1%;

    }

    #pre-10 article.bathroom div img {
        width: 100%;
    }

    #pre-10 article.bathroom div p {
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    #pre-10 article.bathroom div:last-child {
        margin-right: 0;
    }

    #pre-10 article.bathroom:after {
        content: "";
        clear: both;
        display: block;
    }

    #pre-10 article.equipment,
    .smart_content article.equipment {
        clear: both;
        width: 100%;
        margin-bottom: 60px;
    }

    #pre-10 article.equipment div.column6,
    .smart_content article.equipment div.column6 {
        /* width: 48%;
        float: left;
        margin: 0 1% 10px; */
        width: 100%;
    }

    #pre-10 article.equipment div.column6 div,
    .smart_content article.equipment div.column6 div {
        width: calc((100% - 1%) / 2);
        margin-right: 1%;
    }

    #pre-10 article.equipment div.column6 div:nth-of-type(2n),
    .smart_content article.equipment div.column6 div:nth-of-type(2n) {
        margin-right: 0;
    }

    #pre-10 article.equipment div img,
    .smart_content article.equipment div img {
        width: 100%;
    }

    #pre-10 article.equipment div p,
    .smart_content article.equipment div p {
        width: 100%;
        padding: 10px 0px;
        text-align: center;
        font-size: 12px;
        line-height: 1.2em;
    }

    .smart_content article.equipment div p.box {
        letter-spacing: -0.07em;
        padding: 14px 0 6px !important;
    }

    .smart_content article.equipment div p.bottom {
        margin-bottom: 30px;
    }

    #pre-10 article.equipment div:nth-of-type(6n) {
        margin-right: 0px;
    }

    .smart_content article.equipment div:nth-of-type(6n) {
        margin-right: 0px;
    }

    #pre-10 article.equipment:after {
        content: "";
        clear: both;
        display: block;
    }

    .smart_content article.equipment:after {
        content: "";
        clear: both;
        display: block;
    }

    .smart_content {
        width: 100%;
        margin-bottom: 60px;
    }

    .smart_content article.kitchen {
        margin-bottom: 30px;
    }

    .smart_content article.kitchen div.column3 {
        width: 100%;
        /* width: 48%;
        float: left;
        margin: 0 1% 10px; */
    }

    .smart_content article.kitchen div.column3 div {
        width: calc((100% - 1%) / 2);
        margin-right: 1%;
    }

    .smart_content article.kitchen div.column3 div:nth-of-type(2n) {
        margin-right: 0;
    }

    .smart_content article.kitchen div img {
        width: 100%;
    }

    .smart_content article.kitchen div p {
        width: 100%;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    .smart_content article.kitchen div:nth-of-type(4n) {
        margin-right: 0px;
    }

    .smart_content article.kitchen:after {
        content: "";
        clear: both;
        display: block;
    }

    #common p.txt {
        margin-bottom: 30px;
        text-align: center;
    }

    #common p.txt img {
        width: 80%;
    }

    #common img:nth-of-type(1) {
        margin-right: 0;
    }

    #common img.security {
        width: 96%;
        float: none;
        margin: 0 2% 20px !important;
    }

    #common .common {
        clear: both;
        width: 100%;
        margin: 40px auto 60px;
    }

    #common .common div {
        width: 48%;
        float: left;
        margin: 0 1%;
    }

    #common .common div img {
        width: 100%;
        margin: 0;
    }

    #common p {
        width: 95%;
        margin: 0 auto;
        padding: 10px 5px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    #common .common div p {
        width: 100%;
        font-weight: normal;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
    }

    #common .common div:last-child {
        margin-right: 0;
    }

    #common .common:after {
        content: "";
        clear: both;
        display: block;
    }

    #page-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        font-size: 50%;
        font-weight: bold;
    }

    #page-top a {
        background: #91762f;
        text-decoration: none;
        color: #fff;
        width: 60px;
        height: 5px;
        padding: 30px 0;
        text-align: center;
        display: block;
        border-radius: 5px;
        background-image: url(../img/pagetop-icon.png);
        background-position: center top;
        background-repeat: no-repeat;
    }

    #page-top a:active {
        text-decoration: none;
        background: #dbcca3;
    }


    /* ----------------------------------------------------------------------------
    *design*
    ---------------------------------------------------------------------------- */
    #design {
        width: 96%;
        margin: 0 2%;
    }

    #design h2 {
        text-align: center;
        margin: 60px auto 40px;
    }

    #design h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #design .entrance {
        width: 100%;
        margin-bottom: 20px;
    }

    #design .entrance img {
        width: 100%;
        float: none;
    }

    #design .room img {
        width: 100%;
    }

    .room {
        position: relative;
    }

    /*20170308追記*/
    .youtube2 {
        position: absolute;
        bottom: 25px;
        left: 4%;
        width: 92%;
        height: 37%;
    }

    .youtube2 iframe {
        width: 100% !important;
        height: 100% !important;
    }

    #design-p,
    #design-s {
        margin-bottom: 60px;
    }

    #design-s .c-type,
    #design-s .b-type {
        width: 100%;
        float: none;
        margin-bottom: 30px;

    }

    #design-s .c-type img,
    #design-s .b-type img {
        width: 100%;
    }

    /* ----------------------------------------------------------------------------
*outline*
---------------------------------------------------------------------------- */

    #outline {
        width: 95%;
        margin: 0 auto;
        font-size: 14px;
    }

    #outline h2 {
        text-align: center;
        margin: 40px auto 30px;
    }

    section#outline dl {
        width: 100%;
        border-bottom: 1px dotted #ccc;
    }

    section#outline dl.next {
        margin-bottom: 50px;
    }

    section#outline dl dt {
        width: 30%;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 13px;
    }

    section#outline dl dd {
        width: 68%;
        float: left;
        line-height: 1.5em;
        padding: 12px 0 10px 2%;
        font-size: 13px;
    }

    section#outline dl:after {
        content: "";
        clear: both;
        display: block;
    }

    section#outline dl:last-child {
        margin-bottom: 50px;
    }

    p.caption {
        width: 100%;
        margin: 5px auto 30px;
        text-align: left;
        font-size: 10px;
        color: #999;
    }

    /* ----------------------------------------------------------------------------
*contact*
---------------------------------------------------------------------------- */
    #contact {
        width: 95%;
        margin: 0 auto;
        font-size: 14px;
    }

    #contact h2 {
        text-align: center;
        margin: 40px auto 40px;
    }

    #contact p.tel-number {
        line-height: 1.5em;
    }

    #contact p.tel-number span {
        font-size: 9px;
        margin-bottom: 11px;
    }

    #contact dl {
        width: 100%;
        border-bottom: none;
    }

    #contact dl dt {
        width: 100%;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 13px;
    }

    #contact dl dd {
        width: 100%;
        line-height: 1.5em;
        padding: 5px 0;
        font-size: 13px;
    }

    #contact dl:after {
        content: "";
        clear: both;
        display: block;
    }

    #contact p.intro {
        text-align: center;
        margin-bottom: 20px;
    }

    #contact p.tel-number {
        text-align: center;
        margin-bottom: 30px;
    }

    #contact input[type="text"] {
        line-height: 2.5em;
        width: 100%;
        border: 1px solid #ccc;
    }

    #contact input[type="radio"],
    #contact input[type="checkbox"] {
        margin-bottom: 8px;
    }

    #contact input.twoinput {
        margin-bottom: 1em;
    }

    #contact input.other {
        width: 200px;
        border: 1px solid #ccc;
    }

    #contact input.price {
        width: 100px;
        border: 1px solid #ccc;
    }

    #contact input.twoinput {
        margin-bottom: 1em;
    }

    #contact textarea {
        width: 100%;
        height: 200px;
        border: 1px solid #ccc;
    }

    #contact input.season {
        width: 30%;
    }

    /*a.toForm{
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
	box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  color:#fff;
  display:inline-block;
  padding:15px 0px 15px 0px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size:20px;
  font-weight:bold;
  position:relative;
  text-decoration:none;
  overflow:hidden;
  background-color:#1f9040;
  min-width:90%;
  text-align:center;
  margin:40px auto;
}*/
    #contact .agree {
        width: 100%;
        padding: 10px 0;
        background: #eee;
        text-align: center;
        margin: 30px 0 30px;
    }

    #contact .agree p {
        width: 95%;
        margin: 5px auto 0;
    }

    #contact .agree p input {
        width: 5%;
        margin: 0 10px 0 0;
    }

    #contact dt span,
    #search-detail dt span {
        font-size: 10px;
        padding: 5px;
        background: #e00;
        color: #fff;
        border-radius: 3px;
    }

    #contact dl dd .attention {
        font-size: 10px;
        color: #e00;
    }

    #contact .submit {
        text-align: center;
    }

    /* ----------------------------------------------------------------------------
*search*
---------------------------------------------------------------------------- */
    #search {
        width: 95%;
        margin: 0 auto;
        font-size: 14px;
    }

    #search h2 {
        text-align: center;
        margin: 40px auto 40px;
    }

    #search h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #search #pic-select {
        width: 100%;
        margin: 0 auto 60px;
    }

    #search #pic-select p.bar {
        font-size: 16px;
        color: #fff;
        padding: 3px 10px 1px;
        text-align: left;
        background: #907535;
        margin-bottom: 10px;
    }

    #search #pic-select p.bar2 {
        background: #90908E;
    }

    #search #pic-select div {
        width: 100% !important;
    }

    #search #pic-select div img {
        width: 48%;
        margin: 0 1%;
        float: left;
    }

    #search #pic-select div a:nth-of-type(1)>img {
        margin-right: 0;
    }

    #search #pic-select div.t-2ldk {
        width: 100%;
        margin-bottom: 30px;
    }

    #search #pic-select div.t-2ldk a img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #search #pic-select div.t-2ldk a:last-child>img {
        margin-right: 0;
    }

    #search #pic-select div.t-1r,
    #search #pic-select div.t-1k,
    #search #pic-select div.t-1dk,
    #search #pic-select div.t-1ldk {
        width: 100%;
        margin: 0 20px 30px 0;
    }

    #search #pic-select div:after {
        content: "";
        clear: both;
        display: block;
    }

    #search #pic-select:after {
        content: "";
        clear: both;
        display: block;
    }

    #search #floor-map {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #search #floor-map img {
        width: 100%;
        margin-bottom: 30px;
    }

    #search #detail-select dl {
        width: 100%;
        border-bottom: 1px dotted #ccc;
    }

    #search #detail-select dl dt {
        width: 100%;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    #search #detail-select dl dd {
        width: 100%;
        line-height: 1.5em;
        padding: 12px 0 10px;
        font-size: 14px;
    }

    #search #detail-select dl dd.detail dl {
        border-bottom: none;
    }

    #search #detail-select dl dd.detail dt {
        width: 25%;
        float: left;
    }

    #search #detail-select dl dd.detail dd {
        width: 75%;
        float: left;
        line-height: 2.0em;
        padding: 7px 0;
    }

    #search #detail-select dl dd.detail dl.flooring dt {
        width: 42%;
        float: left;
    }

    #search #detail-select dl dd.detail dl.flooring dd {
        width: 58%;
        float: left;
        line-height: 2.0em;
        padding: 0;
    }

    #search #detail-select dl dd.detail dl.flooring dd img {
        margin-bottom: 10px;
    }

    #search #detail-select dl dd.detail:after {
        content: "";
        clear: both;
        display: block;
    }

    #search #detail-select dl:after {
        content: "";
        clear: both;
        display: block;
    }

    #search .search-btn {
        text-align: center;
        margin: 30px auto 40px;
    }

    #search .search-btn img {
        width: 70%;
        margin: 0 auto 20px;
    }

    #search #floor-list {
        width: 100%;
        margin: 0 auto 60px;
    }

    #search #floor-list table {
        width: 98%;
        margin: 0 auto;
    }

    #search #floor-list table thead th {
        background-color: #666;
        color: #fff;
        text-align: center;
        line-height: 1.2em;
        padding: 10px 0;
        border-right: 1px solid #fff;
    }

    #search #floor-list table thead th span {
        font-size: 10px;
    }

    #search #floor-list table td {
        text-align: center;
        padding: 8px 0;
        border-bottom: 1px solid #666;
        border-left: 1px solid #666;
        font-size: 14px;
    }

    #search #floor-list table tr td:last-child,
    #search #floor-list table th:last-child {
        border-right: 1px solid #666;
    }

    #search #floor-list table tr td:nth-of-type(5) {
        font-size: 16px;
        color: #D50000;
    }

    #search #floor-list table tr td:last-child {
        background: linear-gradient(#ccc, #333);
        color: #fff;
        font-size: 13px;
    }

    /* ----------------------------------------------------------------------------
*search-detail*
---------------------------------------------------------------------------- */
    #search-detail {
        width: 100%;
    }

    #search-detail h2 {
        text-align: center;
        margin: 40px auto 40px;
    }

    #topPrint {
        display: none;
    }

    #full_column .room-title {
        line-height: 1.5em;
    }

    #full_column .room-title .rights {
        float: none !important;
        margin-top: 10px !important;
        text-align: center;
    }

    #pageVisual {
        background: url(/sp/common/img/top.jpg) no-repeat center top;
        background-size: cover;
        height: 80px;
    }

    #pageVisual .inner {
        height: 100%;
        position: relative;
    }

    #pageVisual .box {
        width: 80%;
        height: 70%;
        font-size: 30px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 5px 10px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: none;
    }

    #pageVisual .box span {
        color: #8c8c14;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        display: block;
        margin: 0 0 0 0;
    }

    #pageVisual h1 {
        padding: 0px 0 0 0px;
        text-shadow: 1px 1px 1px #fff;
        line-height: 130%;
    }

    #pageVisual .box h1 {
        font-size: 22px;
        text-align: center;
    }

    h2.headline {
        font-size: 22px;
        padding: 10px;
        margin: 0;
        border-bottom: 2px solid #97972d;
        font-weight: bold;
        text-align: left;
    }

    table.commonTbl {
        margin: 1em auto;
        width: 100%;
        border-collapse: 0;
        border-spacing: 0;
        border-bottom: 1px #ccc solid;

    }

    table.commonTbl th {
        font-weight: bold;
    }

    table.commonTbl th,
    table.commonTbl td {
        border: 1px #ccc solid;
        padding: 10px;
        display: block;
        width: 100%;
        border-bottom: none;
        vertical-align: top;
    }

    table.commonTbl td.aka {
        font-weight: bold;
        color: #e60012;
    }

    table.commonTbl td.btm {
        text-align: center;
        background: #f8f8f8;
        font-size: 16px;
        font-weight: bold;
    }

    table.commonTbl td.btm a {
        display: block;
    }

    input[type=text] {
        width: 100%;
    }

    table.commonTbl input[type=text].sec {
        margin: 7px 0 0 0;
    }

    .form_note {
        font-size: 12px;
    }

    table.commonTbl input[type="text"] {
        -webkit-appearance: none;
        border-radius: 3px;
    }

    .toiawase_btn {
        background: url(../img/toiawase_bg.png) left top no-repeat;
        background-size: 100% 100%;
        padding: 15px 0 15px 7%;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        margin: 4% auto 0;
        text-align: center;
    }

    .letter_icon img {
        width: 23px;
        vertical-align: top;
        margin: 3px 10px 0 -25px;
    }

    .letter_icon {
        width: 25px;
    }

    .toiawase_btn a,
    .toiawase_btn2 a,
    .toiawase_btn3 a {
        color: #fff;
        font-size: 16px;
    }

    .toiawase_btn2 {
        background: url(../img/toiawase_bg2.png) left top no-repeat;
        background-size: 100% 100%;
        padding: 15px 0 15px 0;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        margin: 4% auto 4%;
        text-align: center;
        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
        -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
        box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    }

    .toiawase_btn3 {
        background: url(../img/toiawase_bg2.png) left top no-repeat;
        background-size: 100% 100%;
        padding: 15px 0 15px 0%;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        margin: 4% auto 4%;
        text-align: center;
        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
        -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
        box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    }

    h3.title {
        background-color: #302c28;
        color: #fff;
        font-size: 16px;
        padding: .5em;
        position: relative;
        font-weight: bold;
        margin: 7% 0 0 0;
    }

    h3.search {
        background-color: #302c28;
        color: #fff;
        font-size: 16px;
        padding: .5em 1em .5em 4em;
        position: relative;
        font-weight: bold;
        margin: 7% 0 0 0;
    }

    h3.search:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #110e0b;
        position: absolute;
        top: 0;
        left: 44px;
    }

    h3.search:after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #6f6c69;
        position: absolute;
        top: 0;
        left: 44px;
    }

    .icon_search {
        background-image: url(../img/musimegane.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: 10px 7px;
    }

    table.commonTbl th a {
        display: block;
        color: #3b5998;
        text-decoration: underline;
        font-size: 17px;
    }

    h2.headline {
        font-size: 20px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    .cap {
        font-size: 13px;
        padding: 5% 0 0 0;
    }

    ul.t_ul {
        margin: 0;
        padding: 0;
    }

    ul.t_ul li {
        margin: 5px 0 0 0;
        display: inline;
        float: left;
        width: 100%;
    }

    ul.t_ul li:nth-child(2n+1) {}

    ul.t_ul li.naga {
        width: 100%;
    }

    ul.t_ul li:nth-child(1),
    ul.t_ul li:nth-child(2) {}

    ul.t_ul li a {
        color: #3b5998;
        text-decoration: underline;
        font-size: 16px;
    }

    .more_equip {
        display: none;
        padding-top: 10px;
    }

    .more_equip_link {
        border: solid 1px #CCC;
        padding: 5px;
        background: #EEE;
        text-align: center;
        margin-top: 5px;
        border-radius: 2px;
        position: relative;
    }

    .more_equip_link:before {
        content: "";
        display: block;
        border-right: 2px #000 solid;
        border-bottom: 2px #000 solid;
        position: absolute;
        top: 10px;
        left: 55px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 8px;
        height: 8px;
    }

    ul.cond_list {
        margin: 0 0 0 0;
        padding: 0;
    }

    ul.cond_list2 {
        margin: 0 0 0 0;
        padding: 0;
    }

    ul.cond_list2 li {
        display: inline;
        float: left;
        width: 50%;
    }

    table.commonTbl td h4 {
        border-left: 4px #8c8c14 solid;
        font-size: 15px;
        line-height: 100%;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .mt20 {
        margin: 13px 0 0 0;
    }

    .pd8 {
        padding-bottom: 8%;
    }

    #lastname,
    #firstname,
    #furigana,
    #furigana2 {
        width: 100%;
    }

    /* 20220218追加
    サービスセキュリティ */

    .ss_content {
        width: 94%;
        margin: 0 3%;
        padding-bottom: 20px;
    }

    .ss_content img {
        width: 100%;
        max-width: 1000px;
    }
}


.form-group,
.pull-left {
    display: none;
}

.pull-right {
    float: none !important;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.pagination li a {
    display: block;
    border: 1px #302c28 solid;
    padding: 10px 15px;
    text-decoration: none;
}

.pagination li.active a {
    background-color: #302c28;
    color: #fff;
}

.bdt thead th {
    cursor: auto !important;
}


#listTbl {
    display: none;
}

#nowLoading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #FCFCFC;
    opacity: 0.8;
    filter: alpha(opacity=80);
    ms-filter: "alpha( opacity=80 )";
    text-align: center !important;
    padding-top: 300px;
}

#listTbl a {
    color: #fff;
    text-decoration: none;
    display: block;
}

p.note {
    font-size: 13px;
    text-align: left;
}

.waku p.note {
    padding-left: 55px;
    margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
    .waku p.note {
        padding-left: 12px;
    }
}

@media only screen and (max-width: 375px) {
    #photos p.note {
        padding: 0 10px;
    }

    /* 20220218追加
    サービスセキュリティ */

    .ss_content {
        width: 94%;
        margin: 0 3% 20px;
    }

    .ss_content img {
        width: 100%;
        max-width: 1000px;
    }
}

.dummy_cp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.dummy_cp img {
    width: 100%;
    height: 100%;
}

.w_room_number {
    width: 60px;
}