@charset "UTF-8";
/*
Template:
Theme Name: Nara Arts 2019-07-13
Author: 
Version: 1.0
*/



/*ベーススタイル*/
body {
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup,
hr, menu, nav, section {
    display: block
}

a, hr {
    padding: 0
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption,
cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe,
img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp,
section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot,
th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

img, sup {
    vertical-align: top
}


ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}


a:hover {
  opacity: 0.5!important;
}

	.mgn30{
	margin-top:30px;
	}
	
#content {
    background: #fff;
}





#header .line{
	background: #a7891e; /* Old browsers */
	background: -moz-linear-gradient(left,  #a7891e 0%, #ebd87c 24%, #FCFCE3 50%, #ebd87c 75%, #a7891e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #a7891e 0%,#ebd87c 24%,#FCFCE3 50%,#ebd87c 75%,#a7891e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #a7891e 0%,#ebd87c 24%,#FCFCE3 50%,#ebd87c 75%,#a7891e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7891e', endColorstr='#a7891e',GradientType=1 ); /* IE6-9 */
	width: 100%;
	height: 4px;
}


	#header{
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
	background-color: #fff;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
	}

.grey_area{
	background-color: #efefef;	
}
.grey_area:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    
}

/* パンくず */


.breadcrumb-area {
	padding-top: 4px;
	background: #efefef;
	border: none;
	width: 100%;
}
 .breadcrumb-area .wrap {
	 width: 970px;
	 margin: 0 auto;
	box-sizing: border-box;
}
.breadcrumb-area li{
	float: left;
	padding: 5px;
}
.sp_btm{
	margin-top: 20px;	
}


.group1{
	margin-top: 30px;
	}

/* drop down
-----------------------------------------*/
/* link */
.mod_dropnavi ul li a{
  transition-property: border;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.mod_dropnavi ul li a:link    {text-decoration:none;}
.mod_dropnavi ul li a:visited {text-decoration:none;}
.mod_dropnavi ul li a:hover   {text-decoration:none;}
.mod_dropnavi ul li a:active  {text-decoration:none;}
 
/* mod_dropnavi */
.mod_dropnavi>ul{
	width: 100%;
	height: 45px;
}
.mod_dropnavi>ul>li{
    width:100%;
    float:left;
    position:relative;
    text-align:center;
	color: #000;
    line-height:45px;
}
.mod_dropnavi>ul>li>a{
    display:block;
	color: #000;
    font-weight:bold;
}
.mod_dropnavi>ul>li>a:hover   {}
.mod_dropnavi>ul>li>a:active  {}
 
/* mod_dropnavi_child */
.mod_dropnavi .mod_dropnavi_child{
  display:none;
  position:absolute;
  top:10px;
  left:0px;
  z-index:99;
  padding:12px 0 0 0!important;
}
.mod_dropnavi .mod_dropnavi_child ul{
 padding:4px 5px 16px 5px!important;
 background-color:#640078;
}
.mod_dropnavi .mod_dropnavi_child ul li{
	font-size: 90%;
	line-height: 1.3;
	text-align: left;
	margin: 12px 0 0 0!important;
	white-space: nowrap;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.mod_dropnavi .mod_dropnavi_child ul li a{
  padding:0 0 0 12px!important;
  display:inline-block;
}
.mod_dropnavi .mod_dropnavi_child ul li a:link    {color:#FFF; text-decoration:none;}
.mod_dropnavi .mod_dropnavi_child ul li a:visited {color:#FFF; text-decoration:none;}
.mod_dropnavi .mod_dropnavi_child ul li a:hover   {color:#FFF; text-decoration:none;}
.mod_dropnavi .mod_dropnavi_child ul li a:active  {color:#FFF; text-decoration:none;}




/* =======================================
	Footer
======================================= */

  #FooterBnr {
        width: 100%;
        height: 372px;
        position: relative;
        z-index: 5;
        overflow: hidden;
	margin-bottom: 40px;
    }

    #FooterBnrArea {
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
	right: auto;
	bottom: auto;
	z-index: 1;
	width: 99999px;
	border-top: 4px solid #640078;
	border-bottom: 4px solid #640078;
	padding-top: 20px;
	padding-bottom: 20px;
    }

    #FooterBnrArea ul:after, #FooterBnrArea:after {
        content: " ";
        display: block;
        clear: both
    }

    #FooterBnrArea ul {
        float: left
    }

    #FooterBnrArea ul li {
        float: left;
        margin-left: 22px
    }

    #FooterBnrArea .card {
        display: block;
        width: 270px;
        height: 270px;
        border-radius: .3rem;
        overflow: hidden;
        transition: width .8s cubic-bezier(.19, 1, .22, 1), height .8s cubic-bezier(.19, 1, .22, 1);
        position: relative
    }

    #FooterBnrArea .card .mp4, #FooterBnrArea .card .ph {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
        height: 100%;
        width: 100%
    }

    #FooterBnrArea .card .ph {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 2
    }

    #FooterBnrArea .card .mp4 {
        z-index: 3;
        opacity: 0
    }

    #FooterBnrArea .card .description, #FooterBnrArea .card .title {
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        bottom: auto;
        z-index: 10;
        text-align: center;
        color: #FFF;
        font-weight: 400
    }

    #FooterBnrArea .card .mp4 video {
        width: 100%;
        height: 100%
    }

    #FooterBnrArea .card .title {
        top: 116px;
        width: 100%;
        font-size: 22px;
        line-height: 1
    }

    #FooterBnrArea .card .title span {
        display: block;
        transform: scale(.9, 1)
    }

    #FooterBnrArea .card .description {
        top: 149px;
        width: 100%;
        font-size: 16px;
        line-height: 1.2
    }

    #FooterBnrArea .card .canvas, #FooterBnrArea .card .cover {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
        z-index: 4;
        width: 100%;
        height: 100%
    }

    #FooterBnrArea .card .description span {
        display: block;
        transform: scale(.9, 1)
    }

    #FooterBnrArea .card .cover {
        opacity: .25
    }

    #FooterBnrArea .card .canvas canvas {
        width: 100%;
        height: 100%
    }
	
