@charset "utf-8";

html {
	scroll-behavior: smooth;
}

body {
	background: url('../img/bg001.jpg');
	margin: auto;
	padding: 0;
}
@media (min-width: 768px) {
	#bg {
		background: url('../img/bg002.png') repeat-y center top;
	}
}
@media (max-width: 767px) {
	#bg {
		background: url('../img/bg002sp.png') repeat-y center top;
	}
}
.container {
	margin: auto;
}
@media (min-width: 1025px) {
    .container {
        max-width: 1000px;
		margin: auto;
		padding: 0;
    }
    .contents {
        max-width: 940px;
		margin: auto;
		padding: 0;
    }
}
@media (max-width: 1024px) {
    .container {
        max-width: 100%;
		margin: 0;
    }
	.contents {
        padding: 0 15px;
    }
}
.bgimg001 {
	background: url('../img/img/006.jpg') center center;
	background-size: cover;
}
.bgimg002 {
	background: url('../img/img/008.jpg') center center;
	background-size: cover;
}
.bgimg003 {
	background: url('../img/img/009.jpg') center center;
	background-size: cover;
}
@media (min-width: 992px) {
	.bgimg001, .bgimg002, .bgimg003 {
		height: 150px;
	}
}
@media (max-width: 991px) {
	.bgimg001, .bgimg002, .bgimg003 {
		height: 120px;
	}
}




/*-----    header    -----*/
@media (min-width: 992px) {
	.header {
		position: fixed;
		width: 100%;
		top: 0;
		display: flex;
		z-index: 99;
	}
	.navtext-container {
		width: 200px;
		height: 220px;
		background-color: rgba(249, 248, 245, 0.92);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.navtext a img {
		width: 180px;
	}
	.header ul.menu {
		display: flex;
		align-items: center;
		height: 120px;
		margin-left: 2rem;
	}
	.header ul.menu li {
		padding: 0 1.2rem;
	}
	.header .menu_pcen {
		position: fixed;
        right: 0;
		display: flex;
        -ms-flex-preferred-size: auto;
		align-items: center;
		height: 120px;
	}
	.header .menu_pcen a {
		border-radius: 0.2rem;
		background: #f9f8f5;
		padding: 0.1rem 0.8rem 0.1rem 1rem;
		margin-right: 0.5rem;
		color: #1b2231;
		font-size: 14px;
	}
	.header .menu_pcen a:hover {
		color: #f9f8f5;
		transition: 0.7s;
		background: #1b2231;
	}
}



@media (max-width: 991px) {
	
.header {
  background: var(--background-navbar);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  background-color: rgba(249, 248, 245, 0.92);
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #1b2231;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-bottom: 1px solid #1b2231;
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  color: #1b2231;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: fixed;
  right: 0;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 99;
}

.navicon {
  background: rgba(249, 248, 245, 0.92);
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(249, 248, 245, 0.92);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 110px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}
	.navtext a img {
		width: 100px;
	}
	img.menu_insta {
		width: 18px;
		vertical-align: middle;
		margin-bottom: 3px;
	}
	ul.menu li.top {
		display: flex;
        justify-content: center;
        align-items: center;
		padding: 11px 0;
	}
	ul.menu li.top img {
		width: 100px;
	}
	ul.menu li.menu_bd {
		border: none;
	}
	ul.menu li a.menu_spen {
		border-radius: 0.2rem;
		border: solid #1b2231 1px;
		padding: 0.2rem 1.3rem 0.2rem 1.5rem;
		font-size: 14px;
	}

}
/*-----    /header    -----*/





/*-----    swiper    -----*/
@media (min-width: 992px) {
	#swiper {
		clear: both;
		margin-top: 120px;
	}
	.swiper-container {
		height: 700px;
	}
	.swiper-container .swiper-slide {
		width: 1200px;
	}
	.swiper-container .swiper-slide img {
		width: 1200px;
		height: auto;
	}
}

@media (max-width: 991px) {
	#swiper {
		clear: both;
		margin-top: 110px;
	}
	.swiper-container {
		height: 600px;
		position: relative;
	}
	.swiper-container .swiper-wrapper {
		display: flex;
		justify-content: space-around;
	}
	.swiper-container .swiper-slide img {
		object-fit: cover;
        height: 100%;
		width: 100%;
	}
}
/*-----    /swiper    -----*/


/*-----    swiper01    -----*/
@media (min-width: 992px) {
	/*.swiper {
		width: 940px;
		margin: auto;
		background-color: rgba(249, 248, 245, 0.92);
		padding: 15px 0;
	}*/
	.swiper .swiper_frame {
		border-radius: 0.4rem;
		display: block;
	}
	.swiper-container01 {
		width: 910px;
		position: relative;
		margin: auto;
		overflow: hidden;
	}
	.swiper-container01 .swiper-slide {
		width: 910px;
	}
	.swiper-container01 .swiper-slide img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 991px) {
	/*.swiper {
		background-color: rgba(249, 248, 245, 0.92);
		padding: 10px 0;
	}*/
	.swiper-container01 {
		height: 300px;
		position: relative;
		overflow: hidden;
	}
	.swiper-container01 .swiper-wrapper {
		display: flex;
		justify-content: space-around;
	}
	.swiper-container01 .swiper-slide img {
		object-fit: cover;
		width: 100%;
        height: 100%;
	}
}
/*-----    /swiper01    -----*/





