@charset "utf-8";
#page-title{
  height: 440px;
}
#pagetite-inner{
  position: relative;
  z-index: 200;
}
#page-title .page-title-photo1 {
  width: 400px;
  left: 80px;
  bottom: -70px;
  z-index: 20;
}
#page-title .page-title-photo2 {
  width: 380px;
  left: -50px;
  top: 13px;
  z-index: 5;
}
#pagetite-inner .flowers1{
  left: -135px;
  top: 28px;
}
#pagetite-inner .flowers2{
  top: -20px;
  right: -50px;
}

#page-title .leaf-line5{
  bottom: -150px;
}

#page-title:before{
  content: "";
  display: block;
  background: url(../images/tour/tour-title-circle.png) no-repeat center top;
  background-size: 100% auto;
  width: 345px;
  height: 345px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 65px auto 0;
  z-index: 1;
}

#tour-lead-top .flower{
	display: block;
	margin: 0 auto;
}
#tour-lead .column-box{
  align-items: center;
  padding: 30px 50px 20px;
}
#tour-lead .photo-area{
	width: 440px;
	position: relative;
	margin-right: 20px;
  
}
#tour-lead .tour-lead-photo1{
  position: relative;
  z-index: 5;
}
#tour-lead .tour-lead-photo2{
	bottom: -35px;
	right: 0;
	z-index: 10;
}
#tour-lead .photo-area .flowers{
	bottom: -5px;
  left: -50px;
}
#tour-lead .photo-area .circle-yellow1{
  bottom: 30px;
  left: -100px;
}
#tour-lead h3{
  margin: 30px auto 15px;
}
#tour-lead li{
  padding: 0 0 5px;
}
.coution-min{

	font-size: 12px;
	line-height: 130%;
}
#tour-lead .tiger12{
  bottom: -5px;
  right: -47px;
}
#tour-lead .ten1{
  top: -40px;
  right: 10%;
  opacity: 0.8;
}
#tour-lead-area .leaf-line6{
  top: -100px;
}
#tour-lead-area .circle1{
  bottom: -50px;
}
/******新着*******/
#tour-news{
  max-width: 1040px;
  width: 96%;
  position: relative;
  z-index: 20;
}
#tour-news .flower{
  bottom: -32px;
  z-index: -1;
}
#tour-news-wrapper .line-bouquet2{
  opacity: 0.7;
  bottom: -30px;
  z-index: 0;
  right: calc(50% - 630px);
}
#tour-news-wrapper .ten1{
  left: -46px;
  bottom: -7px;
  opacity: 0.8;
}
#tour-news-wrapper .leaf-line5{
  top: -225px;
  z-index: 25;
  opacity: 0.7;
}
/**********ツアーリスト**********/
.tour-list-inner{
  position: relative;
  z-index: 200;
}
.tour-list-inner .tour-list-block{
	flex-wrap: wrap;
	align-items: stretch;
}
.tour-list-inner .tour-list-block a{
  width: 30%;
  height: 60px;
  margin: 0 1.5% 28px;
  position: relative;
  transition: .2s;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 130%;
  background: #fbf7ee;
  border: 2px solid #efe9e1;
  border-radius: 30px;
  color: #4d3a2e;
  padding: 0 20px 0 0;
  z-index: 200;
  
}
.tour-list-inner .tour-list-block a:hover{
  opacity: .6;
  transition: .2s;
  background: #eee;
}
.tour-list-inner .tour-list-block a:after {
  content: "";
  display: block;
  background: url(../images/arrow-down-brown.png) no-repeat center top;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  margin: auto;
  bottom: 0;
  top: 0;
}
.tour-list-inner .tour-list-block a .photo-circle {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 10;
  transition: .2s;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #fff;
  left: -15px;
}
.tour-list-inner .tour-list-block a .area{
  font-size: 12px;
  position: absolute;
  top: -14px;
  background: #ceedde;
  border-radius: 4px;
  padding: 4px 20px;
  left: 77px;
  line-height: 1em;
}

#tour-nav-copy {
  width: 100%;
  z-index: 1002;
  max-width: initial;
}
#tour-nav-copy.open-nav {height: 100%;}
.on-nav #tour-nav-copy { margin: 0 auto 100px;}
#tour-list-button {
	display: none !important;
	position: fixed;
	top: 25px;
	left: 20px;
	width: 200px;
	height: 60px;
	transition: .2s;
	z-index: 10000;
	font-size: 15px;
}
#tour-list-button:after{content: none;}
.on-nav #tour-list-button { display: flex !important;}
#tour-list-button .bar {
  width: 20px;
  position: relative;
  height: 50%;
  margin: 0 3px;
}
#tour-list-button .bar span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#tour-list-button .bar span:nth-child(1) { top: 0;}
#tour-list-button .bar span:nth-child(2) { top: 11px;}
#tour-list-button .bar span:nth-child(3) { top: 22px;}
#tour-list-button.active .bar span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#tour-list-button.active .bar span:nth-child(2) {
  width: 0;
  left: 50%;
}
#tour-list-button.active .bar span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#tour-list-button.active {
  transition: .2s;
  background: #f0eae2;
  color: #605546;
}
#tour-list-button.active .bar span{
  background: #605546;
  
}
#tour-list-button.close:before,
a#menu .close:after {
  margin-top: 0;
}
#tour-list-button.close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#tour-list-button.close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#tour-list-button.close:before,
#tour-list-button.close:after {
  margin-top: 0;
}
.on-nav {
	display: block !important;
	position: fixed !important;
	margin: auto !important;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 98%;
	z-index: 10000;
}
.on-nav #tour-list-inner-copy{
  position: absolute;
  left: 0;
  right: 0;
  top: 84px;
  z-index: 1002;
  margin: auto;
  border-radius: 6px;
  width: 96%;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  height: auto;
  max-height: calc(100vh - 120px);
  background:#f4ecc9 url(../images/back-l-brown.png) repeat center top;
}
#tour-list-inner-copy {
  height: 0;
  display: none !important;
  transition: 0.5s;
}
.open-nav #tour-list-inner-copy {
  height: auto;
  display: block !important;
  transition: 0.5s;
}
#tour-list-inner-copy .back-inner-box{
  padding: 50px 25px 30px;
}
.height100{
  background: #fffdf3a8 url(../images/back-l-bluegreen.png) repeat center top;
  height: 100%;
  max-width: 100%;
  z-index: 20000;
}

#tour-list-area .vertical-line {
  margin: 0 auto 20px;
}
#tour-list-area .leaf-line2{
  bottom: -100px;
  z-index: 180;
}
#tour-list-area .circle1{
  top: -60px;
}
#tour-list-area .circle2{
  bottom: -50px;
}

/**********澎湖諸島のツアーはこちら**********/
#to-coution{
  line-height: 140%;
  font-size: 14px;
  max-width: 900px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 10;
}
#to-coution .inner{
  background: url(../images/background.jpg) repeat center top;
  padding: 25px 10px 20px;
  border-radius: 6px;
  padding: 35px 25px 25px;
}
#to-coution h3{
  margin: 0 35px 8px 0;
  background-size: auto 10px;
  padding-bottom: 8px;
  flex-shrink: 0;
}
#to-coution p{padding: 0 20px 8px 0;}
#to-coution .button{
  flex-shrink: 0;
  position: relative;
  z-index: 300;
}
#to-coution .bird2{
  bottom: 0;
  right: 10px;
}