footer{
  width: 100%;
   }
	
footer .sponsorship{
  width: 970px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 54px;
  position: relative;
}

footer .sponsorship .companyList1{
  padding-top: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

footer .sponsorship .companyList2{
  padding-top: 10px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
footer .sponsorship .companyList3{
  padding-top: 40px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

footer .sponsorship .companyList1 li,
footer .sponsorship .companyList2 li,
footer .sponsorship .companyList3 li,
footer .sponsorship .companyList4 li{
  float: left;
}


footer .sponsorship .companyList1 img{
	width: 95%;
}
footer .sponsorship .companyList2 img{
	width: 95%;
}
footer .sponsorship .companyList3 img{
	width: 95%;
}

  footer .sponsorship .companyList1 li:nth-child(1){
    width: 20%;
    padding-right: 1%;
  }
  footer .sponsorship .companyList1 li:nth-child(2){
    width: 20%;
  padding-right: 1%;
  }
  footer .sponsorship .companyList1 li:nth-child(3){
    width: 30%;
  padding-right: 1%;
  }
  footer .sponsorship .companyList1 li:nth-child(4){
    width: 25%;
  }
  footer .sponsorship .companyList2 li:nth-child(1){
    width: 39%;
    padding-right: 1%;
  }
  footer .sponsorship .companyList2 li:nth-child(2){
  width: 20%;
  }
  footer .sponsorship .companyList2 li:nth-child(3){
  width: 20%;
  }
  footer .sponsorship .companyList2 li:nth-child(4){
  width: 20%;
  }

  footer .sponsorship .companyList3 li:nth-child(1){
    width: 32%;
    padding-right: 1%;
  }
  footer .sponsorship .companyList3 li:nth-child(2){
   width: 32%;
    padding-right: 1%;
  }
  footer .sponsorship .companyList3 li:nth-child(3){
   width: 32%;
  }


footer .sponsorship .companyList4{
  margin: 0 auto;
  width: 100%;
  padding-top: 20px;
	text-align: center;
}
footer .sponsorship .companyList4 li a{
  font-family: "UD Shin Go Regular";
	color: #00a7db;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

footer .sponsorship .companyList4 li:nth-child(1):after{
  content:"/";
  padding:0 5px;
}
footer .sponsorship .companyList4 li:nth-child(2):after{
  content:"/";
  padding:0 5px;
}
footer .sponsorship .companyList4 li:nth-child(3):after{
  content:"/";
  padding:0 5px;
}
footer .sponsorship .companyList4 li:nth-child(4):after{
  content:"/";
  padding:0 5px;
}
footer .sponsorship .companyList4 li:nth-child(5):after{
  content:"/";
  padding:0 5px;
}
footer .sponsorship .companyList4 li:nth-child(6):after{
  content:"/";
  padding:0 5px;
}

footer .sponsorship .companyList4Extend{
  margin-top:20px;
  width: 350px;
}
footer .sponsorship .companyList4Extend li:nth-child(2):after{
  content:"";
  padding:0 5px;
}

footer .footerNaviContainer{
	width: 100%;
	background-color: #640078;
}
footer .footerNaviContainer a{
	color: #FFFFFF;
  font-size: 100%;
	text-decoration: none;
}
footer .footerNaviContainer a:hover {
	text-decoration: underline;
	color: #EAFF00;
}
footer .footerNaviContainer .footerNavi{
  max-width: 1000px;
  margin: 0 auto;
}

footer .footerNaviContainer .footerNavi ul{
  font-size: 21px;
  color: #fff;
  padding: 34px 0;
}

footer .footerNaviContainer .footerNavi ul li{
	float: left;
	padding: 0 26px;
	border-right: 1px solid #fff;
	font: 16px "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
footer .footerNaviContainer .footerNavi ul li:last-child{
  border-right: 0;
}
footer .copyright{
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background-color: #E9E9E9;
	color: #000;
	font-size: 14px;
}
	footer .pagetop{
	width: 100%;
	background-color: #EFDF43;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 40px;
	font-size: 30px;
	font-weight: normal!important;
	color: #640078;
	}	
 footer .h2Pt3{
	font-family: "UD Shin Go DemiBold,ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 200px;
	background-position: center 0;
	text-align: center;
	font-size: 23px;
	margin: 0 auto;
	position: absolute;
	top: -17px;
	left: 40%;
	background-color: #fff;
  }

  footer .footerNaviContainer .footerNavi ul li{
    padding: 0 2.453vw;
    font-size:2.143vw;
  }


.event_end_att {
	width: 99%;
	color: #FF0000;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.2em;
	border: 3px solid #ff0000;
	margin: 15px auto;
	text-indent: 15px;
	font-weight: bold;
	background-color: #EFEFEF;
}

.red { color:#d9293e !important; }
.page_contets table{ border: none !important; }
.page_contets table th { border-bottom: 1px #000 !important; }
.page_contets table td { border: dotted 1px #c0c0c0 !important; }
.txt_big { font-size:1.6em;}
.map_frame,
.acf-map{
	padding-top: 20px;
	padding-bottom: 20px;	
}
.mod_dropnavi_child{
	margin-top: 35px;
}
.parent2{
	color: #640078!important;
	margin-top: 20px; /* 元：35px */
}
/* =======================================

pc

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

/* 971pxまでの幅の場合に適応される */
		/*ヘッダー*/
		#header_vio {
			background-color: #640078;
		}

		/*
		#header .wrap {
			position: relative;
		}
		*/
		#header .header_box{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
		}
		#header h3{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
		}
		#header .head_day{
	width: 300px;
	float: left;
	}
	#header .sub_box{
	width: 420px;
	float: left;
	}
	#header .icon_box{
	width: 125px;
	float: left;
	height: 30px;
	}
	#header .icon_box ul{
	margin: 0px;
	padding: 0px;
	}
	#header .icon_box li{
	float: right;
	height: 30px;
	margin: 0px;
	padding: 0px;
	}
	
	#header .icon_box li img{
	width: 90%;
	}
	#header .font_box{
	width: 122px;
	float: left;
	height: 30px;
	background-image: url(../images/common/font_bg.png);
	background-repeat: no-repeat;
	position: relative;
	}
	#header .font_box .fn_small{
	position: absolute;
	top: 3px;
	left: 73px;	
	}
	#header .font_box .fn_big{
	position: absolute;
	top: 3px;
	left: 97px;
	}
	.fn_small img,
	.fn_big img{
	width: 90%;
	}
	#header_gnav{
	width: 970px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
		}
