@charset "UTF-8";
/* CSS Document */

html{
	font-size:10px;
	font-size:62.5%;/*10px*/
}

body {
	color:#535353;
	font-family: "FOT-ニューシネマB Std D","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.76;
	letter-spacing:0.025em;
	text-align:justify;
}
@media only screen and (min-width: 1000px) {
body {
	font-size:21px;
	font-size:2.1rem;
	line-height:1.76;
}
}


a:link {
	color:#662e0b;
	text-decoration:none;
}
a:visited {
	color:#8A756B;
}
a:hover {
	color:#FF7700;
	opacity: 1;
	-webkit-animation-duration: .8s;
	-webkit-animation-name: flash;
	animation-duration: .8s;
	animation-name: flash;
}
@-webkit-keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}

a:active {
	color:#534741;
}

/* ==========================================================================
   ヘルパー
   ========================================================================== */
/*-- マージン --*/
.mb-10{
	margin-bottom:10px;
}
.mb-15{
	margin-bottom:15px;
}
.mt-15{
	margin-top:15px;
}

/*-- 画像 --*/
.fli{
	width:100%;
	height:auto;
}

/*-- 文字 --*/
.txt_bd461d{
	color:#bd461d;
}
.al-c{
	text-align:center;
}
.note{
	font-size:13px;
	font-size:1.3rem;
}
.note02{
	font-size:11px;
	font-size:1.1rem;
	line-height:1.27;
}

/*--フロート--*/
@media only screen and (min-width: 1000px) {
.inner-left{
	width:440px;
	float:left;
}
.inner-right{
	width:440px;
	float:right;
}
}

/*--表示--*/
.sp{/*--480以下で表示--*/
	display:block;
}
.sp-y{/*--480以上で表示--*/
	display:none;
}
.pc{/*--1000以上で非表示--*/
	display:block;
}
.pc-only{/*--1000以上で表示--*/
	display:none;
}

@media only screen and (min-width: 480px) {
.sp{
	display:none;
}.sp-y{
	display:block;
}
}
@media only screen and (min-width: 1000px) {
.pc{
	display:none;
}
.pc-only{
	display: inline;
}

}

/* ==========================================================================
   共通設定
   ========================================================================== */
/*--ヘッダー--*/
.header-container{
	background-color:#fdf8ec;
	border-top:solid 5px #e9c65d;
	border-bottom:solid 2px #e9c65d;
	box-sizing:border-box;
	padding:7px 0;
	margin:0 0 2vw;
}
.title{
	color:#631d00;
	font-size:13px;
	line-height:1.48;
	text-align:center;
}

#btn_takeout{
	display: none;
}

#btn_takeout_sp{
	display: block;
}

@media only screen and (min-width: 1000px) {
.header-container{
	margin:0 0 11px;
}
.title{
	font-size:22px;
	font-size:2.2rem;
}
}

/*--ナビゲーション--*/
@media only screen and (min-width: 1000px) {
.cd-primary-nav{
	width:950px;
	/*padding-left:15px;*/
	margin:0 auto 11px;
}
.cd-primary-nav li{
	height:32px;
	font-size:16px;
	font-size:1.6rem;
	line-height:28px;
	text-align:center;
	background-image:url(../images/nav-back.png);
	background-position:left center;
	background-repeat:no-repeat;
	border-top:solid 1px #b89477;
	border-bottom:solid 1px #b89477;
	margin:0 10px;
	float:left;
}
.cd-primary-nav a{
	width:164px;
	height:32px;
	font-size:16px;
	font-size:1.6rem;
	padding:1px 4px 3px;
	box-sizing:border-box;
	display:block;
}
.cd-primary-nav li:nth-child(4) a{
	width:194px;
	padding:1px 0 3px 10px;
}
}


/*-- メイン --*/
main{
}
.page-content{
	border-top:solid 3px #c50012;
	padding:5vw 0 0;
	position:relative;
}
.page-content:before{
	content:'';
	width:50%;
	height:3px;
	background-color:#628646;
	position:absolute;
	top:-3px;
}
.contents{
	margin:0 0 8.6vw;
}
.container{
	width:73.33vw;
	margin:0 auto;
}
@media only screen and (min-width: 1000px) {
.container{
	width:930px;
	margin:0 auto;
}
}


