@charset "utf-8";


.con_relative{
position: relative;
}

.search_btn_box{
	display: none;
	background: #fff;
	width: calc(100% - 200px);
	height: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.search_btn_box .search_btn_box_in{
width: 100%;
height: auto;
position: relative;
}

.search_btn_box #fadeOut-photo{top: 5px;right: -23px;width: 92px;height: 92px;border:0;background-color: #ffffff;margin:0;padding:0;transform:scale(0.5);cursor:pointer;position:absolute;}

.search_btn_box #fadeOut-photo:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 13px;
    left: 58px;
    width: 2px;
    height: 88px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #808080;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_btn_box #fadeOut-photo:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 13px;
    left: 58px;
    width: 2px;
    height: 88px;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #808080;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search_btn_box2{display: none;background: #fff;width: calc(100% - 220px);height: 70px;position: absolute;top: 0;right: 0;z-index: 2;}

.search_btn_box2 .search_btn_box_in{width: 100%;height: auto;position: relative;float: right;margin-top: 18px;}

.search_btn_box2 #fadeOut-photo2{

}
.search_btn_box #fadeOut-photo {
    outline: none;
}

.related-h2{
	margin-bottom: 20px;
}

.related-facility-li {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.related-facility-li li{
width: 300px;
margin-right: 30px;
float: left;
margin-bottom: 50px;
}

.related-facility-li li:nth-child(3n+3){
margin-right: 0;
}

.related-facility-li li a{
}


.related-facility-li li .img-link{
    font-size: 0;
    display: block;
    height: 100px;
    margin-bottom: 10px;
}

.related-facility-li li .img-link2{
border: 1px solid #808080;
display: block;
height: 98px;
}

.related-facility-li li .img-link2 img{
	display: block;
    width: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
    padding: 8% 0;
}

.related-facility-li li .related_a_text{
text-decoration :none;
color: #000;
}

#ms{width:200px;}

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width:  70%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    background-color: #fff;

}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
}


.ms-drop {
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
}

.ms-drop.bottom {
    top: 100%;
}

.ms-drop.top {
    bottom: 100%;
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

.shiritori {
  border: 1px solid #ddd;
}

/*20201205追加*/

/*header検索*/
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    float: right;
    top: -3px;
    margin-right: 90px;
}

.ms-choice {
    display: block;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #808080;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 4px;
    left: 61px;
    right: 20px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
}


.ms-drop {
    overflow: hidden;
    display: none;
    margin-top: -2px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #808080;
    margin-left: 58px;
    border-top: none;
}
body#lang-kojp .ms-drop {
	    margin-left: 62px;
}
body#lang-scjp .ms-drop {
	    margin-left: 58px;
}
body#lang-tcjp .ms-drop {
	    margin-left: 58px;
}
body#lang-enjp .ms-drop {
	    margin-left: 63px;
}

.ms-drop.bottom {
    top: 100%;
	width: 200px;
}

.ms-drop.top {
    bottom: 100%;
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
    line-height: 1;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    margin-left: 0;
}

.ms-drop .ms-no-results {
    display: none;
}
/*header検索ここまで*/

.nakka-logo{
    height: auto;
    margin-bottom: 100px;
}

.nakka-li li a{
color: #000;
text-decoration: none;
font-size: 12px;
}

.nakka-cat-list{
margin-bottom: 20px;
}

.nakka-cat-list span{
margin-right: 20px;
}

.nakka-cat-list a{
color: #000;
text-decoration: none;
margin-right: 20px;
}

.nakka-cat-list a::after{
	content: '❘';
	margin-left: 20px;
	color: #808080;
}

.nakka-tag-list{
 margin-bottom: 60px;
}

.nakka-tag-list span{
margin-right: 20px;
}

.nakka-tag-list a{
color: #000;
text-decoration: underline;
margin-right: 20px;
text-decoration-color: #808080;
}

.nakka-li{
}


