@charset "utf-8";
#oudou-tour {
	width: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	color: #282828;
	line-height: 1.6;
	background-color: #FFF;
	min-width: 1140px;
}
#oudou-tour * {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	word-break: break-all;
}
#oudou-tour img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
#oudou-tour li {
	list-style-type: none;
	text-decoration: none;
	padding: 0px;
}
#oudou-tour a {
	text-decoration: none;
}
#oudou-tour a:hover {
	opacity: 0.8;
}

/*--------------------------------------------------*
 *   メインビジュアル
 *--------------------------------------------------*/
#oudou-tour .mainvisual {
	width: 100%;
	height: 600px;
	background: url("../img/oudou-tour-new/ph_mainvisual.jpg") no-repeat center top;
	background-repeat: repeat-x;
	margin-bottom: 55px;
	padding-top: 15px;
}
#oudou-tour .mainvisual .ttl_main {
	text-align: center;
	margin-bottom: 10px;
}
#oudou-tour .mainvisual .lead {
	width: 1000px;
	margin: 0px auto;
	border: 4px dotted #dc5b73;
	background-color: #FFF;
	padding: 12px 0px;
	border-radius: 40px;
	font-weight: bold;
	text-align: center;
}
#oudou-tour .mainvisual .lead div:nth-child(1) {
	font-size: 26px;
	color: #b22842;
	margin-bottom: 10px;
}
#oudou-tour .mainvisual .lead div:nth-child(1) span {
	display: inline;
	background:linear-gradient(transparent 60%, #fcf5a7 0%);
}
#oudou-tour .mainvisual .lead div:nth-child(2) {
	font-size: 18px;
}

/*--------------------------------------------------*
 *   スタッフオススメポイント
 *--------------------------------------------------*/
#oudou-tour .osusume_pc {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}
#oudou-tour .osusume_pc .point {
	width: 570px;
	border: 2px solid #f87b28;
	border-radius: 20px;
	margin-right: 40px;
	padding: 20px 30px 0px;
	position: relative;
}
#oudou-tour .osusume_pc .point div:nth-child(1) {
	width: 360px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -20px;
	margin: 0px auto;
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #f87b28;
	padding: 8px 0px 3px;
}
#oudou-tour .osusume_pc .point div:nth-child(1) span {
	background: url("../img/oudou-tour-new/icon_flag.png") no-repeat left 2px;
	background-size: 28px auto;
	padding-left: 35px;
}
#oudou-tour .osusume_pc .point div:nth-child(2) {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: bold;
}
#oudou-tour .osusume_pc .spot {
	width: 490px;
	border: 2px solid #0b9f57;
	border-radius: 20px;
	padding: 40px 30px 20px;
	position: relative;
}
#oudou-tour .osusume_pc .spot div:nth-child(1) {
	width: 360px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -20px;
	margin: 0px auto;
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #0b9f57;
	padding: 8px 0px 3px;
}
#oudou-tour .osusume_pc .spot div:nth-child(1) span {
	background: url("../img/oudou-tour-new/icon_map.png") no-repeat left 2px;
	background-size: 15px auto;
	padding-left: 22px;
}
#oudou-tour .osusume_pc .spot div:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#oudou-tour .osusume_pc .spot div:nth-child(2) ul {
	display: inline-block;
	text-align: left;
}

/*--------------------------------------------------*
 *   スケジュール
 *--------------------------------------------------*/
#oudou-tour .schedule {
	background: url("../img/oudou-tour-new/bg_stripe.png") repeat left top;
	padding: 40px 0px 50px;
}
#oudou-tour .schedule .ttl_schedule {
	text-align: center;
	margin-bottom: 30px;
}
#oudou-tour .schedule .ttl_schedule img {
	width: 342px;
}
#oudou-tour .schedule .inner {
	width: 840px;
	margin: 0px auto;
	border-left: 4px solid #b22842;
	padding-left: 50px;
}
#oudou-tour .schedule .inner .kome {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#oudou-tour .schedule .inner .time {
	width: 230px;
	font-size: 22px;
	color: #761426;
	font-weight: bold;
	text-align: center;
	border: 1px solid #b22842;
	background-color: #FFF;
	margin-bottom: 20px;
	padding: 8px 0px 6px;
	position: relative;
}
#oudou-tour .schedule .inner .time:before {
	content: "";
	background-color: #b22842;
	position: absolute;
	top: 18px;
	left: -51px;
	width: 50px;
	height: 4px;
}
#oudou-tour .schedule .inner .time:after {
	content: "";
	position: absolute;
	background-color: #b22842;
	top: 4px;
	left: -68px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
