@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================

	1: SHARED
	2: OTHERS
	3: MAIN CONTENT

==========================================================
*/
/*
===== 1: SHARED ==========================================
*/
.baseBtn {
  padding-top: 40px;
  width: 1172px;
  margin: 0 auto;
}
.baseBtn a {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #9c8e49;
  color: #fff;
  padding: 16px 20px;
  font-size: 24px;
  font-weight: bold;
}
.baseBtn a:hover {
  background: #75682a;
  opacity: 0.8;
}
.topCatch {
  padding: 70px 0;
  background: #fff;
}
.topCatch h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
}
.topCatch p {
  width: 860px;
  margin: 0 auto;
  text-align: center;
}
.topCatch .youtube {
  width: 860px;
  margin: 40px auto 0 auto;
  text-align: center;
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topCatch p.txtl {
  text-align: left;
}
/*
===== 2: OTHERS ==========================================
*/
/*
===== 3: MAIN CONTENT ====================================
*/
/** top **/
.topBanar {
  width: 1170px;
  margin: 40px auto 0 auto;
}
.topBanar .mainBanar {
  margin-bottom: 10px;
}
.topBanar h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #4c4c4c;
  margin-bottom: 20px;
}
.topBanar ul {
  display: flex;
}
.topBanar ul li {
  width: 49%;
  margin-right: 2%;
}
.topBanar ul li:last-of-type {
  margin-right: 0;
}
.topBanar img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.topBanar img:hover {
  opacity: 0.8;
}
#mainSlide {
  clear: both;
  position: relative;
	overflow: hidden;
	height: 600px;
}
#mainSlide .btn{
	width: 1120px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 80px;
}
#mainSlide .btn a{
	display: block;
	width: 240px;
	background: #d3bd50;
	text-align: center;
	padding: 10px;
	border-radius: 50px;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	float: right;
}
#mainSlide .btn a:hover{
	opacity: 0.6;
}
#mainSlide a{
	display: block;
}
#mainSlide #video{	
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#mainSlide .slideFtBtn {
  width: 972px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  z-index: 2;
  display: flex;
}
#mainSlide .slideFtBtn.eng {
  width: 1140px;
}
#mainSlide .slideFtBtn li img {
  height: 188px;
  width: auto;
}
#mainSlide .slideFtBtn li {
  margin-right: 20px;
}
#mainSlide p.recruitBtn {
  position: absolute;
  left: 22%;
  top: 6%;
  width: 188px;
  height: 188px;
  z-index: 50;
}
#mainSlide p.recruitBtn02 {
  position: absolute;
  left: calc(16% + 188px);
  top: 6%;
  width: 188px;
  height: 188px;
}
#mainSlide p.recruitBtn img, #mainSlide p.recruitBtn02 img {
  width: 100%;
  height: auto;
}
#topEpisode {
  padding: 80px 0;
}
#topEpisode h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #4c4c4c;
  margin-bottom: 20px;
}
#topInfo {
  background: url("../img/top/top_info_bg.webp") right center no-repeat, #2f2e2f;
  background-size: cover;
}
#topInfo #topInfoIn {
  width: 970px;
  margin: 0 auto;
  padding: 100px 0;
}
#topInfo #topInfoIn h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
	margin-left: 40%;
}
#topInfo #topInfoIn p {
  color: #fff;
  width: 60%;
	margin-left: 40%;
}
#topInfo #topInfoIn img {
  display: none;
}
#topNews, #topVoice {
  padding: 80px 0;
  background: #f2f2f2;
}
/**　20210205add **/
#topNews .newsSlide {
  display: flex;
  width: 1173px;
  margin: 50px auto;
}
#topNews .newsSlide > div {
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: all 0.2s ease-in;
}
#topNews .newsSlide div:last-of-type {
  margin-right: 0;
}
#topNews .newsSlide div img {
  width: 100%;
  height: auto;
}
#topNews .newsSlide div time {
  padding: 10px;
  display: block;
  color: #000;
}
#topNews .newsSlide div p {
  padding: 0 20px 20px 20px;
}
#topNews .newsSlide div:hover {
  opacity: 0.6;
}
#topService {
  padding: 80px 0;
  background: #e7e6e6;
}
#topNews.newsList {
  padding: 0 0 70px 0;
  background: #fff;
}
#topService h2, #topNews h2, #topVoice h2, #topRecommend h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #4c4c4c;
  margin-bottom: 20px;
}
#topService ul {
  width: 1172px;
  margin: 0 auto;
  overflow: hidden;
}
#topService li {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
  padding-bottom: 140px;
  overflow: hidden;
}
#topService li img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
#topService li div {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
#topService li div:before {
  content: "";
  position: absolute;
  left: 40px;
  top: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #ffffff transparent;
}
#topService li div h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
#topService li:nth-child(3), #topService li:nth-child(5), #topService li:nth-child(7) {
  margin-right: 0;
}
#topService li:nth-child(4), #topService li:nth-child(5), #topService li:nth-child(6), #topService li:nth-child(7) {
  width: 49%;
  margin-bottom: 0;
}
#topService li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#topOther {
  padding: 80px 0;
}
#topOther ul {
  overflow: hidden;
}
#topOther li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
#topOther li p.caption {
  position: absolute;
  top: 620px;
  background: #0e0d0d; /* Old browsers */
  background: -moz-linear-gradient(top, #0e0d0d 0%, #9c8e49 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0e0d0d 0%, #9c8e49 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0e0d0d 0%, #9c8e49 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0d0d', endColorstr='#9c8e49', GradientType=0); /* IE6-9 */
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 0 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#topOther li:hover p.caption {
  top: 0;
}
#topOther li a {
  height: 300px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 3000px;
}
#topOther li a span {
  font-size: 16px;
  display: block;
}
#topOther li:first-child {
  border-right: solid 20px #fff;
}
#topOther li:first-child a {
  height: 620px;
  background: url(../img/top/about01.jpg) center center no-repeat;
  background-size: cover;
}
#topOther li:nth-child(2) a {
  background: url(../img/top/about02.jpg) center center no-repeat;
  background-size: cover;
}
#topOther li:nth-child(3) a {
  background: url(../img/top/about03.jpg) center center no-repeat;
  background-size: cover;
}
#topOther li a:hover {}
#topNews dl {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#topNews dt {
  float: left;
  width: 240px;
  padding: 20px;
}
#topNews dd {
  border-bottom: solid 1px #e7e7e7;
  padding: 20px;
}
#topNews dd:last-child {
  border-bottom: none;
}
#topNews dd a {
  color: #333;
}
#topNews dd a:hover {
  color: #1e72c7;
  text-decoration: underline;
}
#topNews dt span {
  color: #fff;
  text-align: center;
  padding: 0 10px;
  background: #5d500d;
  margin-left: 40px;
  font-size: 14px;
}
#topNews dt .event {
  background: #ea5205;
}
#topNews dt .service {
  background: #383635;
}
#topNews dt .others {
  background: #068b89;
}
#topRecruit {
  background: url(../img/top/recruit_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0;
}
#topRecruit h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
#topRecruit p {
  text-align: center;
  width: 800px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 20px;
}
/** 20181210 **/
#topAbout {
  width: 970px;
  margin: 0 auto;
  padding: 60px 0;
}
#topAbout h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#topAbout h2 br {
  display: none;
}
#topAbout p {
  margin-bottom: 40px;
}
#topAbout .borderbt {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 40px 0 0 0;
  margin-bottom: 60px;
}
#topAbout ul {
  overflow: hidden;
}
#topAbout li {
  float: left;
  width: 30%;
  margin-right: 5%;
}
#topAbout li:last-of-type {
  margin-right: 0;
}
#topAbout li h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 150px;
}
#topAbout li:first-of-type h3 {
  background: url("../img/top/ico_service01.png") top center no-repeat;
}
#topAbout li:nth-of-type(2) h3 {
  background: url("../img/top/ico_service02.png") top center no-repeat;
}
#topAbout li:nth-of-type(3) h3 {
  background: url("../img/top/ico_service03.png") top center no-repeat;
}
#topVoice dl {
  width: 1030px;
  margin: 0 auto;
  overflow: hidden;
}
#topVoice dt {
  float: left;
  width: 35%;
  margin-right: 5%;
  padding: 20px;
  font-size: 18px;
}
#topVoice dd {
  padding: 20px;
  font-size: 18px;
  padding-left: 40%;
  border-bottom: solid 1px #e7e7e7;
}
#topVoice dd:last-of-type {
  border-bottom: none;
}
#topServiceList {
  width: 1172px;
  margin: 0 auto;
  padding: 80px 0;
}
#topServiceList h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #4c4c4c;
  margin-bottom: 20px;
}
#topServiceList h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
#topServiceList ul {
  overflow: hidden;
  margin-bottom: 60px;
}
#topServiceList li {
  float: left;
  border: solid 8px #bfbfbf;
  padding: 20px;
  width: 32%;
  margin-right: 2%;
  min-height: 470px;
}
#topServiceList li:nth-of-type(3) {
  margin-right: 0;
}
#topServiceList li p.ph img {
  width: 100%;
  height: auto;
  display: block;
}
#topServiceList li h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0;
}
/**20191220**/
#topEpisode #episodeBox {
  width: 1172px;
  margin: 0 auto;
  display: flex;
}
#topEpisode #episodeBox div:first-of-type {
  width: 772px;
  margin-right: 28px;
}
#topEpisode #episodeBox div {
  width: 372px;
}
#topEpisode #episodeBox div a{
	display: block;
	position: relative;
}
#topEpisode #episodeBox div a figure{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 360px;
}
#topEpisode #episodeBox div a figure img{
	width: 100%;
	object-fit: cover;
	height: 360px;
	z-index: -1;
	position: relative;
}
#topEpisode #episodeBox h3 {
  border-bottom: solid 2px #b5b5b5;
  font-size: 20px;
  margin-bottom: 40px;
}
#topEpisode #episodeBox div:first-of-type ul {
  display: flex;
}
#topEpisode #episodeBox div:first-of-type ul li {
  width: 49%;
  margin-right: 2%;
}
#topEpisode #episodeBox div:first-of-type ul li:last-of-type {
  margin-right: 0;
}
#topEpisode #episodeBox div:first-of-type ul li a {
  display: block;
}
#topEpisode #episodeBox div:first-of-type ul li a ul {
  display: block;
  padding: 15px;
  height: 360px;
}
#topEpisode #episodeBox div:first-of-type ul li a ul li {
  width: 56%;
}
#topEpisode #episodeBox div:first-of-type ul li a ul li:first-of-type {
  color: #9c8e49;
  font-weight: bold;
  margin-bottom: 20px;
}
#topEpisode #episodeBox div:first-of-type ul li a ul li:nth-of-type(2) {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
#topEpisode #episodeBox div:first-of-type ul li a ul li:nth-of-type(3) {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
#topEpisode #episodeBox div:first-of-type ul li a ul li:nth-of-type(3) span {
  display: block;
  color: #9c0606;
  font-size: 18px;
}
#topEpisode #episodeBox div:last-of-type ul {
  counter-reset: number 0;
}
#topEpisode #episodeBox div:last-of-type ul li {
  margin-bottom: 40px;
  position: relative;
}
#topEpisode #episodeBox div:last-of-type ul li:after {
  counter-increment: number 1;
  content: counter(number);
  background: #000;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
