@charset "UTF-8";

/* 202311追加 */
.top_ticket {
  display: block;
  margin: 30px 0;

}

/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
section,
div,
section {
  overflow: visible !important;
}

.fixed_object {
  width: 65%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1000;
}

.fixed_object .line_txt {
  position: fixed;
  right: -20px;
  top: 0;
  z-index: 2;
}

.fixed_object .line_txt img {
  height: 100dvh;
}

.fixed_object .line_dots {
  position: fixed;
  right: 0;
  bottom: 0;
}

.fixed_object .ttl_logo {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: 40%;
}

.fixed_object .ttl_logo img {
  width: 200px;
  margin: 0 auto;
}

.fixed_object .anc_link {
  width: 100%;
  max-width: 300px;
  position: fixed;
  left: calc(35% - 1px);
  bottom: 15%;
}

@media all and (max-width: 896px) {
  .fixed_object .anc_link {
    left: 50%;
    max-width: 200px;
    bottom: 10%;
  }
}

.fixed_object .anc_link li {
  margin-bottom: -50px;
}

@media all and (max-width: 896px) {
  .fixed_object .anc_link li {
    margin-bottom: -30px;
  }
}

section {
  position: relative;
}

.column {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: clip !important;
}

.column:before {
  content: "";
  display: block;
  width: 35%;
  height: 100%;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

@media all and (max-width: 896px) {
  .column:before {
    display: none;
  }
}

.column .left {
  width: 35%;
  position: relative;
  z-index: 1000;
  background: #fff;
}

@media all and (max-width: 896px) {
  .column .left {
    width: 100%;
  }
}

.column .left.triangle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 34.5vw 0 0;
  position: absolute;
  top: -1px;
  left: 0;
}

@media all and (max-width: 896px) {
  .column .left.triangle:before {
    border-width: 50px 100vw 0 0;
  }
}

.column .left .area_left {
  text-align: center;
  padding: 50px 20px;
}

@media all and (max-width: 480px) {
  .column .left .area_left {
    padding: 50px 10px 40px 10px;
  }
}

.column .left .area_left .wide_img {
  margin: 20px -20px 0 -20px;
}

@media all and (max-width: 480px) {
  .column .left .area_left .wide_img {
    margin: 20px -10px 0 -10px;
  }
}

.column .left .area_left .sec_mv {
  margin-top: 30px;
  position: relative;
  text-align: left;
  position: relative;
}

.column .left .area_left .sec_mv:after {
  content: "";
  display: block;
  width: 100%;
  height: 115px;
  position: absolute;
}

.column .left .area_left .sec_mv>img {
  display: block;
  margin: 0 auto;
}