#oudou-tour .schedule .inner .note {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 30px;
}
#oudou-tour .schedule .inner .subheading {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
#oudou-tour .schedule .inner .subheading span.small {
	font-size: 18px;
}
#oudou-tour .schedule .inner .subheading span.sekaiisan {
	font-size: 22px;
	color: #FFF;
	line-height: 1.0;
	background-color: #152a4f;
	margin-right: 10px;
	padding: 3px 10px 1px;
}
#oudou-tour .schedule .inner .slider {
	margin-bottom: 20px;
}
#oudou-tour .schedule .inner .slider img {
	width: 100% !important;
	border-radius: 20px !important;
}
#oudou-tour .schedule .inner .slider .bx-wrapper {
	background-color: transparent;
	margin: 0px auto;
	border: none;
	box-shadow: none;
}
#oudou-tour .schedule .inner .slider .bx-wrapper .bx-viewport {
	-webkit-box-shadow: 0 0 0px #ccc !important;
	box-shadow: 0 0 0px #ccc !important;
	border: none !important;
	left: 0px !important;
	background: none !important;
	border-radius: 20px !important;
}
#oudou-tour .schedule .inner .slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF !important;
	width: 14px !important;
	height: 14px !important;
	border-radius: 50% !important;
	margin: -60px 4px 0px 4px !important;
}
#oudou-tour .schedule .inner .slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#oudou-tour .schedule .inner .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b22842 !important;
}
#oudou-tour .schedule .inner .memo {
	font-size: 17px;
	border: 2px dotted #dc5b73;
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #FFF;
	padding: 20px 10px 20px 30px;
}
#oudou-tour .schedule .inner .waku {
	border: 5px solid #f6b7c3;
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #FFF;
	padding: 30px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#oudou-tour .schedule .inner .waku .photo {
	width: 372px;
}
#oudou-tour .schedule .inner .waku .explain {
	width: calc(100% - 372px);
}
#oudou-tour .schedule .inner .waku .explain div:nth-child(1) {
	font-size: 23px;
	color: #761426;
	font-weight: bold;
	background: url("../img/oudou-tour-new/icon_drop.png") no-repeat left center;
	margin-bottom: 10px;
	padding: 4px 0px 2px 30px;
}
#oudou-tour .schedule .inner .waku .explain div:nth-child(2) {
	font-size: 17px;
}

/*--------------------------------------------------*
 *   口コミ
 *--------------------------------------------------*/
#oudou-tour .pickup {
	padding: 50px 0px 60px;
}
#oudou-tour .pickup .ttl_pickup {
	text-align: center;
	margin-bottom: 40px;
}
#oudou-tour .pickup .ttl_pickup img {
	width: 206px;
}
#oudou-tour .pickup .pickup_list {
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 10px;
}
#oudou-tour .pickup .pickup_list ul li {
	border: 3px solid #f6b7c3;
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 30px 30px 20px;
	position: relative;
}
#oudou-tour .pickup .pickup_list ul li .period {
	width: 170px;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	padding: 4px 0px 2px;
	background-color: #b22842;
	position: absolute;
	top: -14px;
	left: 30px;
}
#oudou-tour .pickup .pickup_list ul li .comment {
	font-size: 15px;
	font-weight: bold;
}
#oudou-tour .pickup .bt_pickup {
	width: 450px;
	margin: 0px auto;
}
#oudou-tour .pickup .bt_pickup a {
	display: block;
	font-size: 28px;
	color: #b22842;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	background-color: #FFF;
	border: 4px solid #b22842;
	box-shadow: 5px 5px #f8c9d2;
	border-radius: 50px;
}
#oudou-tour .pickup .bt_pickup a span {
	background: url("../img/oudou-tour-new/icon_picup.png") no-repeat left center;
	padding-left: 70px;
}

/*--------------------------------------------------*
 *   よくある質問
 *--------------------------------------------------*/
