@charset "UTF-8";

/*----------------------------------------------------

 eat

----------------------------------------------------*/
ul.colm li {	margin-bottom: 20px;}
ul.colm li strong {
	font-weight: bold;
	/*float: left;*/
}
.eatDtl	{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	font-size:16px;
}
.txtNote{	border-bottom:dotted 1px #e0c7c9;}


/* accordion
----------------------------------------------------*/
.accordion {
	min-width: 300px;
	margin: 0 auto;
	padding:0 0 20px;
}
.accordion .ac-content {}
.accordion input {	display: none;}
.accordion label {
	display: block;
	cursor: pointer;
	padding: 12px 15px 12px 54px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: url(img/ctt_menu.png) no-repeat 5px 5px;
	background-size: 40px auto;
	color: #030;
}
.accordion label:hover {
	background-color:#FFC
}
.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	padding: 0 10px;
	margin-bottom:10px;
}
.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}
.menuTop	{	padding:0 0 20px;}
.menuTop h2 {
	text-align: center;
	font-weight: bold;
	padding: 10px 0 5px;
	margin-bottom: 30px;
	font-size:18px;
}
.menuSub	{	padding:30px 0 20px;}
.menuSub h2 {
	text-align: center;
	font-weight: bold;
	padding: 40px 0 5px;
	margin-bottom: 20px;
	font-size:18px;
	border-top: #CCC 1px dotted;
}


.menuSub_makeruna h2:only-child {
	border-top: #CCC 1px dotted;
}
.menuSub_makeruna	{
	padding:0px 0 40px;
}
.menuSub_makeruna h2 {
	text-align: center;
	font-weight: bold;
	padding: 10px 0 5px;
	margin-bottom: 20px;
	font-size:18px;
	/*border-top: #CCC 1px dotted;*/
	display:block;
}




