@charset "utf-8";

/*共通設定*/
body {
  width: 100%;
  min-width: 990px;
}
.container {
  background-color: #fff;
}
.cts02 {
	width: 990px;
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 120px;
}
.cts03 {
	margin-bottom: 150px;
}
.cts05 {
	margin-bottom: 50px;
}
.cts03_001 {
	width: 100%;
	background: url(../img/bg_diagonal_pink.png) center top no-repeat;	
}
.cts03_002 {
	width: 100%;
	background: url(../img/bg_diagonal_blue.png) center top no-repeat;	
}
.cts03_003 {
	width: 100%;
	background: url(../img/bg_diagonal_green.png) center top no-repeat;	
}
.cts03_004 {
	width: 100%;
	background: url(../img/bg_diagonal_purple.png) center top no-repeat;	
}
.cts03_005 {
	width: 100%;
	background: url(../img/bg_diagonal_orange.png) center top no-repeat;	
}
.cts03_001_in {
	width: 990px;
	margin: 0 auto;
}
.cts03_001 ul,
.cts03_002 ul,
.cts03_003 ul,
.cts03_004 ul,
.cts03_005 ul {
	width: 990px;
	margin: 0 auto 30px;
}
.cts03_001 ul li,
.cts03_002 ul li,
.cts03_003 ul li,
.cts03_004 ul li,
.cts03_005 ul li {
	float: left;
}
h2 {
	text-align: center;
	padding: 25px 0 25px 0;
}
.teppan_ooita_link {
	width: 990px;
	text-align: center;
	margin: 0 auto;
}
.myfooter {
	width: 100%;
	height: 250px;
	padding-top: 50px;
	background: url(../img/bg_dot_blue.png) center top no-repeat;
}
.footlink01 {
	margin-bottom: 20px;
}
.myfooter_inner {
	width: 690px;
	margin: 0 auto;
}
.chushaku001 {
	font-size: 12px;
	padding-top: 20px;
}

/* slider */
.slider {
  margin: 0 auto;
  width: 990px;
  text-align: left;
  position: relative;
  /*visibility: hidden;*/
}
.slider a {
	display: none;
}
h1 {
  position: absolute;
  left: 55px;
  top: 110px;
}
.slider ul, .slider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
.slider ul li img {
  width: 100%;
}
.sliderCover {
  width: 100%;
  overflow: hidden;
}
.sliderWrap {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
.slider .btnPrev, .slider .btnNext {
  top: 0;		
  position: absolute;
  z-index: 105;
}
.slider .btnPrev {
  left: 0;
  width: 24px;
  background: url(../img/top_arrow_left.png) no-repeat center top;
}
.slider .btnNext {
  right: 0;
  width: 24px;
  background: url(../img/top_arrow_right.png) no-repeat center top;
}


#page-top {
  display: none;
}
.page-top {
  margin: 0;
  padding: 0;
}
.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 65px;
  bottom: 120px;
  cursor: pointer;
}
.move-page-top {
  display: block;
  background: #2892e3;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}
.move-page-top:hover {
  color: #fff;
}


/*モバイル用*/
@media (max-width: 768px) {
  .page-top {
    display: none;
  }
}

/*二段組*/
@media (min-width: 500px) and (max-width: 767px) {
  
}

/*モバイル横向き*/
@media (orientation: landscape) and (max-width: 767px) {
  
}

/*PC用*/
@media (min-width: 768px) {
  
}