@charset "UTF-8";
/* CSS Document */


.main {
    display: block;
    position: relative;
    text-align: center;
    background: #54585a;
}
.main h1 {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-weight: normal;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.main .m-vis {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.main .tx {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
}
.main .tx span {
    display: block;
}
.main .tx .en {
    font-size: 44px;
    font-family: 'Agenda';
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.main .tx .en small {
    display: block;
    font-size: 45.5%;
}
.main .tx .ja {
    font-size: 16px;
    font-family: 'Agenda';
    line-height: 1.2;
    letter-spacing: 4px;
}
.main h1::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(35, 24, 21, 0.3);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.pankuzu {
    display: block;
    text-align:left;
    font-size: 14px;
    line-height: 1.2em;
    color: #54585a;
    margin: 20px auto 115px;
}
.pankuzu ul {
    display: block;
}
.pankuzu ul li {
    float: left;
}
.pankuzu ul li a {
    color: #54585a;
    padding-right: 17px;
    margin-right: 10px;
    background: url("../images/common/arw.png") right center no-repeat;
    background-size: 5px auto;
}
.pankuzu ul li a:hover {
    color: #a00262;
}

.cont-hdr {
    display: block;
    margin-bottom: 115px;
    text-align: center;
}
h2.main-ttl {
    display: block;
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 70px;
    color: #a00262;
    font-weight: bold;
}
p.desc {
    display: block;
    font-size: 16px;
    line-height: 2em;
}
p.desc a {
    color: #a00062;
    text-decoration: underline;
}
p.desc a:hover {
    text-decoration:none;
}

.flr-sec {
    display: block;
}
.gry {
    display: block;
    background: #ececeb;
    padding: 60px 10px;
}
.flr-blk {
    display: block;
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
}
.flr-blk:first-of-type {
    margin-bottom: 40px;
}
.flr-blk .blk-r img {
    float: left;
    width: 100%;
}
.flr-blk .blk-r:hover {
    opacity: 0.8;
}
.flr-blk .blk-l {
    padding: 40px 4% 20px;
    position: relative;
}
.flr-blk h3 {
    display: block;
    font-size: 27px;
    font-family: 'Agenda';
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.flr-blk h3 span {
    display: block;
    font-size: 14px;
    font-family: 'M PLUS 1p', sans-serif;
}
.flr-blk p {
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    padding-bottom: 50px;
}

a.dtl {
    float: left;
    line-height: 1;
    padding: 10px 0;
    width: 127px;
    border-radius: 3px;
    border: solid 1px #54585a;
    font-size: 14px;
    color: #54585a;
    text-align: center;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
a.dtl:hover {
    background: #54585a;
    color: #ffffff;
}

.flr-sec .secHeading {
    margin-bottom: 0;
}

.rec {
    margin: 125px auto;
}

.rec .moreLink {
    max-width: 265px;
    margin-top: 35px;
}


.service {
    position: relative;
}
.service .page {
    max-width: 1210px;
}
.service:before {
    content: '';
    float: left;
    width: 100%;
    height: 65.5%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url("../images/common/secbg01.png") 0 0 repeat;
    background-size: 314px auto;
}
ul.service__list {
    position: relative;
    z-index: 5;
}
ul.service__list li {
    position: relative;
    float: left;
    width: 23.3%;
    font-size: 14px;
}

ul.service__list li {
    position: relative;
    float: left;
    width: 23.3%;
    margin-right: 2.26%;
    margin-bottom: 42px;
    text-align: center;
}
ul.service__list li:nth-child(4n) {
    margin-right: 0;
}
ul.service__list li a {
    display: block;
    color: #a00262;
}
ul.service__list li figure {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 0 20px;
    position: relative;
}
ul.service__list li figure:before {
    content: '';
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 0px #a00262;
    border-radius: 3px;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .1s;-moz-transition-duration: .1s;-o-transition-duration: .1s;-webkit-transition-duration: .1s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
ul.service__list li:hover figure:before {
    border: solid 4px #a00262;
}
ul.service__list li img {
    float: left;
    width: 100%;
}



ul.flr-nav {
    display: block;
    margin: 0 auto 70px;
}
ul.flr-nav li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 11px;
}
ul.flr-nav li a {
    display: block;
    padding: 10px 5px;
    border: solid 1px #a00062;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    color: #a00062;
    background: #FFFFFF;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
ul.flr-nav li.active a,
ul.flr-nav li a:hover {
    background: #fff8fd;
}

/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/

.list_tab,
.cmn_tab {
    width: 100%;
    margin-bottom: 120px;
    border-bottom: 1px solid #ececeb;
    display: flex;
    justify-content: center;
}
.list_tabitem,
.cmn_tabitem {
    font-size: 14px;
    color: #a00262;
    text-align: center;
    margin-right: 30px;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    transition: all .25s; 
    line-height: 1.2em;
}
.list_tabitem:last-child,
.cmn_tabitem:last-child {
    margin-right: 0; 
}
.list_tabitem::after,
.cmn_tabitem::after {
    content: "";
    width: 0;
    height: 1px;
    margin: 0 auto;
    display: block;
    background-color: #a00262;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.list_tabitem.on,
.cmn_tabitem.on {
    font-weight: bold; 
}
.list_tabitem:hover::after,
.list_tabitem.on::after,
.cmn_tabitem:hover::after,
.cmn_tabitem.on::after {
    width: 95%; 
}
.list_tabitem:hover,
.cmn_tabitem:hover {
    color: #7a004b;
}

.list_tabitem a,
.cmn_tabitem a {
    color: #a00262;
}
.list_tabitem a {
    display: block;
    height: 100%;
}

.cmn_tabcnt {
    display: none;
}
.cmn_tabcnt.on {
    display: block;
}
@media (min-width: 769px) {
    .list_tabitem,
    .cmn_tabitem {
        font-size: 16px;
    } 
}



/* ----------------------------------------------------------------
	Room Gal
-----------------------------------------------------------------*/

.room-vis {
    display: block;
    margin-left: calc( (100% - 960px) / 2);
    margin-bottom: 70px;
}
.single-img,
.slider-products .slick-slide {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
}
.single-img img,
.slider-products img {
  width: 100%;
}

.room-gal-wp {
    display: block;
    position: relative;
}
.room-gal-wp h2 {
    float: left;
    width: 340px;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    border-top-right-radius: 3px;
    text-align: left;
    font-weight: normal;
    font-family: 'Agenda';
    font-size: 28px;
    letter-spacing: 2px;
    padding-top:  63px;
}
.room-gal-wp h2 span.ja {
    display: block;
    font-size: 17px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}
.room-gal-wp h2:before {
    content: '';
    float: left;
    width: 4px;
    height: 4px;
    background: url("../images/stay/cnr.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -4px;
}

.room-gal-wp h2 b {
    display: block;
    font-size: 18px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 3;
}
u.cnr {
    float: left;
    width: 4px;
    height: 4px;
    background: url("../images/stay/cnr.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -4px;
    bottom: 0;
}

.slick-arrow {
  display: none !important;
}
#recommend .slick-arrow {
  display: block !important;
}
.slick-slide {
  outline: none;
  text-align: center;
}
.rec .slick-slide,
.rec-home .slick-slide {
  text-align: left;
}

.cmn-slider .slick-slide {
    border-radius: 2px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-nav {
    display:block;
    text-align: right;
    padding-right: 30px;
    margin-top: 10px;
}
.slider-nav .slick-list {
    display: inline-block;
    text-align: left;
}
.slider-nav .slick-track {
    width: auto !important;
}
.slider-nav .slick-slide {
    width: 100px !important;
    height: 50px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;
}
.slider-nav .slick-slide img {
  width: 100%;
  margin: 0 auto;
}

.slider-nav .slick-current,
.slider-nav .slick-slide:hover {
  cursor: pointer;
  opacity: .7;
}

.tb-list {
    float: right;
    text-align: left;
    margin: 10px 30px 10px 0;
    display: inline-block;
}
.tb-item {
    float: left;
    width: 100px;
    box-sizing: border-box;
    position: relative;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}


/* ----------------------------------------------------------------
	Rooms
-----------------------------------------------------------------*/

.rooms .cmn_tabcnt p.desc {
    margin-bottom: 70px;
}
.flr-l {
    float: left;
    width: 42%;
    margin-bottom: 70px;
}
.flr-r {
    float: right;
    width: 54%;
    margin-top: 15px;
    margin-bottom: 70px;
}

.flr-l a {
    display: block;
    position: relative;
}
.flr-l a img {
    position: relative;
    z-index: 1;
}
.flr-l a.floor-z:before {
    content: '';
    display: block;
    float: left;
    width: 30px;
    height: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: url("../images/common/zoom.png") 0 0 no-repeat;
    background-size: 100% auto;
}

.lb-data .lb-close {
    width: 40px !important;
    height: 40px !important;
    background: url("../images/common/close_w.png") 0 0 no-repeat  !important;
    background-size: 100% auto !important;
}

.red-ntic {
    display: block;
    padding: 10px;
    background: #a00262;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 1.4em;
    margin: 40px auto 0;
    border-radius: 2px;
}
 

table.tbl-dk {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.2em;
    width: 100%;
}
table.tbl-dk th, table.tbl-dk td {
    border-bottom: solid 1px #FFFFFF;
}
table.tbl-dk th {
    text-align: left;
    background: #54585a;
    color: #FFFFFF;
    padding: 15px 3px 15px 12px;
    font-weight: normal;
    width: 50%;
}
table.tbl-dk th span.en {
    display: inline-block;
    margin-left: 20px;
    font-weight: normal;
    font-family: 'Agenda';
}
table.tbl-dk td {
    text-align: center;
    background: #ececeb;
    padding: 15px 3px;
}

.cmn_tabcnt .flr-r .ntic {
    line-height: 1.4em;
    margin-top: 10px;
}


.info-bx {
    display: block;
}
.info-bx li {
    display: block;
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 1.2em;
    width: 47%;
    margin-bottom: 15px;
    border-bottom: solid 1px #ececeb;
    background: url("../images/common/sq.png") 100% 50% no-repeat;
    background-size: 18px 18px;
}
.info-bx li:nth-child(2n) {
    float: right;
}
.info-bx li a {
    display: block;
    position: relative;
    padding: 12px 0;
    color:#54585a;
}
.info-bx li a:before {
    content: '';
    float: left;
    width: 77px;
    height: 1px;
    background:#54585a;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 5;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .2s;-moz-transition-duration: .2s;-o-transition-duration: .2s;-webkit-transition-duration: .2s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.info-bx li a:hover:before {
    width: 100%;
}




/* -------------------------------------
fancybox
------------------------------------- */
.mdl {
    display: none;
    width: 88%;
    max-width: 1000px;
    z-index: 1000;
    background:#fff !important;
}
.fancybox-slide>div {
    padding: 35px 30px !important;
    margin: 0 !important;
    overflow: hidden !important;
}


.mdl .face img.fc {
    float: left;
    display: block;
    position: relative;
    z-index: 1;
}
.mdl .face img.nm {
    float: right;
    width: 38%;
    display: block;
    position: absolute;
    z-index: 3;
    right: 5.7%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#mdl4.mdl .face img.nm,
#mdl3.mdl .face img.nm {
    right: auto;
    left: 5.7%;
}

.mdl .blk-r,
.mdl .blk-l {
    width: 46%;
    margin-bottom: 80px;
}
.mdl h2 {
    font-size: 31px;
    font-weight: normal;
    line-height: 1.4em;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 2px #FFFFFF;
}
.mdl p {
    font-size: 15px;
    line-height: 2em;
}


.fancybox-close-small {
    display: none !important;
}
.mdl a.cls-btn {
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 15px;
}
.mdl a.cls-btn:hover {
    opacity: 1 !important;
}
.mdl h3 {
    display: block;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 25px;
}
.mdl h4 {
    display: block;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.mdl ul {
    display: block;
    font-size: 14px;
    line-height: 1.6em;
}
.mdl ul.num {
    list-style-type: decimal !important;
    list-style: decimal !important;
    margin-left: 23px;
}
.mdl ul.num li {
    display: list-item;
    margin-bottom: 4px;
}

.mdl ul.item {
    margin-bottom: 40px;
}
.mdl ul.item li {
    display: block;
    float: left;
    width: 33.333%;
    margin-bottom: 7px;
}
.mdl p.desc {
    margin-bottom: 15px;
}

table.tbl-dk2 {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.2em;
    width: 100%;
}
table.tbl-dk2 th, table.tbl-dk2 td {
    border-right: solid 1px #FFFFFF;
}
table.tbl-dk2 th {
    text-align: center;
    background: #54585a;
    color: #FFFFFF;
    padding: 15px 3px 15px 12px;
    font-weight: normal;
}
table.tbl-dk2 td {
    text-align: center;
    background: #ececeb;
    padding: 15px 3px;
}



.room-inq {
    display: block;
    position: relative;
    padding: 30px 10px;
    background: url("../images/common/secbg01.png") 0 0 repeat;
    background-size: 314px auto;
    border-radius: 3px;
    margin-top: 50px;
    text-align: center;
}
.room-inq h3 {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
    border-bottom: solid 3px #FFFFFF;
    margin: 0 auto 18px;
}
p.ntic {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
p.ntic2 {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
}
.room-inq h4 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 auto 15px;
    padding: 10px 25px;
    border-radius: 30px;
    background: #FFFFFF;
}
.room-inq a.tel {
    display: block;
    position: relative;
    font-size: 48px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 auto 5px;
    font-weight: normal;
    font-family: 'Agenda';
    color: #54585a;
    vertical-align: bottom;
}
.room-inq a.tel span {
    display: i;
    font-size: 28px;
}

a.btn-w {
    display: block;
    position: relative;
    border-radius: 3px;
    background: #a00062;
    border: solid 1px #a00062;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    padding: 12px 5px;
    box-sizing: border-box;
    width: 100%;
    max-width: 380px;
    margin: 15px auto;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
a.btn-w:hover {
    background: #ffffff;
    color: #a00062;
}
/*a.btn-w:before {
    content: '';
    border: solid 1px #a00062;
    float: left;
    width:  100%;
    height: 100%;
    position: absolute;
    border-radius: 3px;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}

a.btn-w:hover:before {
    border: solid 3px #a00062;
}
*/


.cont-hdr2 {
    display: block;
    margin: 0 auto 120px;
}
ul.lst-col3 {
    float: left;
    width: 33.333%;
}
ul.lst-col4 {
    float: left;
    width: 25%;
}
ul.lst-col4 li,
ul.lst-col3 li {
    display: block;
    margin-bottom: 5px;
}
ul.lst-col4 li a,
ul.lst-col3 li a {
    display: block;
    line-height: 1.4em;
    padding: 5px 0 5px 15px;
    color: #a00062;
    font-size: 14px;
    background: url("../images/common/arw2.png") 0 50% no-repeat;
    background-size: 8px auto;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .2s;-moz-transition-duration: .2s;-o-transition-duration: .2s;-webkit-transition-duration: .2s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
ul.lst-col4 li a:hover,
ul.lst-col3 li a:hover {
    background: url("../images/common/arw2.png") 0 65% no-repeat;
    background-size: 8px auto;   
}


/* -------------------------------------
Info
------------------------------------- */



.si {
    display: block;
    margin-bottom: 100px;
}
.si .blk-r {
    padding-left: 5%;
}
.si .blk-r figure {
    display: block;
    border-radius: 3px;
    overflow: hidden;
}
h2.ttl-l {
    display: block;
    text-align: left;
    font-size: 26px;
    color: #a00062;
    line-height: 1.2em;
    background: url("../images/stay/info/udb.png") left bottom no-repeat;
    background-size: 200px auto;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

h2.ttl-l .en {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'Agenda';
    text-transform: uppercase;
    margin-top: 5px;
}

ul.info-lst {
    display: block;
    position: relative;
    background: url("../images/common/dot.png") left top repeat-x;
    background-size: auto 1px;
}
ul.info-lst li {
    display: block;
    position: relative;
    background: url("../images/common/dot.png") left bottom repeat-x;
    background-size: auto 1px;
    padding: 15px 5px 15px 10px;
    font-size: 14px;
    text-align: left;
    line-height: 1.4em;
}
ul.info-lst li .lst-l {
    display: block;
    float: left;
    width: 180px;
}
ul.info-lst li .lst-r {
    display: block;
    float: left;
    width: calc(100% - 180px);
}
ul.info-lst li .ntic {
    display: block;
    font-size: 12px;
    line-height: 1.4em;
    margin-top: 10px;
    color: #a00062;
}
ul.info-lst li .lst-r.rec01 {
    font-size: 120%;
    color: #a00062;
}

ul.info-dot-lst {
    display: block;
    float: left;
    width: 28.333%;
    text-align: left;
}
ul.info-dot-lst.dot {
    border-right: dotted 1px #a00062;
}
ul.info-dot-lst.mid {
    margin-left:5%;
}
ul.info-dot-lst li {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 7px;
    margin-left: 15px;
}
ul.info-dot-lst li:before {
    content: '';
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    background:#a00062;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 7px;
}
ul.info-dot-lst.info-dot-lst-r {
    /*width: calc(95% - 260px);*/
    margin-left:5%;
}
.si p.desc {
    margin-bottom: 30px;
}
p.ntic-bot {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 20px;
}
p.ntic-bot a {
    color: #a00062;
    text-decoration: underline;
}
p.desc.desc-bot {
    margin-top: 50px;
}
p.desc.desc-bot strong {
    font-weight: bold;
}

.si .secLink {
    float: left;
}

/* -------------------------------------
BREAKFAST & DINNER
------------------------------------- */
h3.main-ttl {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    padding-top: 10px;
    margin-bottom: 70px;
    color: #a00262;
    font-weight: bold;
    padding-bottom: 27px;
}
h3.main-ttl.sq01 {
    background: url("../images/stay/sq.png") bottom center no-repeat;
    background-size: 17px auto;
}
h3.main-ttl.sq02 {
    background: url("../images/stay/sq02.png") bottom center no-repeat;
    background-size: 17px auto;
}
h3.main-ttl.sq03 {
    background: url("../images/stay/sq03.png") bottom center no-repeat;
    background-size: 17px auto;
}

.fuji,
.dinner,
.breakfast {
    display: block;
    text-align: center;
}
.page-w {
    max-width: 1210px;
}
.cmn-slider-wrap {
    margin: 120px auto;
}


.mn-lst {
    display: block;
    position: relative;
}

.mn-lst ul {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 7%;
    margin-bottom: 50px;
}
.mn-lst ul.fst {
    border-right: dotted 1px #a00062;
}

.mn-lst ul li {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 7px;
    margin-left: 15px;
}
.mn-lst ul li:before {
    content: '';
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    background:#a00062;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 7px;
}
p.ntic3 {
    display:inline-block;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: left;
}
.mgb-l {
    margin-bottom: 120px;
}


#Room-service {
    text-align: center;
}
.time {
    display: block;
    max-width: 243px;
    text-align: center;
    border-top: solid 1px #54585a;
    border-bottom: solid 1px #54585a;
    padding: 18px 0;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 auto 15px;
}
p.vg {
    display:block;
    text-align: center;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 auto 15px;
}
img.vgi {
    display: inline-block;
    width: 18px;
    margin: 0 10px;
}
#Room-service .cmn-ttl {
    margin-top: 62px;
}
ul.rs {
    display: block;
    position: relative;
}
ul.rs li {
    display: block;
    float: left;
    position: relative;
    width: 45%;
    padding: 20px 60px 20px 5px;
    background: url(../images/common/dot.png) left bottom repeat-x;
    background-size: auto 1px;
}
ul.rs li:nth-child(2n) {
    float: right;
}
ul.rs li:nth-child(1):before,
ul.rs li:nth-child(2):before {
    content: '';
    float: left;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/common/dot.png) left top repeat-x;
    background-size: auto 1px;
}
ul.rs li .en {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: normal;
    font-family: 'Agenda';
    text-align: left;
    margin-bottom: 5px;
}
ul.rs li .ja {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    text-align: left;
    margin-left: 15px;
}
ul.rs li .price{
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: normal;
    font-family: 'Agenda';
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    right: 0;
}
.mgt {
    margin-top: 60px;
}




/* -------------------------------------
Packages
------------------------------------- */

.lst-wrap {
    display: block;
    position: relative;
}
ul.arc-lst {
    display: block;
    position: relative;
}
ul.arc-lst > li {
    display: block;
    position: relative;
    float: left;
    width: 30.6%;
    margin-right: 4.1%;
    margin-bottom: 33px;
    border-radius: 2px;
    background: #ececeb;
    text-align: left;
    overflow: hidden;
}
ul.arc-lst > li:nth-child(3n) {
    margin-right:0;
}
ul.arc-lst li a.vis {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 2px;
    z-index: 1;
}
ul.arc-lst li a.vis .img {
    display: block;
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    transition:1s all;
}
ul.arc-lst li a.vis .img:hover{
  transform:scale(1.2,1.2);
  transition:2s all;
}
ul.arc-lst li a.vis.fls {
    pointer-events: none !important;
}
ul.arc-lst li h3 {
    display: block;
    padding: 0 20px 33px;
    font-size: 16px;
    color: #a00062;
    line-height: 1.3em;
}
ul.arc-lst.gift li h3 {
    padding: 0 0 33px;
}



ul.arc-lst li p {
    display: block;
    padding: 0 20px 44px;
    font-size: 14px;
    line-height: 1.4em;
}
ul.arc-lst li a.dtl {
    margin: 0 0 33px 20px;
    background: #a00062;
    color: #FFFFFF;
    border: solid 1px #a00062;
}
ul.arc-lst li a.dtl:hover {
    background: #FFFFFF;
    color: #a00062;
}
.plan ul.arc-lst li p {
    padding: 0 20px 44px;
}
.plan ul.arc-lst li p {
    padding-bottom: 30px;
}
.plan ul.arc-lst li p.center {
    padding-bottom: 20px;
}
ul.arc-lst li ul.info-lst {
    margin: 0 0 0;
}
ul.arc-lst.wi li p {
    padding-bottom: 25px;
}
ul.arc-lst.wi > li {
    background: #ffffff !important;
}

ul.arc-lst li .logo {
    display: block;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: normal !important;
    font-family: 'Agenda';
    text-transform: uppercase;
    margin-bottom: 10px;
}
ul.arc-lst li .logo img {
    display: block;
    max-width: 130px;
    margin: 0 auto 7px;
}
ul.arc-lst li .logo span.ja {
    display: block;
    font-size: 12px;
    font-weight: normal;
}



/* -------------------------------------
Accordion
------------------------------------- */
.acmn {
    margin: 0 0 40px 0;
    border-top: solid 1px #ececeb;
}
.acmn dt {
    background: #fff;
    border-bottom: solid 1px #ececeb;
    padding: 25px 25px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    color: #a00062;
    cursor: pointer;
    position: relative;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.acmn dt:before {
    content: '';
    float: right;
    width: 33px;
    height: 33px;
    background: url("../images/common/plus.png") 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 25px;
    top: calc(50% - 17px);
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.acmn dd {
    display: none;
    padding: 25px 25px;
    font-size: 16px;
    line-height: 1.6em;
    border-bottom: solid 1px #ececeb;
}
.acmn dt:hover,
.acmn dt.active {
    background: #ececeb;
}
.acmn dt.active:before {
    transform:rotate(-45deg); 
}




/* -------------------------------------
Common Blocks
------------------------------------- */
.cmn-ttl {
  display: block;
  font-size: 28px;
  font-weight: normal;
  font-family: 'Agenda';
  text-align: center;
  text-transform: uppercase;
  color: #a00262;
  letter-spacing: 5px;
  margin-bottom: 60px;
  position: relative;
  z-index: 5; 
  line-height: 1.1em;
}
.cmn-ttl span {
    display: block;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}
.secHeading img.icon,
.cmn-ttl img.icon {
    display: block;
    margin: 0 auto 10px;
    width: 63px;
}


ul.col3-fac {
    display: block;
}
ul.col3-fac > li {
    display: block;
    float: left;
    width: 31.17%;
    margin-right: 3.245%;
    margin-bottom: 60px;
}
ul.col3-fac > li:nth-child(3n) {
    float: right;
    margin-right: 0;
}
ul.col3-fac > li figure,
ul.col3-fac > li a.img {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
    border-radius: 2px;
    overflow: hidden;
}
ul.col3-fac > li figure img,
ul.col3-fac > li a.img img {
    vertical-align: bottom;
}
ul.col3-fac > li .in {
    display: block;
    text-align: left;
    margin-bottom: 20px;
}
ul.col3-fac > li h3 {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #a00062;
    padding: 0 10px;
    margin-bottom: 25px;
}
ul.col3-fac > li h3 span {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    background: #a00062;
    color: #FFFFFF;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 2px;
}
ul.col3-fac > li p {
    display: block;
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.8em;
    margin-bottom: 25px;
}
ul.col3-fac > li.lst h3 {
    letter-spacing: -1px;
}
ul.tag {
    display: block;
}
ul.tag li {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
}
ul.tag li a {
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding: 7px 10px;
    border: solid 1px #a00062;
    border-radius: 2px;
    color: #a00062;
}
ul.tag li a:hover {
    background: rgba(160,0,98,0.1);
}
ul.tag.center li {
    display: inline-block;
    float: none;
    margin: 0 5px 10px;
}

ul.col3-fac > li ul.info-lst li .lst-l {
    display: block;
    float: left;
    width: 104px;
}
ul.col3-fac > li ul.info-lst li .lst-r {
    display: block;
    float: left;
    width: calc(100% - 104px);
}
ul.col3-fac > li .in a {
    color: #a00062;
}


ul.lst-sub {
    display: block;
    text-align: center;
}
ul.lst-sub li {
    display: inline-block;
    margin: 0 10px 5px;
}
ul.lst-sub li a {
    display: block;
    line-height: 1.4em;
    padding: 5px 0 5px 15px;
    color: #a00062;
    font-size: 14px;
    background: url("../images/common/arw2.png") 0 50% no-repeat;
    background-size: 8px auto;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .2s;-moz-transition-duration: .2s;-o-transition-duration: .2s;-webkit-transition-duration: .2s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
ul.lst-sub li a:hover {
    background: url("../images/common/arw2.png") 0 65% no-repeat;
    background-size: 8px auto;   
}



/* -------------------------------------
Floor Guide
------------------------------------- */

#floor {
    display: block;
    position: relative;
    margin: 80px auto 130px;
}
#floor img.fg {
    float: right;
    width: 328px;
    position: relative;
    z-index: 1;
}
#floor ul.fst {
    float: left;
    width: calc(100% - 151px);
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 3;
}
#floor ul.lst {
    float: left;
    width: calc(100% - 322px);
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: 3;
}
#floor ul.fst li,
#floor ul.lst li {
    display: block;
    border-bottom: solid 1px #a00062;
}
#floor ul.fst li:first-child,
#floor ul.lst li:first-child {
    border-top: solid 1px #a00062;
}
#floor ul.fst li a,
#floor ul.lst li a {
    display: block;
    padding:  5px 0 5px 10px;
    font-size: 14px;
    line-height: 1.2em;
    text-align: left;
    color: #a00062;
}
#floor ul.fst li a.ib01, 
#floor ul.lst li a.ib01 {
    display: inline-block;
    background: #FFFFFF;
}
#floor ul.fst li a.ib02, 
#floor ul.lst li a.ib02 {
    display: inline-block;
    padding:  5px 0;
}


#floor ul.fst li:last-child {
    padding: 135px 0;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
}
#floor ul.fst li:last-child:before {
    content: '';
    float: left;
    width: 1px;
    height: 100%;
    background: #a00062;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 0;
}
#floor ul.fst li:last-child a {
    background: #FFFFFF;
    width: 80%;
    position: relative;
    z-index: 5;
}
#floor .mid {
    display:inline-block;
    position: absolute;
    top: 146px;
    left: 285px;
    z-index: 6;
}
#floor .mid h3 {
    display:block;
    font-size: 15px;
    line-height: 1.2em;
    color: #a00062;
    margin-bottom: 7px;
}
#floor .mid ul {
    float: left;
    width: 226px;
}
#floor .mid ul.left {
    margin-right: 38px;
    border-right: dotted 1px #a00062;
}
#floor .mid ul li {
    display: block;
}

