@charset "utf-8";
/*--------------------------------------------------------------
トップスライド
--------------------------------------------------------------*/

body {
    overflow-y: scroll;
}

#slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#slider #carousel li {
    float: left;
}

#slider #wrapper {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

#prev, #next {
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70); /* ie 6 7 */
    -ms-filter: "alpha(opacity=70)"; /* ie 8 */
    zoom: 1;
    display: block;
    height: 460px;
    width: 31%;
    top: 0;
    position: absolute;
}

#prev:hover, #next:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* ie 6 7 */
    -ms-filter: "alpha(opacity=40)"; /* ie 8 */
    zoom: 1;
}

#prev {
    left: -300px; /* スライドする画像の横半分の値 */
    background: #000 url(../../img/top/meguru-slide-prev.png) 100% center no-repeat;
}

#next {
    right: -300px; /* スライドする画像の横半分の値 */
    background: #000 url(../../img/top/meguru-slide-next.png) 0% center no-repeat;
}

#prev img,
#prev img {
    right: 20px;
    top: 120px;
    position: absolute;
}

#next img {
    left: 20px;
    top: 120px;
    position: absolute;
}

#slider-thum {
    background: url("../../img/common/contents_back.png") top left repeat;
    width: 1000px;
    padding-top: 54px;
    position: absolute;
    top: 408px;
    left: 50%;
    margin-left: -500px;
    z-index: 105;
}

#slider-thum li {
    float: left;
    width: 180px;
    margin-left: 15px;
    margin-top: -38px;
}

#slider-thum li.first-el-child {
    margin-left: 14px;
}

#slider-thum li:first-child {
    margin-left: 14px;
}

#slider-thum li a {
    display: block;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    color: #000;
    font-size: 0.8em;
}

#slider-thum li a img {
    width: 100%;
    border: 2px #FFF solid;
}

#slider-thum li a.select-img img {
    border: 2px #c83428 solid;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#slider-thum li a:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha( opacity=40 )";
}


/*--------------------------------------------------------------
トップメインコンテンツ
--------------------------------------------------------------*/
a {
    color: #333;
}

.strong {
    font-weight: bold;
}

.topcontent {
    margin: 0px 0 30px 0;
}

.maincontent {
    width: 100%;
    padding: 0 0 20px;
    display: block;
    margin: 0;
}

h2 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    color: #59473F;
    font-size: 1.2em;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    position: relative;
    dispaly: block;
    overflow: hidden;
}

h2:after {
    content: "";
    display: block;
    background: url(../../img/common/bg_mdsborder.png) repeat-x 0 0;
    width: 100%;
    height: 3px;
}

h2 p {
    display: inline-block;
    margin: 0 0 5px 30px;
}

h2.special {
    background: url(../../img/top/ico_hiho.png) no-repeat 0 0;
}

h2.news {
    background: url(../../img/top/ico_news.png) no-repeat 0 0;
}

h2.pickup {
    background: url(../../img/top/ico_pickup.png) no-repeat 0 0;
}

h2.areasearch {
    background: url(../../img/top/ico_areasearch.png) no-repeat 0 0;
}

a.link_all {
    margin: 5px 0 0 0;
    color: #59473F;
    font-weight: normal;
    display: inline-block;
    float: right;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.8em;
}

.yamatoji_link {
    color: rgb(197, 57, 61);
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 0.8em;
    font-weight: bold;
    padding: 10px 0px 10px 95px;
    background: url(../../img/common/ico_yamatoji.png) 0px center no-repeat;
    margin: 0px 0px 0px 20px;
}


h2 .yamatoji_link {
    margin: 0 0 0 2em;
}

.maincontent .otherlink{
	margin: 0 0 40px;
}


/*--------------------------------------------------------------
秘宝・秘仏・特別開帳
--------------------------------------------------------------*/
.specialcont {
    margin: 1em 0 3em 0;
    display: block;
    width: 100%;
}

.specialcont p {
    margin: 0 0 0.4em;
}

.specialcont .col3 {
    width: 23%;
    margin: 0 1% 2em 1%;
    position: relative;
    float: left;
}