.nakka-li li{
width: 100%;
    height: auto;
    margin-bottom: 75px;
    overflow: hidden;
	font-size: 14px;
}

span.new-txt {
    color: #FF0000;
    font-weight: bold;
	font-size: 14px;
}

span.new-txt .hankakuAll {
    color: #FF0000;
    font-size: 14px;
    font-weight: 600;
}



.nakka-li li .nakka-box{
width: 640px;
    height: auto;
    float: left;
}

.nakka-li li .nakka-box .nakka-article-date{
}


.nakka-li li .nakka-box .nakka-subtitle {
    margin-bottom: 5px;
}

.nakka-li li .nakka-box .nakka-title{
    margin-bottom: 0px;
    letter-spacing: 0;
}

.nakka-li li .nakka-box .nakka-title a{
font-size: 24px;
line-height: 1.75;
}
.nakka-li li .nakka-box .nakka-title a mark {
line-height: 1.75;
}

.nakka-li li .nakka-box .nakka-cat{
}

.nakka-li li .nakka-box .nakka-cat span{
    font-size: 12px;
}

.nakka-li li .nakka-box .nakka-cat a{
padding-right: 10px;
}

.nakka-li li .nakka-box .nakka-tag{
}

.nakka-li li .nakka-box .nakka-tag a{
margin-right: 10px;
text-decoration: underline;
font-size: 12px;
}

.nakka-li li .nakka-box .nakka-tag a .hankakuAll {
    text-decoration: underline;
}

.nakka-li li .nakka-box .nakka-tag a::before{
content: '#';
}


.nakka-li li .nakka-img {
    display: block;
    width: 300px;
    height: 180px;
    float: right;
    line-height: 1;
    font-size: 0;
    position: relative;
}

.nakka-li li .nakka-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nakka-li li .nakka-box .nakka-tag .hankakuAll{
display: none;
}

.nakka-li li .nakka-box .nakka-tag a .hankakuAll{
display: inline-block;
}


