@charset "UTF-8";


/*____________________________________________________________________

	map
____________________________________________________________________*/


/*
@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(/event2016_mod/font/NotoSansCJKjp-Regular.woff) format("woff");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(/event2016_mod/font/NotoSansCJKjp-Medium.woff) format("woff");
}
*/
.material-icons {
  font-size: 1em;
  vertical-align: middle;
  margin-right: 3px;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v38/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
/*  font-size: 24px;*/
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.arrowD {
  font-size: 1.6em;
  margin: 0;
}

/* layout
----------------------------------------*/
#master {
  width: 920px;
}

#header .menu {
  padding-bottom: 8px;
  border-bottom: 2px #E95404 solid;
}


/* コンテンツエリア
----------------------------------------*/
#smc_contents {
  width: auto;
  padding: 0;
  line-height: 1.6;
  font-size: 14px;
}
#smc_contents img {
  max-width: 100%;
}
#smc_contents #smc_info,#smc_contents #smc_access,#smc_contents #smc_route,#smc_contents #smc_west,#smc_contents #smc_contact {
    padding: 0 30px;
    margin-top: 20px;
}
#smc_contents .title01 {
  padding: 20px 0 15px;
  border-bottom: 2px solid #2478BE;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
#smc_contents .stitle01 {
  margin-bottom: 5px;
    font-weight: bold;
    color: #eb5001;
    font-size: 24px;
}
#smc_contents .smc_inner {
  zoom: 1;
}
#smc_contents .smc_inner:before, #smc_contents .smc_inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#smc_contents .smc_inner:after {
  clear: both;
}
#smc_contents .openNewSite {
  display: block;
  padding: 10px 15px;
  background: #eb5001;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#smc_contents .openNewSite.-w250 {
    width: 250px;
}
#smc_contents .openNewSite .material-icons {
    position: absolute;
    font-size: 14px;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
#smc_contents .openNewSite:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}
#smc_contents .openMap {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #2478BE;
  border-radius: 5px;
  background: #E9F5FF;
  color: #2478BE;
  text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#smc_contents .openMap .material-icons {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}
#smc_contents .openMap:hover {
  background: #fff;
}

.yolp-layer img {
  cursor: auto !important;
}

.arrow01 {
  background: url(../img/nagano20/arrow_01.gif) left center no-repeat;
  padding-left: 15px;
}

.print_btn {
  margin-right: 20px;
}

.container.print {
  margin-top: 0px;
}
/*----------------------------------------------*/
@media screen and (max-width: 768px) {



}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

#smc_contents #smc_info, #smc_contents #smc_access, #smc_contents #smc_route, #smc_contents #smc_west, #smc_contents #smc_contact {
    padding: 0px 10px;
    margin-top: 20px;
}
#smc_contents .title01 {
    margin-bottom: 20px;
}
#smc_contents .stitle01 {
    font-size: 20px;
    line-height: 1.4em;
}
#smc_contents .openNewSite.-w250 {
    width: 100%;
}

}
/*----------------------------------------------*/


/* smc_kv
----------------------------------------*/
#smc_kv {
  position: relative;
  background: url(../img/map/smc_main_bg.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#smc_kv h2 {
    width: 654px;
    margin: 0 auto;
    padding: 45px 0;
}
#smc_kv .mainInner {
  position: absolute;
    width: 296px;
  top: 50%;
  left: 565px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
#smc_kv .copy {

}
#smc_kv .gotoWest {
    display: block;
    margin-top: 10px;
}

#smc_kv .gotoWest:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {

#smc_kv {
    height: auto;
    padding: 40px 0;
}
#smc_kv h2 {
    position: relative;
    width: 419px;
    top: inherit;
    left: inherit ;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    margin: 0 auto;
}
#smc_kv .mainInner {
    position: relative;
    width: 296px;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    margin: 40px auto 0;
}

}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

