@charset "UTF-8";
/* CSS Document */
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
/*=======================================
	共通
=======================================*/
.tourtemp-renew {
	overflow: hidden;
}
.tourtemp-renew * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
}
.tourtemp-renew p, .tourtemp-renew li, .tourtemp-renew dt, .tourtemp-renew dd, .tourtemp-renew th, .tourtemp-renew td, .tourtemp-renew h1, .tourtemp-renew h2, .tourtemp-renew h3, .tourtemp-renew h4, .tourtemp-renew h5 {
  font-family: 'Noto Sans JP', sans-serif;
}
.tourtemp-renew span {
  font-size: inherit;
  font-weight: inherit;
}
.tourtemp-renew i {
  font-size: inherit;
  font-weight: bold;
}
.tourtemp-renew a {
  text-decoration: none;
}
.tourtemp-renew a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.tourtemp-renew section {
	position: relative;
}
.tourtemp-renew .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.tourtemp-renew h2 {
  font-family: serif;
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 30px;
  color: #333;
}
.tourtemp-renew img {
  width: 100%;
  height: auto;
}
.tourtemp-renew .pc-none {
  display: none;
}
/*margin-top*/
.tourtemp-renew .mt-10 {
	margin-top: 10px;
}
.tourtemp-renew .mt-15 {
	margin-top: 15px;
}
.tourtemp-renew .mt-20 {
	margin-top: 20px;
}
/*font-size*/
.tourtemp-renew .fs-14 {
	font-size: 14px;
}
.tourtemp-renew .fs-12 {
	font-size: 12px;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .tourtemp-renew h2 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .tourtemp-renew .ttl-bottom {
    margin: 0 0 30px 0;
    font-size: 28px;
  }
  .tourtemp-renew .sp-none {
    display: none;
  }
  .tourtemp-renew .pc-none {
    display: inherit;
  }
  .tourtemp-renew .inner {
    width: 90%!important;
    padding: 50px 0 30px 0!important;
  }
}
/*=======================================
	メインビジュアル
=======================================*/
.tourtemp-renew .mainvisual {
	height: 500px;
	background: #999;
	overflow: hidden;
}
.tourtemp-renew .mainvisual .inner {
	position: relative;
	padding: 80px 0 0 540px;
	z-index: 9;
}	
.tourtemp-renew .mainvisual h1 {
	font-size: 54px;
	font-weight: 900;
	margin: 0 0 40px 0;
	padding: 0 0 30px 0;
	border-bottom: 2px solid #333;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP';
}
.tourtemp-renew .mainvisual h1 span {
    font-size: 27px;
}
.tourtemp-renew .mainvisual .sub-ttl {
	font-size: 29px;
	letter-spacing: 1px;
}
.tourtemp-renew .mainvisual .img-box {
	width: 560px;
	position: absolute;
	top: -30px;
	left: -60px;
	z-index: 2;
}
.tourtemp-renew .mainvisual .img-box img {
	width: 100%;
	height: 560px;
	object-fit: cover;
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	position: relative;
	z-index: 3;
}
.tourtemp-renew .mainvisual .img-box::before {
	content: "";
	width: 560px;
	height: 560px;
	display: block;
	background: #333;
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
    transform: rotate(-30deg);
}
.tourtemp-renew .mainvisual .img-box::after {
	content: "";
	width: 560px;
	height: 560px;
	display: block;
	background: #FFF;
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width:768px) {
   .tourtemp-renew .mainvisual {
	  height: 600px;
	  overflow: hidden;
   }
   .tourtemp-renew .mainvisual .inner {
	  padding: 0;
	  position: static;
   }
	.tourtemp-renew .mainvisual .ttl-wrap {	
	  position: absolute;
	  z-index: 9;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  background: rgba(0,0,0,0.5);
	  padding: 10px 20px 20px 20px;
    }
	.tourtemp-renew .mainvisual h1 {
	  font-size: 40px;
	  margin: 0 0 20px 0;
	  padding: 0 0 10px 0;
	}
	.tourtemp-renew .mainvisual .sub-ttl {
		font-size: 18px;
	}
.tourtemp-renew .mainvisual .img-box {
	width: 440px;
	top: 10px;
	left: calc(50% - 220px);
}
.tourtemp-renew .mainvisual .img-box img {
	width: 100%;
	height: 440px;
}
.tourtemp-renew .mainvisual .img-box::before {
	width: 440px;
	height: 440px;
}
.tourtemp-renew .mainvisual .img-box::after {
	width: 440px;
	height: 440px;
}
}
/*=======================================
	ツアー詳細
=======================================*/
.tourtemp-renew .tour-detail .inner {
padding: 30px 0;
}
/*こだわり条件アイコン*/
.tourtemp-renew .tour-detail .kodawari-ico {
	margin: 0 0 20px 0;
}
.tourtemp-renew .tour-detail .kodawari-ico li {
	display: inline-block;
	font-size: 15px;
	background: #EEE;
	padding: 0 5px;
	margin: 0 3px 5px 0;
}
.tourtemp-renew .tour-detail .kodawari-ico li.color-1 {
	background: #EEE;
}
.tourtemp-renew .tour-detail .kodawari-ico li.color-2 {
	background: #CCC;
}
.tourtemp-renew .tour-detail .kodawari-ico li.color-3 {
	background: #999;
	color: #FFF;
}
/*ツアー概要*/
.tourtemp-renew .tour-detail .box-wrap {
	display: flex;
	justify-content: space-between;
}
.tourtemp-renew .tour-detail .left-box,
.tourtemp-renew .tour-detail .right-box {
	width: 48%;
}
.tourtemp-renew .tour-detail .left-box li {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #CCC;
	font-size: 17px;
}
.tourtemp-renew .tour-detail .left-box li span {
	font-size: 15px;
	margin: 0 18px 0 0;
	color: #666;
}
.tourtemp-renew .tour-detail .left-box li span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	margin: 0 10px 0 3px;
	font-weight: bold;
}
.tourtemp-renew .tour-detail .right-box dl {
	display: flex;
	justify-content: center;
}
.tourtemp-renew .tour-detail .right-box dl.course-no {
	margin: 0 0 10px 0;
}
.tourtemp-renew .tour-detail .right-box dl.course-no dt,
.tourtemp-renew .tour-detail .right-box dl.course-no dd {
		text-align: center;
		height: 40px;
	line-height: 40px;
}
.tourtemp-renew .tour-detail .right-box dl.course-no dt {
	width: 150px;
	font-size: 15px;
	background: #DDD;
}
.tourtemp-renew .tour-detail .right-box dl.course-no dd {
	width: calc(100% - 150px);
	background: #EEE;
	font-size: 17px;
}
.tourtemp-renew .tour-detail .right-box dl.price {
	background: #EEE;
	padding: 15px 0;
	align-items: center;
}
.tourtemp-renew .tour-detail .right-box dl.price dt {
	font-size: 15px;
	margin: 0 20px 0 0;
}
.tourtemp-renew .tour-detail .right-box dl.price dt span {
	font-size: 14px;
}
.tourtemp-renew .tour-detail .right-box dl.price dd {
	font-size: 20px;
	font-weight: 500;
	color: #DD0000;
}
@media screen and (max-width:768px) {
.tourtemp-renew .tour-detail .right-box dl.course-no dd {
    width: inherit;
}
.tourtemp-renew .tour-detail .right-box dl.course-no dt {
    width: 75px;
}
.tourtemp-renew .tour-detail .box-wrap {
	flex-direction: column;
}
.tourtemp-renew .tour-detail .left-box {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 10px auto;
}
.tourtemp-renew .tour-detail .right-box {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
	.tourtemp-renew .tour-detail .right-box dl.price dt {
		text-align: center;
		padding: 0 20px 0 0;
	}
.tourtemp-renew .tour-detail .right-box dl.price dt span {
	display: block;
}
}
/*=======================================
	インフォメーション
=======================================*/
.tourtemp-renew .info .inner {
  padding: 20px 0;
}
.tourtemp-renew .info dl {
  background: #EEE;
}
.tourtemp-renew .info dt {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
}
.tourtemp-renew .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;
}
.tourtemp-renew .info dt.active::after {
  content: "−";
}
.tourtemp-renew .info dd {
  padding: 30px 30px 20px 30px;
}
/*コロナウイルス感染症対策について*/
.tourtemp-renew .info.about-covid .lead-txt {
  max-width: 600px;
  margin: 0 auto 30px auto;
  letter-spacing: 1px;
}
.tourtemp-renew .info.about-covid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px 0;
}
.tourtemp-renew .info.about-covid ul li {
  width: calc(100% / 3 - 40px);
  margin: 15px;
  background: #FFF;
  padding: 15px;
  position: relative;
}
.tourtemp-renew .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;
}
.tourtemp-renew .info.about-covid ul li .midashi {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.tourtemp-renew .info.about-covid ul li .txt {
  font-size: 14px;
}
.tourtemp-renew .info.about-covid .note {
  max-width: 600px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
}
.tourtemp-renew .info.about-covid .btn {
  max-width: 600px;
  text-align: center;
  margin: 10px auto 0 auto;
}
.tourtemp-renew .info.about-covid .btn a {
  display: block;
  background: #FFF;
  border-radius: 3px;
  color: #333;
  padding: 2px 0;
}
.tourtemp-renew .info.about-covid .btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  margin: 0 0 0 10px;
}
/*GoToトラベルについて*/
.tourtemp-renew .info.about-goto {
  padding: 0 0 50px 0;
}
.tourtemp-renew .info.about-goto .lead-txt {
  max-width: 600px;
  margin: 0 auto 30px auto;
}
.tourtemp-renew .info.about-goto .lead-txt p {
  letter-spacing: 1px;
}
.tourtemp-renew .info.about-goto .lead-txt p + p {
  margin: 10px 0 0 0;
}
.tourtemp-renew .info.about-goto .btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.tourtemp-renew .info.about-goto .btn a {
  display: block;
  background: #333;
  color: #FFF;
  padding: 10px 0;
  border-radius: 5px;
}
.tourtemp-renew .info.about-goto .btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  margin: 0 0 0 10px;
}
@media screen and (max-width:768px) {
  .tourtemp-renew .info dt {
    padding: 20px 20px 20px 20px;
    font-size: 20px;
  }
  .tourtemp-renew .info dd {
    padding: 10px 30px 20px 30px;
  }
  .tourtemp-renew .info.about-covid ul {
    flex-direction: column;
  }
  .tourtemp-renew .info.about-covid ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/*=======================================
	おすすめポイント
=======================================*/
.tourtemp-renew .recommend-point {
	background: #EEE;
}
/*おすすめポイント*/
.tourtemp-renew .content-wrap.point {
	margin: 0 0 80px 0;
}
.tourtemp-renew .point .box-wrap {
	display: flex;
	justify-content: space-between;
}
.tourtemp-renew .point .box {
	/* width: calc(100% / 3 - 30px); */
}
.tourtemp-renew .point .img-box {
	margin: 0 0 5px 0;
	width: 40%;
}
.tourtemp-renew .point .img-box img {
	border: 3px solid #FFF;
}
.tourtemp-renew .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: 23px;
}
.tourtemp-renew .point .txt-box{
    width: 55%;
	margin-left: 20px;
}
.tourtemp-renew .point .txt-box p {
	letter-spacing: 1px;
	color: rgb(65 65 65);
}
/*スタッフのこだわり*/
.tourtemp-renew .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);
}
.tourtemp-renew .content-wrap.kodawari h3 {
	color: #FFF;
	text-align: center;
	font-size: 22px;
	margin: 0 0 20px 0;
}
.tourtemp-renew .content-wrap.kodawari p {
	color: #FFF;
	text-align: center;
	margin: 0 0 20px 0;
}
.tourtemp-renew .content-wrap.kodawari p::after {
	content: "◆◆◆";
	display: block;
	font-size: 3px;
	letter-spacing: 10px;
	color: #999;
	margin: 10px 0 0 0;
}
.tourtemp-renew .content-wrap.kodawari ul {
	width: fit-content;
	margin: 0 auto;
}
.tourtemp-renew .content-wrap.kodawari li {
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	position: relative;
}
.tourtemp-renew .content-wrap.kodawari li::before {
	content: "◆";
	color: #EEE;
	margin: 0 5px 0 0;
	position: absolute;
	left: 0;
}
/*みどころ*/
.tourtemp-renew .content-wrap.midokoro {
	background: #FFF;
	padding: 30px;
}
.tourtemp-renew .content-wrap.midokoro h3 {
	text-align: center;
	font-size: 26px;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
	position: relative;
}
.tourtemp-renew .content-wrap.midokoro h4 {
	font-size: 22px;
	font-weight: 500;
	margin: 10px 0 15px 0;
}
.tourtemp-renew .content-wrap.midokoro h4,
.tourtemp-renew .content-wrap.midokoro p {
	letter-spacing: 1px;
}
.tourtemp-renew .midokoro .box-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
/*みどころ　１カラムver（a）*/
.tourtemp-renew .midokoro-a .img-box {
	width: 65%;
	height: auto;
}
.tourtemp-renew .midokoro-a .txt-box {
	width: 33%;
}
/*みどころ　２カラムver（b）*/
.tourtemp-renew .midokoro-b .box {
	width: 48%;
}
@media screen and (max-width:768px) {
	.tourtemp-renew .point .box-wrap {
		flex-direction: column;
	}
	.tourtemp-renew .point .box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px auto;
	}
