.stay .mainText p {
    width: 92%;
    margin-left: 4%;
}


/* .stay .center .slick-center img{
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	color:#e67e22;opacity:1;
	transform:scale(1);
}
.stay .center img{
	opacity:0.5;
	transition:all 800ms ease;
	color:#e67e22;
} */

.btn:hover,
.btn:focus,
.btn.focus {
    background: #4dab34;
    color: #fff;
}

.stay .east {
    margin-top: 8%;
    padding-top: 5%;
}

.stay #h20 {
    padding-bottom: 5%;
}

#map {
    width: 92%;
    margin-left: 4%;
    margin-top: 20px;
}

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

.stay-search {
    width: 92%;
    margin-left: 4%;
    margin-top: 20px;
}

.stay-search h2 {
    font-size: 16px;
    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 {
    font-size: 14px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stay-area li {
    width: 48%;
    margin-bottom: 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;
    font-size: 14px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stay-checkbox li {
    width: 48%;
}

.stay-checkbox li label {
    font-size: 14px;
    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>li {
    width: 100%;
    background: #fff;
    height: 100%;
    margin-bottom: 40px;
    -webkit-box-shadow: 5px 6px 12px 0px #b9b2ad;
    box-shadow: 5px 6px 12px 0px #b9b2ad;
    text-decoration: none;
    display: block;
    padding: 20px 25px;
    position: relative;
}

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

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

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

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

.stay-box__ttl {
    font-size: 22px;
    font-weight: bold;
    color: #111111;
}

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

.stay-box__label {
    font-size: 14px;
    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;
}

.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: 10px;
    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%;
}

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

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

.stay-box .show {
    display: unset !important;
}

.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: 30px;
    padding: 20px 20px 45px;
    font-family: kozuka-gothic-pr6n, sans-serif;
}

.stay-detail h2 {
    font-size: 26px;
    font-weight: bold;
}

.stay-detail__mainvisual {
    margin: 10px 0 20px;
    display: flex;
    flex-direction: column-reverse;
}

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

.stay-detail__txt p {
    font-size: 14px;
}

.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: 48%;
    height: auto;
    margin-bottom: 10px;
}

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

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

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

.stay-note {
    font-size: 14px;
    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%;
    font-weight: bold;
}