﻿
#all_contents {
    width: 100%;
    padding: 0px 0 25px 0;
    display: block;
    position: relative;
    font-family: -apple-system,Helvetica Neue,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;
}
.head_top_box {
    width: 100%;
    display: none;
    background-color: #FFF;
}
.w1000{
    width:100%;
}
.head_top_box .head-top-bk {
    display: none;
}
.globalnavi-overlay {
    display: none;
}

.pc_none{
	display:block;
}
/* ---------------- slider Pro ------------------*/



/* ---------------- TOP ------------------*/
.image-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    min-height: 140px;
    padding: 50px 0 40px;
    background: rgba(0, 0, 0, 0.4);
}

.photor {
    position: absolute;
    top: 50% !important;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: -1;
    height: 250px;
    object-fit: cover;
}

.ikyu_logo{
    width:80px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.title2 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
.type2 {
    font-size: 24px;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    font-family: 'Times New Roman', 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 'HG明朝B', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
.top_text_sub {
    display: block;
    width: 80%;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 auto;
    color: #fff;
}
.otona-pan{
    display: flex;
    justify-content: flex-end;
    margin: 10px 10px 10px;
}
.otona-pan-c1 {
    display: none;
}
.otona-pan-c3{
    margin-right:10px;
}
a.to_biz {
    display: block;
    font-size: 12px;
    background: rgba(108, 47, 0, 0.8);
    width: 60%;
    /* border: 1px solid #000000; */
    border-radius: 6px;
    float: right;
    margin: 35px 10px 0 10px;
    color: #fff;
    padding: 3px 0;
}

.head_decoration ul{
    display: none;
}
.sd_navi {
    display: flex;
    font-size: 14px;
    width: 94%;
    justify-content: space-between;
    align-items: self-end;
}
.navi1, .navi2{
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #4f86b9;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    padding: 4px 2%;
    /* margin: 0 10px; */
    color: #ffffff !important;
    font-weight: bold;
    font-size: 13px;
}
.navi1{
    width: 43%;
    display: block;
    margin:0;
}
.navi2{
    width: 43%;
    display: block;
    border-top: 1px solid #4f86b9;
    border-right: 1px solid #4f86b9;
    border-left: 1px solid #4f86b9;
    background: #fff;
    color: #4f86b9 !important;
}
/*  開業帯 */

.shinki-year {
    background: #eee;
    padding: 10px 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* ホテルごとの中身*/

.shinki-four {
    margin: 0 3%;
}
li.shinki-each {
    margin-bottom: 20px;
    /* border-bottom: 1px solid #333; */
    border-radius: 4px;
    padding-bottom: 10px;
    box-shadow: 6px 3px 8px #d7d7d7;
    position: relative;
    box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;
}
li.shinki-each a{
    color:#333;
    display: inline-block;
}

.open-date {
    padding: 8px 0;
    text-align: center;
    margin: 0;
    background-color: #eff7ff;
    font-size: 13px;
    line-height: 18px;
    color: #333;
}

.shinki-name {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 5px;
}

span.pr_text {
    padding: 10px 2%;
    font-size: 12px;
    color: #696969;
    height: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
}

.shinki-each .area {
    font-size: 12px;
    color: #888;
    padding-bottom: 6px;
}

span.newopen_lowestprice {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
span.newopen_lowestprice b {
    font-size: 18px;
    padding-left: 6px;
}
.shinki-each img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.shinki-each em {
    position: absolute;
    top: 10px;
    left: 0;
    background: #ffffff;
    font-size: 12px;
    padding: 4px 10px;
    color: #333;
}

.footLink{
	display:none;
}

.footer_bk.clearfix {
    display: none;
}

.sd_foot{
	padding:20px 0;
	font-size:11px;
}

.to-top-pc {
    display: none;
} 
/* ----------------- Page Top ------------------ */
#toPageTop {position:fixed; bottom:10px; right:10px;}
#toPageTop img{width:48px;}
#toPageTop a {display:block; width:48px; }