#floor .mid ul li b,
#floor .mid ul li:first-child {
    font-weight: bold;
}
#floor .mid ul li a {
    display: block;
    padding:  5px 0;
    font-size: 14px;
    line-height: 1.2em;
    text-align: left;
    color: #a00062;
}
#floor ul li a:hover {
    color:#2A2A2A;
}

/* -------------------------------------
Access
------------------------------------- */
.access .blk-l,
.access .blk-r {
    margin-bottom: 100px;
}
.access .blk-l h2 {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    color: #a00062;
}
.access .blk-l table.tbl-dk th {
    width: 30%;
}
.access .blk-l table.tbl-dk td {
    text-align: left;
    padding-left: 15px;
}
.access .blk-r figure {
    display: block;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 0 0 70px;
}
.access .blk-r figure img {
    vertical-align: bottom;
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 2px;
    margin-bottom: 30px;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.access .page-w {
    margin-bottom: 110px;
}
.access ul.lst-sub {
    margin-bottom: 60px;
}




/* -------------------------------------
Detail
------------------------------------- */
.main.sng {
    background: #FFFFFF;
}
.main.sng h1::before {
    content: none;
}
.main.sng h1 {
    padding-top: 240px;
    color: #a00062;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 2px #a00062;
}

.detail .cmn-slider-wrap {
    margin: 65px auto;
}
figure.area {
    display: block;
    max-width: 581px;
    margin: 50px auto 0;
}
.plan .list_tab,
.detail .list_tab {
    margin-top: 40px;
    margin-bottom: 55px;
}
.wire ul.arc-lst li a.vis {
    padding-top: 75%;
}
.wire ul.arc-lst > li {
    border: solid 1px #dbdbdb;
    padding-bottom: 23px;
    background: #FFFFFF;
}
.wire ul.tag {
    margin: 0 20px;
}
.wire ul.tag li {
    width: auto !important;
    background: #FFFFFF;
}
.wire .moreLink {
    max-width: 260px;
    margin-top: 30px;
    font-weight: normal;
    font-family: 'Agenda';
}
.detail p.desc {
    margin-bottom: 65px;
}
.detail .pln-blk p.desc {
    margin-bottom: 15px;
}
.tbl-bx {
    display: block;
    border-top: solid 1px #54585a;
    border-bottom: solid 1px #54585a;
}
.tbl-bx ul.info-lst {
    background: none;
    float: left;
    width: 48%;
}
.tbl-bx ul.info-lst.right {
    float: right;
}
.tbl-bx ul.info-lst li {
    display: block;
}
.tbl-bx ul.info-lst li:last-child {
    background: none !important;
}
.tbl-bx ul.info-lst li .lst-l {
    width: 120px;
    margin-right: 7px;
}
.tbl-bx ul.info-lst li .lst-r {
    width: calc(100% - 127px);
}
.tbl-bx ul.info-lst a {
    color: #54585a;
    padding: 2px 20px 2px 0;
    background: url("../images/common/link.png") right center no-repeat;
    background-size: 16px auto; 
}
.tbl-bx ul.info-lst a:hover {
    text-decoration: underline;
}
.detail p.ntic {
    margin: 20px 0;
    line-height: 1.4em;
}
.detail .gmap {
    margin-top: 50px;
}

.wire ul.arc-lst li.slick-slide {
    border: solid 1px #dbdbdb;
    padding-bottom: 23px;
    background: #FFFFFF;
    text-align: left;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
}
ul.arc-lst li.slick-slide {
    margin: 0 10px 0 0 !important;
}
ul.arc-lst.arc-slick {
    margin-bottom: 55px;
}
ul.arc-lst.arc-slick .slick-dots {
    padding-top: 35px;
}

/* -------------------------------------
Restaurant &amp; Bar
------------------------------------- */

.blue .secHeading {
    margin-bottom: 0;
}
.blue .secHeading::after {
    background-color: #3e8e9b;
}
.rec_wrap {
    display: block;
    padding: 50px 0;
    background: url("../images/common/bg.png") 0 0 repeat;
    background-size: 280px auto;
}
.rec_wrap .recommend__plan__item {
    background-color: #ffffff;
    text-align: left;
}
.rec_wrap .moreLink {
    color: #54585a;
    border: 1px solid #ffffff;
    background: #ffffff;
}
.rec_wrap .moreLink:hover {
    color: #ffffff;
    border: 1px solid #a00262;
    background: #a00262;
}
.rec_wrap .slick-arrow {
    display: block !important;
}


ul.facblk {
    display: block;
    position: relative;
    margin: 35px auto;
}
ul.facblk li {
    display: block;
    position: relative;
    float: left;
    width: 47.6%;
}
ul.facblk li:nth-child(2n) {
    float: right;
}
ul.facblk li a.vis {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 62%;
    overflow: hidden;
    border-radius: 2px;
    z-index: 1;
}
ul.facblk li a.vis .img {
    display: block;
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    transition:1s all;
}
ul.facblk li a.vis .img:hover{
  transform:scale(1.2,1.2);
  transition:2s all;
}
ul.facblk li .ttl-blk {
    display: block;
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 44px 30px 0;
    background: #FFFFFF;
    top: -115px;
    z-index: 5;
    border-radius: 2px;
}
ul.facblk li .ttl-blk:before {
    content: '';
    float: left;
    width: 4px;
    height: 4px;
    background: url("../images/common/cnr_l.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -4px;
    top: 111px;
}
ul.facblk li .ttl-blk .cnr-r {
    content: '';
    float: left;
    width: 4px;
    height: 4px;
    background: url("../images/common/cnr_r.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -4px;
    top: 111px;
}

ul.facblk li .ttl-blk h3 {
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: normal;
    font-family: 'Agenda';
    text-transform: uppercase;
    margin-bottom: 64px;
}
ul.facblk li .ttl-blk h3 span.sml {
    display: block;
    font-size: 60%;
    line-height: 1.2em;
}
ul.facblk li .ttl-blk h3 span.ja {
    display: block;
    font-size: 64%;
    line-height: 1.2em;
    font-family: 'M PLUS 1p', sans-serif;
}
.noup {
    text-transform:none !important;
}
ul.facblk li .ttl-blk p {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 55px;
}
a.wire {
    font-size: 15px;
    color: #54585a;
    text-align: center;
    max-width: 128px;
    width: 100%;
    margin: 0 auto;
    padding: 6px 0 5px;
    border: 1px solid #54585a;
    border-radius: 2px;
    display: block;
    position: relative;
    transition: all .2s; }
a.wire:hover {
      color: #fff;
      background-color: #54585a; 
}
a.wire.wide {
    line-height: 1.2em;
    max-width: 220px;
}




h2.logo {
    display: block;
    position: relative;
    text-align: center;
    font-size: 44px;
    font-weight: normal !important;
    font-family: 'Agenda';
    text-transform: uppercase;
}
h2.logo img {
    display: block;
    width: 40%;
    max-width: 230px;
    margin: 0 auto 10px;
}
h2.logo span.ja {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.logo.sng {
    display: block;
    width: 30%;
    max-width: 130px;
    margin: 0 auto 40px;
    text-align: center;
}
.logo.sng span.ja {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.cont-hdr.smg {
    margin-bottom: 66px;
}
ul.btn-lst {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}
ul.btn-lst li {
    display:inline-block;
    width: 31.6%;
    margin: 0 0.7% 15px;
}
ul.btn-lst li a {
    display: block;
    color: #a00062;
    border: solid 1px #a00062;
    border-radius: 2px;
    font-size: 17px;
    padding: 13px 3px;
    line-height: 1;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .1s;-moz-transition-duration: .1s;-o-transition-duration: .1s;-webkit-transition-duration: .1s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
ul.btn-lst li a.web {
    background: #a00062;
    color: #ffffff;
}
ul.btn-lst li a:hover {
    background: #a00062;
    color: #ffffff;
}
ul.btn-lst li a.web:hover {
    background: #ffffff;
    color: #a00062;
}
ul.btn-lst li a.pdf {
    padding-right: 30px;
}
ul.btn-lst li a.pdf:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url("../images/common/pdf.png") 0 0 no-repeat;
    background-size: 100% auto;
    margin-right: 10px;
    vertical-align: middle;
}
ul.btn-lst li a.pdf:hover:before {
    background: url("../images/common/pdf_w.png") 0 0 no-repeat;
    background-size: 100% auto;
}
.cmn_tab.smg {
    margin-bottom: 60px;
}
.cmn_tabcnt .slick-dots {
    display: none !important;
}
.restaurant .cmn_tabcnt {
    margin-bottom: 60px;
}
.restaurant ul.info-lst {
    margin-bottom: 60px;
}
ul.info-lst.menu .lst-r {
    text-align: right;
}
.secHeading.ja .ttl-plc {
    display:inline-block;
    line-height: 1.1em;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: solid 2px #a00062;
}

/* -------------------------------------
Plan Detail
------------------------------------- */
.pln-blk {
    display: block;
    margin-bottom: 40px;
}
.plan.detail .blk-l {
    padding-right: 1%;
    margin-top: 40px;
}
.plan.detail .blk-r {
    padding-left: 2%;
    margin-top: 40px;
}

.plan.detail .blk-l.eq {
    padding-right: 1%;
}
.plan.detail .blk-r.eq {
    padding-left: 1%;
}

.slider .tn,
.slider .mn {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.plan.detail .slider-nav {
    padding-right:0;
    margin-top: 5px;
}
.plan.detail .slider-nav .slick-slide {
    width: calc(25% - 4px) !important;
    height:auto !important;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
}
.plan.detail .slider-nav .slick-slide:nth-of-type(4n) {
    margin-right: 0;
    float: right;
}
.plan.detail ul.btn-lst {
    text-align: right;
    margin-top: 45px;
}
.plan.detail.und ul.btn-lst {
    margin-top: 15px;
}
.plan.detail ul.btn-lst li {
    width: 85%;
    max-width: 300px;
    float: none;
    text-align: center;
    margin-bottom: 6px;
}
.plan.detail ul.info-lst {
    margin-bottom: 40px;
}
.plan.detail ul.info-lst li .lst-l {
    width: 105px;
}
.plan.detail ul.info-lst li .lst-r {
    width: calc(100% - 105px);
}
ul.arc-lst li dl dd .price,
.plan.detail ul.info-lst li .lst-r .price {
    display: inline-block;
    margin: 0 5px 0 10px;
    color: #a00062;
    font-size: 140%;
    font-weight: bold;
}

/* -------------------------------------
Lightbox
------------------------------------- */
.lightbox .lb-image {
    border: 0 !important;
}

/* -------------------------------------
Banquet
------------------------------------- */

.banq ul.arc-lst li.slick-slide,
.banq ul.arc-lst > li {
    padding-bottom: 23px;
    background: #a00062;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
}
.banq ul.arc-lst li p,
.banq ul.arc-lst li h3 {
    color: #FFFFFF;
    padding-bottom: 15px;
}
.banq .mv__link {
    color:#a00062;
    background-color: #FFFFFF;
}
.banq .mv__link:hover {
    background-color: #f7f7f7;
}
.banq .moreLink {
    max-width: 260px;
    margin-top: 30px;
    font-family: 'M PLUS 1p', sans-serif;
}
.banq ul.arc-lst li a.vis {
    padding-top: 75%;
}
ul.arc-lst li p.psn {
    background: url("../images/common/psn.png") left center no-repeat;
    background-size: 15px auto;
    padding: 0 20px;
    margin: 0 0 20px 20px;
}
h3.pln-ttl {
    display: block;
    position: relative;
    font-size: 22px;
    line-height: 1.2em;
    padding: 15px 0;
    color: #a00062;
    border-bottom: solid 1px #ececeb;
    background: #FFFFFF;
    margin-bottom: -1px;
    z-index: 5;
}
h3.pln-ttl:before {
    content: '';
    float: left;
    width: 50%;
    height: 1px;
    background: #a00062;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 3;
}
ul.arc-lst li dl {
    display: block;
}
ul.arc-lst li dl dt {
    display: block;
}
ul.arc-lst li dl dd {
    display: block;
    background: url("../images/common/dot.png") left bottom repeat-x;
    background-size: auto 1px;
    padding: 10px 0;
    text-align: right;
    margin-bottom: 10px;
}
ul.arc-lst.opt li a.vis {
    pointer-events: none;
}

p.desc-l {
    display: block;
    font-size: 28px;
    line-height: 1.4em;
    margin: 57px auto;
    font-weight: bold;
}

.plan.detail ul.info-lst.crm li .lst-l {
    width: 210px;
}
.plan.detail ul.info-lst li.crm .lst-r {
    width: calc(100% - 210px);
    text-align: right;
}

figure.fig {
    display: block;
    margin: 0 0 25px 0;
    padding: 0;
    vertical-align: bottom;
}
figure.fig img {
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}
figure.fig figcaption {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    text-align: right;
}

.moreLink.wide {
    max-width: 300px;
}
.und .moreLink.wide {
    margin-top: 15px;
}

section.style {
    margin-bottom: 100px;
}

.spl-ttl {
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  font-family: 'Agenda';
  text-align: center;
  text-transform: uppercase;
  color: #a00262;
  letter-spacing: 5px;
    margin: 85px auto 45px;
  position: relative;
  z-index: 5; 
    line-height: 1.1em;
}
.spl-ttl .ja {
    display: block;
    font-size: 16px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

ul.info-lst.crm {
    border-top: solid 1px #b2b2b2;
    background: none;
    margin-bottom: 25px !important;
}
ul.info-lst.crm li:last-child {
    background: none;
    border-bottom: solid 1px #b2b2b2;
}
.plan.detail ul.info-lst.crm li .lst-r {
    text-align: left;
}
.detail p.ntic.crm {
    margin: 0 0 20px;
}

#recommend.banq {
    display: block;
    position: relative;
    overflow: hidden;
}
#recommend.banq::before {
      content: "";
      width: 100%;
      height: 370px;
      margin: 0 auto;
      display: block;
      background: url(../images/index/accommodation_bg.png) repeat top left;
      position: absolute;
    bottom: 100px;
      left: 0;
      right: 0;
      z-index: 1; 
}
#recommend .arc-lst {
    z-index: 5;
    margin-bottom: 100px;
}
#recommend .arc-lst .in {
    text-align: left;
}
.arc-lst .slick-arrow {
    display: block !important;
}
.arc-lst .slick-arrow.slick-prev,
.arc-lst .slick-arrow.slick-next {
    width: 23px;
    height: 45px;
}
.arc-lst .slick-arrow.slick-prev {
    background-image: url("../images/common/arrow_prev02.png");
    left: -25px;
}
.arc-lst .slick-arrow.slick-next {
    background-image: url("../images/common/arrow_next02.png");
    right: -25px;
}
#recommend.banq a.moreLink {
    position: relative;
    z-index: 10;
}
h2.banq-ttl {
    display: block;
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #54585a;
    font-family: 'M PLUS 1p', sans-serif;
    letter-spacing: 1px;
    margin: 0 auto 30px;
}
.flr-tag {
    display: block;
    text-align: center;
}
.flr-tag span{
    display:inline-block;
    font-size: 16px;
    line-height: 1em;
    padding: 7px 10px;
    border: solid 1px #a00062;
    border-radius: 2px;
    color: #a00062;
    min-width: 66px;
}

ul.btn-lst.bnq {
    display: block;
    text-align: center;
    position: relative;
    margin: 40px auto;
}
.tbl-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: auto;
}
table.tbl-mn {
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.2em;
    width: 100%;
    min-width: 650px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
table.tbl-mn th, table.tbl-mn td {
    border: solid 1px #b2b2b2;
}
table.tbl-mn th {
    text-align: left;
    padding: 15px 3px 15px 12px;
    font-weight: normal;
}
table.tbl-mn td {
    text-align: center;
    padding: 15px 3px;
}
table.tbl-mn thead th {
    background: #a00062;
    color: #FFFFFF;
    border: solid 1px #a00062;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    text-align: center;
    padding: 5px 3px;
}
table.tbl-mn thead th:last-of-type {
    border-right: solid 1px #a00062;
}
table.tbl-mn thead th.bd-l {
    border-left: solid 1px #FFFFFF;
}

.pd {
    display: block;
    border: solid 1px #a00062;
    border-radius: 2px;
    padding: 40px 6%;
    margin-bottom: 10px;
}
.pd h3 {
    display: block;
    font-size: 20px;
    color: #a00062;
    text-align: center;
    line-height: 1.3em;
    margin: 0 auto 45px;
}
.pd p {
    display: block;
    font-size: 16px;
    text-align:left;
    line-height: 1.8em;
}

.efforts {
    display: block;
    position: relative;
    margin: 70px auto;
}
#mdl1 .efforts {
    margin: 0 auto;
}

.eff-wrap {
    display: block;
    position: relative;
    margin: 60px auto 85px;
}
.eff-wrap p {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 15px;
}
.eff {
    display: block;
    position: relative;
}
.eff img {
    display: block;
    border-radius: 2px;
    overflow: hidden;
}
.eff img:nth-of-type(1) {
    position: relative;
    float: left;
    width: 69.6%;
}
.eff img:nth-of-type(2) {
    position: relative;
    float: right;
    width: 28%;
}
.eff img:nth-of-type(3) {
    position: absolute;
    float: right;
    width: 28%;
    right: 0;
    bottom: 0;
}
ul.col3-eff {
    display: block;
    position: relative;
}
ul.col3-eff li {
    display: block;
    float: left;
    width: 31.17%;
    margin-right: 3.245%;
    margin-bottom: 20px;
}
ul.col3-eff li:nth-child(3n) {
    float: right;
    margin-right: 0;
}
ul.col3-eff li img {
    border-radius: 2px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
ul.col3-eff li h3 {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #a00062;
    margin-bottom: 25px;
    text-align: center;
}

ul.facblk.bnq li .ttl-blk h3 {
    font-size: 24px;
    line-height: 1.2em;
    font-family: 'M PLUS 1p', sans-serif;
    margin-bottom: 25px;
}
ul.facblk.bnq li .flr-tag {
    margin-bottom: 25px;
}
ul.facblk.bnq li:nth-child(4),
ul.facblk.bnq li:nth-child(3) {
}

ul.facblk.bnq li:nth-child(4) .ttl-blk p,
ul.facblk.bnq li:nth-child(3) .ttl-blk p {
    margin-bottom: 25px;
}
ul.facblk.bnq li:nth-child(4) a.vis,
ul.facblk.bnq li:nth-child(3) a.vis {
    padding-top:155px;
    background: url(../images/index/accommodation_bg.png) repeat top left;
}


/* -------------------------------------
News & Other
------------------------------------- */
.arc-l {
    display: block;
    float: left;
    width: 66%;
}
.arc-r {
    display: block;
    float: right;
    width: 28.8%;
}
.arc-r h3 {
    display: block;
    font-size: 33px;
    text-align: left;
    line-height: 1em;
    color: #a00062;
    font-weight: normal;
    font-family: 'Agenda';
    text-transform: uppercase;
    padding: 0 5px 5px 20px;
    border-bottom: solid 2px #a00062;
}
.arc-r h3 .ja {
    font-size: 13px;
    font-family: 'M PLUS 1p', sans-serif;
    margin-left: 10px;
}
ul.cat-list li,
ul.cat-list {
    display: block;
}
ul.cat-list li a {
    display: block;
    border-bottom: solid 1px #dbdbdb;
    padding: 18px 0 18px 33px;
    color: #54585a;
    font-size: 16px;
    text-decoration: none;
}
ul.cat-list li a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-right: 10px;
    background: url("../images/common/arw3.png") 0 0 no-repeat;
    background-size: 100% auto;
}
ul.cat-list li.active a,
ul.cat-list li a:hover {
    color: #a00062;
}

ul.arc-list {
    display: block;
}
ul.arc-list li {
    display: block;
    position: relative;
}
ul.arc-list li a {
    display: block;
    position: relative;
    color: #54585a;
    border-bottom: solid 1px #dbdbdb;
    padding: 25px 25px;
}
ul.arc-list li .vis {
    float: left;
    width: 28.8%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
    overflow: hidden;
    border: solid 1px #dbdbdb;
}
ul.arc-list li .cont-r {
    float: right;
    width: 63%;
    text-align: left;
}
.arc-l .date {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Agenda';
    text-transform: uppercase;
    margin: 0 10px 10px 0;
}
.arc-l .tag {
    display: inline-block;
    margin: 0;
}
.tag.ss {
    display: block;
    text-align: center;
}
.tag.ss a,
.arc-l .tag a,
.arc-l .tag span {
    display: inline-block;
    margin: 0 5px 10px 0;
    font-size: 14px;
    line-height: 1em;
    padding: 5px 7px;
    border: solid 1px #a00062;
    border-radius: 2px;
    color: #a00062;
}
ul.arc-list li h3 {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2em;
}
ul.arc-list li h3 {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4em;
}
ul.arc-list li a:before {
    content: '';
    float: left;
    width: 0%;
    height: 1px;
    background: #54585a;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: -1px;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
ul.arc-list li a:hover:before {
    width: 100%;
}
ul.arc-list li:before {
    content: '';
    float: left;
    width: 0px;
    height:1px;
    transform:rotate(45deg); 
    transform-origin: 100% 100%;  
    background:#54585a;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
ul.arc-list li:hover:before {
    width: 25px;
}

.news a.moreLink {
    margin-top: 65px;
}
.arc-l.single article {
    display: block;
    border-bottom: solid 1px #dbdbdb;
}
.arc-l.single h2 {
    display: block;
    font-size: 30px;
    line-height: 1.3em;
    color: #a00062;
    margin: 30px 0 50px;
}
.arc-l.single figure {
    display: block;
    margin: 0 0 35px;
    padding: 0;
}
.arc-l.single figure img {
    display: block;
    vertical-align: bottom;
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden;
}
.arc-l.single figcaption {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
}
.arc-l.single p {
    display: block;
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 0 35px;
}
.mgb {
    margin-bottom: 100px;
}
ul.info-lst.com {
    border-top: solid 1px #54585a;
    background: none;
    margin-bottom: 25px !important;
}
ul.info-lst.com li:last-child {
    background: none;
    border-bottom: solid 1px #54585a;
}
.sec-rec {
    display: block;
    position: relative;
    margin-bottom: 40px;
}
ul.info-lst.com li .lst-l {
    width: 120px;
}
ul.info-lst.com li .lst-r {
    width: calc(100% - 120px);
}



h2.und-ttl {
    display: block;
    margin: 75px auto 60px;
    color: #a00062;
    font-size: 20px;
    text-align: center;
}
.und p.desc.mgb {
   margin-bottom: 60px;
}
ul.und {
    display: block;
    margin: 40px auto;
    font-size: 16px;
    line-height: 1.4em;
}
ul.und li {
    display: block;
    margin: 0 0 5px 15px;
}
ul.und li a {
    display: block;
    color: #a00062;
    text-decoration: underline;
}
ul.und li a:hover {
    text-decoration:none;
}

ul.und2 {
    display: block;
    margin: 40px auto;
    font-size: 16px;
    line-height: 1.4em;
}
ul.und2 li {
    display: block;
    margin: 0 0 5px 15px;
    position: relative;
}
ul.und2 li:before {
    content: '・';
    position: absolute;
    left: -20px;
    top: 0;
}
ul.und2 li a {
    display: inline-block;
    color: #a00062;
    text-decoration: underline;
}
ul.und2 li a:hover {
    text-decoration:none;
}


.more {
    display: block;
    text-align: center;
    position: relative;
    margin: 30px 0 0;
}

.more #loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: auto;
    margin: auto;
}


/* -------------------------------------
Sitemap
------------------------------------- */
ul.stmp {
    display: block;
    position: relative;
}
ul.stmp > li {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}
ul.stmp > li > a {
    display:inline-block;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #a00262;
    text-align: center;
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #a00262;
    background-color: #fff;
    border-radius:2px;
    box-sizing: border-box;
    transition: all .2s;
    z-index: 5;
}
ul.stmp > li > a.hm {
    background: #a00262;
    color: #FFFFFF;
}
ul.stmp > li > a:hover {
    background: #fff8fd;
}
ul.stmp > li > a.hm:hover {
    background:#C30076;
    border: 1px solid #C30076;
}
ul.cl {
    z-index: 1;
    padding: 40px 0 30px 310px;
    border-top: 1px solid #a00262;
    margin-top: -24px;
    z-index: 1;
}
ul.cl li {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}
ul.cl li a {
    color: #54585a;
}
ul.cl li a:hover {
    text-decoration: underline;
}
ul.stmp > li > a.und {
    border: solid 1px #ececeb;
    color: #54585a;
}
ul.stmp > li > a.und:hover {
    background: #F2F2F2;
}



/* -------------------------------------
Inquiry
------------------------------------- */
section.inquiry {
    display: block;
    padding: 40px 10px 80px;
    background: url(../images/index/accommodation_bg.png) repeat top left;
}
.inq-blk {
    display: block;
    position: relative;
    padding: 30px 3%;
    background: #FFFFFF;
    border-radius: 2px;
    border: solid 1px #EEEEEE;
    margin-bottom: 10px;
}
.inq-blk h2.ttl-l {
    margin-bottom: 35px;
}
.inq-blk .blk-l ul,
.inq-blk .blk-l ul li {
    display: block;
}
.inq-blk .blk-l ul li {
    margin-bottom: 5px;
}
.inq-blk strong {
    font-weight: bold;
}
.inq-blk a.tel {
    font-family: 'Agenda';
    font-size: 20px;
    color: #a00062;
    display: inline-block;
}
.inq-blk a.tel b {
    font-size: 150%;
    font-weight: normal;
}
.inq-blk .tx {
    font-size: 14px;
}

.inq-blk .blk-r {
    text-align: right;
}
a.rp-btn {
    display: inline-block;
    width: 80%;
    max-width: 280px;
    text-align: center;
    color: #ffffff;
    background: #a00062;
    border: solid 1px #a00062;
    border-radius: 2px;
    font-size: 16px;
    padding: 13px 3px;
    line-height: 1.2;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .1s;-moz-transition-duration: .1s;-o-transition-duration: .1s;-webkit-transition-duration: .1s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
a.rp-btn:hover {
    background: #ffffff;
    color: #a00062;
}



@media screen and (max-width: 975px) {
    
    h2.main-ttl {
        font-size: 22px;
    }
    p.desc {
        font-size: 14px;
    }
    .flr-blk .blk-l {
        padding: 20px 4% 10px;
    }
    .flr-blk h3 {
        font-size: 22px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
    .flr-blk p {
        padding-bottom: 30px;
        font-size: 12px;
    }
    .recommend__plan__item.slick-slide {
        height: auto !important;
    }
    
    ul.col3-fac > li h3 {
        font-size: 16px;
        padding: 0 10px;
        margin-bottom: 25px;
    }
    ul.col3-fac > li h3 span {
        font-size: 12px;
        padding: 0 7px;
        margin-right: 7px;
    }
    
    
    .room-vis {
        margin-left: 10px;
        margin-bottom: 50px;
    }
    .room-gal-wp h2 {
        font-size: 20px;
        letter-spacing: 1px;
        padding-top: 33px;
    }
    .room-gal-wp h2 span.ja {
        font-size: 14px;
    }
    .room-gal-wp h2 b {
        font-size: 12px;
        top: 15px;
    }
    

}

@media screen and (max-width: 930px) {
    #floor img.fg {
        display: none !important;
    }
    #floor ul {
        position: relative !important;
    }
    #floor ul.fst {
        width: 100%;
        top: 0;
    }
    #floor ul.lst {
        width: 100%;
        bottom: 0;
    }
    #floor .mid {
        top: 120px;
        left: 250px;
    }
    
}

