@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : dining.css
 author     : Ability Consultant
 style info : お料理
=================================================================== */
@-webkit-keyframes slickDots {
  0% {
		width: 0;
  }
  100% {
		width: 100%;
  }
}
@-moz-keyframes slickDots {
  0% {
		width: 0;
  }
  100% {
		width: 100%;
  }
}
@keyframes slickDots {
  0% {
		width: 0;
  }
  100% {
		width: 100%;
  }
}
@-webkit-keyframes flowMainimg {
  0% {
		-moz-transform: translate(-49%, -50%);
		-ms-transform: translate(-49%, -50%);
		-webkit-transform: translate(-49%, -50%);
		transform: translate(-49%, -50%);
  }
  100% {
		-moz-transform: translate(-51%, -50%);
		-ms-transform: translate(-51%, -50%);
		-webkit-transform: translate(-51%, -50%);
		transform: translate(-51%, -50%);
  }
}
@-moz-keyframes flowMainimg {
  0% {
		-moz-transform: translate(-49%, -50%);
		-ms-transform: translate(-49%, -50%);
		-webkit-transform: translate(-49%, -50%);
		transform: translate(-49%, -50%);
  }
  100% {
		-moz-transform: translate(-51%, -50%);
		-ms-transform: translate(-51%, -50%);
		-webkit-transform: translate(-51%, -50%);
		transform: translate(-51%, -50%);
  }
}
@keyframes flowMainimg {
  0% {
		-moz-transform: translate(-49%, -50%);
		-ms-transform: translate(-49%, -50%);
		-webkit-transform: translate(-49%, -50%);
		transform: translate(-49%, -50%);
  }
  100% {
		-moz-transform: translate(-51%, -50%);
		-ms-transform: translate(-51%, -50%);
		-webkit-transform: translate(-51%, -50%);
		transform: translate(-51%, -50%);
  }
}
@-webkit-keyframes flowImg {
  0% {
		left: 0;
  }
  100% {
		left: -5%;
  }
}
@-moz-keyframes flowImg {
  0% {
		left: 0;
  }
  100% {
		left: -5%;
  }
}
@keyframes flowImg {
  0% {
		left: 0;
  }
  100% {
		left: -5%;
  }
}
@-webkit-keyframes flowBg {
  0% {
		background-position: 0 0;
  }
  100% {
		background-position: -50px 0;
  }
}
@-moz-keyframes flowBg {
  0% {
		background-position: 0 0;
  }
  100% {
		background-position: -50px 0;
  }
}
@keyframes flowBg {
  0% {
		background-position: 0 0;
  }
  100% {
		background-position: -50px 0;
  }
}
@-webkit-keyframes scrBorder {
  10% {
		height: 100%;
  }
  49.9% {
		height: 0;
		bottom: 0;
  }
  50% {
		bottom: 100%;
  }
  90% {
		height: 100%;
		bottom: 0;
  }
}
@-moz-keyframes scrBorder {
  10% {
		height: 100%;
  }
  49.9% {
		height: 0;
		bottom: 0;
  }
  50% {
		bottom: 100%;
  }
  90% {
		height: 100%;
		bottom: 0;
  }
}
@keyframes scrBorder {
  10% {
		height: 100%;
  }
  49.9% {
		height: 0;
		bottom: 0;
  }
  50% {
		bottom: 100%;
  }
  90% {
		height: 100%;
		bottom: 0;
  }
}
/* -----------------------------------------------------------
	ページ全体背景
----------------------------------------------------------- */
#rt-service-hidden + div{
	overflow: hidden;
}
#htlContents {
	margin: 0 auto !important;
	min-width: 1190px !important;
	width: 1190px;
}
#RthCustomizeW {
	font-size: small;
	line-height: 1.5;
}
#RthCustomizeW img {
  max-width: 100%;
  -webkit-touch-callout: none;
}
.rt-footer {
	width: 1190px;
	margin: auto;
}
/* -----------------------------------------------------------
	日程からプランを探す
----------------------------------------------------------- */
#htlSide-A {
	top: 906px;
}

