@charset "utf-8";


/***************************************

              構造・共通

***************************************/
.box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.box_left {
  width: 50%;
  margin-right: 10px;
}

.box_right {
  width: 50%;
}

.box1-1 {
  width: 28%;
  margin-right: 5%;
}

.box1-2 {
  width: 67%;
}

.container {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.container2 {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}

#wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/***************************************

              ヘッダー

***************************************/
#header {
  width: 100%;
  padding: 10px;
}

.header_container {
  display: flex;
  align-items: flex-end;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

header h1 {
  width: auto;
  margin-right: 2%;
}

header nav {
  width: 78%;
}

header .menu_btn {
  width: 8%;
}

header nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 0;
}

header nav ul li {
  display: flex;
  align-items: center;
  width: 17%;
  border-right: 1px solid #040000;
  text-align: center;
  position: relative;
}

header nav ul li.gm01 {
  width: 15%;
}

header nav ul li.gm02 {
  width: 35%;
}

header nav ul li.gm04 {
  width: 25%;
}

header nav ul li.gm05 {
  width: 25%;
}

header nav ul li a {
  display: block;
  width: 100%;
  align-items: center;
  padding: 5px 10px;
  text-align: center;
  line-height: 1;
}

header nav ul li img {
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}

header nav ul li span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  vertical-align: middle;
}

.menu-list {
  display: none;
  position: absolute;
  left: 0;
  top: 51px;
  width: 100%;
  background-color: #1d82ba;
  z-index: 9999;
}

.menu-list li {
  width: 100% !important;
  border-right: none;
  border-bottom: 1px solid #fff;
}

.menu-list li:last-child {
  border-bottom: none;
}

.menu-list a {
  padding: 15px 10px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1;
  position: relative;
}

.menu-list a:after {
  content: url("/images/arw2.svg");
  position: absolute;
  right: 10px;
  width: 14px;
}

.drawer-nav ul {
  flex-wrap: wrap;
}

.drawer-nav ul li {
  width: 100%;
  border-bottom: 1px solid #040000;
}

.drawer-nav ul li {
  display: block;
  width: 100%;
}

.drawer-nav ul li a {
  padding: 15px;
  text-align: left;
}


/***************************************

              スライドショー

***************************************/

#slide {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 20px auto 0 auto;
}

#slide ul {
  text-align: center;
}

#slide ul li img {
  display: block;
  margin: 0 auto;
}

.navigation_box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.swiper-button-next,
.swiper-button-prev {
  position: static !important;
}

.swiper-button-prev {
  margin-right: 10px;
}

/***************************************

              トップページ

***************************************/
#main {
  margin-top: 30px;
  padding-bottom: 50px;
}


/***************************************

              お知らせ

***************************************/

#news {
  margin-bottom: 60px;
}