.pagination{
width: 100%;
    max-width: 700px;
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.pagination_in{
width: 90%;
    margin: 0 auto;
    display: block;
	text-align: center;
	position: relative;
}

.pagination .prev{
font-size: 0;
text-decoration: none;
position: absolute;
left: 60px;
top: 3px;
padding: 0;
line-height: 1;
margin: 0;
}


.pagination .prev::before{
content: url(./images/prev_arrow.png);
}

.pagination .next{
font-size: 0;
text-decoration: none;
position: absolute;
right: 60px;
top: 3px;
padding: 0;
line-height: 1;
margin: 0;
}

.pagination .next::after{
content: url(./images/next_arrow.png);
}



.pagination .first{
font-size: 0;
text-decoration: none;
position: absolute;
left: 0;
top: 3px;
padding: 0;
line-height: 1;
margin: 0;
}


.pagination .first::before{
content: url(./images/first_arrow.png);
}

.pagination .last{
font-size: 0;
text-decoration: none;
position: absolute;
right: 0;
top: 3px;
padding: 0;
line-height: 1;
margin: 0;
}


.pagination .last::after{
content: url(./images/last_arrow.png);
}


.pagination span .hankakuAll{
border-bottom: 1px solid #808080;
}

.pagination .pager{
	font-size: 14px;
	margin: 10px;
	text-decoration: none;
}


.pagination .pager::after{
content:"・";
display: inline-block;
vertical-align: middle;
	margin-left:10px;
}


.pagination .pager:last-child::after{
content: none;
}

.pagination .pager:nth-child(9)::after{
content: none;
}


/*single-nakka-news*/
.nakka_article{
width: 100%;
height: auto;
margin-bottom: 70px;
}

.nakka_article .nakka-time{
    margin-bottom: 5px;
}

.nakka_article .nakka-subtitle{
}

.nakka_article .nakka-title{
border: none;
    font-size: 26px;
	margin: 0;
    margin-top: 0;
    padding: 0;
	line-height: 1.75;
	margin-bottom: 5px;
}
.nakka_article .nakka-title mark {
	line-height: 1.75;
}

.nakka_article .nakka-cat{

}

.nakka_article .nakka-cat a{
font-size: 12px;
color: #000;
text-decoration: none;
margin-right: 15px;
}

.nakka_article .nakka-cat a .hankakuAll{
display: inline-block;
}

.nakka_article .nakka-cat .hankakuAll{
display: none;
}

.nakka_article .nakka-tag{
}

.nakka_article .nakka-tag a{
font-size: 12px;
color: #000;
margin-right: 20px;
}

.nakka_article .nakka-tag a .hankakuAll{
display: inline-block;
}

.nakka_article .nakka-tag .hankakuAll{
display: none;
}


.nakka-single-box{
width: 100%;
height: auto;
}


.nakka-single-box .single-content{
	width: 640px;
    height: auto;
    float: left;
}


.nakka-single-box .side-content{
	width: 220px;
    height: auto;
    float: right;
}

.nakka-single-box .side-content h3{
font-size: 12px;
margin-bottom: 20px;
}


.nakka_cat_list{
width: 100%;
height: auto;
margin-bottom: 50px;
}

.nakka-single-box .side-content .nakka_cat_list a{
display: block;
color: #000;
margin-bottom: 0;
text-decoration: none;
font-size: 12px;
line-height: 2.4;
}

.nakka-single-box .side-content .nakka_tag_list{
width: 100%;
height: auto;
margin-bottom: 50px;
}

.nakka-single-box .side-content .nakka_tag_list a{display: inline-block;color: #000;font-size: 12px;margin-right: 20px;}


.nakka_article .nakka-tag a::before{
content: '#';
}

.nakka-single-box .side-content .nakka_tag_list li a::before{content: '#';}


.nakka-single-box .side-content .pull-year {
    float: left;
    margin-top: 0;
}

.nakka_news_logo {
    width: 100%;
    max-width: 385px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.layer-contents .nakka_category_title{font-size: 16px;margin-bottom: 80px;display: inline-block;}


.layer-contents .nakka_category_title span{font-size: 26px;margin-left: 30px;position: relative;vertical-align: middle;position: relative;top: -2px;}


.nakka-tag-list a::before {
    content: '#';
}
.layer-contents h2.nakka_category_title span.post-number {
    font-size: 12px;
    color: #808080;
    margin-left: 22px;
}
.nakka_tag_list li {
    display: inline-block;
}
.ms-drop.bottom li label {
    font-size: 12px;
}

.ms-parent:before {content: "検索範囲";display: inline-block;font-size: 12px;margin-right: 10px;position: relative;top: 3px;}
body#lang-enjp .ms-parent:before {
	content: "Search in:";
}
body#lang-scjp .ms-parent:before {
	content: "搜索范围";
}
body#lang-tcjp .ms-parent:before {
	content: "搜尋範圍";
}
body#lang-kojp .ms-parent:before {
	content: "검색 범위";
}
button.ms-choice {
    display: inline-block;
    vertical-align: middle;
}
button.ms-choice div {
    background: url(./images/1-1.png) no-repeat right 5px center/14px;
    padding-right: 30px;
    padding: 5px 28px 5px 9px;
    font-size: 12px;
    position: absolute;
    top: 3px;
}

button.ms-choice div.open {
    background-image: url(./images/2-1.png);
}
.post-type-archive-nakka-news .nakka-li li:first-child .nakka-article-date:before{
	content:"[NEW]";
	color:#f00;
	font-size:14px;
	margin-right: 5px;
}



