@charset "utf-8";
/* CSS Document */

ul{
    text-align: left;
}
h1,h2,h3,h4{
  text-align: left;
    font-weight: normal;
}

article p.txt {
    margin-bottom: 1em;
    text-align: left;
    line-height: 1.9;
    letter-spacing: 0.18em;
    font-size: 105%;
}
@media screen and (max-width: 640px) {
      article p.txt{
        font-size: 0.85rem;
      }
    }
	
/* レイアウト
----------------------------------------- */
#top #conWrap{
  padding-top: 57px;
}
#conWrap #wrap article{
    padding-bottom: 70px;
}
#conWrap #wrap article:last-child{
    padding-bottom: 0;
}
.conBox .whiteBox{
    background: #fff;
    padding: 50px;
    margin-bottom: 50px;
}
    @media screen and (max-width: 640px) {
        #top #conWrap{
          padding-top: 20px;
        }
        #conWrap #wrap article{
            padding-top: 40px;
            padding-bottom: 50px;
        }
        #conWrap #wrap article:first-child{
             padding-top: 35px; 
        }
        .conBox .whiteBox{
            padding: 15px;
            margin-bottom: 30px;
        }
    }

/* #topmain
----------------------------------------- */
#topmain{
    width: 100%;
    text-align: center;
    position: relative;
    /*min-height: 700px;*/
    margin-top: 100px;
}
/*#topmain .slider li img.back{
  height: 100%;
  max-height: 570px;
}*/
#topmain .box img{
    width: 100%;
    margin: 0 auto;
}
#topmain .slider li{
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 570px;
  height: 570px;
}
/*#topmain .slider li.item01{ background-image: url(../images/top/slide_back1.png); }
#topmain .slider li.item02{ background-image: url(../images/top/slide_back2.png); }
#topmain .slider li.item03{ background-image: url(../images/top/slide_back3.png); }*/
#topmain li a{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

#topmain .sliderWrap {
    position: relative;
}
/*#topmain h2 {
    position: absolute;
    width: 980px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    text-align: center;
}*/

#topmain h2 {
    width: 980px;
    margin: auto;
    padding: 60px 0;
    z-index: 100;
    text-align: center;
}
#topmain h2 img {
    width: 100%;
    height: auto;
}

#topmain a:hover *{  
        opacity: 1;  
        filter: alpha(opacity=100);  
      -ms-filter: "alpha( opacity=100 )";
} 
#topmain a:hover {  
        opacity: 1;  
        filter: alpha(opacity=100);  
      -ms-filter: "alpha( opacity=100 )";
}
/*#topmain a:hover .more{
    opacity: 0.7 !important;  
    filter: alpha(opacity=70) !important;  
  -ms-filter: "alpha( opacity=70 )" !important;
}*/
/*ページャー*/
#topmain .bx-pager span{display: none;}
#topmain .bx-pager{
    width: auto;
    height: 7px;
    text-align: center;
    margin: 11px auto 0;
}
#topmain .bx-pager-link{
  height:7px;
  width:7px;
  display: inline-block;
  margin: 0 12px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #cfcfcf;
}
#topmain .bx-pager-link.active{
  background: #000;
}
#topmain .bx-pager-item{
  display: inline;
}
/*prev next*/
#topmain .bx-wrapper .bx-controls-direction{
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    width: 96%;
    top: -300px;
}
#topmain .bx-wrapper .bx-controls-direction a {
  top: 50%;
  margin-top: -28px;
  width: 28px;
  height: 56px !important;
  position: absolute;
  z-index: 51;
}
#topmain .bx-wrapper .bx-prev {
  left: 0;
  text-indent: -9898px;
}
#topmain .bx-wrapper .bx-next {
  right: 0;
  text-indent: -9898px;
}
#topmain .bx-wrapper .bx-prev::before,
#topmain .bx-wrapper .bx-next::before{
    width: 28px;
    /*height: 56px;*/
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0px;
    display: block;
    content: '';
    /*width: 20px;*/
    height: 1px;
    background-color: #000;
    text-decoration: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#topmain .bx-wrapper .bx-prev::after,