.news_event {
  display: flex;
  /*  justify-content: space-between;*/
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.news_event_col {
  width: 32%;
  margin-right: 2%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #040000;
}

.news_event_col:last-child {
  margin-right: 0;
}

.news_event_col p.photo {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.news_event_col p.eventlogo {
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
}

.news_event_col p.photo img {
  display: block;
  margin: 0 auto;
}

.news_event_col p.event_title {
  display: block;
  font-size: 22px;
  font-weight: medium;
  color: #231815;
  text-align: center;
}

.text_section {
  display: block;
  margin-top: 1em;
}

.text_section p {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

p.infotxt {
  margin-top: 10px;
  font-weight: bold;
}

.news_list {
  display: block;
  margin: 20px 0;
}

.news_list_col {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #231815;
}

.news_list dl {
  display: flex;
  text-align: left;
  width: 730px;
  margin: 0 auto;
  border-bottom: dotted 1px #aaa;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.news_list dl.last {
  border-bottom: none;
}

.news_list dl.first {
  border-top: 1px solid #231815;
}

.news_list dl dt {
  display: inline-block;
  width: 200px;
  font-size: 13px;
  margin-right: 20px;
}

.news_list dl dt span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 5px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  width: 65px;
}

.news_list dl dt span.cat01 {
  background-color: #f0454e;
}

.news_list dl dt span.cat02 {
  background-color: #0080C0;
}

.news_list dl dt span.cat03 {
  background-color: #008000;
}

.news_list dl dt span.cat09 {
  background-color: #FF0000;
}

.news_list dl dd {
  display: inline-block;
  font-size: 18px;
}

.news_list dl dd a {
  display: block;
  color: #231815;
  text-decoration: none;
  width: 510px;
}

p.news_list_btn {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

p.news_list_btn a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding: 20px;
  border-radius: 40px;
  background-color: #ce292c;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

table.eventcal1 {
  background-color: #1e81ba;
  border-spacing: 2px;
}

table.eventcal1 th {
  color: #FFFFFF;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 20px;
}

table.eventcal1 td {
  background-color: #FFFFFF;
  padding: 11px 10px;
}

table.eventcal1 td.timetd {
  text-align: center;
  white-space: nowrap;
}

table.eventcal2 {
  background-color: #f0454e;
  border-spacing: 2px;
}

table.eventcal2 th {
  color: #FFFFFF;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 20px;
}

table.eventcal2 td {
  background-color: #FFFFFF;
  padding: 14px 10px;
}

table.eventcal2 td.timetd {
  text-align: center;
  white-space: nowrap;
}

.eventcalendar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.eventcalendar table {
  width: 70%;
  margin: 30px 2% 10px;
}

table.eventcal1 .eventline {
  display: flex;
  justify-content: center;
  align-items: center;
}

table.eventcal1 .eventline p {
  width: 48%;
  margin: 0 1%;
  font-size: 12px;
}

table.eventcal1 .eventline p span {
  font-size: 20px;
}

table.eventcal2 .eventline {
  display: flex;
  justify-content: center;
  align-items: center;
}

table.eventcal2 .eventline p {
  width: 48%;
  margin: 0 1%;
  font-size: 13px;
  text-align: center;
}

table.eventcal2 .eventline2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

table.eventcal2 .eventline2 p {
  width: 48%;
  margin: 0 1%;
}

.eventcal2 td strong {
  font-size: 29px;
}

.textcenter {
  text-align: center;
}

/* クリスマスイベント */
.news_event2 {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #040000;
}
.news_event2 .news_event_col {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  display: flex;
  justify-content: center;
  border-right: dotted 2px #ccc;
  margin: 15px 0;
}
.news_event2 .news_event_col div.photobox{
  width: 25%;
  margin-right: 5%;
}
.news_event2 .news_event_col div{
  width: 100%;
  margin-right: 0;
}
.news_event2 .news_event_col:last-child {
  margin-right: 0;
  border-right: none;
}
.news_event2 .news_event_col p.event_title{
  text-align:left;
}

.xmasbox{
	margin:0;
	padding:0;
	background-color:#eef1f3;
	margin-top:30px;
}

.xmasbox table.eventcal2 p {
	text-align:left;
}
.xmasbox table.eventcal2 .eventline2 p {
  width: 100%;
  margin: 0 1%;
}
.xmasbox table.eventcal2 .eventline2 p.calphoto {
  width: 70%;
}
.fmlink{
  max-width:600px;
  text-align:center;
  margin:0 auto;
  padding:20px 0;
}
.bt_border{
  border-bottom: dotted 2px #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.xmasbox p.cal_title {
  font-size: 22px;
  font-weight: medium;
  color: #231815;
  text-align: center;
  margin-top:10px;
}

/* 新着情報詳細
*******************************************/
.data {
  display: block;
  text-align: right;
}

p.date {
  display: inline-block;
  font-size: 14px;
  margin-right: 25px;
}

#news_main_box {
  padding-bottom: 30px;
  border-bottom: 1px dashed #919191;
}

#news_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

#news_box .news_box_col {
  width: 62%;
  margin-right: 3%;
}

#news_box .news_box_col:last-child {
  width: 35%;
  margin-right: 0;
}

#news_box p.text {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 2;
}

#news_box p.photo {
  display: block;
}

#news_box p.photo img {
  display: block;
  border: 1px solid #000;
}

#news_box p.photo span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-align: left;
}


.link_box {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffe8e7;
  line-height: 1;
}

.link_box ul {
  display: block;
  width: 100%;
}

.link_box ul li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.link_box ul li:last-child {
  margin-bottom: 0;
}