.ac-cont-spring	.emphSpr	{	color: #F69;}
.ac-cont-summer	.emphSpr	{	color: #a4d656;}
.ac-cont-autumn	.emphSpr	{	color: #ff761a;}
.ac-cont-winter	.emphSpr	{	color: #6ac2ff;}
.ac-cont-spring	dl.menuList dt::after	{	background-color: #f2a2bd;}
.ac-cont-summer	dl.menuList dt::after	{	background-color: #c5e2a3;}
.ac-cont-autumn	dl.menuList dt::after	{	background-color: #ffb566;}
.ac-cont-winter	dl.menuList dt::after	{	background-color: #b1d4f7;}
.emphSpr {	font-size:20px;}
.ac-cont .emphSpr {	font-size:28px;}
dl.menuList {
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}
dl.menuList dt {
	font-weight: bold;
	border-top:1px dashed #ccc;
	padding:5px 5px 5px 16px;
	position: relative;
}
dl.menuList dt::after {
	position: absolute;
	top: .8em;
	left: .2em;
	z-index: 2;
	content: '';
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
dl.menuList dt:first-child	{	border-top:0;}
dl.menuList dd	{
	padding:0 0 5px 0;
	font-size:12px;
}
dl.menuList dd	p {	padding-left: 10px;}
p.zenttl	{	font-weight:bold;}
p.zenttl	span,
#menuGochiso	#drink	span	{
	float:right;
	padding-left:15px;
}
p.cap	{
	font-size:12px;
	padding-top:5px;
}
#drink li	{
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
}
#menuGochiso	.junlettl	{
	background:#eee;
	padding:3px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.menuBox	.menuPht	img	{	width:100%;}
/*.genteimenu{
	margin:0 0 5px;
	padding:5px 0px;
	background:#fbe8e6;
	color:#f46153;
	font-size:14px;
	display:block;
	}
	*/

.menuTop .att-b,
.menuSub .att-b {
	text-align: center;
	margin-top: 1em;
}
.menuTop .att-b dt,
.menuSub .att-b dt {
	font-weight: bold;
}
.menuTop .att-b dd,
.menuSub .att-b dd {
	font-size: .95em;
	line-height: 1.7;
}

.genteimenu {
	font-size:14px;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	margin-bottom:10px;
	width: auto;
	min-width: 115px;
	height: 32px;
	color: #ee3b2b;
	line-height: 32px;
	text-align: center;
	background: #fbe8e6;
	z-index: 0;
	display:block;
}
.genteimenu:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fbe8e6 transparent transparent transparent;
}
i.tax {
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
}
@media only screen and (min-width: 40em) {
	.accordion {
		padding:0 0 20px;
	}
	.accordion .ac-content {}
	.accordion img {}
	.accordion label	{	font-size:16px;}
	dl.menuList {}
	dl.menuList span {}
	#menuGochiso h2 {
		padding: 30px 0 10px;
		font-size: 20px;
	}
	#menuGochiso .menuTbl	{
		display:table-cell;
		width:50%;
		vertical-align:top;
		box-sizing:border-box;
		padding:10px;
	}
	dl.menuList dd	{
		font-size:14px;
		padding:0 0 5px 15px;
	}
	dl.menuList dd	p {	padding-left: 15px;}
	.menuBox	{	padding:0 0 10px;}
	.menuBox	dl.menuList	{
		float:right;
		width:700px;
		margin-top:10px;
	}
	.menuBox	.menuPht	{
		float:left;
		width:200px;
	}
}


.eatTbl table {
	width: 100%;
	border:none;
	padding: 10px;
}
.eatTbl thead { display: none;}
.eatTbl	td	{
	display:block;
	text-align: center;
	padding: 5px;
	border-left: 1px solid #e6e1d9;
	border-bottom: 1px solid #e6e1d9;
	border-right: 1px solid #e6e1d9;
}
.eatTbl tr {
    display: block;
    margin-bottom: 20px;
}
.price {
	color: #c87a98;
	font-weight: bold;
}
.eatTbl td:nth-of-type(1) {
	background-color: #c5baa6;
	color: #fff;
}
.eatTbl03 td:nth-of-type(1)	{
	background-color: #fff;
	color: #666;	
	border-top: 1px solid #e6e1d9;
}
/*td:beforeのデザイン*/
.eatTbl td:before {
    background-color: #f5f3ec;
    display: block;
	margin:-5px -5px 5px;
	padding:3px 0;
} 
/* contentでタイトルを追加 */
.eatTbl01 td:nth-of-type(2):before { content: "おしながき";}
.eatTbl01 td:nth-of-type(3):before { content: "料金小学生以上";}
.eatTbl01 td:nth-of-type(4):before { content: "料金お子様(3歳以下無料)";}
.eatTbl td img {	width: 100%;}


@media only screen and (min-width: 40em) {
	.eatTbl	table	{	padding:0;}
	.eatTbl thead {
		display:table-header-group;
	}
	.eatTbl tr {
		display:table-row;
		margin-bottom: 0;
	}
	.eatTbl	th,
	.eatTbl	td	{
		border: 1px solid #e6e1d9;
		text-align: center;
		padding: 14px 10px;
		display:table-cell;
	}
	.eatTbl	th {
		background-color: #c5baa6;
		color: #fff;
		font-weight: bold;
	}
	.price {	font-size: 18px;}
	.eatTbl td:nth-of-type(1) {
		background-color: #fff;
		color: #666;
	}
	.eatTbl td:before {	display:none;}
	.menuSub .att-b dd br {
	display: none;
}
}





/* 2020.10.15修正
----------------------------------------------------*/
/*ページ下の注意事項*/
.att-list li {
	font-size: 12px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

@media only screen and (min-width: 40em) {
	.att-list {
	padding-left: 30px;
}
	.att-list li {
	font-size: 13px;
	padding-bottom: 4px;
}
}

/*各メニューアルファベット*/
.sectBox h2 .alphabet {
	background-color: #7f92e8;
	color: #fff;
	padding: 0 .3em;
	margin-right: .3em;
	border-radius: 2px;
	font-size: .95em;
}
/* 特選料理 */
h2 .tokusen {
	margin: .5em auto 0;
	width: 45%;
	max-width: 160px;
}
h2 .tokusen img {
	width: 100%;
}

/*教育旅行さま＆お子さま　アイコン*/
.edu-wrap li .edu-pht {
	position: relative;
	margin-bottom: 7px;
}
.edu-wrap li .edu-pht::before,
.edu-wrap li .edu-pht::after {
	position: absolute;
	display: inline-block;
	left: 5px;
	bottom: 5px;
	background-color: #fff;
	font-weight: bold;
	font-size: 13px;
}
.edu-wrap li .edu-pht img {
	vertical-align: bottom;
}
.edu-wrap li .edu-pht.ico-lunch::before {
	content: "ご昼食";
	color: #933;
	border: 1px solid #933;
	border-radius: 2px;
	padding: 0 5px;
}
.edu-wrap li .edu-pht.ico-dinner::after {
	content: "ご夕食";
	color: #369;
	border: 1px solid #369;
	border-radius: 2px;
	padding: 0 5px;
}
.edu-wrap li .edu-pht.ico-lunch.ico-dinner::before {
	bottom: 32px;
}




/*----------------------------------------------------

 groupplan  2021.5.20修正

----------------------------------------------------*/
.subTtl span {
	font-size: 15px;
}
dl.gplan	{
	margin:0px 0 30px;
	/*margin:10px 0 30px;
	border-top: 1px #be9507 dotted;*/
}
dl.gplan	dt	{
	padding:10px 5px 5px 0;
	color:#fff;
}
dl.gplan	dt	span{
	background-color:#be9507;
	padding:3px;
	text-align:center;
	box-sizing:border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:block;
}
dl.gplan	dd	strong{
	color:#c87a98;
	font-size:22px;
	margin:0 5px;
	line-height:1;
	font-weight:bold;
}
dl.gplan	dd	{
	padding:0 5px 10px;
	border-bottom: 1px #be9507 dotted;
}
.onegai	{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.onegai dt	{
	font-weight: bold;
	font-family: "Verdana", "游明朝", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	padding-top: 1em;
}
.onegai dd	{
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .5em;
}
.onegai dd li	{
	list-style-type: decimal;
	margin-left: 2em;
}
.dish-name	{
	font-weight: bold;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Verdana", "游明朝", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	border-bottom: 1px #be9507 dotted;
}

@media only screen and (min-width: 40em) {
	.subTtl span {
	font-size: 17px;
}
	.subTtl span br {
	display: none;
}
	.onegai dt	{
	padding-top: 2em;
}
	.onegai dd	{
	padding-bottom: 1em;
}
	.onegai dd br	{
	display: block;
}
	dl.gplan	dt	{
		padding:10px 0;
		width:120px;
	}
	dl.gplan	dd	{
		padding:10px 0 10px 135px;
		margin-top:-3.2em;
	}
	dl.gplan	dd.no-line	{
		padding: 0 5px 10px;
		margin-top: 0;
	}
	.dish-name	{
	font-size: 20px;
}
}


/* ------------------------------------------------------------
   追従メニュー
------------------------------------------------------------ */
.fixed-menu {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: .75em 0;
	background: rgba(119,137,177,.5);
	z-index: 999;
}
.fixed-menu .fixed-button {
	margin: auto;
	width: fit-content;
}
.fixed-menu .fixed-button a {
	display: flex;
	align-items: center;
	background-color: #c9171e;
	color: #fff;
	padding: 1em 2em;
	border-radius: 999px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	transition: .3s;
}
.fixed-menu .fixed-button a:hover {
	background-color: #d9333f;
}
.fixed-menu .fixed-button i {
	display: inline-block;
	width: 1.5em;
	line-height: 1;
	margin-right: .5em;
}
.fixed-menu .fixed-button i img {
	width: 100%;
}
.fixed-menu .fixed-button strong {
	line-height: 1;
	font-weight: bold;
	font-size: 15px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
@media only screen and (min-width: 40em) {
	.fixed-menu {
	padding: 1em 0;
}
	.fixed-menu .fixed-button a {
	padding: 1em 3em;
}
	.fixed-menu .fixed-button i {
	width: 2em;
	margin-right: .75em;
}
	.fixed-menu .fixed-button strong {
	font-size: 18px;
}
}

