﻿@charset "UTF-8";

/*--------------------------------------------------------------------*/
/*	INDEX															  */
/*--------------------------------------------------------------------*/
/*
            ■　スマートフォン用 - 1column
            ■　小型タブレット用 - 2column
            ■　大型タブレット用 - 3column
            ■　通常PC用 - 4column

----------------------------------------------------------------------*/


/*--------------------------------------------------------------------*/
/* ※min-heightのCALCには ヘッダー + ボタン高さ×段数 ＋ フッター高さ を設定
----------------------------------------------------------------------*/
/*
@media only screen and (min-height: calc(380px + 80px * 3 + 150px)) and (max-width: 480px) {
    .Portal #footer{
        position: absolute !important;
        bottom: 0 !important;
    }
}
*/


    body.spview {
        background: #000000;
    }
    .spview header #headerInner #headerNav {
        display: block;
    }
    .spview header #headerInner #headerNav {
        display: block;
    }

            .spview .boxModule {
                max-width:calc(50% - 12px);/*スマホ画面統一PRJ*/
                width: calc(50% - 12px);/*スマホ画面統一PRJ*/
                border-width: thin !important;/*スマホ画面統一PRJ*/
                border-radius: 5px !important;/*スマホ画面統一PRJ*/
                box-shadow: 0 2px 10px rgba(0,0,0,.2);/*スマホ画面統一PRJ*/
                border: 2px solid #999999;/*スマホ画面統一PRJ*/
            }
            /* 1列表示時 */
            .spview .box1 .boxModule {
                max-width:calc(50% - 16px);/*スマホ画面統一PRJ*/
                width: calc(50% - 16px);/*スマホ画面統一PRJ*/
            }
            /* 強制1列表示 */
            .spview .boxModule.box1 {
                max-width: calc(100% - 16px);
                width: calc(100% - 16px);
                margin: 8px;
            }
            .spview .boxModule.box1 p {
                width: 96%;
            }
            /* --掲載マップ一覧--------------------------*/
            .spview .boxModule.moduleTitle
            ,.spview .moduleTop {
                max-width:100%;/*スマホ画面統一PRJ*/
                width: 100%;/*スマホ画面統一PRJ*/
                height: auto;/*スマホ画面統一PRJ*/
                border-radius: 0 !important;/*スマホ画面統一PRJ*/
                margin: 0;/*スマホ画面統一PRJ*/
                margin-bottom: 4px;
            }
            .spview .listMds {
                margin: 5px auto 0;
                display: block;
                height: auto;
                background: url(../../../../Content/images/site/mds_module_list.png) right top no-repeat;
                background-size: 24px auto;
                padding-right: 30px;
            }
            /* --地図カテゴリ選択--------------------------*/
            .spview .bdrMapSP {
                max-width: calc(50% - 12px);/*スマホ画面統一PRJ*/
                width: calc(50% - 12px);/*スマホ画面統一PRJ*/
                height: 72px;/*スマホ画面統一PRJ*/
            }
            /* 左列（奇数番目）*/
            .spview .bdrMapSP:nth-child(2n + 1){
                margin-right: 4px;
                margin-left: 8px;
                margin-top: 4px;
                margin-bottom: 4px;
            }
            /* 右列（偶数番目）*/
            .spview .bdrMapSP:nth-child(2n){
                margin-right: 8px;
                margin-left: 4px;
                margin-top: 4px;
                margin-bottom: 4px;
            }
            /* １列表示 */
            .spview .box1 .bdrMapSP {
                max-width: calc(100% - 16px);/*スマホ画面統一PRJ*/
                width: calc(100% - 16px);/*スマホ画面統一PRJ*/
                margin-right: 8px;
                margin-left: 8px;
                margin-top: 4px;
                margin-bottom: 4px;
            }
            .spview .bdrMapSP p { width: auto; text-align: left; }
            .spview .bdrMapSP h2{
                height: 100%;
                background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30px,rgba(255, 255, 255, 1) 72px);
                top:  0;/*スマホ画面統一PRJ*/
                left: 0;/*スマホ画面統一PRJ*/
                font-size: min(4vw,16pt);/*スマホ画面統一PRJ*/
                padding-top: 20px;
                padding-left: 60px;
                text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF
                           ,-3px 3px 0 #FFF, 3px -3px 0 #FFF
                           ,0px 3px 0 #FFF, 0-3px 0 #FFF
                           ,-3px 0 0 #FFF, 3px 0 0 #FFF;
                z-index: 9999;
            }
            /* マップ名 */
            .spview .box1 .bdrMapSP h2{
                top:  calc(50% - 10pt);/*スマホ画面統一PRJ*/
                left: 80px;/*スマホ画面統一PRJ*/
                font-size: 13pt;/*スマホ画面統一PRJ*/
            }
            /* 説明・リンク非表示 */
            .spview .bdrMapSP p{display:none;}
            .spview .bdrMapSP .linkSearchmap{display:none;}
            /* サムネイル縮小表示 */
            .bdrMapSP .imageMap { width: 100%; overflow: hidden; }
            .spview .bdrMapSP .imageMap {
                width: 72px;/*スマホ画面統一PRJ*/
                height: 100%;/*スマホ画面統一PRJ*/
                overflow: hidden;
                background-size: auto 100% !important;
                background-position: 50% 46% !important;
            }
            .spview .box1 .bdrMapSP .imageMap {
                width: 72px;/*スマホ画面統一PRJ*/
            }

