<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
/* メインメニュー　PC SUBページ用
------------------------------------------------------------*/
@media only screen and (max-width: 760px) {
header#PC_header{
    display:none;
}
header#header{
    display:block;
}
div#footer_banner{
    display:block;
}
div#footer_banner_PC{
    display:none;
}
}
@media only screen and (min-width: 761px) {
header#PC_header{
    display:block;
}
header#header{
    display:none;
}
div#footer_banner{
    display:none;
}
div#footer_banner_PC{
    display:block;
}
}
@media only screen and (min-width: 1265px) {
nav#mainNav2nd {
    background: rgba(255, 255, 255, 100);
    clear: both;
    height: 90px;
    position: fixed;
    width: 100%;
    z-index: 200;
}
/*
nav#mainNav2nd.scrollDown{
    height: 46px;
}
*/
nav#mainNav2nd .container {
    width: 100%;
    padding:0;
}
nav#mainNav2nd.scrollDown .container {
    height: 55px;
    margin-top:2px
}
nav#mainNav2nd .inner {
    padding-left: 1px;
}

nav#mainNav2nd .logo{
    float:left;
    width:15%;
}
nav#mainNav2nd .logo img{
    width:190px;
    margin-top: 12%;
    margin-left: 10px;
}
nav#mainNav2nd.scrollDown .logo img{
    margin-top: 0;
}
nav#mainNav2nd .navPanel{
    width: 800px;
    margin:10px 16% 10px 16%;
}

nav#mainNav2nd .header_right{
    float:right;
    margin-top: -10px;
}

nav#mainNav2nd.scrollDown .header_right{
    margin-top: -2px;
}
nav#mainNav2nd .header_right li{
    width: 41px;
}
nav#mainNav2nd .header_right img{
    height: 100px;
}