/*-----    contents base    -----*/
.maintitle {
	text-align: center;
}
.maintitle .bogra::before,
.maintitle .bogra::after {
	background-image: linear-gradient(to right, transparent, #ffecb6 50%, transparent);
	background-repeat: no-repeat;
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin-inline: auto;
}
@media (min-width: 992px) {
	.maintitle .bogra::before,
	.maintitle .bogra::after {
		width: 200px;
	}
	.maintitle .bogra {
		padding: 10px 0;
	}
}
@media (max-width: 991px) {
	.maintitle .bogra::before,
	.maintitle .bogra::after {
		width: 150px;
	}
	.maintitle .bogra {
		padding: 10px 0 6px 0;
	}
}


@media (min-width: 992px) {
	.sub_contents {
		display: block;
		text-align: center;
	}
	.sub_contents dl {
		display: inline-block;
	}
	.sub_contents dl .sub_con {
		display: flex;
	}
	.sub_contents dt {
		margin-right: 30px;
	}
	.sub_contents dd {
		text-align: left;
	}
}
@media (max-width: 991px) {
	.sub_contents dl .sub_con {
		margin-bottom: 15px;
	}
}
/*-----    /contents base    -----*/





/*-----    news    -----*/
@media (min-width: 992px) {
	#news .contents {
		display: flex;
	}
	#news .contents .maintitle {
		position: relative;
	}
	#news .contents .maintitle h1 {
		width: 200px;
	}
	#news .contents .news_content {
		margin-left: 100px;
	}
}

.news_content dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.news_content dt {
	flex-basis: 15%;
	padding: 7px  0;
}
.news_content dd {
	flex-basis: 85%;
	padding: 7px 0;
}
@media screen and (max-width: 767px) {
	.news_content dl {
		flex-flow: column;
	}
	.news_content dt {
		padding: 20px 0 0 0;
	}
}
/*-----    news    -----*/





/*-----    about    -----*/
@media (min-width: 992px) {
	.about_img {
		width: 500px;
		overflow: hidden;
		float: right;
		padding-left: 60px;
	}
	.about_img img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
}

@media (max-width: 991px) {
	.about_img {
		margin-bottom: 40px;
	}
	.about_img img {
		width: 100%;
	}
}
/*-----    about    -----*/





/*-----    cuisine    -----*/
@media (min-width: 992px) {
	.cuisine .sub_contents .sub_con dt {
		width: 260px;
	}
	.cuisine .sub_contents .sub_con dd {
		line-height: 2.2;
	}
}
@media (max-width: 991px) {
	.cuisine .sub_contents .sub_con dt {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.cuisine .sub_contents .sub_con dt h2 {
		margin-right: 30px;
	}
}





/*-----    footer    -----*/
footer {
	background-color: rgba(249, 248, 245, 0.92);
}

footer h1, footer p, footer dt, footer dd, footer a:link, footer address, footer .pagetop a {
	color: #1b2231;
}

footer .maintitle .bogra::before,
footer .maintitle .bogra::after {
	background-image: linear-gradient(to right, transparent, #1b2231 50%, transparent);
	background-repeat: no-repeat;
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin-inline: auto;
}

footer address {
	text-align: center;
	font-size: 14px;
}

@media (min-width: 992px) {
	.footer_logo {
		width: 200px;
		display: flex;
		justify-content: center;
		float: left;
		margin-right: 100px;
	}
	.footer_logo a img {
		width: 180px;
	}
	.footer_info .sub_contents {
		text-align: left;
	}
	.footer_info .sub_contents dl .sub_con {
		margin-bottom: 20px;
	}
	.footer_info .sub_contents dt {
		width: 160px;
	}
	
	footer .contents {
		position: relative;
	}
	footer .contents .pagetop {
		position: absolute;
		right: 0.5rem;
		bottom: 0;
	}
}
@media (max-width: 991px) {
	.footer_logo {
		text-align: center;
	}
	.footer_logo a img {
		width: 180px;
	}
	footer .contents .pagetop {
		text-align: right;
		margin: 20px 0.5rem 0 0;
	}
}

@media (min-width: 768px) {
	.footer_insta {
		margin-top: 30px;
	}
	.footer_insta a img {
		width: 400px;
	}
}
@media (max-width: 767px) {
	.footer_insta {
		margin-top: 30px;
	}
	.footer_insta a img {
		width: 100%;
	}
}








