@charset "utf-8";

/*==========================================
[common]
===========================================*/
@media (max-width: 992px)  {
  .main_inner .acms-col-sm-6 {
      float: none;
      width: 100%;
  }
}
@media (min-width: 993px)  {
  .main_inner h3,
  .main_inner h4 {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.page-title-wrapper {
  height: 0;
  padding-top: 18.333%;
  background-size: contain;
}
.page-title-wrapper_404 {
  height: 0;
  padding-top: 18.333%;
  background-size: contain;
  background-image: url("../../images/bg_pagetitle.jpg");
}

.title_page_wrap {
  margin-bottom: 2.0rem;
}



/*==========================================
 entry
===========================================*/
@media (max-width: 992px){
  .entry_page-header {
    margin-top: 3.0rem;
  }
}
@media (min-width: 993px){
  .entry_page-header {
    margin-top: 10.0rem;
  }
}



/* hNav
------------------------------------------ */
@media (max-width: 992px){
	.SP-nav .hNav li {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding:1.0rem  0rem;
    text-decoration: none;
    transition: .2s;
		display: block;
	}
	.SP-nav .hNav li span{
		background-repeat: no-repeat;
		background-position: left center;
	}
	.SP-nav .hNav li.hNav_guide span {
		background-image: url("../../images/icon_guide.svg");
		background-size: 10px auto;
		padding-left: 12px;
	}
	.SP-nav .hNav li.hNav_access span {
		background-image: url("../../images/icon_access.svg");
		background-size: 12px auto;
		padding-left: 15px;
	}
	.SP-nav .hNav li.hNav_shop span {
		background-image: url("../../images/icon_shop.svg");
		background-size: 12px auto;
		padding-left: 15px;
	}
	.SP-nav .hNav li.hNav_contact span {
		background-image: url("../../images/icon_contact.svg");
		background-size: 15px auto;
		padding-left: 20px;
	}
}


/* .PC-nav [hNav]
------------------------------------------ */
@media (min-width: 993px){
	.PC-nav .hNav li {
		text-decoration: none;
		font-weight: 500;
		line-height: 1;
		padding-top: 0;
		margin-top: 0;
		background-repeat: no-repeat;
		background-position: left center;
		font-size: 1.6rem;
		margin-left: 2.0rem;
	}
	.PC-nav .hNav_guide {
		background-image: url("../../images/icon_guide.svg");
		background-size: 10px auto;
		padding-left: 14px;
	}
	.PC-nav .hNav_access {
		background-image: url("../../images/icon_access.svg");
		background-size: 12px auto;
		padding-left: 15px;
	}
	.PC-nav .hNav_shop {
		background-image: url("../../images/icon_shop.svg");
		background-size: 12px auto;
		padding-left: 15px;
	}
	.PC-nav .hNav_contact {
		background-image: url("../../images/icon_contact.svg");
		background-size: 15px auto;
		padding-left: 20px;
	}
}



/*==========================================
 top
===========================================*/
.movie-item .topmovieIcon {
	z-index: 800;
/*
  position: absolute;
	left: 0;
	right: 0;
  top: calc(50% - 20%);
  margin: auto;
  */
	display:inline-block;
}
.movie-item .topmovieIcon img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px)  {
  .movie-item .topmovieIcon {
    max-width: 100px;
    position: absolute;
    right: 2.5%;
    bottom: 7%;
  }
}
@media (min-width: 993px)  {
  .movie-item .topmovieIcon {
    /*max-width: 1023px;*/
    max-width: 200px;
    position: absolute;
    right: 5.5%;
    bottom: 5%;
  }
}




/*==========================================
 shop
===========================================*/
table.shop_info {
  border-top: 1px #000 dotted;
  width: 100%;
}
table.shop_info th,
table.shop_info td {
  border-bottom: 1px #000 dotted;
  padding: 0.5rem 1rem;
}
table.shop_info th {
  width: 20%;
  text-align: left;
  font-weight: 400;
}


/*==========================================
 guide
===========================================*/
body.guide h3{
  color: #fff;
  background-color: #a99f93;
  padding:12px 20px;
  margin-top: 3.0rem;
  margin-bottom: 3.0rem;
}

/* guide_flow .text-photo_Box */
body.guide .text-photo_Box {
  margin-top: 5.0rem;
  margin-bottom: 6.0rem;
  list-style: none;
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.guide .text-photo_Box li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 3.0rem;
}
body.guide .text-photo_Box li h4{
  margin-bottom: 1.0rem;
}
body.guide .text-photo_Box li img{
  margin-bottom: 1.0rem;
}
body.guide .text-photo_Box li p{
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
body.guide .text-photo_Box li p.text_sm {
  font-size: 90%;
  margin-left:1em;
  text-indent:-1em;
}
@media (max-width: 992px)  {
  body.guide .text_lg{
    font-size: 100%;
  }
  body.guide .text-photo_Box {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.guide .text-photo_Box li {
    margin-bottom: 3.0rem;
  }
  body.guide .text-photo_Box li:last-child {
    margin-bottom: 0.0rem;
  }
  body.guide .text-photo_Box li img{
    display: block;
    margin:auto auto 1.0rem;
    /*width: 90%;*/
  }
}
@media (min-width: 993px)  {
  body.guide .text-photo_Box {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.guide .text-photo_Box li {
    width: 25%;
  }
}

/* guide_flow
-------------------------------------------*/
@media (max-width: 992px)  {
  body.guide .text-photo_Box {
    display: flex;
    flex-direction: column;
  }
  body.guide .photoBox {
    /*width: 50%;
    margin-left: auto;
    margin-right: auto;*/
  }
}


/* flow_reserve
-------------------------------------------*/
body.guide .flow_reserve {
  margin-bottom: 0;
}
body.guide .flow_reserve.text-photo_Box li img {
  padding: 10px;
  border: 2px #eee solid;
}


/* guide_food
-------------------------------------------*/
.guide_food .text-photo_Box {
  margin-bottom: 7.0rem;
}
@media (max-width: 992px)  {
  .guide_food .text-photo_Box {
    display: flex;
    flex-direction: column-reverse;
  }
}


/*==========================================
 menu
===========================================*/
body.menu h3 span {
  display: inline-block;
  padding: 0.5rem 5rem;
  border: 1px #3c2f20 solid;
  font-size: 125%;
}
body.menu h4 {
  font-size: 125%;
  margin-top: 5.0rem;
  margin-bottom: 2.0rem;
}
body.menu .main_inner hr {
  height: 1px;
  border: none;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px #3c2f20 dotted;
}


/* common */
.robo_icon {
  color: #fff;
  background-color: #ff0000;
  padding: 2px 10px;
  line-height: 1;
  border-radius: 4px;
  display: inline-block;
}

.title_menu {
  margin-top: 0.5rem;
  margin-bottom:0.5rem;
  font-weight: 700;
}

.item_price {
  line-height: 1!important;
  font-weight: 500;
}


/*-------------------------------------------
 menu_list
-------------------------------------------*/
.menulist_subtitle {
  margin-bottom: 3.0rem;
}
.menulist_subtitle h2 {
  margin-bottom: 1.6rem;
}
.menulist_subtitle .page-description {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1.6rem;
  color: #f29600;
  text-align: center;
}

.menu_list {
	display: flex;
	flex-wrap :wrap;
  /*justify-content: space-between;*/
  list-style: none;
  margin-left: -1%;
  margin-right: -1%;
}
.menu_list li {
  margin-bottom: 5.0rem;
}
.menu_list a{
  text-decoration: none!important;
}

/* img */
.menu_list li .itemImgBox {
  margin-bottom: 10px;
}

/* text */
.menu_list li h3 {
	margin-bottom: 0.5rem;
  text-align: left;
  line-height: 1.2;
  font-weight: 700;
}
.menu_list li p.item_price {
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}

.title_menu a {
  text-decoration: none!important;
}

/* icon */
.menu_list .robo_icon {
  font-size: 12px;
  margin-top: 1.6rem;
  margin-bottom: 0;
}


@media (max-width: 992px){
  .menu_list li {
		width: calc(100% / 2) ;
    padding: 0 1.5%;
	}
	.menu_list li a:hover{
		opacity: 0.7;
	}

  .menu_list li h3 {
    margin-top: 0.5rem;
  	font-size: 1.6rem;
  }
  .menu_list li p.item_price {
    font-size: 1.6rem;
  }

  .menu_list .robo_icon {
    margin-top: 0.25rem;
  }
}
@media (min-width: 993px)  {
	.menu_list li {
		width: calc(100% / 3) ;
    padding: 0 1%;
	}
	.menu_list li .itemImgBox {
	 margin:0 auto;
	 overflow:hidden;
	}
	.menu_list li a .itemImgBox img{
	 transition:0.4s all;
	}
	.menu_list li a .itemImgBox img:hover{
		transform:scale(1.1,1.1);
		transition:0.4s all;
	}

  .menu_list li h3 {
    margin-top: 1.6rem;
  	font-size: 1.8rem;
  }
  .menu_list li p.item_price {
    font-size: 1.8rem;
  }

  .menu_list .robo_icon {
    margin-top: 1.6rem;
  }
}

/* menu_info */
.menu_info {
  text-align: center;
  margin-top: 6.0rem;
}
.menu_info p{
  font-size: 120%;
  font-weight: 500;
}
.menu_info p.time_text {
  margin-bottom: 1.6rem;
}
.menu_info .robo_icon {
  padding: 5px 10px;
  line-height: 1;
  font-size: 12px;
}
@media (max-width: 992px){
  .menu_info p.time_text {
    font-size: 150%;
  }
  .menu_info p.icon_text {
    font-size: 1.4rem;
  }
}
@media (min-width: 993px)  {
  .menu_info p.time_text {
    font-size: 170%;
  }
  .menu_info p.time_text br {
    display: none;
  }
}


/* LOVOTメニュー title */
.menulist_subtitle h2#category_entry_summary-category_entry_summary_menu-lovot_manu {
/*  padding-top: 17%;*/
  padding-top: 14%;
  background-image: url("../../images/lovot_title.png");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
}



/*-------------------------------------------
 menu_entry
-------------------------------------------*/
body.morning .page-title-wrapper,
body.lunch .page-title-wrapper,
body.tea .page-title-wrapper,
body.drink .page-title-wrapper,
body.food .page-title-wrapper,
body.set .page-title-wrapper {
  display: none;
}


.page-header .robo_icon {
  font-size: 14px;
}

@media (max-width: 992px){
  .page-header .title_menu {
    font-size: 2.0rem;
  }
}
@media (min-width: 993px)  {
  .page-header .title_menu {
    font-size: 3.5rem;
  }
}

.page-header .item_price {
  margin-bottom: 3.0rem;
  font-weight: 500;
}
@media (max-width: 992px){
  .page-header .item_price {
    font-size: 2.0rem;
  }
}
@media (min-width: 993px)  {
  .page-header .item_price {
    font-size: 3.0rem;
  }
}


.menulist_back {
  list-style: none;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.0rem;
}
.menulist_back > li a {
  background-color: #3c2f20;
  text-align: center;
  text-decoration: none !important;
  padding: 14px 10px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}



/*==========================================
 staff
===========================================*/
body.staff .col1 {
  height: 1px;
  border: none;
  border-top: 1px #fff solid;
}
body.staff .bg_Box_g p {
  margin-left: 0!important;
}

@media (min-width: 993px)  {
  body.staff .bg_Box_g {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  body.staff .text-photo_Box {
    display: block;
  }
  body.staff .text-photo_Box .textBox {
    width: 100%!important;
  }
  body.staff .text-photo_Box .photoBox {
    width: 80%!important;
    margin-left: auto;
    margin-right: auto;
  }
}



/*==========================================
 sdgs
===========================================*/
/* hci-sdgs_wrap */
.hci-sdgs_wrap {
  margin-left: 0px;
  margin-right: 0px;
}




/*==========================================
 calendar
===========================================*/
.mod-schedule__month table.grid {
  border-collapse:collapse;
  table-layout: fixed;
  margin-top: 3.0rem;
  margin-bottom: 3.0rem;
}

.mod-schedule__month table.grid th,
.mod-schedule__month table.grid td{
  text-align: center;
  padding: 5px;
}
.mod-schedule__month table.grid th{
  background-color: #63513c;
  color: #fff;
  border: 1px solid #eeedeb;
}
.mod-schedule__month table.grid td{
  border: 1px solid #63513c;
}

@media (min-width: 993px)  {
  .mod-schedule__month table.grid {
    min-height: 500px;
  }
}

/* month_title  */
.month_title {
  font-weight: 600;
  text-align: center;
}
@media (max-width: 992px)  {
  .month_title {
    font-size: 2.0rem;
  }
}
@media (min-width: 993px)  {
  .month_title {
    font-size: 2.8rem;
  }
}


/* month_pager */
.month_pager {
  text-align: center;
  margin-bottom: 1em;
}
.month_pager a{
  margin-left: 1em;
  margin-right: 1em;
}


/* sat */
/*.mod-schedule__month table.grid td.w6 {
  background-color: rgba(0, 117, 193, 0.1);
}*/
/* close */
.mod-schedule__month table.grid td.close-time {
  background-color: rgba(234, 84, 73, 0.1);
}
.mod-schedule__month table.grid td.charter-time {
  background-color: rgba(99, 81, 60, 0.1);
}

@media (max-width: 992px)  {
  .mod-schedule__month table.grid {
    width: 100%;
  }
}
@media (min-width: 993px)  {
  .mod-schedule__month table.grid {
    width: 100%;
  /*  width: 80%;
    margin-left: auto;
    margin-right: auto;*/
  }
}

/* month_pager */


/*==========================================
 contact
===========================================*/
.contact-form li{
  display: block;
  margin-bottom: 20px;
}
.contact-form-label {
	width: 100%;
	border-top: none;
	font-size: 100%!important;
  text-align: left;
}
.contact-form-control {
	border-top: none;
}
@media  (max-width: 767px) {
	.contact-form-label {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
	}
}
@media (min-width: 768px){
  .contact-form-label {
  	float: left;
    width: 300px;
  }
  .contact-form-control {
    margin-left:300px;
  }
}

.mfp_colored {
	background-color: #fff;
}


/* -----------------------------
  label-required
-----------------------------*/
.label-required {
	display:inline-block;
	background-color: #fff;
	border: none;
	text-shadow: none;
	padding: 0;
	font-size: 100%;
	color: #fff;
  background-color: #ff0000;
	float:none;
	margin: 0px 5px;
	border-radius: 0px;
	box-shadow: none;
	background-image: none;
	background-size: 100% 100%;
  font-size: 12px;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 4px;
}

.valid-mark {
  display:inline-block;
  display: none!important;
}


/* -----------------------------
 form parts
-----------------------------*/
form#mailformpro dl dd input {
  /*padding: 20px 1rem;*/
	/*background: #EEEEEF;*/
  margin-bottom: 10px;
  border: 1px solid #ced4da;
  padding: 1rem;
}
form#mailformpro dl dd .w-100 {
  width: 100%!important;
}
form#mailformpro dl dd .h-50 {
  height: 10em!important;
}
form#mailformpro dl dd .w-50 {
  width: 50%!important;
}