.column .left .area_left .sec_mv .txt_copy {
  position: absolute;
  top: -50px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

@media all and (max-width: 480px) {
  .column .left .area_left .sec_mv .txt_copy {
    top: -20px;
  }
}

.column .left .area_left .sec_mv .txt_copy span {
  display: inline-block;
  padding: 10px 5px;
  background: #ef8d9a;
  border: 1px solid #000;
  margin: 3px;
  font-weight: bold;
}

.column .left .area_left .sec_slide .block_slide {
  margin-top: 10px;
}

.column .left .area_left .sec_slide .block_slide .slick-slide {
  padding: 5px;
}

.column .left .area_left .sec_slide .block_slide .item .img {
  position: relative;
}

.column .left .area_left .sec_slide .block_slide .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column .left .area_left .sec_slide .block_slide .item .img>p {
  display: block;
  width: 70px;
  position: absolute;
  bottom: -5px;
  right: 5px;
}

.column .left .area_left .sec_slide .block_slide .item>p {
  font-weight: bold;
  margin-top: 5px;
}

.column .right {
  width: 65%;
  height: 100dvh;
  position: sticky;
  top: 0;
  left: 0;
}

@media all and (max-width: 896px) {
  .column .right {
    display: none;
  }
}

.column .right.none {
  position: absolute !important;
  top: 0;
  left: auto;
  right: 0 !important;
}

.column.theme01 .left {
  padding-top: 55px;
  display: flex;
  align-items: center;
  height: 100%;
}

.column.theme01 .area_left {
  overflow: hidden !important;
  padding: 0 0 60px 0;
}

@media all and (max-width: 480px) {
  .column.theme01 .area_left {
    padding-bottom: 0;
  }
}

.column.theme01 .area_left .sec_main {
  background: url(../images/bg02.jpg) no-repeat center center/cover;
  padding-bottom: 50px;
}

.column.theme01 .area_left .sec_main.test01 {
  background: url(../images/bg_test01.jpg) no-repeat center center/cover;
}

.column.theme01 .area_left .sec_main.test02 {
  background: url(../images/bg_test02.jpg) no-repeat center center/cover;
}

.column.theme01 .area_left .sec_main.test03 {
  background: url(../images/bg_test03.jpg) no-repeat center center/cover;
}

.column.theme01 .area_left .sec_main.test04 {
  background: url(../images/bg_test04.jpg) no-repeat center center/cover;
}

.column.theme01 .area_left .sec_main.test05 {
  background: url(../images/bg_test05.jpg) no-repeat center center/cover;
}

.column.theme01 .area_left .sec_main>div {
  padding: 20px;
}

.column.theme01 .area_left .sec_main>div.sec_ttl {
  display: flex;
  justify-content: flex-start;
}

.column.theme01 .area_left .sec_main>div.sec_ttl img {
  height: 10dvw;
  margin: 10px;
}

@media all and (max-width: 480px) {
  .column.theme01 .area_left .sec_main>div.sec_ttl img {
    height: 150px;
  }
}

.column.theme01 .area_left .sec_main>div.sec_copy {
  margin-bottom: 30px;
}

@media all and (max-width: 480px) {
  .column.theme01 .area_left .sec_main>div.sec_copy {
    margin-bottom: 0;
  }
}

.column.theme01 .area_left .sec_main>div.sec_copy h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.column.theme01 .area_left .sec_main>div.sec_copy p {
  font-size: 1.4rem;
  line-height: 2.5;
}

@media all and (max-width: 480px) {
  .column.theme01 .area_left .sec_main>div.sec_copy p {
    font-size: 1.2rem;
  }
}

.column.theme01 .area_left .sec_main>div.loop_txt {
  padding: 10px;
  background: #ebf3f7;
  transform: rotate(-5deg);
  width: 120%;
  position: relative;
  left: -5%;
  display: flex;
}

.column.theme01 .area_left .sec_main>div.loop_txt img {
  width: auto;
  height: 100%;
  padding-right: 1em;
}

.column.theme01 .area_left .sec_main>div.loop_txt img:first-child {
  animation: slide1 30s -15s linear infinite;
}

.column.theme01 .area_left .sec_main>div.loop_txt img:last-child {
  animation: slide2 30s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.column.theme01 .area_left .sec_news {
  padding: 50px 0;
}

.column.theme01 .area_left .sec_news .en {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  font-style: italic;
  margin-top: 50px;
}

.column.theme01 .area_left .sec_news h2 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: 20px;
  font-family: 'Didact Gothic', sans-serif;
}

.column.theme01 .area_left .sec_news .sys_reserve a {
  padding: 10px;
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border: 3px solid #ef8d9a;
  background: #e50404;
  display: block;
}

.column.theme01 .area_left .sec_news>div {
  margin-top: 20px;
  text-align: left;
  display: block;
}

.column.theme01 .area_left .sec_news>div>div {
  margin-top: 10px;
}

.column.theme01 .area_left .sec_news>div a {
  text-decoration: underline;
}

.column.theme01 .area_left .sec_news .box_tab {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.column.theme01 .area_left .sec_news .box_tab li {
  text-align: center;
  cursor: pointer;
  color: #000;
  padding: 5px 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1px;
  border: 1px solid #000;
}

@media all and (max-width: 480px) {
  .column.theme01 .area_left .sec_news .box_tab li {
    padding: 5px;
  }
}

.column.theme01 .area_left .sec_news .box_tab li.select {
  background: #000;
  color: #fff;
}

.column.theme01 .area_left .sec_news .box_tab li:hover {
  background: #000;
  color: #fff;
  transition: 0.3s;
}

.column.theme01 .area_left .sec_news .panel {
  position: relative;
  margin-top: 30px;
}

.column.theme01 .area_left .sec_news .panel.hide {
  display: none;
}

.column.theme01 .area_left .sec_news .panel .inner_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}

.column.theme01 .area_left .sec_news .panel .inner_tab a {
  display: block;
  width: calc(50% - 5px);
  position: relative;
}

.column.theme01 .area_left .sec_news .panel .inner_tab a:before,
.column.theme01 .area_left .sec_news .panel .inner_tab a:after {
  content: "";
  display: block;
  padding: 3px;
  position: absolute;
  top: 0;
  font-size: 1.3rem;
  font-weight: bold;
  width: 80px;
  text-align: center;
  display: none;
}

.column.theme01 .area_left .sec_news .panel .inner_tab a:before {
  background: #fff;
  left: 0;
  text-align: center;
}

.column.theme01 .area_left .sec_news .panel .inner_tab a.new:after {
  content: "NEW";
  background: #ffc8e7;
  left: 80px;
}

.column.theme01 .area_left .sec_news .panel .inner_tab a.coupon:before {
  content: "クーポン";
}

.column.theme01 .area_left .sec_news .panel .inner_tab a.event:before {
  content: "イベント";
}

.column.theme01 .area_left .sec_news .panel .inner_tab a.news:before {
  content: "ニュース";
}

.column.theme01 .area_left .sec_news .panel .inner_tab a p {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.column.theme01 .area_left .sec_news .panel .inner_tab a .img img {
  width: 100%;
  height: 260px;
  max-height: 100%;
  object-fit: cover;
}

@media all and (max-width: 896px) {
  .column.theme01 .area_left .sec_news .panel .inner_tab a .img img {
    height: 210px;
  }
}

@media all and (max-width: 480px) {
  .column.theme01 .area_left .sec_news .panel .inner_tab a .img img {
    height: 160px;
  }
}

.column.theme01 .area_left .sec_news .block_slide {
  margin-top: 50px;
}

.column.theme01 .area_left .sec_news .block_slide .item {
  height: auto;
  aspect-ratio: none;
}

.column.theme01 .area_left .sec_news .block_slide .slick-slide {
  padding: 5px;
}

.column.theme01 .area_right {
  background: url(../images/bg01.jpg) no-repeat center right/cover;
  height: 100%;
}

.column.theme02 .left .area_left {
  text-align: left;
}

.column.theme02 .left .area_left h2 {
  font-family: 'Didact Gothic', sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  font-style: italic;
}

.column.theme02 .left .area_left h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}

.column.theme02 .left .area_left p {
  margin-top: 20px;
}

.column.theme02 .left .area_left .box_tab {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.column.theme02 .left .area_left .box_tab li {
  text-align: center;
  cursor: pointer;
  color: #000;
  padding: 5px 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1px;
  border: 1px solid #000;
}

.column.theme02 .left .area_left .box_tab li.select {
  background: #000;
  color: #fff;
}

.column.theme02 .left .area_left .box_tab li:hover {
  background: #000;
  color: #fff;
  transition: 0.3s;
}

.column.theme02 .left .area_left .panel {
  position: relative;
  margin-top: 30px;
}

.column.theme02 .left .area_left .panel.hide {
  display: none;
}

.column.theme02 .left .area_left .panel .inner_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}

.column.theme02 .left .area_left .panel .inner_tab a {
  display: block;
  width: calc(50% - 5px);
  position: relative;
}

.column.theme02 .left .area_left .panel .inner_tab a:before,
.column.theme02 .left .area_left .panel .inner_tab a:after {
  content: "";
  display: block;
  padding: 3px;
  position: absolute;
  top: 0;
  font-size: 1.3rem;
  font-weight: bold;
  width: 80px;
  text-align: center;
}

.column.theme02 .left .area_left .panel .inner_tab a:before {
  background: #fff;
  left: 0;
  text-align: center;
}

.column.theme02 .left .area_left .panel .inner_tab a.new:after {
  content: "NEW";
  background: #ffc8e7;
  left: 80px;
}

.column.theme02 .left .area_left .panel .inner_tab a.coupon:before {
  content: "クーポン";
}

.column.theme02 .left .area_left .panel .inner_tab a.event:before {
  content: "イベント";
}

.column.theme02 .left .area_left .panel .inner_tab a.news:before {
  content: "ニュース";
}

.column.theme02 .left .area_left .panel .inner_tab a p {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.column.theme02 .right .area_right {
  background: url(../images/bg02.jpg) no-repeat center right/cover;
  height: 100%;
}

.column.theme03 .left {
  background: #6bc8f2;
}

.column.theme03 .left:before {
  border-color: #fff transparent transparent transparent;
}

.column.theme03 .left .area_left {
  position: relative;
  z-index: 2;
  overflow: hidden !important;
}

.column.theme03 .left .area_left h2 {
  background: #fff;
  max-width: 300px;
  width: 100%;
  margin: -50px auto 0 0;
  padding: 30px;
}

@media all and (max-width: 896px) {
  .column.theme03 .left .area_left h2 {
    margin: 50px auto 0 auto;
    text-align: center;
  }
}

.column.theme03 .left .area_left .sec_mv:after {
  background: url(../images/nami_blue.png) no-repeat top center/auto 100%;
  bottom: -2px;
}

.column.theme03 .left .area_left .sec_mv .txt_copy {
  right: 30px;
}

.column.theme03 .left .area_left .sec_mv .txt_copy span {
  background: #ffff80;
}

.column.theme03 .left .area_left .sec_slide.indoor {
  padding-top: 30px;
  margin-top: 60px;
  border-top: 5px dashed #fff;
}

.column.theme03 .left .area_left .sec_slide.indoor .btn {
  margin-top: 50px;
}

.column.theme03 .left .area_left .sec_slide h3 {
  font-size: 2.2rem;
  font-weight: bold;
}

.column.theme03 .left .area_left .sec_slide h3 span {
  background: linear-gradient(transparent 90%, #ffff80 90%);
}

.column.theme03 .left .area_left .sec_slide>p {
  font-weight: bold;
  margin-top: 10px;
}

.column.theme03 .left .area_left .sec_slide .block_slide {
  margin-top: 10px;
}

.column.theme03 .left .area_left .sec_slide .block_slide .slick-slide {
  padding: 5px;
}

.column.theme03 .left .area_left .sec_slide .block_slide .item {
  padding: 5px 5px 15px 5px;
  border: 1px solid #000;
  background: #fff;
}

.column.theme03 .left .area_left .sec_slide .block_slide .item .img {
  aspect-ratio: 1/1;
}

.column.theme03 .right .area_right {
  background: url(../images/230703-0658.jpg) no-repeat center right/cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.column.theme03 .right .area_right h2 {
  width: 65%;
  max-width: 400px;
}

@media all and (max-width: 1367px) {
  .column.theme03 .right .area_right h2 {
    max-width: 300px;
    margin-top: -20vw;
  }
}

.column.theme04 .left:before {
  border-color: #6bc8f2 transparent transparent transparent;
}

.column.theme04 .left:after {
  content: "";
  background: #76c5ab;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.column.theme04 .left .area_left {
  position: relative;
  z-index: 2;
  overflow: hidden !important;
}

.column.theme04 .left .area_left h2 {
  background: #fff;
  max-width: 300px;
  width: 100%;
  margin: -50px auto 0 0;
  padding: 30px;
}

@media all and (max-width: 896px) {
  .column.theme04 .left .area_left h2 {
    margin: 50px auto 0 auto;
    text-align: center;
  }
}

.column.theme04 .left .area_left .sec_mv:after {
  background: url(../images/nami_white.png) no-repeat top center/auto 100%;
  bottom: -2px;
}

.column.theme04 .left .area_left .sec_mv .txt_copy {
  right: auto;
  left: 30px;
  top: -10px;
}

.column.theme04 .left .area_left .sec_mv .txt_copy span {
  background: #ef8d9a;
}

.column.theme04 .left .area_left .sec_slide {
  margin-top: 50px;
}

.column.theme04 .left .area_left .sec_slide h3 {
  font-size: 2.2rem;
  font-weight: bold;
}

.column.theme04 .left .area_left .sec_slide .block_slide {
  margin-top: 10px;
}

.column.theme04 .left .area_left .sec_slide .block_slide.txton .item {
  padding-bottom: 40px;
}

.column.theme04 .left .area_left .sec_slide .block_slide .slick-slide {
  padding: 5px;
}

.column.theme04 .left .area_left .sec_slide .block_slide .item {
  padding: 5px;
  border-radius: 5px;
}

.column.theme04 .left .area_left .sec_slide .block_slide .item .img {
  aspect-ratio: 4/2.5;
  position: relative;
}

.column.theme04 .left .area_left .sec_slide .block_slide .item .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #000;
  bottom: -5px;
  right: -5px;
  z-index: -1;
  background: #76c5ab;
}

.column.theme04 .left .area_left .sec_slide .block_slide .item .img img {
  border-radius: 5px;
}

.column.theme04 .left .area_left .sec_slide .block_slide .item .img p {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

.column.theme04 .left .area_left .sec_slide .btn {
  margin-top: 50px;
}

.column.theme04 .right .area_right {
  background: url(../images/bg05.jpg) no-repeat center right/cover;
  height: 100%;
}

.column.theme05 .left:before {
  border-color: #fff transparent transparent transparent;
}

.column.theme05 .left:after {
  content: "";
  background: #d4c9aa;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.column.theme05 .left .area_left {
  position: relative;
  z-index: 2;
  overflow: hidden !important;
}

.column.theme05 .left .area_left h2 {
  background: #fff;
  max-width: 300px;
  width: 100%;
  margin: -50px auto 0 0;
  padding: 30px;
}

@media all and (max-width: 896px) {
  .column.theme05 .left .area_left h2 {
    margin: 50px auto 0 auto;
    text-align: center;
  }
}

.column.theme05 .left .area_left .sec_mv .txt_copy {
  right: 30px;
}

.column.theme05 .left .area_left .sec_mv .txt_copy span {
  background: #6bc8f2;
}

.column.theme05 .right .area_right {
  background: url(../images/bg06.jpg) no-repeat center right/cover;
  height: 100%;
}

.column.theme06 .left {
  background: #ef8d9a;
}

.column.theme06 .left:before {
  border-color: #fff transparent transparent transparent;
}

.column.theme06 .left .area_left {
  position: relative;
  z-index: 2;
  overflow: hidden !important;
}

.column.theme06 .left .area_left.white {
  background: #fff;
  padding-top: 50px;
}

.column.theme06 .left .area_left.white:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 34.5vw 0 0;
  position: absolute;
  top: -1px;
  left: 0;
  border-color: #ef8d9a transparent transparent transparent;
}

@media all and (max-width: 896px) {
  .column.theme06 .left .area_left.white:before {
    border-width: 50px 100vw 0 0;
  }
}

.column.theme06 .left .area_left.white h2 {
  background: none;
  margin: 0;
  padding: 0;
  text-align: center;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.column.theme06 .left .area_left.white h2 span {
  font-size: 180%;
  display: block;
  line-height: 1.2;
  font-style: italic;
}

.column.theme06 .left .area_left.white .sec_ {
  padding-top: 50px;
}

.column.theme06 .left .area_left.white .sec_ .block_slide {
  margin: 20px 0 60px 0;
}

.column.theme06 .left .area_left.white .sec_ .block_slide .item {
  border-radius: 10px;
  overflow: hidden !important;
}

.column.theme06 .left .area_left.white .sec_ .block_slide .item .img img {
  padding: 5px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column.theme06 .left .area_left.white .sec_ .flex_link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.column.theme06 .left .area_left.white .sec_ .flex_link li {
  width: calc(50% - 10px);
}

.column.theme06 .left .area_left.white .sec_ .flex_link li a {
  display: block;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  font-weight: bold;
}

.column.theme06 .left .area_left.white .sec_ .flex_link li a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.column.theme06 .left .area_left h2 {
  background: #fff;
  max-width: 300px;
  width: 100%;
  margin: -50px auto 0 0;
  padding: 30px;
}

@media all and (max-width: 896px) {
  .column.theme06 .left .area_left h2 {
    margin: 50px auto 0 auto;
    text-align: center;
  }
}

.column.theme06 .left .area_left .sec_mv .yoko_copy span {
  display: inline-block;
  padding: 5px 10px;
  background: #ef8d9a;
  border: 1px solid #000;
  margin: 3px;
  font-weight: bold;
  background: #6bc8f2;
}

@media all and (max-width: 480px) {
  .column.theme06 .left .area_left .sec_mv .yoko_copy span {
    font-size: 1.3rem;
  }
}

.column.theme06 .left .area_left .sec_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.column.theme06 .left .area_left .sec_flex li {
  width: 50%;
  padding: 10px;
}

.column.theme06 .left .area_left .sec_flex li p {
  display: block;
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #000;
  background: #fff;
  margin-top: 10px;
  line-height: 1.3;
}

.column.theme06 .left .area_left .map {
  margin: 0 -20px;
}

.column.theme06 .left .area_left .map iframe {
  width: 100%;
  height: 350px;
}

.column.theme06 .right .area_right {
  background: url(../images/bg07.jpg) no-repeat center right/cover;
  height: 100%;
}