nav#mainNav2nd ul li {
    float: left;
    position: relative;
}
nav#mainNav2nd ul li span {
    display: block;
    float: left;
    color: #000;
    width: 90px;
    height: 100px;
    text-decoration: none;
}
nav#mainNav2nd .header_right ul li span {
    width: 50px;
}
nav#mainNav2nd ul li a {
    display: block;
    float: left;
    color: #000;
    min-width: 49px;
    height: 100px;
    text-decoration: none;
}
nav#mainNav2nd.scrollDown ul li span,
nav#mainNav2nd.scrollDown ul li a {
    color: #000;
    background-color: transparent;
    height: 40px;
}
nav#mainNav2nd.scrollDown .navPanel &gt; ul &gt; li &gt; span,
nav#mainNav2nd.scrollDown .navPanel &gt; ul &gt; li &gt; a {
    height: 55px;
}
nav#mainNav2nd.scrollDown .header_right &gt; ul &gt; li span{
    height: 47px;
}
#nav01 {
    background: url(/images/common/ticket.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
#nav02 {
    background: url(/images/common/kansen.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
#nav03 {
    background: url(/images/common/rikishi.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
#nav04 {
    background: url(/images/common/jungyo.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
#nav05 {
    background: url(/images/common/kokugikan.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
#nav06 {
    background: url(/images/common/iroha.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
#nav07 {
    background: url(/images/common/kyokai.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
#nav08 {
    background: url(/images/common/goods2.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
.scrollDown #nav01 {
    background: url(/images/common/ticket2.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
.scrollDown #nav02 {
    background: url(/images/common/kansen2.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
.scrollDown #nav03 {
    background: url(/images/common/rikishi2.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
.scrollDown #nav04 {
    background: url(/images/common/jungyo2.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
.scrollDown #nav05 {
    background: url(/images/common/kokugikan2.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
.scrollDown #nav06 {
    background: url(/images/common/iroha2.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
.scrollDown #nav07 {
    background: url(/images/common/kyokai2.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
.scrollDown #nav08 {
    background: url(/images/common/goods2.png);
    background-size: 90px auto;
    text-indent: -9999px;
}
nav div.panel {
    display: block !important;
    float: left;
}

nav#mainNav2nd ul li.current-menu-item a, nav#mainNav2nd ul li a:hover span, nav#mainNav2nd ul li a:hover, nav#mainNav2nd ul li.current-menu-parent a {
   color: #fff;
}
nav#mainNav2nd ul li ul {
    width: 188px;
    border: none;
    border-left: 1px solid #fff;
    border-top: 0;
    list-style: none;
    position: absolute;
    z-index: 500;
    top: 90px;
    left: 0;
}
nav#mainNav2nd ul li ul li ul {
    z-index:490;
    position :absolute;
}

nav#mainNav2nd.scrollDown ul li ul {
    top: 45px;
}
nav#mainNav2nd ul li li a {
    width: 100%;
    height: 40px;
    padding-left:10px;
    line-height: 40px;
    font-size: 95%;
    text-align: left;
}
nav#mainNav2nd ul li ul li {
    display:none;
    background: #fff;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    width: 188px;
    height: 40px;
    transition: .1s;
}
nav#mainNav2nd.scrollDown ul li ul li {
    height: 40px;
}
nav#mainNav2nd ul li ul li a {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}
nav#mainNav2nd ul li:hover &gt; ul {
    border-bottom: 1px solid #e0e0e0;
}
nav#mainNav2nd ul li:hover &gt; ul &gt; li {
    display:block;
}
nav#mainNav2nd ul li:hover #mnAcdn01, nav#mainNav2nd ul li:hover #mnAcdn02,
nav#mainNav2nd ul li:hover #mnAcdn03, nav#mainNav2nd ul li:hover #mnAcdn04,
nav#mainNav2nd ul li:hover #mnAcdn05, nav#mainNav2nd ul li:hover #mnAcdn06,
nav#mainNav2nd ul li:hover #mnAcdn07, nav#mainNav2nd ul li:hover #mnAcdn08,
nav#mainNav2nd ul li:hover #mnAcdn09, nav#mainNav2nd ul li:hover #mnAcdn10{
    line-height: 40px;
    display: block;
    background: url(/images/common/slideMenu_icon_002b.png) 96% center no-repeat #fff;
    background-size: 8px 8px;
}
nav#mainNav2nd ul &gt; li li:hover {
    width: 188px;
    background: #393939;
}
nav#mainNav2nd ul li li#mnAcdn01:hover, nav#mainNav2nd ul li li#mnAcdn02:hover,
nav#mainNav2nd ul li li#mnAcdn03:hover, nav#mainNav2nd ul li li#mnAcdn04:hover,
nav#mainNav2nd ul li li#mnAcdn05:hover, nav#mainNav2nd ul li li#mnAcdn06:hover,
nav#mainNav2nd ul li li#mnAcdn07:hover, nav#mainNav2nd ul li li#mnAcdn08:hover,
nav#mainNav2nd ul li li#mnAcdn09:hover, nav#mainNav2nd ul li li#mnAcdn10:hover{
    line-height: 40px;
    display: block;
    background: url(/images/common/slideMenu_icon_001.png) 96% center no-repeat #393939;
    background-size: 8px 2px;
}
li#mnAcdn01:hover &gt; a, nav#mainNav2nd.scrollDown li#mnAcdn01:hover &gt; a,
li#mnAcdn02:hover &gt; a, nav#mainNav2nd.scrollDown li#mnAcdn02:hover &gt; a,
li#mnAcdn03:hover &gt; a, nav#mainNav2nd.scrollDown li#mnAcdn03:hover &gt; a,
li#mnAcdn04:hover &gt; a, nav#mainNav2nd.scrollDown li#mnAcdn04:hover &gt; a,
li#mnAcdn05:hover &gt; a, nav#mainNav2nd.scrollDown li#mnAcdn05:hover &gt; a,
li#mnAcdn06:hover &gt; a, nav#mainNav2nd.scrollDown li#mnAcdn06:hover &gt; a,
li#mnAcdn07:hover &gt; a, nav#mainNav2nd.scrollDown li#mnAcdn07:hover &gt; a,
li#mnAcdn08:hover &gt; a, nav#mainNav2nd.scrollDown li#mnAcdn08:hover &gt; a,
li#mnAcdn09:hover &gt; a, nav#mainNav2nd.scrollDown li#mnAcdn09:hover &gt; a,
li#mnAcdn10:hover &gt; a, nav#mainNav2nd.scrollDown li#mnAcdn10:hover &gt; a {
    color: #fff;
}
/*
li#mnAcdn07 ul li{
    width:185px !important;
}
li#mnAcdn08 ul li{
    width:185px !important;
}
li#mnAcdn09 ul li{
    width:185px !important;
}
*/
nav#mainNav2nd ul li ul li ul,
nav#mainNav2nd.scrollDown ul li ul li ul  {
    border: none;
    top: -1px;
    left: 100%;
}
nav#mainNav2nd ul li:last-child ul li ul {
    left: -190px;
    width: 100%;
}
nav#mainNav2nd ul li ul li:hover ul li a {
    /*border-bottom: 1px solid #333;*/
}
nav#mainNav2nd ul li ul li ul li a {
    background: #fff;
}
nav#mainNav2nd ul li:hover ul li ul li:hover &gt; a {
    /*width: 100%;*/
    width: 177px;
    background: #696969;
}