.content_btn{
	border-top:solid 1px #efd68b;
	padding:5.3vw 0 5.8vw;
}
.content_btn ul{
	width:76vw;
	margin:0 auto;
}
.content_btn li{
	margin-bottom:4px;
}
.content_btn img{
	width:100%;
	height:auto;
}


/*追加 2025/09/01*/
.c-box01__wrap {
	margin: 20px auto 0;
	max-width: 890px;
}
.c-box01 {
	position: relative;
	margin: 0 2px 0 6px;
	border: 2px solid #e9c65d;
	padding: 24px;
	box-sizing: border-box;
}
.li-01__ttl {
	position: absolute;
    top: -26px;
    max-width: 45px;
    background-color: #fff;
}
.li-01__ttl > img {
    width: 100%;
}
.li-01 {}
.li-01 > li {
	position: relative;
	font-size: 1.7rem;
	padding-left: 17px;
}
.li-01 > li::before {
	position: absolute;
    content: "";
    background-color: #e9c65d;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.875rem;
    left: 0;
    top: 0.95rem;
}

@media only screen and (max-width: 1000px) {
.c-box01__wrap {
	margin-top: 40px;
}
.c-box01 {
	margin: 0 27px 0 21px;
}
}

@media only screen and (max-width: 479px) {
.li-01 > li {
	font-size: 1.4rem;
}
.li-01__ttl {
	top: -22px;
    max-width: 40px;
}
.li-01 > li::before {
    width: 1rem;
    height: 1rem;
}
}

/*-- フッター --*/
.btn-container{
	background-image:url(../images/wood_texture.jpg);
	background-position:center center;
	background-size:cover;
	border-top:solid 3px #8a5e31;
	border-bottom:solid 3px #8a5e31;
	padding:20px 0 16px;
}
.btn-container-inner{
	width:73.33%;
	margin:0 auto;
}
@media only screen and (min-width: 1000px) {
.btn-container{
	background-size:1100px 733px;
	background-repeat:no-repeat;
	background-color:#5e3e08;
	padding:20px 0 22px;
}
}

.btn-container li{
	width:100%;
	margin:0 0 8px;
}
#btn_calendar{
	width:61.818%;
	float:left;
}
#btn_fb{
	width:15.9%;
	margin:0 0 0 3.191%;
	float:left;
}
#btn_isg{
	width:15.9%;
	margin:0 0 0 3.191%;
	float:right;
}
.btn-container img{
	width:100%;
	height:auto;
}
@media only screen and (min-width: 1000px) {
.btn-container-inner{
	width:910px;
}
.btn-container li{
	float:left;
}
#btn_tel{
	width:440px;
	margin:0 30px 20px 0;
}

#btn_takeout{
	margin:0 0px 20px 0;
}

#btn_mail{
	width:440px;
	margin-bottom:20px;
}
#btn_calendar{
	width:272px;
	margin:0 50px 0 185px;
}
#btn_fb{
	width:70px;
	margin:0 32px 0 0;
}
#btn_isg{
	width:70px;
	margin:0;
	float:left;
}
}


footer{
	color:#535353;
	font-size:11px;
	font-size:1.1rem;
	line-height:1.65;
}
.footer-inner {
	width: 90%;
	background-image:url(../images/footer_img.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:300px 128px;
	margin:20px auto;
}
@media only screen and (min-width: 375px) {
.footer-inner {
	background-size:390px 167px;
}
}
@media only screen and (min-width: 568px) {
.footer-inner {
	background-size:515px 220px;
}
}
@media only screen and (min-width: 768px) {
.footer-inner {
	width:74%;
	background-size:561px 240px;
}
}

#footer-logo{
	width:100%;
	height:75px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-image:url(../images/footer_logo02-02.svg);
	background-repeat:no-repeat;
	background-position:left top;
}
@media only screen and (min-width: 568px) {
#footer-logo{
	height:90px;
}
}
@media only screen and (min-width: 768px) {
#footer-logo{
	height:100px;
}
}
@media only screen and (min-width: 1000px) {
.footer-inner {
	width:910px;
	background-size:620px 266px;
	padding:0 0 45px;
	margin:56px auto 50px;
	position:relative;
}
#footer-logo{
	width:560px;
	height:192px;
	background-image:url(../images/footer_logo02-02-pc.svg);
}
}