#topEpisode #episodeBox div:last-of-type ul li:last-of-type {
  margin-bottom: 0;
}
#topEpisode #episodeBox div ul li a {
  display: flex;
  color: #333;
}
#topEpisode #episodeBox div ul li a div {
  width: 93px !important;
  height: 93px;
  position: relative;
  overflow: hidden;
}
#topEpisode #episodeBox div ul li div img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#topEpisode #episodeBox div ul li p {
  font-weight: bold;
}
#topEpisode #episodeBox div ul li p span {
  font-weight: normal;
  display: block;
  font-size: 14px;
}
.recruitBanar {
  position: absolute;
  z-index: 20;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 972px;
}
.recruitBanar a {
  width: 310px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  padding: 20px;
  align-items: center;
  font-size: 18px;
}
.recruitBanar a:hover {
  opacity: 0.8;
}
.recruitBanar a img {
  margin-right: 20px;
}
.welcomeTop {
  background: #f8e4ee;
  padding: 70px 0;
}
.welcomeTop h2 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.welcomeTop p {
  text-align: center;
  width: 1140px;
  margin: 0 auto;
}
#welcomeInfo {
  background: url("../img/welcome-baby/welcomebaby_bg.jpg")center top;
  padding: 70px 0;
}
#welcomeInfo .inner {
  width: 1140px;
  margin: 0 auto;
}
#welcomeInfo h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #be4983;
  position: relative;
  margin-bottom: 30px;
}
#welcomeInfo h2 span {
  background: #fff;
  padding: 0 40px;
  position: relative;
  z-index: 10;
}
#welcomeInfo h2:before {
  content: "";
  background: #be4983;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#welcomeInfo ul.info {
  display: flex;
  width: 1030px;
  margin: 0 auto 40px auto;
}
#welcomeInfo ul.info li {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #be4983;
  text-align: center;
  width: 32%;
  margin-right: 2%;
}
#welcomeInfo ul.info li:last-of-type {
  margin-right: 0;
}
#welcomeInfo .covidBox {
  border: solid 4px #dfa9c2;
  width: 1030px;
  margin: 0 auto;
  background: #fff;
}
#welcomeInfo .covidBox h2:before {
  display: none;
}
#welcomeInfo .covidBox h2 {
  font-family: Meiryo, 'メイリオ', "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'MS PGothic', arial, helvetica, "Open Sans";
}
#welcomeInfo .covidBox li {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: normal;
  font-family: Meiryo, 'メイリオ', "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'MS PGothic', arial, helvetica, "Open Sans";
  margin-bottom: 20px;
}
#welcomePrice {
  background: #fffcdb;
  padding: 140px 0 0 0;
  position: relative;
}
#welcomePrice.nightPrice {
  background: #000;
  padding: 80px 0 0 0;
}
#welcomePrice.nightPrice:after {
  display: none;
}
#welcomePrice:after {
  content: "";
  background: url("../img/welcome-baby/flag-illust.png")no-repeat;
  width: 994px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#welcomePrice .inner {
  width: 1040px;
  margin: 0 auto;
}
#welcomePrice .tax {
  text-align: center;
}
#welcomePrice .price {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#welcomePrice h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #be4983;
  border-bottom: solid 2px #be4983;
  margin-bottom: 10px;
}
#welcomePrice.nightPrice h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #aa9b50;
  border-bottom: solid 2px #aa9b50;
  margin-bottom: 10px;
}
#welcomePrice.nightPrice h3 span.add {
  font-size: 20px;
  display: block;
  padding: 0 0 30px 0;
}
#welcomePrice.nightPrice p.tax {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
#welcomePrice.nightPrice dt {
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
#welcomePrice.nightPrice dd {
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
#welcomePrice dl {
  margin: 0 140px 20px 140px;
}
#welcomePrice h3 span {
  font-size: 60px;
}
#welcomePrice dd {
  padding-left: 20px;
}
#welcomePrice p.attent {
  margin: 0 120px;
  border: solid 1px #be4983;
  background: #fff;
  padding: 20px;
}
#welcomePrice p.attent span {
  font-weight: bold;
}
#welcomePrice p.btn a {
  width: 100%;
}
.tableBox {
  margin-bottom: 40px;
}
.tableBox table {
  border: solid 1px #ccc;
  border-bottom: none;
}
.tableBox table th, .tableBox table td {
  padding: 10px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.tableBox table th:last-of-type, .tableBox table td:last-of-type {
  border-right: none;
}
.tableBox table tr:first-of-type th:nth-of-type(2) {
  width: 25%;
}
.contractNav {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.contractNav li {
  margin: 0 10px;
}
#tripAdvisor,#news {
  background: #eeeeee;
  padding: 80px 0 30px 0;
}
#news.eng{
	padding: 40px 0;
}
#tripAdvisor ul {
  width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#tripAdvisor ul li {
  width: 22%;
  text-align: center;
  font-weight: bold;
}
#tripAdvisor ul li:first-of-type img{
	width: auto;
	height: 130px;
}
#tripAdvisor.eng ul li:first-of-type img{
	width: 140px;
	height: auto;
}
#tripAdvisor ul li img {
  display: block;
  margin: 0 auto 10px auto;
}
#tripAdvisor ul li a {
  color: #4b4d4b;
  display: block;
}
#tripAdvisor ul li a:hover {
  opacity: 0.6;
}
#news h2{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	color: #f00;
}
#news p{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.topAttent {
  width: 1170px;
  margin: 0 auto;
  padding: 60px 0 40px 0;
  border-bottom: solid 1px #ddd;
}
.topAttent h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.topSearch {
  position: relative;
}
.topSearch ul {
  position: absolute;
  width: 1120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  background: #fff;
  top: -45px;
  padding: 20px 40px;
  align-items: center;
  box-shadow: 0px 5px 15px -6px rgba(0, 0, 0, 0.6);
}
.topSearch .selectBox {
  position: relative;
}
.topSearch .selectBox select {
  padding-right: 30px;
  background: #fff;
  width: 100%;
}
.topSearch .selectBox:after {
  content: "";
  background: url("../img/top/ico_select.svg")center center no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.topSearch a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9c8d48;
  border: none;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  color: #fff;
  cursor: pointer;
}
.topSearch a:hover {
  background: #000;
}
.topSearch ul li:first-of-type {
  width: 320px;
  margin-left: 0;
}
.topSearch ul li {
  margin-left: 20px;
  width: 307px;
}
.topSearch ul li:last-of-type {
  width: 46px;
  margin-left: 20px;
}
#topRecommend {
  padding: 80px 0;
}
#topRecommend .tourList {
  width: 1170px;
  margin: 0 auto;
}
#topRecommend .tourList ul {
  display: flex;
  flex-wrap: wrap;
}
#topRecommend .tourList ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
#topRecommend .tourList ul li:nth-of-type(4n) {
  margin-right: 0;
}
#topRecommend ul li img {
  width: 100%;
  height: auto;
}
#topRecommend ul li a {
  color: #000;
}
#topRecommend ul li a:hover {
  opacity: 0.6;
}
#topRecommend .tourOption {
  padding: 80px 0;
  width: 1170px;
  margin: 0 auto;
}
#topRecommend .tourOption ul {
  display: flex;
}
#topRecommend .tourOption > ul > li {
  width: 49%;
  background: #fff;
  box-shadow: 0px 5px 8px 1px rgba(4, 0, 0, 0.15);
	padding-bottom: 80px;
	position: relative;
}
#topRecommend .tourOption ul li:nth-of-type(2) {
  margin-left: 2%;
}
#topRecommend .tourOption ul li h3 {
  padding: 20px 20px 10px 20px;
  font-size: 22px;
  font-weight: bold;
}
#topRecommend .tourOption ul li p {
  padding: 0 20px 20px 20px;
}
#topRecommend .tourOption ul li .btn{
	font-weight: bold;
	display: block;
	text-align: center;
	color: #fff;
	background: #9C8E49;
	padding: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	bottom: 30px;
}
#topRecommend .tourOption ul li .btn:hover{
  background: #75682a;
  opacity: 1;
}
#topRecommend .tourOption ul li .link{
	padding: 0 20px;
	margin-bottom: 20px;
}
#topRecommend .tourOption ul li .link li{
	box-shadow: none;
	margin-right: 10px;
}
#topRecommend .tourOption ul li .link li a{
	display: block;
	padding-left: 10px;
	position: relative;
	color: #1e72c7;
	text-decoration: underline;
}
#topRecommend .tourOption ul li .link li a:before{
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
}
#topRecommend .reviews {
  background: #EEEEEE;
  padding: 20px 0;
}
#topRecommend .reviews .inner {
  width: 960px;
  margin: 0 auto;
}
#topRecommend .reviews .inner .reviewsSlide li a {
  display: flex;
  align-items: center;
}
#topRecommend .reviews .inner .reviewsSlide li img {
  width: 332px;
  height: auto;
  margin-right: 38px;
}
#topRecommend .reviews .inner .reviewsSlide li h3 {
  font-weight: bold;
  font-size: 18px;
}
#topRecommend .reviews .inner .reviewsSlide li p {
  background: url("../img/top/tripadvisor-5stars.png")left top no-repeat;
  padding: 70px 0 20px 0;
}
#topRecommend #createTours h2{
	margin-bottom: 40px;
}
#topRecommend #createTours .personalTour{
	width: 1250px;
	margin: 0 auto;
	background: #f6fade;
	padding: 40px;
	border-radius: 10px;
	display: flex;
	margin-bottom: 80px;
}
#topRecommend #createTours .personalTour div figure img{
	width: 100%;
	height: auto;
}
#topRecommend #createTours .personalTour div{
	width: 48%;
}
#topRecommend #createTours .personalTour div:first-of-type{
	margin-right: 4%;
}
#topRecommend #createTours .personalTour h3{
	font-size: 36px;
	font-weight: bold;
	color: #e8380d;
	line-height: 1.4;
	padding: 20px;
}
#topRecommend #createTours .personalTour h3 + p{
	font-weight: bold;
	padding:0 20px 20px 20px;
	margin-bottom: 40px;
}
#topRecommend #createTours .personalTour h4{
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
#topRecommend #createTours .personalTour div{
	counter-reset: countNum;
}
#topRecommend #createTours .personalTour div ul{
	display: flex;
	counter-increment: countNum;
	position: relative;
	margin-top: 60px;
}
#topRecommend #createTours .personalTour div ul:before{
	content:"Day " counter(countNum);
	position: absolute;
	left: -5px;
	width: 84px;
	height: 84px;
	background: #9c8e49;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 50%;
	font-size: 18px;
	top: -40px;
	z-index: 2;
}
#topRecommend #createTours .personalTour div ul{
	margin-bottom: 30px;
}
#topRecommend #createTours .personalTour div ul li{
	width: 45%;
	position: relative;
}
#topRecommend #createTours .personalTour div ul li a{
	color: #1e72c7;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}