.home.blog.left-content.default #header #header_gnav {
}

    #header .gnav, #header .gnav:after, #header h1 a, #header h2 {
        display: block;
        right: auto;
        bottom: auto;
    }
	

   #header .gnav .ulbx > li,
    #header .subnav ul li {
        float: left
    }

	
.home.blog.left-content.default #header #header_gnav {
	background-image: url(../images/common/head_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

    #header h1 a {
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 300px;
	text-indent: -9999px;
	height: 100px;
	z-index: 1;
	float: left;
    }

    #header h2 {
	display: none;
    }

    #header .gnav {
	width: 670px;
	top: 0;
	z-index: 10;
	float: left;
    }


    #header .gnav .ulbx {
	width: 100%;
	padding-left: 10px;
    }
    #header .gnav .ulbx li{
	padding-right: 10px;
    }
    #header .gnav .ulbx:after {
        content: " ";
        display: block;
        clear: both
    }
    #header .gnav .group1 a {
	color: #000;
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0;
	cursor: pointer;
    }

    #header .gnav .group1 a .txt .bar {
        display: block;
        background-color: #000;
        width: 0%;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

/* search */
#searchform {
	overflow: hidden;
	background: #fff;
	padding-bottom: 0;
	border-radius: 0px;
	margin-top: 35px;
	margin-left: 20px;
}
#searchform div {
  position: relative;
  padding-right: 10px;
}
#searchform label {
  display: none;
}
#searchform input[type=text] {
	line-height: 1.15;
	padding: 10px 5px 5px;
	font-size: 90%;
	box-sizing: border-box;
	border: none;
	float: left;
	width: 200px;
	height: 30px;
}
#searchform button {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: center;
  line-height: 1.15;
  border: none;

  width: 15px;
  height: 10px;
  padding: 5px 5px;
  background: url("../images/common/search.png") no-repeat;
  background-size:contain;
  /*
  border-radius: 3px;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: transparent;
  
  font-family: 'FontAwesome';
  font-size: 21px;
  color: #808080;
  */
}
#searchform button:hover {
  cursor: pointer;
}


.search_input{
  padding:5px;
  width: 200px;
}
	
    #header .btnHamberger, #header .gnavsp {
        display: none
    }
	
		#header #logo {
			width: 300px;
		}
	
	/*メインビジュアル*/
#main_visual {
    height: auto!important;
    border-bottom: 1px solid #7A4171;
	border-top: 3px solid #7A4171;
	background: #fff !important;
}
#MainVisualArea{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
}
.grey_area{
	background-color: #efefef;	
}
/*メインビジュアル：メインスライダー*/

#MainVisual img {
		vertical-align: bottom;
	}
#MainVisual .module {
		padding: 20px;
	}
#MainVisual .slick-arrow {
		z-index: 99;
	}
#MainVisual .slide .slick-slide:focus {
		outline:none;
	}

#MainVisual .slide {
		overflow: hidden;
	}
#MainVisual .slide_inner {
	width: 970px;
	margin: 0 auto;
	height: 430px;
	}
#MainVisual .slide .slick-list {
		overflow: visible !important;
	}

/* =======================================
	header
======================================= */
	