/**********ツアーボックス**********/
.tour-box-wrapper{margin-bottom: 60px;}
.tour-box {
  position: relative;
  /* z-index: 10; */
}
.tour-box-inner {
  position: relative;
  /* z-index: 200; */
  padding: 35px 30px 80px;
}
h2.tour-title {
  margin: 0 auto 30px;
  text-align: center;
}
h2.tour-title .icon-flex{
  display: block;
  margin: 10px auto 0;
}
h2.tour-title .area{
  font-size: 18px;
  background: #ceedde;
  border-radius: 4px;
  padding: 8px 50px;
  display: block;
  margin: 0 auto 5px;
  width: fit-content;
  line-height: 1em;
}
.tour-contact-button-head{
  position: absolute;
  width: 140px;
  height: 140px;
  text-align: center;
  right: 20px;
  top: -18px;
  color: #ffffff !important;
  z-index: 200;
}
.tour-contact-button-head .inner{
  background: url(../images/contact-tag-circle.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 22px 0 0 0;
}
.tour-contact-button-head:hover {
  opacity: .6;
  transition: .2s;
}
.tour-contact-button-head img {
  display: block;
  margin: 0 auto 5px;
}
.tour-photoarea {
  align-items: flex-start;
  margin-bottom: 20px;
  /* position: relative; */
}
.tour-photoarea .photo-area {margin-right: 40px;}
.tour-slider {
  width: 580px;
  aspect-ratio:3/2;
  margin-bottom: 0;
  position: relative;
  z-index: 100;
}
.tour-slider:before{
  content: "";
  display: block;
  background: url(../../common/images/flower-bouquet4.png) no-repeat center top;
  background-size: 100% auto;
  width: 248px;
  height:206px;
  position: absolute;
  z-index: 0;
  left: -105px;
}

.tour-box-wrapper:nth-child(odd) .tour-slider:before{
  bottom: 0;
}
.tour-box-wrapper:nth-child(even) .tour-slider:before{
  top: -80px;
}
.slick-slide {transition: 1500ms !important}
.tour-photoarea .single>div {
  width: 500px;
  aspect-ratio:3/2;
  background: #f4f1ec;
  border-radius: 6px;
  padding: 5px;
  position: relative;
  z-index: 1;
}
.slick-list,
.slick-track {
  height: 100%
}
.tour-slider img,
.tour-photoarea .single img {
  width: 100%;
  height: 99%;
  aspect-ratio:3/2;
  object-fit: cover;
  max-width: initial !important
}
.tour-slider .slick-dots li button:before,
.tour-slider .slick-dots li.slick-active button:before {
  font-size: 10px;
  line-height: 14px;
  color: #967e60
}
.tour-photoarea .text-area {
  padding: 10px 20px 90px 50px;
  position: relative;
}
.tour-box .tour-point{
  background: #f4ecca;
  border-radius: 6px;
  padding: 40px 30px 15px;
  margin: 0 auto 30px;
}

.tour-box .tour-point-days{
  font-size: 17px;
  background: #fbfaf6;
  border-radius: 6px;
  padding: 31px 30px 1px;
  margin: 0 auto 30px;
}
.tour-box .tour-point .ribon-orange{
  font-size: 14px;
  width: fit-content;
  top: -11px;
  left: 10px;
  right: auto;
  padding: 7px 15px;
}
.tour-box .tour-photoarea .ribon-bulegreen2{
  font-size: 14px;
  width: 195px;
  top: -40px;
  left: -30px;
  right: auto;
  height: 80px;
  padding: 3px 0 0 4px;
}
.tour-box .tour-photoarea .ribon-bulegreen2 .flower{
  margin: auto;
  right: -2px;
  bottom: 22px;
}


.tour-box .tour-point ul.ul-green{margin-bottom: 0 !important;}
.tour-box .tour-point ul.ul-green li{
  line-height: 140%;
  padding: 0 0 10px !important;
}
.tour-box .tour-point-days ul.ul-green li{
  border-bottom: dotted #ebe2ba 3px;
  margin-bottom: 18px;
  display: block;
  padding-left: 42px; 
 
}
.tour-box .tour-point-days ul.ul-green li:last-child{
  border:none;
  margin-bottom: 0;
}
.tour-box .tour-point-days ul.ul-green li:before{
 background: url(../../common/images/icon-flow-h2.png) no-repeat center top;
 background-size: 100% auto;
 width: 38px;
 height: 24px;
 top: 4px;
 position: absolute;
 left: 0;
}




/**ホテル***/
.tour-hotel-area {margin: 0 auto 40px}
.tour-hotel-area .title-area {
  align-items: center;
  margin: 0 auto 30px;
}
.tour-hotel-area .tour-hotel-h3{
  width: 300px;
  height: 74px;
  flex-shrink: 0;
  margin: 0 20px 0;
}
.tour-hotel-area .title-area .line{
  display: inline-block;
  background: url(../images/line-h3-bluegreen.png) no-repeat center top;
  background-size: auto 100%;
  max-width: 270px;
  height: 12px;
  flex: 2;
}
.tour-hotel-area .hotel-box-wrap {
  align-items: stretch;
  position: relative;
  /* margin-bottom: 10px; */
  margin-top: 20px;
  flex-wrap: wrap;
}

.tour-hotel-area .leaf-left{
  left: -30px;
  top: 0;
}
.tour-hotel-area .leaf-right{
  right: -30px;
  bottom: -10px;
}

.tour-hotel-area .hotel-rank {
  border: 1px solid #e5dfd6;
  border-radius: 4px;
  width: 50%;
  max-width: 600px;
  position: relative;
  padding: 16px 20px;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.tour-hotel-area h3.title {
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 30px;
}
.tour-hotel-area .ribon-title {
  position: absolute;
  z-index: 20;
  padding: 0;
  height: 50px;
  width: 160px;
  top: -14px;
  padding: 0 0 16px;
}
.tour-hotel-area .ribon-title:before{
  content: "";
  display: block;
  position: absolute;
  background: url(../../common/images/icon-flower3.png) no-repeat center top;
  background-size: 100% auto;
  width: 40px;
  height:30px;
  right: -20px;
  top: 0;
}
.tour-hotel-area .hotel-box{
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.tour-hotel-area .hotel-box img.line-photo-thin {
  margin: 0;
  display: block;
  max-width: 340px;
  width: 48%;
  aspect-ratio:3/2;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
/**ホテル　ここまで***/
.tour-info-area {
  border: 1px solid #e7ded6;
  border-radius: 4px;
  margin: 0 auto 40px
}
.tour-info-area dl {
  border-bottom: 1px solid #e7ded6;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2px;
  background: #fff;
}
.tour-info-area dt {
  background: #faf5ce url(../../common/images/back-l-bluegreen.png) repeat center top;
  border-radius: 4px;
  width: 16%;
  height: 52px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 10px;
  line-height: 130%;
}
.tour-info-area .dt-long dt {
  height: auto;
  padding: 1.5em 5px 0 10px;
  align-items: flex-start

}
.tour-info-area dt span {
  flex: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start
}
.tour-info-area dt span:before {
  content: "";
  display: inline-block;
  background: url(../../common/images/icon-th.png) no-repeat center top;
  width: 30px;
  height: 27px;
  background-size: 100% auto;
  margin: 0 6px 0 0;
  flex-shrink: 0;
  position: relative;
}
.tour-info-area dt.none span:before{content: none;}
.tour-info-area dd {
  width: 33.5%;
  border-left: 1px solid #e7ded6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px 0 12px;
  font-size: 15px;
  line-height: 140%;
  
}
.tour-info-area dd p {padding: 0;}
.tour-info-area dd a {
  text-decoration: underline !important;
  font-weight: 700;
}
.tour-info-area .dt-long dd {
  display: block;
  padding: 1.5em 15px 20px 12px;
}
.tour-info-area .dt-long dd p {padding: 0 0 15px;}
.tour-info-area dd p.sub-title{
  padding: 0 0 5px;
  font-weight: bold;
}
.tour-info-area dd p.number{
  display: block;
  padding: 10px 0 5px;
  margin: 0;
}
.tour-info-area .tour-spacer{
  display: block;
  height: 20px;
}
.tour-info-area dd ul {margin: 0 0 10px 15px;}
.tour-info-area dd ul li{padding: 0 0 3px;}
.tour-info-area dd ul li:before {
  width: 9px;
  height: 9px;
  margin-right: 6px;
  flex-shrink: 0;
  position: relative;
  top: 6px;
}
.tour-info-area dd ul .one{
  padding-left: 5.5em;
  padding-bottom: 8px;
  display: block;
}
.tour-info-area dd .min{font-size: 0.9em;}
.tour-summary-area {
  margin-bottom: 40px;
  position: relative;
  align-items: stretch;
  font-size: 16px;
}
.tour-summary-area:before,
.tour-summary-area:after{
  content: "";
  display: block;
  background-size: 100% auto !important;
  position: absolute;
  z-index: -1;
  bottom: -30px;
  opacity: 0.5;
  width: 185px;
  height: 205px;
}
.tour-summary-area:before{
  background: url(../../common/images/line-bouquet1.png) no-repeat center top;
  left: -90px;
}
.tour-summary-area:after{
  background: url(../../common/images/line-bouquet2.png) no-repeat center top;
  right: -105px;
}

.tour-box-wrapper.has-hotel .tour-summary-area:before,
.tour-box-wrapper.has-hotel .tour-summary-area:after{
  bottom: auto;
  top: 30px;
}


/**概要のタブ切り替え***/
.tour-summary-area .summary-tabs {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 25px;
}
.tour-summary-area .tab-button {
  cursor: pointer;
  position: relative;
  padding: 0;
  height: 60px;
  border-radius: 6px;
  margin: 0 10px;
  width: 300px;
  background: url(../images/back-brown.jpg) repeat center top;
  color: #fff;
  padding: 3px;
}
.tour-summary-area .tab-button .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid #e9d8c6;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.tour-summary-area .tab-button.active {
  background: #ffffff;
  transition: .2s;
  color: #4e3b2e;
}
.tour-summary-area .tab-button.active:after{
  content: "";
  display: block;
  background: url(../images/bird1.png) no-repeat center top;
  background-size: 100% auto;
  width: 40px;
  height: 26px;
  position: absolute;
  top: -26px;
  right: 5px;
}
.tour-summary-area .tab-button.active .inner{
  border: 2px solid #e9d8c6;
}
.tour-summary-area .tab-button:before {
  font-size: 11px;
  content: "ひらく";
  background: rgb(255 255 255 / 50%);
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
  display: block;
  width: 36px;
  height: 36px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  color: #4e3b2e;
}
.tour-summary-area .tab-button.active:before {
  content: "";
  display: block;
  background: url(../../common/images/tab-under-arrow.png) no-repeat center top;
  background-size: 100% 100%;
  width: 80px;
  height: 24px;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  border-radius: 0;
}
.tour-summary-area .tab-content {padding: 5px}
.tour-summary-area .tab-pane {
  display: none;
  background: #fff;
  width: 100%;
  border-radius: 6px;
  padding: 35px 50px 50px;
}
.tour-summary-area .tab-pane.active {
  display: block;
  padding: 5px;
  background: url(../images/back-brown.jpg) repeat center top;
  border-radius: 6px;
  position: relative;
  z-index: 100;
}
.tour-summary-area .tab-pane.active .inner{
  background: #fff;
  border-radius: 6px;
  padding: 60px 30px 20px;
  height: 100%;
}
.tour-summary-area .itinerary.active .inner {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.tour-summary-area.none-tab{
  align-items: stretch;
}
.tour-summary-area.none-tab .tab-content{
  width: 48%;
  background: #d8c3a5 url(../images/back-l-brown.png) repeat center top;
  border-radius: 6px;
  position: relative;
  z-index: 100;
}
.tour-summary-area.none-tab .tab-content .inner{
  background: #fff;
  border-radius: 6px;
  padding: 60px 30px 20px;
  height: 100%;
}
.tour-summary-area.none-tab .ribon-title{
  width: 230px;
  height: 64px;
  top: -20px;
}

.tour-summary-area .summary .text-area {
  max-width: 760px;
  margin: 0 auto;
}
/**概要のタブ切り替え　ここまで***/
.tour-summary-area .itinerary {
  flex-wrap: wrap;
  align-items: stretch;
}
.day-box {
  width: 30%;
  margin: 0 1.5% 100px;
  position: relative;
  font-size: 16px;
}
.tour-summary-area.none-tab .day-box{
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
}
.day-box h4 {
  background: url(../../common/images/board-line-green.png) no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  margin: 0 0 25px;
  height: 36px;
  font-size: 16px;
}
.day-box ul {
  margin: 0 0 0 40px;
  position: relative;
  font-size: 16px;
  line-height: 140%;
}
.day-box ul li:before {
  width: 6px;
  height: 6px;
  top: 6px;
  position: relative;
}
.day-box ul:after {
  content: "";
  display: block;
  background: url(../../common/images/flow-arrow.png) repeat-y bottom left;
  background-size: 100% auto;
  width: 20px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -33px
}
.day-box ul li.has-sub {
  padding-left: 0;
  flex-wrap: wrap;
}
.day-box ul ul {
  margin: 10px 0 0 20px;
  width: 100%
}
.day-box ul ul li{padding: 0 0 5px;}
.day-box p.first span,
.day-box p.last span {
  display: flex;
  justify-content: flex-start;
  align-items: center
}
.day-box .car span:before {
  content: "";
  display: block;
  background: url(../../common/images/icon-car.png) no-repeat center top;
  background-size: 100% auto;
  width: 45px;
  height: 35px;
  margin: 0 6px 0 0
}
.day-box .ship span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../../common/images/icon-ship.png) no-repeat center top;
  background-size: 100% auto;
  width: 47px;
  height: 35px;
  margin: 0 6px 0 0
}
.day-box .eat span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../../common/images/icon-eat.png) no-repeat center top;
  background-size: 100% auto;
  width: 40px;
  height: 35px;
  margin: 0 6px 0 0
}
.day-box .onsen span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../../common/images/icon-onsen-flow.png) no-repeat center top;
  background-size: 100% 100%;
  width: 42px;
  height: 34px;
  margin: 0 6px 0 0
} 
.day-box .air span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../../common/images/icon-air.png) no-repeat center top;
  background-size: 100% auto;
  width: 42px;
  height: 35px;
  margin: 0 6px 0 0
}