/* for IE*/
@media all and (-ms-high-contrast: none) {
  form#mailformpro dl dd input {
    padding: 0px 1rem;
  }
}

form#mailformpro dl dd textarea {
  padding: 10px 1rem;
	/*background: #EEEEEF;*/
  margin-bottom: 10px;
  border: 1px solid #ced4da;
}
form#mailformpro dl dd select {
  padding: 1rem;
	/*background: #EEEEEF;*/
  margin-bottom: 10px;
  border: 1px solid #ced4da;
}
form#mailformpro label.mfp_not_checked {
  border: none!important;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	box-shadow: none;
}

.mfp_element_all {
	max-width: 100%;
}

@media  (max-width: 767px) {
	form#mailformpro dl dd input,
  form#mailformpro dl dd textarea,
  form#mailformpro dl dd select{
    width: 100%!important;
	}
}

::placeholder{
  color:#a6a6a6!important;
}




@media (min-width: 768px) {
  .acms-form input[type=date],
  .acms-form input[type=datetime-local],
  .acms-form input[type=datetime],
  .acms-form input[type=email],
  .acms-form input[type=month],
  .acms-form input[type=number],
  .acms-form input[type=password],
  .acms-form input[type=search],
  .acms-form input[type=tel],
  .acms-form input[type=text],
  .acms-form input[type=time],
  .acms-form input[type=url],
  .acms-form input[type=week] {
    font-size: 100%;
  }

  .acms-form select {
    font-size: 100%;
  }

  .acms-form textarea {
    font-size: 100%;
  }
}




