@charset "utf-8";
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
	/*font-family: "Avenir Next", Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;*/
  /*font-family: 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
	font-size: 15px;
	line-height: 1.9;
	color: #000000;
	width: 100%;
	min-width: 1100px;
	letter-spacing: -0.2px;
}
.webfont {
	font-feature-settings: "palt";
	font-family: toppan-bunkyu-gothic-pr6n, serif;
	font-weight: 600;
	font-style: normal;
}
.webfont_bold {
	font-feature-settings: "palt";
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

input, select, textarea {
	font-family: Arial, “ＭＳ Ｐゴシック”, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 1px solid #C5C5C5;
	vertical-align: bottom;
}



a {
	color: #4C4948;
	text-decoration: none;
}
a:hover {
	color: #4C4948;
	text-decoration: underline;
}
a img {
	outline:none;
	transition: .3s;
}
a img:hover {
	filter: brightness(110%);
}
li {
	list-style: none;
}
.float_clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: auto;
}
.alpha a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}
.wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.bxslider {
	/* [disabled]margin-top: 50px; */
}
#header {
	position: relative;
	top: 0px;
	width: 100%;
	height: 50px;
	z-index: 9999;
	box-shadow: 0 0 12px gray;
	-webkit-box-shadow: 0 0 12px gray;
}


.bxslider img {
	width: auto;
	height: 100vh;
}

h1 {
	line-height: 50px;
	float: right;
	font-size: 16px;
	display: block;
	padding-right: 20px;
}
#header #rogo {
	height: 30px;
	width: auto;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#lead  {
	text-align: center;
	background-color: #FFF6ED;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	font-size: 20px;
	letter-spacing: 0.2em;
	margin-bottom: 60px;
}
#table_head {
	text-align: center;
	color: #FFFFFF;
	background-color: #E48E00;
	font-size: 20px;
	margin-bottom: 30px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#table_about {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;

}
#table_about td ,#table_about th{
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
}
#table_about th {
	white-space: nowrap;
	padding-right: 10px;
	text-align: left;
}

#table_about tr {
	border-bottom: 1px solid #E48E00;
}
#copyright {
	text-align: right;
	padding-right: 15px;
	margin-bottom: 15px;
	font-size: 12px;
}


a#scroll {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}
a#scroll span {
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
a#scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.bxslider li {
	background-image: url(../images/visual_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 50px);
}







@media screen and (max-width:767px){
.pc {
  display: none;
}
.sp {
  display: block;
}
body {
	min-width: 0px;

}
.wrap {
	width: auto;
}
h1  {
	font-size: 10px;
}
#lead {
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
#table_head {
	width: 90%;
}

#table_about {
	width: 90%;
}
#copyright {
	padding-right: 0px;
	text-align: center;
}
.bxslider li {

}









}