.spview .linkMPD {
    width: max(50px,min(60px,5vw));
    height: max(50px,min(60px,5vw));
    max-width: 60px;
    max-height: 60px;
    display: block !important;
    position: relative;
    margin: 0 auto;
    padding-left: 1em;
    line-height: 26px;
    text-indent: -9999px;
    background: url(../../../images/pages/menu/btn_desktop.png) 50% 50% no-repeat;
    background-size: auto max(40px,5vw);
    border-radius: 5px;
}
.spview .btn-help {
    display:none;
}

.spview .boxQr {
    display: none;
}


/*  = スマートフォン用 - 1column
----------------------------------------------------------------------*/
 @media only screen and (max-width: 480px) {
/* ヘッダ -------------------------------*/
   .clearfix-sp{
        display: block;
        clear: both;
        visibility: hidden;
    }

    header #headerInner { width: 100%; }
    header #headerInner h1 {
        width: 100%;
        margin-left: 0px;
        height: max(40px,5vw);
        background-size: auto 75% !important;
    }
    header #headerInner #headerNav {
        display: none;
    }
    .btn-help{
        display: none;
    }

/* コンテンツ --------------------------*/
.wrapContens {
    background: none;
}
.contentsPortal {  }

    .boxExplain {
        width: 98%;
        height: 0px;
        margin: 4px 1% 4px;
        padding: 0;
        padding-top: 46.5%;
        box-sizing: border-box;
        background: url(../../../../Content/images/site/imageMain_sp.jpg) center center no-repeat;
        background-size: contain;
    }
    .boxExplain h2 {
        width: auto;
        background:none;
    }
    .bdrNews {
        width: auto;
        max-height: 80px;/*スマホ画面統一PRJ*/
        margin-right:1%;
        margin-left:1%;
    }
    .listNews {
        max-height: 80px;/*スマホ画面統一PRJ*/
    }

        /* 掲載マップ一覧（上部パターン） */
        .moduleTop.moduleText p {
            text-align: center;
        }
        .moduleTop.moduleText p span.mapListDesc {
            font-weight: normal;
            font-size: 80%;
            margin-left: 0;
            text-align: left;
        }

    .wrapFirst { margin-top:0px; padding:0px;}
    .wrapSecond {
        width: auto;
        text-align:center;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0,rgba(255, 255, 255, 1) 100px) !important;/*スマホ画面統一PRJ*/
        padding-bottom: 20px;/*スマホ画面統一PRJ*/
    }
    .boxModule.moduleTitle{
      height: auto;
    }
    .listMds {
        margin: 5px auto 0;
        display: block;
        height: auto;
        background: url(../../../../Content/images/site/mds_module_list.png) right top no-repeat;
        background-size: 24px auto;
        padding-right: 30px;
    }
            .moduleTitle p {display:none;}
            /* --BOX定義--------------------------*/
            .boxModule {
                width: 98%;
                margin-right:1%;
                margin-left:1%;
            }
            /* Mappin'Drop非表示 */
            .MappinDrop{display:none;}
            /* 二次元コード非表示 */
            .boxQr {
              max-width:98%;
              width: 98%;
              height: 217px;
              margin-right:1%;
              margin-left:1%;
              display:none;
            }
            .boxQr h2{
              padding: 0px 0;
            }
            .bdrQR { display: none; }/*携帯・スマートフォン*/
            .mdsNews{
              font-size: 100%;
            }
