@charset "UTF-8";

h2.basic {
    position: relative;
    font-size: 30px;
    text-align: center;
    margin: 35px auto 50px;
    letter-spacing: .3em;
}

h2.basic span {
    display: inline-block;  
    padding: 0 0 3px; 
    border-bottom: 3px solid #FBCC2E; 
}

.lnkbtn.gotop a {
    background: #FBCC2E;
    color: #000;
    font-size: 22px;
    padding: 15px 0;
    border-radius: 25px;
    margin-bottom: 20px;
}

.lnkbtn.gotop a:hover {
    background: #000;
    color: #FBCC2E;  
}

/* ------------------------------------------

HERO

------------------------------------------ */

.hero__block {
    position: relative;
    width: 100%;
    height: 250px;
    background: url("../img/selectable/hero.jpg") no-repeat center;
    background-size: cover;
}

.hero__block::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.hero__block h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    font-size: 26px;
    color: #FFF;
    margin: auto;
    text-align: center;
    letter-spacing: .3em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.hero__block h1 span {
    position: relative;
    display: block;
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: .05em;
}

.hero__block h1 span::before {
    position: absolute;
    content: '';
    top: -18px;
    left: 0;
    right: 0;
    height: 2px;
    width: 45px;
    background: #FFF;   
    margin: auto; 
}

/* ------------------------------------------

SELECTABLE.HTML

------------------------------------------ */

.selectstyles {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 875px;
    margin: 0 auto 40px;
}

.selectstyles__img {
    width: 490px;
}

.selectstyles__txt {
    width: 340px;
    font-size: 23px;
    font-weight: bold;
    line-height: 2;
}

.selectable .intro {
    font-size: 15px;
    text-align: center;
    line-height: 2.5;
}

.subheros ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.subheros ul li {
    position: relative;
    width: 32%;
}

.subheros ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: .1em;
}

.styleblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 90px;
}

.styleblock.vintage {
    margin-bottom: 45px;
}

.style__img {
    width: 560px;
}

.style__txt {
    width: 440px;
}

.style__txt h3 {
    padding: 0 0 25px 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #5A5858;
    color: #5A5858;
    font-size: 19px;
    letter-spacing: .2em;
}

.natural .style__txt h3 {
    color: #C9A063;
    border-color: #C9A063;
}

.cafe .style__txt h3 {
    color: #F39800;
    border-color: #F39800;
}

.vintage .style__txt h3 {
    color: #7A6A56;
    border-color: #7A6A56;
}

.style__txt p {
    padding-left: 60px;
    line-height: 2.5;
}

/* ------------------------------------------

EQUIPMENT.HTML

------------------------------------------ */

.equipments {
    margin-top: 5%;
    padding-bottom: 5%;
}

.equips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4% 4% 1%;
    background: #FFF;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5%;
}

.equips:last-child {
    margin-bottom: 0;
}

.equip__img {
    width: 410px;    
}

.equip__detail {
    width: 475px;    
}

.equip__detail h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -.05em;
    margin-bottom: 20px;
}

.equip__detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.equip__detail ul li {
    width: 47.5%;
    margin-bottom: 25px;
}

.equip__detail ul li h4 {
    font-size: 15px;
    background: #000;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    padding: 4px 0;
    margin: 8px 0;
}

.equip__detail ul li p {
    font-size: 13px;
}

/* ------------------------------------

FLOOR.HTML

------------------------------------ */

.plansblock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px dashed #FBCC2E;
	padding: 70px 0;
}

.plan__detail {
	width: 28%;
}

.plan__detail h2 {
	font-size: 32px;
}

.plan__detail h2 span {
	display: inline-block;
	font-size: 26px;
	background: #FBCC2E;
	padding: 7px 20px;
	margin-right: 20px;
}

.plan__detail dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	letter-spacing: .15em;
    margin-top: 10px;
}

.plan__detail dl dt {
	position: relative;
	/*width: 31.5%;*/
	padding-left: 20px;
	margin-top: 5px;
}

.plan__detail dl dt::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width:15px;
	height: 15px;
	background: #000;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.plan__detail dl dd {
	position: relative;
	/*width: 50%;*/
	padding: 2px 0 0 24px;
	margin-top: 5px;
	letter-spacing: .1em;
}

.plan__detail dl dd::before {
	position: absolute;
	content: '／';
	left: 0;
	top: 0;
}

.plan__exterior, .plan__floor {
	width: 36%;
}

/* ------------------------------------

RESERVE.HTML

------------------------------------ */

.reserve {
    font-size: 14px;
    padding: 75px 0 35px;
}

form table {
    width: 100%;
    margin-bottom: 80px;
}