#topRecommend #createTours .personalTour div ul li:first-of-type{
	margin-right:10%;
}
#topRecommend #createTours .personalTour div ul li:first-of-type:after{
	content: "";
	background: url("../img/top/icon_plus.webp")center center no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -17.5%;
	top:60px;
}
#topRecommend #createTours .personalTour div ul li img{
	border-radius: 10px;
}
#topRecommend #createTours .personalTour div .btn{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	background: #9c8e49;
	color: #fff;
	padding: 15px;
}
#topRecommend #createTours .personalTour div .btn:hover{
  background: #75682a;
}
@media screen and (max-width: 1150px) {
  .topBanar {
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 0 40px;
  }
	#mainSlide {
		height: 350px;
	}
  #mainSlide .slideFtBtn, #mainSlide .slideFtBtn.eng {
    width: 100%;
    padding: 0 100px;
  }
  #mainSlide .slideFtBtn li img {
    height: 140px;
    width: auto;
  }
  #mainSlide .slideFtBtn li {
    margin-right: 10px;
  }
  #mainSlide p.recruitBtn {
    left: 10%;
    top: 6%;
    width: 140px;
    height: 140px;
  }
  #mainSlide p.recruitBtn02 {
    left: calc(11% + 140px);
    top: 10%;
    width: 140px;
    height: 140px;
  }
  .topAttent {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    border-bottom: solid 1px #ddd;
  }
  .topAttent h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .topSearch ul {
    width: 98%;
  }
  .topSearch ul li {
    width: calc((100% - 380px)/2);
  }
  #topRecommend .tourList {
    width: 100%;
    padding: 0 20px;
  }
  #topRecommend .tourOption {
    width: 100%;
    padding: 80px 20px;
  }
  #topRecommend .reviews .inner {
    width: 100%;
    padding: 0 120px;
  }
