@charset "UTF-8";
/* ===================================================================
CSS information

file name  : tour.css
author     : Abilive
style info : 周遊プラン
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.wrp_tab .tab_town {
	width: 95%;
	max-width: 1400px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.wrp_tab .tab_town {
		width: 91.66667%;
	}
}

.wrp_tab {
	display: block !important;
}

@media only screen and (min-width: 1025px) {
	.wrp_tab {
		margin-top: 110px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_tab {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab {
		margin-top: 5em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_tab.bottom {
		margin-top: 225px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_tab.bottom {
		margin-top: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab.bottom {
		margin-top: 4em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_tab.bottom {
		margin-bottom: 160px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_tab.bottom {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab.bottom {
		margin-bottom: 5em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_tab.bottom .tab_day {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_tab.bottom .tab_day {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab.bottom .tab_day {
		margin-top: 2em;
	}
}

.wrp_tab .con_tab {
	max-width: 1400px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.wrp_tab .con_tab {
		width: 92%;
	}
}

.wrp_tab .tab_day {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dfdfdf;
}

@media only screen and (max-width: 767px) {
	.wrp_tab .tab_day {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.wrp_tab .tab_day li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 768px) {
	.wrp_tab .tab_day li {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab .tab_day li {
		width: 100%;
	}
}

.wrp_tab .tab_day li a {
	text-decoration: none;
	padding: .7em .6em;
	font-family: "宋体","SimSun",SimSun,"Times New Roman",Times,Garamond,Georgia,serif;
	font-weight: 600;
	line-height: 1.5;
}

@media only screen and (min-width: 1441px) {
	.wrp_tab .tab_day li a {
		font-size: 156%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_tab .tab_day li a {
		font-size: 123%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_tab .tab_day li a {
		font-size: 134%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab .tab_day li a {
		font-size: 112%;
	}
}

.wrp_tab .tab_day li a span {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.wrp_tab .tab_day li a {
		padding: 1em .5em;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab .tab_day li.lnk {
		border: 1px solid #dfdfdf;
		border-radius: .2em .2em 0 0;
	}
}

.wrp_tab .tab_day li.active {
	background: #231f20 url(../images/common/bg_black_moyou.png) repeat center top;
	border-radius: .2em .2em 0 0;
	cursor: text;
}

.mode_yellow .wrp_tab .tab_day li.active {
	background: yellow;
}

.mode_blue .wrp_tab .tab_day li.active {
	background: blue;
}

.mode_black .wrp_tab .tab_day li.active {
	background: #000;
}

.wrp_tab .tab_day li.active a {
	color: #fff;
}

.wrp_tab .tab_town {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (min-width: 1025px) {
	.wrp_tab .tab_town {
		margin-top: 65px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_tab .tab_town {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab .tab_town {
		margin-top: 2em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_tab .tab_town {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (min-width: 1441px) {
	.wrp_tab .tab_town {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 85%;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_tab .tab_town {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab .tab_town {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
	}
}

.wrp_tab .tab_town li:not(:last-child) {
	border-right: 1px solid #b4b4b4;
}

@media only screen and (max-width: 1024px) {
	.wrp_tab .tab_town li {
		border-right: 1px solid #b4b4b4;
		border-left: 1px solid #b4b4b4;
		width: 49%;
		line-height: 1.5;
	}
	.wrp_tab .tab_town li:nth-child(n+3) {
		margin-top: .75em;
	}
	.wrp_tab .tab_town li:nth-child(2n) {
		border-left: none;
	}
}

.wrp_tab .tab_town li a {
	text-decoration: none;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "宋体","SimSun",SimSun,"Times New Roman",Times,Garamond,Georgia,serif;
	font-weight: 600;
	text-align: center;
}

@media only screen and (min-width: 1441px) {
	.wrp_tab .tab_town li a {
		font-size: 123%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_tab .tab_town li a {
		font-size: 112%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_tab .tab_town li a {
		font-size: 112%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab .tab_town li a {
		font-size: 112%;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_tab .tab_town li a {
		padding: 0 1.6em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_tab .tab_town li a {
		padding: 0 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab .tab_town li a {
		padding: 0 0.5em;
	}
}

.mouse .wrp_tab .tab_town li:hover a,
.touch .wrp_tab .tab_town li.touchstart a {
	color: #801e24;
}

.touch .wrp_tab .tab_town li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.touch .wrp_tab .tab_town li.touchend {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

.wrp_tab .tab_town li.is-active a {
	color: #801e24;
}

.wrp_tab #tab li {
	cursor: pointer;
	text-decoration: none;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "宋体","SimSun",SimSun,"Times New Roman",Times,Garamond,Georgia,serif;
	font-weight: 600;
	text-align: center;
}

@media only screen and (min-width: 1441px) {
	.wrp_tab #tab li {
		font-size: 123%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_tab #tab li {
		font-size: 112%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_tab #tab li {
		font-size: 112%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab #tab li {
		font-size: 112%;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_tab #tab li {
		padding: 0 1.6em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_tab #tab li {
		padding: 0 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab #tab li {
		padding: 0 0.5em;
	}
}

.wrp_tab #tab li:hover {
	color: #801e24;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_tab #tab li {
		border-right: 1px solid #b4b4b4;
		border-left: 1px solid #b4b4b4;
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1.5;
	}
	.wrp_tab #tab li:nth-child(n+3) {
		margin-top: .5em;
	}
	.wrp_tab #tab li:nth-child(2n) {
		border-left: none;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_tab #tab li {
		width: 100%;
	}
	.wrp_tab #tab li:last-child {
		border-left: 1px solid #b4b4b4;
		margin-top: 1em;
	}
}

.wrp_intro {
	background: url(../images/common/bg_paper.jpg) repeat top;
}

.mode_yellow .wrp_intro {
	background: yellow;
}

.mode_blue .wrp_intro {
	background: blue;
}

.mode_black .wrp_intro {
	background: #000;
}

@media only screen and (min-width: 1025px) {
	.wrp_intro {
		padding-top: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro {
		padding-top: 4em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_intro {
		padding-bottom: 150px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro {
		padding-bottom: 4em;
	}
}

@media only screen and (min-width: 1441px) {
	.wrp_intro {
		margin-top: 160px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_intro {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro {
		margin-top: 4em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_intro.day {
		margin-top: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro.day {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro.day {
		margin-top: 3em;
	}
}

.wrp_intro.day .con_intro .tmp_st_h2 .jp {
	letter-spacing: .05em;
	line-height: 1.2;
}

@media only screen and (min-width: 1441px) {
	.wrp_intro.day .con_intro .tmp_st_h2 .jp {
		font-size: 389%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_intro.day .con_intro .tmp_st_h2 .jp {
		font-size: 334%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro.day .con_intro .tmp_st_h2 .jp {
		font-size: 278%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro.day .con_intro .tmp_st_h2 .jp {
		font-size: 223%;
	}
}

.wrp_intro.day .con_intro .tmp_st_h2 .jp em {
	display: inline-block;
}

.wrp_intro.day .con_intro .tmp_text {
	text-align: center;
	margin-top: 1em;
}

@media only screen and (max-width: 1024px) {
	.wrp_intro.day .con_intro .tmp_text {
		text-align: left;
	}
}

.wrp_intro.day .con_intro .con_anclnk {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 768px) {
	.wrp_intro.day .con_intro .con_anclnk {
		margin: 50px 0;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro.day .con_intro .con_anclnk {
		margin: 2em 0;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_intro.day .con_intro .con_anclnk li {
		width: 27%;
	}
}

.wrp_intro.day .con_intro .con_anclnk li a {
	background: #fff;
}

.wrp_intro.day .con_intro .con_st {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.wrp_intro.day .con_intro .con_st {
		padding: 40px 0 60px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro.day .con_intro .con_st {
		padding: 0 0 1em;
	}
}

@media only screen and (min-width: 768px) {
	.wrp_intro.day .con_intro .con_st {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro.day .con_intro .con_st {
		margin-bottom: 2em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro.day .con_intro .con_st {
		min-height: 400px;
	}
}

.wrp_intro.day .con_intro .con_st.con_st_a1 {
	background: url(../../tour/images/bg_st_a1.jpg) no-repeat center top;
}

.wrp_intro.day .con_intro .con_st.con_st_a2 {
	background: url(../../tour/images/bg_st_a2.jpg) no-repeat center top;
}

.wrp_intro.day .con_intro .con_st.con_st_b1 {
	background: url(../../tour/images/bg_st_b1.jpg) no-repeat center top;
}

.wrp_intro.day .con_intro .con_st.con_st_b2 {
	background: url(../../tour/images/bg_st_b2.jpg) no-repeat center top;
}

.wrp_intro.day .con_intro .con_st .txt_num {
	color: #fff;
	font-family: "宋体","SimSun",SimSun,"Times New Roman",Times,Garamond,Georgia,serif;
	font-weight: 600;
	font-size: 156%;
}

@media only screen and (min-width: 768px) and (max-width: 895.5px) {
	.wrp_intro.day .con_intro .con_st .tmp_st_h5 {
		min-height: 285px;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro.day .con_intro .con_st .tmp_st_h5 .jp {
		letter-spacing: 0.1em;
		height: 100%;
	}
}

.wrp_intro.day .con_intro .con_st + .box_map {
	margin-top: 0;
}

.wrp_intro .con_intro {
	max-width: 1400px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.wrp_intro .con_intro {
		width: 92%;
	}
}

.wrp_intro .inner_intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.wrp_intro .inner_intro {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_intro .inner_intro .tmp_st {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro .inner_intro .tmp_st {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .inner_intro .tmp_st {
		width: 100%;
	}
}

.wrp_intro .inner_intro .tmp_st span {
	line-height: 1.5;
}

@media only screen and (min-width: 1025px) {
	.wrp_intro .inner_intro .tmp_text {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro .inner_intro .tmp_text {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .inner_intro .tmp_text {
		width: 100%;
	}
}

@media only screen and (max-width: 1550px) {
	.wrp_intro .inner_intro .tmp_text {
		padding-right: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_intro .inner_intro .tmp_text {
		padding-right: 0;
	}
}

.wrp_intro .box_map {
	text-align: center;
}

@media only screen and (min-width: 1025px) {
	.wrp_intro .box_map {
		margin-top: 75px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro .box_map {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .box_map {
		margin-top: 2em;
	}
}

.wrp_intro .tmp_pdf_btn {
	background: #231f20 url(../images/common/bg_black_moyou.png) repeat center top;
}

.mode_yellow .wrp_intro .tmp_pdf_btn {
	background: yellow;
}

.mode_blue .wrp_intro .tmp_pdf_btn {
	background: blue;
}

.mode_black .wrp_intro .tmp_pdf_btn {
	background: #000;
}

@media only screen and (min-width: 1025px) {
	.wrp_intro .tmp_pdf_btn {
		margin-top: 75px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro .tmp_pdf_btn {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .tmp_pdf_btn {
		margin-top: 2em;
	}
}

.wrp_intro .tmp_pdf_btn a {
	font-family: "宋体","SimSun",SimSun,"Times New Roman",Times,Garamond,Georgia,serif;
	font-weight: 600;
	padding: 1.5em;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1.5;
}

@media only screen and (min-width: 1441px) {
	.wrp_intro .tmp_pdf_btn a {
		font-size: 134%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_intro .tmp_pdf_btn a {
		font-size: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro .tmp_pdf_btn a {
		font-size: 112%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .tmp_pdf_btn a {
		font-size: 112%;
	}
}

.wrp_intro .tmp_pdf_btn a i {
	margin-left: 1em;
}

.wrp_cou .con_start {
	max-width: 1100px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_start {
		width: 92%;
	}
}

@media only screen and (min-width: 768px) {
	.wrp_cou .con_start {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_start {
		margin-top: 1em;
	}
}

.wrp_cou .con_start .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_start .inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.wrp_cou .con_start .box_text .st_text {
	font-size: 123%;
	font-family: "宋体","SimSun",SimSun,"Times New Roman",Times,Garamond,Georgia,serif;
	font-weight: 600;
	line-height: 1.5;
}

.wrp_cou .con_start .box_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #801e24;
	padding: 0.6em 1.5em;
	color: #801e24;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_start .box_icon {
		margin-top: 1em;
		padding: 0.8em 0.25em 0.8em 1em;
	}
}

.wrp_cou .con_start .box_icon p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrp_cou .con_start .box_icon p img {
	margin-right: .3em;
	max-width: 30%;
}

.wrp_cou .con_start .box_icon p:first-child {
	margin-right: 1em;
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_start .box_icon p:first-child {
		margin-right: 0.5em;
	}
}

.wrp_cou .con_start .box_start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #84633C;
	color: #fff;
	font-family: "宋体","SimSun",SimSun,"Times New Roman",Times,Garamond,Georgia,serif;
	font-weight: 600;
	padding: .3em;
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_start .box_start {
		margin-top: 33px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_start .box_start {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_start .box_start {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_start .box_start {
		font-size: 167%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_start .box_start {
		font-size: 156%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_start .box_start {
		font-size: 139%;
	}
}

.wrp_cou .con_route {
	max-width: 1400px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_route {
		width: 92%;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_route {
		padding: 90px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_route {
		padding: 90px 0;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_route {
		padding: 4em 0;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_cou .con_route {
		margin: 1em auto;
	}
}

.wrp_cou .con_route::before {
	height: 100%;
	width: 2px;
	border-left: 2px dotted #84633C;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	position: absolute;
}

.wrp_cou .con_route::after {
	content: '';
	position: absolute;
	bottom: -.1em;
	left: 50%;
	-webkit-transform: translateX(-54%);
	transform: translateX(-54%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 9px 0 9px;
	border-color: #a27e54 transparent transparent transparent;
}

.wrp_cou .con_route .box_route {
	position: absolute;
	top: 50%;
	left: 53%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrp_cou .con_route .box_route .ic {
	margin-top: 0.1em;
}

.wrp_cou .con_route .box_route .ic span img {
	max-width: 50%;
}

.wrp_cou .con_spot {
	max-width: 1550px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: .5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_spot {
		width: 92%;
	}
}

.wrp_cou .con_spot.rev {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 1550px) {
	.wrp_cou .con_spot.rev .box_text .tmp_st {
		padding-right: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_cou .con_spot.rev .box_text .tmp_st {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1550px) {
	.wrp_cou .con_spot.rev .box_text .tmp_text {
		padding-right: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_cou .con_spot.rev .box_text .tmp_text {
		padding-right: 0;
	}
}

.wrp_cou .con_spot.noimg {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrp_cou .con_spot.noimg .box_text {
	width: 80%;
}

@media only screen and (max-width: 1024px) {
	.wrp_cou .con_spot.noimg .box_text {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_cou .con_spot {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_spot .box_img {
		width: 55.16129%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_spot .box_img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_spot .box_img {
		width: 100%;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_spot .box_text {
		width: 40%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_spot .box_text {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_spot .box_text {
		width: 100%;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_spot .box_text .tmp_text {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_spot .box_text .tmp_text {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_spot .box_text .tmp_text {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_spot .box_text .tmp_btn {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_spot .box_text .tmp_btn {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_spot .box_text .tmp_btn {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_cou .con_spot .box_text .img {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_spot .ic {
		margin-top: 2em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_spot .ic {
		margin-top: 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_spot .ic {
		margin-top: 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_spot .ic {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.wrp_cou .con_spot .ic span:first-child {
		margin-right: 0.25em;
	}
	.wrp_cou .con_spot .ic span img {
		max-width: 70%;
	}
}

.wrp_cou .con_spot .tmp_st.large {
	background-color: transparent;
	font-size: 100%;
	padding: 0;
}

.wrp_cou .con_spot .tmp_st.large.center {
	margin: auto;
}

.wrp_cou .con_spot .tmp_st.large > em {
	display: block;
	padding-left: 2em;
}

.wrp_cou .con_spot .tmp_st.large span {
	display: block;
	line-height: 1.5;
	padding-left: 0;
}

@media only screen and (min-width: 1441px) {
	.wrp_cou .con_spot .tmp_st.large .sub {
		font-size: 167%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_cou .con_spot .tmp_st.large .sub {
		font-size: 128%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_spot .tmp_st.large .sub {
		font-size: 139%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_spot .tmp_st.large .sub {
		font-size: 123%;
	}
}

.wrp_cou .con_spot .tmp_st.large .jp {
	width: 100%;
}

@media only screen and (min-width: 1441px) {
	.wrp_cou .con_spot .tmp_st.large .jp {
		font-size: 267%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_cou .con_spot .tmp_st.large .jp {
		font-size: 212%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_spot .tmp_st.large .jp {
		font-size: 195%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_spot .tmp_st.large .jp {
		font-size: 167%;
	}
}

.wrp_cou .con_vr {
	max-width: 1100px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_vr {
		width: 92%;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_vr {
		margin-top: 65px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_vr {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_vr {
		margin-top: 4em;
	}
}

.wrp_cou .con_vr .tit_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "宋体","SimSun",SimSun,"Times New Roman",Times,Garamond,Georgia,serif;
	font-weight: 600;
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_vr .tit_text .st_text {
		font-size: 167%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_vr .tit_text .st_text {
		font-size: 150%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_vr .tit_text .st_text {
		font-size: 139%;
	}
}

.wrp_cou .con_vr .tit_text .ic {
	font-family: "crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 134%;
	margin-right: .5em;
	padding: .2em .4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #801e24 url(../images/common/bg_red_myou.png) repeat center top;
	color: #fff;
	line-height: 1.3;
}

.mode_yellow .wrp_cou .con_vr .tit_text .ic {
	background: yellow;
}

.mode_blue .wrp_cou .con_vr .tit_text .ic {
	background: blue;
}

.mode_black .wrp_cou .con_vr .tit_text .ic {
	background: #000;
}

.wrp_cou .con_vr .box_popup_iflame {
	margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_vr .box_popup_iflame {
		width: 75%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_vr .box_popup_iflame {
		width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_vr .box_popup_iflame {
		width: 85%;
	}
}

.wrp_cou .con_vr .box_popup_iflame iframe {
	border: none;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 2;
}

.wrp_cou .con_vr .box_popup_iflame a {
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	margin-top: 1em;
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_vr .box_popup_iflame a {
		padding-top: 56%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_vr .box_popup_iflame a {
		padding-top: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_vr .box_popup_iflame a {
		padding-top: 80%;
	}
}

.wrp_cou .con_goal {
	margin-top: 1em;
	max-width: 1100px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #84633C;
	color: #fff;
	font-family: "宋体","SimSun",SimSun,"Times New Roman",Times,Garamond,Georgia,serif;
	font-weight: 600;
	padding: .3em;
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_goal {
		width: 92%;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_cou .con_goal {
		font-size: 167%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_cou .con_goal {
		font-size: 156%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_cou .con_goal {
		font-size: 156%;
	}
}