form table tr {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

form table tr.bb th, form table tr.bb td {
    padding-bottom: 40px;
}

form table tr th {
    width: 300px;
    font-weight: bold;
    padding: 0 2% 25px 5.4%;
    white-space: nowrap;
    font-weight: normal;
}

form table tr th, form table tr td {
    text-align: left;
    line-height: 30px;
    vertical-align: top;
}

form table tr td {
    padding: 0 5.4% 25px 0;
}

form table tr td ul {
    overflow: hidden;
    margin-top: -20px;
}

form table tr td ul li {
    margin-right: 50px;
    float: left;
    margin-top: 20px;
}

form table tr td label {
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    z-index: 2;
}

form table tr td label::before {
    content:'';
    width: 20px;
    height: 20px;
    background: #f0f0f0;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px 0 0 0;
}

form table tr td label input {
    opacity: 0;
    position: absolute;
    z-index: 1;
}

form table tr td input[type="text"], form table tr td input[type="tel"], form table tr td textarea {
    width: 70%;
    min-width: 500px;
    height: 30px;
    border-radius: 3px;
    background: #f0f0f0;
    border: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

form table tr.postal td input[type="text"] {
    width: 125px;
    min-width: auto;
    margin-left: 10px;
}

.select select {
    font-size: 14px;
    height: 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 36px 0 20px;
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 3px;
    text-overflow: ellipsis;
}

.select {
    width: 140px;
    position: relative;
}

.select::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
}

form table tr td .select + input {
    margin-top: 20px;
}

form table tr td textarea {
    resize: none;
    height: 360px;
    line-height: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
}

#questionnaire h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 40px;
    text-align: center;
}

#questionnaire .box table tr td {
    padding-top: 30px;
}

#questionnaire label {
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    z-index: 2;
}

#questionnaire label::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#questionnaire label input {
    opacity: 0;
    position: absolute;
    z-index: 1;
}

#questionnaire .box table tr td p input {
    margin-left: 10px;
}

form table tr.form_age td input[type="text"], form table tr.form_age td input[type="tel"], form table tr.form_num td input[type="text"], form table tr.form_num td input[type="tel"] {
    width: 60px;
    min-width: auto;
    margin-right: 10px;
}

#privacycheck {
    margin-bottom: 75px;
    text-align: center;
}

#privacycheck label {
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    z-index: 2;
    font-weight: bold;
}

#privacycheck label::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px 0 0 0;
    border: solid 2px #6699cc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#privacycheck label input {
    opacity: 0;
    position: absolute;
    z-index: 1;
}

#privacycheck label a {
    font-weight: bold;
    text-decoration: underline;
    color: #6699cc;
}

.btn_more {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: solid 1px #4987bd;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: #fff;
    border: solid 1px #4987bd;
    margin: auto;
}

.btn_more::before {
    content: "";
    background: #4987bd;
    width: 300px;
    height: 300px;
    position: absolute;
    top: -60px;
    left: -303px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
}

.btn_more::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3.5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-color: transparent transparent transparent #4987bd;
}

