@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
/* リンク画像 */
a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: ""alpha(opacity=70)"";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*ボタン関連*/
.at {
  position: relative;
  padding: 0px auto 20px;
  height: auto;
}
.at_btn {
  position: absolute;
  height: auto;
  width: 80%;
	margin: 0 10%;
	top : 15px;
}
.at_btn img {
  width: 100%;
}
.at_notice {
  position: absolute;
  height: auto;
 text-align: center;
  width: 70%;
	margin: 0 15%;
	top : 150px;
	  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #23b6bc;
	text-shadow: 2px 2px 3px rgba(255,243,243,1);
}
/*インデント*/
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
/*セット画像など*/
.btn_item {
  width: 80%;
  margin: 1em auto;
  padding: 0 0 2.5em;
}