@charset "euc-jp";

/*共通*/

#article {
    max-width: 950px;
    margin: 0 auto;
}

#article #body {
    margin: 0 20px 0;
    border-bottom: 6px solid #999;
}

#article .section {
    padding-top: 20px;
}

#article .h2 {
    margin-bottom: 15px;
    padding: 20px 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

#article .h2 > span {
    font-size: 36px;
    line-height: 1;
    color: #e8e8e8;
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
}

#article .more {
    
}

#article .more a,
#article .more a::before {
    height: 24px;
    background-image: url(/r_travel/meijimura/img/bg_common_more01.png);
}

#article .more a {
    display: inline-block;
    padding: 0 32px 0 12px;
    font-size: 12px;
    line-height: 24px;
    background-position: right top;
    color: #000;
    position: relative;
}

#article .more a::before {
    content: "";
    display: block;
    width: 10px;
    position: absolute;
    top: 0; left: 0;
}

#article .more a:visited {
    color: #000;
}

#article .more a:hover {
    text-decoration: none;
    background-position: right -24px;
}

#article .more a:hover::before {
    background-position: left -24px;
}

#article .more a:active {
    color: #000;
}


/*ヘッダー*/

#article #header {
    position: relative;
}

#article #header h1 {
    position: absolute;
    top: 0; left: 20px;
}

#article #header #nav {
    position: absolute;
    top: 10px; left: 543px;
}

#article #header #nav ul {}

#article #header #nav ul li,
#article #header #nav ul li a {
    display: block;
    width: 32px;
    overflow: hidden;
}

#article #header #nav ul li:nth-child(-n+2),
#article #header #nav ul li:nth-child(-n+2) a {
    width: 38px;
}

#article #header #nav ul li {
    height: 145px;
    position: absolute;
}

#article #header #nav ul li a {
    height: 0;
    padding-top: 145px;
    background-image: url(/r_travel/meijimura/img/bg_header_nav01.png);
    background-repeat: no-repeat;
}

#article #header #nav ul li:nth-child(1) {
    top: 0; left: 0;
}

#article #header #nav ul li:nth-child(1) a {
    background-position: 0 0;
}

#article #header #nav ul li:nth-child(1) a:hover {
    background-position: 0 -145px;
}

#article #header #nav ul li:nth-child(2) {
    top: 10px; left: 41px;
}

#article #header #nav ul li:nth-child(2) a {
    background-position: -38px 0;
}

#article #header #nav ul li:nth-child(2) a:hover {
    background-position: -38px -145px;
}

#article #header #nav ul li:nth-child(3) {
    top: 30px; left: 121px;
}

#article #header #nav ul li:nth-child(3) a {
    background-position: -76px 0;
}

#article #header #nav ul li:nth-child(3) a:hover {
    background-position: -76px -145px;
}

#article #header #nav ul li:nth-child(4) {
    top: 10px; left: 156px;
}

#article #header #nav ul li:nth-child(4) a {
    background-position: -108px 0;
}

#article #header #nav ul li:nth-child(4) a:hover {
    background-position: -108px -145px;
}

#article #header #nav ul li:nth-child(5) {
    top: 20px; left: 191px;
}

#article #header #nav ul li:nth-child(5) a {
    background-position: -140px 0;
}

#article #header #nav ul li:nth-child(5) a:hover {
    background-position: -140px -145px;
}

#article #header #nav ul li:nth-child(6) {
    top: 30px; left: 226px;
}

#article #header #nav ul li:nth-child(6) a {
    background-position: -172px 0;
}

#article #header #nav ul li:nth-child(6) a:hover {
    background-position: -172px -145px;
}

#article #header #nav ul li:nth-child(7) {
    /*top: 10px; left: 300px;*/
    top: 14px; left: 261px;
}

#article #header #nav ul li:nth-child(7) a {
    /*background-position: -204px 0;*/
    background-position: -236px 0;
}

#article #header #nav ul li:nth-child(7) a:hover {
    /*background-position: -204px -145px;*/
    background-position: -236px -145px;
}

#article #header #nav ul li:nth-child(8) {
    top: 30px; left: 335px;
}

#article #header #nav ul li:nth-child(8) a {
    background-position: -236px 0;
}

#article #header #nav ul li:nth-child(8) a:hover {
    background-position: -236px -145px;
}


/*ヘッダイメージ*/

#article #header #headerImage {
    margin-top: 10px;
    background: #eee;
    position: relative;
    overflow: hidden;
    z-index: -1;
}

#article #header #headerImage::before,
#article #header #headerImage:after {
    content: "";
    width: 980px;
    height: 120px;
    background: #fff;
    position: absolute;
    transform: rotate(6deg);
}

#article #header #headerImage::before {
    top: -50px; left: -15px;
}

#article #header #headerImage:after {
    top: 500px; left: -15px;
}


/*ピックアップ
お客様の声、写真・動画*/

#article #pickup {
}

#article #pickup > div {
    margin-bottom: 32px;
    padding: 10px;
    border-top: 2px solid #999;
    background: url(/r_travel/meijimura/img/bg_common_border02.png) fixed;
}

#article #pickup > div h3 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

#article #pickup > div blockquote {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    position: relative;
}

#article #pickup > div blockquote::before,
#article #pickup > div blockquote::after {
    content: "";
    display: block;
    position: absolute;
}

#article #pickup > div blockquote::before {
    border-top: 9.9px solid #ccc;
    border-right: 6.2px solid transparent;
    border-bottom: none;
    border-left: 6.2px solid transparent;
    bottom: -9.9px; right: 79px;
}

#article #pickup > div blockquote::after {
    border-top: 8px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
    bottom: -8px; right: 80px;
}

#article #pickup > div blockquote p {
    height: 108px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

#article #pickup > div blockquote p:after {
    content: "";
    display: block;
    width: 60px;
    height: 18px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    position: absolute;
    bottom: 0; right: 0;
}

#article #pickup > div div {
    margin-bottom: 10px;
}

#article #pickup > div div img {
    width: 100%;
}

#article #pickup > div .more {
    height: 2px;
    text-align: right;
}
