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

ul{
    text-align: left;
}
h1,h2,h3,h4{
  text-align: left;
    font-weight: normal;
}
article h2,
article h3{
  font-size: 172%;
  margin-bottom: 1em;
  letter-spacing: 0.18em;
}
article p.txt{
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.18em;
  font-size: 105%;
}
article p.img img{
  max-width: 100%;
  margin-bottom: 0.5em;
}
    @media screen and (max-width: 640px) {
      article h2,
      article h3{
        font-size: 1.1rem;
      }
      article p.txt{
        font-size: 0.85rem;
      }
    }
/* レイアウト
----------------------------------------- */
#under #conWrap{
  margin-top: 80px;
  padding-top: 50px;
}
#conWrap #wrap article{
    padding-bottom: 20px;
}
#under #conWrap #wrap article:last-child{
    padding-bottom: 0;
}
    @media screen and (max-width: 768px){
        #under #conWrap section #rightArea .inner{
          padding-top: 0;
        }
    }
    @media screen and (max-width: 640px) {
        #under #conWrap{
          padding-top: 0;
        }
    }

/* #event
----------------------------------------- */
#event .entry_btn {
	width: 100%;
  padding-top: 80px;
	text-align: center;
}

#event .entry_btn a {
    background: rgba(109,169,47,1.00);
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: rgba(255,255,255,1.00);
    margin-bottom: 5px;
	font-size: 150%;
}


#event #rightArea .conBox article .entry_btn a:link {
	color: #ffffff;
	text-decoration: none;
}
#event #rightArea .conBox article .entry_btn a:visited {
	color: #ffffff;
}
#event #rightArea .conBox article .entry_btn a:hover{
	text-decoration: none;
	color: #ffffff;
}
#event #rightArea .conBox article .entry_btn a:focus { outline:none;}



/* #news
----------------------------------------- */
#news #conWrap {
  padding-top: 120px;
}
article#news p{
  margin-bottom: 1em;
}
article#news img{
  max-width: 100%;
  margin-bottom: 1em;
}
  @media screen and (max-width: 640px) {

  }


/* #schedule
----------------------------------------- */
#schedule #rightArea img{
	width: 100%;
	height: auto;
}


/* #access
----------------------------------------- */
#access #rightArea .nav{
	margin-bottom:30px;
}
#access #rightArea div{
	margin-bottom:50px;
}
#access #rightArea .building{
	float:left;
	margin-right:10px;
}
#access #rightArea  p.cf,
#access #rightArea p.map{
	margin-bottom:20px;
	margin-top: 10px;
    clear: both;
    overflow: hidden;
}
#access #rightArea dl dt{
	margin-bottom:5px;
	font-weight:bold;
	margin-top: 20px;
	padding-bottom: 3px;
	border-bottom: #1F3062 solid 1px;
	font-size: 140%;
}
#access #rightArea dl dd{
	margin-bottom:10px;
}

@media screen and (max-width: 640px) {
#access #rightArea img{
	max-width: 100%;
}
  }




/* #entry
----------------------------------------- */
#entry .title{
	margin-bottom: 0px;
	font-size: 110%;
}
#entry .data{
  margin-bottom: 25px;
}

#entry .attention{
	font-size: 80%;
}

#entry input{
	padding: 5px 3px;
}

#entry .submit_b{
	font-size: 140%;
}

@media screen and (max-width: 640px) {
#entry input, #entry textarea{
	max-width: 96%;
}
  }


/* #page_navi_wrap
----------------------------------------- */
#page_navi_wrap {
    margin-top: 60px;
}

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

#page_navi_wrap .page_navi {
}

#page_navi_wrap .page_navi a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 230px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #999999;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
#page_navi_wrap .page_navi a .arrow {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    line-height: 1;
    width: 0.8em;
    height: 0.8em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-left: 15px;
}

#page_navi_wrap .page_navi a:hover {
    opacity: 1 !important;
    background: #00b4ed;
}
#page_navi_wrap .page_navi a:hover span {
    opacity: 1 !important;
}

#page_navi_wrap .page_navi a.current {
    opacity: 1 !important;
    background: #00b4ed;
}

@media screen and (max-width: 640px) {
#page_navi_wrap {
    margin-top: 30px;
}
#page_navi_wrap .txt_wrap {
    font-size: 12px;
}
#page_navi_wrap .page_navi > li {
    width: 100%;
    margin-bottom: 10px;
}
#page_navi_wrap .page_navi a {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
}
}


/* .entry_form_wrap
----------------------------------------- */
.entry_form_wrap {
	display: inline-block;
    text-align: left;
}
.entry_form_wrap .title{
	margin-bottom: 0px;
	font-size: 110%;
}
.entry_form_wrap .data{
  margin-bottom: 25px;
}

.entry_form_wrap .title.d_none {
	display: none;
}
.entry_form_wrap .data.d_none {
    display: none;
}

.entry_form_wrap .attention{
	font-size: 80%;
}

.entry_form_wrap input{
	padding: 5px 3px;
}

.entry_form_wrap .submit_b{
	font-size: 140%;
}

@media screen and (max-width: 640px) {
    
.entry_form_wrap {
    width: 100%;
}
    
.entry_form_wrap input,
.entry_form_wrap textarea{
	max-width: 96%;
}
}