@charset "utf-8";
/* ****************************************************
Title: layout.css
***************************************************** */
/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
div#main-content {
  color: #333333;
  font-family: "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Verdana, Osaka, "MS PGothic", Sans-Serif;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
}
#main-content ul, #main-content li {
  margin: 0;
  padding: 0;
  list-style: none;
box-sizing: content-box;
}
.main-content {
  font-family: 'Noto Sans JP', sans-serif;
}
.fontSerif {
  font-family: 'Noto Serif JP', serif;
}
#top {}
#wrap {
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  min-width: 1000px;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.relative-wrap {
  position: relative;
}
.contDispN {
  display: none;
}
p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
  max-height: 999999px;
  background-image: url("../images/spacer.gif");
}

a:hover {
  opacity: 0.8;
  transition : 0.5s;
}

/*-----------------------*/
.anc {
  position: relative;
}
.ancIn {
  position: absolute;
  top: -60px;
}
#top {}
/*-----------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.pcBr {
  display: inline;
}
.spBr {
  display: none;
}
.pcTable {
  display: table !important;
}
.spTable {
  display: none !important;
}
.contIn1000 {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
.radius200 {
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
}
/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */
div#content-area {
  width: auto;
}
div#main-content {
  margin-top: 10px;
  width: 100%;
  min-width: 1000px;
}
body#pageContent div#main-content {
  width: auto;
  margin-top: 10px;
}
/*start_リセット*/
div#content-area, body#pageContent div#main-content {
  width: 100%;
  min-width: 1000px;
}
#header, ul#global-navi, div#page-title, p#pankuzu {
  width: 1000px;
  margin: 0 auto;
}
p#pankuzu {
  width: 1000px;
  margin: 0 auto;
  display: block;
  position: static;
  padding-top: 11px;
}
p#pankuzu a {
  color: #005d02;
  text-decoration: underline;
}
div#main-content div.content-box {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
/*end_リセット*/
/*start_keyvis*/
.wrap_keyvis {
  position: relative;
  width: auto;
  overflow: hidden;
  background: black;
}
.keyvis_item {
     /* border: 10px solid #f5f5f5; */
     height: 500px;
     overflow: hidden;
}
.keyvis_item img{
	object-fit: cover;
	max-height: 500px;
}
.ttl {
    /* position: absolute; */
    top: 20px;
    left: 10px;
    padding: 1px;
    z-index: 10;
    background: rgba(140, 133, 65, .95);
}
.plan {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  font-size: 23px;
  text-align: center;
  padding: 3px 0;
}
.plan span {
  font-size: 14px;
  color: #A69D4D;
  padding-left: 1em;
}
.ttl_inner {
    /*position: absolute;
    top: 20px;
    left: 10px;*/
    padding: 0 30px;
    z-index: 10;
    background: rgba(140, 133, 65, .95);
	height:86px;
	display: flex;
    justify-content: center;
}
.ttl_inner div {
  width: 1200px;
  opacity: 0;
  filter: blur(5px);
height: 113px;
box-sizing: content-box;	
background: url("../images/title-3.png") no-repeat;
background-size: contain;
}
.ttl.on div {
  animation: fadeIn 2s forwards;
}
.ttl div p {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
  font-size: 31px;
  padding: 21px 10px 0 119px;
  line-height: 1.4;
	font-weight: 200;
}
.ttl div p span {
	font-family: 'Noto Serif JP', serif;
    text-align: right;
    font-size: 18px;
	float:right;
}
.ttl div p span small {
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
}
.ttl img {
  width: 490px;
  opacity: 0;
  filter: blur(5px);
}
.ttl.on img {
  animation: fadeIn 2s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
div#main-content .scroll {
  position: absolute;
  bottom: 0;
  left: 4%;
  width: 37px;
  margin-bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
}
.wrap_keyvis .slick {
  display: none;
}
.wrap_keyvis .slick-slide {
  outline: none;	
box-sizing: content-box;
}
.wrap_keyvis .slick-slide img {
  /* min-width: 1250px; */
}

.wrap_keyvis .slick-dots li{
  margin: 0 5px!important;
}
.wrap_keyvis .slick-dots{
bottom:10px;
}
.wrap_keyvis .slick-dots li.slick-active button:before{
	font-size:5px;
	color:#a49d59;
	opacity:1;
}
.wrap_keyvis .slick-dots li button:before{
	font-size:5px;
	color:#fff;
	opacity:.8;
}