.footer_ad{
	margin:15px 0 20px;
}
footer small{
	font-size:10px;
	font-size:1rem;
	text-align:center;
	border-top:solid 1px #535353;
	padding:12px;
	display:block;
}
@media only screen and (min-width: 1000px) {
.footer_ad{
	font-size:20px;
	font-size:2rem;
	position:absolute;
	top:100px;
	left:348px;
	margin:0;
}
footer small{
	padding:18px;
}

}

/*-- 見出し --*/
.sct_ttl{
	color:#ffffff;
	font-size:20px;
	font-size:2rem;
	line-height:1;
	text-align:center;
	background-image:url(../images/wood_texture.jpg);
	background-position:center center;
	background-size:cover;
	border-top:solid 2px #8a5e31;
	border-bottom:solid 2px #8a5e31;
	margin-bottom:6.3vw;
}
.sct_ttl span{
	letter-spacing:0.35rem;
	background-color:rgba(87,50,36,0.63);
	padding:6px 2em 10px;
	display:inline-block;
}
@media only screen and (min-width: 1000px) {
.sct_ttl{
	font-size:28px;
	font-size:2.8rem;
	background-repeat:no-repeat;
	background-size:1100px 733px;
	background-color:#5e3e08;
	/*margin-bottom:92px;*/
	margin-bottom:40px;
}
.sct_ttl span{
	min-width:300px;
}
}

.page-header .inner{
	width:100vw;
	height:31vw;
	color:#ffffff;
	font-size:20px;
	font-size:2rem;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	margin:0 0 2vw;
	position:relative;
}
#about .page-header .inner{
	background-image:url(../about/images/page-header-about.jpg);
}
#menu .page-header .inner{
	background-image:url(../menu/images/page-header-menu.jpg);
}
#calendar .page-header .inner{
	background-image:url(../calendar/images/page-header-calendar.jpg);
}
#contact .page-header .inner,
#thanks .page-header .inner{
	background-image:url(../contact/images/page-header-contact.jpg);
}
@media only screen and (min-width: 1000px) {
.page-header{
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
#about .page-header{
	background-image:url(../about/images/page-header-back.jpg);
}
#menu .page-header{
	background-image:url(../menu/images/page-header-back.jpg);
}
#calendar .page-header{
	background-image:url(../calendar/images/page-header-back.jpg);
}
#contact .page-header,
#thanks .page-header{
	background-image:url(../contact/images/page-header-back.jpg);
}

.page-header .inner{
	width:930px;
	height:288px;
	font-size:45px;
	font-size:4.5rem;
	margin:0 auto 12px;
}
}


.page-ttl{
	width:100vw;
	height:8.3vw;
	line-height:1;
	background-color:rgba(255, 255, 255, 0.75);
	position:absolute;
	top:50%;
	margin-top:-4.15vw;
}
.page-ttl span{
	height:8.3vw;
	line-height:8.3vw;
	padding:0 1em;
	display: inline-block;
}
#about .page-ttl span{
	background-image:url(../images/page_ttl_back_g.png);
}
#menu .page-ttl span{
	background-image:url(../images/page_ttl_back_y.png);
}
#calendar .page-ttl span,
#contact .page-ttl span,
#thanks .page-ttl span{
	background-image:url(../images/page_ttl_back_br.png);
}
@media only screen and (min-width: 1000px) {
.page-ttl{
	width:100%;
	height:60px;
	line-height:1;
	background-color:rgba(255, 255, 255, 0.75);
	position:absolute;
	top:50%;
	margin-top:-30px;
}
.page-ttl span{
	min-width:304px;
	height:60px;
	line-height:1;
	padding:4px 1em 0;
	display: inline-block;
	box-sizing:border-box;
}
#about .page-ttl span{
	background-image:url(../images/page_ttl_back_pc_g.png);
}
#menu .page-ttl span{
	background-image:url(../images/page_ttl_back_pc_y.png);
}
#calendar .page-ttl span,
#contact .page-ttl span,
#thanks .page-ttl span{
	background-image:url(../images/page_ttl_back_pc_br.png);
}

#btn_takeout_sp{
	display: none;
}

#btn_takeout{
	display: block;
}

}


/* ==========================================================================
   個別：トップ
========================================================================== */
/*-- イントロ --*/
.cd-intro{
	width:100vw;
	height: calc(66.66vw + 84px);
	min-height:227px;
	border-top:solid 3px #c50012;
	margin-bottom:2vw;
	position:relative;
}
.cd-intro:before{
	content:'';
	width:50%;
	height:3px;
	background-color:#628646;
	position:absolute;
	top:-3px;
}

