@charset "UTF-8";
/* CSS Document */


/* Main Visual */
.topVisualBlock {
  position: relative;
  background: #515457;
  overflow: hidden;
}

.topVisualBlock span.loadMark {
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: spinLoad 1.2s linear 0s infinite;
  position: absolute;
  left: 0;
  top: 42%;
  top: calc(50% - 40px);
  right: 0;
  margin: 0 auto;
}

@keyframes spinLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.topVisualBlock ul.imgList,
.topVisualBlock ul.imgList li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.topVisualBlock ul.imgList li {
  opacity: 0;
  transform: scale(1.08);
  transition: all 1.8s ease;
}

.topVisualBlock ul.imgList li.on {
  opacity: 1;
  transform: scale(1);
}

.topVisualBlock ul.markList {
  text-align: center;
  padding: 0;
  margin: 0;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
  z-index: 1;
}
.topVisualBlock ul.markList.on {
  opacity: 1;
  transform: translateY(0px);
}

.topVisualBlock ul.markList li {
  position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
  padding: 0;
	cursor: pointer;
	background: #fff;
	margin: 4px;
	text-indent: -999px;
	border-radius: 50%;
	float: none;
  overflow: visible;
}

.topVisualBlock ul.markList li.on {
  background: #575b5e;
}

.topVisualBlock ul.markList li span {
  display: none;
  text-indent: -999px;
}

.topVisualBlock ul.markList li.on span {
  background: #638fa2;
}


.topVisualBlock .textArea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 979px){
  .topVisualBlock .textArea {
    text-align: center;
  }
}

.topVisualBlock .textArea .topVisualTitle {
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 979px){
  .topVisualBlock .textArea .topVisualTitle {
    font-size: 25px;
  }
}


/* Top Booking */
div.topBookingWrap {
  background: #e6e6e6;
  padding: 22px 0;
}
@media screen and (max-width: 979px){
  div.topBookingWrap {
    padding: 0;
  }
}

div.topBookingWrap div.bookingTabBlock {
  padding: 0;
}
@media screen and (max-width: 979px){
  div.topBookingWrap div.bookingTabBlock ul {
    width: 100%
  }
}
div.topBookingWrap div.bookingTabBlock ul li {
  background: #fff;
}
div.topBookingWrap div.bookingTabBlock ul li.on {
	background: #666666;
}


