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

.section .oneArea {
	margin-bottom: 50px;
}
.section ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 0 0px;
	padding: 0;
	box-sizing: border-box;
	
}
.section ul li {
  width: calc(100% /9);
  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;
	background: #;
	transition-duration: 0;
}

.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;
  }
}

.nav {
	padding: 0 0px;
	margin: 0 0 0;
	width: 100%;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
}

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

.tum {
	height: auto;
	max-width: 100%;
	padding: 5px;
}

.link_btn {
	height: auto;
	max-width: 100%;
	padding: 5px;
}

.btn1 {
	height: auto;
	max-width: 556px;
	padding: 5px;
}

.btn2 {
	height: auto;
	max-width: 262px;
	padding: 5px;
}

.btn3 {
	height: auto;
	max-width: 170px;
	padding: 5px;
}


.title_c_box1{
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	}

.title_c_box2{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	background-color: #000;
	}

.title_c_box3{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	}

.title_c_box4{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	}

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: #000;
}

::-webkit-scrollbar-thumb {
  background: #c80010;
  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;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #000;
}

/* 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;
	text-align: center;
	margin-top: 0px;
}

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



/***** youtube *****/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  }

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.btn a {
	width: 30px;
	height: 30px;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #FFF;
	margin: 0 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
}
