@charset "utf-8";
@import url("page.css");
/* CSS Document */

#title {
	width: 100%;
}

#title h2 {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#ct {
	display: block;
	margin: 40px auto;
	width: 90%;
}

#ct img {
	height: auto;
	width: 100%;
}

#mainimg {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#mainimg img {
	height: auto;
	width: 100%;
}

.tit_spot {
	display: block;
	margin: 50px auto 30px;
	width: 96%;
}

.tit_spot img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#spot {
	display: block;
	margin: 0 auto 50px;
	width: 100%;
}

#spot li {
	display: block;
	margin: 0 auto 50px;
	width: 94%;
	padding: 0 1em;
	position: relative;
	box-sizing: border-box;
}
.pt-arrow  {
	font-size: 20px;
	font-weight: 400;
	color: #525252;
	line-height: 1.6em;
	margin: 10px auto;
	width: 100%;
	box-sizing: border-box;
}

#spot li dd {
	margin: 1em 0;
}

#spot li.pt-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #99C153;
  position: absolute;
  left: 0;
}
#spot li ul li {
	padding: 0;
	width: 100%;
}
#spot li ul li.pt-arrow02 {
	color: #FF7F00;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin: 5px auto;
	width: 100%;
	padding: 0 1em;
	position: relative;
	box-sizing: border-box;
}
.pt-arrow02 {
	color: #FF7F00;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 0 1em;
	position: relative;
	box-sizing: border-box;
}
.pt-arrow02 a {
	color: #FF7F00;
}
.pt-arrow02:before {
	color: #FF7F00;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	left: 0;
}

#theme {
	margin: 0em 1em;
}
#theme li {
	margin: 0 0 0.3em;
	padding-left: 1em;
	width: 100%;
	box-sizing: border-box;
}
#theme li:before {
	content: "・";
	margin-left: -1em;
	box-sizing: border-box;
}

#accept {
	font-size: 18px;
	font-weight: 900;
	color: #3FACA3;
	line-height: 1.6em;
	text-align: center;
	margin: 0 auto 40px;
	width: 96%;
}
#accept a {
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #3FACA3;
	display: block;
	margin: 20px auto 0;
	padding: 20px 10px;
	width: 90%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
}


@media only screen and (min-width: 769px) {
#title h2 {
	background-image: url(../images/spot/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 488px;
	width: 1100px;
}

#ct {
	background-image: url(../images/spot/ct.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 95px auto;
	height: 84px;
	width: 940px;
}

#mainimg {
	background-image: url(../images/spot/mainimg.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 781px;
	width: 1100px;
}

.tit_spot {
	display: block;
	margin: 90px auto 40px;
	width: 96%;
}

#spot {
	display: block;
	margin: 0 auto;
	width: 1100px;
}

.pt-arrow02 a:hover {
	opacity: 0.7;
}

#accept {
	font-size: 45px;
	font-weight: 900;
	color: #3FACA3;
	line-height: 1.6em;
	text-align: center;
	width: 96%;
}
#accept a {
	font-size: 30px;
	padding: 5px;
	width: 600px;
}
#accept a:hover {
	text-decoration: none;
	opacity: 0.7;
}
}