#oudou-tour .question {
	width: 100%;
	background: url("../img/oudou-tour-new/bg_stripe.png") repeat left top;
	padding: 40px 0px 30px;
}
#oudou-tour .question .ttl_question {
	text-align: center;
	margin-bottom: 30px;
}
#oudou-tour .question .ttl_question img {
	width: 334px;
}
#oudou-tour .question .qa-1 {
	width: 1000px;
	margin: 0px auto 20px;
	background-color: #FFF;
	border: 1px solid #b22842;
	border-radius: 20px;
}
#oudou-tour .question .qa-1 summary {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 15px 0px;
	padding-left: 70px;
	padding-right: 50px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
#oudou-tour .question .qa-1 summary::before,
#oudou-tour .question .qa-1 p::before {
	position: absolute;
	left: 15px;
	font-size: 20px;
	font-weight: bold;
}
#oudou-tour .question .qa-1 summary::before {
	color: #ffffff;
	content: "Q";
	background-color: #dc5b73;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	top: 15px;
}
#oudou-tour .question .qa-1 summary::after {
	content: url('../img/oudou-tour-new/icon_plus.png');
	position: absolute;
	right: 20px;
}
#oudou-tour .question .qa-1[open] summary::after {
	content: url('../img/oudou-tour-new/icon_minus.png');
	position: absolute;
	right: 20px;
}
#oudou-tour .question .qa-1 p {
	position: relative;
	padding-left: 50px;
	padding-right: 20px;
	font-size: 16px;
}
#oudou-tour .question .qa-1[open] p {
	transform: none;
	opacity: 1;
}
#oudou-tour .question .qa-1 p::before {
	color: #ffffff;
	content: "A";
	background-color: #b22842;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-left: -20px;
	top: -5px;
}
#oudou-tour .question .a_01 {
	border-top: 1px solid #a19f9f;
	margin: 0px 20px;
	padding: 15px 0px;
}

#oudou-tour .bt_oudou_tour {
	padding: 30px 0px;
	background-color: #b22842;
}
#oudou-tour .bt_oudou_tour a {
	display: block;
	width: 750px;
	font-size: 28px;
	color: #b22842;
	line-height: 80px;
	background: url("../img/oudou-tour-new/icon_arrow.png") no-repeat 95% center;
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	margin: 0px auto;
}

/* PCレイアウト */
@media (min-width: 640px) {
/*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
.pc_none {
		display: none !important;
	}
}





/* スマホレイアウト */
@media (max-width: 639px) {
.sp_none {
		display: none !important;
	}
#oudou-tour {
	min-width: inherit;
}

/*--------------------------------------------------*
 *   メインビジュアル
 *--------------------------------------------------*/
#oudou-tour .mainvisual {
	background-size: 100%;
	height: auto;
	background-repeat: no-repeat;
	margin-bottom: 4vw;
	padding-top: 0px;
	position: relative;
}
#oudou-tour .mainvisual .ttl_main {
	margin-bottom: 8vw;
}
#oudou-tour .mainvisual .ttl_main img {
	width: 72vw;
}
#oudou-tour .mainvisual .lead {
	width: auto;
	border: 3px dotted #dc5b73;
	margin: 0 4vw;
	padding: 3vw 2vw;
	border-radius: 20px;
}
#oudou-tour .mainvisual .lead div:nth-child(1) {
	font-size: 3.47vw;
	margin-bottom: 2vw;
}
#oudou-tour .mainvisual .lead div:nth-child(2) {
	font-size: 2.73vw;
}

/*--------------------------------------------------*
 *   スタッフオススメポイント
 *--------------------------------------------------*/