/*　ハンバーガーボタン　*/
.hamburger_sp {
  display : none;
  position:absolute;
  right : 0;
  top: 16px;
  width : 38px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger_sp3 {
  display : none;
  position:absolute;
  z-index : 3000;
  right : 0;
  top   : 0;
  width : 38px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger_sp4 {
  display : none;
  position:absolute;
  right : 0;
  top   : 0;
  width : 38px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}


/*.hamburger_sp.active {
  position:fixed;
  right : 6%;
  top   : 30px;
}*/


.hamburger_sp span {
  display : block;
  position: absolute;
  width   : 32px;
  height: 1px;
  left    : 6px;
  background : #808080;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger_sp span:nth-child(1) {
  top: 10px;
}
.hamburger_sp span:nth-child(2) {
  top: 20px;
}
.hamburger_sp span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン 
.hamburger_sp.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger_sp.active span:nth-child(2),
.hamburger_sp.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}



.hamburger_sp.active {
  position:fixed;
  right : 6%;
  top   : 30px;
}*/





.hamburger_sp3 {
  position:fixed;
  right: 6%;
  top   : 25px;
}


.hamburger_sp3 span {
  display : block;
  position: absolute;
  width   : 32px;
  height  : 1px ;
  left    : 6px;
  background : #808080;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}


/* ナビ開いてる時のボタン */
.hamburger_sp3 span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger_sp3 span:nth-child(2),
.hamburger_sp3 span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

div.hamburger_sp3 .active span:nth-child(3) {
    display: none;
}


.hamburger_sp4{
  position:fixed;
  right : 7%;
  top   : 30px;
}


/* ナビ開いてる時のボタン */
.hamburger_sp4 span:nth-child(1) {
  top : 6px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger_sp4 span:nth-child(2),
.hamburger_sp4 span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


.hamburger_sp4 span {
  display : block;
  position: absolute;
  width   : 32px;
  height  : 1px ;
  left    : 6px;
  background : #808080;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}


nav.globalMenuSp2 {
  position: fixed;
  top:0;
  bottom  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-990px);
  transition: all 0.6s;
  width: 100%;
  font-size:14px;
  min-height: 100vh;
  overflow-y: scroll;
  z-index:30;
}


nav.globalMenuSp2.active {

  transform: unset;
}


header#gHeader .globalMenuSp2_in .globalmenusp_h1{
width: 258px;
float: none;
height: auto;
padding: 4px 0 20px;
}

header#gHeader .globalMenuSp2_in .globalmenusp_h1 a{
}

header#gHeader .globalMenuSp2_in .globalmenusp_h1 img{
}





/*スマホハンバーガー2*/
.hamburger_sp2 {
  display : none;
  position:absolute;
  right : 0;
  top   : 0;
  width : 38px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index:2000;
}

/*.hamburger_sp2.active {
  position:fixed;
  right : 6%;
  top   : 30px;
}*/


.hamburger_sp2 span {
  display : block;
  position: absolute;
  width   : 32px;
  height: 1px;
  left    : 6px;
  background : #808080;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger_sp2 span:nth-child(1) {
  top: 10px;
}
.hamburger_sp2 span:nth-child(2) {
  top: 20px;
}
.hamburger_sp2 span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン 
.hamburger_sp2.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger_sp2.active span:nth-child(2),
.hamburger_sp2.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}*/

nav.globalMenuSp3 {
  position: fixed;
  z-index : 2000;
  top  : 0;
  bottom  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-990px);
  transition: all 0.6s;
  width: 100%;
  font-size:14px;
  height: 100vh;
  overflow-y: scroll; 
}

nav.globalMenuSp3.active {

  transform: unset;
}


header#gHeader .globalMenuSp3_in .globalmenusp_h1{
width: 258px;
float: none;
height: auto;
padding: 10px 0 20px;
}

header#gHeader .globalMenuSp3_in .globalmenusp_h1 a{
}

header#gHeader .globalMenuSp3_in .globalmenusp_h1 img{
}

/*スマホハンバーガー2ここまで*/




/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}


/* アコーディオン */
.acMenu {
width: 100%;
margin:0 auto;
padding:0px;
background: #fff;
margin-bottom: 20px;
}
 
.acMenu li {
    list-style: none;
    padding:0px;
	position:relative;
}
 