/*end_keyvis*/
.content-box img {
  width: 100%;
}
.contents {
  position: relative;
  width: 1250px;
  margin: 0 auto;
}
.contents::before, .contents::after {
  content: '';
  display: block;
  width: calc((100vw - 1240px) / 2);
  height: 60px;
  background: #1f2d36;
  position: absolute;
  top: 0;
  z-index: 0;
}
.contents::before {
  left: calc((100vw - 1250px) / 2 * -1);
}
.contents::after {
  right: calc((100vw - 1250px) / 2 * -1);
}
/*----------------------------------------*/
.mainContentsWrap {
  /*background-image: url("../images/cont_bg02.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 2368px auto;*/
  background-color: #f5f5f5;
  overflow: hidden;
}
.ancNaviWrapBase {
  height: 60px;
  position: relative;
}
.ancNaviWrap {
  background-color: #1a2e36;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.ancNaviWrap.fixed {
  position: fixed;
}
.ancNaviIn {
  position: relative;
}
.ancUl01 {
  padding: 10px 0px 10px 0px;
  float: right;
}
.ancUl01 li {
  float: left;
  position: relative;
}
.ancUl01 li a {
  display: table;
  position: relative;
}
.ancUl01 li a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  border-left: 1px solid #31434a;
  padding: 0px 40px 0px 18px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
}
.ancUl01 li a span::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.ancUl01 li.ancNaviBtn01 {
  width: 142px;
}
.ancUl01 li.ancNaviBtn01 a {
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0px;
}
.ancUl01 li.ancNaviBtn01 a span {
  background-color: #a69d4d;
  border-left: none;
  height: 70px;
}
.contBlock01 {
  height: 605px;
}
.contH201 {
  display: none;
}
.contBlock02 {
  padding: 80px 0px 40px 0px
}
.itBlock01 {
  padding: 0px 0px 110px 0px
}
div#main-content h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 23px;
  text-align: center;
}
div#main-content h3 span {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  text-align: center;
  color: #a69d4d;
}
.contH301 {
  /*  width: 240px;*/
  margin: 0px auto 32px auto;
}
.contH301.contH302 {
  width: 98px;
  margin: 0px auto 75px auto;
  font-size: 0;
}
.contH301.contH303 {
  width: 420px;
  margin: 0px auto 60px auto;
}
.contH301.contH304 {
  width: 52px;
  margin: 0px auto 80px auto;
}
.contText01 {
  font-size: 14px;
  line-height: 1.78em;
  padding-left: 140px;
  margin-bottom: 44px;
}
.priceFukiWrap {
  padding-left: 25px;
  margin-bottom: 18px;
}
.priceFukiWrap li {
  width: 315px;
  float: left;
  padding-right: 23px;
}
.priceContUl01 {}
#main-content .priceContUl01 li {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 5px;
  margin-bottom: 25px;
}
.priceBox01 {
  padding: 25px 25px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.priceFlexBox01 {
  width: 315px;
}
.priceTb01 {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.priceCell01 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 40px;
}
.priceCell02 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 8px;
}
.priceCell02 .text01 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
}
.priceCell02 .text01 span {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
}
.priceCell02 .text02 {
  font-size: 12px;
  line-height: 1.45em;
}
.priceFlexBox02 {
  width: 275px;
}
.priceBtn01 {
  display: table;
  width: 100%;
  position: relative;
}
.priceBtn01 a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #a69d4d;
  box-sizing: border-box;
  border-bottom: 5px solid #8e8642;
  height: 50px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
}
.priceBtn01 a::after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: 90px;
  top: 50%;
  margin-top: -6px;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.priceBtn01 a:link {
  color: #ffffff;
  text-decoration: none;
}
.priceBtn01 a:visited {
  color: #ffffff;
  text-decoration: none;
}
.priceBtn01 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.priceBtn01 a:active {
  color: #ffffff;
  text-decoration: none;
}
.priceBtn01.manseki {
  display: table;
  width: 100%;
  position: relative;
}
.priceBtn01.manseki span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  height: 50px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  background-color: #bfbfbf;
  border-bottom: none;
}
.priceBtn01.weiting a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #91c0a1;
  box-sizing: border-box;
  border-bottom: 5px solid #7ca389;
  height: 50px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
}
.priceBoxIn01 {
  display: table;
  width: 100%;
}
.priceBoxInCell01 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 130px;
}
.priceText01 {
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}
.priceText02 {
  text-align: center;
  font-size: 28px;
  line-height: 1.15em;
  font-weight: bold;
}
.priceText02 span {
  font-size: 14px;
  line-height: 1.15em;
}
.priceBoxIn02 {
  border-top: 2px dotted #a69d4d;
  padding: 10px 10px 0px 10px;
}
.priceText03 {
  font-size: 13px;
  line-height: 1.54em;
  font-weight: bold;
}
.priceText04 p {
  display: inline-block;
  font-size: 12px;
  line-height: 1.66em;
}
.priceText04 p span {
  color: #a69d4d;
}
.priceModalBtnWrap {
  text-align: right;
}
.priceModalBtn01 {
  display: table;
  width: 118px;
  margin: 10px 0px auto auto;
}
.priceModalBtn01 a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 24px;
  border: 1px solid #a69d4d;
  color: #a69d4d;
  font-size: 12px;
  line-height: 1.0em;
}
.priceModalBtn01 a:link {
  color: #a69d4d;
  text-decoration: none;
}
.priceModalBtn01 a:visited {
  color: #a69d4d;
  text-decoration: none;
}
.priceModalBtn01 a:hover {
  color: #a69d4d;
  text-decoration: none;
}
.priceModalBtn01 a:active {
  color: #a69d4d;
  text-decoration: none;
}
.priceBox02 {
  background-color: #ffffff;
  padding: 15px 20px 15px 20px;
}
.priceUl01 li {
  font-size: 12px;
  line-height: 1.87em;
  letter-spacing: 0.07em;
  text-indent: -1em;
  padding-left: 1em;
}
/*--------------------------*/
.highlightBlock01 {
  padding: 40px 0px 80px 0px;
  position: relative;
}
.highlightImgArea {
  width: 450px;
  position: relative;
}
.highlightTextArea {
  box-sizing: border-box;
  width: 355px;
  padding: 30px 0px 25px 0px;
  position: relative;
  /*padding-top: 70px;*/
}
.highlightTextArea.pdNon01 {
  padding: 0px;
}
.highlightTextArea.textWh {
  color: #ffffff;
}
.highlightTextArea .h401 {
  font-size: 21px;
  line-height: 1.55em;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
}
.highlightTextArea .text01 {
  font-size: 14px;
  line-height: 1.96em;
  letter-spacing: 0.075em;
}
.highlightRight {
  float: right;
}
.highlightLeft {
  float: left;
}
.highlightImgArea.highlightRight {
  position: absolute;
  right: 0px;
  top: -40px;
}
.highlightImgArea.highlightLeft {
  position: absolute;
  left: 0px;
  top: -40px;
}
.highlightTextArea.highlightLeft {
  margin-left: 150px;
}
.highlightTextArea.highlightRight {
  margin-right: 150px;
}
.highlightBgRight {
  background-color: #1a2e36;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -400px;
}
.highlightBgLeft {
  background-color: #1a2e36;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 50%;
  margin-right: -400px;
}
/*---------------------*/
.itineraryH4 {
  background-color: #aa8d54;
  position: relative;
}
.itineraryH4Bg {
  background-color: #060d11;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
}
.itineraryH4 h4 {
  position: relative;
  background-image: url("../images/contents_Itinerary_day01-20210827.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100px;
  height: 100px;
}
.itineraryH4 h4.itineraryH402 {
  background-image: url("../images/contents_Itinerary_day02-20210828.jpg");
}
.itineraryH4 h4.itineraryH403 {
  background-image: url("../images/contents_Itinerary_day03-20210829.jpg");
}
.itineraryH4 h4 span {
  display: none;
}
.itineraryTable01 {
  width: 100%;
}
.itineraryTable01 td {
  text-align: left;
  vertical-align: middle;
  height: 55px;
  position: relative;
}
.itineraryTable01 td.left {
  text-align: center;
  vertical-align: middle;
  width: 94px;
  font-size: 14px;
  line-height: 1.78em;
}
.itineraryTable01 td.mid {
  text-align: center;
  vertical-align: middle;
  width: 25px;
  background-color: #f2eeda;
  position: relative;
}
.itineraryTable01 td.right {
  padding: 17px 20px 17px 20px;
}
.itineraryTable01 .small td {
  height: 0px;
}
.itineraryTable01 .small td.right {
  height: 0px;
  padding: 5px 20px 5px 20px;
}
.itineraryTable01 td.right.pdNone {
  padding: 0px 20px 0px 20px;
}
.itineraryTable01 td.right.border01::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  top: 0px;
  left: 0px;
}
.itineraryTable01 td.right.border01::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.tdIcon01::after {
  content: "";
  background-image: url("../images/contents_Itinerary_mark01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 11px;
  width: 60px;
  height: 11px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -30px;
}
.tdLineTop::before {
  content: "";
  width: 6px;
  height: 100px;
  background-color: #a9894b;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
}
.tdLineMid::before {
  content: "";
  width: 6px;
  height: 300px;
  background-color: #a9894b;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0px;
}
.tdLineBot::before {
  content: "";
  width: 6px;
  height: 50%;
  background-color: #a9894b;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0px;
}
.itineraryText01 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.itineraryText01 .span01 {
  font-size: 14px;
  font-weight: normal;
}
.itineraryText01 img {
  vertical-align: middle;
  width: 16px;
  margin-right: 4px;
}
.itineraryText02 {
  font-size: 14px;
  line-height: 1.78em;
  letter-spacing: 0.075em;
}
.itineraryFlex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 650px;
}
.itineraryFlexBox01 {
  width: 300px;
}
.itineraryFlexBox01 img {
  position: relative;
  left: 0px;
  top: -50px;
}
.itineraryFlexBox02 {
  width: 336px;
}
.itineraryTit01 {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 8px;
}
.itineraryTit01 .span01 {
  font-size: 14px;
}
#main-content .itineraryUl01 li {
  font-size: 14px;
  line-height: 1.78em;
  letter-spacing: 0.075em;
  text-indent: -1em;
  padding-left: 1em;
}
.itineraryBlock01 {
  background-color: #1a2e36;
}
div#main-content ul.itineraryUl02 {
  padding: 20px 0px 20px 146px;
}
div#main-content ul.itineraryUl02 li {
  display: table;
}
div#main-content ul.itineraryUl02 li .itineraryCell01 {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.9em;
}