@media screen and (max-width:768px) {

    .main .m-vis {
        width: 200%;
        left: -50%;
    }
    .main .tx .en {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .pankuzu {
        font-size: 12px;
        margin: 15px auto 80px;
    }
    .flr-blk .blk-l {
        padding: 20px 4% 30px;
    }
    .flr-blk p {
        font-size: 14px;
    }
    .service {
        padding-bottom: 40px;
    }
    ul.service__list li {
        width: 46.6%;
        margin-right: 0 !important;
        margin-bottom: 15px;
        font-size: 12px;
    }
    ul.service__list li:nth-child(2n) {
        float: right;
    }
    ul.service__list li figure {
        margin-bottom: 10px;
    }
    ul.facblk li .ttl-blk {
        top: -65px;
    }
    ul.facblk li .ttl-blk p {
        margin-bottom: 30px;
    }
    ul.facblk li {
        width: 100%;
        height: auto !important;
        margin-bottom: -20px;
    }
    
    
    
    ul.arc-lst > li {
        width: 46%;
        margin: 0 2% 30px;
    }
    ul.arc-lst > li:nth-child(3n) {
        margin-right:2%;
    }

    
    .list_tab, .cmn_tab {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    
    
    ul.col3-fac > li {
        width: 48.5%;
        margin-right: 0;
    }
    ul.col3-fac > li:nth-child(3n) {
        float: left;
    }
    ul.col3-fac > li:nth-child(2n) {
        float: right;
    }
    
    
    
    #floor {
        margin: 40px auto 80px;
    }
    #floor ul.fst li:nth-child(2),
    #floor ul.fst li:nth-child(3) {
        display: none;
    }
    #floor .mid {
        display: block;
        position: relative;
        top: 0;
        left: 0;
    }
    #floor .mid h3 {
        display: none;
    }
    #floor .mid ul {
        width: 100%;
    }
    #floor .mid ul li {
        border-bottom: solid 1px #a00062;
        padding-left: 15px;
    }
	#floor .mid ul li.flr,
    #floor .mid ul li:first-child {
        padding-left: 0;
    }
    #floor .mid ul li a {
        padding: 5px 0 5px 10px;
    }
    #floor .mid ul.left {
        margin: 0;
        border: 0;
    }
    #floor ul.lst li:first-child {
        border-top: 0;
    }
    
    .access .blk-r figure {
        margin: 0;
    }
    

    .eff img:nth-of-type(1) {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .eff img:nth-of-type(2) {
        float: left;
        width: calc(50% - 7px);
        margin-bottom: 15px;
    }
    .eff img:nth-of-type(3) {
        position: relative;
        width: calc(50% - 7px);
        margin-bottom: 15px;
    }
    .eff-wrap p {
        font-size: 12px;
    }
    
    ul.col3-eff li {
        width: 100%;
        margin: 0 auto 20px;
    }
    ul.col3-eff li img {
        margin-bottom: 10px;
    }
    ul.col3-eff li h3 {
        font-size: 14px;
        margin-bottom: 0;
    }
    
    
    .arc-lst .slick-arrow.slick-prev {
        left:5px;
    }
    .arc-lst .slick-arrow.slick-next {
        right:5px;
    }
    
    
    .list_tabitem, .cmn_tabitem {
        font-size: 12px;
        margin-right: 15px;
        padding: 10px 0;
    }
    
    
    .slider-nav {
        padding-right: 5px;
        margin-top: 25px;
    }
    .slider-nav .slick-slide {
        width: 70px !important;
        height: 35px;
        border-radius: 2px;
        margin-right: 5px;
    }
    
    
    
    .arc-l,
    .arc-r {
        width:100%;
    }
    .arc-r {
        margin-top: 60px;
    }
    .gry {
        padding: 20px 10px;
    }
    .arc-r h3 {
        font-size: 23px;
        padding: 0 5px 5px 20px;
    }
    .arc-l .date {
        font-size: 14px;
    }
    .arc-l.single h2 {
        font-size: 23px;
        margin: 20px 0 30px;
    }
    .arc-l.single h2.sng-sub-ttl {
        font-size:18px;
        margin: 20px 0 30px;
        padding-bottom: 7px;
        border-bottom: solid 2px #a00062;
    }
    ul.cat-list li a {
        padding: 15px 0 15px 23px;
        font-size: 14px;
    }
    
    
    
}

@media (max-width:640px) {
    
    ul.arc-lst > li {
        width: 100%;
        margin: 0 0 30px;
    }
    ul.arc-lst > li:nth-child(3n) {
        margin-right:0;
    }
    ul.arc-lst li a.vis {
        padding-top: 60%;
    }
    
    ul.col3-fac > li {
        width: 100%;
    }
    
    ul.stmp li a {
        font-size: 13px;
    }
    ul.cl {
        padding: 40px 0 0 10px;
    }
    
    
    .room-vis {
        margin: 0 10px 20px;
    }
    .room-gal-wp h2 {
        float:none;
        width: 100%;
        position: relative;
        bottom: auto;
        font-size: 18px;
        letter-spacing: 1px;
        padding-top: 10px;
        margin-bottom: 25px;
        line-height: 1.2em;
    }
    .room-gal-wp h2 b {
        position:relative;
        top: auto;
    }

    .slider-nav {
        margin-top: 5px;
    }
    .slider-nav .slick-slide {
        width: calc(20% - 5px) !important;
        height:50%;
    }
    
    
    
}

@media (max-width:480px) {


}