.acMenu a {text-decoration: none;margin-left: 15px;}
 
.acMenu li ul {
    padding:0px;
}
 
.menu-ttl {
    border-top: 1px solid #808080;
    text-align: left;
padding-bottom: 6px;
    padding-top: 13px;
font-size: 15px;
}
 
.sub-menu-ttl {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding-top:15px;
    padding-bottom: 15px;
    margin:0px;
}
 
dd {
    margin:0px;
    
}
 
.menu-ttl.acMenu2 {
    text-align:left;
}
.menu-ttl.acMenu3 {
    text-align: left;
}
 
.acMenu3 li,.menu-link li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    background: none;
}
 
.acMenu dt.open {
    
}
	
	
.acMenu dt:after {
display: inline-block;
    width: 14px;
    position: absolute;
    height: 14px;
    top: 13px;
    right: -4px;
    margin: 0 10px;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    transform: rotate(45deg);
    content: "";
}
 
.acMenu dt.open:after {
display: inline-block;
    width: 14px;
    position: absolute;
    height: 14px;
    top: 20px;
    right: -4px;
    margin: 0 10px;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
	border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
    content: "";
	}
 
.sub-menu-ttl:after {

    margin-left:20px;
}
 
.sub-menu-ttl.openAcd:after {
margin-left:20px;}

.globalMenuSp2_in{
    width: 88%;
    margin: 20px auto 0;
	position:relative;
}

.globalMenuSp2_in a{
color: #000;
text-decoration: none;
}

.language_ul{
margin-bottom: 20px;
line-height: 1;
}

.language_ul li{
display: inline-block;
	line-height: 1;
}

.language_ul li::after {
  content: '|';
 padding-right: 10px;
 padding-left: 10px;
}
.language_ul li:last-child:after {
    display: none;
}
.language_ul .language_li_last::after {
display:none;
}

.language_ul li a{
font-size: 12px;
}

.ticket_box_sp{
width: 100%;
height: auto;
margin-bottom: 29px;
margin-top: 22px;
padding: 6px 0 4px;
}