/* タブ型メニュー */
#tab_bx{
	padding: 0px;
	width: 100%;
	background-color: #EFDF43;
	font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#tab_menu{
	width: 100%;
	background-color: #640078;
	visibility: visible ! important;
	opacity: 1 ! important;
	z-index: 10;
}
#tab_menu ul{
	padding: 0px;
	margin: 0px;
}
#tab_menu .area{
	background-color: #EFDF43;
}
#tab_menu .tab {
	width: 100%;
	max-width: 970px;
	margin: 0px auto;
	text-align: center;
	z-index: 90;
}
#tab_menu .tab li {
	float: left;
	padding-top: 20px;
	cursor: pointer;
	list-style: none;
	transition: .3s;
	position: relative;
}
#tab_menu .tab > li.tabmenu {
	display: table-cell;
	table-layout: fixed;
	width: 33%;
	text-align: center;
	vertical-align: middle;
	height: 70px;
	font-weight: bold;
}
#tab_menu .tab > li > a{
	font-size: 1.4rem;
	display: block;
	z-index: 0;
	text-decoration: none;
  	color: #fff;
	padding-top: 0px;
}
	#tab_menu .tab > li > span {
	font-size: 1.4rem;
	display: block;
	z-index: 0;
	text-decoration: none;
  	color: #fff;
}
#tab_menu .tab > li > span:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
	transform: rotate(135deg);
	margin: 0px auto 0px;
}
#tab_menu .tab > li > a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
	transform: rotate(135deg);
	margin: 0px auto 0px;
}
#tab_menu .tab li.active {
  background: #EFDF43;
  cursor: auto;
}
#tab_menu .tab li.active span{
  	color: #000;
}
#tab_menu .tab li.active a{
  	color: #000;
}
	#tab_menu .tab > li > span:before,
	#tab_menu .tab > li:last-child > span:after {
	content: "";
	display: block;
	z-index: -1;
	top: 50%;
	margin-top: -25px;
	height: 25px;
	width: 1px;
}
	#tab_menu .tab > li > span:before { left: 0px; }
	#tab_menu .tab > li > span:after { right: 0px; }
	#tab_menu .tab > li.hover > span:before, #tab_menu .tab > li.hover > span:after, #tab_menu .tab > li.hover + li > span:before { content: none; }
	#tab_menu .tab > li.hover {
	background-repeat: repeat;
	background-image: none;
	background-attachment: scroll;
}
#tab_menu .tab li.active span:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgb(0, 0, 0);
	border-right: 2px solid rgb(0, 0, 0);
	transform: rotate(135deg);
	margin: 0px auto 0px;
}
#tab_menu .tab li.active a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgb(0, 0, 0);
	border-right: 2px solid rgb(0, 0, 0);
	transform: rotate(135deg);
	margin: 10px auto 0px;
}
	#tab_menu .sub.content {
	width: 100%;
	background-repeat: repeat;
	background-position: 0% 0% rgb(0, 167, 69);
	background-image: none;
	background-attachment: scroll;
	top: 70px;
	left: 0px;
	box-sizing: border-box;
	height: auto;
}
	#tab_menu .sub.content .inner {
	width: 970px;
	margin: 0px auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}
	#tab_menu .sub.content li {
	font-size: 1.2rem;
	line-height: 1.2;
}
	#tab_menu .content li a { color: rgb(0, 0, 0); }
	#tab_menu  .area > li > .sub {
	background-repeat: repeat;
	background-position: 0% 0%;
	background-image: none;
	background-attachment: scroll;
	position: absolute;
	top: 70px;
	visibility: hidden;
	opacity: 0;
	z-index: -2;
	width: 100%;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	height: 70px;
	background-color: #EFDF43;
}
	#tab_menu .area > li.hover > .sub {
	visibility: visible;
	opacity: 1;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
	#tab_menu .area li.tabmenu a span, .headerArea .secondnav .right > li > a > span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
}
	#tab_menu .area > li.tabmenu > a:after {
	content: "";
	height: 70px;
	vertical-align: middle;
	display: inline-block;
}
	#tab_menu .area > li > ul.sub > .inner > li {
	position: relative;
	white-space: nowrap;
	font-weight: bold;
}
	#tab_menu .area > li > ul.sub > .inner > li a {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
}
	#tab_menu .area > li > ul.sub > .inner > li a:hover {
	display: table-cell;
	color: #640078;
	font-weight: bold;
}
	#tab_menu .list4set li{
	width: 242px;
	text-align: center!important;
	border-left: 1px solid #000;
	}
	#tab_menu .list4set li:nth-child(4){
	width: 242px;
	text-align: center!important;
	border-left: 1px solid #000;
   	border-right: 1px solid #000;
	}
	#tab_menu .list6set li{
	width: 161px;
	text-align: center!important;
	border-left: 1px solid #000;
	}
	#tab_menu .list6set  li:nth-child(6){
	width: 161px;
	text-align: center!important;
	border-left: 1px solid #000;
   	border-right: 1px solid #000;
	}
	#tab_menu .list1set li{
	width: 100%;
	text-align: center!important;
	border-left: 1px solid #000;
   	border-right: 1px solid #000;
	}

#tab_menu .area ul {
  display: none;
}
#tab_menu .area ul.show {
  display: block;
}

/* タブ型メニュー */

/* =======================================
	btnHamberger
======================================= */
	
    #header .btnHamberger {
	display: none;
    }
/* =======================================
	メインビジュアル
======================================= */
	
	.main_box,
	.news_title,
	.map_title{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	.slideshow_box{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	.nara_title{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
	padding-top: 10px;
	padding-left: 20px;
	position:relative;/*疑似要素を使う場合には必要*/
	}
	.main_box .btn_all,
	.news_title .btn_all,
	.map_title .btn_map{
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 20px;
	}
	
.nara_title:before{
	position:absolute;
	content: "";
	width: 10px;
	height: 50px;
	background: #640078;
	top: 15px;
	left: 0px;
}
	.sub_title{
	font-size: 16px;
	color: #666;
	font-weight: normal;
	}	
	
	.main_box h3,
	#news_box h3,
	#map_box h3{
	width: 970px;
	border-bottom: 1px solid #000;
	background-image: url(../images/common/title_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

/* =======================================
	container
======================================= */
	
#container {
	width: 99%;
	text-align: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	width: 100%;
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider #loopleft {
	top: 20px;
	left: 0;
	width: 20px;
	height: 262px;
	line-height: 260px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #555;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}
#loopslider #loopright {
	top: 20px;
	right: 0;
	width: 20px;
	height: 262px;
	line-height: 260px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #555;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}

/* =======================================
	ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}

/* =======================================
	baneer_eventbox
======================================= */
#baneer_eventbox{
	width: 100%;	
	margin-top: 25px;
	
}
#baneer_eventbox ul{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 30px;
}
#baneer_eventbox li{
	width: 480px;
	height: 150px;
	float: left;
}
#baneer_eventbox li img{
	width: 100%;
}
 #baneer_eventbox ul > li:nth-child(1) a{
	margin-right: 5px;
	float: left;
}
 #baneer_eventbox ul > li:nth-child(2) a{
	margin-left: 10px;
}
.event_recomend{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
	.show_pc{
	display: block!important;
	}
	.show_sp{
	display: none!important;
	}
	.show_pctb{
	display: block!important;
	}
	.sp_br{
    display: none;
  }
	}

/* =======================================

tb

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


	.show_pc{
	display: none!important;
	}
	.show_pctb{
	display: block!important;
	}
	.show_sp{
	display: none!important;
	}
	/*メインビジュアル*/
