html {
  scroll-behavior: smooth;
}
*{
	font-weight: 500 !important;
	padding: 0;
	margin: 0;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック", "Yu Gothic", "メイリオ", "游ゴシック体", YuGothic, sans-serif;
}
.font-open{
	font-family: 'Open Sans', sans-serif !important;
}
.Semi{
	font-weight: 400 !important;
}
.fs-65{
  font-size: 65px;
}
.fs-36{
	font-size: 36px;
}
.fs-24{
	font-size: 24px;
}
.fs-20{
	font-size: 20px;
}
.fs-16{
	font-size: 16px;
}
.fs-14{
	font-size: 14px !important;
}
.fs-12{
	font-size: 12px !important;
}
.fs-10{
	font-size: 10px;
}
.w-768{
	width: 768px;
	margin-left: 20px;
	margin-right: 20px;
}
.w-80{
	width: 80px;
	display: inline-block;
}

.w-420{
	width: 420px;
}
.w-240{
	width: 240px;
}
.w-160{
	width: 160px;
}
.w-170{
	width: 170px;
}
.m0{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.p20{
	padding: 20px;
}
.p-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.m0-20{
	margin: 0 20px;
}
.m0au{
	margin-left: auto;
	margin-right: auto;
}
.pr10{
	padding-right: 10px !important;
}
.pr30{
	padding-right: 30px;
}
.pt10{
	padding-top: 10px;
}
.pt30{
	padding-top: 30px;
}
.pt50{
	padding-top: 50px;
}
.pt80{
	padding-top: 80px;
}
.pb5{
	padding-bottom: 5px;
}
.pb30{
	padding-bottom: 30px;
}
.pb50{
	padding-bottom: 50px;
}
.pb80{
	padding-bottom: 80px;
}
.pl10{
	padding-left: 10px !important;
}
.mt4{
	margin-top: 4px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px !important;
}
.mt50{
	margin-top: 50px ;
}
.mt70{
	margin-top: 70px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb25{
	margin-bottom: 25px;
}
.mb50{
	margin-bottom: 50px;
}
.ml10{
	margin-left: 20px;
}
.btn-meal {
	margin-top: 20px;
}

 .lightYello{
	background-color: #ffffee;
 }
 .lightRed{
 	background-color: #ffefef;
 }
 .lightBlue{
 	background-color: #f2f7f7;
 }
 .lightGreen{
	background-color: #ecffee;
 }
 .text-black{
   color: #000000
 }
 .bg-bl{
	background-color: #000000;
	padding:17px 26px !important;
 }
.lh28{
	line-height: 28px;
}
.container-fluid{
	padding: 0 !important;
}

.btn.btn-infoo {
    padding: 12px 15px;
    border-radius: 0;
    width: 240px;
}

/* header */
	header{
		position: relative;
	}
	.logo{
		position: absolute;
		top: 0;
		left: 0;
	 	width: 170px;
	 }
   .logo-footer{
     width: 200px;
     height: 122px;
     margin: 20px;
   }
	.caption{
		width: 100%;
		max-width: 100%;
		top: 40%;
	}
	.scroll{
		position: absolute;
		bottom: 11px;
		right: 50%;
		margin-right: -11px;
		z-index: 12;
	}

	.carousel-caption{
		color: #ffffff;
		position: absolute !important;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1;
	}
	.header-menu{
		z-index: 23;
	}
	.reserve{
		background-image: url('../images/common/icon_reserv.png');
		background-repeat: no-repeat;
		content: "";
		width: 37px;
    	height: 33px;
    	position: absolute;
    	top: 8px;
	}
	.txt{
		margin-left: 32px;
	}
	.carousel-indicators{
		right: auto !important;
		left: 40px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
  .carousel-item .slide1{
		background-image: url('../images/top/slide01_r3.jpg');
		background-repeat: no-repeat;
		content: "";
		width: 100vw;
	 	height: 100vh;
	 	background-size: cover;
    background-position: center;
	}
	.carousel-item .slide2{
		background-image: url('../images/top/slide02.jpg');
		background-repeat: no-repeat;
		content: "";
    width: 100vw;
	 	height: 100vh;
	 	background-size: cover;
    background-position: center;
	}
	.carousel-item .slide3{
		background-image: url('../images/top/slide03_r2.jpg');
		background-repeat: no-repeat;
		content: "";
    width: 100vw;
	 	height: 100vh;
	 	background-size: cover;
    background-position: center;
	}
	.carousel-indicators li{
		width: 10px !important;
		height: 10px !important;
		border-radius: 100%;
		margin-right: 10px;
		color: black;
	}
	.btn-fb{

		position: absolute;
		bottom: 0;
		right: 60px;
	    border: none;
	    background: #ffffff;
	    padding: 5px 10px;
		opacity: 0.8;
	}
	.btn-insta{
		position: absolute;
		bottom: 0;
		right: 0;
		border: none;
	    background: #ffffff;
	    padding: 5px 10px;
	    opacity: 0.8;
	}

	.news{
		background-color: #f2f7f7;
		padding-top: 55px ;
		padding-bottom: 55px;
	}
	.lst-news{
		width: 640px;
		padding:5px 20px;
		margin: 0 auto !important;
	}

	.h-news-N{
		background-color: #CFB27A;
		color: #ffffff;
		padding: 3px 21px;
		text-align: center;
	}
	.h-news-S{
		background-color: #5A5A5A;
		color: #ffffff;
		padding: 3px 14px;
		text-align: center;
	}
	a.text-less{
  	  white-space: nowrap;
  	  display: block;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}
	a.text-less:hover{
		color: #CFB27A;
	}
	 .menu-info{
	 	margin-top: 60px !important;
	 	margin-bottom: 60px !important;
	 	padding: 0;
	 }

	 .img-info{
	 	position: relative;
	 }
	 .img-menu{
	 	position: relative;
	 }
	 .img-info img{
	 	object-fit: cover;
	 	width: 100%;
	 	height: 100%;
	 }
	 .btn-infoo{
	 	width: 240px;
	 	position: relative;
	 }
	 .btn-infooo{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;

	 }
	 .icon-down{
		position: absolute;
		bottom: -16px;
		left: 50%;
		margin-left: -7px;
	}
	 .select-food{
	 	padding-left: 0;
	 	padding-right: 0;
	 	margin: 0;
	 }
	 .content-meal{
	 	width: 400px;
	 	margin: 233px auto;
	 }
	 .content-food{
	 	margin: auto;
	 	margin-bottom: 20px;
	 }
	 .img-food1{
		background-image: url('../images/top/block01_image01.jpg');
		height: 100%;
		width: 100%;
		background-size: cover;
    background-position: center;
	 }
	 .img-food2{
		background-image: url('../images/top/block01_image02.jpg');
		height: 100%;
		width: 100%;
		background-size: cover;
    background-position: center;
	 }
	 .img-food3{
		background-image: url('../images/top/block01_image03_r3.jpg');
		height: 100%;
		width: 100%;
		background-size: cover;
    background-position: center;
	 }
	 .img-food4{
		background-image: url('../images/top/block01_image04_r2.jpg');
		height: 100%;
		width: 100%;
		background-size: cover;
    background-position: center;
	 }

	 .reserv{
	 	width: 200px;
	 	height: 100%;
	 }

	 .btn-meal-cnt{
	 	width: 240px;
	 }

	 img.floar-map-img{

		width: 100%;
		height: auto;
	 }

	 .title-op{
	 	border-bottom: 1px solid;
	 }
	 .time-table tr:nth-child(2) td {
	 	padding-top: 20px;
	 }
	 footer{
	 	border-top: 1px solid;
	 	margin-top: 50px;
	 	position: relative;
	 }
	 .icon{
	 	position: absolute;
	 	top: -10px;
	 	z-index: 2;
	 	background-color: #ffffff;
	 	left: 50%;
    	margin-left: -25px;
	 }
	 footer a{
	 	color: #000000 ;
	 	line-height: 24px;
	 }

	 .news a.text-less {
	    display: block;
	    overflow: hidden;
	    max-width: 100%;
	    display: inline-block;
		color: #000000;
	    line-height: 24px;
		border-bottom: 1px solid transparent;
	}
	.news a.text-less:hover {
		text-decoration: none;
		border-bottom-color: #000000;
	}

	 .a-modal{
	 	display: block;
	    max-width: 100%;
	    display: inline-block;
		color: #CFB27A;
		border-bottom: 1px solid transparent;
	 }
	 .a-modal:hover{
		text-decoration: none;
		color: #CFB27A;
		border-bottom-color: #CFB27A;
	 }
	.iframe{
		width: 367px;
		height: 367px;
	}
	.modal-header{
		padding: 0 !important;
		position: relative;
		height: 100%;
	}
	.modal-title{
		width: 100% !important;
	}
	.modal.show .modal-dialog{
	max-width: 768px;
	}
	/* .close{
		position: absolute;
	    top: 0;
	    right: 0;
	    background-color: rgba(0, 0, 0, 1) !important;
	    margin: 0 !important;
	    opacity: 1;
	    z-index: 99;
	} */
	.x{
		color: #ffffff;
		text-shadow: none;
		font-size: 35px;
	}
	.n-hot{
		background-color: #CFB27A;
		padding: 1px 20px;
	    color: #ffffff;
	    margin-left: 20px;
	    height: 22px;
	}
	.n-title{
		font-size: 21px;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.modal-body{
		margin: 20px;
	}

	.c-news{
		width: calc(100% - 170px);
	}
	.header-row{
		position: absolute;
		top: 0;
		right: 16px;
	}
	.header-menu{
		float: right;
		z-index: 22;
	}
	.ml{
		padding: 13px 20px;
	}
	.img-box{
		margin-right: 0px !important;
		width: 23px !important;

	}
	.a-ml:hover{
		opacity: 0.2;
	}
	.header-menu-ul{
		list-style: none;
	}
	.dropdown-menu{
		border-radius: 0 !important;
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;
    	top: 44px !important;
    	left: 53px !important;
    	width: 207px;
    	background: transparent;
	}
	.header-menu-btn{
		border-color: #000000  !important;
	    background-color: #000000 !important;
	    border-radius: 0  !important;
	    width: 50px;
	}
	.header-menu-btn:hover{
	    opacity: 1;
	}

	.header-menu-btn:before{
	  background-image: url('../images/common/icon-bars.png');
      background-repeat: no-repeat;
      display: inline-block;
      width: 19px;
      height: 19px;
      content: "";
      margin-top: 10px;
	}
	.show .header-menu-btn:before{
	  background-image: url('../images/common/icon-close.png');
	  opacity: 1;
	}
	.btn-more{
		background-color: #0ea9ab;
		padding: 14px 0px;
		color: #ffffff;
		border: none;
		margin-top: 10px;
		display: inline-block;
	}
	.btn-more:hover{
		background-color: #23c2c4;
		color: #ffffff;
		border: none;
		text-decoration: none;
	}
	.address{
		background-color: #f2f7f7;
		padding: 60px 20px;
	}
	.time-table tr{
		vertical-align: top;
	}
	.header-row{
		padding: 0;
		z-index: 99;
	}
	.dropdown-menu a:hover div.ml{
		opacity: 0.8;
	}
	.floor-map{
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.lst-img{
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	.modal-header .close{
		position: absolute;
	    top: 0;
	    right: 0;
	    background-color: rgba(0, 0, 0, 1) !important;
	    margin: 0 !important;
	    opacity: 1;
	    z-index: 99;
		padding: 0 !important;
		width: 40px;
		height: 40px;
	}
	.modal-content{
		border-radius: 0 !important;
	}
.fs-32 h2 {
  font-size: 32px;
}
.font-b {
  font-weight: bold;
}
.font-b h2 {
  font-weight: bold !important;
}
.font-b h2 span {
  font-weight: bold !important;
}
.font-b h3 {
  font-weight: bold !important;
}

.nobr {
    white-space: nowrap;
}
/*2023/03.20 トップページ戻るアイコン追加 */
.pagetop {
    z-index: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.content-meal{
		width: 320px;
	}
	.carousel-indicators li{
		width: 7px;
		height: 7px;
    color: #d3d3d3
	}
	.nav-item {
		font-size: 14px;
	}
	.navbar-brand{
		height: 37px;
	}
	.logo{
		width: 120px;
	}
  .logo-footer{
    width: 100px;
    height: 61px;
  }
	.btn-fb{
	    right: 50px;
	}
	.btn-insta img{
	    width: 30px;
	}
	.btn-fb img{
	    width: 30px;
	}
	.w-768{
		width: 100%;
	}
	/* .iframe{
		width: 100%;
		height: 100%;
		padding: 0;
	} */

}
@media (min-width: 320px) and (max-width: 767.98px) {
  .carousel-item .slide1{
		background-image: url('../images/top/slide01_sp_r3.jpg');
		background-repeat: no-repeat;
		content: "";
    width: 100vw;
	 	height: 100vh;
	 	background-size: cover;
	}
	.carousel-item .slide2{
		background-image: url('../images/top/slide02_sp.jpg');
		background-repeat: no-repeat;
		content: "";
    width: 100vw;
	 	height: 100vh;
	 	background-size: cover;
	}
	.carousel-item .slide3{
		background-image: url('../images/top/slide03_sp_r2.jpg');
		background-repeat: no-repeat;
		content: "";
    width: 100vw;
	 	height: 100vh;
	 	background-size: cover;
	}
	.img-food1{
    height: 600px;
  }
	.img-food2,
	.img-food3,
	.img-food4{
		height: 240px;
	}
	.modal-dialog {
		margin: 40px;
	}
	.navbar-toggler{
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.w-768{
		width: 100%;
	}
	.carousel-item img {
		height: 480px;
	}
	.carousel-indicators li{
		width: 7px !important;
		height: 7px !important;
	}
	.carousel-indicators{
		left: 0 !important;
		right: 0 !important;
	}
	.carousel-caption{
		font-size: 25px;
	}
	.scroll{
		display: none;
		z-index: 12;
	}
	.logo{
		width: 120px;
	}
  .logo-footer{
    width: 100px;
    height: 61px;
  }

	.lst-news{
		width: 100% ;
		padding-bottom: 15px;
	}
	.lst-news >.w-160 {
		margin-bottom: 10px;
		width: 100%;
	}

	.lst-news.d-sm-flex {
		display: block !important;
	}

	.content-meal {
    	margin: 42px auto;
	}
	.content-meal{
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	.img-food{
		height: 240px;
	}
	.fs-36{
		font-size: 36px;
	}
	.flex-direc{
	 	display: flex;
	    flex-direction: column-reverse;
	 }
	.w-420 {
    	width: 100%;
      padding: 0 20px;
	}
	.iframe{
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.lst-img .col-6:nth-child(odd){

		padding-left: 0;
		padding-right: 5px;
		padding-top: 10px;
	}
	.lst-img .col-6:nth-child(even){

		padding-right: 0;
		padding-left: 5px;
		padding-top: 10px;
	}
	.lst-img{
		margin: 0 !important;
	}
	.btn-fb{
		bottom: 0;
		right: 0;
	}
	.btn-insta{
		bottom: 34px;
		right: 0;
	}
	.btn-insta img{
	    width: 20px;
	}
	.btn-fb img{
	    width: 20px;
	}
	.timetable{
		margin-right: auto;
		margin-left: auto;
		/* width: 300px !important; */
		padding:0 !important;
   	 	width: 100%;
		margin-top: 35px;
	}
	.c-news{
		width: 100%;
		margin-top: 10px;
	}
	.btn.btn-infoo {
	    padding: 12px 15px;
	    width: auto;
	    border-radius: 0;
	    width: 120px;
	}
	.img-info{
		height: 100px;
	}
	.timetable table {
		width: 100%;
	}

  .floor-map{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	footer {
		margin-left: 20px;
		margin-right: 20px;
	}
	.iframe-maps{
		padding-top: 100%;
		position: relative;
	}
	.iframe-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
  .fs-36 {
    font-size: 24px;
  }
  .fs-36 h2 {
    font-size: 24px;
  }

}
/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.iframe-maps{
		position: relative;
		height: 280px;
		padding-top: 0;

	}
	.iframe-maps iframe {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

} */
/*2020 05お知らせタイトルの長さ　調整*/
@media (max-width: 767.98px) and (min-width: 320px){
　.c-news {
	width: 100%;
}
}