#mainSlide .btn{
	width: 100%;
	padding: 0 10px;
}
}
@media screen and (max-width: 640px) {
  .topBanar {
    margin: 20px 0 0 0;
    padding: 0;
  }
  .topBanar .mainBanar {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .topBanar h2 {
    font-size: 22px;
  }
  .topBanar ul {
    display: block;
    padding: 0 20px;
  }
  .topBanar ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .topBanar ul li:last-of-type {
    margin-bottom: 0;
  }
	#engTop #mainSlide{
		height: auto;
	}
  #mainSlide .slideFtBtn, #mainSlide .slideFtBtn.eng {
    padding: 0 20px;
  }
  #mainSlide .slideFtBtn li img {
    height: 80px;
  }
  #mainSlide p.recruitBtn {
    left: 10%;
    top: 6%;
    width: 88px;
    height: 88px;
  }
  #mainSlide p.recruitBtn02 {
    left: calc(11% + 88px);
    top: 10%;
    width: 88px;
    height: 88px;
  }
	#mainSlide #video{
		
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 100vw;
  min-height: 100%;
  min-width: 100%;
	}
#mainSlide .btn{
	width: 100%;
	bottom: 40px;
}
#mainSlide .btn a{
	width: 100%;
}
}
@media screen and (max-width: 1024px) {
  /*
===== 1: SHARED ==========================================
*/
  .baseBtn {
    width: 100%;
  }
  .baseBtn a {
    width: 70%;
    font-size: 20px;
  }
  .topCatch {
    padding: 40px 0;
  }
  .topCatch .youtube {
    width: 80%;
    margin: 20px auto 0 auto;
  }
  .topCatch p {
    width: 80%;
  }
  /*
===== 3: MAIN CONTENT ====================================
*/
  /** top **/
  #topEpisode {
    padding: 40px 0;
  }
  #topEpisode h2 {
    font-size: 24px;
  }
  #topInfo {
    background: url(../img/top/top_info_tab_bg.webp) left center no-repeat, #3a393b;
    background-size:100%;
  }
  #topService, #topNews, #topVoice {
    padding: 40px 0;
  }
  #topService h2, #topNews h2, #topVoice h2, #topRecommend h2 {
    font-size: 24px;
  }
  #topService ul {
    width: 100%;
    padding: 0 20px;
  }
  #topService li {
    width: 49%;
    margin-right: 2%;
  }
  #topService li div h3 {
    font-size: 20px;
  }
  #topService li:nth-child(3) {
    margin-right: 2%;
  }
  #topService li:nth-child(2), #topService li:nth-child(4), #topService li:nth-child(5) {
    margin-right: 0;
  }
  #topOther {
    padding: 40px 0;
  }
  #topOther li a {
    height: 200px;
    font-size: 28px;
  }
  #topOther li a span {
    font-size: 14px;
    display: block;
  }
  #topOther li:first-child {
    width: 100%;
    border-right: none;
  }
  #topOther li:nth-child(2) {
    border-right: solid 10px #fff;
  }
  #topOther li:nth-child(3) {
    border-left: solid 10px #fff;
  }
  #topOther li:first-child a {
    height: 250px;
  }
  #topNews dl {
    width: 100%;
    padding: 0 20px;
  }
  /** 20181210 **/
  #topAbout {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
  }
  #topAbout h2 {
    font-size: 24px;
  }
  #topVoice dl {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #topVoice dt {
    font-size: 16px;
  }
  #topVoice dd {
    font-size: 16px;
  }
  #topServiceList {
    width: 100%;
    padding: 60px 20px;
  }
  #topServiceList h2 {
    font-size: 24px;
  }
  #topServiceList h3 {
    font-size: 20px;
  }
  #topServiceList li {
    min-height: 1px;
  }
  #topServiceList li h4 {
    font-size: 18px;
  }
  /**20191220**/
  #topEpisode #episodeBox {
    width: 100%;
    padding: 0 20px;
  }
  #topEpisode #episodeBox div:first-of-type {
    width: 70%;
    margin-right: 3%;
  }
  #topEpisode #episodeBox div {
    width: 27%;
  }
  #topEpisode #episodeBox h3 {
    margin-bottom: 30px;
  }
  #topEpisode #episodeBox div:first-of-type ul li a ul {
    height: 320px;
  }