/* YOUTOUBE部分 */
.youtube{
  display: flex;
  width: 1000px;
  margin:0px auto -60px;
  position: relative;
  margin-top: 120px;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.youtube-left{
  width: 40%;
}

.youtube__title{
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  line-height: 2.0;
  margin-bottom: 18px;
  position: relative;
  display: flex;
  align-items: center;/* 縦位置の調整 */
}

.youtube__title::before{
  content: '';
  flex-grow: 0.25;/* 余白を分け与える */
  height: 1px;
  background: #A69D4D;
}

.youtube__title::before{
  margin-right: 30px;
}


.youtube a {
  border: double 3px #fff;
  padding: 5px 50px 5px 15px;
  background-color: #A69D4D;
  color: #fff!important;
  position: absolute;
  bottom: 30%;
  right: 5%;
}

.youtube a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/youtube-button.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 17%;
  right: 10%;
}

.youtube-right{
  position: relative;
}



/*------------------*/
.contBottomBlock01 {
  padding: 0px 0px 40px 0px;
}
.bannerWrap01 {
  text-align: center;
}
.bannerWrap01 img {
  width: 900px;
  margin: 0 auto;
}
.bottomBox01 {
  border: 3px solid #e1e1e1;
  padding: 35px 35px 35px 35px;
  margin-top: 120px;
  /* margin-top: 50px; */
}
div#main-content h3.bottomH301 {
  font-size: 16px;
  line-height: 1.56em;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  text-align: left;
  font-family: "HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Verdana, Osaka, "MS PGothic", Sans-Serif;
}
div#main-content .bottomUl01 li {
  font-size: 12px;
  line-height: 1.87em;
  letter-spacing: 0.075em;
  text-indent: -1em;
  padding-left: 1em;
}
/*---スライド-----------------------*/
.omotenashiSlideWrap {
  position: relative;
  height: 600px;
  /*overflow: hidden;*/
  padding: 75px 0px 0px 0px;
}
.omotenashiSlideWrap .slick-dots{
  display: none!important;
}
div#main-content ul#slider {
  width: 1800px;
  position: absolute;
  top: 75px;
  left: 50%;
  margin-left: -900px;
  transform: skewY(15deg);
}
.slick-list {
  overflow: visible;
}
#slider .slide-item {
  width: 400px;
  transform: skewY(-15deg);
}
.omotenashiImg01 img {
  width: 400px;
  min-width: 100px;
}
#slider .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
  transform: skewY(-15deg);
  cursor: pointer;
  transition: opacity .3;
}
#slider .slick-arrow:hover {
  opacity: .7;
}
#slider .slick-prev {
  position: absolute;
  top: -190px;
  left: 50%;
  margin-left: 1341px;
  z-index: 50;
  background-image: url("../images/cont_slide_prev.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
#slider .slick-next {
  position: absolute;
  top: -201px;
  left: 50%;
  margin-left: 458px;
  z-index: 50;
  background-image: url("../images/cont_slide_next.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
#main-content #thumbnail-list {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  /*top: 590px;*/
  bottom: 50px;
}
#main-content #thumbnail-list .thumbnail-item {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 30px;
}
#main-content #thumbnail-list .thumbnail-item.thumbnail-current {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition-duration: 0.3s;
}
#main-content #thumbnail-list .thumImg01 {
  position: absolute;
  top: 0px;
  left: 0px;
}
#main-content #thumbnail-list .thumImg01 img {
  width: auto;
  height: 36px;
  object-fit: cover;
}
/*start_ナビゲーション修正*/
.sh_nav_inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.sh_nav_items {
  width: calc(100% - 160px);
  display: flex;
  justify-content: flex-end;
}
.sh_nav_item {
  border-left: 1px solid rgba(255, 255, 255, .1);
}
a:link.sh_nav_link, a.sh_nav_link:visited {
  position: relative;
  display: block;
  padding: 10px 35px 10px 20px;
  color: white;
  font-size: 14px;
}
a.sh_nav_link::after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 46%;
  width: 6px;
  height: 6px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: translateY(-50%) rotate(45deg);
}
.nav_item--application {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 160px;
}
a:link.sh_nav_link--application, a.sh_nav_link--application:visited {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 10px;
  color: white;
  font-size: 14px;
  text-align: center;
  background: #a49d59;
}
a.sh_nav_link--application::after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 46%;
  width: 6px;
  height: 6px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transform: translateY(-50%) rotate(45deg);
}
/* ラグジュアリー追加css */
.block_control {
  margin-bottom: 50px;
  background: #fff;
  padding-bottom: 80px;
}
.block_control h3 {
  margin-bottom: 35px;
}
.flex_control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px !important;
}
.item_control {
  width: calc(100% / 4);
  text-align: center;
}
.item_control .txt_control {
  font-size: 16px;
  text-align: center;
  padding-top: 15px;
}
.block_control .dTxt_control {
  font-size: 16px;
  color: #A69D4D;
  text-align: center;
}
.block_control .dTxt_control a {
  color: #A69D4D;
}
.block_control .dTxt_control a:hover {
  text-decoration: underline;
}
.block_features {
  background-color: #A69D4D;
  margin-bottom: 100px;
  padding: 50px 0;
}
.block_features h3, .block_features h3 span {
  color: #fff !important;
}
.block_features h3 {
  margin-bottom: 35px;
}
.flex_features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.item_features {
  width: calc(96% / 2);
}
.item_features dt {
  display: table-cell;
  font-size: 21px;
  color: #fff;
  vertical-align: middle;
  padding-top: 5px;
}
.item_features dd {
  font-size: 14px;
  color: #fff;
  padding-top: 5px;
}
.soldout {
  position: relative;
}
.soldout_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(112, 127, 137, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 90%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 20
}
.soldout a {
  pointer-events: none;
}

