#contents_wrap {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 16px !important;
}

#contents_wrap *,
#contents_wrap *::before,
#contents_wrap *::after {
	box-sizing: border-box;
}

#contents_wrap .mv {
	position: relative;
	margin: 30px calc(50% - 50vw) 45px;
	width: 100vw;
}

#contents_wrap .mv .main_ttl {
	float: none;
	padding: 0;
}

#contents_wrap .mv img {
	width: 100%;
	max-width: none;
}

#contents_wrap .mv_btn_wrap {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1120px;
	margin: auto;
}

#contents_wrap .mv_btn_wrap ul {
	width: 304px;
}

#contents_wrap .mv_btn_wrap ul li:not(:last-child) {
	margin-bottom: 19px;
}

#contents_wrap .mv_btn_wrap ul li a {
	display: block;
}

#contents_wrap .mv_btn_wrap ul li a:hover {
	opacity: .8;
}

#contents_wrap .ouchi_con:not(#movie) {
	padding-bottom: 114px;
	margin-bottom: 58px;
	background: url(../images/bg_parts.png) left bottom repeat-x;
}

#contents_wrap #movie {
	margin-bottom: 120px;
}

#contents_wrap .ouchi_ttl {
	float: none;
	padding: 0;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #c81628;
	text-align: center;
}

#contents_wrap .ouchi_ttl::before {
	content: "";
	display: block;
	width: 100px;
	height: 63px;
	margin: 0 auto 26px;
}

#contents_wrap #tour .ouchi_ttl::before {
	background: url(../images/icon_tour.png) no-repeat;
	background-size: contain;
}

#contents_wrap #seminar .ouchi_ttl::before {
	background: url(../images/icon_seminar.png) no-repeat;
	background-size: contain;
}

#contents_wrap #movie .ouchi_ttl::before {
	background: url(../images/icon_movie.png) no-repeat;
	background-size: contain;
}

#contents_wrap .ouchi_catch {
	margin-bottom: 28px;
	font-size: 18px;
	text-align: center;
	line-height: 1.75;
}

#contents_wrap  .bnr_campaign {
	display: block;
	max-width: 600px;
	margin: 0 auto 3em;
	text-align: center;
}

#contents_wrap  .bnr_campaign:hover {
	opacity: .7;
}

#contents_wrap .tour_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#contents_wrap .tour_list > li {
	position: relative;
	width: 31%;
	padding-bottom: 60px;
	margin-bottom: 30px;
	color: #333;
}

#contents_wrap .tour_list > li:not(:nth-child(3n)) {
	margin-right: 3%;
}

#contents_wrap .tour_list li img {
	width: 100%;
}

#contents_wrap .tour_list li a {
	display: block;
	color: #333;
	text-decoration: none;
}

#contents_wrap .tour_catch {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
}

#contents_wrap .tour_list .tour_catch {
	min-height: 66px;
}

#contents_wrap .tour_catch span.text {
	display: inline-block;
	position: relative;
	color: #c81628;
}

#contents_wrap .tour_catch span.ilb {
	display: inline-block;
}

#contents_wrap .tour_catch span.text::before,
#contents_wrap .tour_catch span.text::after {
	content: "";
	bottom: 0;
	position: absolute;
	width: 1px;
	height: 100%;
	max-height: 1.8em;
	background-color: #c81628;
}

#contents_wrap .tour_catch span.text::before {
	left: -.5em;
	transform: rotate(-20deg);
}

#contents_wrap .tour_catch span.text::after {
	right: -.5em;
	transform: rotate(20deg);
}

#contents_wrap .tour_img {
	position: relative;
	margin-bottom: .8em;
	overflow: hidden;
}


#contents_wrap .tour_img img {
	transition: .3s;
}


#contents_wrap .tour_list li a:hover .tour_img img {
	transform: scale(1.1) rotate(-5deg);
}
#contents_wrap .tour_list li a {
	position: relative;
}

#contents_wrap .tour_list li a > * {
	position: relative;
	z-index: 2;
}

#contents_wrap .tour_list li a:hover::before {
	content: "";
	position: absolute;
	width: 102%;
	height: 102%;
	top: -1%;
	left: -1%;
	background-color: rgba(253,254,214,.6);
	z-index: 0;
}