#trvlHtlTabNav,
#trvlHtlSubNav {
	min-width: 1190px !important;
	margin-left: -240px;
}
/* -----------------------------------------------------------
	#abi_header
----------------------------------------------------------- */
#abi_header #nav {
  padding-bottom: 30px;
}
/* -----------------------------------------------------------
	#con_mainimg_lower
----------------------------------------------------------- */
#con_mainimg_lower {
	background: url(../../dining/images/img_main.jpg) #fff no-repeat;
  width: 950px;
  height: 167px;
}
#con_mainimg_lower::before {
	content: "お料理";
}
#contents {
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
/* -----------------------------------------------------------
  #con_int
----------------------------------------------------------- */
#con_int {
  margin: 40px 0 70px;
}
#con_int .img_txt {
  margin: 40px 0;
}
/* -----------------------------------------------------------
 #con_pnav
----------------------------------------------------------- */
#con_pnav {
  background: #615b54;
}
.pnav {
  display: flex;
  justify-content: space-between;
  margin: 0 80px 0 100px;
}
.pnav li a {
  display: block;
  transition: 400ms;
}
.pnav li a:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: 400ms;
}
/* -----------------------------------------------------------
  #con_dnr
----------------------------------------------------------- */
#con_dnr {
	margin: 60px 0 40px;
}
#con_dnr h4 {
	margin-bottom: 40px;
}
/* -----------------------------------------------------------
  #con_menu
----------------------------------------------------------- */
#con_menu {
  border: solid 1px #d8d7d5;
  padding: 30px 0;
  margin-bottom: 40px;
}
#con_menu h4 {
  letter-spacing: .3em;
  font-weight: normal;
}
#con_menu h4 span {
  letter-spacing: .4em;
  background: #786e64;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 1px 5px;
}
#con_menu h4 em {
  display: block;
  margin-top: 15px;
  font-size: 22px;
}
#con_menu h4 i {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  border-top: solid 1px #786e64;
  border-bottom: solid 1px #786e64;
}
#con_menu .img {
  margin: 30px 0 0;
}
#con_menu .box_menu {
  max-width: 980px;
  margin: 0 auto 1em auto;
  width: 95%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
  text-align: left;
}
#con_menu .box_menu dl {
  overflow: hidden;
  margin-top: 35px;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  border-bottom: solid 1px #eae8e4;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
}
#con_menu .box_menu dl > * {
  float: left;
}
#con_menu .box_menu dl dt, #con_menu .box_menu dl dd {
  padding: 10px;
  border-top: solid 1px #eae8e4;
  box-sizing: border-box;
}
#con_menu .box_menu dl dt {
  width: 8em;
  font-weight: bold;
}
#con_menu .box_menu dl dd {
  width: calc(100% - 8em);
}
#con_menu .box_menu > .img {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-align: center;
}
#con_menu .box_menu > .img div {
  outline: none;
}
#con_menu .box_menu > .img .slide .txt {
  margin-top: 10px;
}

#con_menu small {
  font-family: "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  font-size: 115%;
}
/* -----------------------------------------------------------
  #con_bf
----------------------------------------------------------- */
#con_bf {
  margin: 60px 0 70px;
}
#con_bf .img {
  margin: 40px 0;
}
/* -----------------------------------------------------------
  #con_allergy
----------------------------------------------------------- */
#con_allergy {
  position: relative;
  margin-bottom: 60px;
}
.allergy_txt_tel {
  position: absolute;
  top: 23.8%;
  left: 34%;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0.1em;
}
.allergy_txt_tel a {
  font-size: 24px;
}
/* -----------------------------------------------------------
  #con_resto
----------------------------------------------------------- */
#con_resto {
  border-top: solid 1px #d8d7d5;
  padding-top: 60px;
  margin-bottom: 130px;
}
#con_resto .img_txt {
  margin-top: 50px;
}