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

.section ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 0 0px;
	padding: 0;
	box-sizing: border-box;
	
}
.section ul li {
  width: auto ;
  text-align: center;
  box-sizing: border-box;
}
.section ul li:last-child {
  border-right: none;
}
.section ul li a {
	display: block;
	padding: 0px;
	text-decoration: none;
	transition-duration: 0;
}
.section .oneArea {
	margin-bottom: 0px;
}


.section .oneArea .one_title {
  color: #fff;
  text-align: center;
  padding: 10px;
  }
  
.section .oneArea a.button {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-top: 40px;
}
.section .oneArea a.button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .section .oneArea .one_title {
    font-size: 18px;
  }
}



.pic {
    padding: 0px;
    width: 100%;
    height: auto;
}

.menu {
	height:auto;
	padding: 0px;
	width: 100%;
	}

a {
	text-decoration: none;
	color: #000000;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #6600FF;
	outline: none;
}

/*===========
inview
===========*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*===========
.imgBox
===========*/

.imgBox {
	text-align: center;
	margin: 20;
}
.imgBox img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/*===========
.txtBox
===========*/

.txtBox {
  text-align: center;
}
.txtBox p {
  font-size: 60px;
  font-weight: bold;
  padding: 2em 0;
  margin: 0;
}

/*===========
base
===========*/

* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #cffffa;
}

::-webkit-scrollbar-thumb {
  background: #69e1c6;
  border-radius: 5px;
}

.fixed-background{
  min-height:100vh;
  background-attachment:fixed;
  background-size:cover;
  background-position:center;
}

html, body {
   overflow-y: auto;
   width: 100%;
   caret-color: transparent;
  
}

:focus { outline: none;

}


* {
  box-sizing: border-box;
}
.section {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0px 0px;
  overflow-x: hidden;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

.main_box{
	width: 100%;
	height: 183px;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url(../images/chara2.png);
	z-index: 700;
   
}


.nav {
	padding: 0 0px;
	margin: 0 0 0;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	z-index: 300;
}

.nav_box{
	width: 100%;
	height: 183px;
	display: flex;
	justify-content: center; /* 横方向 */
	align-items: flex-end; /* 縦方向 */
	z-index: 999;
	}



/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}

/***** footer *****/

#footer {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 0px;
}

#footer_box {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}




/*===========
text
===========*/

.text_c_box1{
	width: 60%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	position: relative;
	margin-bottom: 50px;
	margin-right: auto;
	}

.info {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1000px;
  height: 7em;
  margin: 0 auto;
  overflow-y: scroll
}

@media (min-width:768px) {
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.info dd,
.info dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: .5em;
  padding-left: .5em
}

.info dt {
  font-style: normal;
  font-weight: initial
}

@media (min-width:768px) {
  .info dt {
	width: 5.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #d9c4b0
  }
}

.info dt:first-of-type {
  padding-top: .5em;
  border-top: 1px dotted #d9c4b0
}

.info dt time {
  margin-right: .5em
}

.info dt span {
	box-sizing: border-box;
	display: inline-block;
	width: 7em;
	margin-right: 0.5em;
	padding: 0 .5em;
	background-color: #d9c4b0;
	color: #d9c4b0;
	font-size: 0.8em;
	line-height: 1.75;
	text-align: center
}

.info time {
  color: #4c2e13
}

.info dd {
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #d9c4b0
}

@media (min-width:768px) {
  .info dd {
    width: calc(100% - 7.5em)
  }
  .info dd:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #d9c4b0
  }
}

.info dd:nth-of-type(-n+3) {
  position: relative
}