/* -----------------------------
 buttons
-----------------------------*/
div.form-btn-box {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.form-btn-box form {
  display: inline-block;
}
div.form-btn-box input {
  padding:1.0rem 1.5rem;
	font-size: 100%;
	background-color: #333!important;
	border-radius: 0px;
	font-weight: 400;
	color: #fff;
 /* box-shadow: 0px 6px 1px -1px #222;*/
  border: none;
}
@media  (max-width: 767px) {
  div.form-btn-box input {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  div.form-btn-box input {
    min-width: 250px;
  }
}

.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
	border-radius: 8px;
	padding: 10px 0px;
	border: none;
	background: gradient(none);
	background: -webkit-gradient(none);
	background: -moz-linear-gradient(none);
	background: -ms-linear-gradient(none);
	text-shadow: none;
	font-size: 125%;
  background : none!important;
}



/* -----------------------------
 err
-----------------------------*/
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background : none;
	background-repeat: no-repeat;
}
.problem {
	background:transparent;
}



/* -----------------------------
 confirmation
-----------------------------*/
.contact-form h4 {
	font-size: 2.5rem;
	padding: 10px 0px 0px 0px;
	/*text-align: center;*/
  text-align: left;
  margin-bottom: 2.0rem;
  border-top: none;
  border-bottom: none;
}

.contact-form {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-form tr th,
.contact-form tr td {
	font-size: 100%;
	padding: 10px 10px;
  border: 1px #eee solid;
}
.contact-form tr.mfp_colored {
  background-color: #fff;
}

.contact-form tr th {
  background-color: #eee;
  float: none;
  width: 50%;
}
.contact-form tr td {
  width: 50%;
}




/* -----------------------------
 thanks
-----------------------------*/
div.mfp_thanks {
	padding: 0px;
}
#mfp_thanks {
  display: none!important;
}



/*==========================================
[CTA]
===========================================*/
.cta_wrap p a:link {
  color: #fff;
}