.specialcont .col3:nth-of-type(4n) {
    float: left;
}

.specialcont .col3 a {
    dispaly: block;
}

.specialcont .col3:hover {
    opacity: 0.6;
}

.specialcont .icon_txt {
    position: absolute;
    padding: 6px 10px;
    top: 20px;
    left: -5px;
    width: auto;
}

.specialcont img {
    margin: 0;
    margin: 0 0 0.6em;
}

.specialcont h3 {
    font-weight: bold;
    margin: 0 0 0.4em 0;
    font-size: 1.4em;
}

.img_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0;
}

.img_box {
    position: relative;
    width: 300px;
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /* border: 1px solid #c9b696; */
    vertical-align: middle;
    background: #e4d7c1;
    padding: 5px;
    margin: 0 0 0.6em;
    /* box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2); */
}

@media screen and (max-width: 1140px) {
    .img_box {
        position: relative;
        width: 250px;
        height: 250px;
    }
}
@media screen and (max-width: 840px) {
    .img_box {
        position: relative;
        width: 200px;
        height: 200px;
    }
}
@media screen and (max-width: 680px) {
    .img_box {
        position: relative;
        width: 425px;
        height: 425px;
    }
}
@media screen and (max-width: 375px) {
    .img_box {
        position: relative;
        width: 240px;
        height: 240px;
    }
}





/*--------------------------------------------------------------
お知らせ
--------------------------------------------------------------*/
h2.news {
    width: 100%;
    margin: 0 2em 0 0;
    display: block;
    overflow: hidden;
}

ul.newslist {
    margin: 0 0 3em 0;
    display: block;
    overflow: hidden;
}