.cd-intro .inner{
	height:100%;
	background-image:url(../images/main-image.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

#intro-logo{
	text-align:center;
	background-color:rgba(255, 255, 255, 0.9);
	padding:10px 0;
}
#intro-logo p{
	width:235px;
	height:64px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-image: url(../images/logo.png);
	background-repeat:no-repeat;
	background-position: center top;
	background-size:contain;
	margin:0 auto;
}

#top-slider-p{
	width:235px;
	height:64px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-image: url(../images/logo.png);
	background-repeat:no-repeat;
	background-position: center top;
	background-size:contain;
	margin:0 auto;
	/*position: absolute;
	top: -555px;
	left: 282px;*/
}
@media only screen and (min-width: 1000px) {
.cd-intro{
	height:558px;
	background-image:url(../images/main-image-back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0 auto 12px;
}
.cd-intro .inner{
	width:930px;
	height:558px;
	margin:0 auto;
	overflow: hidden;
}

#intro-logo{
	padding:12px 0 14px;
}
#intro-logo p{
	width:367px;
	height:100px;
}

#top-slider-p{
	width:367px;
	height:100px;
}
}

.feature-container{
	border-top:solid 3px #c50012;
	margin:0 auto 32px;
	position:relative;
}
.feature-container:before{
	content:'';
	width:50%;
	height:3px;
	background-color:#628646;
	position:absolute;
	top:-3px;
}
.feature-container-inner{
	width: 90%;
	width: calc(100% - 32px);
	padding-top:10px;
	margin:0 auto;
	position: relative;
}
.feature{
	width:calc(50% - 4px);
	float:left;
}
#feature_about{
	margin:0 2px 0 6px;
}
.feature img{
	width:100%;
	height:auto;
}
@media only screen and (min-width: 1000px) {
.feature-container-inner{
	width:930px;
	padding:36px 0 16px;
}
.feature-container-inner a{
	height:167px;
	background-repeat:no-repeat;
}
#feature_about a{
	width:430px;
	background-image:url(../images/feature_about_pc.png);
	margin:0 32px 0 19px;
	float:left;
}
#feature_menu a{
	width:449px;
	background-image:url(../images/feature_menu_pc.png);
	float:right;
}
}


/*--インスタ --*/
.news{
	margin-bottom:13vw;
}
.feed{
	width:73.33%;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.feed_box:nth-child(n+7) {
	display: none;
}
.feed_img{
	width:100%;
	height:auto;
}
.feed_date{
	color:#535353;
	font-size:11px;
	font-size:1.1rem;
	line-height:1;
	border-bottom:solid 1px #edd17d;
	padding:8px 0;
	margin:0 0 12px;
}
.feed_txt{
	color:#535353;
	font-size:13px;
	font-size:1.3rem;
	line-height:1.75;
	margin:0 0 20px;
}
@media only screen and (min-width: 1000px) {
.feed{
	width:966px;
}
.feed_box{
	width:280px;
	margin:0 21px 32px;
	float:left;
}
}

.btn_more{
	width:73.33%;
	margin:0 auto;
}
.btn_more a{
	color:#ffffff;
	text-align:center;
	line-height:1;
	background-color:#7e9553;
	padding:16px 0;
	display:block;
}
.btn_more a:visited {
	color:#ffffff;
}
@media only screen and (min-width: 1000px) {
.btn_more{
	width:930px;
	margin:0 auto;
}
.btn_more a{
	width:150px;
	float:right;
}

}

/* ==========================================================================
   個別：お店のこと　#about
========================================================================== */
#sct-capacity-lead{
	color:#631d00;
	text-align:center;
	background-color:#fde9d7;
	border-top:solid 2px #865039;
	border-bottom:solid 2px #865039;
	padding:4px 8px 8px;
	margin:0 auto 16px;
}
#sct-capacity-lead h2{
	font-size:1.25em;
	border-bottom:solid 2px #b08c5e;
	padding:4px 0 8px;
	margin:0 0 8px;
}
#sct-capacity-lead p{
	font-size:13px;
	font-size:1.3rem;
}
@media only screen and (min-width: 1000px) {
#sct-capacity-lead{
	width:740px;
	padding:4px 20px 8px;
	margin:0 auto 30px;
	box-sizing:border-box;
}
#sct-capacity-lead h2{
	font-size:25px;
	font-size:2.5rem;
	line-height:1;
	padding:8px 0 10px;
	margin:0 0 8px;
}
#sct-capacity-lead p{
	font-size:20px;
	font-size:2rem;
}
}


