@charset "UTF-8";
/* CSS Document */
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
/*=======================================
	共通
=======================================*/
.tour-temp-3 {
	overflow: hidden;
}
.tour-temp-3 * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
}
.tour-temp-3 p, .tour-temp-3 li, .tour-temp-3 dt, .tour-temp-3 dd, .tour-temp-3 th, .tour-temp-3 td, .tour-temp-3 h1, .tour-temp-3 h2, .tour-temp-3 h3, .tour-temp-3 h4, .tour-temp-3 h5 {
  font-family: 'Noto Sans JP', sans-serif;
}
.tour-temp-3 span {
  font-size: inherit;
  font-weight: inherit;
}
.tour-temp-3 i {
  font-size: inherit;
  font-weight: bold;
}
.tour-temp-3 a {
  text-decoration: none;
}
.tour-temp-3 a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.tour-temp-3 section {
	position: relative;
    border: none;
}
.tour-temp-3 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.tour-temp-3 h2 {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 36px;
  font-weight: 300;
  color: #333;
}
.tour-temp-3 img {
  width: 100%;
  height: auto;
}
.tour-temp-3 video {
  width: 100%;
  height: auto;
	cursor: pointer;
}
.tour-temp-3 .pc-none {
  display: none;
}
/*margin-top*/
.tour-temp-3 .mt-10 {
	margin-top: 10px;
}
.tour-temp-3 .mt-15 {
	margin-top: 15px;
}
.tour-temp-3 .mt-20 {
	margin-top: 20px;
}
/*font-size*/
.tour-temp-3 .fs-14 {
	font-size: 14px;
}
.tour-temp-3 .fs-12 {
	font-size: 12px;
}
@media screen and (max-width:768px) {
  .tour-temp-3 h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  .tour-temp-3 .ttl-bottom {
    margin: 0 0 30px 0;
    font-size: 28px;
  }
  .tour-temp-3 .sp-none {
    display: none;
  }
  .tour-temp-3 .pc-none {
    display: inherit;
  }
  .tour-temp-3 .inner {
    width: 90%;
    padding: 50px 0 30px 0;
  }
}
/*=======================================
	メインビジュアル
=======================================*/
.tour-temp-3 .mainvisual {
	background: #999;
	overflow: hidden;
	position: relative;
}
.tour-temp-3 .mainvisual .inner {
	width: 100%;
	height: 560px;
	position: relative;
}
.tour-temp-3 .mainvisual .inner::before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	border-top: 100px solid rgba(0,0,0,0.5);
	border-bottom: 100px solid rgba(0,0,0,0);
	border-left: 100px solid rgba(0,0,0,0.5);
	border-right: 100px solid rgba(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 10;
}
.tour-temp-3 .mainvisual .inner::after {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	border-top: 100px solid rgba(0,0,0,0);
	border-bottom: 100px solid rgba(0,0,0,0.5);
	border-left: 100px solid rgba(0,0,0,0);
	border-right: 100px solid rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	z-index: 10;
}
.tour-temp-3 .mainvisual .ttl-wrap {
	width: 1000px;
	margin: 80px auto 0 auto;
	position: relative;
		z-index: 1;
}
.tour-temp-3 .mainvisual h1 {
	font-size: 28px;
	letter-spacing: 1px;
	margin: 0 0 50px 0;
}
.tour-temp-3 .mainvisual h1 span {
	display: block;
	width: fit-content;
	background: #FFF;
	padding: 0 10px;
	margin: 0 0 10px 0;
}
.tour-temp-3 .mainvisual .sub-ttl {
	width: fit-content;
	font-size: 18px;
	letter-spacing: 1px;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	padding: 10px 20px;
	border-radius: 7px;
}
.tour-temp-3 .mainvisual .img-box {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.tour-temp-3 .mainvisual .img-box img {
	width: 100%;
	height: 560px;
	object-fit: cover;
}
@media screen and (max-width:768px) {
.tour-temp-3 .mainvisual {
	height: auto;
	overflow: hidden;
	position: relative;
}
.tour-temp-3 .mainvisual .inner {
	height: auto;
	padding: 0;
	position: static;
}
	.tour-temp-3 .mainvisual .inner::before,
	.tour-temp-3 .mainvisual .inner::after {
		content: none;
	}
	.tour-temp-3 .mainvisual .ttl-wrap {
		width: 100%;
		background: #000;
		margin: 0;
		padding: 10px 20px 20px 20px;
}
	.tour-temp-3 .mainvisual h1 {
		color: #FFF;
		font-size: 20px;
		margin: 0 0 20px 0;
	}
	.tour-temp-3 .mainvisual h1 span {
		background: none;
		padding: 0;
		margin: 0;
	}
	.tour-temp-3 .mainvisual .sub-ttl {
		color: #FFF;
		font-size: 16px;
		padding: 0;
		background: none;
	}
	.tour-temp-3 .mainvisual .img-box {
		position: static;
		height: 300px;
	}
.tour-temp-3 .mainvisual .img-box img {
	width: 100%;
		height: 300px;
	object-fit: cover;
}
}
/*=======================================
	ツアー詳細
=======================================*/
.tour-temp-3 .tour-detail .inner {
padding: 30px 0;
}
/*こだわり条件アイコン*/
.tour-temp-3 .tour-detail .kodawari-ico {
	margin: 0 0 20px 0;
}
.tour-temp-3 .tour-detail .kodawari-ico li {
	display: inline-block;
	font-size: 15px;
	background: #EEE;
	padding: 0 5px;
	margin: 0 3px 5px 0;
}
.tour-temp-3 .tour-detail .kodawari-ico li.color-1 {
	background: #EEE;
}
.tour-temp-3 .tour-detail .kodawari-ico li.color-2 {
	background: #CCC;
}
.tour-temp-3 .tour-detail .kodawari-ico li.color-3 {
	background: #999;
	color: #FFF;
}
/*ツアー概要*/
.tour-temp-3 .tour-detail .box-wrap {
	display: flex;
	justify-content: space-between;
}
.tour-temp-3 .tour-detail .left-box,
.tour-temp-3 .tour-detail .right-box {
	width: 48%;
}
.tour-temp-3 .tour-detail .left-box li {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #CCC;
	font-size: 17px;
}
.tour-temp-3 .tour-detail .left-box li span {
	font-size: 15px;
	margin: 0 18px 0 0;
	color: #666;
}
.tour-temp-3 .tour-detail .left-box li span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	margin: 0 10px 0 3px;
	font-weight: bold;
}
.tour-temp-3 .tour-detail .right-box dl {
	display: flex;
	justify-content: center;
}
.tour-temp-3 .tour-detail .right-box dl.course-no {
	margin: 0 0 10px 0;
}
.tour-temp-3 .tour-detail .right-box dl.course-no dt,
.tour-temp-3 .tour-detail .right-box dl.course-no dd {
		text-align: center;
		height: 40px;
	line-height: 40px;
}
.tour-temp-3 .tour-detail .right-box dl.course-no dt {
	width: 150px;
	font-size: 15px;
	background: #DDD;
}
.tour-temp-3 .tour-detail .right-box dl.course-no dd {
	width: calc(100% - 150px);
	background: #EEE;
	font-size: 17px;
}
.tour-temp-3 .tour-detail .right-box dl.price {
	background: #EEE;
	padding: 15px 0;
	align-items: center;
}
.tour-temp-3 .tour-detail .right-box dl.price dt {
	font-size: 15px;
	margin: 0 20px 0 0;
}
.tour-temp-3 .tour-detail .right-box dl.price dt span {
	font-size: 14px;
}
.tour-temp-3 .tour-detail .right-box dl.price dd {
	font-size: 20px;
	font-weight: 500;
	color: #DD0000;
}
@media screen and (max-width:768px) {
	
.tour-temp-3 .tour-detail .box-wrap {
	flex-direction: column;
}
.tour-temp-3 .tour-detail .left-box {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 10px auto;
}
.tour-temp-3 .tour-detail .right-box {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
	.tour-temp-3 .tour-detail .right-box dl.price dt {
		text-align: center;
		padding: 0 20px 0 0;
	}
.tour-temp-3 .tour-detail .right-box dl.price dt span {
	display: block;
}
}
/*=======================================
	インフォメーション
=======================================*/
.tour-temp-3 .info .inner {
  padding: 20px 0;
}
.tour-temp-3 .info dl {
  background: #EEE;
}
.tour-temp-3 .info dt {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}
.tour-temp-3 .info dt::after {
  content: "+";
  font-size: 26px;
  font-weight: bold;
  letter-spacing: initial;
  background: #000;
  color: #FFF;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
}
.tour-temp-3 .info dt.active::after {
  content: "−";
}
.tour-temp-3 .info dd {
  padding: 30px 30px 20px 30px;
}
/*コロナウイルス感染症対策について*/
.tour-temp-3 .info.about-covid .lead-txt {
  max-width: 600px;
  margin: 0 auto 30px auto;
  letter-spacing: 1px;
}
.tour-temp-3 .info.about-covid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px 0;
}
.tour-temp-3 .info.about-covid ul li {
  width: calc(100% / 3 - 40px);
  margin: 15px;
  background: #FFF;
  padding: 15px;
  position: relative;
}
.tour-temp-3 .info.about-covid ul li::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 5px solid #999;
  border-bottom: 5px solid #EEE;
  border-left: 5px solid #999;
  border-right: 5px solid #EEE;
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
}
.tour-temp-3 .info.about-covid ul li .midashi {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.tour-temp-3 .info.about-covid ul li .txt {
  font-size: 14px;
}
.tour-temp-3 .info.about-covid .note {
  max-width: 600px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
}
.tour-temp-3 .info.about-covid .btn2 {
  max-width: 600px;
  text-align: center;
  margin: 10px auto 0 auto;
}
.tour-temp-3 .info.about-covid .btn2 a {
  display: block;
  background: #FFF;
  border-radius: 3px;
  color: #333;
  padding: 2px 0;
}
.tour-temp-3 .info.about-covid .btn2 a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  margin: 0 0 0 10px;
}
/*GoToトラベルについて*/
.tour-temp-3 .info.about-goto {
  padding: 0 0 50px 0;
}
.tour-temp-3 .info.about-goto .lead-txt {
  max-width: 600px;
  margin: 0 auto 30px auto;
}
.tour-temp-3 .info.about-goto .lead-txt p {
  letter-spacing: 1px;
}
.tour-temp-3 .info.about-goto .lead-txt p + p {
  margin: 10px 0 0 0;
}
.tour-temp-3 .info.about-goto .btn2 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.tour-temp-3 .info.about-goto .btn2 a {
  display: block;
  background: #333;
  color: #FFF;
  padding: 10px 0;
  border-radius: 5px;
}
.tour-temp-3 .info.about-goto .btn2 a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  margin: 0 0 0 10px;
}
@media screen and (max-width:768px) {
  .tour-temp-3 .info dt {
    padding: 20px 20px 20px 20px;
    font-size: 20px;
  }
  .tour-temp-3 .info dd {
    padding: 10px 30px 20px 30px;
  }
  .tour-temp-3 .info.about-covid ul {
    flex-direction: column;
  }
  .tour-temp-3 .info.about-covid ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/*=======================================
	コンテンツナビ（アンカーリンク）
=======================================*/
.tour-temp-3 .content-nav {
	background: #999;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
}
.tour-temp-3 .content-nav.fixed {
	z-index: 9;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.tour-temp-3 .content-nav ul {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 0 auto;
}
.tour-temp-3 .content-nav ul li {
	width: calc(100% / 4);
	text-align: center;
	border-right: 1px solid #FFF;
}
.tour-temp-3 .content-nav ul li:last-child {
	border: none;
}
.tour-temp-3 .content-nav ul li a {
	display: block;
	padding: 15px 0;
	background: #999;
	color: #333;
	font-size: 18px;
	font-weight: 400;
}
@media screen and (max-width:768px) {
.tour-temp-3 .content-nav ul {
	width: 100%;
	overflow: hidden;
}
.tour-temp-3 .content-nav ul li,
	.tour-temp-3 .content-nav ul li:first-child,
	.tour-temp-3 .content-nav ul li:nth-child(3) {
	width: calc(100% / 3);
}
	.tour-temp-3 .content-nav ul li:nth-child(4) {
		display: none;
	}
	.tour-temp-3 .content-nav ul li a {
		font-size: 14px;
	}
}
/*=======================================
	おすすめポイント
=======================================*/
.tour-temp-3 .recommend-point {
	background: #EEE;
}
/*おすすめポイント*/
.tour-temp-3 .content-wrap.point {
	margin: 0 0 80px 0;
}
.tour-temp-3 .point .box-wrap {
	display: flex;
	justify-content: space-between;
}
.tour-temp-3 .point .box {
	width: calc(100% / 3 - 30px);
}
.tour-temp-3 .point .img-box {
	margin: 0 0 5px 0;
}
.tour-temp-3 .point .img-box img {
	border: 3px solid #FFF;
}
.tour-temp-3 .point .txt-box h4 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #666;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 18px;
}
.tour-temp-3 .point .txt-box p {
	letter-spacing: 1px;
}
/*スタッフのこだわり*/
.tour-temp-3 .content-wrap.kodawari {
	width: 800px;
	margin: 0 auto 80px auto;
	padding: 20px 30px;
	background: #666;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.3);
}
.tour-temp-3 .content-wrap.kodawari h3 {
	color: #FFF;
	text-align: center;
	font-size: 22px;
	margin: 0 0 20px 0;
}
.tour-temp-3 .content-wrap.kodawari p {
	color: #FFF;
	text-align: center;
	margin: 0 0 20px 0;
}
.tour-temp-3 .content-wrap.kodawari p::after {
	content: "◆◆◆";
	display: block;
	font-size: 3px;
	letter-spacing: 10px;
	color: #999;
	margin: 10px 0 0 0;
}
.tour-temp-3 .content-wrap.kodawari ul {
	width: fit-content;
	margin: 0 auto;
}
.tour-temp-3 .content-wrap.kodawari li {
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	position: relative;
}
.tour-temp-3 .content-wrap.kodawari li::before {
	content: "◆";
	color: #EEE;
	margin: 0 5px 0 0;
	position: absolute;
	left: 0;
}
/*みどころ*/
.tour-temp-3 .content-wrap.midokoro {
	background: #FFF;
	padding: 30px;
}
.tour-temp-3 .content-wrap.midokoro h3 {
	text-align: center;
	font-size: 26px;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	position: relative;
}
.tour-temp-3 .content-wrap.midokoro h4 {
	font-size: 22px;
	font-weight: 500;
	margin: 10px 0 15px 0;
}
.tour-temp-3 .content-wrap.midokoro h4,
.tour-temp-3 .content-wrap.midokoro p {
	letter-spacing: 1px;
}
.tour-temp-3 .midokoro .box-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
/*みどころ　１カラムver（a）*/
.tour-temp-3 .midokoro-a .img-box {
	width: 65%;
	height: auto;
}
.tour-temp-3 .midokoro-a .txt-box {
	width: 33%;
}
/*みどころ　２カラムver（b）*/
.tour-temp-3 .midokoro-b .box {
	width: 48%;
}
@media screen and (max-width:768px) {
	.tour-temp-3 .point .box-wrap {
		flex-direction: column;
	}
	.tour-temp-3 .point .box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px auto;
	}
.tour-temp-3 .content-wrap.kodawari {
	width: 100%;
}
	.tour-temp-3 .content-wrap.midokoro {
		padding: 20px 15px;
	}
.tour-temp-3 .midokoro .box-wrap {
	flex-direction: column;
}
	.tour-temp-3 .midokoro-a .img-box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 10px auto;
	}
	.tour-temp-3 .midokoro-a .txt-box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.tour-temp-3 .content-wrap.midokoro h4 {
    margin: 0px 0 5px 0;
	}
	.tour-temp-3 .midokoro-b .box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px auto;
	}
}
/*=======================================
	ツアー行程
=======================================*/
.tour-temp-3 .schedule table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 10px 0;
}
.tour-temp-3 .schedule th {
	background: #EEE;
}
.tour-temp-3 .schedule .midashi th {
	background: #666;
	color: #FFF;
}
.tour-temp-3 .schedule th.day {
	width: 100px;
}
.tour-temp-3 .schedule th.content {
	width: calc(100% - 200px);
}
.tour-temp-3 .schedule th.meal {
	width: 100px;
}
.tour-temp-3 .schedule p.meal {
	text-align: center;
}
.tour-temp-3 .schedule th,.tour-temp-3 .schedule td {
	border: 1px solid #999;
	padding: 10px 15px;
}
.tour-temp-3 .schedule td.detail li {
	display: inline;
	line-height: 200%;
	margin: 0 10px 0 0;
}
.tour-temp-3 .schedule td.detail li sub {
	font-size: 12px;
	vertical-align: baseline;
}
.tour-temp-3 .schedule td.detail li.kanko {
	background: #EEE;
	padding: 0 5px;
}
.tour-temp-3 .schedule td.detail li.kanko span {
	color: #666;
}
.tour-temp-3 .schedule td.detail li.move {
	color: #FF0000;
	font-size: 14px;
}
.tour-temp-3 .schedule td .stay {
	background: #DDD;
	padding: 5px 10px;
	margin: 10px 0 0 0;
}
/*注釈*/
.tour-temp-3 .schedule .attention {
	margin: 0 0 10px 0;
}
.tour-temp-3 .schedule .attention li {
	font-size: 14px;
	color: #666;
}
/*記号説明*/
.tour-temp-3 .schedule .guide {
	display: flex;
}
.tour-temp-3 .schedule .guide p {
	width: 100px;
	padding: 10px;
	text-align: center;
	background: #666;
	color: #FFF;
}
.tour-temp-3 .schedule .guide ul {
	width: calc(100% - 100px);
	background: #EEE;
	padding: 10px 20px;
}
.tour-temp-3 .schedule .guide li {
	display: inline-block;
	font-size: 14px;
	margin: 0 20px 0 0;
}
.tour-temp-3 .schedule .guide li span {
	margin: 0 5px 0 0;
}
.tour-temp-3 .schedule .guide li span::after {
	content: "：";
}
/*交通手段etc.アイコン*/
.tour-temp-3 .schedule span.bus::before,
.tour-temp-3 .schedule span.plane::before,
.tour-temp-3 .schedule span.train::before,
.tour-temp-3 .schedule span.ship::before,
.tour-temp-3 .schedule span.walk::before,
.tour-temp-3 .schedule span.kanko1::before,
.tour-temp-3 .schedule span.kanko2::before {
	font-family: "Font Awesome 5 free";
	font-weight: bold;
	margin: 0 3px;
	font-size: 16px;
}
.tour-temp-3 .schedule span.bus::before {
	content: "\f207";
}
.tour-temp-3 .schedule span.plane::before {
	content: "\f072";
}
.tour-temp-3 .schedule span.train::before {
	content: "\f238";
}
.tour-temp-3 .schedule span.ship::before {
	content: "\f21a";
}
.tour-temp-3 .schedule span.walk::before {
	content: "\f554";
}
.tour-temp-3 .schedule span.kanko1::before {
	content: "\f1e5";
}
.tour-temp-3 .schedule span.kanko2::before {
	content: "\f030";
}@media screen and (max-width:768px) {
}
/*=======================================
	ご予約（reserve）
=======================================*/
.tour-temp-3 .reserve .btn-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tour-temp-3 .reserve .btn-wrap li {
	width: calc(50% - 40px);
	margin: 20px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
}
.tour-temp-3 .reserve .btn-wrap li a {
	display: block;
	background: #333;
	color: #FFF;
	padding: 15px 20px 15px 0;
	position: relative;
}
.tour-temp-3 .reserve .btn-wrap li a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: calc(50px - 10px);
}
.tour-temp-3 .reserve .btn-wrap li a strong {
	font-size: 22px;
}
.tour-temp-3 .reserve .btn-wrap li a span {
	display: block;
	font-size: 20px;
	color: #FF0000;
	margin: 5px 0 0 0;
}
.tour-temp-3 .reserve .btn-wrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tour-temp-3 .reserve .btn-wrap2 li {
	width: calc(50% - 40px);
	margin: 20px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
}
.tour-temp-3 .reserve .btn-wrap2 li a {
	display: block;
	background: #333;
	color: #FFF;
	padding: 15px 20px 15px 0;
	position: relative;
}
.tour-temp-3 .reserve .btn-wrap2 li a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: calc(50px - 10px);
}
.tour-temp-3 .reserve .btn-wrap2 li a strong {
	font-size: 22px;
}
.tour-temp-3 .reserve .btn-wrap2 li a span {
	display: block;
	font-size: 20px;
	color: #FF0000;
	margin: 5px 0 0 0;
}
@media screen and (max-width:768px) {
.tour-temp-3 .reserve .btn-wrap li {
	width: 90%;
	margin: 10px auto;
}
.tour-temp-3 .reserve .btn-wrap2 li {
	width: 90%;
	margin: 10px auto;
}
}
/*=======================================
	よくある質問（faq）
=======================================*/
.tour-temp-3 .faq li {
  margin: 0 0 20px 0;
  cursor: pointer;
}
.tour-temp-3 .faq .que {
  height: auto;
  font-size: 18px;
  letter-spacing: 1px;
  color: #FFF;
  position: relative;
  background: #999;
  padding: 15px 60px 15px 80px;
  border-radius: 5px;
  overflow: hidden;
}
.tour-temp-3 .faq .que::after {
  content: "＋";
  font-weight: bold;
  display: block;
  color: #FFF;
  position: absolute;
  top: 15px;
  right: 20px;
}
.tour-temp-3 .faq .que.active::after {
  content: "−";
}
.tour-temp-3 .faq .que span {
  font-weight: 500;
  display: block;
  width: 65px;
  height: 100%;
  text-align: center;
  color: #FFF;
  background: #666;
  padding: 15px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.tour-temp-3 .faq .que:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.tour-temp-3 .faq .ans {
  padding: 20px 60px 20px 40px;
	position: relative;
}
.tour-temp-3 .faq .ans span {
  padding: 0 0 0 40px;
  display: block;
}
.tour-temp-3 .faq .ans span.icon {
  display: block;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 13px;
  left: 23px;
}
.tour-temp-3 .faq .ans a {
  text-decoration: underline;
}
.tour-temp-3 .faq .ans a:hover {
  color: #2d4198;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width:768px) {
}
/*=======================================
	その他類似ツアー
=======================================*/
.tour-temp-3 .other-tour h2 {
	font-size: 26px;
}
.tour-temp-3 .other-tour .box-wrap {
	display: flex;
	justify-content: space-between;
}
.tour-temp-3 .other-tour .box {
	width: calc(100% / 3 - 30px);
}
.tour-temp-3 .other-tour .img-box {
	margin: 0 0 10px 0;
}
.tour-temp-3 .other-tour h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.tour-temp-3 .other-tour .detail span.price {
	color: #DD0000;
}
/*１カラムver.*/
.tour-temp-3 .other-tour .box-col1 {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0 0;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	padding: 7px 0;
}
.tour-temp-3 .other-tour .box-col1 .left-box {
	width: calc(100% / 3 - 30px);
}
.tour-temp-3 .other-tour .box-col1 .right-box {
	width: calc(100% / 3 * 2 - 15px);
	padding: 10px 0 0 0;
}
.tour-temp-3 .other-tour .box-col1 .txt {
	margin: 0 0 10px 0;
}
.tour-temp-3 .other-tour .box-col1 .detail {
	margin: 0 0 20px 2px;
	padding: 0 0 0 15px;
	border-left: 8px solid #EEE;
}
.tour-temp-3 .other-tour .box-col1 .tourbtn {
	width: 100%;
	text-align: center;
}
.tour-temp-3 .other-tour .box-col1 .tourbtn a {
	display: block;
	background: #666;
	color: #FFF;
	border-radius: 3px;
	padding: 6px 0 7px 0;
	position: relative;
}
.tour-temp-3 .other-tour .box-col1 .tourbtn a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	position: absolute;
	right: 20px;
}
@media screen and (max-width:768px) {
.tour-temp-3 .other-tour h2 {
	font-size: 24px;
}
.tour-temp-3 .other-tour .box-wrap {
	flex-direction: column;
}
.tour-temp-3 .other-tour .box {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px auto;
	}
	.tour-temp-3 .other-tour .box-col1 {
		flex-direction: column;
		border: none;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px auto;
}
.tour-temp-3 .other-tour .box-col1 .left-box {
	width: 100%;
}
.tour-temp-3 .other-tour .box-col1 .right-box {
	width: 100%;
}
.tour-temp-3 .other-tour .box-col1 .detail {
	padding: 0 0 0 10px;
	border-left: 5px solid #EEE;
}
}