#oudou-tour .osusume_sp {
	margin: 0 4vw 6vw;
}
#oudou-tour .osusume_sp .point {
	width: 100%;
	border: 2px solid #f87b28;
	border-radius: 15px;
	margin-bottom: 3vw;
}
#oudou-tour .osusume_sp .point summary {
	font-size: 3.47vw;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #f87b28;
	padding: 7px 0px;
	border-radius: 13px;
	cursor: pointer;
	list-style: none;
	position: relative;
}
#oudou-tour .osusume_sp .point summary span {
	background: url("../img/oudou-tour-new/icon_flag.png") no-repeat left 0;
	background-size: 18px auto;
	padding-left: 6vw;
}
#oudou-tour .osusume_sp .point .box {
	font-size: 3vw;
	font-weight: bold;
	padding: 3vw 0;
	text-align: center;
}
#oudou-tour .osusume_sp .spot {
	width: 100%;
	border: 2px solid #0b9f57;
	border-radius: 15px;
	margin-bottom: 3vw;
}
#oudou-tour .osusume_sp .spot summary {
	font-size: 3.47vw;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #0b9f57;
	padding: 10px 0px 6px;
	border-radius: 13px;
	cursor: pointer;
	list-style: none;
	position: relative;
}
#oudou-tour .osusume_sp .spot summary span {
	background: url("../img/oudou-tour-new/icon_map.png") no-repeat;
	background-size: 10px auto;
	padding-left: 5vw;
}
#oudou-tour .osusume_sp .spot .box {
	font-size: 3.3vw;
	font-weight: bold;
	padding: 3vw 0;
	text-align: center;
}
#oudou-tour .osusume_sp .spot .box ul {
	display: inline-block;
	text-align: left;
}
#oudou-tour .osusume_sp .point[open] summary {
	border-radius: 13px 13px 0px 0px;
}
#oudou-tour .osusume_sp .spot[open] summary {
	border-radius: 13px 13px 0px 0px;
}
#oudou-tour .osusume_sp details summary::after {
	content: url('../img/oudou-tour-new/icon_plus_white.png');
	position: absolute;
	top: 1.6vw;
	right: 2vw;
	transform: scale(0.6);
}
#oudou-tour .osusume_sp details[open] summary::after {
	content: url('../img/oudou-tour-new/icon_minus_white.png');
	position: absolute;
	top: 1.6vw;
	right: 2vw;
	transform: scale(0.6);
}

/*--------------------------------------------------*
 *   スケジュール
 *--------------------------------------------------*/
#oudou-tour .schedule {
	padding: 3vw 4vw 6vw;
}
#oudou-tour .schedule .ttl_schedule {
	margin-bottom: 4vw;
}
#oudou-tour .schedule .ttl_schedule img {
	width: 50.67vw;
}
#oudou-tour .schedule .inner {
	width: 100%;
	border-left: 3px solid #b22842;
	padding-left: 5.33vw;
}
#oudou-tour .schedule .inner .kome {
	font-size: 2.93vw;
	margin-bottom: 2vw;
}
#oudou-tour .schedule .inner .time {
	width: 37.33vw;
	font-size: 3.47vw;
	margin-bottom: 2vw;
	padding: 4px 0px 2px;
}
#oudou-tour .schedule .inner .time:before {
	top: 3vw;
	left: -5.6vw;
	width: 5.33vw;
	height: 3px;
}
#oudou-tour .schedule .inner .time:after {
	top: 1.3vw;
	left: -8vw;
	width: 4vw;
	height: 4vw;
	border-radius: 50%;
}
#oudou-tour .schedule .inner .note {
	font-size: 3.73vw;
	margin-bottom: 3vw;
}
#oudou-tour .schedule .inner .subheading {
	font-size: 3.73vw;
	margin-bottom: 2vw;
}
#oudou-tour .schedule .inner .subheading span.small {
	font-size: 2.5vw;
}
#oudou-tour .schedule .inner .subheading span.sekaiisan {
	font-size: 2.67vw;
	margin-right: 2vw;
}
#oudou-tour .schedule .inner .slider {
	margin-bottom: 3vw;
}
#oudou-tour .schedule .inner .slider img {
	width: 100% !important;
	border-radius: 10px !important;
}
#oudou-tour .schedule .inner .slider .bx-wrapper .bx-viewport {
	border-radius: 10px !important;
}
#oudou-tour .schedule .inner .slider .bx-wrapper .bx-pager.bx-default-pager a {
	width: 2vw !important;
	height: 2vw !important;
	margin: -11vw 0.6vw 0px 0.6vw !important;
}
#oudou-tour .schedule .inner .memo {
	font-size: 3vw;
	border-radius: 15px;
	margin-bottom: 3vw;
	padding: 3vw 4vw;
}
#oudou-tour .schedule .inner .waku {
	border: 3px solid #f6b7c3;
	margin-bottom: 4vw;
	border-radius: 15px;
	padding: 4vw;
}
#oudou-tour .schedule .inner .waku .photo {
	width: 33vw;
    display: flex;
    align-items: center;
    margin-left: 2vw;    
}
#oudou-tour .schedule .inner .waku .explain {
	width: calc(100% - 36vw);
}
#oudou-tour .schedule .inner .waku .explain div:nth-child(1) {
	font-size: 3.33vw;
	background-size: 2.53vw auto;
	margin-top: -1vw;
	margin-bottom: 0;
	padding: 4px 2vw 2px 4vw;
}
#oudou-tour .schedule .inner .waku .explain div:nth-child(2) {
	font-size: 2.67vw;
}