/*
nav#mainNav2nd ul li li:last-child,
nav#mainNav2nd ul li ul li:hover ul li:last-child a{
    border-bottom: 0;
}
*/

nav#mainNav2nd ul li ul li:first-child {
    border-top: 1px solid #333;
    height: 40px;
}
/*
nav#mainNav2nd ul li ul li:first-child a{
    height: 39px;
}
*/
nav#mainNav2nd ul li ul li ul li:first-child {
    border-top: 1px solid #333;
    height: 40px;
}
nav#mainNav2nd ul li ul li ul li:first-child a{
    height: 39px;
}

nav#mainNav2nd ul li ul li ul li a{
    height: 40px;
}
.navbar-toggle {
    display:none;
    /*margin-top: -70px;*/
}
.navbar-brand {
    float: left;
    height: 40px;
    padding: 0;
    line-height: 20px
}
a#menu {
    display: none;
}
.container-fluid {
    margin-top: 90px;
}

#en_icon {
    background: url(/images/common/english.png);
    background-size: 45px auto;
}
#search_icon {
    background: url(/images/common/serch.png);
    background-size: 45px auto;
}
#youtube_icon {
    background: url(/images/common/youtube.png);
    background-size: 45px auto;
}
#line_icon {
    background: url(/images/common/line.png);
    background-size: 45px auto;
}
#twitter_icon {
    background: url(/images/common/twitter.png);
    background-size: 45px auto;
}
#tiktok_icon {
    background: url(/images/common/tiktok.png);
    background-size: 45px auto;
}
.scrollDown #en_icon {
    background: url(/images/common/english2.png);
    background-size: 45px 45px;
}
.scrollDown #search_icon {
    background: url(/images/common/serch2.png);
    background-size: 45px 45px;
}
.scrollDown #line_icon {
    background: url(/images/common/line2.png);
    background-size: 45px 45px;
}
.scrollDown #youtube_icon {
    background: url(/images/common/youtube2.png);
    background-size: 45px 45px;
}
.scrollDown #twitter_icon {
    background: url(/images/common/twitter2.png);
    background-size: 45px 45px;
}
.scrollDown #tiktok_icon {
    background: url(/images/common/tiktok2.png);
    background-size: 45px 45px;
}
.scrollDown #ticket_icon {
    background: url(/images/common/ticket_2.png);
    background-size: 45px 45px;
}
.scrollDown #calender_icon {
    background: url(/images/common/calender.png);
    background-size: 45px 45px;
}
.scrollDown #instagram_icon {
    background: url(/images/common/instagram2.png);
    background-size: 45px 45px;
}
.sub-menu{

}
.scrollDown #search{
    top: 45px;
}
}
@media only screen and (min-width: 1569px) {
    nav#mainNav2nd .navPanel{
    width: 800px;
    margin:10px auto;
}
}
@media only screen and (max-width: 1264px) {
/*
nav#mainNav2nd {
    background: rgba(255, 255, 255, 100);
    clear: both;
    height: 70px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 200;
}
*/
nav#mainNav2nd .container {
    width: 100%;
    padding:0;
}
.navPanel{
    display:none;
}
.header_right {
    display: block;
    width: 379px;
    height: 50px;
    float: right;
    margin-right: 80px;
    margin-top: -30px;
}
nav#mainNav2nd.scrollDown .logo img{
    margin: 10px 0 0 10px;
}
nav#mainNav2nd .navPanel{
    width: 700px;
    margin:-20px auto;
}
nav#mainNav2nd .header_right{
    float:right;
    margin-top: -30px;
}
nav#mainNav2nd.scrollDown .header_right{
    margin-top: -47px;
}
nav#mainNav2nd .header_right li{
    width: 47px;
}
nav#mainNav2nd .header_right img{
    height: 100px;
}