.btn_more span {
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.btn_more:hover {
    opacity: 1;
}

.btn_more:hover span {
  color: #fff;
}

.btn_more:hover::before {
  left: -68px;
}

.btn_more:hover::after {
  border-color: transparent transparent transparent #fff;
}

.db {
    display: block;
    font-weight: bold;
}

span.red {
    display: block;
}

@media (max-width: 47.9375rem) {
    
    h2.basic {
        font-size: 22px;
        margin: 7.5% auto;
        letter-spacing: .25em;
    }
    h2.basic span {
        padding: 0; 
    }
    .lnkbtn.gotop a {
        background: #FBCC2E;
        color: #000;
        font-size: 16px;
        padding: 10px 0;
        border-radius: 16px;
        letter-spacing: .1em;
    }
    .lnkbtn.gotop a:hover {
        background: #000;
        color: #FBCC2E;  
    }    
    .sec.gotopwrap {
        padding: 0;
        background: #DDDDDD;
    }



    /* ------------------------------------------

    HERO

    ------------------------------------------ */
    .hero__block {
        height: 160px;
    }
    .hero__block h1 {
        font-size: 20px;
    }
    .hero__block h1 span {
        margin-top: 20px;
        font-size: 16px;
    }
    .hero__block h1 span::before {
        top: -11px;
        width: 35px;
    }
    /* ------------------------------------------

    SELECTABLE.HTML

    ------------------------------------------ */
    .sec.selectable {
        padding-top: 7.5%;
    }
    .selectstyles {
        display: block;
        width: 84%;
        margin: 0 auto 5%;
    }
    .selectstyles__img {
        width: 100%;
        margin-bottom: 10%;
    }
    .selectstyles__txt {
        width: 100%;
        text-align: center;
        font-size: 19px;
        line-height: 1.8;
    }
    .selectable .intro {
        font-size: 14px;
    }

    .subheros ul {
        display: block;
        width: 70%;
        margin: auto;
    }
    .subheros ul li {
        width: 100%;
        margin-bottom: 6%;
    }
    .subheros ul li:last-child {
        margin-bottom: 2%;
    }

    .styleblock {
        display: block;
        margin-bottom: 12%;
    }
    .styleblock.vintage {
        margin-bottom: 0;
    }
    .style__img {
        width: 100%;
        margin-bottom: 5%;
    }
    .style__txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
    }
    .style__txt h3 {
        width: 43%;
        height: 100%;
        padding: 0;
        margin-bottom: 0;
        border-bottom: none;
        font-size: 13px;
        letter-spacing: 0;
    }
    .style__txt p {
        width: 57%;
        padding-left: 4%;
        line-height: 2;
        font-size: 10px;
        border-left: 1px solid #5A5858;
    }
    .natural .style__txt p {
        border-color: #C9A063;
    }
    .cafe .style__txt p {
        border-color: #F39800;
    }
    .vintage .style__txt p {
        border-color: #7A6A56;
    }
    span.attn {
         margin: 0% 0 7.5% 1.2em;
    }



    /* ------------------------------------------

    EQUIPMENT.HTML

    ------------------------------------------ */
    .equipments {
        margin-top: 7.5%;
        padding-bottom: 5%;
    }
    .equips {
        display: block;
        padding: 6% 6% 1%;
        margin-bottom: 6%;
    }
    .equip__img {
        width: 100%;    
    }
    .equip__detail {
        width: 100%;    
    }
    .equip__detail h3 {
        font-size: 17px;
        margin: 5% 0;
        line-height: 1.6;
    }
    .equip__detail ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .equip__detail ul li {
        width: 47.5%;
        margin-bottom: 5%;
    }
    .equip__detail ul li h4 {
        font-size: 14px;
        padding: 4px 0 3px;
        margin: 8px 0 6px;
        letter-spacing: -.05em;
    } 
    .equip__detail ul li p {
        font-size: 12px;
        line-height: 1.5;
    }


    /* ------------------------------------

    FLOOR.HTML

    ------------------------------------ */
    .plansblock {
        padding: 0 0 7.5% 5%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 7.5%;
    }
    .plansblock.last {
        margin-bottom: 0;
    }
    .plan__detail {
        width: 45%;
    }
    .plan__detail h2 {
        font-size: 18px;
    }
    .plan__detail h2 span {
        font-size: 16px;
        padding: 5px 10px;
        margin-right: 10px;
    }
    .plan__detail dl {
        letter-spacing: 0em;
        margin-top: 12px;
        font-size: 12px;
    }
    .plan__detail dl dt {
        width: 46.5%;
        padding-left: 13px;
        margin-top: 3px;
    }
    .plan__detail dl dt::before {
        width: 10px;
        height: 10px;
    }
    .plan__detail dl dd {
        position: relative;
        width: 50%;
        padding: 2px 0 0 15px;
        margin-top: 3px;
        letter-spacing: 0;
    }
    .plan__exterior {
        width: 55%;
    }
    .plan__floor {
        margin: 7.5% auto 0;
        width: 70%;
    }


    /* ------------------------------------

    RESERVE.HTML

    ------------------------------------ */
    .reserve {
        font-size: 12px;
        padding: 7.5% 0 10%;
    }
    .reserve input {
        font-size: 13px;
    }
    form table {
        margin-bottom: 40px;
    }
    form table tr {
        margin-bottom: 20px;
        width: 100%;
        display: block;
    }
    form table tr th, form table tr td {
        display: block;
        width: 100%;
        padding: 0;
    }
    form table tr td input[type="text"], form table tr td input[type="tel"], form table tr td textarea {
        width: 100%;
        min-width: 0;
        min-width: initial;
        height: 40px;
    }
    form table tr.bb th, form table tr.bb td {
        padding-bottom: 0;
    }
    form table tr th br {
        display: none;
    }
    form table tr td textarea {
        height: 200px;
    }
    form table tr td ul {
        overflow: hidden;
        margin-top: 0;
    }
    form table tr td ul li {
        margin-right: 42px;
        margin-top: 0;
    }
    #questionnaire h2 {
        margin-bottom: 20px;
    }
    #questionnaire label {
        padding-left: 30px;
    }
    #questionnaire .box table tr td {
        padding-top: 0px;
    }
    #privacycheck {
        margin-bottom: 30px;
        text-align: center;
     }
    .btn_more {
        width: 160px;
        height: 36px;
        line-height: 36px;
        font-size: 10px;
    }
    span.red {
        display: inline;
        margin-left: 10px;
    }

}