#topmain .bx-wrapper .bx-next::after{
    top: 50%;
    width: 28px;
    width: 28px;
    /*height: 56px;*/
    position: absolute;
    top: 50%;
    margin-top: 6px;
    left: 0px;
    display: block;
    content: '';
    /*width: 20px;*/
    height: 1px;
    background-color: #000;
    text-decoration: none;
}
#topmain .bx-wrapper .bx-prev::after{
    /*left: 17px;*/
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#topmain .bx-wrapper .bx-next::before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#topmain .bx-wrapper .bx-next::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#topmain .bx-wrapper .bx-prev:hover:before,
#topmain .bx-wrapper .bx-next:hover:before,
#topmain .bx-wrapper .bx-prev:hover:after,
#topmain .bx-wrapper .bx-next:hover:after{
    opacity: 1;  
    filter: alpha(opacity=100);  
    -ms-filter: "alpha( opacity=100 )";
    -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
}

    @media screen and (max-width: 640px) and (orientation: portrait){
      #topmain{
        /*height: 50vh;
        background-size: auto 50vh;*/
        min-height: inherit;
        margin-top: 60px;
      }
      #topmain .slider li{
        min-height: 50vh;
        height: auto;
      }
      #topmain .box{
        top: 50%;
        margin-top: calc(10vh * -1);
      }
      #topmain li.item01 .box{
        top: 50%;
        margin-top: calc(10vh * -2);
      }
        #topmain h2 {
            width: 92%;
            margin: auto;
            padding: 30px 0;
            z-index: 100;
            text-align: center;
        }
		#topmain h2 img{
        width: 100%;
      }
      #topmain .bx-wrapper .bx-controls-direction{
          display: none;
      }
      #topmain .bx-pager{ margin-top: 0; }
    }
    @media screen and (max-width: 640px){
      #topmain .item01 h2{
        width: 220px;
      }
      #topmain .item02 h2{
        width: 290px;
      }
      #topmain .item03 h2{
        width: 355px;
      }
      #topmain .box .more{
        max-width: 100px;
        margin: 30px auto 0;
      }
      #topmain li.item01 .box .more{
        margin: 20px 0 0 10px;
      }
    }
    @media screen and (max-width: 320px){
      #topmain .item01 h2{
        width: 190px;
      }
      #topmain .item02 h2{
        width: 270px;
      }
      #topmain .item03 h2{
        width: 298px;
      }
    }
    @media screen and (max-width: 640px) and (orientation: landscape){
      #topmain{
        /*height: 100vh;
        background-size: auto 100vh;*/
        min-height: inherit;
        margin-top: 0;
      }
      #topmain .slider li{
        min-height: 100vh;
        height: auto;
      }
      #topmain .box{
        top: 50%;
        margin-top: calc(10vh * -1);
      }
      #topmain li.item01 .box{
        top: 50%;
        margin-top: calc(10vh * -2);
      }
      #topmain h2{
        /*width: 100%;*/
        z-index: 100;
        text-align: center;
      }
		#topmain h2 img{
        /*width: 70%;*/
      }
      #topmain .box .more{
        max-width: 100px;
        margin: 40px auto 0;
      }
      #topmain .bx-wrapper .bx-controls-direction{
          display: none;
      }
      #topmain .bx-pager{ margin-top: 0; }
    }



/* #news
----------------------------------------- */
#news li{
	margin-left: 15px;
}

#news li a{
    display: inline-block;
    background: url(../images/icon_arrow.png) 10px 50% no-repeat;
    background-size: 10px auto;
    padding: 8px 10px 8px 32px;
    position: relative;
    font-weight: bold;
    font-size: 110%;
}


/* #edit
----------------------------------------- */
#edit .colum3 {
    margin-bottom: -30px;
}
#edit .colum3 li {
    margin-bottom: 30px;
}

#edit img{
	height: auto;
}

#edit .event_detail{
	margin-top: 20px;
	margin-bottom: 60px;
}

#edit .event_detail .event{
	background: rgba(237,108,0,1.00);
	padding: 5px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: rgba(255,255,255,1.00);
	display: inline;
}

#edit .event_detail .title{
	margin-top: 5px;
	font-size: 140%;
}

/*#edit li:nth-child(-n+3) .title{
	height: 95px;
}

#edit li:nth-child(n+4):nth-child(-n+9) .title{
	height: 70px;
}

#edit li:nth-child(n+10) .title{
	height: 95px;
}*/

#edit .event_detail .place{
	margin-bottom: 15px
}

#edit .event_detail .day{
	margin-top: 15px;
}

#edit .event_detail .time{
}


#edit .btn_wrap {
    margin: auto;
	margin-top: 20px;
}

@media screen and (max-width: 640px){
      #edit li .title{
		  height: auto !important
}
    
#edit .btn_wrap {
	margin-top: 10px;
}
}


/* #about
----------------------------------------- */
#about {
}

#about .txt_wrap {
    font-size: 16px;
    line-height: 2;
    text-align: left;
}

@media screen and (max-width: 640px) {
#about .txt_wrap {
    font-size: 12px;
}
}



/* #information
----------------------------------------- */
#information {
}

#information .about {
    margin-top: 20px;
    margin-bottom: 20px;
}
#information .about h4 {
    color: #00b4ed;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#information .about .txt_wrap {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
}

#information .info_table {
    text-align: left;
}
#information .info_table th {
    padding: 15px;
    background: #00b4ed;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
#information .info_table td {
    padding: 15px 20px;
}
#information .info_table td h4 {
    color: #00b4ed;
    font-weight: bold;
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
#information .about {
    margin-top: 10px;
    margin-bottom: 10px;
}
#information .about .txt_wrap {
    font-size: 12px;
}
    
#information .info_table {
    font-size: 12px;
}
#information .info_table th {
    padding: 10px;
    white-space: nowrap;
}
#information .info_table td {
    padding: 10px 10px;
}
#information .info_table td h4 {
    margin-top: 10px;
}
}