.tour-syousai_block{
  text-align: center;
}
.tour-syousai_block span{
    color: #A69D4D;
}
.tour-block{
  width: 450px;
}
.tour-block__day{
  border-bottom: solid 1px #A69D4D;
  text-align: center;
  font-weight:normal;
  font-size: 22px;
  margin: 20px 0 25px;
  font-family: 'Noto Serif JP', serif;
}
.tour-block__ttl{
  font-weight:normal;
  font-size: 20px;
  margin: 20px 0 0;
  font-family: 'Noto Serif JP', serif;
}
.tour-block__ttl span{
  display: block;
}
.tour-block__cap{
  font-size: 16px;
}
.tour-block__cap span{
  font-size: 11px;
}
.tour-block__cap02{
  font-size: 16px;
  margin-top: 10px;
}
.tour-block__cap03{
  margin-top: 10px;
  font-size: 15px;
  border: solid 1px #a49d59;
  padding: 0 10px 15px;
  border-radius: 5px;
  background-color: #fff;
  color: #6b6b6b;
}
.tour-block__slid_img .slick-dots{
  bottom:10px;
}
.tour-block__slid_img .slick-dots li.slick-active button:before{
	font-size:4px;
	color:#a49d59;
	opacity:1;
}
.tour-block__slid_img .slick-dots li button:before{
	font-size:4px;
	color:#fff;
	opacity:1;
}

.tour-block__slid_img li img{
  width: 240px;
  height: 160px;

}
.tour-block__slid_img{
  width: 240px;
  height: 160px;
  overflow: hidden;
  align-self:flex-end;
}
.tour-block__slid_img .slick-prev {
  display: none !important;
}
.tour-block__slid_img .slick-next {
  display: none !important;
}

.plan-deluxe{
  background-color: #F5F5DC !important;
}
.plan-shiki{
  background-color: #EDEDF7 !important;
}

/*start_ 新ヘッダー・フッター修正*/
div.header a {
  color: #333;
}
div.header a:hover {
  color: #F03C3C;
}
div.header li:hover a {
  color: #F03C3C;
}
footer.footer .footer-anchor a {
  color: #fff;
}
footer.footer .footer-container a {
  color: #333;
}
footer.footer .footer-container a:hover {
  color: #F03C3C;
  text-decoration: none;
}
/*end_ 新ヘッダー・フッター修正*/
/*振り分けページ追記*/
.block_introduction {
  margin-bottom: 80px;
}
.block_introduction .flex_control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0px !important;
}
.block_contH4 {
  width: 36%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 413px;
}
.trainImg01 {}
.detail_intro {
  margin-top: auto;
}
.block_introduction .flex_control.small {
  margin-top: 20px;
}
.il_train01 {
  margin-top: 20px;
}
.contH4_sub {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: #A69D4D;
}
.contH4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 23px;
  margin: 0 0 20px 0;
}
.contH4 span {
  font-size: 18px;
}
.txt_intro {
  font-size: 16px;
  line-height: 2.0;
}
.detail_intro {
  font-size: 12px;
  line-height: 1.5;
}
.bottomBox02 {
  margin-top: 80px;
}
.bottomBox02 .item_control {
  width: calc(90% / 3);
  text-align: left;
}
.bottomBox02 .item_control .txt_control {
  text-align: justify;
  font-size: 16px;
  line-height: 2.0;
}
.bottomBox02 h4 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 23px;
  line-height: 2.0;
  margin-bottom: 18px;
}
.block_plan01 {
  border: 1px solid #CDD6DD;
  background-color: #F5F5DC;
  padding: 35px 35px 27px 35px;
  margin-bottom: 60px;
}
.block_plan02 {
  border: 1px solid #CDD6DD;
  background-color: #FFFAF0;
  /* padding: 35px 5px 27px 5px; */
  margin-top: 60px;
  margin-bottom: 30px;
}