.tourtemp-renew .content-wrap.kodawari {
	width: 100%;
}
	.tourtemp-renew .content-wrap.midokoro {
		padding: 20px 15px;
	}
.tourtemp-renew .midokoro .box-wrap {
	flex-direction: column;
}
	.tourtemp-renew .midokoro-a .img-box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 10px auto;
	}
	.tourtemp-renew .midokoro-a .txt-box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.tourtemp-renew .content-wrap.midokoro h4 {
    margin: 0px 0 5px 0;
	}
	.tourtemp-renew .midokoro-b .box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px auto;
	}
	.tourtemp-renew .point .img-box {
	  width: 100%;
    }

    .tourtemp-renew .point .txt-box{
	  width: 100%;
	  margin-left: 0!important;
    }
}
/*=======================================
	出発地選択
=======================================*/
.tourtemp-renew .tab-menu {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
.tourtemp-renew .tab-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tourtemp-renew .tab-menu li {
	width: calc(100% / 4 - 10px);
	text-align: center;
	letter-spacing: 2px;
	margin: 5px;
}
.tourtemp-renew .tab-menu li a {
	display: block;
	background: #666;
	color: #000;
	font-size: 20px;
	padding: 10px 0 11px 0;
}
.tourtemp-renew .tab-menu li.active a {
	background: #EEE;
	color: #fff;
	cursor: inherit;
}
.tourtemp-renew .tab-menu li.active a:hover {
	opacity: 1;
}
@media screen and (max-width:768px) {
.tourtemp-renew .tab-menu {
	width: 100%;
	}
.tourtemp-renew .tab-menu li {
	width: calc(100% / 2 - 10px);
	text-align: center;
	letter-spacing: 2px;
	margin: 5px;
}
}
/*=======================================
	出発地タイトル（スクロールで上部にfixed）
=======================================*/
.tourtemp-renew .content-nav.fixed {
	background: rgba(255,255,255,0.9);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	z-index: 9;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.tourtemp-renew .content-nav.none {
	position: static;
}
.tourtemp-renew .content-nav-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.tourtemp-renew .content-nav .dep-name {
	font-size: 36px;
	text-align: center;
}
.tourtemp-renew .content-nav .rev-menu {
	display: none;
}
.tourtemp-renew .content-nav.fixed .rev-menu {
	display: inherit;
}
.tourtemp-renew .content-nav.fixed .rev-menu a {
	display: block;
	background: #000;
	color: #FFF;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
}
.tourtemp-renew .content-nav.fixed .rev-menu a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	font-weight: bold;
	margin: 0 0 0 7px;
}
@media screen and (max-width:768px) {
	.tourtemp-renew .content-nav-inner {
		width: 90%;
	}
.tourtemp-renew .content-nav .dep-name {
	font-size: 30px;
}
.tourtemp-renew .content-nav.fixed .dep-name {
	text-align: left;
}
}
/*=======================================
	ツアー行程
=======================================*/
.tourtemp-renew .schedule .inner {
   width: 1000px;
   margin: 0 auto;
   padding: 30px 0;
}
.tourtemp-renew .schedule table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 10px 0;
}
.tourtemp-renew .schedule th {
	background: #EEE;
}
.tourtemp-renew .schedule .midashi th {
	background: #666;
	color: #FFF;
}
.tourtemp-renew .schedule th.day {
	width: 100px;
}
.tourtemp-renew .schedule th.content {
	width: calc(100% - 200px);
}
.tourtemp-renew .schedule th.meal {
	width: 100px;
}
.tourtemp-renew .schedule p.meal {
	text-align: center;
}
.tourtemp-renew .schedule th,.tourtemp-renew .schedule td {
	border: 1px solid #999;
	padding: 10px 15px;
}
.tourtemp-renew .schedule td.detail li {
	display: inline;
	line-height: 200%;
	margin: 0 10px 0 0;
}
.tourtemp-renew .schedule td.detail li sub {
	font-size: 12px;
	vertical-align: baseline;
}
.tourtemp-renew .schedule td.detail li.kanko {
	background: #EEE;
	padding: 0 5px;
}
.tourtemp-renew .schedule td.detail li.main {
	background: #ffcfcf;
	padding: 0 5px;
}
.tourtemp-renew .schedule td.detail li.main span{
	color: #ce6a6a;
}
.tourtemp-renew .schedule td.detail li.kanko span {
	color: #666;
}
.tourtemp-renew .schedule td.detail li.move {
	color: #FF0000;
	font-size: 14px;
}
/*.tourtemp-renew .schedule td .stay {
	background: #DDD;
	padding: 5px 10px;
	margin: 10px 0 0 0;
}*/
.tourtemp-renew .schedule .iti-imgbox li {
    width: calc(100% / 3 - 20px);
}
/*注釈*/
.tourtemp-renew .schedule .attention {
	margin: 0 0 10px 0;
}
.tourtemp-renew .schedule .attention li {
	font-size: 14px;
	color: #666;
}
/*記号説明*/
.tourtemp-renew .schedule .guide {
	display: flex;
}
.tourtemp-renew .schedule .guide p {
	width: 100px;
	padding: 10px;
	text-align: center;
	background: #666;
	color: #FFF;
}
.tourtemp-renew .schedule .guide ul {
	width: calc(100% - 100px);
	background: #EEE;
	padding: 10px 20px;
}
.tourtemp-renew .schedule .guide li {
	display: inline-block;
	font-size: 14px;
	margin: 0 20px 0 0;
}
.tourtemp-renew .schedule .guide li span {
	margin: 0 5px 0 0;
}
.tourtemp-renew .schedule .guide li span::after {
	content: "：";
}
/*交通手段etc.アイコン*/
.tourtemp-renew .schedule span.bus::before,
.tourtemp-renew .schedule span.plane::before,
.tourtemp-renew .schedule span.train::before,
.tourtemp-renew .schedule span.ship::before,
.tourtemp-renew .schedule span.walk::before,
.tourtemp-renew .schedule span.food::before,
.tourtemp-renew .schedule span.stay::before,
.tourtemp-renew .schedule span.kanko1::before,
.tourtemp-renew .schedule span.kanko2::before {
	font-family: "Font Awesome 5 free";
	font-weight: bold;
	margin: 0 3px;
	font-size: 16px;
}
.tourtemp-renew .schedule span.bus::before {
	content: "\f207";
}
.tourtemp-renew .schedule span.plane::before {
	content: "\f072";
}
.tourtemp-renew .schedule span.train::before {
	content: "\f238";
}
.tourtemp-renew .schedule span.ship::before {
	content: "\f21a";
}
.tourtemp-renew .schedule span.walk::before {
	content: "\f554";
}
.tourtemp-renew .schedule span.food::before {
	content: "\e4c6";
}
.tourtemp-renew .schedule span.stay::before {
	content: "\f236";
}
.tourtemp-renew .schedule span.kanko1::before {
	content: "\f1e5";
}
.tourtemp-renew .schedule span.kanko2::before {
	content: "\f030";
}
@media screen and (max-width:768px) {
	.tourtemp-renew .schedule .iti-imgbox li {
         margin-bottom: 3px !important;
		 width: 100%!important;
    }
}
/*=======================================
	出発日・旅行代金
=======================================*/
.tourtemp-renew .calendar,.tourtemp-renew .calendar-list {
	background: #EEE;
}
/*カレンダータイプ*/
.tourtemp-renew .calendar .tabs {
	width: 320px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.tourtemp-renew .calendar .tabs li {
	text-align: center;
	width: calc(100% / 3 - 4px);
	margin: 0 2px;
}
.tourtemp-renew .calendar .tabs li a {
	display: block;
	padding: 10px 0;
	background: #EEE;
	color: #333;
}
.tourtemp-renew .calendar .tabs li.active a {
	background: #DDD;
	color: #333;
	position: relative;
}
.tourtemp-renew .calendar .tabs li.active a::after {
	content: "";
	width: 18px;
	height: 10px;
	border-top: 10px solid #DDD;
	border-bottom: 0 solid rgba(0,0,0,0);
	border-left: 9px solid rgba(0,0,0,0);
	border-right: 9px solid rgba(0,0,0,0);
	box-sizing: border-box;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 9px);
}
.tourtemp-renew .calendar .tab-content {
	padding: 30px 0 0 0;
}
/*カレンダー*/
.tourtemp-renew .calendar .mo-no {
	text-align: center;
	font-size: 20px;
	margin: 0 0 20px 0;
}
.tourtemp-renew .calendar .mo-no span {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 0 10px;
}
.tourtemp-renew .calendar table {
	border-collapse: collapse;
	width: 100%;
} 
.tourtemp-renew .calendar th {
	width: calc(100% / 7);
	border: 1px solid #999;
	background: #EEE;
} 
.tourtemp-renew .calendar td {
	text-align: center;
	height: 60px;
	font-size: 18px;
	padding: 10px 0 5px 0;
	border: 1px solid #999;
	vertical-align: top;
	background: #FFF;
} 
.tourtemp-renew .calendar .sun {
	color: #b7282e;
	background: #f9e9e9;
} 
.tourtemp-renew .calendar .sat {
	color: #007bbb;
	background: #e9f3f9;
}
.tourtemp-renew .calendar td .price {
	display: block;
	font-size: 16px;
	color: #b7282e;
}
.tourtemp-renew .calendar td .price.ok::after {
	display: block;
	content: "○";
	font-size: 14px;
	color: #333;
}
.tourtemp-renew .calendar td a {
	display: block;
	color: inherit;
}
@media screen and (max-width:768px) {
	.tourtemp-renew .schedule th.day {
		width: 30px;
	}
	.tourtemp-renew .schedule th.meal {
		width: 30px;
	}
	.tourtemp-renew .schedule .guide {
		flex-direction: column;
	}
	.tourtemp-renew .schedule .guide p {
		width: 100%;
		padding: 5px;
	}
	.tourtemp-renew .schedule .guide ul {
		width: 100%;
	}
}