.day-box ul ul:after,
.day-box .ship:before,
.day-box .eat:before,
.day-box .onsen:before{
  content: none !important;
}
.tour-summary-box {
  width: 48%;
  padding: 5px;
  font-size: 14px;
}
.tour-summary-box .inner {
  padding: 58px 25px 22px;
  height: 100%;
}
.tour-summary-box li,
.tour-summary-box p {
  line-height: 140%;
}
.tour-summary-box ul.ul-brown li:before{
  position: relative;
  top: 4px;
}
.tour-summary-area ul.ul-brown li:before {
  position: relative;
  top: 8px;
}
.tour-summary-box .day-box ul.ul-brown li:before {
  top: 6px;
}
.itinerary-area .inner {
  display: flex;
  justify-content: center;
}
.itinerary-area .day-box {
  width: auto;
  margin: 0;
}
.itinerary-area a {word-break: break-all}
.tour-summary-area .dragon4{
  bottom: -15px;
  left: -130px;
  z-index: -1;
}
.tour-summary-area .back-circle-green1{
  left: -200px;
  bottom: -40px;
}
.tour-contact-box {text-align: center}
.tour-name{margin: 0 auto 15px;}


.tour-contact-box .tour-name p {
  text-align: center;
  padding: 0 15px;
  flex-shrink: 0;
}
.tour-contact-box .tour-name:before,
.tour-contact-box .tour-name:after {
  content: "";
  display: inline-block;
  width: auto;
  flex: 2;
  max-width: 160px;
  height: 11px;
  margin: 0 8px;
  flex-shrink: 0;
  background: url(../../common/images/line-h3-orange.png) no-repeat center top;
  background-size: auto 7px;
}
.tour-contact-button-bottom {
  background: url(../images/back-sp-contact.png) no-repeat center top;
  background-size: 100% 100%;
  width: 330px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  transition: .2s;
  z-index: 100;
}
.tour-contact-button-bottom:after {
  content: "";
  display: block;
  background: url(../images/arrow-circle-brown.png) no-repeat center top;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 27px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.tour-contact-button-bottom:hover {
  opacity: .6;
  transition: .2s
}
.tour-box .overlap{
  font-size: 13px;
  line-height: 140%;
  max-width: 80%;
  margin: 0 auto;
}
.tour-box .overlap a{
  text-decoration: underline;
}
/**装飾***/
.tour-box .flowers7{
  top: -34px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.tour-box-a .tour-point .ten3{
  top: -30px;
  right: 0;
}
.tour-box-a .tour-photoarea .illust-1{
  bottom: -30px;
  opacity: 0.8;
  right: 0;
}
.tour-box .tour-photoarea .circle-yellow1{
  bottom: -100px;
  right: -100px;
}
.tour-box-a .tour-summary-area .lamp2{
  bottom: -104px;
  left: 15px;
  z-index: -1;
}
.tour-box-a .leaf-line14{
  top: -100px;
  z-index: 10;
}
.tour-box-a .leaf-line5{
  bottom: -50px;
  z-index: 10;
}
.tour-box-a .circle1{
  top: 5%;
}
.tour-box-a .circle2{
  bottom: -50px;
}



.tour-box-b .tour-photoarea .illust-6{
  bottom: -30px;
  opacity: 0.8;
  right: -60px;
}
.tour-box-b .tiger7{
  bottom: 0;
  left: 20%;
}
.tour-box-b .leaf-line7{
  top: -150px;
  z-index: 10;
}
.tour-box-b .leaf-long2{
  bottom: -50px;
  right: -300px;
  z-index: 10;
}
.tour-box-b .circle1{
  top:-50px;
}
.tour-box-b .circle2{
  bottom: -50px;
}


.tour-box-c .tour-photoarea .illust-7{
  bottom: -30px;
  opacity: 0.8;
  right: 0;
}
.tour-box-c .tour-summary-area .bird3{
  bottom: 5px;
  left: 15px;
  z-index: 200;
}
.tour-box-c .leaf-line1{
  top: 0;
  z-index: 10;
}
.tour-box-c .leaf-line13{
  bottom: -50px;
  opacity: 0.8;
  z-index: 10;
}
.tour-box-c .circle1{
  top: -80px;
}
.tour-box-c .circle2{
  bottom: -50px;
}

.tour-box-d .tour-photoarea .tiger1{
  bottom: -30px;
  opacity: 0.8;
  right: 0;
}
.tour-box-d .illust-9{
  bottom: 0;
  left: 40px;
  opacity: 0.8;
  z-index: 50;
}
.tour-box-d .circle-yellow2{
  opacity: 0.3;
  bottom: -2%;
  left: -100px;
}
.tour-box-d .leaf-long1{
  top: 0;
  z-index: 0;
}
.tour-box-d .leaf-line8{
  bottom: -50px;
  opacity: 0.8;
  z-index: 10;
}
.tour-box-d .circle1{
  top: 10%
}
.tour-box-d .circle2{
  bottom: 20%;
}
.tour-box-wrapper.has-hotel .tour-summary-area .illust-4{
  right: -50px;
  bottom: 1%;
  opacity: 0.5;
  z-index: 200;
}
.tour-box-wrapper.has-hotel .tour-summary-area .circle-yellow{
  right: -100px;
  bottom: -3%;
  z-index: 100;
}
/******準備中*******/
.coming-soon{
  margin: 0 auto 80px;
}
.coming-soon .back-inner-box{
  padding: 50px 25px 35px;
}
.coming-soon .ten2{
  left: 30px;
  bottom: -13px;
}


@media only screen and (min-width:1501px){
  .tour-box-c .leaf-line1 {
    width: 400px;
  }
  .tour-box-d .leaf-line8 {
    width: 500px;
  }
  .tour-box-c .leaf-line13 {
      right: 100px;
      bottom: 5%;
      opacity: 0.8;
      z-index: 10;
  }


}
@media only screen and (min-width:1701px){
  #page-title .leaf-line5 {
    width: 600px;
  }
  #tour-lead-area .leaf-line6 {
    width: 400px;
  }
  #tour-list-area .leaf-line2 {
    right: 100px;
  }
  .tour-box-c .leaf-line1 {
    width: 500px;
  }



}
@media only screen and (max-width:1140px) {
  #page-title .page-title-photo1 {
    width: 360px;
    left: 44px;
    bottom: -55px;
  }
  #page-title .page-title-photo2 {
    width: 340px;
  }
  #tour-lead .photo-area {
      width: 440px;
      margin: 0 auto;
  }
  #tour-lead .tour-lead-photo2 {
      right: -50px;
  }
  #tour-lead h3 {
    justify-content: center;
  }
  #tour-lead .text-area {
      max-width: 700px;
  }
  #tour-lead .tiger12 {
      right: -15px;
  }
  #tour-news {width: 90%;}
  #tour-news-wrapper .line-bouquet2 {
    width: 150px;
    height: auto;
    right: -30px;
  }
  #tour-news-wrapper .tiger10 {
    width: 120px;
    height: auto;
    right: -50px;
    bottom: -6px;
  }
  #tournews-bottom-spacer{height: 10px !important;}
  #to-coution h3 {
      margin: 6px 35px 0 0;
      background-size: auto 10px;
      padding-bottom: 15px;
      flex-shrink: 0;
  }
  #tour-list-area{margin-bottom: 0;}
  .tour-list-inner .tour-list-block {padding-bottom: 0;}
  .on-nav #tour-list-inner-copy {top: 54px;}
  h2.tour-title,
  h2.tour-title.flex-area-center {
	  font-size: 28px;
	  padding: 0 0 23px 0;
	  margin: 0 auto 25px;
	  display: block;
	  text-align: center;
  }

  h2.tour-title {
	  display: block;
	  margin: 0 auto 10px;
  }
  h2.tour-title .icon-flex {
      width: 70px;
      height: auto;
      margin: 0 auto 3px;
      display: block;
  }
  .photo-box:after {
      top: -8px;
      bottom: -8px;
      right: -9px;
      left: -8px;
  }
  .slick-dotted.slick-slider {margin: 10px auto;}
  .tour-photoarea .single>div {margin: 0 auto 20px;}
  .tour-box-wrapper:nth-child(even) .tour-slider:before {
      top: -30px;
  }
  .tour-photoarea .text-area {
	  margin: 0 auto;
    max-width: 700px;
    padding: 30px 0 0 0;
  }
  .tour-box .tour-point{
    max-width: 400px;
  }
  .tour-box .tour-point-days ul.ul-green li br{display: none;}
  
  .tour-contact-button-head {
      top: -42px;
  }
  .tour-hotel-area .hotel-rank {
    width: 80%;
    max-width: 600px;
  }
  .tour-info-area dt{
    font-size: 16px;
  }
  .tour-info-area .dt-long dt {
	  width: 100%;
	  padding: 0 5px 0 10px;
	  align-items: center;
	  height: 60px;
    font-size: 16px;
  }
  .tour-info-area dt span{align-items: center;}
  .tour-info-area .dt-long dt br {display: none;}
  .tour-info-area .dt-long dd {
	  width: 100%;
	  border: none;
  }
  .tour-summary-area .tab-pane.active .inner{padding: 50px 20px 60px}
  .tour-summary-area .summary .text-area{font-size: 16px;}
  .tour-box-a .tour-photoarea .illust-1 {
      right: -100px;
  }
  .tour-box-b .tour-photoarea .illust-6 {
      right: -120px;
  }
  .tour-box-c .tour-photoarea .illust-7 {
      right: -150px;
  }
  .tour-box-d .tour-photoarea .tiger1 {
      width: 90px;
      right: -100px;
  }
  .tour-box .tour-photoarea .circle-yellow1 {
      right: -200px;
  }
  .tour-box-wrapper.has-hotel .tour-summary-area .circle-yellow{display: none;}
  .tour-box-wrapper.has-hotel .tour-summary-area .illust-4 {
      width: 120px;
      right: 12px;
      bottom: 2%;
    left: auto;
  }

  
}
@media only screen and (max-width:989px) {

  #page-title .page-title-photo1 {
      width: 300px;
  }
  #page-title .page-title-photo2 {
    width: 280px;
    top: auto;
    bottom: 110px;
  }
  .tour-photoarea .text-area {
      width: 80%;
  }
  #tour-lead .tiger12 {
    width: 80px;
  }
  .list-box h2.title-brown{
    max-width: 360px;
  }
  .tour-list-inner .tour-list-block a {
    width: 30%;
    font-size: 14px;
  }
  .tour-list-inner .tour-list-block a .photo-circle {
    left: -7px;
  }
  #tour-list-inner-copy .back-inner-box {
      padding: 30px 8px 20px;
  }
  #tour-list-area .circle1 {
      top: -30px;
  }
  .tour-hotel-area .hotel-box-wrap {
    display: block;
    width: 100%;
  }
  .tour-box .tour-point-days{
    padding: 38px 30px 1px;
  }
  .tour-hotel-area .hotel-rank {
    max-width: 500px;
    width: 100%;
    padding: 16px 14px 12px;
    margin: 0 auto 20px;
  }
  .tour-hotel-area .hotel-box img.line-photo-thin {
    width: 49%;
  }
  .tour-summary-area:before, 
  .tour-summary-area:after {
      width: 150px;
      height: 170px;
  }
  .tour-box-a .leaf-line14 {
      width: 300px;
      top: -20px;
  }
  .tour-box-a .leaf-line5 {
    width: 340px;
  }
  .tour-box-b .leaf-line7 {
      width: 280px;
      top: -129px;
      z-index: 10;
  }
  .tour-box-b .leaf-long2{
    z-index: 0;
  }
  .tour-box-b .tiger7 {
      bottom: 0;
      left: 10%;
      width: 150px;
  }
  .tour-box-c .leaf-line1 {
      width: 240px;
      top: -50px;
  }
  .tour-box-c .leaf-line13 {
    bottom: -20px;
  }
  
  .tour-box-d .leaf-long1 {
      width: 500px;
      top: -130px;
      left: -150px;
      z-index: 10;
  }
  .tour-box-d .leaf-line8{z-index: 0;}
  
  
}
@media only screen and (max-width:789px) {
  
  
  #page-title {
    height: 350px;
  }
  #page-title .page-title-photo1 {
    width: 240px;
    bottom: -35px;
    left: 17px;
  }
  #page-title .page-title-photo2 {
    width: 220px;
    top: auto;
    bottom: 110px;
  }
  #page-title:before {
    width: 240px;
    height: 240px;
  }
  #pagetite-inner .flowers1 {
    left: -110px;
    top: 28px;
    width: 110px;
  }
  #pagetite-inner .flowers2 {
    width: 80px;
    top: -6px;
    right: -37px;
  }
  #page-title .leaf-line5 {
    width: 300px;
    bottom: -100px;
  }
  #tour-lead-area .leaf-line6 {
    width: 240px;
    top: -53px;
  }
  #tour-lead .tour-lead-photo1 {
    width: 270px;
  }
  #tour-lead .tour-lead-photo2 {
    width: 190px;
    height: auto;
    right: 0;
  }
  #tour-lead .photo-area .flowers {
    width: 120px;
    height: auto;
    bottom: -5px;
    left: 19px;
  }
  #tour-lead .ten1 {
      top: auto;
      right: 0;
      bottom: -5px;
  }
  #tour-news-wrapper,
  #tour-news{margin-bottom: 0;}
  #tour-news-wrapper .line-bouquet2 {
    width: 110px;
  }
  #tour-news-wrapper .leaf-line5 {
    width: 300px;
    top: -100px;
  }
  .tour-list-inner {padding: 30px 12px;}
  #tour-list-inner-copy{padding: 5px;}
  
  .tour-list-inner .title-area {
    width: 200px;
    margin: 0 30px;
  }
  .tour-list-inner .tour-list-block a {
    font-size: 14px;
    margin: 0 1.5% 18px;
    width: 47%;
  }
  .tour-list-inner .tour-list-block a .photo-circle {
    left: -6px;
    width: 70px;
    height: 70px;
  }
  .tour-list-inner .tour-list-block a .area {
    left: 68px;
  }
  #to-coution {
    width: 80%;
  }
  #to-coution .inner {
    display: block;
    text-align: center;
    padding: 20px 18px 16px;
  }
  #to-coution h3 {
    max-width: 300px;
    margin: 0 auto 15px;
    background-size: auto 7px;
    padding-bottom: 11px;
  }
  #to-coution .button {
    margin: 0 auto;
  }

  .tour-box .flowers7 {
    width: 155px;
    top: -26px;
  }
  h2.tour-title {font-size: 24px;}
  h2.tour-title .icon-flex { width: 64px;}
  .tour-slider {width: 450px;}
  .tour-slider:before {
    width: 200px;
    height: 162px;
  }
  .slick-dotted.slick-slider {margin-bottom: 18px !important;}
  .tour-contact-button-head {width: 260px;}
  .tour-contact-button-head{
    top: auto;
    margin: 0 auto;
    position: relative;
    display: block;
    width:300px;
    height: auto;
    left: auto;
    right: auto;
  }
  .tour-contact-button-head .inner{
    background: url(../images/back-sp-contact.png) no-repeat center top;
    background-size: 100% 100%;
    color: #5f422f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width:100%;
    height: 80px;
    margin: 0 auto;
  }
  .tour-contact-button-head:after{content: none;}
  .tour-contact-button-head .icon-contact{
    margin: 0 6px 0 0;
    flex-shrink: 0;
  }
  .tour-contact-button-head .arrow{
    display: none;
  }
  .tour-contact-button-head .inner:after {
    content: "";
    display: block;
    background: url(../images/arrow-circle-brown.png) no-repeat center top;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 27px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .tour-photoarea .text-area {
      padding: 30px 0;
      width: 94%;
  }
  .has-hotel .tour-photoarea .text-area{padding-bottom: 0;}
  .tour-box .tour-point-days {
      padding: 44px 30px 1px;
  }
  .tour-box .tour-photoarea .ribon-bulegreen2 {
      font-size: 13px;
      width: 170px;
      top: -32px;
      left: -30px;
      height: 74px;
  }
  .tour-box .tour-photoarea .ribon-bulegreen2 .flower {
      width: 40px;
      margin: auto;
      right: 0;
      bottom: auto;
      left: 0;
      transform: rotate(-38deg);
      top: 0;
  }
  .tour-box .tour-point-days ul.ul-green li br {
      display: block;
  }
  
  .tour-hotel-area .tour-hotel-h3 {
    width: 260px;
  }
  .tour-hotel-area .ribon-title {
    height: 46px;
    width: 135px;
    padding: 0 0 14px;
  }
  .tour-hotel-area .ribon-title:before {
    width: 30px;
  }
  .tour-hotel-area .leaf-left,
  .tour-hotel-area .leaf-right {
    width: 48px;
    height: 50px;
  }




  .tour-summary-area {display: block;}
  .tour-summary-box {width: 100%;}

  .tour-info-area dl {
    padding: 0;
    border-bottom: none;
  }
  .tour-info-area dt {
	  width: 100%;
	  padding: 0 5px 0 10px;
	  align-items: center;
	  height: 60px;
  }
  .tour-info-area dd {
	  width: 100%;
	  border: none;
	  padding: 1.5em 15px 20px 12px;
    border-bottom: 1px solid #e7ded6;
  }
  .tour-info-area dd a {
	  text-decoration: underline !important;
	  font-weight: 700;
  }
  .tour-info-area .none{display: none;}
  .tour-summary-area{
    font-size: 15px;
  }
  .tour-summary-area .tab-button {
	    margin: 0 1%;
	    width: 48%;
  }
  .tour-summary-area .tab-button .inner{
    font-size: 18px;
  }
  .tour-summary-area .tab-pane.active {
    font-size: 15px;
  }
  .tour-summary-area .tab-button.tab1 .icon-flex{
    width: 50px;
    height: auto;
    margin-left: -20px;
  }
  .tour-summary-area .tab-button.tab2 .icon-flex{
    width: 46px;
    height: auto;
    margin-left: -20px;
  }
  .tour-summary-area.none-tab {
    display: block;
  }
  .tour-summary-area.none-tab .tab-content{
    width: 100%;
  }
  .tour-summary-area.none-tab .coution-box,
  .tour-summary-area.none-tab .coution-box .inner{
    background: none;
    padding: 0;
  }
  .tour-summary-area.none-tab .coution-box .inner{
    width: 90%;
    margin: 0 auto 40px;
  }
  .tour-summary-area.none-tab .coution-box .ribon-title{
    position: initial;
    background: url(../images/line-h3-beige.png) no-repeat center bottom;
    background-size: auto 8px;
    padding-bottom: 3px;
    margin: 0 auto 15px;
    font-size: 20px !important;
  }
  
  .tour-summary-area .tab-pane.active .inner {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .day-box {
	  width: 47%;
	  margin: 0 0 80px;
	  position: relative;
  }
  .day-box .car span:before {
    width: 40px;
    height: 30px;
  }
  .day-box .eat span:before ,
  .day-box .onsen span:before,
  .day-box .air span:before {
      width: 34px;
      height: 30px;
  }
  .day-box .ship span:before{
      width: 40px;
      height: 30px;
  }
  
  
  
  .tour-contact-button-bottom {width: 360px;}
  .tour-contact-button-bottom .font20 {
      font-size: 21px !important;
  }
  .tour-summary-area:before, 
  .tour-summary-area:after {
    width: 110px;
    height: 124px;
    bottom: 0;
  }
  .tour-summary-area:before {
    left: -62px;
  }
  .tour-summary-area:after {
    right: -65px;
  }
  .tour-box-wrapper.has-hotel .tour-summary-area:before, 
  .tour-box-wrapper.has-hotel .tour-summary-area:after {
      bottom: auto;
      top: 66px;
  }
  
  .tour-box-a .leaf-line14 {
     width: 240px;
     top: -142px;
  }
  .tour-box-a .tour-photoarea .illust-1 {
    width: 100px;
    height: 120px;
    right: -37px;
    bottom: -23px;
  }
  .tour-box-a .tour-summary-area .lamp2 {
    width: 70px;
    height: auto;
    bottom: auto;
    left: 15px;
    top: -42px;
  }
  .tour-box-a .leaf-line5 {
    width: 400px;
    z-index: 0;
  }
  .tour-box-b .tour-photoarea .illust-6 {
    width: 120px;
    height: auto;
    right: -60px;
  }
  .tour-box-b .tiger7 {
    bottom: 0;
    left: auto;
    width: 130px;
    right: 20px;
  }
  .tour-box-c .tour-photoarea .illust-7 {
    width: 108px;
    right: -53px;
    bottom: -24px;
  }
  .tour-box .tour-photoarea .circle-yellow1 {
    width: 240px;
    right: -100px;
  }
  .tour-box-c .tour-summary-area .bird3 {
    width: 45px;
    height: auto;
  }
  .tour-box-c .leaf-line13 {
    bottom: -20px;
    z-index: 0;
    opacity: 1;
  }
  .tour-box-d .leaf-long1 {
    width: 700px;
    z-index: 0;
  }
  .tour-box-d .tour-photoarea .tiger1 {
    width: 70px;
    right: -22px;
  }
  .tour-box-d .illust-9 {
    width: 130px;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
  }
  .tour-box-wrapper.has-hotel .tour-summary-area .illust-4 {
    width: 120px;
    left: auto;
    bottom: 3%;
    opacity: 0.5;
    right: -30px;
  }
  .tour-box-wrapper.has-hotel .tour-summary-area .circle-yellow {
    left: -50px;
    bottom: 30%;
    left: auto;
    bottom: 6%;
    z-index: 100;
    width: 180px;
    right: -100px;
  }
  
  


}
@media only screen and (max-width:589px) {
  #page-title {
    height: 300px;
  }
  #page-title .page-title-photo1 {
    width: 200px;
    bottom: -26px;
    left: 5px;
  }
  #page-title .page-title-photo2 {
    width: 180px;
    top: auto;
    bottom: 94px;
    left: -37px;
  }
  #page-title:before {
    width: 200px;
    height: 200px;
  }
  #tour-lead .column-box {
    padding: 22px 20px 25px;
  }
  #tour-lead-top .flower {
    width: 80px;
  }
  #tour-lead .photo-area {
    width: 100%;
  }
  #tour-lead .tour-lead-photo1 {
      width: 250px;
  }
  #tour-lead .tour-lead-photo2 {
    width: 170px;
  }
  #tour-lead .text-area {
    padding-top: 0;
  }
  #tour-lead h3 .icon-flex{
    width: 46px;
    height: auto;
  }
  

  #to-coution .inner{display: block;}
  #to-coution h3{margin: 0 auto 15px;}
  #to-coution h3 br{display: none !important;}
  #to-coution h3 img{
    width: 50px;
    height: auto;
  }
  #to-coution .button{margin: 0 auto;}

  .tour-list-inner .tour-list-block a {font-size: 13px;}
  .tour-list-inner .tour-list-block a .photo-circle {left: -8px;}
  #tour-list-button {
	  font-size: 12px;
	  left: 5px;
	  width: 150px;
  }
  .on-nav #tour-list-inner-copy {
	  top: 60px;
    border: 2px solid #ccbfb4;
  }
  .tour-box-inner {padding: 20px 20px 40px;}
  .tour-box.title-head-brown:before {height: 30px;}
  .tour-box .flowers7 {
    width: 130px;
  }
  h2.tour-title{
	  font-size: 22px;
    background-size: auto 13px;
    margin: 0 auto 20px;
    padding-bottom: 22px;
  }
  h2.tour-title .icon-flex {width: 60px;}
  h2.tour-title .area {
      font-size: 16px;
      padding: 6px 30px;
  }
  .tour-slider,
  .tour-photoarea .single>div {
	  width: 400px;
  }
  .tour-contact-button-head{
    width: 280px;
    height: 68px;
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .tour-contact-button-head .icon-contact{
    width: 60px;
    height: auto;
  }
  .tour-info-area {
    margin: 0 auto 20px;
  }
  .tour-info-area .dt-long dt {font-size: 15px;}
  .tour-info-area dt span{align-items: center;}
  .tour-summary-area {
    margin-bottom: 20px;
  }
  .tour-summary-area .summary-tabs {
    margin-top: 45px;
  }
  .tour-summary-area .tab-content {padding: 3px;}
  .tour-summary-area .tab-pane.active .inner {
      padding: 27px 35px 40px;
      display: block;
      
  }
  .tour-summary-area .tab-button .inner{font-size: 16px;}
  .tour-summary-area .tab-button:before {
    font-size: 10px;
    right: 8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  
  .tour-summary-area .tab-button.tab1 .icon-flex{
    width: 46px;
  }
  .tour-summary-area .tab-button.tab2 .icon-flex{
    width: 42px;
  }
  .day-box {
	  width: 100%;
	  max-width: 300px;
	  margin: 0 auto 20px;
	  position: relative
  }
  .day-box h4 {
      margin: 0 0 16px;
      height: 35px;
      font-size: 15px;
  }
  .day-box .car span:before {
    width: 38px;
    height: 29px;
  }
  .tour-name {margin: 0 auto 5px;}
  .tour-contact-button-bottom {
    width: 300px;
    height: 90px;
  }
  .tour-contact-box .tour-name p {
    width: 90%;
    line-height: 130%;
    display: block;
    padding: 0 15px;
  }
  .tour-box-a .tour-point .ten3 {
    width: 88px;
    height: auto;
    top: -23px;
    right: 0;
  }
  .tour-box-a .tour-photoarea .illust-1 {
    width: 80px;
    height: auto;
  }
  .tour-box-a .tour-summary-area .lamp2 {
    width: 60px;
    left: 5px;
    top: -24px;
  }
  .tour-box-b .tour-photoarea .illust-6 {
    width: 100px;
    right: -45px;
  }
  .tour-box-b .tiger7 {
    bottom: -4px;
    width: 110px;
    right: 10px;
  }
  .tour-box-c .tour-photoarea .illust-7 {
    width: 90px;
    right: -44px;
    bottom: -24px;
  }
  .tour-box-c .tour-summary-area .bird3 {
    width: 40px;
    bottom: 0;
  }
  .tour-box-d .illust-9 {
    width: 110px;
  }
  /******準備中*******/
  .coming-soon .ten2 {
    width: 58px;
  }
  

  
}
@media only screen and (max-width:489px) {
 
  #tour-news-wrapper .leaf-line5 {
      width: 240px;
      top: auto;
      bottom: -30px;
  }
  #tour-news-wrapper .line-bouquet2 {
   width: 85px;
  }
  #tour-lead .tiger12 {
   width: 63px;
   right: -3px;
  }
  .on-nav #tour-list-inner-copy { max-height: calc(100vh - 80px);}
  #tour-list-area .circle1 {
    top: 20px;
  }
  #tour-list-button{height: 50px;}
  
  
  #tour-news-wrapper .ten1 {
    width: 90px;
    left: -46px;
    bottom: auto;
    top: -36px;
    z-index: 20;
  }
  .tour-list-inner {
      padding: 30px 0;
  }
  .tour-list-inner .tour-list-block a {
      font-size: 11px;
      margin-bottom: 20px;
  }
  .tour-list-inner .tour-list-block a .area {
      font-size: 10px;
      top: -14px;
      padding: 3px 10px;
      left: 66px;
  }
  .tour-list-inner .tour-list-block a br{display: none;}
  .tour-list-inner .tour-list-block a:after {
      width: 12px;
      height: 12px;
  }
  #to-coution .right{display: block;}  
  #vertical-line1{display: none;}
  h2.tour-title {font-size: 20px !important;}
  .tour-slider, 
  .tour-photoarea .single>div {
    width: 320px;
  }
  .tour-slider:before {
      width: 150px;
      height: 122px;
      left: -70px;
  }
  .tour-photoarea .text-area {
      background: none;
      padding: 40px 10px 20px;
      width: 100%;
  }
  
  .has-hotel .tour-photoarea .text-area {
      padding-top: 10px;
  }
  .tour-box .tour-point-days {
    font-size: 16px;
    padding: 38px 20px 1px;
  }
  .tour-box .tour-photoarea .ribon-bulegreen2 {
      font-size: 12px;
      width: 150px;
      top: -21px;
      left: -30px;
      height: 66px;
  }
  .tour-box .tour-photoarea .ribon-bulegreen2 .flower {
    width: 32px;
  }
  .tour-hotel-area .leaf-left, 
  .tour-hotel-area .leaf-right {
      width: 38px;
      height: 40px;
      opacity: 0.8;
  }
  .tour-hotel-area .tour-hotel-h3 {
      width: 234px;
      height: 65px;
  }
  .tour-hotel-area .hotel-box-wrap {
      width: 100%;
      display: block;
  }
 .tour-hotel-area .hotel-rank {
      width: 90%;
      max-width: 320px;
      display: flex;
      justify-content: space-between;
      padding: 12px 10px 8px;
      margin: 0 auto 15px;
  }
  .tour-hotel-area .hotel-box {
    width: 90%;
    display: block;
  }
  .tour-hotel-area .hotel-box img.line-photo-thin{
    width: 100%;
    max-width: 260px;
    margin: 0 auto 5px;
  }
  .tour-hotel-area .hotel-box-wrap:before {
      left: -12px;
      top: 0;
  }
  .tour-hotel-area .hotel-box-wrap:after {
      right: -13px;
      bottom: -10px;
  }
  .tour-hotel-area .font-min{
    text-align: left;
  }
  
  
  .tour-info-area {margin: 0 auto 25px;}
  .tour-info-area dt,
  .tour-info-area .dt-long dt {
	  height: 52px;
    padding-top: 4px;
  }
  .tour-info-area dd{
    display: block;
    padding: 15px;
  }
  .tour-info-area .dt-long dd {
    display: block;
    padding: 15px 15px 5px;
  }
  .tour-info-area .dt-long dd p{padding-bottom: 12px;}
  .tour-info-area dd ul {margin: 0 0 10px 0;}
  .tour-summary-area { margin-bottom: 35px;}
  .tour-summary-area .summary-tabs {margin-bottom: 19px;}
  .tour-summary-area .tab-button {height: 52px;}
  .tour-summary-area .tab-button:after, 
  .tour-summary-area .tab-button.active:after, .summary-title:after {
    top: 2px;
    bottom: 2px;
    right: 2px;
    left: 2px;
  }
  .tour-summary-area .tab-button:before {
      font-size: 10px;
      right: 6px;
  }
  .tour-summary-area .tab-button.active:before {
    width: 72px;
    height: 19px;
  }
  .tour-summary-area .tab-button.active:after {
    content: none;
  }
  .tour-summary-area .tab-button .icon-flex {
    position: absolute;
      margin: auto !important;
      left: 0;
      right: 0;
      top: -16px;
  }
  .tour-summary-area .summary .photo-area,
  .tour-summary-area .itinerary.active {
	  display: block
  }
  .day-box {
	  width: 100%;
	  margin: 0 auto 15px
  }
  
  .tour-summary-area .tab-pane.active .inner{padding: 30px 20px 25px;}
  .tour-summary-area ul.ul-brown li:before {
      position: relative;
      top: 5px;
  }
  .day-box .car span:before {
      width: 35px;
      height: 25px;
  }
  .tour-contact-button-bottom {width: 300px;}
  .tour-name {
      display: block;
      margin: 0 auto 10px;
      text-align: center;
      line-height: 140%;
      width: 100%;
  }
  .tour-contact-box .tour-name:before,
  .tour-contact-box .tour-name:after{
    content: none;
  }
  .tour-contact-button-bottom .font20 {
    font-size: 19px !important;
  }
  .tour-box-a .leaf-line14 {
    width: 200px;
    top: -142px;
  }
  .tour-box-a .tour-photoarea .illust-1 {
    width: 60px;
    right: 0;
  }
  .tour-box-b .leaf-line7 {
    width: 280px;
    top: -166px;
    z-index: 10;
    left: -100px;
  }
  .tour-box-b .tour-photoarea .illust-6 {
    width: 85px;
    right: -30px;
  }
  .tour-box-b .leaf-long2 {
    width: 600px;
  }
  .tour-box-c .leaf-line1 {
    top: -66px;
  }
  .tour-box-c .tour-photoarea .illust-7 {
      width: 77px;
      right: -6px;
  }
  .tour-box-c .tour-summary-area .bird3 {
      width: 40px;
      bottom: 0;
      left: auto;
      right: 10px;
  }
  .tour-box-c .leaf-line13 {
      width: 220px;
      bottom: -31px;
  }
  .tour-box-d .leaf-long1 {
      width: 500px;
      z-index: 0;
      left: -200px;
      top: -120px;
  }
  .tour-box-d .tour-photoarea .tiger1 {
      width: 60px;
      right: -7px;
  }
  .tour-box-d .circle-yellow2 {
    display: none;
  }
  .leaf-line7, .leaf-line8 {
      bottom: -30px;
  }

}
@media only screen and (max-width:389px) {
  #page-title {
    height: 250px;
  }
  #page-title .page-title-photo1 {
   width: 160px;
   bottom: -17px;
  }
  #page-title .page-title-photo2 {
    width: 140px;
    bottom: 76px;
    left: -37px;
  }
  #page-title:before {
    width: 160px;
    height: 160px;
  }
  #tour-lead .tour-lead-photo1 {
    width: 200px;
  }
  #tour-lead .tour-lead-photo2 {
      width: 130px;
      bottom: -20px;
  }
  #tour-lead .ten1 {
    width: 90px;
  }
  
  #tour-news-wrapper .ten1 {
      width: 80px;
      left: -17px;
      top: -34px;
  }
  #tour-news-wrapper .leaf-line5 {
    z-index: 0;
  }
  #to-coution h3 img {
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      top: -17px;
  }
  #to-coution .bird2 {
    width: 37px;
  }
  .tour-list-inner {padding: 25px 3px;}
  .tour-list-inner .tour-list-block a {
      line-height: 120% !important;
      width: 48%;
      margin: 0 1% 18px;
      font-size: 10px;
      height: 54px;
  }
  .tour-list-inner .tour-list-block a .photo-circle {
      left: -3px;
      width: 64px;
      height: 64px;
  }
  .tour-list-inner .tour-list-block a .area {
      left: 58px;
    padding: 3px 5px;
  }
  #tour-list-button {
      top: 16px;
      border-width: 1px;
  }
  .on-nav #tour-list-inner-copy {
    top: 67px;
  }
  
  .tour-box {
	  position: relative;
  }
  .tour-box .flowers7 {
      width: 108px;
      top: -21px;
  }
  .tour-box-inner {padding: 20px 12px 50px;}
  h2.tour-title{ 
    background-size: auto 12px;
    font-size: 20px;
  }
  h2.tour-title br{display: none;}
  .tour-slider,
  .tour-photoarea .single>div {
  	width: 280px;
  }
  .tour-contact-button-head {width: 240px;}
  .tour-contact-button-head .inner{
    padding-bottom: 4px;
    height: 75px;
  }
  .tour-contact-button-head .icon-contact {
      width: 56px;
      height: auto;
      margin-left: -20px;
  }
  .tour-box .tour-point-days {
      font-size: 16px;
      padding: 30px 20px 14px;
      margin-top: 10px !important;
  }
  .tour-box .tour-photoarea .ribon-bulegreen2 {
      font-size: 12px;
      width: 150px;
      top: -28px;
      left:0;
      height: 66px;
      right: 0;
  }
  .tour-box .tour-point-days ul.ul-green{margin-bottom: 0;}
  .tour-box .tour-point-days ul.ul-green li{
    line-height: 130%;
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .tour-box .tour-point-days ul.ul-green li:before{
    position: initial;
    margin: 0 auto 7px;
  }
  .tour-summary-area{margin-bottom: 25px}
  .tour-summary-area .tab-button {font-size: 13px;}
  .tour-summary-area .tab-button:before {
      font-size: 10px;
      right: 4px;
      width: 30px;
      height: 30px;
      line-height: 30px;
  }

  .tour-summary-box .inner {padding: 49px 12px 15px}
  .tour-summary-area .summary .box img {
	  padding: 6px;
	  width: 220px;
	  height: 150px;
  }
  .day-box ul ul li{word-break: auto-phrase;}
  .tour-contact-button-bottom {width: 260px;}
  
  
  
  .tour-box-a .leaf-line14 {
      width: 180px;
      top: -124px;
  }
  .tour-box-a .tour-point .ten3 {
      width: 74px;
      top: -20px;
  }
  .tour-box-b .leaf-line7 {
      width: 200px;
      top: -86px;
      z-index: 10;
      left: -100px;
  }
  .tour-box-wrapper.has-hotel .tour-summary-area .illust-4 {
    width: 100px;
  }
  
  
  
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir='rtl'] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url(./ajax-loader.gif) center center no-repeat
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

[dir='rtl'] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: '→'
}

[dir='rtl'] .slick-next:before {
  content: '←'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}