ul.newslist li {
    padding: 1em 0;
    background-image: linear-gradient(to right, #A49B8F, #A49B8F 4px, transparent 4px, transparent 8px);
    background-size: 6px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
    overflow: hidden;
}

ul.newslist li:hover {
    opacity: 0.6;
}

ul.newslist li img {
    width: 60px;
    height: auto;
    margin: 0 1em 0 0;
    float: left;
}

ul.newslist .data {
    font-size: 0.8em;
}

ul.newslist .mdstxt {
    text-decoration: underline;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
 }

.newsbnr {
    margin: 1em 0;
    clear: both;
}

.newsbnr .newsttl {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 10px;
}

.newsbnr .newsttl span {
    font-size: 0.75em;
    margin: 0 5px 0 0;
}

.newsbnr .photo {
    width: 100%;
}

/*--------------------------------------------------------------
ピックアップ
--------------------------------------------------------------*/
.pickupcont {
    margin: 1em 0 3em 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

.pickupcont ul.slides {
    display: flex;
    flex-wrap: wrap;
}

.pickupcont .col3 {
    width: 28.8%;
    margin: 0 2% 2em 0;
    padding: 0.8em 1.5%;
    background: #FBF7F0;
    float: left;
}

.pickupcont .col3 a {
    display: block;
}

.pickupcont .col3:hover {
    opacity: 0.6;
}

.pickupcont .col3:nth-of-type(3n) {
    margin: 0 0 2em 0;
    float: left;
}

.pickupcont .col3 img {
    margin: 0;
    border: 1px #CCC solid;
    box-sizing: border-box;
}

.pickupcont .col3 .date {
    margin: 0;
    padding: 0 0 0.6em;
    background-image: linear-gradient(to right, #A49B8F, #A49B8F 4px, transparent 4px, transparent 8px);
    background-size: 6px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
    font-size: 1.2em;
}

.pickupcont .col3 h3 {
    margin: 0.6em 0 0;
    padding: 0 0 0 0;
    font-size: 1.2em;
}

.pickupcont .col3 h3.yamatoji:after {
    margin: 0 0 0 0.4em;
    content: url(../../img/common/ico_yamatoji.png);
    display: inline-block;
    vertical-align: top;
}


.btn_sp {
    display: none;
}

/*--------------------------------------------------------------
奈良旅ナビゲーション
--------------------------------------------------------------*/
.navibnr {
    margin: 1em 0 0 0;
    padding: 2em 4em 1em 4em;
    background: url(../../img/top/bg_megurunavi.png) repeat;
    overflow: hidden;
    display: block;
}

.navibnr h3 {
    margin: 0 0 1em;
    text-align: center;
    font-size: 1.6em;
    color: #59473F;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
}

.navibnr h3:before {
    content: url(../../img/top/bg_naranavi01.png);
    margin: 0 0.4em 0 0;
    display: inlin-block;
}

.navibnr h3:after {
    margin: 0 0 0 0.2em;
    content: url(../../img/top/bg_naranavi02.png);
    font-size: 1.2em;
    display: inlin-block;
}

.navibnr ul li {
    margin: 0 0 2em;
    float: left;
}

.navibnr ul li:nth-child(even) {
    margin: 0 0 2em;
    float: right;
}

.navibnr ul li a:hover {
    opacity: 0.8;
}

/*--------------------------------------------------------------
エリアで探す
--------------------------------------------------------------*/
.areamap {
    width: 100%;
    height: 720px;
    margin: 2em 2em 1em 0;
    background: url(../../img/top/bg_areamap.png) no-repeat 70% 0;
    background-size: 60%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    position: relative;

}

.areamap .mdsarea {
    position: absolute;
    top: 10%;
    left: 13%;
    font-size: 1.4em;
    color: #59483F;
    padding: 25px 0 0 0;
    background: url(../../img/common/ico_address.png) no-repeat 50% 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.areamap .read {
    position: absolute;
    top: 13%;
    left: 5%;
    color: #59483F;
    font-size: 1.2em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.areamap .btn_blue a,
.areamap .btn_red a,
.areamap .btn_yellow a,
.areamap .btn_green a {
    min-height: 50px;
    display: inline-block;
    font-size: 1em;
    color: #fff;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: absolute;
}

.areamap .btn_blue a {
    padding: 0.9em 1em 0 60px;
    background: rgba(20, 89, 141, 1) url(../../img/common/icon_blue.png) 0 center no-repeat;
    top: 8%;
    left: 50%;
}

.areamap .btn_red a {
    padding: 0.2em 1em 0 60px;
    background: rgba(194, 91, 99, 1) url(../../img/common/icon_red.png) 0 center no-repeat;
    top: 30%;
    left: 35%;
}

.areamap .btn_yellow a {
    padding: 0.2em 1em 0 60px;
    background: rgba(201, 158, 68, 1) url(../../img/common/icon_yellow.png) 0 center no-repeat;
    top: 27%;
    left: 65%;
}

.areamap .btn_green a {
    padding: 0.9em 1em 0 60px;
    background: rgba(116, 163, 84, 1) url(../../img/common/icon_green.png) 0 center no-repeat;
    top: 55%;
    left: 60%;
}

.areamap .btn_blue a:hover {
    opacity: 1.0;
    background: rgba(149, 180, 204, 1) url(../../img/common/icon_blue_on.png) 0 center no-repeat;
    color: rgba(20, 89, 141, 1);
}

.areamap .btn_red a:hover {
    opacity: 1.0;
    background: rgba(228, 182, 185, 1) url(../../img/common/icon_red_on.png) 0 center no-repeat;
    color: rgba(194, 91, 99, 1);
}

.areamap .btn_yellow a:hover {
    opacity: 1.0;
    background: rgba(239, 226, 199, 1) url(../../img/common/icon_yellow_on.png) 0 center no-repeat;
    color: rgba(201, 158, 68, 1);
}

.areamap .btn_green a:hover {
    opacity: 1.0;
    background: rgba(227, 237, 221, 1) url(../../img/common/icon_green_on.png) 0 center no-repeat;
    color: rgba(116, 163, 84, 1);
}

.areamap .btn_blue:before,
.areamap .btn_red:before,
.areamap .btn_yellow:before,
.areamap .btn_green:before {
    position: absolute;
    content: url(../../img/common/ico_yamatoji.png);
    display: block;
}

.areamap .btn_blue:before {
    top: 4%;
    left: 50%;
}

.areamap .btn_red:before {
    top: 26%;
    left: 35%;
}

.areamap .btn_yellow:before {
    top: 23%;
    left: 65%;
}

.areamap .btn_green:before {
    top: 51%;
    left: 60%;
}


/*--------------------------------------------------------------
トップサイドコンテンツ
--------------------------------------------------------------*/
.subcontent {
    width: 100%;
    margin: 2em 0;
}

.subcontent img {
    width: 100%;
}

ul.sidebnr {
    clear: both;
}

ul.sidebnr li {
    margin: 0 0 1em;
    width: 23.5%;
    float: left;
    margin: 0 2% 2% 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

ul.sidebnr li:nth-child(4n) {
    margin: 0 0 2% 0;
    float: right;
}

ul.sidebnr li a:hover {
    opacity: 0.8;
}

ul.sidebnr_fb li {
    margin: 0 0 1em;
}

ul.sidebnr_fb li iframe {
    width: 100%;
}


ul.sidebnr2 {
    margin: 2em 0 0 0;
    clear: both;
}

ul.sidebnr2 li {
    margin: 0 0 1em;
    width: 18.4%;
    float: left;
    margin: 0 2% 2% 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

ul.sidebnr2 li:nth-child(5n) {
    margin: 0 0 2% 0;
    float: right;
}

ul.sidebnr2 li a:hover {
    opacity: 0.8;
}

ul.sidebnr2_fb li {
    margin: 0 0 1em;
}

ul.sidebnr2_fb li iframe {
    width: 100%;
}


#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

a.txt_link,
p.txt_link {
    display: inline-block;
    color: #1F78A4;
    text-decoration: underline;
}

a.txt_link:after,
p.txt_link:after {
    content: url(../../img/common/ico_yamatoji.png);
    display: inline-block;
    margin: 0.2em 0 0 0.6em;
}

/*--------------------------------------------------------------
画面幅中(1140px)
--------------------------------------------------------------*/
@media screen and (max-width: 1140px) {

    /*--奈良旅ナビゲーション--*/
    .navibnr {
        padding: 2em 3em 1em 3em;
    }

    .navibnr ul li {
        width: 49%;
        margin: 0 2% 2em 0;
        float: left;
    }

    .navibnr ul li:nth-child(2n) {
        margin: 0 0 2em;
        float: left;
    }

    .navibnr ul li img {
        width: 100%;
    }

    h2 .yamatoji_link {
        margin: -10px 0 0;
    }

    .yamatoji_link {
        display: block;
    }

    /*-エリアマップ--*/
    .areamap {
        width: 100%;
        height: 680px;
        margin: 2em 2em 1em 0;
        background: url(../../img/top/bg_areamap.png) no-repeat 80% 0;
        background-size: 70%;
        position: relative;
    }

    .areamap .btn_red a {
        top: 32%;
        left: 26%;
    }

    .areamap .btn_red::before {
        top: 28%;
        left: 26%;
    }
}

/*--------------------------------------------------------------
画面幅中(1000px)
--------------------------------------------------------------*/
@media screen and (max-width: 1000px) {

    #slider-thum {
        width: 780px;
        padding-top: 54px;
        position: absolute;
        top: 430px;
        left: 50%;
        margin-left: -390px;
        z-index: 105;
    }

    #slider-thum li {
        float: left;
        width: 137px;
        margin-left: 15px;
        margin-top: -38px;
    }

    #slider-thum li.first-el-child {
        margin-left: 14px;
    }

    #slider-thum li:first-child {
        margin-left: 14px;
    }

}

/*--------------------------------------------------------------
画面幅中(840px)
--------------------------------------------------------------*/
@media screen and (max-width: 840px) {
    #maincontainer .wrapper {
        width: 100%;
    }

    .topcontent {
        margin: 0px 0 0;
    }

    .maincontent {
        width: 90%;
        margin: 0 auto 2em;
        padding: 0;
        overflow: hidden;
        dipslay: block;
        float: none;
    }

    .subcontent {
        width: auto;
        float: none;
        background: #332111;
        overflow: hidden;
        display: block;
        text-align: center;
    }
    ul.sidebnr li:nth-child(2n){
        margin: 0 0 2% 0;
        float: right;
    }
    ul.sidebnr2 li{
        margin: 0 2% 2% 0;
        width: 48%;
        display: inline-block;
        text-align: center;
    }
    ul.sidebnr2 li:nth-child(2n){
        margin: 0 0 2% 0;
        float: right;
    }
    ul.sidebnr li {
        margin: 0 0 2% 0;
        width: 48%;
        display: inline-block;
        text-align: center;
    }

    ul.sidebnr li:nth-of-type(2n+1) {
        /*margin: 0 0 0.5em;*/
    }

    ul.sidebnr li img {
        width: 100%;
    }

    ul.sidebnr2 li:nth-child(5n) {
        margin: 0 2% 2% 0;
        float: left;
    }
    ul.sidebnr_fb {
        width: 100%;
        float: right;
        margin: 0 0 1em 2%;
    }

    ul.sidebnr li_fb iframe {
        width: 100%;
    }

    /*--スライドショー--*/
    #slider {
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    #slider #wrapper {
        width: 100%;
        height: 290px;
        overflow: hidden;
    }

    #slider #carousel img {
        height: 290px;
    }

    #prev, #next {
        height: 290px;
        width: 42.6%;
    }

    #slider-thum {
        width: 600px;
        padding-top: 54px;
        position: absolute;
        top: 260px;
        left: 50%;
        margin-left: -300px;
        z-index: 105;
    }

    #slider-thum li {
        float: left;
        width: 102px;
        margin-left: 15px;
        margin-top: -38px;
    }

    #slider-thum li.first-el-child {
        margin-left: 14px;
    }

    #slider-thum li:first-child {
        margin-left: 14px;
    }

    /*--秘宝・秘仏・特別開帳--*/
    .specialcont .col3 img {
        width: auto;
        /*display: block;*/
        overflow: hidden;
    }

    .specialcont .icon_txt {
        position: absolute;
        width: 100%;
        margin: 0 auto 0.6em;
        padding: 6px 10px;
        display: block;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    /*--ピックアップ--*/
    /*--奈良旅ナビゲーション--*/
    .navibnr h3 {
        font-size: 1.4em;
    }

    .navibnr h3:before,
    .navibnr h3:after {
        display: none;
    }

    .navibnr ul li {
        width: 48.5%;
        margin: 0 1em 2em 0;
        float: left;
    }

    .navibnr ul li:nth-child(even) {
        margin: 0 0 2em;
        float: left;
    }

    .navibnr ul li img {
        width: 100%;
        height: auto;
    }

    /*--エリアで探す--*/
    .areamap {
        width: 100%;
        height: 720px;
        margin: 2em 0 1em;
        background: url(../../img/top/bg_areamap.png) no-repeat 70% 0;
        background-size: 71%;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
        position: relative;

    }

    .areamap .mdsarea {
        position: absolute;
        top: 0;
        left: 10%;
        font-size: 1.2em;
        color: #59483F;
        padding: 25px 0 0 0;
        background: url(../../img/common/ico_address.png) no-repeat 50% 0;
        writing-mode: vertical-rl;
    }

    .areamap .read {
        position: absolute;
        top: 5%;
        left: 0;
        color: #59483F;
        font-size: 1.0em;
        writing-mode: vertical-rl;
    }

    .areamap .btn_blue a {
        top: 8%;
        left: 42%;
    }

    .areamap .btn_red a {
        top: 25%;
        left: 20%;
    }

    .areamap .btn_yellow a {
        top: 27%;
        left: 60%;
    }

    .areamap .btn_green a {
        top: 58%;
        left: 60%;
    }

    .areamap .btn_blue:before {
        top: 4%;
        left: 42%;
    }

    .areamap .btn_red:before {
        top: 21%;
        left: 20%;
    }

    .areamap .btn_yellow:before {
        top: 23%;
        left: 60%;
    }

    .areamap .btn_green:before {
        top: 54%;
        left: 60%;
    }

}