/*リストタイプ*/
.tourtemp-renew .calendar-list .box-wrap {
	display: flex;
	justify-content: center;
}
.tourtemp-renew .calendar-list .box {
	width: calc(100% / 3 - 30px);
	margin: 0 15px;
}
.tourtemp-renew .calendar-list .mo-no {
	text-align: center;
	font-size: 20px;
	margin: 0 0 10px 0;
}
.tourtemp-renew .calendar-list .mo-no span {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 0 10px;
}
.tourtemp-renew .calendar-list table {
	border-collapse: collapse;
	width: 100%;
} 
.tourtemp-renew .calendar-list th {
	width: calc(100% / 9);
	border: 1px solid #999;
	background: #EEE;
} 
.tourtemp-renew .calendar-list td {
	text-align: center;
	font-size: 18px;
	padding: 8px 0 5px 0;
	border: 1px solid #999;
	background: #FFF;
} 
.tourtemp-renew .calendar-list .sun th {
	color: #b7282e;
	background: #f9e9e9;
} 
.tourtemp-renew .calendar-list .sat th {
	color: #007bbb;
	background: #e9f3f9;
}
.tourtemp-renew .calendar-list td a {
	display: flex;
	color: inherit;
	align-items: center;
	padding: 0 10px;
	position: relative;
}
.tourtemp-renew .calendar-list td .price {
	font-size: 20px;
	color: #b7282e;
	margin: 0 10px 0 0;
}
.tourtemp-renew .calendar-list td .price span {
	font-size: 16px;
}
.tourtemp-renew .calendar-list td .note {
	font-size: 12px;
	margin: 0 10px 0 0;
}
.tourtemp-renew .calendar-list td .tourbtn {
	font-size: 12px;
	display: block;
	background: #000;
	color: #FFF;
	padding: 0 5px;
	position: absolute;
	right: 10px;
}
.tourtemp-renew .calendar-list td .tourbtn::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	font-size: 10px;
	margin: 0 0 0 5px;
}
@media screen and (max-width:768px) {
.tourtemp-renew .calendar-list .box-wrap {
		flex-direction: column;
	}
	.tourtemp-renew .calendar-list .box {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/*=======================================
	旅行条件・注意事項
=======================================*/
.tourtemp-renew .conditions .inner {
	max-width: 800px;
}
.tourtemp-renew .conditions .box-wrap {
	margin: 0 0 50px 0;
}
.tourtemp-renew .conditions h3 {
	font-size: 18px;
	font-weight: 500;
	border-bottom: 2px solid #999;
    margin: 0 0 10px 0;
}
/*旅行条件*/
.tourtemp-renew .conditions .conditions table {
	border-collapse: collapse;
	width: 100%;
}
.tourtemp-renew .conditions .conditions th {
	border: 1px solid #999;
	background: #EEE;
	padding: 5px 10px;
	font-size: 14px;
}
.tourtemp-renew .conditions .conditions td {
	border: 1px solid #999;
	padding: 5px 10px;
}
/*注意事項*/
.tourtemp-renew .conditions .attention .box {
    margin: 0 0 35px 0;
}
/*※印のリスト*/
.tourtemp-renew .conditions .kome-mark li {
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	position: relative;
}
.tourtemp-renew .conditions .kome-mark li::before {
	content: "※";
	position: absolute;
	left: 0;
}
/*施設使用料*/
.tourtemp-renew .conditions .airport-fee {
	margin: 5px 0 0 0;
	background: #EEE;
	padding: 10px 20px;
}
.tourtemp-renew .conditions .airport-fee li  {
	display: inline-block;
	width: 40%;
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 160%;
	position: relative;
}
.tourtemp-renew .conditions .airport-fee li::before {
	font-family: "Font Awesome 5 free";
	content: "\f0da";
	font-weight: bold;
	position: absolute;
	left: 0;
}
@media screen and (max-width:768px) {
	.tourtemp-renew .conditions .airport-fee li {
		width: 100%;
	}
}
/*=======================================
	お申し込み・お問い合わせについて
=======================================*/
.tourtemp-renew .about-contact {
	background: #EEE;
}
.tourtemp-renew .about-contact .inner {
	max-width: 800px;
}
.tourtemp-renew .about-contact h3 {
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #999;
	margin: 0 0 20px 0;
}
.tourtemp-renew .about-contact .box {
	margin: 0 0 40px 0;
}
.tourtemp-renew .about-contact .box table {
	border-collapse: collapse;
	width: 100%;
}
.tourtemp-renew .about-contact .box th {
	border: 1px solid #999;
	background: #EEE;
	padding: 5px 10px;
	font-size: 14px;
}
.tourtemp-renew .about-contact .box td {
	border: 1px solid #999;
	padding: 5px 10px;
}
.tourtemp-renew .about-contact .tour-code {
	display: inline-block;
	padding: 0 10px;
	background: #EEE;
}
.tourtemp-renew .about-contact .tour-code span {
	font-size: 20px;
	margin: 0 0 0 10px;
}
.tourtemp-renew .about-contact .txt-strong {
	font-size: 20px;
	margin: 20px 0 20px 0;
	padding: 0 0 0 20px;
	border-left: 3px solid #666;
}
.tourtemp-renew .about-contact .txt-strong a.tel {
	color: #DD0000;
	font-size: 20px;
	margin: 0 0 0 10px;
}
.tourtemp-renew .about-contact .txt-strong a.tel::before {
	font-family: "Font Awesome 5 Free";
	content: "\f879";
		font-weight: bold;
	margin: 0 10px 0 0;
}
@media screen and (max-width:768px) {
}
/*=======================================
	その他類似ツアー
=======================================*/
.tourtemp-renew .other-tour h2 {
	font-size: 26px;
}
.tourtemp-renew .other-tour .box-wrap {
	display: flex;
	justify-content: space-between;
}
.tourtemp-renew .other-tour .box {
	width: calc(100% / 3 - 30px);
}
.tourtemp-renew .other-tour .img-box {
	margin: 0 0 10px 0;
}
.tourtemp-renew .other-tour h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.tourtemp-renew .other-tour .detail span.price {
	color: #DD0000;
}
/*１カラムver.*/
.tourtemp-renew .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;
}
.tourtemp-renew .other-tour .box-col1 .left-box {
	width: calc(100% / 3 - 30px);
}
.tourtemp-renew .other-tour .box-col1 .right-box {
	width: calc(100% / 3 * 2 - 15px);
	padding: 10px 0 0 0;
}
.tourtemp-renew .other-tour .box-col1 .txt {
	margin: 0 0 10px 0;
}
.tourtemp-renew .other-tour .box-col1 .detail {
	margin: 0 0 20px 2px;
	padding: 0 0 0 15px;
	border-left: 8px solid #EEE;
}
.tourtemp-renew .other-tour .box-col1 .tourbtn {
	width: 100%;
	text-align: center;
}
.tourtemp-renew .other-tour .box-col1 .tourbtn a {
	display: block;
	background: #666;
	color: #FFF;
	border-radius: 3px;
	padding: 6px 0 7px 0;
	position: relative;
}
.tourtemp-renew .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) {
.tourtemp-renew .other-tour h2 {
	font-size: 24px;
}
.tourtemp-renew .other-tour .box-wrap {
	flex-direction: column;
}
.tourtemp-renew .other-tour .box {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px auto;
	}
	.tourtemp-renew .other-tour .box-col1 {
		flex-direction: column;
		border: none;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px auto;
	}
	.tourtemp-renew .other-tour .box-col1 .left-box {
		width: 100%;
	}
	.tourtemp-renew .other-tour .box-col1 .right-box {
		width: 100%;
	}
	.tourtemp-renew .other-tour .box-col1 .detail {
		padding: 0 0 0 10px;
		border-left: 5px solid #EEE;
	}
	.button002 a {
		width: 85%!important;
	}
}