#main_visual {
	width: 100%;
    border-bottom: 1px solid #7A4171;
	border-top: 3px solid #7A4171;
}
#MainVisualArea{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
	#MainVisualArea img{
	width: 100%;
	}
	#header_vio {
			background-color: #640078;
			position: relative;
		}

		/*
		#header .wrap {
			position: relative;
		}
		*/
		#header .header_box{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 25px;
		}
		#header h3{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
		}
	
	#header .head_day{
	width:50%;
	float: left;
	}
	#header .sub_box{
	width:50%;
	float: left;
	}
	#header_gnav{
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
		}

    #header .gnav, #header .gnav:after, #header h1 a, #header h2 {
        display: block;
        right: auto;
        bottom: auto;
    }
   #header .gnav .ulbx > li,
    #header .subnav ul li {
        float: left
    }
	
.home.blog.left-content.default #header #header_gnav {
	background-image: url(../images/common/head_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

    #header h1 a {
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 300px;
	text-indent: -9999px;
	height: 100px;
	z-index: 1;
	float: left;
    }

    #header h2 {
	display: none;
    }
	
    #header .btnHamberger, #header .subnav {
        position: absolute;
        top: 43px;
        z-index: 5
    }

    #header .btnHamberger, #header .btnHamberger svg, #header .subnav ul li a {
        width: 100px;
        height:100px;
    }


    #header .gnav {
        display: none
    }

    #header .subnav {
        display: block;
        right: 14.66666667vw
    }

    #header .subnav ul:after {
        content: " ";
        display: block;
        clear: both
    }

    #header .subnav ul li {
        float: left
    }

    #header .subnav ul li a {
        display: block;
        border-left: 1px solid #dfdfdf
    }
    #header .btnHamberger {
        display: block;
        right: 0;
        cursor: pointer
    }
	

    #header .gnavsp, #header .gnavsp ul {
        position: absolute;
        left: 0;
        right: auto;
        bottom: auto;
        display: block
    }

    #header .gnavsp {
	width: 100%;
        top: 140px;
	z-index: 1;
    }

    #header .gnavsp ul {
	background-color: #640078;
		opacity: 0.8;
        width: 100%;
        top: -140vw;
        z-index: 1;
        transition: top .6s cubic-bezier(.19, 1, .22, 1);
        border-bottom: 1px solid #dfdfdf;
    }

    #header .gnavsp ul li a {
	display: block;
	width: 95%;
	height: 30px;
	font-size: 18px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	position: relative;
	color: #fff;
	border-bottom: 1px solid #dfdfdf;
	margin-left: auto;
	margin-right: auto;
    }

    #header .gnavsp ul li a .ModArrowObj {
        display: block;
        position: absolute;
        right: 7.46666667vw;
        top: 0;
        z-index: 1
    }

    #header .gnavsp ul li a .ModArrowObj svg {
        width: 6.13333333vw;
        height: 4.08888889vw
    }

    #header .gnavsp ul li a .ModArrowObj svg polyline {
        stroke-width: 2px
    }

    #header .gnavsp.open ul {
        top: 0
    }
	
/* =======================================
	header
======================================= */
	

/* タブ型メニュー */
#tab_bx{
	padding: 0px;
	width: 100%;
	background-color: #EFDF43;
}
#tab_menu{
	width: 100%;
	background-color: #640078;
	visibility: visible ! important;
	opacity: 1 ! important;
	z-index: 10;
}
#tab_menu ul{
	padding: 0px;
	margin: 0px;
}
#tab_menu .area{
	background-color: #EFDF43;
}
#tab_menu .tab {
	width: 100%;
	max-width: 970px;
	margin: 0px auto;
	text-align: center;
	display: table;
	position: relative;
	z-index: 90;
}
#tab_menu .tab li {
	float: left;
	padding-top: 20px;
	cursor: pointer;
	list-style: none;
	transition: .3s;
}
#tab_menu .tab > li.tabmenu {
	display: table-cell;
	table-layout: fixed;
	width: 32%;
	text-align: center;
	vertical-align: middle;
	height: 70px;
	font-weight: bold;
}
	#tab_menu .tab > li > a {
	font-size: 1.2rem;
	display: block;
	z-index: 0;
	text-decoration: none;
  	color: #fff;
}
#tab_menu .tab > li > a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
	transform: rotate(135deg);
	margin: 10px auto 0px;
}
#tab_menu .tab li.active {
  background: #EFDF43;
  cursor: auto;
}
#tab_menu .tab li.active a{
  	color: #000;
}
	#tab_menu .tab > li > a > span:before, #tab_menu .tab > li:last-child > a > span:after {
	content: "";
	display: block;
	z-index: -1;
	top: 50%;
	margin-top: -15px;
	height: 25px;
	width: 1px;
}
	#tab_menu .tab > li > a > span:before { left: 0px; }
	#tab_menu .tab > li > a > span:after { right: 0px; }
	#tab_menu .tab > li.hover > a > span:before, #tab_menu .tab > li.hover > a > span:after, #tab_menu .tab > li.hover + li > a > span:before { content: none; }
	#tab_menu .tab > li.hover {
	background-repeat: repeat;
	background-image: none;
	background-attachment: scroll;
}
	#tab_menu .tab > li.tabmenu.hover a {
	vertical-align: middle;
}
	#tab_menu > .tab > li.tabmenu a {
	position: relative;
}
#tab_menu .tab li.active a:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgb(0, 0, 0);
	border-right: 2px solid rgb(0, 0, 0);
	transform: rotate(135deg);
	margin: 10px auto 0px;
}
	#tab_menu .sub.content {
	width: 100%;
	background-repeat: repeat;
	background-position: 0% 0% rgb(0, 167, 69);
	background-image: none;
	background-attachment: scroll;
	top: 70px;
	left: 0px;
	box-sizing: border-box;
	height: auto;
}
	#tab_menu .sub.content .inner {
	width: 100%;
	margin: 0px auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}
	#tab_menu .sub.content li {
	font-size: 1.2rem;
	line-height: 1.2;
}
	#tab_menu .content li a { color: rgb(0, 0, 0); }
	#tab_menu  .area > li > .sub {
	background-repeat: repeat;
	background-position: 0% 0%;
	background-image: none;
	background-attachment: scroll;
	position: absolute;
	top: 70px;
	visibility: hidden;
	opacity: 0;
	z-index: -2;
	width: 100%;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	height: 70px;
	background-color: #EFDF43;
}
	#tab_menu .area > li.hover > .sub {
	visibility: visible;
	opacity: 1;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
	#tab_menu .area li.tabmenu a span, .headerArea .secondnav .right > li > a > span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
}
	#tab_menu .area > li.tabmenu > a:after {
	content: "";
	height: 70px;
	vertical-align: middle;
	display: inline-block;
}
	#tab_menu .area > li > ul.sub > .inner > li {
	position: relative;
	white-space: nowrap;
	font-weight: bold;
}
	#tab_menu .area > li > ul.sub > .inner > li a {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
}
	#tab_menu .area > li > ul.sub > .inner > li a:hover {
	display: table-cell;
	color: #640078;
	font-weight: bold;
}
	#tab_menu .list4set li{
	font-size: 90%;
	width: 25%;
	text-align: center!important;
	border-left: 1px solid #000;
	}
	#tab_menu .list4set li:nth-child(4){
	width: 25%;
	text-align: center!important;
	border-left: 1px solid #000;
   	border-right: 1px solid #000;
	}
	#tab_menu .list6set li{
	font-size: 90%;
	width: 16%;
	text-align: center!important;
	border-left: 1px solid #000;
	}
	#tab_menu .list6set  li:nth-child(6){
	width: 16%;
	text-align: center!important;
	border-left: 1px solid #000;
   	border-right: 1px solid #000;
	}
	#tab_menu .list1set li{
	width: 100%;
	text-align: center!important;
	border-left: 1px solid #000;
   	border-right: 1px solid #000;
	}

