.anchor_bnr {
  background: #E3E6F0;
  padding: 60px 0 80px;
}
@media only screen and (max-width: 750px) {
  .anchor_bnr {
    padding: 40px 10px 40px;
  }
}
.anchor_bnr ul {
  max-width: 992px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.anchor_bnr ul li {
  width: 47%
}
.anchor_bnr ul li a {
  transition: opacity 0.3s ease;
}
@media(hover: hover) {
  .anchor_bnr ul li a:hover {
    opacity: .6
  }
}
@media only screen and (max-width: 750px) {
  .anchor_bnr ul {
    flex-direction: column;
    gap: 30px;
  }
  .anchor_bnr ul li {
    width: 100%
  }
}
#cnt_area02 {
  background: #E3E6F0;
  padding: 80px 0 89px;
  text-align: center;
  line-height: 1.5;
}
#cnt_area02.cnt_area .contents_in {
  max-width: 972px;
}
#cnt_area02.cnt_area .contents_in:before {
  border: none;
}
#cnt_area02 .cnt_box01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
#cnt_area02 .cnt_box01 .cnt_text {
  width: 100% !important;
  padding: 20px;
  background: #f6f7fa;
}
#cnt_area02 .cnt_box01 .cnt_text .attention_text {
  font-size: 14px;
  line-height: 1.9;
  color: #636262;
  margin-bottom: 0;
  text-align: left;
  letter-spacing: .15em;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #cnt_area02 .cnt_box01 .cnt_text .attention_text {
    text-align: left;
    line-height: 2;
    letter-spacing: .16em;
    color: #333;
    padding-left: 0;
    font-size: 10px;
    margin-top: 10px;
  }
}
#cnt_area02 .travel_intro .wed__ttl {
  margin-bottom: 30px!important;
}
#cnt_area02 .travel_intro_new {
  color: #4a5799
}
#cnt_area02 .travel_intro_new .title {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0 20px;
}
/*#cnt_area02 .travel_intro_new .title span {
  display: inline-block;
  border-bottom: 1px solid #4a5799;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #cnt_area02 .travel_intro_new .title span {
    display: inline;
    line-height: 2;
    padding-bottom: 6px;
  }
}*/
#cnt_area02 .travel_intro .img {
  text-align: center;
  margin: 20px auto 0;
}
#cnt_area02 .travel_intro .img img {
  width: auto;
  display: inline;
}
@media only screen and (max-width: 750px) {
  #cnt_area02 .travel_intro .img {
    margin: 20px auto;
  }
	#cnt_area02 .travel_intro .img  img{
		max-width: 100%
	}
}
#cnt_area02 .cnt_box01 .cnt_text {
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  #cnt_area02 .cnt_box01 .cnt_text {
    padding: 20px 10px;
  }
}
#cnt_area02 .cnt_box h3.wed__ttl {
  color: #4a5799;
  line-height: 1.8
}
@media only screen and (max-width: 750px) {
  #cnt_area02 .cnt_box h3.wed__ttl {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.box_tx {
  position: relative;
  display: inline-block;
  color: #48322A;
  letter-spacing: 0.25em;
  font-feature-settings: 'palt';
  margin-bottom: 10px;
}
.box_tx::before {
  content: '';
  position: absolute;
  top: 45%;
  left: -25px;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #222;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.box_tx::after {
  content: '';
  position: absolute;
  top: 45%;
  right: -25px;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #222;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.travel_intro_new .box_tx::before,
.travel_intro_new .box_tx::after{
  top: 60%;
  width: 30px;
}
#cnt_area02 .cnt_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cnt_area02 .cnt_box ul li {
  width: 46%;
  max-width: 396px;
}
#cnt_area02 .cnt_box ul li img {
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #cnt_area02 .cnt_box ul li {
    font-size: 12px;
  }
}
#cnt_area02 .reservation_area {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #cnt_area02 .cta_80off.inner a {
    width: 100%;
    padding: 20px 0;
  }
}