.flex_box {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 22px;
}
.round {
  border: 1px solid #A69D4D;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 20px;
  width: 170px;
  height: 170px;
  display: table;
}
.round > p {
  font-family: 'Noto Serif JP', serif;
  font-size: 23px;
  text-align: center;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.round > p > span {
  color: #A69D4D;
  font-size: 14px;
  text-align: center;
  display: block;
}
.plan_box01 {
  flex-grow: 1;
  padding-left: 24px;
}
.plan_name {
  margin-bottom: 20px;
}
.plan_name p {
  color: #3B4043;
  font-size: 21px;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
}
.price_box {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.price_box .date li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.price_box .date li span {
  font-size: 12px;
}
.link_btn a {
  padding: 10px 30px 10px 20px;
  background-color: #A69D4D;
  color: #fff !important;
  text-align: center;
  position: relative;
  border-bottom: 5px solid #847D3D;
  display: block;
  margin: 10px 5px;
}
.link_btn2 a {
  padding: 15px 30px 15px 20px;
  background-color: #1a2e36;
  color: #fff !important;
  text-align: center;
  position: relative;
  display: block;
  width: 40%;
  margin: 15px auto 0;
}
.reserv-btn {
  background-color: #1a2e36 !important;
}
.link_btn a + a {
  margin-top: 10px;
}
.link_btn a:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: 66px;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.link_btn2 a:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 4%;
  top: 45%;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.plan_box02 {
  margin-top: 40px;
}
.plan_box02 dt {
  color: #A69D4D;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.plan_box02 dd {
  font-size: 14px;
  line-height: 1.4;
  color: #3B4043;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}
.plan_box02 dd:before {
  content: '・';
}



.slick {
  width: 100%; /* スライダーの幅 = 背景画像(= ぼけた画像)の幅 */
  margin-top: 100px;
}

.slick .keyvis_item {
  width: 100%;
  position: relative; /* ぼけていない画像を中央に持ってくるため */
}

.slick .keyvis_item .slider-item-bg-wrap {
  overflow: hidden; /* 手前の画像の下に隙間ができるのを防ぐ */
}

.slick .keyvis_item .slider-item-bg-wrap .slider-item-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  filter: blur(10px);
}

.slick .keyvis_item .slider-item-bg-wrap .slider-item-bg-image-01 {
  background-image: url('../images/main_TP18-012680A.jpg');
}

.slick .keyvis_item .slider-item-bg-wrap .slider-item-bg-image-02 {
  background-image: url('../images/header_kashima.jpg');
}

.slick .keyvis_item .slider-item-bg-wrap .slider-item-bg-image-03 {
  background-image: url('../images/header_nebukawa.jpg');
}

.slick .keyvis_item .slider-item-bg-wrap .slider-item-bg-image-04 {
  background-image: url('../images/header_sahara.jpg');
}

.slick .keyvis_item .slider-item-inner {
  /* slickを導入するとimgに"display:block;"が付くので、text-alignではimgを中央寄せにできない */
  /*text-align: center;*/

  /* 画像を中央に持ってくる */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /* width: 1200px; */
}

.slick .keyvis_item .slider-image {

  /* slickを導入するとimgに"display:block;"が付くので、imgの中央寄せに必要 */
  margin: 0 auto;
}

.slick .keyvis_item .slider-image-00 {
   /* 背景(= ぼけた画像)の高さを確保するため */
  visibility:hidden;
}

/* クレジット */
.photoby{
  text-align: right;
}
.photoby p{
  font-size: 12px;
  color: gray;
  text-align: right;
}

@media(max-width: 750px) {
  .slick .keyvis_item .slider-item-bg-wrap {
      display: none; /* 背景画像(= ぼけた画像)を消す */
  }

  .slick .keyvis_item .slider-item-inner {
      /* 背景画像で高さを確保していたので、↑で背景画像を消した後は
         ablsoluteを解除しないと高さが消えて表示されなくなる。 */
      position: static;
  }

  .slick .keyvis_item .slider-image {
      max-width: 100%;
  }
.slick .keyvis_item .slider-item-inner {
  width: 100%;
}

} 

@media screen and (max-width:459px) {
  /* スマホ用レイアウト 459pxまでの範囲に収めるデザインはこの中に記述 */
  #wrap {
    overflow: hidden;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    min-width: 200px;
    max-width: auto;
  }
  /*-----------------------*/
  .anc {
    position: relative;
  }
  .ancIn {
    position: absolute;
    top: -60px;
  }
  #top {
    /*padding-top: 79px;*/
  }
  /*-----------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: inline;
  }
  .pcTable {
    display: none !important;
  }
  .spTable {
    display: table !important;
  }
  .contIn1000 {
    width: auto;
  }
  div#main-content {
    padding-top: 10px;
    margin: 0px 0px;
  }
  div#content-area {
    width: auto;
  }
  div#main-content {
    width: auto;
    /*margin-top: 40px;*/
  }
  /*start_リセット*/
  div#content-area, div#main-content {
    width: 100%;
    min-width: 320px;
  }
  #header, ul#global-navi, div#page-title, p#pankuzu {
    width: auto;
    margin: 0 auto;
  }
  p#pankuzu {
    left: 50%;
    transform: translateX(-50%);
  }
  div#main-content div.content-box {
    margin-bottom: 0;
    padding: 0;
    border: none;
  }
  /*end_リセット*/
  /*start_keyvis*/
  .wrap_keyvis {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    max-height: 475px;
    margin: 10px auto;
    overflow: hidden;
    background: black;
  }
  .wrap_keyvis .slick-slide img {
    min-width: auto;
  }  
  div#main-content .ttl {
    position: static;
    width: 100%;
    height: auto;
    padding: 1;
    background: rgba(140, 133, 65, .95);
    box-sizing: border-box;
    z-index: 10;
  }
  .plan {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    padding: 6px 0;
  }
  .plan span {
    font-size: 12px;
    line-height: 1;
    color: #A69D4D;
    padding-left: 1em;
  }
  .ttl_inner {
    /*position: absolute;
        top: 20px;
        left: 10px;*/
    padding: 10px 10px 0 10px;
    z-index: 10;
    background: rgba(140, 133, 65, .95);
    height: 21vw;
  }
  .ttl img {
    width: 100%;
    opacity: 1;
    filter: none;
  }
  .ttl.on img {
    animation: none;
  }
  div#main-content .scroll {
    display: none;
  }
  .slick {
    display: block;
  }
  .slick li {
    display: none;
  }
	.wrap_keyvis .slick li{
		display:block;
	}
	.wrap_keyvis .slick-dots{
		display:flex;
		justify-content: center;
		bottom: 0;
		width:100%;
		margin:0 auto;
	}
  .slick li:first-child {
    display: block;
  }
  .slick-slide img {
    min-width: 200px;
  }
  .keyvis_item {
    height: auto !important;
    border: none !important;
  }
  .sh_nav_inner {
    width: 100%;
    padding: 1vw 0;
    }
  .sh_nav_items {
    width: calc(100% - 90px);
    justify-content: space-between;
    align-items: center;
  }
  .sh_nav_item {
    width: 33.33%;
    line-height: 1.5;
  }
  .sh_nav_item:first-child {
    border-left: 0;
  }
  a:link.sh_nav_link, a.sh_nav_link:visited {
    padding: 5px;
    font-size: 10px;
    text-align: center;
  }
  .nav_item--application {
    width: 90px;
  }
  a:link.sh_nav_link--application, a.sh_nav_link--application:visited {
    padding:5.6vw 0 5.6vw 10px;
    font-size: 11px;
    text-align: left;
  }
  a.sh_nav_link::after {
    content: none;
  }
  /*end_keyvis*/
  .content-box img {
    width: 100%;
  }
  .contents {
    position: relative;
    width: auto;
    margin: 0 auto;
  }
  .contents::before, .contents::after {
    content: '';
    display: block;
    width: calc((100vw - 1240px) / 2);
    height: 60px;
    background: #1f2d36;
    position: absolute;
    top: 0;
    z-index: 0;
  }
  .contents::before {
    left: calc((100vw - 1250px) / 2 * -1);
  }
  .contents::after {
    right: calc((100vw - 1250px) / 2 * -1);
  }
  /*----------------------------------------*/
  .spFuki01 {
    /*background-color: #f5f5f5;*/
    padding: 10px;
    margin-bottom: 10px;
  }
  .mainContentsWrap {
    /*background-image: url('../images/cont_bg01_sp.png');
		background-repeat: no-repeat;
		background-position: center 96vw;
		background-size: contain;*/
    background-color: #f5f5f5;
  }
  .ancNaviWrapBase {
    height: 60px;
    position: relative;
  }
  .ancNaviWrap {
    background-color: #1a2e36;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
  }
  .ancNaviWrap.fixed {
    position: fixed;
  }
  .ancNaviIn {
    position: relative;
  }
  .ancUl01 {
    padding: 10px 0px 10px 0px;
    float: right;
    width: auto;
  }
  #main-content .ancUl01 li {
    float: left;
    position: relative;
  }
  #main-content .ancUl01 li a {
    display: table;
    position: relative;
  }
  #main-content .ancUl01 li a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 36px;
    border-left: 1px solid #31434a;
    padding: 0px 6vw 0px 5px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2em;
  }
  .ancUl01 li:first-child a span {
    border-left: 0;
  }
  .ancUl01 li a span::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .ancUl01 li.ancNaviBtn01 {
    width: 87px;
  }
  .ancUl01 li.ancNaviBtn01 a {
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0px;
  }
  .ancUl01 li.ancNaviBtn01 a span {
    background-color: #a69d4d;
    border-left: none;
    height: 66px;
  }
  .contBlock01 {
    height: 167vw;
  }
  .contH201 {
    display: none;
  }
  .contBlock02 {
    padding: 40px 0px 40px 0px
  }
  .itBlock01 {
    padding: 0px 0px 40px 0px;
  }
  .contH301 {
    width: 240px;
    margin: 0px auto 32px auto !important;
  }
  .contH301.contH302 {
    width: 98px;
    margin: 0px auto 75px auto;
  }
  .contH301.contH303 {
    width: 260px;
    margin: 0px auto 60px auto;
  }
  .contH301.contH304 {
    width: 52px;
    margin: 0px auto 80px auto;
  }
  .contText01 {
    font-size: 14px;
    line-height: 1.78em;
    padding: 0px 15px 0px 15px;
    ;
    margin-bottom: 44px;
  }
  .priceFukiWrap {
    padding-left: 25px;
    margin-bottom: 18px;
  }
  #main-content .priceFukiWrap li {
    width: auto;
    float: left;
    padding-right: 23px;
  }
  .priceContUl01 {}
  #main-content .priceContUl01 li {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 10px;
    width: 90%;
    margin: 0 auto 25px auto;
    box-sizing: content-box;
  }
  .priceBox01 {
    padding: 0;
    display: block;
  }
  .priceFlexBox01 {
    width: auto;
    margin-bottom: 20px;
  }
  .priceTb01 {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .priceCell01 {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 40px;
  }
  .priceCell02 {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: 8px;
  }
  .priceCell02 .text01 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
  }
  .priceCell02 .text01 span {
    font-size: 12px;
    line-height: 1.2em;
    font-weight: bold;
  }
  .priceCell02 .text02 {
    font-size: 12px;
    line-height: 1.45em;
  }
  .priceFlexBox02 {
    width: 100%;
    margin: auto;
  }
  .priceBtn01 {
    display: table;
    width: 100%;
    position: relative;
  }
  .priceBtn01 a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #a69d4d;
    box-sizing: border-box;
    border-bottom: 5px solid #8e8642;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
  }
  .priceBtn01 a::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: 90px;
    top: 50%;
    margin-top: -6px;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .priceBtn01 a:link {
    color: #ffffff;
    text-decoration: none;
  }
  .priceBtn01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .priceBtn01 a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .priceBtn01 a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .priceBtn01.manseki {
    display: table;
    width: 100%;
    position: relative;
  }
  .priceBtn01.manseki span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
    background-color: #bfbfbf;
    border-bottom: none;
  }
  .priceBtn01.weiting a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #91c0a1;
    box-sizing: border-box;
    border-bottom: 5px solid #7ca389;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
  }
  .priceBoxIn01 {
    display: table;
    width: 100%;
  }
  .priceBoxInCell01 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 130px;
  }
  .priceText01 {
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
  }
  .priceText02 {
    font-size: 28px;
    line-height: 1.15em;
    font-weight: bold;
    text-align: center;
  }
  .priceText02 span {
    font-size: 14px;
    line-height: 1.15em;
  }
  .priceBoxIn02 {
    border-top: 2px dotted #a69d4d;
    margin-bottom: 10px;
    padding: 10px 0 0 0;
  }
  .priceText03 {
    font-size: 13px;
    line-height: 1.54em;
    font-weight: bold;
  }
  .priceText04 p {
    display: inline-block;
    font-size: 12px;
    line-height: 1.66em;
  }
  .priceText04 p span {
    color: #a69d4d;
  }
  .priceModalBtnWrap {
    text-align: right;
  }
  .priceModalBtn01 {
    display: table;
    width: 118px;
    margin: 10px 0px auto auto;
  }
  .priceModalBtn01 a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 24px;
    border: 1px solid #a69d4d;
    color: #a69d4d;
    font-size: 12px;
    line-height: 1.0em;
  }
  .priceModalBtn01 a:link {
    color: #a69d4d;
    text-decoration: none;
  }
  .priceModalBtn01 a:visited {
    color: #a69d4d;
    text-decoration: none;
  }
  .priceModalBtn01 a:hover {
    color: #a69d4d;
    text-decoration: none;
  }
  .priceModalBtn01 a:active {
    color: #a69d4d;
    text-decoration: none;
  }
  .priceBox02 {
    background-color: #ffffff;
    padding: 15px 20px 15px 20px;
    margin: 0px 15px;
  }
  #main-content .priceUl01 li {
    font-size: 12px;
    line-height: 1.87em;
    letter-spacing: 0.07em;
    text-indent: -1em;
    padding-left: 1em;
  }
  /*--------------------------*/
  .highlightBlock01 {
    margin-bottom: 40px;
    padding: 40px 20px 0px 20px;
    position: relative;
  }
  .highlightImgArea {
    width: auto;
    position: relative;
  }
  .highlightTextArea {
    box-sizing: border-box;
    width: auto;
    padding: 0 25px 25px 25px;
    position: relative;
    /*padding-top: 70px;*/
  }
  .highlightTextArea.pdNon01 {
    padding: 0px;
  }
  .highlightTextArea.textWh {
    color: #ffffff;
  }
  .highlightTextArea .h401 {
    font-size: 21px;
    line-height: 1.55em;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin-bottom: 15px;
  }
  .highlightTextArea .text01 {
    font-size: 14px;
    line-height: 1.96em;
    letter-spacing: 0.075em;
  }
  .highlightRight {
    float: none;
  }
  .highlightLeft {
    float: none;
  }
  .highlightImgArea.highlightRight {
    position: relative;
    right: 0px;
    margin-bottom: -30px;
  }
  .highlightImgArea.highlightLeft {
    position: relative;
    left: 0px;
    margin-bottom: -30px;
  }
  .highlightTextArea.highlightLeft {
    margin-left: 0px;
  }
  .highlightTextArea.highlightRight {
    margin-right: 0px;
  }
  .highlightBgRight {
    background-color: #1a2e36;
    width: 120vw;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -25px;
    margin-left: 0px;
  }
  .highlightBgLeft {
    background-color: #1a2e36;
    width: 120vw;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -25px;
    margin-right: 0px;
  }
  /*---------------------*/
  .itineraryH4 {
    background-color: #aa8d54;
    position: relative;
  }
  .itineraryH4Bg {
    background-color: #060d11;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
  }
  .itineraryH4 h4 {
    position: relative;
    background-repeat: no-repeat;
    background-position: -115px top;
    background-size: auto 100%;
    height: 60px;
  }
  .itineraryH4 h4.itineraryH402 {}
  .itineraryH4 h4.itineraryH403 {}
  .itineraryH4 h4 span {
    display: none;
  }
  .itineraryTable01 {
    width: 100%;
  }
  .itineraryTable01 td {
    text-align: left;
    vertical-align: middle;
    height: 15px;
    position: relative;
  }
  .itineraryTable01 td.left {
    width: 50px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 1.78em;
    text-align: left;
    vertical-align: middle;
  }
  .itineraryTable01 td.mid {
    text-align: center;
    vertical-align: middle;
    width: 25px;
    background-color: #f2eeda;
    position: relative;
  }
  .itineraryTable01 td.right {
    padding: 17px 20px 17px 20px;
  }
  .itineraryTable01 .small td {
    height: 0px;
  }
  .itineraryTable01 .small td.right {
    height: 0px;
    padding: 5px 20px 5px 20px;
  }
  .itineraryTable01 td.right.pdNone {
    padding: 0px 20px 0px 20px;
  }
  .itineraryTable01 td.right.border01::before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #c8c8c8;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .itineraryTable01 td.right.border01::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #c8c8c8;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .tdIcon01::after {
    content: "";
    background-image: url("../images/contents_Itinerary_mark01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px 11px;
    width: 60px;
    height: 11px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -30px;
  }
  .tdLineTop::before {
    content: "";
    width: 6px;
    height: 50%;
    background-color: #a9894b;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
  }
  .tdLineMid::before {
    content: "";
    width: 6px;
    height: 100%;
    background-color: #a9894b;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0px;
  }
  .tdLineBot::before {
    content: "";
    width: 6px;
    height: 50%;
    background-color: #a9894b;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0px;
  }
  .itineraryText01 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: 0.075em;
  }
  .itineraryText01 .span01 {
    font-size: 14px;
    font-weight: normal;
  }
  .itineraryText01 img {
    vertical-align: middle;
    width: 16px;
    margin-right: 4px;
  }
  .itineraryText02 {
    font-size: 14px;
    line-height: 1.78em;
    letter-spacing: 0.075em;
  }
  .itineraryFlex01 {
    display: block;
    width: auto;
  }
  .itineraryFlexBox01 {
    width: auto;
  }
  .itineraryFlexBox01 img {
    position: relative;
    left: 0px;
    top: -50px;
  }
  .itineraryFlexBox02 {
    width: auto;
    padding: 0px 15px;
  }
  #main-content .itineraryTit01 {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin-bottom: 8px;
  }
  .itineraryTit01 .span01 {
    font-size: 14px;
  }
  #main-content .itineraryUl01 li {
    font-size: 14px;
    line-height: 1.78em;
    letter-spacing: 0.075em;
    text-indent: -1em;
    padding-left: 1em;
  }
  .itineraryBlock01 {
    background-color: #1a2e36;
  }
  div#main-content ul.itineraryUl02 {
    padding: 15px;
  }
  #main-content .itineraryUl02 li {
    display: block;
    margin-bottom: 10px;
  }
  div#main-content ul.itineraryUl02 li .itineraryCell01 {
    display: block;
    text-align: left;
    vertical-align: top;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.9em;
  }
  /*------------------*/
  #main-content .contBottomBlock01 {
    padding: 0px 0px 40px 0px;
  }
  .bannerWrap01 {
    text-align: center;
    padding: 0px 15px;
  }
  .bannerWrap01 img {
    width: 100%;
  }
  .bottomBox01 {
    border: 3px solid #e1e1e1;
    padding: 15px 15px 20px 15px;
    margin: 30px 15px 0px 15px;
  }
  .bottomH301 {
    font-size: 16px;
    line-height: 1.56em;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
  }
  #main-content .bottomUl01 li {
    font-size: 12px;
    line-height: 1.87em;
    letter-spacing: 0.075em;
    text-indent: -1em;
    padding-left: 1em;
  }
  /*---スライド-----------------------*/
  .omotenashiSlideWrap {
    position: relative;
    height: auto;
    padding: 60px 0px 60px 0px;
  }
  #slider {
    width: auto;
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 0px;
  }
  .slick-list {
    overflow: visible;
  }
  #slider .slide-item {
    width: auto;
  }
  .omotenashiImg01 img {
    width: auto;
    min-width: 100px;
  }
  #slider .slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
  }
  #slider .slick-prev {
    position: absolute;
    top: -89px;
    left: auto;
    margin-left: 0px;
    right: 55px;
    z-index: 50;
    background-image: url("../images/cont_slide_prev.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
  #slider .slick-next {
    position: absolute;
    top: -100px;
    left: auto;
    margin-left: 0px;
    right: 13px;
    z-index: 50;
    background-image: url("../images/cont_slide_next.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
  #thumbnail-list {
    position: absolute;
    left: 20px;
    margin-left: 0px;
    /*top: 590px;*/
    bottom: 10px;
  }
  #thumbnail-list .thumbnail-item {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 30px;
    margin: 0px 2px;
  }
  #thumbnail-list .thumbnail-item.thumbnail-current {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    transition-duration: 0.3s;
  }
  #thumbnail-list .thumImg01 {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #thumbnail-list .thumImg01 img {
    width: auto;
    height: 36px;
  }
  .ttl div {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
  }
  .ttl div p {
    font-size: 4.6vw;
    padding: 0px 0 0 15vw;
    line-height: 1.2;
    text-align: left;
  }
  .ttl div p span {
    font-size: 3.2vw;
    margin-top: 5px;
  }
  .ttl div p span small {
    font-size: 3.0vw;
  }
  /*---スライド-----------------------*/
  .omotenashiSlideWrap {
    position: relative;
    height: auto;
    padding: 60px 0px 60px 0px;
  }
  div#main-content ul#slider {
    width: auto;
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 0px;
  }
  div#main-content .slick-list {
    overflow: visible;
  }
  div#main-content ul#slider .slide-item {
    width: auto;
  }
  .omotenashiImg01 img {
    width: auto;
    min-width: 100px;
  }
  div#main-content ul#slider .slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0px;
    line-height: 0px;
    text-indent: -9999px;
  }
  div#main-content ul#slider .slick-prev {
    position: absolute;
    top: -97px;
    left: calc(98vw - 90px )!important;
    z-index: 50;
    background-image: url("../images/cont_slide_prev.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
  div#main-content ul#slider .slick-next {
    position: absolute;
    top: -110px;
    left: calc(98vw - 40px );
    margin-left: 0px;
    right: 13px;
    z-index: 50;
    background-image: url("../images/cont_slide_next.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
  div#main-content #thumbnail-list {
    position: absolute;
    left: 20px;
    margin-left: 0px;
    bottom: 10px;
  }
  div#main-content #thumbnail-list .thumbnail-item {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 30px;
    margin: 0px 2px;
  }
  div#main-content #thumbnail-list .thumbnail-item.thumbnail-current {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    transition-duration: 0.3s;
  }
  div#main-content #thumbnail-list .thumImg01 {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  div#main-content #thumbnail-list .thumImg01 img {
    width: auto;
    height: 36px;
  }
  /* ラグジュアリー追加css */
  .block_control {
    margin-bottom: 0;
  }
  .block_control h3 {
    margin-bottom: 15px;
  }
  .item_control {
    width: calc(100% / 2);
  }
  .item_control:nth-child(1), .item_control:nth-child(2) {
    margin-bottom: 15px !important;
  }
  .item_control .txt_control {
    font-size: 12px;
    line-height: 1.5;
  }
  .block_control .dTxt_control {
    font-size: 12px;
  }
  .block_features {
    margin-bottom: 50px;
    padding: 20px 10px;
  }
  .block_features h3, .block_features h3 span {
    color: #fff !important;
  }
  .block_features h3 {
    margin-bottom: 15px;
  }
  .flex_features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .item_features {
    width: 100%;
  }
  .item_features:first-of-type {
    margin-bottom: 20px;
  }
  .item_features dt {
    font-size: 16px;
  }
  .item_features dd {
    font-size: 12px;
  }
  .soldout {
    position: relative;
  }
  .soldout_txt {
    height: 96%;
  }

  .block_introduction {
    padding: 0 3%;
  }
  .block_introduction .flex_control {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .block_introduction .block_contH4 {
    display: block;
    width: 100%;
    height: auto;
  }
  .contH4 {
    margin: 0 0 10px 0;
  }
  .txt_intro {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .detail_intro {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .block_introduction.dx_suite .flex_control {
    /*
		display:-webkit-box;
　　display: -webkit-flex;
　　display:-ms-flexbox;
　　display: flex;
　　-webkit-flex-wrap:wrap;
　　-ms-flex-wrap:wrap;
　　flex-wrap:wrap;
*/
    display: block;
  }
  .block_introduction.dx_suite .flex_control .trainImg01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: block;
  }
  .block_introduction.dx_suite .flex_control .block_contH4 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    display: block;
  }
  .block_introduction.lounge .flex_control {
    /*
		display:-webkit-box;
　　display: -webkit-flex;
　　display:-ms-flexbox;
　　display: flex;
　　-webkit-flex-wrap:wrap;
　　-ms-flex-wrap:wrap;
　　flex-wrap:wrap;
*/
    display: block;
  }
  .block_introduction.lounge .flex_control .trainImg01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: block;
  }
  .block_introduction.lounge .flex_control .block_contH4 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    display: block;
  }
  .block_introduction.view_terrace .flex_control {
    /*
		display:-webkit-box;
　　display: -webkit-flex;
　　display:-ms-flexbox;
　　display: flex;
　　-webkit-flex-wrap:wrap;
　　-ms-flex-wrap:wrap;
　　flex-wrap:wrap;
*/
    display: block;
  }
  .block_introduction.view_terrace .flex_control .trainImg01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: block;
  }
  .block_introduction.view_terrace .flex_control .block_contH4 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    display: block;
  }
  .bottomBox02 .flex_control {
    /*
		display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
*/
    display: block;
  }
  .contBottomBlock01 .bottomBox02{
    padding: 0 6vw;
  }
  #main-content .bottomBox02 .item_control {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  #main-content .bottomBox02 .item_control img {
    width: 100%;
  }
  .bottomBox02 .item_control .txt_control {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .block_plan01 {
    padding: 4%;
    width: 96%;
    margin: 0 auto;
  }
  .block_plan02 {
    padding: 4%;
    width: 96%;
    margin: 40px auto 0;
  }
  .block_plan02 .tour-block__slid_img li img{
    /* margin-left: 7vw; */
  }
  .tour-block__ttl{
     font-size: 1.8rem;
  }
  .round {
    border: 1px solid #A69D4D;
    background-color: #fff;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    height: auto;
    display: table;
  }
  .round > p{
    font-size: 2rem;
  }
  .plan_box01 {
    padding-left: 0;
    padding: 6px;
  }
  .plan_name {
    margin-bottom: 20px;
  }
  .link_btn {
    width: 100%;
  }
  .link_btn a {
    display: block;
    margin-top: 20px;
  }
  .link_btn2 {
    width: 100%;
  }
  .link_btn2 a {
    display: block;
    margin-top: 20px;
      width: 100%;
      font-size: 3.6vw;
  }
  .sub_train02 img {
    width: 100%;
  }
    
    .tour-syousai_block{
        display: flex;
        flex-direction: column;
    }
    .tour-block__slid_img{
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .tour-block__slid_img li img{
      width: 58%;
      height: auto;
    }
}