/*--------------------------------------------------------------
スマホ(680px)
--------------------------------------------------------------*/
@media screen and (max-width: 680px) {

    /*--トップコンテンツ--*/
    .topcontent {
        margin: 1em 0 0;
    }

    .maincontent {
        overflow: visible;
    }
    .subcontent {
        width: 100%;
        padding: 0;
        float: none;
        background: #332111;
        overflow: hidden;
        dispaly: block;
    }

    /*--スライドショー--*/
    #slider {
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    #slider #wrapper {
        width: 100%;
        height: 125px;
        overflow: hidden;
    }

    #slider #carousel img {
        height: 125px;
    }

    #slider-thum {
        display: none;
    }

    /*--コンテンツ--*/
    h2 {
        width: 100%;
        margin: 0 auto 1em;
        padding: 0;
        color: #59473F;
        font-size: 1.2em;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
        position: relative;
        dispaly: block;
        overflow: hidden;
    }

    h2:after {
        content: "";
        display: block;
        background: url(../../img/common/bg_mdsborder.png) repeat-x 0 0;
        width: 100%;
        height: 3px;
    }

    a.link_all {
        display: none;
    }

    /*--秘宝・秘仏・特別開帳--*/
    .specialcont {
        margin: 1em 0 0 0;
        dispaly: block;
        overflow: hidden;
    }

    .specialcont .col3 {
        margin: 0;
        postion: relative;
    }

    .specialcont ul.slides {
        width: 70%;
        margin: 0 auto 0.6em;
        display: block;
    }

    .specialcont ul.slides img {
        width: auto;
        margin: 0.6em auto;
    }

    /*--おしらせ--*/
    h2.news {
        width: 90%;
        margin: 0 auto;
    }

    ul.newslist {
        margin: 0 2em 3em;
        display: block;
        overflow: hidden;
    }



    .newsbnr {
        margin: 1em auto;
        width: 90%;
    }

    .newsbnr .col2 {
        margin: 0 0 1em;
    }

    .btn_sp {
        display: block;
        background: #2d8592;
        width: 50%;
        margin: 0 auto 2.4em;
        padding: 0.6em 0;
        color: #FFF;
        text-align: center;
    }

    /*--ピックアップ--*/
    .pickupcont {
        margin: 1em 0 3em 0;
        dispaly: block;
        overflow: hidden;
    }

    .pickupcont ul.slides {
        width: 70%;
        display: block;
    }

    .pickupcont .col3 {
        margin: 0 0 2em;
        padding: 0;
        background: #FBF7F0;
        display: block;
        overflow: hidden;
    }

    .pickupcont .col3 a {
        padding: 1em;
    }

    .pickupcont .col3:nth-of-type(3n) {
        margin: 0 0 2em;
        float: none;
    }

    .pickupcont .col3 img {
        width: 100%;
        margin: 0;
    }

    .pickupcont .col3 .date {
        margin: 0.6em 0 0;
    }

    .pickupcont .col3 h3 {
        margin: 0.6em 0 0;
    }

    .pickupcont .col3 .icon_area_red,
    .pickupcont .col3 .icon_area_blue,
    .pickupcont .col3 .icon_area_green,
    .pickupcont .col3 .icon_area_yellow {
        margin: 1em 0 0.6em !important;
    }

    /*--奈良旅ナビゲーション--*/
    .navibnr {
        margin: 1em 0 0 0;
        padding: 2em 0;
        background: url(../../img/top/bg_megurunavi.png) repeat;
        overflow: hidden;
        display: block;
    }

    .navibnr h3 {
        margin: 0 1em 1em;
        font-size: 1.6em;
    }

    .navibnr h3:before,
    .navibnr h3:after {
        display: none;
    }

    .navibnr ul li {
        width: 75%;
        margin: 1em auto;
        float: none;
    }

    .navibnr ul li:nth-child(even) {
        margin: 1em auto;
        float: none;
    }

    /*--エリアで探す--*/
    h2.areasearch p {
        -webkit-margin-after: 0em;
    }

    h2.areasearch p:after {
        margin: 0 0 0 0.4em;
        content: url(../../img/common/ico_yamatoji.png);
        display: inline-block;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
    }

    .areamap {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        background: none;
        position: relative;
        overflow: hidden;
    }

    .areamap .btn_blue a,
    .areamap .btn_red a,
    .areamap .btn_yellow a,
    .areamap .btn_green a {
        width: auto;
        position: relative;
        margin: 0 0 0.6em;
        padding: 0.9em 1em 0 60px;
        top: 0;
        left: 0;
        display: block;
    }

    .areamap .btn_blue:before,
    .areamap .btn_red:before,
    .areamap .btn_yellow:before,
    .areamap .btn_green:before {
        position: relative;
        content: "";
        display: block;
    }

    .areamap .btn_blue a br,
    .areamap .btn_red a br,
    .areamap .btn_yellow a br,
    .areamap .btn_green a br {
        display: none;
    }

    .areamap .mdsarea,
    .areamap .read,
    .yamatoji_link {
        display: none;
    }

    /*--トップサイドコンテンツ--*/

    ul.sidebnr {
        float: none;
    }

    ul.sidebnr li {
        margin: 0 0 1em;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    ul.sidebnr li:nth-of-type(2n+1) {
        margin: 0 0 1em 0;
    }

    ul.sidebnr li:nth-child(4n){
        margin: 0 0 1em;
    }

    ul.sidebnr_fb {
        width: 80%;
        float: left;
        margin: 1em 10% 1em;
    }

    .btn_sp {
        display: block;
        overflow: hidden;
        background: #2d8592;
        width: 50%;
        margin: 0 auto 2.4em;
        padding: 0.6em 0;
        color: #FFF;
        text-align: center;
    }


    footer .footer_top,
    footer .btm_sp {
        padding: 0 2em;
    }


    /*--インタビュー--*/

    .interviewcont{
        margin: 2em 0 0;
        dispaly:block;
    }
    .interviewcont .col4{
        width:100%;
        margin: 0 0 2em 0;
    }
    .interviewcont .col4:nth-of-type(4n+1) {
        margin: 0 0 2em 0;
    }

    .interviewcont .col4 .kouwa_ttl {
        font-size: 1.4em;
        display: block;
    }

    /*--特集記事一覧--*/
    #speciallist_ttl h2 {
        font-size: 1.8em;
        padding: 16% 11% 3%;
    }
    #speciallist_ttl h2 span {
        display: block;
    }
    .templcont .col3,
    .columncont .col3{
        width:100%;
    }
}


