/* CSS Document */

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	contents
/*-----------------------------------------------------------------------*/

#stay #map {
    margin-bottom: 10px;
}

#stay #map img {
    max-width: 100%;
    height: auto;
}

#stay #map h2 {
    font-size: 125%;
    font-weight: bold;
    color: #fff;
    background: #f0a42c;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 30px;
}

.stay_inner {
    max-width: 675px;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.stay-title {
    margin-bottom: 35px;
}

.stay-title h2 {
    margin-bottom: 15px;
}

.stay-title p {
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.stay-search h2 {
    font-size: 125%;
    color: #fff;
    background: #ccd035;
    text-align: center;
    padding: 13px 0;
    font-weight: bold;
    margin-bottom: 30px;
}

.stay-search__top {
    background: #fff;
    padding: 26px 20px;
}

.stay-search__top h3 {
    color: #535353;
    font-weight: bold;
}

.stay-search__bottom {
    margin-top: 27px;
}

.stay-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    border-bottom: 1px solid #c5c0c0;
    padding-bottom: 30px;
    margin-bottom: 17px;
    list-style: none;
}

.stay-area li {
    width: 140px;
    margin-right: 10px;
    cursor: pointer;
}

.stay-area li:nth-child(2) a {
    border: 1px solid #dd6109;
    color: #dd6109;
}

.stay-area li:nth-child(2) a:hover {
    background: #dd6109;
    color: #fff;
}

.stay-area li:nth-child(2).is-active a {
    background: #dd6109;
    color: #fff;
}

.stay-area li:nth-child(3) a {
    border: 1px solid #b4267c;
    color: #b4267c;
}

.stay-area li:nth-child(3) a:hover {
    background: #b4267c;
    color: #fff;
}

.stay-area li:nth-child(3).is-active a {
    background: #b4267c;
    color: #fff;
}

.stay-area li:nth-child(4) a {
    border: 1px solid #3c4f94;
    color: #3c4f94;
}

.stay-area li:nth-child(4) a:hover {
    background: #3c4f94;
    color: #fff;
}

.stay-area li:nth-child(4).is-active a {
    background: #3c4f94;
    color: #fff;
}

.stay-area li a {
    text-decoration: none;
    color: #535353;
    display: block;
    padding: 8px 0;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #cfcbc9;
}

.stay-area li:nth-child(1).is-active a {
    border: 2px solid #9e9b9a;
}

.stay-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stay-checkbox li {
    width: 25%;
    margin-bottom: 20px;
}

.stay-checkbox li label {
    color: #535353;
}

.stay-checkbox li input {
    margin-right: 10px;
}

.stay-box {
    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;
}

.stay-box:after {
    content: none;
}

.stay-box>li {
    width: 48%;
    background: #fff;
    margin-bottom: 40px;
    -webkit-box-shadow: 5px 6px 12px 0px #b9b2ad;
    box-shadow: 5px 6px 12px 0px #b9b2ad;
    display: block;
    padding: 20px 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stay-box>li a {
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.stay-box>li p {
    color: #111111;
    line-height: 22px;
}

.stay-box__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.stay-box__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stay-box__top {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stay-box__area span {
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 10px;
}

.stay-box__area .stay-prefix {
    font-size: 125%;
				display: inline-block;
				vertical-align: middle;
				font-weight: bold;
				margin-left: 0.5em;
}

.stay-box__ttl {
    font-size: 165%;
    font-weight: bold;
    color: #111111;
    word-break: break-all;
}

.stay-box__img {
    margin: 15px 0;
}

.stay-box__label {
    color: #fff;
    border-radius: 5px;
    background: #979797;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 8px;
}

.stay-box__feature {
    padding-bottom: 15px;
}

.stay-box__facility {
    padding: 15px 0;
    border-top: 1px solid #c5c0c0;
    border-bottom: 1px solid #c5c0c0;
    margin-top: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.stay-box__facility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stay-box__facility ul li {
    width: 33.33%;
    font-size: 65%;
    color: #b7b7b7;
    margin-bottom: 10px;
}

.stay-box__facility ul li.is-active {
    color: #111111;
}

.stay-box__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    margin-top: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.stay-box__price h5 {
    font-size: 215%;
    text-align: right;
    color: #111111;
    font-weight: bold;
    width: 80%;
}

.stay-box__price h5 span {
    font-size: 55%;
    text-align: right;
    display: block;
    font-weight: normal;
}

.stay-box__content .price_notes {
	font-size: 80%;
	line-height: 1.25em;
	font-weight: normal;
	text-indent: -1.0em;
	padding-left: 1.0em;
	padding-top: 10px;
}

.stay-detail .price_notes {
	font-size: 90%;
	line-height: 1.25em;
	font-weight: normal;
	text-indent: -1.0em;
	padding-left: 1.0em;
}

.stay-detail {
    background: #fff;
    margin-top: 60px;
    padding: 20px 20px 90px;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.stay-detail h2 {
    font-weight: bold;
    font-size: 183%;
}

.stay-detail__mainvisual {
    margin: 20px 0;
}

.stay-detail__txt {
    width: 100%;
    padding-right: 20px;
}

.stay-detail__img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stay-detail__img img {
    width: 32%;
    height: auto;
    margin-bottom: 10px;
}

.stay-detail dl dt {
    font-size: 125%;
    font-weight: bold;
    border-top: 1px solid #c5c0c0;
    padding: 16px 0;
}

.stay-detail dl dd {
    padding-bottom: 20px;
}

.stay-detail dl dd p {
    margin-bottom: 20px;
}

.stay-note {
    text-align: center;
    margin: 50px 0;
    display: none;
}

.bg-nishi {
    background: #dd6109;
}

.bg-naka {
    background: #b4267c;
}

.bg-higashi {
    background: #3c4f94;
}

em.small_t{
    font-size: 80%;
}

/*# sourceMappingURL=style.css.map */