#contents_wrap .tour_list li .tour_btn {
    display: block;
    font-size: 1.2em;
    margin: 18px auto 0;
    padding-bottom: 1em;
    color: #000099;
    text-decoration: underline;
    text-align: center;
}

#contents_wrap .tour_list li:hover .tour_btn {
    opacity: 0.8;
}

#contents_wrap .tour_img_caption {
	position: absolute;
	right: 4px;
	bottom: 4px;
	font-size: 13px;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
}

#contents_wrap .tour_place {
	position: relative;
	padding-left: 26px;
	margin-bottom: .8em;
}

#contents_wrap .tour_place::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 15px;
	height: 23px;
	margin: auto;
	background: url(../images/icon_place.png) no-repeat;
	background-size: contain;
}

#contents_wrap .tour_date {
	padding-bottom: 5px;
	margin-bottom: 7px;
	display: inline-block;
	border-bottom: 3px solid #c81628
}

#contents_wrap .date_strong {
	font-size: 1.5em;
}

#contents_wrap .tour_ttl {
	margin-bottom: 1em;
	padding: 0;
	font-weight: bold;
}

#contents_wrap .tour_list li:not(:nth-child(4)) .tour_ttl {
	min-height: 66px;
}

#contents_wrap #tour .tour_time {
	margin-bottom: 1em;
}

#contents_wrap .tour_list li:not(:nth-child(4)) .tour_time {
	/*min-height: 66px;*/
}


#contents_wrap .tour_time li {
	margin-bottom: 1em;
}

#contents_wrap .tour_time li small {
	display: block;
	padding-left: 96px;
}

#contents_wrap .tour_time span {
	padding: .2em .5em;
	margin-right: 1em;
	color: #fff;
}

#contents_wrap .tour_time .japan_time span {
	background-color: #c81628;
}

#contents_wrap .tour_time .local_time span {
	background-color: #666;
}

#contents_wrap .tour_spot {
	position: relative;
	/*min-height: 4.5em;*/
	padding: 1em .5em;
	/*border: 1px solid #000;*/
/*	background-color: #fff;
*/}

/*#contents_wrap .tour_spot dt {
	display: inline-block;
	position: absolute;
	top: -.9em;
	left: .2em;
	padding: .2em .4em;
	background-color: #fff;
}

#contents_wrap .tour_spot dd {
	line-height: 1.5;
}
*/

/*#contents_wrap a.tour_btn {
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	height: 34px;
	padding: .4em 0;
	margin: auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	box-shadow: 6px 6px 0px rgba(0,0,0,.3);
	background: url(../images/btn.png) no-repeat;
	background-size: contain;
	transition: .3s;
}

#contents_wrap a.tour_btn img {
	width: 100%;
}

#contents_wrap a.tour_btn:hover {
	transform: translate(6px, 6px);
	box-shadow: none;
}

#contents_wrap a.tour_btn:hover::before {
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
}*/


#contents_wrap a.ouchi_btn {
	box-sizing: border-box;
	display: block;
	width: 510px;
	height: 80px;
	padding: 1em 0;
	margin: auto;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	box-shadow: 6px 6px 0px rgba(0,0,0,.3);
	background: url(../images/btn.png) no-repeat;
	background-size: contain;
	transition: .3s;
}

#contents_wrap a.ouchi_btn img {
	width: 100%;
}

#contents_wrap a.ouchi_btn:hover {
	transform: translate(6px, 6px);
	box-shadow: none;
}

#contents_wrap a.ouchi_btn:hover::before {
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	width: 100%;
	height: 100%;
}

#contents_wrap .url_note {
	font-size: 13px;
	margin-bottom: 6px;
}

#contents_wrap .seminar_summary {
	line-height: 1.75;
}

#contents_wrap .youtube_tag li{
	display: inline-block;
	padding: .2em .5em;
	margin-right: 1em;
	margin-bottom: .5em;
	color: #fff;
	background-color: #c81628;
}

#contents_wrap #movie .tour_place,
#contents_wrap #movie .no_place {
	position: relative;
	padding-top: .8em;
	margin-bottom: .5em;
}

#contents_wrap #movie .tour_place::before,
#contents_wrap #movie .no_place::before {
	top: .8em;
}
#contents_wrap #movie .tour_place::after,
#contents_wrap #movie .no_place::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 3px;
	background-color: #c81628;
}

#contents_wrap .tour_img iframe {
	width: 100%;
	height: 200px;
}
}