@charset "utf-8";
/* CSS Document */
.horidashi_about, .horidashi_next-day, .horidashi_next-time, .horidashi_access, .horidashi_blog {
	text-align: center;
	margin: 1em 0;
}
.horidashi_next-day span {
	font-size: 0.9rem;
	font-weight: normal;
}
.horidashi_next-day {
	font-size: 2rem;
	font-weight: bold;
}
.hori_access_txt li {
	list-style: none;
}
.horidashi_about span {
	font-size: 1.2rem;
}
.horidashi_container .youtube iframe {
  width: 100%;
  height: 100%;
}
.horidashi_container .simple_square_btn7 i {
	margin-left: 1em;
}
.horidashi_container .simple_square_btn7:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000;
	background-color: #e3e3e3;
}
.hori_point_txt .toiawase {
	background-color: #fffde4;
	padding: 10px;
}
.point_box {
	margin-bottom: 2em;
	display: inline-block;
}
.hori_point_txt div {
	margin-bottom: 0.5em;
}
.hori_access_txt ul {
	margin-top: 0.5em;
}
.horidashi_container h3 {
    border-left: 8px solid #999;
    font-size: 2rem;
    padding: 8px 20px;
    margin: 30px 0 20px 0;
    line-height: 1.3;
}

@media screen and (max-width: 600px) {
	.horidashi_container {
	}
	.horidashi_container .simple_square_btn7 {
		display: block;
		position: relative;
		padding: 0.5em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: #000;
		border: 1px solid #000;
		margin-bottom: 0.5em;
	}
	.hori_point_txt h3 {
		border-left: 5px #c8c5c8 solid;
		padding-left: 7px;
		margin: 1em 0;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.horidashi_container .youtube {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
}

@media screen and (min-width:601px) and (max-width: 1024px) {
	.horidashi_container {
		margin-bottom: 3em;
	}
	.horidashi_main_img {
		width: 80%;
		margin: 0 auto;
	}
	.horidashi_container .simple_square_btn7 {
		display: block;
		position: relative;
		padding: 1em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: #000;
		border: 1px solid #000;
		margin: 0 auto 0.5em auto;
		width: 80%;
	}
	.hori_point_img, .hori_access_img {
		width: 45%;
		float: left;
	}
	.hori_point_txt, .hori_access_txt {
		width: 50%;
		float: right;
	}
	.hori_point_txt h3 {
		border-left: 5px #c8c5c8 solid;
		padding-left: 7px;
		margin-bottom: 1em;
		font-size: 2rem;
	}
	.access_box {
		width: 80%;
		margin: 0 auto;
	}
	.horidashi_container .youtube {
		width: 80%;
		aspect-ratio: 16 / 9;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1025px) {
	.horidashi_container {
		margin-bottom: 3em;
	}
	.horidashi_main_img {
		width: 80%;
		margin: 0 auto;
	}
	.horidashi_container .simple_square_btn7 {
		display: block;
		position: relative;
		padding: 0.8em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: #000;
		border: 1px solid #000;
		margin: 0.5em auto;
		width: 50%;
	}
	.hori_point_img, .hori_access_img {
		width: 45%;
		float: left;
	}
	.hori_point_txt, .hori_access_txt {
		width: 50%;
		float: right;
	}
	.hori_point_txt h3 {
		border-left: 5px #c8c5c8 solid;
		padding-left: 7px;
		margin-bottom: 1em;
		font-size: 2rem;
	}
	.access_box {
		width: 80%;
		margin: 0 auto;
	}
	.horidashi_container .youtube {
		width: 80%;
		aspect-ratio: 16 / 9;
		margin: 0 auto;
	}
}