div.topBookingWrap div.bookingGadget {
  border: none;
  padding: 20px 0 0;
}
@media screen and (max-width: 979px){
  div.topBookingWrap div.bookingGadget {
    border: none;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 979px){
  div.topBookingWrap div.bookingGadget div.inputBlock {
    margin: 0 auto;
  }
}

@media screen and (max-width: 979px){
  div.topBookingWrap div.btnWrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 30px);
    max-width: 600px;
    margin: 0 auto;
  }
  div.topBookingWrap div.btnWrap p {
    width: calc(50% - 7px);
  }
}
div.topBookingWrap div.bookingGadget div.inputBlock {
  width: 720px;
}
@media screen and (max-width: 979px){
  div.topBookingWrap div.bookingGadget div.inputBlock {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  div.topBookingWrap div.bookingGadget form {
    padding: 0;
  }
}

div.topBookingWrap div.bookingGadget form span {
  color: #2b3034;
}
div.topBookingWrap div.bookingGadget form .formBlock01 ul li:last-child {
  background: url(../img/common/mark_out_gray.svg) no-repeat 10px 50%;
  background-size: 13px 10px;
}
@media screen and (max-width: 979px) {
  div.topBookingWrap div.bookingGadget form .formBlock01 ul li:last-child {
    background: none;
  }
}




/*宿泊＋航空券 */
div.bookingGadget .withAir form .formBlock01 ul li {
  width: auto;
}
div.bookingGadget .withAir form .formBlock01 ul li:first-child span {
  margin: 0 10px 0 0;
}
div.bookingGadget .withAir form .formBlock01 ul li span {
  margin: 0 10px;
}
@media screen and (max-width: 979px) {
  div.bookingGadget .withAir form .formBlock01 ul li span {
    width: 80px;
    margin: 0 10px 0 0;
  }
}
div.topBookingWrap div.bookingGadget .withAir form .formBlock01 ul li:last-child {
  background: none;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 979px) {
  div.topBookingWrap div.bookingGadget form .formBlock01 ul li:last-child {
    background: none;
  }
}

div.topBookingWrap div.bookingGadget form button {
  width: 170px;
  background: #412210;
}
@media screen and (max-width: 979px) {
  div.topBookingWrap div.bookingGadget form button {
    width: 100%;
  }
}
div.topBookingWrap div.bookingGadget form .formBlock06 {
  margin: 0;
}

div.topBookingWrap div.bookingGadget .withAir form select.r {
	width: 220px;
}
@media screen and (max-width: 979px) {
  div.topBookingWrap div.bookingGadget .withAir form select.r {
		width: 100%;
		margin: 0;
	}
}


/* Special Offers */
div.section div.topRecommendBlock {
  display: none;
}
div.section div.topRecommendBlock.on {
  display: block;
}
div.section ul.topRecommendBtnList {
  text-align: center;
  margin: 0 0 50px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
@media screen and (max-width: 979px){
  div.section ul.topRecommendBtnList {
    margin: -15px 0 20px;
    border: none;
  }
}
div.section ul.topRecommendBtnList li {
  display: inline-block;
  color: #666666;
  padding: 0 10px;
}
@media screen and (max-width: 979px){
  div.section ul.topRecommendBtnList li {
    line-height: 2;
    padding: 0 10px 0 11px;
  }
}
div.section ul.topRecommendBtnList li::before {
  display: none;
}

div.section ul.topRecommendBtnList li:last-child::after {
  display: none;
}
div.section ul.topRecommendBtnList li span {
  padding: 2px 0 2px 20px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
div.section ul.topRecommendBtnList li span.on {
  color: #c9a063;
  cursor: inherit;
}
div.section ul.topRecommendBtnList li span:hover {
  color: #2b3034;
}
div.section ul.topRecommendBtnList li span.on:hover {
  color: #c9a063;
}

div.section ul.topRecommendBtnList li span.all {
  background: url(../img/common/mark_lupe_gray.svg) no-repeat 0 50%;
  background-size: 13px 13px;
}
div.section ul.topRecommendBtnList li span.all.on {
  background: url(../img/common/mark_lupe_orange.svg) no-repeat 0 50%;
  background-size: 13px 13px;
}
div.section ul.topRecommendBtnList li span.stay {
  background: url(../img/common/mark_room_gray.svg) no-repeat 0 50%;
  background-size: 15px 11px;
}
div.section ul.topRecommendBtnList li span.stay.on {
  background: url(../img/common/mark_room_orange.svg) no-repeat 0 50%;
  background-size: 15px 11px;
}
div.section ul.topRecommendBtnList li span.rest {
  background: url(../img/common/mark_eat_gray.svg) no-repeat 0 50%;
  background-size: 9px 15px;
}
div.section ul.topRecommendBtnList li span.rest.on {
  background: url(../img/common/mark_eat_orange.svg) no-repeat 0 50%;
  background-size: 9px 15px;
}
div.section ul.topRecommendBtnList li span.banq {
  background: url(../img/common/mark_grass_gray.svg) no-repeat 0 50%;
  background-size: 7px 15px;
}
div.section ul.topRecommendBtnList li span.banq.on {
  background: url(../img/common/mark_grass_orange.svg) no-repeat 0 50%;
  background-size: 7px 15px;
}
div.section ul.topRecommendBtnList li span.event {
  background: url(../img/common/mark_event_gray.svg) no-repeat 0 50%;
  background-size: 10px 15px;
}
div.section ul.topRecommendBtnList li span.event.on {
  background: url(../img/common/mark_event_orange.svg) no-repeat 0 50%;
  background-size: 10px 15px;
}

div.section ul.topRecommendBtnList li span:before {
  content: "";
  width: 130%;
  height: 3px;
  position: absolute;
  left: -10%;
  right: 0;
  bottom: -13px;
  background: #c9a063;
  transform: scaleX(0.2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.section ul.topRecommendBtnList li span.on:before {
  opacity: 1;
  transform: scaleX(1);
}
@media screen and (max-width: 979px){
  div.section ul.topRecommendBtnList li span:before{
    display: none;
  }
}



/* fetaureSlideList */

div.featureSlideWrap .fetaureSlideList {
  margin: 0;
}
div.featureSlideWrap .fetaureSlideList li {
	position: relative;
	overflow: hidden;
  padding: 0;
}
div.featureSlideWrap .fetaureSlideList li::before {
  display: none;
}
div.featureSlideWrap .fetaureSlideList li div.inside {
	position: absolute;
	width: 80%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 10%;
	top: 0;
}
@media screen and (max-width: 979px){
	div.featureSlideWrap .fetaureSlideList li div.inside {
		width: 100%;
		height: 100%;
		left: 0;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
div.featureSlideWrap .fetaureSlideList li a {
	color: #FFF;
	display: block;
}

div.featureSlideWrap .fetaureSlideList li a p.title {
  color: #fff;
  font-size: 24px;
  letter-spacing: 4px;
  margin-bottom: 40px;
  text-align: center;
}
div.featureSlideWrap .fetaureSlideList li a p.title span {
  display: block;
  font-size: 50px;
  line-height: 50px;
}
div.featureSlideWrap .fetaureSlideList li a p.text {
  color: #fff;
  font-size: 26px;
  letter-spacing: 4px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 979px){
  div.featureSlideWrap .fetaureSlideList li a p.text {
  }
}
div.featureSlideWrap .fetaureSlideList li a p.link {
	margin: 0;
	width: 100%;
	max-width: 233px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 979px){
	div.featureSlideWrap .fetaureSlideList li a p.link {
		max-width: 100%;
	}
}
div.featureSlideWrap .fetaureSlideList li a p.link span {
	display: block;
  padding: 9px 10px 10px 10px;
	border: 1px solid #FFF;
	transition: all 0.3s ease;
  background: url(../img/common/vector_line_right_white.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
  color: #fff;
}

div.featureSlideWrap .fetaureSlideList li a p.img {
	transition: all 0.7s ease;
	margin: 0;
}
div.featureSlideWrap .fetaureSlideList li a:hover p.img {
	opacity: 0.8;
	transform: scale(1.04);
}

div.featureSlideWrap .fetaureSlideList li a:hover p.link span {
  background: #fff url(../img/common/vector_line_right_black.svg) no-repeat 92% 50%;
  background-size: 4px 7px;
  color: #2b3034;
}
div.featureSlideWrap .fetaureSlideList li p.link span {
  background: #FFF;
  color: #2b3034;
}



/* Feature Slide */
div.featureSlideWrap {
  position: relative;
  margin: 0 0 10px;
  background: #353a3e;
}
@media screen and (max-width: 979px){
  div.featureSlideWrap {
    margin: 0;
    background: #575b5e;
  }
}
div.featureSlideWrap ul.fetaureSlideList {
  margin: 0;
  _zoom: 1;
  overflow: hidden;
}
div.featureSlideWrap ul.fetaureSlideList li {
  float: left;
	padding: 0;
	width: 100%;
	_zoom: 1;
	overflow: hidden;
}
@media screen and (max-width: 979px){
  div.featureSlideWrap ul.fetaureSlideList li {
    max-width: inherit;
    width: 100%;
  }
}
div.featureSlideWrap ul.fetaureSlideList li.slick-slide {
  z-index: 100!important;
}

div.featureSlideWrap ul.slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: 0 auto;
  width: 140px;
}
@media screen and (max-width: 979px) {
	div.featureSlideWrap ul.slick-dots {
    margin: 0 auto;
    bottom: 30px;
	}
}
div.featureSlideWrap ul.slick-dots li {
  position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
  padding: 0;
	cursor: pointer;
	background: #fff;
	margin: 4px;
	text-indent: -999px;
	border-radius: 50%;
	float: none;
  overflow: visible;
}

div.featureSlideWrap ul.slick-dots li.slick-active {
  background: #575b5e;
}

div.featureSlideWrap ul.slick-dots li button {
  display: none;
  text-indent: -999px;
}

div.featureSlideWrap .slick-next,
div.featureSlideWrap .slick-prev {
  display: none;
  text-indent: -999px;
  overflow: hidden;
  z-index: 1;
}

div.featureSlideWrap .slick-next,
div.featureSlideWrap .slick-prev {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
  margin: auto;
  background: url(../img/common/vector_line_left_white.svg) no-repeat 50% 50%;
  background-size: 9px 15px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 979px) {
  div.featureSlideWrap .slick-next,
  div.featureSlideWrap .slick-prev {
    bottom: 35px;
  }
}
div.featureSlideWrap .slick-prev {
  right: 160px;
}
div.featureSlideWrap .slick-next {
  background: url(../img/common/vector_line_right_white.svg) no-repeat 50% 50%;
  background-size: 9px 15px;
  left: 160px;
}



/* topkindBlock */

.topkindBlock {
  position: relative;
  display: flex;
  margin: 120px 0;
}
@media screen and (max-width: 979px){
  .topkindBlock {
    display: block;
    margin: 0;
  }
}
.topkindBlock.topkindBlock01 .textBlock {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock01 .textBlock {
    display: block;
  }
}
.topkindBlock.topkindBlock02 {
  margin-right: 250px;
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock02 {
    margin-right: 0;
  }
}
.topkindBlock.topkindBlock02 .right .textBlock {
  margin-top: -15px;
}
@media screen and (max-width: 1100px){
  .topkindBlock.topkindBlock02 .right .textBlock {
    margin-left: 140px;
  }
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock02 .right .textBlock {
    margin-top: 0;
    margin-left: 0
  }
}
.topkindBlock.topkindBlock02 .imgPosition {
  position: absolute;
  right: -200px;
  bottom: -200px;
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock02 .imgPosition {
    position: static;
  }
}

.topkindBlock.topkindBlock03 .right {
  margin-left: -60px;
  margin-top: 60px;
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock03 .right {
    margin-left: 0;
    margin-top: 0;
  }
}
.topkindBlock.topkindBlock03 .right img {
  margin-left: -100px;
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock03 .right img {
    margin-left: 0;
  }
}
.topkindBlock.topkindBlock04 .textBlock {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 979px){
  .topkindBlock.topkindBlock04 .textBlock {
    display: block;
  }
  .topkindBlock.topkindBlock04 .right .textBlock {
    padding-bottom: 0;
  }
}




.topkindBlock .left {
  width: 50%;
}
@media screen and (max-width: 979px){
  .topkindBlock .left {
    width: 100%;
    margin: 0 auto;
  }
}
.topkindBlock .right {
  width: 50%;
}
@media screen and (max-width: 979px){
  .topkindBlock .right {
    width: 100%;
    margin: 0 auto;
  }
}

.topkindBlock .title {
  position: relative;
  color: #c9a063;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
}
@media screen and (max-width: 979px){
  .topkindBlock .title {
    font-size: 22px;
    line-height: 22px;
  }
}

.topkindBlock .title span {
  display: inline-block;
  width: 110px;
  height: 44px;
  position: relative;
  background: url(../img/common/mark_room_orange.svg) no-repeat 0 100%;
  background-size: 24px 18px;
}
@media screen and (max-width: 979px){
  .topkindBlock .title span {
    height: 30px;
    display: block;
    margin-bottom: 20px;
  }
}

.topkindBlock .title span.stay {
  background: url(../img/common/mark_room_orange.svg) no-repeat 0 100%;
  background-size: 24px 18px;
}
.topkindBlock .title span.rest {
  background: url(../img/common/mark_eat_orange.svg) no-repeat 0 100%;
  background-size: 16px 24px;
}
.topkindBlock .title span.banq {
  background: url(../img/common/mark_grass_orange.svg) no-repeat 0 100%;
  background-size: 12px 24px;
}
.topkindBlock .title span.spa {
  background: url(../img/common/mark_water_orange.svg) no-repeat 0 100%;
  background-size: 18px 24px;
}

.topkindBlock .title span::before {
  position: absolute;
  content: '';
  width: 44px;
  height: 1px;
  background: #c9a063;
  bottom: 0;
  left: 40px;
}
.topkindBlock .commonLink {
  margin-bottom: 0;
}

.topkindBlock .title02 {
  position: relative;
  font-size: 28px;
  letter-spacing: 2px;
}
@media screen and (max-width: 979px){
  .topkindBlock .title02 {
    font-size: 24px;
  }
}
.topkindBlock .text {
  line-height: 2.5;
}
@media screen and (max-width: 979px){
  .topkindBlock .text {
  }
}
.topkindBlock .textBlock {
  width: 430px;
  text-align: left;
  margin: 0 60px 0 auto;
}
@media screen and (max-width: 979px){
  .topkindBlock .textBlock {
    width: 100%;
    margin: 0;
    padding: 20px 15px 40px;
    box-sizing: border-box;
  }
}


.topkindBlock .left img {
  margin: 0 0 0 auto;
  display: block;
  max-width: 650px;
}
.topkindBlock .right img {
  margin: 0 auto 0 0;
  display: block;
  max-width: 650px;
}
.topkindBlock .right .textBlock {
  width: 480px;
  text-align: left;
  margin: 0 auto 0 60px;
}
@media screen and (max-width: 979px){
  .topkindBlock .right .textBlock {
    width: 100%;
    margin: 0;
		padding: 40px 15px;
    box-sizing: border-box;
  }
}

.topkindBlock p.commonLink {
	width: 100%;
  max-width: 233px;
	text-align: center;
}
@media screen and (max-width: 979px) {
	.topkindBlock p.commonLink {
		max-width: 100%;
	}
}




/* SNSWRAP */

.section .snstabList {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 979px){
  .section .snstabList {
    margin: 0 0 30px;
    justify-content: space-between;
  }
}
.section .snstabList li {
  margin: 0 15px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 979px){
  .section .snstabList li {
    width: 33%;
    padding: 0;
    margin: 0;
    white-space: normal;
  }
}
.section .snstabList li:first-child {
  margin-left: 0;
}
.section .snstabList li:last-child {
  margin-right: 0;
}
.section .snstabList li::before {
  display: none;
}
.section .snstabList li a,
.section .snstabList li span {
  line-height: 44px;
  font-size: 15px;
  color: #FFF;
  background: #7e8082;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 979px){
  .section .snstabList li a,
  .section .snstabList li span {
    line-height: 1.5;
    font-size: 14px;
    height: 100%;
  }
}
.section .snstabList li span {
  background: #412210;
  position: relative;
}
@media screen and (max-width: 979px){
  .section .snstabList li span {
    box-sizing: border-box;
    width: 100%;
    line-height: 1.3;
    padding: 13px 0;
  }
}
.section .snstabList li span::after {
  content: "";
  background: #412210;
  width: 8px;
  height: 8px;
  left: 0;
  bottom: -3px;
  right: 0;
  transform: rotate(45deg);
  margin: 0 auto;
  position: absolute;
}

.section .snstabList li span.btnSNS1 {
  background: #412210;
}
.section .snstabList li span.btnSNS1::after {
  background: #412210;
}

.section .snstabList li span.btnSNS2 {
  background: #77a9d0;
}
.section .snstabList li span.btnSNS2::after {
  background: #77a9d0;
}

.section .snstabList li span.btnSNS3 {
  background: #77a9d0;
}
.section .snstabList li span.btnSNS3::after {
  background: #77a9d0;
}



.section .snstabList li span.hoverAlpha::after {
  display: none;
}

.section ul.snstabList li span.hoverAlpha {
  background: #7e8082;
  cursor: pointer;
}
.section ul.snstabList li span.ig {
  line-height: 1.7;
  background: url(../img/common/sns_btn_ig.svg) no-repeat 50% 50%;
  background-size: 21px 21px;
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
@media screen and (max-width: 979px){
  .section ul.snstabList li span.ig {
    display: none;
  }
}
.section ul.snstabList li span.ig::after {
  display: none;
}
.section ul.snstabList li span.fb {
  line-height: 1.7;
  background: url(../img/common/sns_btn_fb.svg) no-repeat 50% 50%;
  background-size: 20px 20px;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 979px){
  .section ul.snstabList li span.fb {
    display: none;
  }
}
.section ul.snstabList li span.fb::after {
  display: none;
}
.section ul.snstabList li span.tw {
  line-height: 1.7;
  background: url(../img/common/sns_tw.png) no-repeat 50% 50%;
  background-size: 18px 18px;
  display: block;
  width: 24px;
  height: 19px;
  margin-right: 10px;
}
@media screen and (max-width: 979px){
  .section ul.snstabList li span.tw {
    display: none;
  }
}
.section ul.snstabList li span.tw::after {
  display: none;
}

.spacer980.sns {
  overflow: hidden;
}

.snsWrap {
  width: 300%;
  height: 400px;
  padding: 0;
}
@media screen and (max-width: 979px){
  .snsWrap {
    padding: 0;
    _zoom: 1;
    overflow: hidden;
    height: auto;
  }
}
.snsWrap .block {
  width: 33.33%;
  height: 400px;
  float: left;
}
@media screen and (max-width: 979px){
  .snsWrap .block {
    overflow: hidden;
    height: auto;
  }
}
.snsWrap .block.instaList {
  display: block;
  background: none;
  height: auto;
}

.snsWrap .block.instaList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.snsWrap .block.instaList ul li {
  width: 182px;
  height: 182px;
  margin: 0 17px 17px 0;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 979px){
  .snsWrap .block.instaList ul li {
    width: 32%;
    height: 100px;
    margin: 0 2% 2% 0;
    position: relative;
    padding: 0;
  }
}
.snsWrap .block.instaList ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 979px){
  .snsWrap .block.instaList ul li:nth-child(5n) {
    margin: 0 2% 2% 0;
  }
  .snsWrap .block.instaList ul li:nth-child(3n) {
    margin: 0 0 2% 0;
  }
}
.snsWrap .block.insta ul li::before {
  display: none;
}
/* ファイスブック、ツイッター*/
.snsWrap .block.instaList ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.snsWrap .block {
  display: flex;
  background: #f4f2f0;
  height: 380px;
}

@media screen and (max-width: 979px){
  .snsWrap .block {
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 979px){
  .snsWrap .block .img img {
    object-fit: cover;
    object-position: 50% 0;
    width: 100%;
    height: 60vw;
  }
}

.snsWrap .block .snsSection {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 65px;
  text-align: left;
  background: #fff;
}

@media screen and (max-width: 979px){
  .snsWrap .block .snsSection {
    padding: 25px;
  }
}

.snsWrap .block .snsSection p {
  font-size: 22px;
  line-height: 2;
  color: #2b3034;
}

@media screen and (max-width: 979px){
  .snsWrap .block .snsSection p {
    font-size: 18px;
  }
}

.snsWrap .block .snsSection .btn {
  margin: 0;
}

.snsWrap .block .snsSection .btn a {
  display: block;
  background: #412210;
  width: 360px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  text-decoration: none;
}

@media screen and (max-width: 979px){
  .snsWrap .block .snsSection .btn a {
    width: 100%;
    font-size: 13px;
  }
}

.snsWrap .block.fb .snsSection .btn a {
  background: #45568d;
}
.snsWrap .block.tw .snsSection .btn a {
  background: #77a9d0;
}


.snsWrap .block .snsSection .btn a img {
  vertical-align: middle;
  margin: -5px 15px 0 0;
}

.snsWrap .block.tw .btn a {
  background: #59abd3;
}


div.section .blogLinkWrap div.inner {
  padding-top: 20px;
}
div.section .blogLinkBlock a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #2b3034;
}
div.section .blogLinkBlock .textBlock {
  width: 60%;
  padding: 60px;
  box-sizing: border-box;
  background: #f2f3f3;
}
@media screen and (max-width: 979px){
  div.section .blogLinkBlock .textBlock {
    width: 95%;
    margin: 0 auto 0 0;
    padding: 20px;
  }
}
div.section .blogLinkBlock .imgBlock {
  width: 50%;
  margin: -200px 0 0 auto;
}
@media screen and (max-width: 979px){
  div.section .blogLinkBlock .imgBlock {
    width: 95%;
    margin: 0 0 0 auto;
  }
}
div.section .blogLinkBlock h2 {
  text-align: left;
}

div.section .blogLinkBlock .listlink {
  color: #666666;
  padding: 1px 0 1px 30px;
  background: url(../img/common/mark_list_gray.svg) no-repeat 0 50%;
  background-size: 16px 16px;
}


div.section .blogLinkBlock .imgBlock {
  transition: all 0.5s ease;
}
div.section .blogLinkBlock a:hover .imgBlock  {
  transform: scale(0.95);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}






div.section ul.topBannerList {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 979px){
  div.section ul.topBannerList {
    display: block;
  }
}
div.section ul.topBannerList li {
  width: 460px;
  position: relative;
  padding: 0;
  margin: 0 0 0 6px;
}
@media screen and (max-width: 979px){
  div.section ul.topBannerList li {
    width: 100%;
    margin: 10px 0 0 0;
    position: relative;
    padding: 0;
  }
  div.section ul.topBannerList li img {
    width: 100%;
  }
}
div.section ul.topBannerList li:first-child {
  margin: 0;
}

div.section ul.topBannerList li::before {
  display: none;
}

div.section ul.topBannerList li a + a {
  margin: 6px 0 0 0;
}
@media screen and (max-width: 979px){
  div.section ul.topBannerList li a + a {
    margin: 10px 0 0 0;
  }
}

div.section ul.topBannerList li.tripA {
  width: 460px;
}
@media screen and (max-width: 979px){
  div.section ul.topBannerList li.tripA {
    width: 100%;
    height: auto;
  }
}

div.section ul.topBannerList li a {
  position: relative;
  display: block;
}


#tripbox {
  display: flex;
  background: #fff;
  border: 1px solid #A6A6A6;
  padding: 10px;
  box-sizing: border-box;
  height: 148px;
}
@media screen and (max-width: 979px){
  #tripbox {
    padding: 5px;
    height: auto;
  }
}
#tripbox p {
  margin: 0;
  color: #808080;
  font-size: 10px;
}
#CDSWIDCOE {
	margin: auto 10px auto auto!important
}
#tripbox #trip_right {
  margin: auto;
}