#smc_kv {
    background: url(../img/map/smc_main_bg.jpg) -60px 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#smc_kv h2 {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#smc_kv .mainInner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

}
/*----------------------------------------------*/



/* smc_access
----------------------------------------*/
#smc_access table {
  width: 100%;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#smc_access td, #smc_access th {
  border: 3px solid #fff;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#smc_access thead th {
  border-bottom-width: 5px;
  background: #2478BE;
  color: #fff;
  font-weight: bold;
}
#smc_access tbody tr {
  background: #CBE7FF;
}
#smc_access tbody tr:nth-child(even) {
  background: #E9F5FF;
}
#smc_access .link {
  display: inline-block;
  float: right;
  text-decoration: none;
    color: #385a8c;;
}
#smc_access .link:hover {
  color: #ED5101;
}
#smc_access  > .smc_inner {
  padding-right: 40px;
}
#smc_access #map_newBT {
  float: left;
  width: 50%;
  border: 1px solid #ddd;
  margin-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#smc_access .text {
  float: left;
  width: 50%;
    margin-right: -40px;
}
#smc_access .text p {
  margin-bottom: 1em;
}
#smc_access .text p:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {

#smc_access .link {
    float: none;
    display: block;
}
#smc_access .text p a {
    margin-bottom: 1em;
    width: 250px;
}
#smc_access .text p a:last-child {
    margin-bottom: 0;
}

}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

    #smc_access table {
        margin: 0 auto 20px;
    }
    #smc_access thead th:nth-child(1),#smc_access thead th:nth-child(2) {
        width: 30%;
    }
    #smc_access td, #smc_access th {
        border: 1px solid #fff;
        padding: 5px 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    #smc_access > .smc_inner {
        padding-right: 0;
    }
    #smc_access #map_newBT {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    #smc_access .text {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
#smc_access .text p a {
    margin-bottom: 0;
    width: 100%;
    vertical-align: top;
    display: block;
}


}
/*----------------------------------------------*/



/* smc_info
----------------------------------------*/
#smc_info > .smc_inner {
  padding-right: 40px;
}
#smc_info .image {
  float: left;
  width: 40%;
    margin-right: 40px;
}
#smc_info .text {
  float: left;
  width: 60%;
    margin-right: -40px;
}
#smc_info p {
  margin-bottom: 1em;
}
#smc_info p:last-child {
  margin-bottom: 0;
}
#smc_info .att {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
#smc_info .spColumn2Area.-add .spColumn2List_item {
  border: 1px solid #E0E0E0;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

#smc_info .spColumn2Area.-add .column2List_item:first-child {
  width: 30%;
}
#smc_info .spColumn2Area.-add .column2List_item:last-child {
  width: 70%;
}
#smc_info .spColumn2Area.-add .column2List_item:last-child p {
    margin-bottom: 0.5em;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {

#smc_info .spColumn2Area.-add {
    width: 100%;
}
#smc_info .spColumn2Area.-add .column2List_item:first-child {
    width: 100%;
    text-align: center;
}
#smc_info .spColumn2Area.-add .column2List_item:last-child {
    width: 100%;
}

}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

#smc_info > .smc_inner {
    padding-right: 0;
}
#smc_info .spColumn2Area {
    padding-right: 0;
}
#smc_info .spColumn2Area.-add .spColumn2List_item {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
}
#smc_info .spColumn2Area.-add .spColumn2List_item:nth-child(n+2) {
    margin-top: 10px;
}
#smc_info .image {
    float: none;
    width: 100%;
    margin-right: 0;
}
#smc_info .text {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
}


}
/*----------------------------------------------*/



/* smc_route
----------------------------------------*/
#smc_route .-cRed {
    color: #ff0000;
}
#smc_route .-cGreen {
    color: #690;
}
#smc_route .-cPink {
    color: #f46566;
}
#smc_route .-cPurple {
    color: #70319f;
}
#smc_route .-cYellow {
    color: #f59802;
}