nav#mainNav2nd ul li {
    float: left;
    position: relative;
}
nav#mainNav2nd ul li span {
    display: block;
    float: left;
    color: #000;
    width: 100px;
    height: 50px;
    text-decoration: none;
}
nav#mainNav2nd .header_right ul li span {
    width: 50px;
}
nav#mainNav2nd ul li a {
    display: block;
    float: left;
    color: #000;
    min-width: 49px;
    /*height: 100px;*/
    text-decoration: none;
}
nav#mainNav2nd.scrollDown ul li span,
nav#mainNav2nd.scrollDown ul li a {
    color: #000;
    height: 40px;
}
nav#mainNav2nd.scrollDown .navPanel &gt; ul &gt; li &gt; span,
nav#mainNav2nd.scrollDown .navPanel &gt; ul &gt; li &gt; a {
    height: 55px;
}
nav#mainNav2nd.scrollDown .header_right &gt; ul &gt; li span{
    height: 47px;
}
#en_icon {
    background: url(/images/common/english2.png);
    background-size: 50px 50px;
}
#search_icon {
    background: url(/images/common/serch2.png);
    background-size: 50px 50px;
}
#line_icon {
    background: url(/images/common/line2.png);
    background-size: 50px 50px;
}
#youtube_icon {
    background: url(/images/common/youtube2.png);
    background-size: 50px 50px;
}
#twitter_icon {
    background: url(/images/common/twitter2.png);
    background-size: 50px 50px;
}
#tiktok_icon {
    background: url(/images/common/tiktok2.png);
    background-size: 50px 50px;
}
#ticket_icon {
    background: url(/images/common/ticket_2.png);
    background-size: 50px 50px;
}
#calender_icon {
    background: url(/images/common/calender.png);
    background-size: 50px 50px;
}
#instagram_icon {
    background: url(/images/common/instagram2.png);
    background-size: 50px 50px;
}
/*
nav#mainNav2nd .header_right{
    float:right;
    margin-top: -10px;
    height:100px;
    width:188px;
}
*/
/*
nav#mainNav2nd.scrollDown .header_right{
    margin-top: -2px;
}
*/
/*
.header_right{
    margin-top: -2px;
}
*/
nav#mainNav2nd .logo img{
    width:190px;
    margin: -5px 0 0 -15px;
}
.container-fluid {
    margin-top: 70px;
}
.navbar-toggle {
    border: 1px solid #000;
    margin-top: 15px;
    margin-right: 30px;
    float: right;
    padding: 5px 10px 0px 10px;
    /*margin-left: 30px;*/
    margin-bottom: 8px;
    background-color: transparent;
}
.navbar-toggle .icon-bar {
    height: 4px;
    background-color: #333;
}
.scrollDown #search{
    top: 63px;
}
}

/* 検索フォーム
------------------------------------------------------------*/
.search_container{
    width:500px;
    margin-left: auto;
}
#search_icon{
    width: 49px !important;
}
#search{
    background:#fff;
    width:500px;
    height: 60px;
    display:none;
    position: absolute;
    z-index: 100;
    top: 90px;
}

