@charset "UTF-8";

body {
  font-size: 1.6rem;
  color: #2f2f2f;
}

/* .contents li{
  line-height: 1.2 !important;
}
.breadCrumbs > .inner .links li{
  line-height: 24px !important;
}

.txtList > li{
  background: url(/commonY15/img/blt_dot_black_01.png) 0 4px no-repeat;
} */

.contBlock {
  padding-top: 0;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

.innerWrap {
  width: 950px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
}

/* .innerWrap-mv{
  position: relative;
  z-index: 1;
  width: 950px;
  height: 500px;
  margin: auto;
} */

.titleBlock {
  text-align: center;
}

.titleBlock .title {
  color: #b99c6f;
  font-size: 3.3rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: 'Noto Serif JP', serif;
}

.titleBlock .titleSub {
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-top: 20px;
}

.titleBlock .titleSub:before,
.titleBlock .titleSub:after {
  content: '';
  position: absolute;
  top: 55%;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #000;
}

.titleBlock .titleSub:before {
  left: 0;
}

.titleBlock .titleSub:after {
  right: 0;
}

.textBlock .txtList {
  text-align: left;
  margin: 0 auto;
  width: 855px;
}

.textBlock.point_txt .txtList li {
  line-height: 2.0;
  text-indent: -1.0em;
  padding-left: 1.0em;
}

.txtList>li {
  background: none;
  margin-top: 5px;
}

.txtList>li .b_red {
  font-weight: bold;
  font-size: 2.2rem;
  color: #cc0000;
  font-family: 'Noto Serif JP', serif;
}

.photo_credits {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 1.2rem;
}




/*================================================================================

mainVisual

================================================================================*/

.mainVisual .title {
  line-height: 0;
}



.mainVisual .icon {
  width: 110px;
  position: absolute;
  top: 20px;
}

.mainVisual .contArea .title {
  width: 460px;
  z-index: 1;
  position: absolute;
  top: 30px;
}

.mainVisual .contArea .image {
  width: 378px;
  z-index: 2;
  padding-left: 35px;
  position: absolute;
  bottom: -6px;
}

.mainVisual .contArea .image img {
  vertical-align: top;
}

.mainVisual .contArea .mv_map {
  width: 248px;
  z-index: 2;
  padding-left: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}


/*================================================================================

sec02

================================================================================*/


.leadArea {
  text-align: left;
  font-size: 1.8rem;
  margin: 80px auto 0;
  font-family: 'Noto Serif JP', serif;
  width: 730px;
}

.leadArea p {
  line-height: 2.0;
}


.sec02 {
  background-color: #f4f1eb;
  /* margin-top: 80px; */
}

.sec02 .line_box01 {
  background: url(../img/line_box01.png);
  width: 850px;
  padding: 10px;
  height: 340px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 35px;
  margin-top: 25px;
}


.sec02 .line_box01 .txtList {
  text-align: left;
  margin: 0 150px;
  width: 580px;
  margin-top: 35px;
  line-height: 1.5;

}

.sec02 .line_box01 .txtList>li {
  padding-left: 0;

}

.sec02 .line_box01 .txtList span {
  font-weight: bold;
}

.sec02 .line_box01 .txtList .txtIndent01 {
  text-indent: -3em;
  padding-left: 3em;
}

.sec02 .line_box01 .annotation {
  text-align: left;
  margin: 0 140px 0 160px;
  text-indent: -1.0em;
  padding-left: 1.0em;
  font-size: 1.2rem;
  margin-top: 20px;
  line-height: 1.7;
}

.sec02 .border_line {
  margin-top: 60px;
  border-top: 1px solid #b99c6f;
}

.sec02 .subhead_Block {
  margin-top: 60px;
  text-align: center;
}

.sec02 .subhead_Block .subhead_tit {
  font-size: 2.0rem;
}

.sec02 .subhead_Block .subhead_text {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  margin: 20px auto 0;
  width: 854px;
}

.sec02 .train_full {
  background: url(../img/sec02_train.jpg);
  height: 0;
  background-repeat: no-repeat;
  padding-top: 20%;
  margin: 30px 0 0;
  background-size: 100%;
}

.sec02 .hd_ribbon {
  width: 420px;
  margin: 40px auto 0;
}

.sec02 .tour_area {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

.sec02 .tour_tit {
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 2.0rem;
  font-weight: bold;
}


.sec02 .tour_tit:before,
.sec02 .tour_tit:after {
  content: '';
  position: absolute;
  top: 55%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #b99c6f;
}

.sec02 .tour_tit:before {
  left: 0;
}

.sec02 .tour_tit:after {
  right: 0;
}

.sec02 .tour_text {
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin-top: 5px;
}

.sec02 .tour_img_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.sec02 .tour_img_box:nth-of-type(1) {
  margin-bottom: 35px;
}

.sec02 .tour_img {
  width: calc(50% - 10px);
}

.sec02 .tour_area .tour_annotation {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 5px;
}


.sec02 .innerWrap02 {
  width: 950px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec02 .innerWrap02:nth-of-type(1) {
  padding: 80px 0 0;
}

.sec02 .innerWrap02:last-of-type {
  padding: 0 0 80px;
  position: relative;
}





/*================================================================================

sec03

================================================================================*/



.sec03 .subhead_tit {
  font-size: 2.0rem;
  text-align: center;
  margin-top: 40px;
}

.sec03 .txtList {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  margin: 15px 160px 0 160px;
}

.sec03 .profArea {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.sec03 .profArea .profArea_child+.profArea_child {
  margin-left: 15px;
}

.sec03 .profArea .profArea_child {
  width: calc(33.333% - 50px);
  border: 1px solid #b99c6f;
  padding: 15px;
}

.sec03 .profArea .profArea_child .textBlock {
  margin-top: 10px;
}

.sec03 .profArea .profArea_child .textBlock .name {
  font-size: 2.0rem;
}

.sec03 .profArea .profArea_child .textBlock .name span {
  font-size: 1.4rem;
  margin-left: 20px;
  letter-spacing: 0.1em;
}

.sec03 .profArea .profArea_child .textBlock .details {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.sec03 .line_box02 {
  background: url(../img/line_box02.png);
  width: 850px;
  padding: 10px;
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 10px auto 0;
  margin-left: 35px;
}

.sec03 .line_box02 .subhead_text {
  text-align: center;
  margin-top: 62px;
  font-size: 1.4rem;
  line-height: 2.0;
  margin-left: 30px;
}


/*================================================================================

sec04

================================================================================*/


.sec04 {
  background-color: #f4f1eb;
}

.sec04 .line_box03 {
  background: url(../img/line_box03.png);
  width: 850px;
  padding: 10px;
  height: 405px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 10px auto 0;
  margin-left: 35px;
}

.sec04 .line_box03 .subhead_text {
  text-align: left;
  margin: 0 160px;
  width: 597px;
  margin-top: 62px;
  font-size: 1.4rem;
  line-height: 2.0;
}

.sec04 .itinerary_area {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.sec04 .itinerary_area .itinerary_lef {
  width: 311px;
}

.sec04 .itinerary_area .itinerary_lef .itinerary_illust {
  margin-top: 30px;
}

.sec04 .itinerary_area .itinerary_rig {
  width: 624px;
}




/* scdTable */


.sec04 .scdTable {
  border: 1px solid #b99c6f;
  table-layout: auto;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.7;
  z-index: 1;
  position: relative;
}

.sec04 .scdTable th {
  background-color: #b99c6f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec04 .scdTable td.table_head {
  text-align: center;
  background-color: #efe7d8;
  padding: 5px;
}

.sec04 .scdTable td.num_b {
  width: 5%;
  padding: 0;
  text-align: center;
}

.sec04 .scdTable td.table_head:nth-of-type(1),
.sec04 .scdTable td.table_head:nth-of-type(2) {
  width: 8%;
  text-align: center;
}

.sec04 .scdTable td {
  background-color: #fff;
  padding: 5px 15px;
  border-left: 1px solid #b99c6f;
  border-bottom: 1px solid #b99c6f;
}

.sec04 .scdTable td.city {
  font-size: 16px;
  width: 24%;
}


.sec04 .scdTable td .edge {
  /* right: 60px;
  position: absolute; */
  font-size: 16px;
  display: block;
  text-align: right;
}

.sec04 .scdTable .bg_beige td {
  background-color: #efe7d8;
}

.sec04 .scdTable tr:last-of-type td {
  border-bottom: none;
}

.sec04 .scdTable td img {
  height: 20px;
}

.sec04 .scdTable .noteList>li {
  margin-top: 0;
}

.sec04 .scdTable .noteList>li>span.listMark {
  margin-right: 0.8em;
}



/*================================================================================

sec05

================================================================================*/


.sec05 .innerWrap {
  position: relative;
}

.sec05 .innerWrap .photo_credits {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 1.2rem;
}

.sec05 .hotel_area .hotel_Block {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.sec05 .hotel_Block {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.sec05 .hotel_Block:nth-child(n+2) {
  /* flex-flow: row-reverse; */
  margin-top: 30px;
}

.sec05 .hotel_Block .hotel_box {
  border: 1px solid #b99c6f;
}

.sec05 .hotel_Block .hotel_box.size01 {
  width: 311px;
}

.sec05 .hotel_Block .hotel_box.size02 {
  width: 624px;
}

.sec05 .hotel_Block .hotel_box .hotel_date_city {
  display: flex;

  border-bottom: 1px solid #b99c6f;
  background-color: #efe7d8;
  align-items: center;
}

.sec05 .hotel_Block .hotel_box .hotel_date_city .hotel_date {
  font-size: 2.0rem;
  background-color: #b99c6f;
  padding: 5px 15px;
  line-height: 1.0;
  color: #fff;
}

.sec05 .hotel_Block .hotel_box .hotel_date_city .hotel_city {
  display: flex;
  color: #b99c6f;
  font-size: 2.6rem;
  line-height: 1.0;
  padding-top: 3px;
  padding-left: 20px;
}

.sec05 .hotel_Block .hotel_box .hotel_date_city .hotel_date span {
  font-size: 2.8rem;
}

.sec05 .hotel_Block .hotel_box .hotel_date_city .icon_img {
  width: 25px;
  padding-top: 4px;
  padding-left: 20px;
  line-height: 1.0;
}


.hotel_Block-inner {
  display: flex;
}

.hotel_Block-inner .hotel_details+.hotel_details {
  border-left: 1px dotted #000;
}


.sec05 .hotel_Block .hotel_box .hotel_details {
  padding: 20px 20px 30px;
}

.sec05 .hotel_Block .hotel_box .hotel_details .hotel_name {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}

.sec05 .hotel_Block .hotel_box .hotel_details .hotel_img {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.sec05 .hotel_Block .hotel_box .hotel_details .hotel_img .vertical_line {
  width: 1px;
  height: auto;
  border-right: 1px dotted #000;
  margin: 0px 20px;
}

.sec05 .hotel_Block .hotel_box .hotel_details .hotel_img:nth-of-type(1) .hotel_photo {
  width: 100%;
}

/* .sec05 .hotel_Block:nth-of-type(2) .hotel_box:nth-of-type(2) .hotel_details .hotel_img {
  padding: 0 11px;
} */

/* .sec05 .hotel_Block:nth-of-type(2) .hotel_box:nth-of-type(2) .hotel_details .hotel_img .hotel_photo {
  width: calc(50% - 10px);
} */



.sec05 .hotel_Block .hotel_box .hotel_details .hotel_img .hotel_photo {
  width: calc(50% - 5px);
}

.sec05 .hotel_Block .hotel_box .hotel_details .hotel_img .hotel_photo.full {
  width: 100%;
}

.sec05 .hotel_Block .hotel_box .hotel_details .hotel_indoor {
  margin-top: 15px;
}

.sec05 .hotel_Block .hotel_box .hotel_details .hotel_indoor .txtList {
  margin-bottom: 5px;
}

.sec05 .hotel_Block .hotel_box .hotel_details .hotel_indoor li {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.0;
  text-indent: -1.0em;
  padding-left: 1.0em;
}

.sec05 .hotel_Block:nth-of-type(2) .hotel_box:nth-of-type(2) .hotel_details .hotel_indoor:nth-of-type(2) {
  margin-top: 10px;
}

.sec05 .hotel_Block .hotel_box .hotel_details .hotel_indoor span {
  font-weight: normal;
  font-size: 1.3rem;
}

.sec05 .hotel_Block .hotel_box .hotel_details .No_Smoking {
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.0;
  color: #a87570;
  border: 1px solid #a87570;
  padding: 3px 8px 4px;
  margin-top: 10px;
  width: 58px;
}


/*================================================================================

sec06

================================================================================*/


.sec06 {
  background-color: #f4f1eb;
}

.sec06 .depTable {
  margin-top: 40px;
}

.sec06 .depTable .depTableTits {
  font-weight: bold;
}

.sec06 .depTable .depTableFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec06 .depTable .depTableFlex .depTableFlex_item {
  width: 48%;
}

.sec06 .depTable .annotation {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}

/* .sec06 .depTable{
  border: 1px solid #b99c6f;
  table-layout: fixed;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.7;
  z-index: 1;
  position: relative;
  margin-top: 40px;
}

.sec06 .depTable th{
  background-color: #b99c6f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #b99c6f;
  font-size: 1.6rem;
}

.sec06 .depTable th:nth-of-type(1){
  width: 35%;
  border-left: none;
}

.sec06 .depTable td{
  background-color: #fff;
  padding: 15px 0;
  font-size: 1.8rem;
  text-align: center;
  border-left: 1px solid #b99c6f;
  border-bottom: 1px solid #b99c6f;
}

.sec06 .depTable td:nth-of-type(2){
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.sec06 .depTable td:nth-of-type(2) span{
  font-size: 1.8rem;
} */

.sec06 .price_comment {
  margin-top: 30px;
}

.sec06 .price_comment .price_comment_tit {
  font-size: 2.0rem;
}

.sec06 .price_comment .price_comment_text {
  font-size: 1.4rem;
  text-align: justify;
  text-indent: -1.0em;
  padding-left: 1.0em;
  line-height: 2.0;
  margin-top: 10px;
}

.sec06 .box_typeA {
  background-color: #fff;
  margin-top: 40px;
}

.sec06 .box_typeA .txtList li {
  text-indent: -1.0em;
  padding-left: 1.0em;
}

.sec06 .box_typeA .txtList li.annotation {
  text-indent: -1.0em;
  padding-left: 1.0em;
  font-size: 1.2rem;
  margin: 10px 0;
}

.sec06 .box_typeA.redbox {
  background-color: #ffffe7;
  border: 1px solid #cc0000;
  margin: 10px auto 8px;
}

.sec06 .box_typeA.redbox .redtit {
  color: #cc0000;
}

.sec06 .box_typeA.redbox .txtList li {
  color: #cc0000;
}

.sec06 .box_typeA.redbox .txtList li.annotation {
  color: #cc0000;
}


/*================================================================================

sec07

================================================================================*/



.sec07 .titleBlock_sf .title_sf {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.sec07 .line_box04 {
  background: url(../img/line_box04.png);
  width: 850px;
  padding: 10px;
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 20px;
  margin-top: -15px;
}

.sec07 .line_box04 .text_box {
  text-align: center;
  margin-top: 62px;
  line-height: 2.0;
  margin-left: 30px;
  line-height: 1.0;
}

.sec07 .line_box04 .head_text {
      font-size: 2rem;
    font-weight: bold;
    margin-top: 100px;
}

.sec07 .line_box04 .annotation {
  font-size: 1.4rem;
  margin-top: 5px;
}

.sec07 .line_box04 .subhead_text {
  font-size: 1.6rem;
  margin-top: 32px;
}


.sec07 .ph_support {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 850px;
  margin-right: 45px;
}


.sec07 .ph_support .ap_box {
  width: calc(50% - 5px);
  text-align: center;
}

.sec07 .ph_support .ap_box .ap_tit {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.0;
  margin-bottom: 20px;
  white-space: nowrap;
}

.sec07 .ph_support .ap_box .ap_subtit {
  font-size: 1.5rem;
  line-height: 1.2;
  white-space: nowrap;
}


.sec07 .ph_support .ap_box .ap_btn {
  background-color: #cc0000;
  padding: 10px;
  margin-top: 30px;
}

.sec07 .ph_support .ap_box .ap_btn:hover {
  opacity: 0.8;
  transition: all ease 0.2s;
}

.sec07 .ph_support .ap_box .ap_btn a {
  color: #fff;
  padding-right: 10px;
}

.sec07 .ph_support .ap_box .ap_btn a img {
  margin-right: 10px;
  width: 15px;
}

.sec07 .ph_support .ap_box .ph_number {
  font-size: 2.5rem;
  color: #cc0000;
  line-height: 1.0;
  padding: 5px 0;
}

.sec07 .ph_support .ap_box .ph_number img {
  width: 27px;
  margin-right: 5px;
  line-height: 1.0;
  vertical-align: bottom;
}

.sec07 .ph_support .ap_box .bu_hours {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  line-height: 1.0;
  margin-top: 8px;
}

.sec07 .vertical_line {
  width: 1px;
  height: auto;
  border-right: 1px dotted #000;
  margin: 0px 10px;
}

.sec07 .titleBlock_sf.gold {
  background-color: #b99c6f;
  padding: 20px auto;
  margin-top: 40px;
  color: #fff;
}

.sec07 .titleBlock_sf .title_sf.gold {
  padding: 10px;
}

.sec07 .ann_Block {
  width: 820px;
  margin: 20px auto 0;
}

.sec07 .ann_Block .ann_text {
  font-size: 1.4rem;
  text-indent: -5.0em;
  padding-left: 5.0em;
}

.sec07 .ann_Block .ann_text span {
  font-weight: bold;
}

.sec07 .ann_Block .ann_comment {
  font-size: 1.2rem;
  padding-left: 6.0em;
}

.sec07 .time_change {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 15px;
  color: #cc0000;
  text-align: center;
}

.sec07 .bnr_area {
  margin-top: 50px;
}

.sec07 .bnr_box {
  width: 100%;
}

.sec07 .bnr_box:nth-child(2) {
  margin-top: 35px;
}


.sec07 .bnr_box img {
  margin-top: 10px;
}

.sec07 .ttlLv1 {
  border-bottom: 3px solid #dcdcdc;
  padding-top: 0;
}

.sec07 .ttlLv1 .bnr_tit {
  color: #333;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}


.sec07 .ttlLv1 .bnr_tit::after {
  content: "";
  display: block;
  width: 37.5%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #c41419;
}

.sec07 .bnr_box .bnr_text {
  line-height: 1.5;
  margin-top: 5px;
  font-size: 1.4rem;
  text-align: justify;
}

.sec07 .bnr_box .bnr_Period {
  font-size: 1.4rem;
  margin-top: 5px;
  line-height: 1.5;
}

.strikethrough {
    text-decoration: line-through;
}
.soldOut {
		margin: -5px 0 5px
}