#topEpisode #episodeBox div a figure img{
	height: 320px;
}
  #topEpisode #episodeBox div:first-of-type ul li a ul li:first-of-type {
    margin-bottom: 10px;
  }
  #topEpisode #episodeBox div:first-of-type ul li a ul li:nth-of-type(2) {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #topEpisode #episodeBox div:first-of-type ul li a ul li:nth-of-type(3) {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #topEpisode #episodeBox div:first-of-type ul li a ul li:nth-of-type(3) span {
    font-size: 16px;
  }
  #topEpisode #episodeBox div:last-of-type ul {
    counter-reset: number 0;
  }
  #topEpisode #episodeBox div:last-of-type ul li {
    margin-bottom: 20px;
  }
  .recruitBanar {
    top: 20px;
    left: 0;
    transform: translateX(0);
    width: 100%;
    padding-left: 10%;
  }
  .recruitBanar a {
    width: 240px;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    padding: 10px;
    align-items: center;
    font-size: 16px;
  }
  .recruitBanar a img {
    margin-right: 10px;
    width: 60px;
    height: auto;
  }
  .welcomeTop p {
    width: 100%;
  }
  #welcomeInfo .inner {
    width: 90%;
  }
  #welcomeInfo ul.info {
    width: 90%;
  }
  #welcomeInfo .covidBox {
    width: 90%;
  }
  #welcomeInfo .covidBox h2:before {
    display: none;
  }
  #welcomePrice {
    background: #fffcdb;
    padding: 140px 0 0 0;
    position: relative;
  }
  #welcomePrice:after {
    content: "";
    background: url("../img/welcome-baby/flag-illust.png")center top no-repeat;
    background-size: 80%;
    width: 994px;
    height: 78px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #welcomePrice .inner {
    width: 100%;
    margin: 0 auto;
  }
  #welcomePrice .tax {
    text-align: center;
  }
  #welcomePrice h3 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #be4983;
    border-bottom: solid 2px #be4983;
    margin-bottom: 10px;
  }
  #welcomePrice h3 span {
    font-size: 60px;
  }
  #welcomePrice dl {
    margin: 0 140px 20px 140px;
  }
  #welcomePrice dd {
    padding-left: 20px;
  }
  #welcomePrice p.attent {
    margin: 0 120px;
    border: solid 1px #be4983;
    background: #fff;
    padding: 20px;
  }
  #welcomePrice p.attent span {
    font-weight: bold;
  }
  #welcomePrice p.btn a {
    width: 100%;
  }
  #tripAdvisor ul {
    width: 100%;
  }
  /**　20210205add **/
  #topNews .newsSlide {
    display: flex;
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  /*
===== 1: SHARED ==========================================
*/
  .baseBtn {
    width: 100%;
    padding: 40px 20px 0 20px;
  }
  .baseBtn a {
    width: 100%;
    font-size: 14px;
  }
  .topCatch h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .topCatch .youtube {
    width: 90%;
  }
  .topCatch p {
    width: 90%;
  }
  /*
===== 3: MAIN CONTENT ====================================
*/
  /** top **/
  #topInfo {
    background: #303332;
  }
  #topInfo #topInfoIn {
    width: 100%;
    padding: 0;
  }
  #topInfo #topInfoIn h2 {
    padding: 30px 20px;
    margin-bottom: 0;
    font-size: 18px;
	  margin-left: 0;
  }
  #topInfo #topInfoIn p {
    color: #fff;
    padding: 0 20px 20px 20px;
    width: 100%;
    font-size: 14px;
	  margin-left: 0;
  }
  #topInfo #topInfoIn img {
    display: block;
    width: 100%;
    height: auto;
  }
  #topService li {
    width: 100%;
  }
  #topService li div h3 {
    font-size: 18px;
  }
  #topService li div p {
    font-size: 16px;
    line-height: 1.5;
  }
  #topService li:nth-child(3) {
    margin-right: 0;
  }
  #topService li:nth-child(4), #topService li:nth-child(5), #topService li:nth-child(6), #topService li:nth-child(7) {
    width: 100%;
  }
  #topService li:nth-child(4), #topService li:nth-child(5) {
    margin-bottom: 20px;
  }
  #topService li:nth-child(4) div, #topService li:nth-child(5) div {
    margin-bottom: 0;
  }
  #topOther li a {
    font-size: 20px;
    height: 160px;
  }
  #topOther li {
    width: 100% !important;
    border-right: none;
  }
  #topOther li:nth-child(2) {
    border-right: none;
  }
  #topOther li:nth-child(3) {
    border-left: none;
    margin-bottom: 0;
  }
  #topNews dt {
    float: none;
    width: 100%;
    padding: 20px 0 10px 0;
  }
  #topNews dd {
    padding: 0 0 20px 0;
  }
  #topNews dd:last-child {
    padding: 0;
  }
  #topNews dt span {
    margin-left: 20px;
  }
  #topRecruit {
    background: url(../img/top/recruit_bg_smt.jpg) center center no-repeat;
    padding: 40px 0;
  }
  #topRecruit h2 {
    font-size: 24px;
  }
  #topRecruit p {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
  /** 20181210 **/
  #topAbout h2 {
    font-size: 18px;
  }
  #topAbout h2 br {
    display: block;
  }
  #topAbout p {
    font-size: 14px;
  }
  #topAbout li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    border-bottom: solid 1px #ccc;
  }
  #topAbout li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  #topAbout li h3 {
    font-size: 18px;
  }
  #topVoice dt {
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 10px;
    border-top: solid 1px #e7e7e7;
  }
  #topVoice dd {
    font-size: 14px;
    padding: 0 20px 20px 50px;
    border-bottom: none;
  }
  #topServiceList h2 {
    font-size: 24px;
  }
  #topServiceList h3 {
    font-size: 20px;
  }
  #topServiceList ul {
    margin-bottom: 40px;
  }
  #topServiceList li {
    float: none;
    border: solid 4px #bfbfbf;
    padding: 15px;
    width: 100%;
    margin-right: 0;
    min-height: 1px;
    margin-bottom: 20px;
  }
  #topServiceList li:nth-of-type(3) {
    margin-bottom: 0;
  }
  /**20191220**/
  #topEpisode #episodeBox {
    flex-wrap: wrap;
  }
  #topEpisode #episodeBox div:first-of-type {
    width: 100%;
    margin-right: 0;
  }
  #topEpisode #episodeBox div {
    width: 100%;
  }
  #topEpisode #episodeBox div:first-of-type ul {
    display: block;
    margin-bottom: 40px;
  }
  #topEpisode #episodeBox div:first-of-type ul li:last-of-type {
    display: none;
  }
  #topEpisode #episodeBox div:first-of-type ul li {
    width: 100%;
    margin-right: 0;
  }
  #topEpisode #episodeBox div:first-of-type ul li a {
    display: block;
  }
  #topEpisode #episodeBox div:first-of-type ul li a ul li:last-of-type {
    display: block;
  }
  #topEpisode #episodeBox div ul li a p {
    margin-left: 20px;
  }
  .recruitBanar {
    position: static;
    width: 100%;
    padding-left: 0;
  }
  .recruitBanar a {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  .recruitBanar a br {
    display: none;
  }
  .recruitBanar a img {
    margin-right: 10px;
    width: 40px;
    height: auto;
  }
  .welcomeTop {
    padding: 50px 20px;
  }
  .welcomeTop p {
    font-size: 15px;
  }
  #welcomeInfo {
    background: url("../img/welcome-baby/welcomebaby_bg.jpg")center top;
    background-size: 800px auto;
    padding: 40px 0;
  }
  #welcomeInfo .inner {
    margin: 0 auto;
  }
  #welcomeInfo h2 {
    font-size: 24px;
  }
  #welcomeInfo ul.info {
    width: 100%;
    flex-wrap: wrap;
  }
  #welcomeInfo ul.info li {
    font-size: 16px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: dotted 1px #be4987;
    padding-bottom: 20px;
  }
  #welcomeInfo ul.info li img {
    display: block;
    margin: 0 auto 10px auto;
  }
  #welcomeInfo ul.info li br {
    display: none;
  }
  #welcomeInfo ul.info li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #welcomeInfo .covidBox h2 {
    font-size: 20px;
  }
  #welcomeInfo .covidBox li {
    font-size: 16px;
  }
  #welcomePrice {
    padding: 70px 0 0 0;
  }
  #welcomePrice:after {
    content: "";
    background: url("../img/welcome-baby/flag-illust.png")no-repeat;
    background-size: 100% auto;
    width: 100%;
  }
  #welcomePrice .inner {
    padding: 0 20px 20px 20px;
  }
  #welcomePrice .tax {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  #welcomePrice .price {
    font-size: 18px;
  }
  #welcomePrice h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #be4983;
    border-bottom: solid 2px #be4983;
    margin-bottom: 10px;
  }
  #welcomePrice h3 span {
    font-size: 36px;
  }
  #welcomePrice dl {
    margin: 0 10px 20px 10px;
  }
  #welcomePrice dd {
    padding-left: 20px;
  }
  #welcomePrice p.attent {
    margin: 0 10px 30px 10px;
    padding: 10px;
  }
  #welcomePrice.nightPrice h3 span.add {
    font-size: 14px;
  }
  .contractNav {
    display: block;
    padding: 20px 20px 0 20px;
  }
  .contractNav li {
    margin: 0 0 10px 0;
    text-align: center;
  }
  #tripAdvisor ul,#news h2 {
    padding: 230px 20px 0 20px;
    flex-wrap: wrap;
  }
	#news.eng{
		padding: 30px 0;
	}
	#news.eng h2{
		padding-top: 0;
	}
	#news p{
		width: 100%;
		padding: 0 20px;
	}
  #tripAdvisor ul li {
    width: 44%;
    margin-bottom: 10%;
    font-size: 14px;
  }
  #tripAdvisor ul li img {
    height: 40px;
    width: auto;
  }
