@charset "UTF-8";
/* CSS Document */
/*----------------------------------
	1809 下層ページ 改修
----------------------------------*/
/* アコーディオン */
.acObj {
  cursor: pointer;
}

.acOuter {
  overflow: hidden;
}
.acOuter.onLoad {
  height: 0;
}
.acOuter > .acInner {
  transition: margin-top .4s ease 0s;
}
.acOuter > .acInner.onOpen {
  margin-top: 0 !important;
}

.japan-heritage {
  color: #1a1a1a;
}

.slideArea {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.slideArea .slideImgList {
  width: 100%;
  height: 525px;
  overflow: hidden;
  list-style-type: none;
}
.slideArea .slideImgList .slideImgItem {
  position: relative;
  line-height: 0;
}
.slideArea .slideImgList .slideImgItem > img {
  max-width: 100%;
  height: auto;
}
.slideArea .slideImgList .slideImgItem > .slideImgItemCaption {
  position: absolute;
  display: block;
  left: 5px;
  bottom: 5px;
  font-size: 14px;
  line-height: 1;
  text-shadow: 1px 0px 1px #fff, 1px 1px 1px #fff, 0px 1px 1px #fff, -1px 1px 1px #fff, -1px 0px 1px #fff, -1px -1px 1px #fff, 0px -1px 1px #fff, 1px -1px 1px #fff;
}
.slideArea .slideImgList .slideImgItem.slide02 > .slideImgItemCaption {
  position: absolute;
  display: block;
  left: 5px;
  bottom: 92px;
  font-size: 14px;
  line-height: 1;
  text-shadow: 1px 0px 1px #fff, 1px 1px 1px #fff, 0px 1px 1px #fff, -1px 1px 1px #fff, -1px 0px 1px #fff, -1px -1px 1px #fff, 0px -1px 1px #fff, 1px -1px 1px #fff;
}
.slideArea .slideImgList .slideImgItem.slide06 > .slideImgItemCaption {
  position: absolute;
  display: block;
  left: 5px;
  bottom: 155px;
  font-size: 14px;
  line-height: 1;
  text-shadow: 1px 0px 1px #fff, 1px 1px 1px #fff, 0px 1px 1px #fff, -1px 1px 1px #fff, -1px 0px 1px #fff, -1px -1px 1px #fff, 0px -1px 1px #fff, 1px -1px 1px #fff;
}
.slideArea .slideImgList .slideImgItem.slide01 .slideImgItemCaption {
  left: 95px;
}
.slideArea .slideImgList .slideImgItem.slide02 .slideImgItemCaption {
  left: 165px;
  bottom: 5px;
}
.slideArea .slideImgList .slideImgItem.slide03 .slideImgItemCaption {
  left: 137px;
}
.slideArea .slideImgList .slideImgItem.slide04 .slideImgItemCaption {
  left: 125px;
}
.slideArea .slideImgList .slideImgItem.slide05 .slideImgItemCaption {
  left: 95px;
}
.slideArea .slideImgList .slideImgItem.slide06 .slideImgItemCaption {
  left: 95px;
  bottom: 5px;
}
.slideArea .thumbImgList {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.slideArea .thumbImgList > .thumbImgItem {
  box-sizing: border-box;
  width: 150px;
  height: 106px;
  margin: 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
.slideArea .thumbImgList > .thumbImgItem > img {
  max-width: 100%;
  height: auto;
}
.slideArea .thumbImgList > .thumbImgItem.current {
  border: 2px solid #000;
}

.leadArea {
  width: 960px;
  margin: 80px auto 40px auto;
  padding: 0 20px;
}
.leadArea > .leadHeader {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1;
  color: #d20b1d;
  text-align: center;
}
.leadArea > .leadContent {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.listArea {
  width: 960px;
  margin: 40px auto 80px auto;
}
.listArea > .listHeader {
  padding: 25px 0;
  font-size: 20px;
  line-height: 1;
  color: white;
  text-align: center;
  background-color: #003567;
  letter-spacing: .1em;
}
.listArea > .listHeader:after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 12px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: .5em;
}
.listArea > .listHeader.onOpen:after {
  transform: rotate(-180deg);
}
.listArea > .acOuter > .acInner {
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  background-color: #fafafa;
}
.listArea > .acOuter > .acInner > .listTable {
  width: 100%;
}
.listArea > .acOuter > .acInner > .listTable tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e6e6e6;
}
.listArea > .acOuter > .acInner > .listTable tr > th, .listArea > .acOuter > .acInner > .listTable tr td {
  box-sizing: border-box;
  width: 284px;
  padding: 16px 0;
}
.listArea > .acOuter > .acInner > .listTable tr > td {
  font-size: 14px;
  line-height: 1.4;
  padding-left: .5em;
}
.listArea > .acOuter > .acInner > .listTable .listTableHeaderRow {
  border-bottom: none;
}
.listArea > .acOuter > .acInner > .listTable .listTableHeaderRow > th {
  padding: 13px 0;
  background-color: #000;
  color: white;
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
.listArea > .acOuter > .acInner > .listClose {
  margin-top: 25px;
  margin-left: -31px;
  margin-right: -31px;
  padding: 14px 0;
  line-height: 1;
  color: white;
  text-align: center;
  background-color: #003567;
}
.listArea > .acOuter > .acInner > .listClose:after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 12px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(-180deg);
}

.osusumeArea {
  width: 960px;
  margin: 80px auto 70px auto;
}
.osusumeArea > .osusumeItem {
  margin-bottom: 70px;
  background-color: #fafafa;
}
.osusumeArea > .osusumeItem:last-child {
  margin-bottom: 0;
}
.osusumeArea > .osusumeItem > .osusumeHeader {
  padding: 13px 20px;
  background-color: #d20b1d;
  font-size: 16px;
  line-height: 1;
  color: white;
  margin-bottom: 28px;
}
.osusumeArea > .osusumeItem > .osusumeContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 20px;
  font-size: 14px;
}
.osusumeArea > .osusumeItem > .osusumeContent > dt {
  width: 120px;
  padding: 4px 0;
  margin-bottom: 40px;
  text-align: center;
  color: white;
  line-height: 1;
  background-color: #003567;
}
.osusumeArea > .osusumeItem > .osusumeContent > dd {
  width: 780px;
  margin-bottom: 40px;
  line-height: 1.5;
}

.tourArea {
  margin-top: 70px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.tourArea > .tourInner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.tourArea > .tourInner > .tourHeader {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 12px;
  color: #d20b1d;
  letter-spacing: .1em;
}
.tourHeader span {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: .1em;
  color: #d20b1d;
}
.tourArea > .tourInner .formArea {
  margin-top: 35px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  background-color: white;
}
.tourArea > .tourInner .formArea .formTop {
  margin-bottom: 20px;
}
.tourArea > .tourInner .formArea .formMiddle {
  display: flex;
  justify-content: space-between;
}
.tourArea > .tourInner .formArea .formBottom {
  margin-top: 20px;
}
.tourArea > .tourInner .formArea .formBottom .formResult {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.tourArea > .tourInner .formArea .formBottom .formResult > .resultHeader {
  position: relative;
  padding: 4px 4px 4px 8px;
  background-color: #d20b1d;
  color: white;
  font-size: 14px;
  line-height: 18px;
}
.tourArea > .tourInner .formArea .formBottom .formResult > .resultHeader:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 10px solid #d20b1d;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  top: 0;
  left: 100%;
}
.tourArea > .tourInner .formArea .formBottom .formResult > .resultText {
  margin-left: 20px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.2;
}
.tourArea > .tourInner .formArea .formBottom .formResult > .resultText > span {
  font-weight: bold;
  color: #d20b1d;
  font-size: 200%;
  line-height: 1;
  margin-right: .1em;
}
.tourArea > .tourInner .formArea .select-wrap {
  position: relative;
}
.tourArea > .tourInner .formArea .select-wrap::before {
  content: "";
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 11px;
  height: 9px;
  background-repeat: no-repeat;
  background-image: url(../images/selectArrow.png);
  background-size: 100%;
  pointer-events: none;
  transform: translateY(-50%);
}
.tourArea > .tourInner .formArea .select-wrap select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #666;
  width: 100%;
}
.tourArea > .tourInner .formArea .select-wrap select option {
  background-color: #fff;
  color: #333;
}
.tourArea > .tourInner .formArea .select-wrap select:-ms-expand {
  display: none;
}
.tourArea > .tourInner .formArea .select-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.tourArea > .tourInner .formArea .select-wrap.from {
  width: 450px;
}
.tourArea > .tourInner .formArea .select-wrap.to {
  width: 450px;
}
.tourArea > .tourInner .formArea .select-wrap.area {
  width: 450px;
}
.tourArea > .tourInner .formSubArea {
  margin-top: 16px;
}
.tourArea > .tourInner .formSubArea .sort {
  line-height: 1;
}
.tourArea > .tourInner .formSubArea .sort > span {
  font-weight: bold;
  margin-left: 15px;
}
.tourArea > .tourInner .formSubArea .sort > span:first-child {
  margin-left: 0;
}
.tourArea > .tourInner .searchResultArea {
  margin-top: 30px;
}
.tourArea > .tourInner .searchResultArea .pager {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.tourArea > .tourInner .searchResultArea .pager > li {
  display: block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
}
.tourArea > .tourInner .searchResultArea .pager > li > a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  background-color: #f0f0f0;
  color: #195ec3;
  transition: color .2s linear 0s, background-color .2s linear 0s;
}
.tourArea > .tourInner .searchResultArea .pager > li > a.on, .tourArea > .tourInner .searchResultArea .pager > li > a:hover {
  color: #fff;
  background-color: #195ec3;
}
.tourArea > .tourInner .searchResultArea .searchResultList {
  margin: 20px 0;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  background-color: white;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem + .searchResultItem {
  margin-top: 20px;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem > .imageArea {
  position: relative;
  width: 410px;
  display: flex;
  justify-content: space-between;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem > .imageArea > .image {
  display: block;
  width: 200px;
  height: 150px;
  text-align: center;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem > .imageArea > .image > img {
  max-width: 100%;
  max-height: 100%;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem > .txtArea {
  position: relative;
  flex: 1;
  margin-left: 10px;
  padding-bottom: 40px;
  text-align:left;
}
.hatsu {
	color:#FFFFFF;
	background-color:#003567;
	font-size: 18px;
	line-height:1;
	font-weight:bold;
	padding:5px;
	display:inline-block;
	margin-bottom:5px;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem > .txtArea > .title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #195ec3;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem > .txtArea > .title a {
  color: #195ec3;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem > .txtArea > .price {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #d20b1d;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem > .txtArea > .comment {
  font-size: 14px;
  color: #1a1a1a;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem > .txtArea > .btn {
  position: absolute;
  width: 250px;
  padding: 8px 0;
  background-color: #d20b1d;
  font-size: 18px;
  line-height: 1;
  color: white;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  right: 0;
  bottom: 0;
  transition: opacity .2s linear 0s;
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem > .txtArea > .btn::after {
  content: "＞";
  display: block;
  position: absolute;
  font-size: 14px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.tourArea > .tourInner .searchResultArea .searchResultList .searchResultItem > .txtArea > .btn:hover {
  opacity: .7;
}

.blog {
  margin-bottom: 100px;
}

.japan-heritage h1 {
	text-align:center;
	font-size:30px;
	font-weight:bold;
	line-height:1.5;
	color:#FFFFFF;
	background-color:#000000;
	width:960px;
	margin:0 auto;
	padding:30px 0;
	margin-bottom:20px;
	}
.japan-heritage h1 span {
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
	background-color:#000000;
	}
	
.searchResultList {
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.peripheralBtnWrapper {
	width:960px;
	margin:30px auto 0;
	clear:both;
	overflow:hidden;
}
.peripheralBtn {
	padding:10px;
	background-color:#d20b1d;
	text-align:center;
	width:300px;
	float:right;
}
.peripheralBtn a {
	padding:10px;
	background-color:#d20b1d;
	text-align:center;
	width:300px;
	font-size:18px;
	color:#FFFFFF;
}

/*都道府県を選択が1県のとき*/
.select-wrap.to{
	height: 40px;
	padding: 8px 12px;
	border: 1px solid #cccccc;
	border-radius: 0;
	color: #666;
	width: 100%;
}
.tourArea > .tourInner .formArea .select-wrap.to::before{
	background-image:none;
}
/*都道府県を選択が1県のとき*/