.swiper-container img {
    width:100%
}
.swiper-container img.sp{
    display: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../../img/top/swiper-button-next.png");
    right: 10px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../../img/top/swiper-button-prev.png");
    left: 10px;
    right: auto;
}

.swiper-pagination-bullet-active {
    background: #d75630;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}


.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin: 10px 0 0 0;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

#mainimg {
    margin: 0 0 25px 0;
    position: relative;
}

.sptopmenu{
	margin: 0 0 40px;
	display:none;
}

.sptopmenu ul li{
	background: #c83428;
	border-top: 1px solid #fff;
}
.sptopmenu ul li a{
	color: #fff;
	display: block;
}
.sptopmenu ul li a div{
	display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
}
.sptopmenu ul li a h3{
	margin: 0 0 2px;
	letter-spacing: 2px;
	font-size: 1.5em;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
}
.sptopmenu ul li a img{
    width: 80px;
    vertical-align: middle;
    padding: 10px;
}



@media screen and (max-width: 680px) {
	#mainimg {
		margin: 0;
	}
	.swiper-container img.pc{
	    display: none;
	}
    .swiper-container img.sp{
	    display: block;
	}
	.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		margin: 0 0 5px;
		bottom: 0;
	}
	
	.swiper-pagination-bullet {
    	background: #fff;
    	opacity: 0.5;
    }
    .swiper-pagination-bullet-active {
	    background: #d75630;
	}
	.sptopmenu{
		display: block;
	}
}