#tripAdvisor.eng ul li:first-of-type img{
    height: 40px;
    width: auto;
}
  #tripAdvisor ul li a {
    color: #4b4d4b;
    display: block;
  }
  /**　20210205add **/
  #topNews .newsSlide {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
  }
  #topNews .newsSlide div {
    width: 100%;
    margin-right: 0;
  }
  #topNews .newsSlide .slick-arrow {
    background: none;
    height: 30px;
    width: auto;
    border-radius: 60px;
  }
  #topNews .newsSlide .slick-arrow.prev-arrow {
    left: -5px;
  }
  #topNews .newsSlide .slick-arrow.next-arrow {
    right: -5px;
  }
  .topSearch ul {
    width: 90%;
    top: -10px;
    padding: 20px;
    box-shadow: none;
    flex-wrap: wrap;
    height: 276px;
  }
  .topSearch a {
    border-radius: 5px;
    height: auto;
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  .topSearch ul li:first-of-type {
    width: 100%;
  }
  .topSearch ul li {
    margin-left: 0;
    width: 100%;
  }
  .topSearch ul li:last-of-type {
    width: 100%;
    margin-left: 0;
  }
  .topSearch ul li:not(:first-of-type) {
    margin-top: 10px;
  }
	#topRecommend .tourList{
		padding: 0;
	}
	#topRecommend .tourList ul{
		padding: 0 20px;
	}
	#topRecommend .tourList .baseBtn{
		padding-top: 0;
	}