/*QRのpcはこちらは非表示*/
    .contentsPortal .sp{
      display: none;
    }
    .contentsPortal .pc{
      display: block;
    }



 /* フッタ -------------------------------*/
    .footer-inner {
        width: 100%;
        min-width: 320px;
}

    address {
      float: none;
      width: auto;
    }
    address span {
      display: block;
    }
    #copyright {
      width: 100%;
      float: none;
      text-align: center;
      margin-top: 0.5em;
    }
 }


/*  = 小型タブレット用 - 2column
----------------------------------------------------------------------*/
 @media only screen and (min-width: 481px) {
/* ヘッダ -------------------------------*/
 header #headerInner { width: 100%; }
    header #headerInner h1 { width: 100%; margin-left: 0px; }
    header #headerInner #headerNav { display: block; }
/* コンテンツ --------------------------*/
.wrapContens {

}
.wrapSecond {
}

        .boxExplain {  width: auto; height:224px; margin: 4px 1% 4px; padding: 0;box-sizing: border-box;
              background: url(../../../../Content/images/site/imageMain.jpg) left top no-repeat;
        }
        .boxExplain h2{
            width: 90%;
            max-width: 524px;
        }

        /* 掲載マップ一覧（上部パターン） */
        .moduleTop.moduleText {
            width: 98%;
        }
        .moduleTop.moduleText p {
            text-align: center;
        }
        .moduleTop.moduleText p span.mapListDesc {
            font-weight: normal;
            font-size: 80%;
            margin-left: 0;
            width: 100%;
            text-align: center;
        }

            /*.listNews { width: 99%; }*/
        .boxQr h2{
          padding: 5px 0;
        }
        .boxQr h2{
          padding: 0px 0;
        }
        .bdrQR { display: block; }
    .wrapFirst { }
    .wrapSecond { width: auto; text-align:center; }
            .moduleTitle p { width: auto; text-align: left; padding: 0 2em; }
        .boxModule {
          width: 48.5%;
        }
        /*お知らせがあるため2nから*/
        .wrapSecond > section:nth-of-type(n) {
          margin-right: 0;
          margin-left: 1%;
        }
        /*.wrapSecond > section:nth-of-type(2n+1) {
          margin-right: 1%;
          margin-left: 1%;
        }*/
        .wrapFirst + .wrapSecond > section.bdrNews{
          margin: 4px 1% 4px 1%;
        }
            .bdrMap p { width: auto; text-align: left; }
            .imageMap { width: 100%; overflow: hidden; }
            .map1 a,.map2 a,.map3 a,.map4 a,.map5 a,.map6 a { width: 292px; }
            .bdrQR { display: block; }/*携帯・スマートフォン*/

        .contentsPortal .sp{
          display: none;
        }
        .contentsPortal .pc{
          display: block;
        }
 /* フッタ -------------------------------*/
 .footer-inner { width: 100%;box-sizing:border-box;}
 address {
        float: none;
        width: 100%;
        box-sizing:border-box;
 }

 #copyright {
        float: none;
        width: 100%;
        box-sizing:border-box;
        text-align:left;
        margin-top: 0.5em;
 }

}


 /*  = 大型タブレット用 - 3column
 ----------------------------------------------------------------------*/