#shop-capacity{
	display:table;
}
#shop-capacity dt{
	width:6em;
	color:#ffffff;
	font-size:12px;
	font-size:1.2rem;
	text-align:center;
	background-color:#118c94;
	padding:1px 4px;
	margin:0 12px 0 0;
	display:table-cell;
	vertical-align:middle;

}
#shop-capacity dd{
	width:2.5em;
	font-size:1.42em;
	text-align:center;
	line-height:1;
	display:table-cell;
	vertical-align:middle;
}
@media only screen and (min-width: 375px) {
#shop-capacity dt{
	font-size:14px;
	font-size:1.4rem;
}
#shop-capacity dd{
	font-size:1.5em;
}
}
@media only screen and (min-width: 1000px) {
#shop-capacity{
	width:415px;
	display:table;
}
#shop-capacity dt{
	height:30px;
	line-height:30px;
	font-size:22px;
	font-size:2.2rem;
	padding:0;
}
#shop-capacity dd{
	font-size:30px;
}
}


#line{
	float: right;
    width: 1px;
    height: 100px;
}
#frog{
    width: 19.8vw;
    height: 33.16vw;
	background-image:url(../about/images/about_sct01_img02.jpg);
	background-size:cover;
	float: right;
    clear: both;
}
@media only screen and (min-width: 1000px) {
#line{
    height: 110px;
}
#frog{
    width: 119px;
    height: 199px;
	margin:0 0 0 12px;
}

#sct02-list li{
	font-size:28px;
	font-size:2.8rem;
	background-repeat:no-repeat;
	padding:0 0 200px;
}
#sct02-list li small{
	font-size: 60%;
	display: block;
}
#sct02-li-01{
	background-image:url(../about/images/about_sct02_img01-1_pc.jpg);
	background-position:left bottom;
}
#sct02-li-02{
	background-image:url(../about/images/about_sct02_img03-1_pc.jpg);
	background-position:right bottom;
}
#sct02-list #sct02-li-03{
	width:640px;
	background-image:url(../about/images/about_sct02_img02-1_pc.jpg);
	background-position: center bottom;
	padding:34px 0 200px;
	margin:0 auto;
}
}

#shop-ad span{
	display:none;
}

.map{
	margin:5vw 0 4vw;
}
@media only screen and (min-width: 480px) {
#shop-ad span{
	display: inline;
}
}
@media only screen and (min-width: 1000px) {
.header-txt23{
	font-size:23px;
	font-size:2.3rem;
}
.header-txt28{
	font-size:28px;
	font-size:2.8rem;
}
#shop-ad{
	padding:0 32px 0 16px;
	margin:0 2em 0 0;
	float:left;
}
#sct03 .note{
	font-size:18px;
	font-size:1.8rem;
}
#shop-ad-note{
	padding:4px 0 0;
	float:left;
}
.map{
	width:930px;
	margin:30px auto 45px;
}
#sct03-img{
	width:600px;
	margin:35px auto 0;
}
}


/* ==========================================================================
   個別：メニュー　#menu
========================================================================== */

#menu .container{
	margin-bottom:40px;
}
@media only screen and (min-width: 1000px) {
#menu .container{
	margin-bottom:64px;
}
}


.menu-item{
	line-height:1.67;
	clear:both;
}
.m-list dd{
	line-height:1;
	border-bottom:dotted 1px #535353;
	padding:0 0 12px;
	margin:0 0 12px;
}
.menu-cap{
	font-size:12px;
	font-size:1.2rem;
	line-height:1.3;
	margin:6px 0 3px;
	display:block;
}
.menu-price{
	text-align:right;
	display:block;
}
@media only screen and (min-width: 768px) {
.menu-cap{
	display: inline;
	float:left;
}
.menu-price{
	line-height:1.3;
	margin:3px 0 0;
	display: inline;
	float: right;
}
}
@media only screen and (min-width: 1000px) {
.m-list{
	margin:0 0 46px;
}
.menu-item{
	font-size:19px;
	font-size:1.9rem;
	line-height:1.36;
}
.menu-cap{
	margin:10px 0 0;
}
.menu-price{
	font-size:18px;
	font-size:1.8rem;
	margin:5px 0 0;
}
}