#topRecommend .tourList ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
}
#topRecommend .tourList ul li:nth-of-type(4)~li{
	display: none;
}
	#topRecommend .tourOption{
		padding: 40px 0;
	}
#topRecommend .tourOption ul{
	display: block;
}
#topRecommend .tourOption ul li{
	width: 100%;
	margin-bottom: 40px;
}
#topRecommend .tourOption ul li:nth-of-type(2){
	margin-left: 0;
}
  #topRecommend .reviews .inner {
    width: 100%;
    padding: 0 40px;
  }
#topRecommend .reviews .inner .reviewsSlide li a{
	display: block;
}
#topRecommend .reviews .inner .reviewsSlide li img{
	width: 100%;
	margin-right: 0;
}
#topRecommend .reviews .inner .reviewsSlide li p{
	margin-top: 30px;
	background-size: auto 40px;
	padding-top: 60px;
}
	#topRecommend .tourOption > ul > li{
		padding-bottom: 30px;
	}
#topRecommend .tourOption ul li .btn{
	position: static;
	transform: none;
	display: block;
	width: 80%;
	margin: 0 auto;
}
	#topRecommend .tourOption ul li .link{
		margin-bottom: 30px;
	}
	#topRecommend .tourOption ul li .link li{
		margin-bottom: 5px;;
	}
