@charset "utf-8";
.contents {
	margin-top: 57px;
	border-top: 1px solid hsla(0,0%,64%,1.00);
	text-align: left;
	padding-top: 150px;
}
#box1 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#category {
	width: 220px;
	white-space: nowrap;
}
#category img {
	width: 70px;
}
#title {
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
	padding-top: 10px;
}
#desc {
	text-align: justify;
	line-height: 1.5;
}
#box2 {
	margin-bottom: 60px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.slide1 {
	width: 860px;
	height: 530px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 20px;
}
.slide1 .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
}
.slide1 .trim  {
	width: 860px;
	height: 530px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slide2 {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
	margin-bottom: 50px;
}

.slide2 .swiper-slide {
	opacity: 0.4;
	width: 150px;
	height: 100px;
	margin-right: 10px;
}
.slide2 .trim  {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
.slide2 .swiper-slide-thumb-active {
  opacity: 1;
}
#box3 {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
.blog_body {
}
.blog_body p {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	display: block;
}

.blog_body h2 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.blog_body img {
	margin-top: 30px;
	max-width: 100%;
	margin-bottom: 5px;
}
#box4 {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.2;
}
.box4_body {
	line-height: 1.5;
	margin-bottom: 60px;
}
.box4_body a{
	text-decoration: underline;
	
}
#box5 {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.spot_box {
	margin-bottom: 30px;
}
.spot_name {
	text-align: left;
	margin-bottom: 15px;
	font-weight: bold;
	padding-left: 253px;
	font-size: 20px;
}
.spot_img {
	background-color: #DDDDDD;
	width: 225px;
	height: 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-right: 30px;
	float: left;
}
.spot_body {
	width: 600px;
	float: left;
}
.spot_desc {
	margin-bottom: 20px;
}
.spot_data {
}
.spot_left {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	margin-bottom: 5px;
}
.spot_right {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	margin-bottom: 5px;
}


.spot_data a {
	color: #6D77E5;
	text-decoration: underline;
}

#box6 {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
#box6 iframe {
	width: 100%;
}

#button_area {
	text-align: center;
	margin-bottom: 100px;
}
#button_area a img {
	width: 287px;
}




@media (max-width:540px){
.contents {
	margin-top: 0px;
	border-top: 1px solid hsla(0,0%,64%,1.00);
	text-align: left;
	padding-top: 120px;
}
#box1 {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#category {
	width: 220px;
	white-space: nowrap;
	float: left;
}
#category img {
	width: 70px;
}
#title {
	font-size: 40px;
	float: right;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-bottom: 50px;
	padding-top: 10px;
}
#desc {
	text-align: justify;
	width: 100%;
	float: right;
	line-height: 1.7;
	font-size: 20px;
}
#box2 {
	margin-bottom: 60px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.slide1 {
	width: 500px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 20px;
}
.slide1 .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
}
.slide1 .trim  {
	width: 500px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slide2 {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
	margin-bottom: 50px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.slide2 .swiper-slide {
	opacity: 0.4;
	width: 150px;
	height: 100px;
	margin-right: 10px;
}
.slide2 .trim  {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
}
.slide2 .swiper-slide-thumb-active {
  opacity: 1;
}
#box3 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
.blog_body {
	font-size: 20px;
	line-height: 1.7;
}
.blog_body p {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	display: block;
	font-size: 20px;
}

.blog_body h2 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.blog_body img {
	margin-top: 30px;
	max-width: 100%;
	margin-bottom: 5px;
}
#box4 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
}
.box4_body {
	line-height: 1.5;
	margin-bottom: 60px;
}
#box5 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.spot_box {
	margin-bottom: 30px;
}
.spot_name {
	text-align: left;
	margin-bottom: 15px;
	font-weight: bold;
	padding-left: 0px;
	font-size: 20px;
}
.spot_img {
	background-color: #DDDDDD;
	width: 225px;
	height: 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-right: 20px;
	float: none;
	margin-bottom: 10px;
}
.spot_body {
	width: 100%;
	float: none;
}
.spot_desc {
	margin-bottom: 30px;
}
.spot_data {

}
.spot_left {
	display: inline-block;
	vertical-align: top;
	width: 90px;
}
.spot_right {
	display: inline-block;
	vertical-align: top;
	width: 400px;
}
.spot_data a {
	color: #6D77E5;
	text-decoration: underline;
}

#box6 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
#box6 iframe {
	width: 100%;
}

#button_area {
	text-align: center;
	margin-bottom: 100px;
}
#button_area a img {
	width: 287px;
}
}
