
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
	vertical-align:bottom;
	font-family: 'Noto Sans JP',serif;
}

.warp {
	overflow: hidden;
}

#cont_pc {
  display: flex;
  width: 980px;
  margin: 0 auto;
  background: #fff;
}
#cont_SP {
  display: none;
}

.cont_side {
}

.cont_side img {
	position: relative;
  top: 0;
  left: 0;
  width: 30%;
}

.cont_main {
  width: 980px;
}

#wrapper_sp {
	position: relative;
	width: 100%;
	height: 868px;
}

.top_info {
	position: absolute;
	top: 20px;
	left: 265px;
	width: 100px;;
	z-index: 100;
}

.top_title {
	position: absolute;
	top: 220px;
	left: 50%;
	transform: translateX(-50%);
	width: 450px;
	z-index: 100;
}

.stert_btn {
	position: absolute;
	top: 400px;
	left: 0;
	right: 0;
	width: 180px;;
	height: auto;
	margin: auto;
	z-index: 100;
}

.slider {
	width: 500px;
	margin: 0 auto;
	height: 173vw;
	z-index: 10;
}
.tiles-tile {
	outline: none;
	background-size: 400%;
	background-repeat: no-repeat;
}
@media screen and (max-width:980px) {
  #cont_pc {
    display: flex;
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }

  .cont_main {
    width: 100%;
  }
}

@media screen and (min-width: 769px){
  /* ==========PC=========== */
  /* ========================= */
  /*表示・非表示
  /*  sp-on/pc-on(PC)
  /* ========================= */
  .sp-on {
    display: none;
  }
  .pc-on {
    display: block;
  }
  #wrapper {
    background: #FAF5EA;
  }
  .common-breadcrumb {
    font-size: 12px;
  }
  .a01 {
    display: inline-block;
  }

}

@media screen and (max-width:768px) {
  /* ==========SP=========== */
  /* ========================= */
  /*表示・非表示
  /*  sp-on/pc-on(SP)
  /* ========================= */
  .sp-on {
    display: block;
  }
  .pc-on {
    display: none;
  }


  #cont_base {
    padding-bottom: 19vw;
  }
  #cont_SP {
    display: block;
    width: 100%;
    background: #7FC4C1;
  }
  .cont_main {
    width: 100%;
  }

  .cont_side {
    display: none;
  }

	#wrapper_sp {
		position: relative;
		width: 100%;
		height: 173vw;
	}

	.top_info {
		position: absolute;
		top: 2vw;
		left: 2vw;
		width: 24%;
		z-index: 100;
	}

	.top_title {
		position: absolute;
		top: 47vw;;
		left: 50%;
		transform: translateX(-50%);
		width: 85%;
		z-index: 100;
	}

	.stert_btn {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 50%;
		height: auto;
		margin: auto;
		z-index: 100;
	}

	.slider {
		width: 100%;
		height: 173vw;
		z-index: 10;
	}
}