@media only screen and (min-width: 769px) {
/* ヘッダ -------------------------------*/
 header #headerInner { width: 100%; }
    header #headerInner h1 { width: 100%; margin:0 0px 0 0px; }
    header #headerInner #headerNav { display: block; }
/* コンテンツ --------------------------*/
.contentsPortal {  }
.wrapContens {

}
    .wrapFirst {
                         }
    .wrapSecond {

    }
        .boxExplain {
            width: auto;height:224px;margin: 4px 1% 4px 1%;padding: 0;
           }
           .boxExplain h2{
             }
            /*.listNews { width: 99%; }*/

        /* 掲載マップ一覧（上部パターン） */
        .moduleTop.moduleText p {
            text-align: left;
        }
        .moduleTop.moduleText p span.mapListDesc {
            font-weight: bold;
            font-size: 100%;
            margin-left: 20px;
            width: auto;
            text-align: left;
        }

    .wrapSecond { width: auto; text-align:center; }
            .moduleTitle p { width: auto; text-align: left; padding: 0 2em; }
        .boxModule{ width: 32%;}
            .bdrMap p { width: auto; text-align: left; }
            .imageMap { width: 100%; overflow: hidden; }
            .map1 a,.map2 a,.map3 a,.map4 a,.map5 a,.map6 a {  }

            .mdsNews {
                width:10%;
            }

            .listNews {
                width:90%;
            }
            .boxExplain h2{
              width:524px;
            }

            .wrapSecond > section:nth-of-type(2n+1) {
              margin:0;
            }
            .wrapSecond > section:nth-of-type(2n) {
              margin:0;
            }
            .wrapSecond > section:nth-of-type(n) {
              margin: 4px 0 4px 1%;
            }
            .wrapFirst + .wrapSecond > section.bdrNews{
              margin-right: 1%;
              margin-left: 1%;
            }

 /* フッタ -------------------------------*/
    .footer-inner { width: 100%;   }

}

 /*  = 通常PC用 - 4column
 ----------------------------------------------------------------------*/
@media only screen and (min-width: 961px) {
/* ヘッダ  --------------------------*/
header #headerInner { width: 980px; }
header #headerInner h1 { width: 980px; }
    header #headerInner #headerNav { display: block; }
/* コンテンツ --------------------------*/
.contentsPortal {
                }
    .wrapFirst { width: 100%;}
    .wrapSecond { width: 960px;background: none; }
            .boxExplain {     width: 952px;height: 224px;padding-top: 0;margin: 4px auto;}


            .boxExplain p { display: none; }
        .boxModule.bdrNews{
          width: 232px;
          margin: 4px 4px 5px 4px;
        }
        .boxExplain h2{
          width:524px;
        }

        .boxModule { float: left; display: block; width: 232px; height: 232px;
                                box-sizing: border-box; margin: 4px 4px;}
            .boxQr{
                  width: 232px;
                  margin: 4px 4px;
            }
            .map1 a,
            .map2 a,
            .map3 a,
            .map4 a,
            .map5 a,
            .map6 a { width: 224px; }
        .moduleTitle p { padding: 0 1.2em; }

        .wrapSecond > section:nth-of-type(2n+1) {
          margin-right: 4px;
          margin-left: 4px;
        }
        .wrapSecond > section:nth-of-type(2n) {
          margin-right: 4px;
          margin-left: 4px;
        }
        .wrapFirst + .wrapSecond > section.bdrNews{
          margin-right: 4px;
          margin-left: 4px;
        }

/* フッタ  --------------------------*/
.footer-inner { width: 980px; }
address {
    float: left;
    width: 60%;
    padding: 0 0 0 .5em;
}
#copyright {
    width: 35%;
    text-align: right;
    float:right;
    margin-top: 0;
}


}