.lead,
.ml-header{
	width:73.33vw;
	height:15.33vw;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	margin:0 0 12px;
}
#menu-list-lead{
	background-image:url(../menu/images/menu_header_menu1.svg?v=20240425);
}
#menu-list-lead-txt{
	background-image:url(../menu/images/img_01.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:19.8vw 38.3vw;
	padding-left:20vw;
	margin-bottom:20px;
}
@media only screen and (min-width: 568px) {
#menu-list-lead-txt{
	background-position:12px bottom;
	background-size:contain;
	padding-left:20vw;
}
}
@media only screen and (min-width: 667px) {
#menu-list-lead-txt{
	padding-left:15vw;
}
}
@media only screen and (min-width: 732px) {
#menu-list-lead-txt{
	padding-left:11vw;
}
}
@media only screen and (min-width: 1000px) {
.lead{
	margin:0 0 34px;
}
.lead,
.ml-header{
	width:930px;
	height:56px;
}
.ml-header{
	height:92px;
	margin:0 0 32px;
}
#menu-list-lead{
	background-image:url(../menu/images/menu_header_menu_pc1.svg?v=20240425);
}
#menu-list-lead-txt{
	background-size:115px 222px;
	padding-left:136px;
	box-sizing:border-box;
}
}


#course-lead{
	background-image:url(../menu/images/img_03.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:72.33vw 18.33vw;
	padding:0 0 18vw;
}
@media only screen and (min-width: 568px) {
#course-lead{
	background-size:60.49vw 15.33vw;
	padding:0 170px 3vw 0;
}
}
@media only screen and (min-width: 732px) {
#course-lead{
	padding:0 210px 6vw 0;
}
}
@media only screen and (min-width: 1000px) {
#course-lead{
	background-size:contain;
	padding:0 0 96px 0;
}
}


#bar-lead{
	background-image:url(../menu/images/menu_header_drink.svg);
}
@media only screen and (min-width: 1000px) {
#bar-lead{
	background-image:url(../menu/images/menu_header_drink_pc.svg);
}
}


.ml-header{
}
#ml-header-pasta{
	background-image:url(../menu/images/header_pasta.jpg);
}
#ml-header-one{
	background-image:url(../menu/images/header_one.jpg);
}
@media only screen and (min-width: 1000px) {
#ml-header-pasta{
	background-image:url(../menu/images/header_pasta_pc.jpg);
}
#ml-header-one{
	background-image:url(../menu/images/header_one_pc.jpg);
}
}


.sct_ttl span.txt_s{
	font-size:64.86%;
	background-color:transparent;
	padding:0;
}
@media only screen and (min-width: 768px) {
.sct_ttl span.txt_s{
	display:inline;
}
}


#course .inner{
	width:73.33vw;
	margin:0 auto;
}
@media only screen and (min-width: 1000px) {
#course .inner{
	width:100%;
}
}


#menu #course-ohzara{
	font-size:117.2%;
	line-height:1.4;
	margin:0 auto 12px;
}
#course-ohzara p{
	margin:0 auto;
}

#course-img{
}


#lunch-img{
	margin:0 0 14px;
}
#lunch-price{
	font-size:120%;
	text-align:center;
	border-bottom: dotted 1px #535353;
	padding:0 0 2px;
	margin:0 0 10px
}
#lunch-price-note{
	text-align:center;
}
.lunch-note{
	font-size:13px;
	font-size:1.3rem;
	line-height:1.6;
	margin:15px 0;
}
.lunch-ico{
	min-height:40px;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:40px 40px;
	padding:0 0 0 50px;
	margin:0 0 10px;
}
#ico-menu{
	background-image:url(../menu/images/menu_ico_menu.svg);
}
#ico-cake{
	background-image:url(../menu/images/menu_ico_cake.svg);
}
#ico-drink{
	background-image:url(../menu/images/menu_ico_drink.svg);
}
@media only screen and (min-width: 667px) {
.lunch-ico{
	line-height:40px;
}
}
@media only screen and (min-width: 1000px) {
#lunch-img{
	margin:0 0 54px;
}
#lunch-price{
	font-size:25px;
	font-size:2.5rem;
}
#lunch-price-note{
	font-size:21px;
	font-size:2.1rem;
}
.lunch-note{
	font-size:21px;
	font-size:2.1rem;
	line-height:1.33;
	margin:0 0 28px;
}
.lunch-ico{
	line-height:1.33;
	background-size:49px 49px;
	padding:0 0 0 58px;
	margin:0 0 16px;
}

}