.link_box ul li a {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.link_box ul li a:before {
  content: "●";
  display: inline-block;
  font-size: 12px;
  color: #ff7bf3;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 1;
}

.link_box ul li a:hover {
  text-decoration: underline;
}

p.news_list_page_btn {
  display: block;
  border: 1px solid #727272;
  margin: 60px auto 0 auto;
  max-width: 200px;
  width: 100%;
}

p.news_list_page_btn a {
  display: block;
  font-size: 18px;
  padding: 10px;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

/***************************************

              フロアガイド

***************************************/
#floor {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}


.floor_guide {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1;
}

.floor_guide_left {
  width: 265px;
  background-color: #ce292c;
  line-height: 1;
  position: relative;
}

.floor_guide_left a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_guide_left img {
  width: 196px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.floor_guide_right {
  width: 265px;
  background-color: #1c7cb4;
  line-height: 1;
  position: relative;
}

.floor_guide_right img {
  width: 196px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
}

.floor_guide_right a {
  display: block;
  width: 100%;
  height: 100%;
}

p.floor_3f {
  display: block;
}


.shop_list {
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.shop_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.shop_list ul li {
  width: auto;
  margin-right: 30px;
  margin-bottom: 30px;
  vertical-align: middle;
}

.shop_list ul li.last {
  margin-right: 0;
}

.shop_list ul.shop_list_ul {
  justify-content: initial;
}

.shop_list ul.shop_list_ul li {
  margin-bottom: 0;
}


p.illust01 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 383px;
}



.movie_list {
  display: block;
  width: 100%;
  margin: 30px 0;
  padding: 0 60px;
}

.movie_list ul {
  display: block;
  width: 100%;
}

.movie_list ul li {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
  margin-right: 1%;
}

.movie_list ul li:nth-child(even) {
  margin-right: 0;
}


ul.link_bunner {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 35px;
}

ul.link_bunner li {
  display: inline-block;
  width: auto;
  font-size: 0;
  margin-right: 20px;
  padding: 0;
  border: 1px solid #000;
  margin-bottom: 20px;
  vertical-align: middle;
}

ul.link_bunner li a {
  display: block;
  line-height: 1;
}

ul.link_bunner li:nth-child(3) {
  margin-right: 0;
}

ul.link_bunner li:last-child {
  margin-right: 0;
}


.time_text {
  display: block;
  margin: 20px 0 10px 0;
  line-height: 1;
}

.time_text p {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}

#eigyou_time p.address {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

#eigyou_time {
  display: block;
  position: relative;
  padding-bottom: 15px;
}

#eigyou_time p.left_img {
  max-width: 230px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

#eigyou_time p.right_img {
  max-width: 230px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}


.border_style {
  display: block;
  position: relative;
  margin-top: 30px;
}

.border_style:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #008ac8;
  bottom: 10px;
  left: 0;
  width: 50%;
}

.border_style:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f0454e;
  bottom: 10px;
  width: 50%;
  right: 0;
}

.footer_menu {
  display: block;
  width: 100%;
  margin-top: 50px;
}

.footer_menu table {
  border-collapse: collapse;
  width: 100%;
}

.footer_menu table td {
  width: 33.333%;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  border-left: 1px solid #231815;
  font-size: 16px;
  font-weight: normal;
}

.footer_menu table td.border_bottom {
  border-bottom: 1px solid #231815;
}

.footer_menu table td a {
  display: block;
  padding: 15px;
  font-size: 14px;
  color: #040000;
  font-weight: normal;
  text-decoration: none;
  position: relative;
}

.footer_menu table td a:after {
  content: url("/images/arw.svg");
  position: absolute;
  right: 15px;
}

#next_main {
  margin-top: 80px;
  padding-bottom: 50px;
}

.about_container {
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
}

.about p {
  display: block;
  font-size: 16px;
  line-height: 1.8;
}

p.about_title {
  display: block;
  font-size: 24px !important;
  font-weight: normal;
  margin-bottom: 30px;
}

p.about_img {
  display: block;
  margin: 30px 0;
  text-align: center;
}

p.about_title2 {
  display: block;
  font-size: 40px;
  margin: 30px 0;
  text-align: center;
}