#smc_route .att {
  margin-bottom: 15px;
  font-size: 0.9em;
}
#smc_route .att > img {
  vertical-align: middle;
    width: 48px;
    height: 37px;
}
#smc_route .att + img {
  width: 100%;
}
#smc_route img.-img100per {
  width: 100%;
}
#smc_route .link {
    width: 480px;
    margin: 20px auto 0;
  text-align: center;
}
#smc_route .mapArea {
    width: 720px;
    margin: 0 auto;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {

#smc_route .mapArea {
    width: 100%;
}

}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

#smc_route .att {
    padding-left: 50px;
    position: relative;
}
#smc_route .att img {
    position: absolute;
    left: 0;
    top: 0;
}
#smc_route .link {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}


}
/*----------------------------------------------*/



/* smc_west
----------------------------------------*/
#smc_west > .smc_inner {
    padding-right: 40px;
}
#smc_west .text {
  float: left;
  width: 50%;
}
#smc_west ul {
  margin-bottom: 20px;
}
#smc_west li {
  margin-left: 1em;
  margin-bottom: 5px;
  text-indent: -1em;
}
#smc_west .maplink {
/*  text-align: right;*/
}
#smc_west #map_westBT {
  float: right;
    width: 50%;
  border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: -40px;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {

#smc_west .text p a {
    margin-bottom: 1em;
    width: 250px;
}
#smc_west .text p a:last-child {
    margin-bottom: 0;
}

}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

#smc_west > .smc_inner {
    padding-right: 0;
}
#smc_west #map_westBT {
    float: none;
    width: 100%;
    margin-right: 0;
}
#smc_west .text {
    float: none;
    width: 100%;
    margin-top: 15px;
}
#smc_west .text p a {
    width: 100%;
    display: block;
    margin-bottom: 0;
}

}
/*----------------------------------------------*/



/* smc_contact
----------------------------------------*/
#smc_contact {
  text-align: center;
    margin: 40px auto 60px!important;
}
#smc_contact dl {
    border: 2px solid #2478BE;
    padding: 40px 20px;
}
#smc_contact dt {
  margin-bottom: 5px;
}
#smc_contact dd {
  color: #2478BE;
}
#smc_contact dt,
#smc_contact dd {
  letter-spacing: -.4em;
}
#smc_contact dt span,
#smc_contact dd span {
  letter-spacing: normal;
  display: inline-block;
}
#smc_contact dt span.-space,
#smc_contact dd span.-space {
  margin-right: 1em;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {



}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

#smc_contact {
    text-align: center;
    margin: 30px auto 30px!important;
}
#smc_contact dl {
    padding: 20px 10px;
}

}
/*----------------------------------------------*/

/* clearfix
----------------------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* */


/*----------------------------------------------*/
@media screen and (max-width: 768px){


}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

}
/*----------------------------------------------*/

/*----------------------------------------------*/
@media screen and (min-width: 768px){

a[href^="tel:"] {
    pointer-events: none;
}

}



/*modal*/

.mfp-wrap {
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    background-color: inherit;
}
.mfp-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    max-width: 580px!important;
}
img.mfp-img {
    padding: 0;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-circleClose {
    cursor: -moz-default;
    cursor: -webkit-default;
    cursor: default;
}
.mfp-circleClose {
    padding-right: 0!important;
    width: 50px!important;
    height: 50px;
    right: -25px!important;
    top: -25px;
    cursor: pointer!important;
}
.mfp-figure:after {
    display: none;
}

/*----------------------------------------------*/
@media screen and (max-width: 768px) {

    .mfp-content {
        width: 95%;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }


}

/*----------------------------------------------*/
@media screen and (max-width: 480px) {

    .mfp-circleClose {
        width: 30px!important;
        height: 30px;
        right: -5px!important;
        top: -10px;
    }

}
/*----------------------------------------------*/