#tab_menu .area ul {
  display: none;
}
#tab_menu .area ul.show {
  display: block;
}

/* タブ型メニュー */

	
	
	
/* =======================================
	btnHamberger
======================================= */
	
    #header .btnHamberger {
    }
	
/* =======================================
	メインビジュアル
======================================= */
	
	.main_box,
	.news_title,
	.map_title{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/common/title_bg_sp.png);
	background-repeat: no-repeat;
	background-position: right bottom;
		-moz-background-size:100% auto;
		background-size:100% auto;
	border-bottom: 1px solid #000;
	}
	.slideshow_box{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	.main_box{
	padding-top:70px;
	}
	#MainVisual .slick-prev,
	#MainVisual .slick-next{
	display: none!important;
	}
	.nara_title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 30px;
	width: 100%;
	clear: both;
	text-align: center;
	}
	.main_box .btn_all,
	.news_title .btn_all,
	.map_title .btn_map{
	width: 95%;
	text-align: center;
	margin: 10px auto;
	}
	
	.sub_title{
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-align: center;
	}	
	
	.main_box h3,
	#news_box h3,
	#map_box h3{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}
/* =======================================
	container
======================================= */
	
#container {
	width: 99%;
	text-align: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	width: 100%;
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider #loopleft {
	top: 20px;
	left: 0;
	width: 20px;
	height: 262px;
	line-height: 260px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #555;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}
#loopslider #loopright {
	top: 20px;
	right: 0;
	width: 20px;
	height: 262px;
	line-height: 260px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #555;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}

/* =======================================
	ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
	
/* =======================================
	baneer_eventbox
======================================= */
#baneer_eventbox{
	width: 100%;	
	margin-top: 25px;
	
}
#baneer_eventbox ul{
	width: 95%;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 30px;
}
#baneer_eventbox li{
	width: 48%;	
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
#baneer_eventbox li img{
	width: 100%;
}
 #baneer_eventbox li:nth-child(1) a{
	float: left;
}
.event_recomend{
	width: 95%;	
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
	
	
.sp_btm{
	margin-top: 20px;
	padding-bottom: 20px;
}
	#FooterBnr {
        width: 100%;
        height: 250px;
        position: relative;
        z-index: 5;
        overflow: hidden;
	margin-bottom: 0px;
    }

    #FooterBnrArea {
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	right: auto;
	bottom: auto;
	z-index: 1;
	width: 99999px;
	border-top: 4px solid #640078;
	border-bottom: 4px solid #640078;
	padding-top: 15px;
	padding-bottom: 15px;
    }
	
    #FooterBnrArea .card {
        display: block;
        width: 200px;
        height: 200px;
        border-radius: .3rem;
        overflow: hidden;
        transition: width .8s cubic-bezier(.19, 1, .22, 1), height .8s cubic-bezier(.19, 1, .22, 1);
        position: relative
    }

  footer .sponsorship{
    width: 95%;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    margin-top: 5.51vw;
    position: relative;
  }