/*--------------------------------------------------*
 *   口コミ
 *--------------------------------------------------*/
#oudou-tour .pickup {
	padding: 8vw 4vw;
}
#oudou-tour .pickup .ttl_pickup {
	margin-bottom: 6.67vw;
}
#oudou-tour .pickup .ttl_pickup img {
	width: 30.67vw;
}
#oudou-tour .pickup .pickup_list {
	width: 100%;
	padding-bottom: 0px;
}
#oudou-tour .pickup .pickup_list ul li {
	border: 2px solid #f6b7c3;
	border-radius: 15px;
	margin-bottom: 6vw;
	padding: 6vw 3vw 3vw;
}
#oudou-tour .pickup .pickup_list ul li .period {
	width: 37.33vw;
	font-size: 3.07vw;
	top: -3vw;
	left: 4vw;
}
#oudou-tour .pickup .pickup_list ul li .comment {
	font-size: 3.07vw;
	font-weight: bold;
}
#oudou-tour .pickup .bt_pickup {
	width: 64vw;
}
#oudou-tour .pickup .bt_pickup a {
	font-size: 4vw;
	line-height: 10.67vw;
	border: 2px solid #b22842;
	box-shadow: 3px 3px #f8c9d2;
}
#oudou-tour .pickup .bt_pickup a span {
	background-size: 6.67vw auto;
	padding-left: 8vw;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*--------------------------------------------------*
 *   よくある質問
 *--------------------------------------------------*/
#oudou-tour .question {
	width: 100%;
	padding: 8vw 4vw 4vw;
}
#oudou-tour .question .ttl_question {
	margin-bottom: 6vw;
}
#oudou-tour .question .ttl_question img {
	width: 50.4vw;
}
#oudou-tour .question .qa-1 {
	width: 100%;
	margin: 0px 0px 4vw;
	border-radius: 15px;
}
#oudou-tour .question .qa-1 summary {
	padding: 4vw 0px 3vw;
	padding-left: 11vw;
	padding-right: 6vw;
	font-size: 3.47vw;
}
#oudou-tour .question .qa-1 summary::before,
#oudou-tour .question .qa-1 p::before {
	left: 3vw;
	font-size: 3.33vw;
}
#oudou-tour .question .qa-1 summary::before {
	width: 6vw;
	height: 6vw;
	line-height: 6vw;
	top: 4vw;
}
#oudou-tour .question .qa-1 summary::after {
	transform: scale(0.8);
	right: 3vw;
}
#oudou-tour .question .qa-1[open] summary::after {
	content: url('../img/oudou-tour-new/icon_minus.png');
	right: 3vw;
}
#oudou-tour .question .qa-1 p {
	padding-left: 8vw;
	padding-right: 2vw;
	font-size: 3.07vw;
}
#oudou-tour .question .qa-1[open] p {
	transform: none;
	opacity: 1;
}
#oudou-tour .question .qa-1 p::before {
	width: 6vw;
	height: 6vw;
	line-height: 6vw;
	top: 0;
	margin-left: -3vw;
}
#oudou-tour .question .a_01 {
	margin: 0px 3vw;
	padding: 3vw 0px;
}

#oudou-tour .bt_oudou_tour {
	padding: 4vw;
}
#oudou-tour .bt_oudou_tour a {
	width: 100%;
	font-size: 4.53vw;
	line-height: 1.4;
	background: url("../img/oudou-tour-new/icon_arrow.png") no-repeat 95% center;
	background-size: 6vw;
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	margin: 0px auto;
	padding: 3vw 0px;
}
}