#bar{
	position:relative;
}
#bar .bar-note{
	margin:0 auto;
	padding:0 16% 0 0;
}
.bar-note li{
	text-indent:-1em;
	margin-left:1em;
}

#bar-img{
	width:79px;
	height:100px;
	background-image:url(../menu/images/img_07.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 auto 16px;
	position:absolute;
	top:246px;
	right:12px;
	z-index:-1;
}
@media only screen and (min-width: 360px) {
#bar-img{
	width:100%;
	height:100px;
	top:250px;
}
}
@media only screen and (min-width: 375px) {
#bar-img{
	top:260px;
}
}
@media only screen and (min-width: 414px) {
#bar .bar-note{
	padding:0 34% 0 0;
}
#bar-img{
	height:150px;
	top:215px;
}
}
@media only screen and (min-width: 568px) {
#bar .bar-note{
	padding:0;
}
#bar-img{
	height:110px;
	top:215px;
}
}
@media only screen and (min-width: 640px) {
#bar-img{
	top:230px;
	right:36px;
}
}
@media only screen and (min-width: 768px) {
#bar-img{
	height:120px;
	top:250px;
	right:36px;
}
}
@media only screen and (min-width: 1000px) {
#bar .container{
	margin-bottom:0;
}
#bar-img{
	position:relative;
	height:190px;
	top:-10px;
	right:calc( 50% + 4px);
}
}


/*--　スライダー　--*/
.slider-box{
	margin:0 0 20px;
}
.slider{
}
.slider img{
	max-width:100%;
	height:auto;
}
@media only screen and (min-width: 1000px) {
.slider-box{
	width:440px;
	margin:0 auto 20px;
}
.menu-note{
	font-size:19px;
	font-size:1.9rem;
	text-align:center;
}
}


/* ==========================================================================
   個別：営業日　#calendar
========================================================================== */
#calendar-container{
	text-align:center;
}
#calendar .feed_box{
	width:100%;
	float:none;
	margin:0 auto;
}
#calendar .feed_tag{
	font-size:13px;
	font-size:1.3rem;
	line-height:1.3;
}
@media only screen and (min-width: 480px) {
#calendar .feed_box{
	width:320px;
}
}


/* ==========================================================================
   個別：お問い合わせ　#contact
========================================================================== */
#contact .container,
#thanks .container{
	margin-bottom:80px;
}
@media only screen and (min-width: 1000px) {
#contact .container,
#thanks .container{
	width:810px;
}
}

#reserve_note{
	text-indent:-1em;
	margin:12px 0 12px 1em;
}
#note-container{
	color:#d02525;
	border:solid 2px #d02525;
	padding:16px 24px;
	margin:24px 0 48px;
	border-radius: 6px;
}
#thanks #note-container{
	margin:24px 0 32px
}
#thanks #contact-btn-tel{
	margin:24px auto;
}
@media only screen and (min-width: 1000px) {
#contact-lead{
	text-align:center;
}
#reserve_note{
	width:700px;
	font-size:16px;
	font-size:1.6rem;
	line-height:1;
	margin:15px auto 28px;
	display:table;
	text-align: center;
}
#reserve_note li{
	display:table-cell
}
#contact-btn-tel{
	width:440px;
	margin:auto;
}
#note-container{
	font-size:20px;
	font-size:2rem;
	line-height:1.55;
	margin:24px 0 56px
}

}


#reserve-ttl{
	width:100%;
	height:36px;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-image:url(../contact/images/reserve-ttl.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0 0 8px;
}
@media only screen and (min-width: 480px) {
#reserve-ttl{
	height:40px;
}
}
@media only screen and (min-width: 568px) {
#reserve-ttl{
	height:47px;
}
}
@media only screen and (min-width: 667px) {
#reserve-ttl{
	height:56px;
}
}
@media only screen and (min-width: 1000px) {
#reserve-ttl{
	height:50px;
	background-size: contain;
	margin:0 0 32px;
}
}

.ttlbr{
	display:none;
}
@media only screen and (max-width: 834px) {
.ttlbr{
	display:block;
}
}