footer .sponsorship .companyList1{
  padding-top: 10px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

footer .sponsorship .companyList2{
  padding-top: 10px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
footer .sponsorship .companyList3{
  padding-top: 40px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

footer .sponsorship .companyList1 li,
footer .sponsorship .companyList2 li,
footer .sponsorship .companyList3 li,
footer .sponsorship .companyList4 li{
  float: left;
}


footer .sponsorship .companyList1 img{
	width: 95%;
}
footer .sponsorship .companyList2 img{
	width: 95%;
}
footer .sponsorship .companyList3 img{
	width: 95%;
}

  footer .sponsorship .companyList1 li:nth-child(1){
    width: 20%;
    padding-right: 1%;
  }
  footer .sponsorship .companyList1 li:nth-child(2){
    width: 20%;
  padding-right: 1%;
  }
  footer .sponsorship .companyList1 li:nth-child(3){
    width: 35%;
  padding-right: 1%;
  }
  footer .sponsorship .companyList1 li:nth-child(4){
    width: 20%;
  }

  footer .sponsorship .companyList2 li:nth-child(1){
    width: 39%;
    padding-right: 1%;
  }
  footer .sponsorship .companyList2 li:nth-child(2){
  width: 20%;
  }
  footer .sponsorship .companyList2 li:nth-child(3){
  width: 20%;
  }
  footer .sponsorship .companyList2 li:nth-child(4){
  width: 20%;
  }

  footer .sponsorship .companyList3 li:nth-child(1){
    width: 32%;
    padding-right: 1%;
  }
  footer .sponsorship .companyList3 li:nth-child(2){
   width: 32%;
    padding-right: 1%;
  }
  footer .sponsorship .companyList3 li:nth-child(3){
   width: 32%;
  }
	
footer .copyright{
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background-color: #E9E9E9;
	color: #000;
	font-size: 14px;
}
	footer .pagetop{
	width: 100%;
	background-color: #EFDF43;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 40px;
	}	
 footer .h2Pt3{
	font-family: "UD Shin Go DemiBold,ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 150px;
	background-position: center 0;
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
	position: absolute;
	top: -17px;
	left: 40%;
	background-color: #fff;
  }

	
}


/* =======================================

sp

=======================================*/


@media screen and (max-width: 479px) {



	#header_vio {
			background-color: #640078;
			position: relative;
		}
	
		#header .header_box{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 40px;
	margin-top: 0px;
		}
		#header h3{
	color: #fff;
	font-size: 12px!important;
	font-weight: bold;
		}
	#header .head_day{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	#header .sub_box{
	width: 100%;
	text-align: center;
	}
	
	#header .sub_box img{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}
	#header_gnav{
	width: 100%;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
		}

    #header .gnav, #header .gnav:after, #header h1 a, #header h2 {
        display: block;
        right: auto;
        bottom: auto;
    }
   #header .gnav .ulbx > li,
    #header .subnav ul li {
        float: left
    }
	
.home.blog.left-content.default #header #header_gnav {
	background-image: url(../images/common/head_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
-moz-background-size:50% auto;
background-size:50% auto;

}

    #header h1 a {
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
		-moz-background-size:90% auto;
		background-size:90% auto;
	width: 65%;
	text-indent: -9999px;
	height: 70px;
	z-index: 1;
	float: left;
    }

    #header h2 {
	display: none;
    }
    #header .btnHamberger, #header .subnav {
	position: absolute;
	top: 60px;
	z-index: 5;
	width: 20%;
    }

    #header .btnHamberger, #header .btnHamberger svg, #header .subnav ul li a {
        width: 70px;
        height:70px;
    }


    #header .gnav {
        display: none
    }

    #header .subnav {
        display: block;
    right: 10px;
    }

    #header .subnav ul:after {
        content: " ";
        display: block;
        clear: both
    }

    #header .subnav ul li {
        float: left
    }

    #header .subnav ul li a {
        display: block;
        border-left: 1px solid #dfdfdf
    }
    #header .btnHamberger {
        display: block;
        right: 0;
        cursor: pointer
    }

    #header .gnavsp, #header .gnavsp ul {
        position: absolute;
        left: 0;
        right: auto;
        bottom: auto;
        display: block
    }

    #header .gnavsp {
	width: 100%;
        top: 135px;
	z-index: 1;
    }

    #header .gnavsp ul {
	background-color: #640078;
		opacity: 0.8;
        width: 100%;
        top: -160vw;
        z-index: 1;
        transition: top .6s cubic-bezier(.19, 1, .22, 1);
        border-bottom: 1px solid #dfdfdf;
    }

    #header .gnavsp ul li a {
	display: block;
	width: 95%;
	height: 30px;
	font-size: 18px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	position: relative;
	color: #fff;
	border-bottom: 1px solid #dfdfdf;
	margin-left: auto;
	margin-right: auto;
    }

    #header .gnavsp ul li a .ModArrowObj {
        display: block;
        position: absolute;
        right: 7.46666667vw;
        top: 0;
        z-index: 1
    }

    #header .gnavsp ul li a .ModArrowObj svg {
        width: 6.13333333vw;
        height: 4.08888889vw
    }

    #header .gnavsp ul li a .ModArrowObj svg polyline {
        stroke-width: 2px
    }

    #header .gnavsp.open ul {
        top: 0
    }
	
.breadcrumb-area {
	width: 100%;
	font-size: 80%;
}
 .breadcrumb-area .wrap {
	width: 98%;
	 margin: 0 auto;
}
/* =======================================
	header
 =======================================*/
	
	/*メインビジュアル*/
#main_visual {
	width: 100%;
    border-bottom: 1px solid #7A4171;
	border-top: 3px solid #7A4171;
}
#MainVisualArea{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
	#MainVisualArea img{
	width: 100%;
	}
	
	#MainVisual .slick-prev,
	#MainVisual .slick-next{
	display: none!important;
	}
	.slideshow_box .slick-prev{
	left: -30px;
	}
	.slideshow_box .slick-next{
	right: -30px;
	}
/*メインビジュアル：メインスライダー*/

	.show_pc{
	display: none!important;
	}
	.show_pctb{
	display: none!important;
	}
	.show_sp{
	display: block!important;
	}

	
/* =======================================
	メインビジュアル
======================================= */
	
	.main_box,
	.news_title,
	.map_title{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/common/title_bg_sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	border-bottom: 1px solid #000;
	}
	.main_box{
	padding-top:0px;
	}
	
	.nara_title{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	width: 100%;
	clear: both;
	text-align: center;
	}
	.main_box .btn_all,
	.news_title .btn_all,
	.map_title .btn_map{
	width: 95%;
	text-align: center;
	margin: 10px auto;
	}
	
	.sub_title{
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-align: center;
	}	
	
	.main_box h3,
	#news_box h3,
	#map_box h3{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}
	