p.about_title3 {
  display: block;
  margin: 30px 0;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1.8;
}

p.about_title4 {
  display: block;
  margin: 30px 0 5px 0;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}

p.about_copy {
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
}



.access_container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 100px auto;
}

.access_container2 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

p.root {
  display: block;
  margin-bottom: 60px;
  text-align: center;
}

.parking {
  display: block;
  width: 100%;
  border: 3px solid #008ac8;
}

.parking p.title {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 28px;
  color: #fff;
  background-color: #008ac8;
  text-align: center;
  line-height: 1;
}

.parking .parking_box {
  display: block;
  background-color: #fff;

}

.parking .parking_col {
  display: block;
  padding: 20px;
  border-bottom: 3px solid #008ac8;
}

.parking .parking_col:last-child {
  border: none;
}

p.area_title {
  display: block;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: normal;
  color: #231815;
}

p.area_title span.time24 {
  padding-left: 5px;
  color: #f0454e;
}

.parking .parking_box ul li {
  width: 100%;
  font-size: 30px;
  padding: 10px;
  line-height: 1;
  border-bottom: 1px dashed #898989;
}

.parking .parking_box ul li span.arw {
  padding: 0 8px;
}

.parking .parking_box ul li span.arw img {
  width: 20px;
  vertical-align: middle;
}


.parking .parking_box ul li span.small {
  font-size: 24px !important;
}

.parking .parking_alert {
  color: #f0454e;
  font-size: 20px;
}

.service_ticket_box {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.service_ticket_box p.ticket {
  display: inline-block;
  width: 26%;
}

.service_ticket_box dl {
  display: inline-block;
  width: 70%;
  margin-left: 3%;
}

.service_ticket_box dl dd {
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
  margin-right: 2%;
  font-size: 24px;
}

.service_ticket_box dl dd img {
  width: 26px;
  vertical-align: middle;
  margin-right: 5px;
}

.address_box {
  display: block;
  padding: 0 10px;
  margin-top: 50px;
  text-align: center;
}

p.address_logo {
  display: block;
  max-width: 465px;
  margin-bottom: 20px;
  line-height: 1;
}

.address_box p {
  font-size: 22px;
}

.address_box p.address_logo {
  margin: 0 auto 10px;
}

.address_box p.address_txt1 {
  font-weight: 500;
}


p.coming_soon {
  display: block;
  margin: 100px 0;
  text-align: center;
}

p.coming_soon img {
  display: block;
  margin: 0 auto;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/***************************************

              フロアガイド詳細

***************************************/


p.floor_img {
  display: block;
  margin-bottom: 80px;
  text-align: center;
}


p.floor_title {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 40px auto;
  text-align: center;
}

p.floor_title img {
  margin: 0 auto;
}


.border_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 100px;
  box-sizing: border-box;
  border: 1px solid #231815;
}

.border_left {
  width: 52%;
  margin-right: 3%;
}

.border_right {
  width: 45%;
}

p.shop_title {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}

p.shop_name {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
}

p.shop_name span.area {
  color: #f0454e;
  font-size: 24px !important;
}

p.shop_name span.border {
  color: #008ac8;
  font-size: 24px !important;
}

p.shop_name span.number {
  color: #231815;
  font-size: 34px !important;
  margin-right: 10px;
  line-height: 1;
}

p.shop_description {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

p.small_text {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.shop_time {
  display: block;
}

.shop_time p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
}

.shop_time2 p {
  display: inline-block;
  margin-right: .5em;
}

.shop_time2 p:last-child {
  margin-right: 0;
}

.shop_time p span.color01 {
  color: #f0454e;
}

.shop_time p span.color02 {
  color: #008ac8;
}


.shop_colum {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.shop_colum_col {
  width: 32%;
  padding: 25px;
  margin-right: 1%;
  margin-bottom: 20px;
  border: 1px solid #231815;
  box-sizing: border-box;
}

p.logo_img {
  display: block;
  margin: 30px 0;
  height: auto;
  text-align: center;
}

.border_img img {
  border: 1px solid #000;
}

/***************************************

            フロアガイド詳細/3F

***************************************/
.shop_3f {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

p.shop_3f_img span {
  display: block;
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
}