.search-form {
    font-size: 1.1em;
    margin: 5px 20px;
}
.search-form .input-group {
    position: relative;
    width: 100%;
}
.search_icon {
    height: 32px;
    width: 32px;
    border: none;
    cursor: pointer;
    color: #080808;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.fa_upper {
    margin-top: 8px;
    margin-left: 9px;
    width: 20px;
    height: 20px;
    background: url(../images/searches.png) no-repeat scroll 100% 100%;
}

.search-form .input-group .form-control {
    background-color: #eee;
    border: none;
    /*border-radius: 5px;*/
    color: #080808;
    padding-left: 30px;
    height: 32px;
    width:410px;
}
.panel-body {
    padding: 10px;
}

/* サブメニュー
------------------------------------------------------------*/
@media only screen and (min-width: 1298px) {
#slideMenu {
    display: none;
}
}
@media only screen and (max-width: 1264px)  and (min-width: 760px){
.sp {
    display: none !important;
}
.pc {
    display: block !important;
}
/*----------  メニュー バツボタン  ----------*/
#submenu_btn_PC {
    width: 50px;
    height: 50px;
    display: table;
    position: absolute;
    top: -4px;
    right: -10px;
    cursor: pointer;
    transition-property: top, right;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    z-index: 20;
    border: #777 solid 1px;
    border-radius: 3px;
}
#submenu_btn_PC .icon-bar{
    width: 29px;
}
#submenu_btn_PC .icon-menu{
    margin-left: -6px;
    font-size:14px;
}
.spnav_line1 {
    width: 23px;
    height: 3px;
    background-color: #fff;
    top: 8px;
    right: 10px;
    position: absolute;
}
.spnav_line2 {
    width: 23px;
    height: 3px;
    background-color: #fff;
    top: 15px;
    right: 10px;
    position: absolute;
}
.spnav_line3 {
    width: 23px;
    height: 3px;
    background-color: #fff;
    top: 22px;
    right: 10px;
    position: absolute;
}
.spnav_line1, .spnav_line2, .spnav_line3 {
    transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out; /* Opera */
    -moz-transition: all 0.4s ease-out; /* Firefox */
    -webkit-transition: all 0.4s ease-out; /* GoogleChrome, Safari */
    -ms-transition: all 0.4s ease-out; /* IE */
}
#submenu_btn.show img {
    display: none;
}
#submenu_btn.show .spnav_line1 {
    top: 5px;
    width: 25px;
    height: 3px;
    background-color: #807e92;
    -o-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
}
#submenu_btn.show .spnav_line2 {
    opacity: 0;
}
#submenu_btn.show .spnav_line3 {
    top: 5px;
    width: 25px;
    height: 3px;
    background-color: #807e92;
    -o-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
}
section .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    /*overflow: hidden;*/
}
/* スライドメニュー */

.slideMenu {
    position: fixed;
    height: 120%;
    width: 100%;
    right: -100%;
    background: rgba(255,255,255,0.65);
    top: -200px;
    font-size: 16px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 50;
    -o-transition: all 0.3s ease-out; /* Opera */
    -moz-transition: all 0.3s ease-out; /* Firefox */
    -webkit-transition: all 0.3s ease-out; /* GoogleChrome, Safari */
    -ms-transition: all 0.3s ease-out; /* IE */
}
#slideMenu.show1 {
    right: 0;
}
.slideMenu nav {
    height: 100%;
    width: 100%;
    position: relative;
    float: right;
    margin-top: 270px;
}
/*
スライドメニュー修正前-----------------------------------------------
*/
/*
.slideMenu h2 {
    line-height: 23px;
    overflow: hidden;
    position: fixed;
    top: 50px;
    width: 100%;
    height: 67px;
}
.slideMenu h2 p {
    float: right;
    line-height: 23px;
    width: 100px;
}
.slideMenu h2 span {
    display: block;
    float: left;
    width: 11.9%;
    height: 67px;
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 20px;
    padding-top: 25px;
    background-color: #000;
    border: 1px solid #fff;
}
.slideMenu dl {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}
.slideMenu nav &gt; dl:first-child{
    border-top: 1px solid #fff;
}
.slideMenu dt  {
    line-height: 65px;
    padding-left: 14px;
    display: block;
    background-color: #493830;
    color: #fff;
    font-size: 20px;
    background: url(../images/common/slideMenu_icon_002.png) 93% center no-repeat rgba(0,0,0,0.75);
    background-size: 10px 10px;
}
.slideMenu dt a {
    color: #fff;
}
.slideMenu dd {
    background-color: rgba(26,26,26,0.7);
    overflow: hidden;
    margin-left:40px;
}
*/
/*
スライドメニュー修正前 ----------------------------------------------------------------------------------------
*/
/*
↓↓↓ スライドメニュー修正後 ↓↓↓----------------------------------------------------------------------------------------
*/
.sub-l-1{
    height:0;
}