.btn_gohome a{
	width:100%;
	height:48px;
	line-height:48px;
	text-align:center;
	border:solid 1px #bd461d;
border-radius: 4px;
margin:8px 0;
display:block;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {


}


@media only screen and (min-width: 1140px) {


}




/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.a-feed-before{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

#feed-before{
	width: 90%;
	text-align: left;
	padding:5px 30px 30px;
	border:1px solid #e9c65d;
	background-color: #fdf8ec;
	color: red;
	font-size: 15px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 50px;
	box-sizing: border-box;
}

#feed-before:hover{
	opacity: 0.8;
}

.a-feed-before{

}

@media only screen and (min-width: 768px) {

#feed-before{
	font-size: 18px;
}
}

.feed-before-img{
	width: 100%;
	height: auto;
}





@media only screen and (min-width: 1000px) {
#feed-before{
	width: 966px;
	text-align: center;
	padding:30px 50px;
	border:1px solid #e9c65d;
	background-color: #fdf8ec;
	color: red;
	font-size: 18px;
	margin:0 auto;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.a-feed-before{
	width: 966px;
	margin:0 auto;
}

.feed-before-img{
	width: 50%;
	height: auto;
}

}



.feed-before-img{
	margin-bottom: 20px;
}

.about_takeout_bnr{
	margin-top: 30px;
}



.takeout_bnr_pc{
	display: block;
}

.takeout_bnr_sp{
	display: none;
}

@media only screen and (max-width: 999px) {
.takeout_bnr_pc{
	display: none;
}

.takeout_bnr_sp{
	display: block;
	margin-top: 20px;
}
}

.home-kari .cd-intro .inner {
    height: 100%;
    background-image: none;
    position: relative;
}
@media only screen and (max-width: 999px) {
.home .container {
	width: 100vw;
	padding-top: 84px;
}

.home-slide {
    width: 100%;
}
.home-slide .slick-slider{
	height: 100%;
}

/* .home .slick-track {
    width: 100% !important;
} */
.home .slick-slide {
	width: 100vw;
}
.home .slick-track {
    height: 500px;
    overflow: hidden;
}
.home .slick-prev {
    left: 5px;
    z-index: 1;
}
.home .slick-next {
	right: 5px;
}
.home .slick-track {
	height: auto;
}

.home #intro-logo {
    padding: 0;
}

.home .container img{
    width: 100%;
    height: auto;
}

#top-slider-p {
    width: 235px;
    height: 64px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    margin: 0 auto;
}
}

/* @media only screen and (max-width: 500px) {
.home .slick-track {
    height: 350px;
    overflow: hidden;
}
} */

.home .slick-dots li button:before {
    display: none !important;
}

.home #intro-logo {
    /*padding: 0 !important;*/
}

.home #intro-logo {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}

#top-slider-p{
	z-index: 2;
}

@media only screen and (max-width: 999px) {

.home #intro-logo {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}

#frog {
    display: none;
}
}

.about_br{
	display: none;
	}

@media only screen and (max-width: 500px) {
.about_br{
	display: block;
}

/*.menu .slick-slider img{
	width: 100%;
	height: auto;
}

.about .slick-slider img{
	width: 100%;
	height: auto;
}

.menu .slick-track{
	width: 100% !important;
}

.about .slick-track{
	width: 100% !important;
}

.about .slick-list {
    height: 188px !important;
}

.menu .slick-list {
    height: 188px !important;
}*/
}


@media only screen and (max-width: 767px) {
	.menu .slick-slide img,
	.about .slick-slide img {
		height: auto;
		width: 73.33vw;
	}
}

.note-txt {
	display: inline;
    padding: 0 0 0 10px;
    font-size: 1.5rem;
}
@media only screen and (max-width: 999px) {
	.note-txt {
		font-size: 1.25rem;
	}
}
@media only screen and (max-width: 767px) {
	.note-txt {
		padding: 0 0 0 6px;
		font-size: 1.15rem;
	}
}


/* 追加修正 駐車場の注意 */
.attention-txt {
	max-width: 910px;
	width: 100%;
    color: #d02525;
    border: 2px solid #d02525;
	font-size: 20px;
    background-color: #fff;
    padding: 14px 16px;
	margin: 56px auto 0;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
}
.attention-txt.contact {
	font-weight: 700;
	margin: 24px 0 0;
}