.sp_btm{
	margin-top: 20px;
	padding-bottom: 20px;
}
/* =======================================
	baneer_eventbox
======================================= */
#baneer_eventbox{
	width: 100%;	
	margin-top: 25px;
	
}
#baneer_eventbox ul{
	width: 95%;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 30px;
}
#baneer_eventbox li{
	width: 100%;	
	padding-top: 5px;
	padding-bottom: 5px;
}
#baneer_eventbox li img{
	width: 100%;
}
.event_recomend{
	width: 95%;	
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 30px;
}
	#FooterBnr {
        width: 100%;
        height: 200px;
        position: relative;
        z-index: 5;
        overflow: hidden;
	margin-bottom: 0px;
    }
    #FooterBnrArea .card {
        display: block;
        width: 150px;
        height: 150px;
        border-radius: .3rem;
        overflow: hidden;
        transition: width .8s cubic-bezier(.19, 1, .22, 1), height .8s cubic-bezier(.19, 1, .22, 1);
        position: relative;
    }
  footer{
    border-top: 0;
    padding-top: 9.375vw;
  }

  footer .footerNaviContainer .footerNavi ul li{
    float: none;
    font-size:85%;
    padding-bottom: 4vw;
  }

  footer .footerNaviContainer{
    position:relative;
  }

  footer .footerNaviContainer .gotoTop{
    position: absolute;
    z-index:1;
    right: 3.125vw;
    top:-9.375vw;
    width:19.375vw;
  }

  footer .footerNaviContainer .gotoTop img{
    width: 100%;
  }

  footer .copyright{
	font-size: 60%;
	padding: 5.3vw 0;
  }
footer .copyright p{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
  footer .sponsorship{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
  }

footer .sponsorship .companyList1{
  padding-top: 10px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

footer .sponsorship .companyList3 li{
	clear: both; 
}
  footer .sponsorship .companyList1 li:nth-child(1){
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .sponsorship .companyList1 li:nth-child(2){
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .sponsorship .companyList1 li:nth-child(3){
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .sponsorship .companyList1 li:nth-child(4){
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .sponsorship .companyList2 li:nth-child(1){
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .sponsorship .companyList2 li:nth-child(2){
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .sponsorship .companyList2 li:nth-child(3){
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .sponsorship .companyList2 li:nth-child(4){
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .sponsorship .companyList3 li:nth-child(1){
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .sponsorship .companyList3 li:nth-child(2){
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .sponsorship .companyList3 li:nth-child(3){
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
	
  footer .sponsorship .companyList1 li img,
  footer .sponsorship .companyList2 li img,
  footer .sponsorship .companyList3 li img{
    width: 100%;
  }
footer .copyright{
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background-color: #E9E9E9;
	color: #000;
	font-size: 14px;
}
	footer .pagetop{
	width: 100%;
	background-color: #EFDF43;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 40px;
	}	
 footer .h2Pt3{
	font-family: "UD Shin Go DemiBold,ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 150px;
	background-position: center 0;
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
	position: absolute;
	top: -17px;
	left: 30%;
	background-color: #fff;
  }
}

@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */
	
    #header .gnavsp ul {
        top: -180vw;
    }
	#header_gnav{
	width: 100%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
		}
    #header h1 a {
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
		-moz-background-size:90% auto;
		background-size:90% auto;
	width: 65%;
	text-indent: -9999px;
	height: 60px;
	z-index: 1;
	float: left;
    }
    #header .btnHamberger, #header .subnav {
	position: absolute;
	top: 53px;
	z-index: 5;
	width: 20%;
    }
	
    #header .btnHamberger, #header .btnHamberger svg, #header .subnav ul li a {
        width: 70px;
        height:70px;
    }

		#header h3{
	color: #fff;
	font-size: 12px!important;
	font-weight: bold;
		}

    #header .gnav {
        display: none
    }

    #header .subnav {
    display: block;
    right: 10px;
    }
	
	
	
    #header .gnavsp {
	width: 100%;
        top: 120px;
	z-index: 1;
    }
	
    #header .gnavsp ul li a {
	display: block;
	width: 95%;
	height: 30px;
	font-size: 18px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	position: relative;
	color: #fff;
	border-bottom: 1px solid #dfdfdf;
	margin-left: auto;
	margin-right: auto;
    }
	.slideshow_box{
	width: 95%;	
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	.main_box{
	padding-top:0px;
	}
	#MainVisual .slick-prev,
	#MainVisual .slick-next{
	display: none!important;
	}
	.show_pc{
	display: none!important;
	}
	.show_pctb{
	display: none!important;
	}
	.show_sp{
	display: block!important;
	}
	#FooterBnr {
        width: 100%;
        height: 200px;
        position: relative;
        z-index: 5;
        overflow: hidden;
	margin-bottom: 0px;
    }

    #FooterBnrArea {
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	right: auto;
	bottom: auto;
	z-index: 1;
	width: 99999px;
	border-top: 4px solid #640078;
	border-bottom: 4px solid #640078;
	padding-top: 10px;
	padding-bottom: 10px;
    }
	
    #FooterBnrArea .card {
        display: block;
        width: 150px;
        height: 150px;
        border-radius: .3rem;
        overflow: hidden;
        transition: width .8s cubic-bezier(.19, 1, .22, 1), height .8s cubic-bezier(.19, 1, .22, 1);
        position: relative
    }
footer .copyright{
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background-color: #E9E9E9;
	color: #000;
	font-size: 11px;
}
footer .sponsorship .companyList4 li{
	float: none;
	font-size: 12px;
	line-height: 20px!important;
}
	footer .pagetop{
	width: 100%;
	background-color: #EFDF43;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 40px;
	}	
 footer .h2Pt3{
	font-family: "UD Shin Go DemiBold","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  	width: 100px;
	background-position: center 0;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
	position: absolute;
	top: -15px;
	left: 35%;
	background-color: #fff;
  }
	
}