.sub-l-1.on{
    height:178px;
}

.sub-l-2{
    height:0;
}
.sub-l-2.on{
    height:234px;
    margin-top: 66px
}
.sub-l-3{
    height:0;
}
.sub-l-3.on{
    height: 178px;
    margin-top: 132px;
}
.sub-l-4{
    height:0;
}
.sub-l-4.on{
    height: 346px;
    margin-top: 198px;
}
.sub-l-6.on{
    height: 300px;
    margin-top: 198px;
}
.sub-m{
    float:left;
    width: 100%;
    margin-bottom: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.sub-m.open {
    border-bottom: 0;
}
.sub-m &gt; span {
    line-height: 65px;
    padding-left: 14px;
    display: block;
    background-color: #493830;
    color: #fff;
    font-size: 20px;
    background: url(../images/common/slideMenu_icon_002.png) 93% center no-repeat rgba(0,0,0,0.85);
    background-size: 10px 10px;
}
.sub-m.open &gt; span {
    font-size: 24px;
    font-weight: 600;
    background: url(../images/common/slideMenu_icon_001.png) 93% center no-repeat rgba(66, 80, 91, 0.85);
}
.sub-m.open &gt; span:before {
    content: '&gt;';
}

.sub-m div {
    background-color: rgba(66, 80, 91, 0.85);
    overflow: hidden;
width: 200%;
    position: relative;
}
.sub-m div p{
    width: 50%;
    /*float: left;*/
    margin: 0 -1px 0 0px;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
}
#sub-m-2 &gt; div,
#sub-m-4 &gt; div,
#sub-m-6 &gt; div,
#sub-m-8 &gt; div {
    /*left: -100%;*/
}
#sub-m-9 a span,#sub-m-5 a span,#sub-m-2 a span,#sub-m-1 a span,#sub-m-10 a span,#sub-m-11 a span{
    line-height: 44px;
    padding: 10px 10px 10px 15px;
    display: block;
    color: #fff;
    background-color: rgba(0,0,0,0.85);
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    font-size: 18px;
    text-decoration: none;
}
#sub-m-1 a:hover,
#sub-m-1 a:focus,
#sub-m-1 a:active,
#sub-m-5 a:hover,
#sub-m-5 a:focus,
#sub-m-5 a:active,
#sub-m-9 a:hover,
#sub-m-9 a:focus,
#sub-m-9 a:active{
    color: #fff;
}
#sub-close span{
    background: rgba(0,0,0,0.85);
    font-size: 24px;
    text-align: right;
    padding-right: 5px;
}
#sub-close span.triangle{
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #fff;
    float: right;
    background: rgba(0,0,0,0);
    margin: 21px -15px 0 15px;
}
/*
↑↑↑ スライドメニュー修正後 ↑↑↑----------------------------------------------------------------------------------------
*/
.slideMenu p a {
    line-height: 35px;
    padding: 10px 10px 10px 15px;
    display: block;
    color: #fff;
    font-size: 18px;
}
.line {
    border-bottom: 1px solid #fff;
    background-color: rgba(0,0,0,0.75);
    /*font-weight: 700;*/
}
.hide {
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.show {
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 3000px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}
.fixed {
  position: fixed;
  width: 100%;
}
}
 @media screen and (max-width: 1024px) {
 #menu {
 width: 60%;
 position:inherit !important;
}
 #submenu li {
 margin-left:3% !important;
}
}
 @media screen and (max-width: 800px) {
.sp {
 display:block !important;
}
 .pc {
 display:none !important;
}
}