#topRecommend #createTours .personalTour{
	width: 100%;
	padding: 20px;
	border-radius: 0;
	display: block;
	margin-bottom: 60px;
}
#topRecommend #createTours .personalTour div{
	width: 100%;
}
#topRecommend #createTours .personalTour div:first-of-type{
	margin-right: 0;
}
#topRecommend #createTours .personalTour h3{
	font-size:28px;
	line-height: 1.6;
	padding: 0;
	margin-bottom: 20px;
}
#topRecommend #createTours .personalTour h3 + p{
	font-weight: normal;
	padding:0;
	margin-bottom: 10px;
}
#topRecommend #createTours .personalTour h4{
	font-size: 18px;
	padding-top: 60px;
}
	#topRecommend #createTours .personalTour div ul{
		margin-top: 40px;
	}
#topRecommend #createTours .personalTour div ul:before{
	top: -25px;
	left: 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 14px;
}
#topRecommend #createTours .personalTour div ul{
	margin-bottom: 20px;
}
#topRecommend #createTours .personalTour div ul li:first-of-type:after{
	width: 16px;
	height: 16px;
	top: 35px;
}
	#topRecommend #createTours .personalTour div ul li a{
		font-size: 16px;
		display: block;
	}
	#topRecommend #createTours .personalTour div ul:last-of-type{
		margin-bottom: 40px;
	}
#topRecommend #createTours .personalTour div .btn{
	font-size: 20px;
	padding: 10px;
}
}