@charset "euc-jp";

#article .more {
    margin: 10px 0 20px;
}

/*ヘッダイメージ*/

#article #header #headerImage {
    height: 550px;
}


#article #header #headerImage object,
#article #header #headerImage object embed {
    width: 100%;
    height: 550px;
}


/*キャッチ*/

#article #catch {
    margin-top: -140px;
    position: relative;
}

#article #catch h2 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 23px;
    color: #fff;
}

#article #catch h2 span {
    padding: 1px 5px;
    background: #333;
}

#article #catch p {
    margin-bottom: 20px;
}

#article #catch p .r {
    content: "";
    clear: both;
    float: right;
    display: block;
    height: 21px;
}

#article #catch p .r:nth-child(1) {
    width: 475px;
}

#article #catch p .r:nth-child(2) {
    width: 275px;
}


/*おすすめ情報*/

#article #spdeals {
    background: url(/r_travel/meijimura/img/bg_top_spdeals01.jpg) no-repeat 340px 20px;
}

#article #spdeals h2 {
    font-weight: bold;
}

#article #spdeals p {
    margin-bottom: 20px;
}

#article #spdeals .strong {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 34px;
}


/*宿泊プラン*/

#article #stayplan {
    width: 540px;
    padding-right: 20px;
    border-right: 1px solid #999;
}

#article #stayplan .l {
    width: 134px;
    margin: 0 10px 20px 0;
    padding: 10px;
    background: url(/r_travel/meijimura/img/bg_common_border02.png) fixed;
}

#article #stayplan .r {
    width: 376px;
    margin-bottom: 20px;
}

#article #stayplan h3 {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
}

#article #stayplan p {
    margin-bottom: 7px;
}

#article #stayplan table {
    width: 100%;
    background: #edf2b8;
}

#article #stayplan table tr {
    border-top: 1px solid #969175;
    border-bottom: 1px solid #969175;
}

#article #stayplan table tr th {
    width: 66px;
    height: 24px;
    text-align: center;
    font-weight: bold;
}

#article #stayplan table tr td {}

#article #stayplan .more {
    height: 0;
    text-align: right;
    position: relative;
    top: -50px;
}


/*ピックアップ*/

#article #pickup {
    width: 329px;
    margin-left: -1px;
    padding-left: 20px;
    border-left: 1px solid #999;
}

#article #pickup {
    width: 329px;
    margin-left: -1px;
    padding-left: 20px;
    border-left: 1px solid #999;
}

/*アクセス*/

#article #access h3 {
    font-weight: bold;
    font-size: 16px;
}

#article #access .htaccess {
    margin: 8px 0 28px;
    align-items: center;
}

#article #access .htaccess > div {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
}

#article #access .htaccess > div:nth-child(odd) {
    padding: 8px 0;
    font-weight: bold;
    background: #7f7f7f;
    color: #fff;
}

#article #access .htaccess > div:nth-child(even) {
    display: flex;
    align-items: center;
}

#article #access .htaccess > div:nth-child(even) span {
    margin: 0 6px;
}

#article #access .htaccess > div:nth-child(even)::before,
#article #access .htaccess > div:nth-child(even)::after {
    content: "";
    display: block;
    border-top: 6px solid #e8e8e8;
    flex: 1;
}

#article #access .htaccess > div:last-child {
    background: #a68032;
    color: #fff;
}

/* cssスライダー */
 .slider {
    height: 550px; /*表示したい大きさ*/
    width: 950px;
    position: relative;
    z-index: -1;
}

.slider img {
    animation: show 30s infinite;
    -webkit-animation: show 30s infinite;
    /*
    */
    height: auto;
    max-width: 100%;
    opacity: 0;
    /*
    */
    position: absolute; /*画像を全て重ねる*/
}

/*アニメーション*/

@keyframes show {
    0% {opacity:0}
    11% {opacity:1}
    21% {opacity:1}
    32% {opacity:0}
 }
@-webkit-keyframes show {
    0% {opacity:0}
    11% {opacity:1}
    21% {opacity:1}
    32% {opacity:0}
}

/*各画像のアニメーションの開始時間をずらす*/

.slider img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.slider img:nth-of-type(2) {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}

.slider img:nth-of-type(3) {
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
}

.slider img:nth-of-type(4) {
    animation-delay: 15s;
    -webkit-animation-delay: 15s;
}

.slider img:nth-of-type(5) {
    animation-delay: 20s;
    -webkit-animation-delay: 20s
}

.slider img:nth-of-type(6) {
    animation-delay: 25s;
    -webkit-animation-delay: 25s;
}

.slider img:nth-of-type(7) {
    animation-delay: 30s;
    -webkit-animation-delay: 30s;
}