/* 今日の予定 */
nav#mainNav2nd #today-program{
    height: 40px;
    margin: 0 auto;
    width: 800px;
}
nav#mainNav2nd #today-program &gt; div{
    width: 95%;
    height: 33px;
    margin: 3px auto;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #333;
}

nav#mainNav2nd #today-program li a{
    padding-top: 2px;
    text-decoration:underline;
}

nav#mainNav2nd #tp-date{
    float: left;
    height: 28px;
    width: 120px;
    margin: 1px 2px;
    background: #9f71af;
    border:#d0d0d0 outset 3px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-top: 2px;
    cursor:pointer;
}
nav#mainNav2nd #tp-date:active {
    border:#d0d0d0 inset 3px;
}
nav#mainNav2nd #tp-date span{
    margin: 0 -0.2em;
}
nav#mainNav2nd #tp-content{
    width: 622px;
    margin-left: 112px;
    font-size: 14px;
    min-height: 30px;
}
nav#mainNav2nd #tp-content ul li{
    height: 26px;
}
nav#mainNav2nd div.ticker {
    position: relative;
    overflow: hidden;
}
nav#mainNav2nd .ticker ul {
    width: 100%;
    font-weight: 600;
    position: relative;
}
nav#mainNav2nd .ticker ul li {
    width: 100%;
    font-size: 19px;
    padding-top: 5px;
    display: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}
nav#mainNav2nd .ticker ul li a{
    display: initial;
    float: none;
    color: #337ab7;
    height: 20px;
    text-decoration: underline;
}
nav#mainNav2nd .ticker ul li a:hover{
    color: #fec503;
}
nav#mainNav2nd #ozumo{
    font-size: 16px;
    width: 60px;
    height: 20px;
    margin-left: 5px;
    color: #380fc8;
}
nav#mainNav2nd #museum{
    font-size: 16px;
    width: 60px;
    height: 20px;
    margin-left: 5px;
    color:#15933e;
}
nav#mainNav2nd #kokugikan{
    font-size: 16px;
    width: 60px;
    height: 20px;
    margin-left: 5px;
    color:#9b004e;
}
nav#mainNav2nd #birth{
    font-size: 16px;
    width: 100px;
    height: 20px;
    margin-left: 5px;
}

nav#mainNav2nd #birth:before,
nav#mainNav2nd #birth:after {
    content:url(/images/top3/icon/icon_cake1.gif);
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 2px;
}

@media only screen and (max-width: 1099px) {
nav#mainNav2nd #today-program{
    margin: 12px auto;
}
nav#mainNav2nd #tp-content{
    width: 626px;
}
}
@media only screen and (max-width: 992px) {
nav#mainNav2nd #today-program{
    margin: 5px auto;
}
}
@media only screen and (max-width: 824px) {
nav#mainNav2nd #today-program{
    width: 600px;
}
nav#mainNav2nd #tp-content{
    width: 438px;
}
}
@media only screen and (max-width: 630px) {
nav#mainNav2nd #today-program{
    width: 410px;
}
nav#mainNav2nd #tp-content{
    width: 253px;
}
}

nav#mainNav2nd.scrollDown #today-program,
nav#mainNav2nd.scrollDown #tp-date{
    margin-top:-500px;
}