.globalMenuSp3_in .ticket_box_sp a{display: block;text-align: center;background: #000;color: #fff;/* padding: 14px 0 12px 0; *//* line-height: 1; */}

.globalMenuSp2_in .search_btn_box2{
display: block!important;
    width: 100%;
    height: auto;
    position: static;
}

.globalMenuSp2_in .search_btn_box2 .search_btn_box_in{
float: none;
    margin-top: 0;
    margin-bottom: 25px;
    background: #EDEDED;
    padding: 5px;
}

.globalMenuSp2_in .search_btn_box2 .search_btn_box_in .search-txt2{
width: 100%;
}

.globalMenuSp2_in .search_btn_box2 .search_btn_box_in .search-txt2 input{
border-bottom: none;
background: none;
top: 0;
}


.globalMenuSp2_in .search_btn_box2 .search_btn_box_in .search-btn{right: 10px;top: 12px;}

.globalMenuSp2_in .search_btn_box2 .search_btn_box_in .search-btn input{background: url(https://nakka-art.jp/wp10/wp-content/uploads/2020/12/02_search_sp.png) no-repeat;background-size: 100%;}

.globalMenuSp2_in .search_btn_box2 .search_btn_box_in #ms {
    display: none;
}

.acMenu li dl dd ul li{
	margin-bottom:15px;
	}
	
.acMenu li dl dd ul li a{
	font-size:13px;
	}
	
.acMenu li dl dd ul .acMenu2{
	margin-bottom:0;
	}
	
.acMenu .li_sp_last{
    /* border-bottom: 1px solid #808080; */
}

.search_btn_box2 .search_btn_box_in .search_btn_box2 p.search-btn {
    margin-right: 0;
    display: inline-block;
    position: absolute;
    right: 2%;
    float: none;
    top: 2px;
}

.header-sp-bottom{
	padding-bottom: 15px;
}

.header-sp-bottom li {
    width: unset;
    float: left;
    margin-bottom: 8px;
    margin-right: 25px;
}
ul.header-sp-sns li {
	margin-right: 25px;
	float: left;
}
ul.header-sp-sns {
	padding-bottom: 55px;
}

ul.header-sp-sns li a img {
	height:15px;
}

.header-sp-bottom li a{/* background: url(https://nakka-art.jp/wp10/wp-content/uploads/2020/12/next_arrow.png) no-repeat left top 2px/5px; */padding-left: 14px;font-size:12px;position: relative;}
.header-sp-bottom li a:before {
    display: inline-block;
    width: 7px;
    position: absolute;
    height: 7px;
    top: 3px;
    left: -2px;
    margin: 0 0px 0 0;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    transform: rotate(-45deg);
    content: "";
}
.header-sp-bottom .header-sp-sns{
display: -webkit-flex;
    display: block;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin-top: 5px;
}

.header-sp-bottom .header-sp-sns li{
margin-bottom: 0;
width: auto;
margin-right: 12%;
}

.header-sp-bottom .header-sp-sns li:last-child{
padding-right: 0;
}

.header-sp-bottom .header-sp-sns li img{
width: auto;
height:14px;
}

.header-sp-bottom .header-sp-sns li a{
background: none;
display: block;
padding: 0;
}

.event_calendar_box .event_calendar{
display:none;
	}
	
	
	
/* アコーディオン2 */


.globalMenuSp3_in{
    width: 88%;
    margin: 20px auto 0;
}

.globalMenuSp3_in a{
color: #000;
text-decoration: none;
}

.globalMenuSp3_in .search_btn_box2{
display: block!important;
    width: 100%;
    height: auto;
    position: static;
}

.globalMenuSp3_in .search_btn_box2 .search_btn_box_in{
float: none;
    margin-top: 0;
    margin-bottom: 25px;
    background: #EDEDED;
    padding: 5px;
}

.globalMenuSp3_in .search_btn_box2 .search_btn_box_in .search-txt2{
width: 100%;
}

.globalMenuSp3_in .search_btn_box2 .search_btn_box_in .search-txt2 input{
border-bottom: none;
background: none;
top: 0;
}


.globalMenuSp3_in .search_btn_box2 .search_btn_box_in .search-btn{right: 10px;top: 12px;}

.globalMenuSp3_in .search_btn_box2 .search_btn_box_in .search-btn input{
background: url(https://nakka-art.jp/wp10/wp-content/uploads/2020/12/02_search_sp.png) no-repeat;
    background-size: 100%;
}

.globalMenuSp3_in .search_btn_box2 .search_btn_box_in #ms {
    display: none;
}


.search_btn_box3 .search_btn_box_in .search_btn_box2 p.search-btn {
    margin-right: 0;
    display: inline-block;
    position: absolute;
    right: 2%;
    float: none;
    top: 2px;
}


/*アコーディオン2ここなで*/
 

p.topimg.pc {
    display: block;
}
p.topimg.sp {
    display: none;
}
@media print{
.clear.fix-header2 {
    display: none;
}

nav.globalMenuSp3 {
    display: none;
}

.hamburger_sp {
    display: none;
}

nav.globalMenuSp2 {
    display: none;
}
.header-right{
    position:absolute;
    top:0;
    width:75%;
    right:0;
}
header#gHeader h1{
    position:absolute;
    top:0;
}
.drop-menu_box ul li{
    margin:0 10px;
}
li#fadeIn-photo {display:none;}
ul.menu2 {
    float:right;
}
.drop-menu_box ul li.br{
    margin-left:20px;
}
.clear.fix-header {
    display: none;
}
}

@media all and (max-width: 767px) {
html.is-fixed,
html.is-fixed body {
    overflow: hidden;
  }
  
  
html.is-fixed2,
html.is-fixed2 body {
    height: auto;
    overflow: hidden;
  }
  
 .display-none{
	transition: all 0.8s;
      opacity: 0;
}