/* 今日の予定  全表示 */
nav#mainNav2nd #today-program-all{
    background:#e1e8ed;
    width:750px;
    display:none;
    z-index: 5;
    padding: 10px 20px 20px 20px;
    margin: -6px auto;
    border: 1px solid #333;
}
nav#mainNav2nd.scrollDown #today-program-all{
    margin-top: 450px;
}
nav#mainNav2nd #today-program-all a{
    text-decoration: underline;
}
nav#mainNav2nd #today-program-all &gt; div:first-child{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
nav#mainNav2nd #today-ozumo-all #ozumo,
nav#mainNav2nd #today-museum-all #museum,
nav#mainNav2nd #today-kokugikan-all #kokugikan,
nav#mainNav2nd #today-birth-all #birth {
    font-size: 17px;
}
nav#mainNav2nd #today-ozumo-all &gt; div,
nav#mainNav2nd #today-museum-all &gt; div,
nav#mainNav2nd #today-kokugikan-all &gt; div,
nav#mainNav2nd #today-birth-all &gt; div {
    line-height: 25px;
}

nav#mainNav2nd #today-Day{
    font-size: 30px;
}

@media only screen and (max-width: 1099px) {
nav#mainNav2nd #today-program-all{
    width:75%;
    margin: -38px auto;
}
}
@media only screen and (max-width: 992px) {
nav#mainNav2nd #today-program-all{
    margin: -11px auto;
}
}
#pop-close{
    margin-right: -10px;
    float: right;
    border: 1px solid #999;
    padding: 0 7px;
    cursor: pointer;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

/* フッターバナー用の定義 */
div#footer_banner_PC section.dark-bg {
    background-color: #333231;
    color: #fff;


}
div#footer_banner_PC *{
    box-sizing: border-box;
}
div#footer_banner_PC section{
    width: 100%;
    padding: 50px 0px;
    clear:both;
}
div#footer_banner_PC .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

div#footer_banner_PC .row {
    margin-right: -15px;
    margin-left: -15px;
}
@media (max-width: 991px){
div#footer_banner_PC .row {
    height:865px;
}
}
@media (min-width: 992px){
div#footer_banner_PC .row {
    height:284px;
}
}
#footer_b .thumbnail{
/*    max-width: 250px;
    min-height: 240px; */
    padding: 0;
    border: none;
}
@media only screen and (min-width: 993px){
#footer_b .thumbnail{
    max-width: 195px;
}
}
@media only screen and (min-width: 1270px){
#footer_b .thumbnail{
    max-width: 210px;
}
}

#footer_b .thumbnail &gt; img{
    width: 100%;
}
#footer_b p {
    font-size: 14px;
}

#footer_b .container {
    width: 550px;
}
#footer_b .bottom{
    padding: 0;
    margin: 0 auto;
}
@media only screen and (min-width: 993px){
#footer_b .container {
    width: 900px;
}
#footer_b .bottom{
    width: 680px;
}
}
@media only screen and (min-width: 1270px){
#footer_b .container {
    width: 960px;
}
#footer_b .bottom{
    width: 740px;
}
}

div#footer_banner_PC .col-xs-12 {
    width: 100%;
    float: left;
}
div#footer_banner_PC .col-xs-6 {
    width: 50%;
    float: left;
}
@media (min-width: 768px){
div#footer_banner_PC .col-sm-12 {
    width: 100%;
    float: left;
}
div#footer_banner_PC .col-sm-6 {
    width: 50%;
    float: left;
}
}
@media (min-width: 992px){
div#footer_banner_PC .col-md-3 {
    width: 25%;
    float: left;
}
div#footer_banner_PC .col-md-4 {
    width: 33.33333333%;
}
}
div#footer_banner_PC .col-sm-12, div#footer_banner_PC .col-sm-6, div#footer_banner_PC .col-xs-12, div#footer_banner_PC .col-xs-6,
div#footer_banner_PC .col-md-4,div#footer_banner_PC .col-md-3
 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
div#footer_banner_PC .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
div#footer_banner_PC .thumbnail a&gt;img,div#footer_banner_PC .thumbnail&gt;img {
    display: block;
    max-width: 100%;
    height: auto;
}
nav#mainNav2nd {
    background: rgba(255, 255, 255, 100);
    clear: both;
    height: 70px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 200;
}
div.sub-m a{
    text-decoration: none;
}
@media only screen and (max-width: 1297px)  and (min-width: 1265px){
    div#slideMenu{
        display:none;
    }

}
</pre></body></html>