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

/*キービジュアル＆キャッチ-----------------------------------------------*/
#mainimg {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}
#mainimg #mi #mi_pc {
	width: 100%;
}
#mainimg #mi #mi_sp {
	display: none;
}

@media only screen and (max-width: 750px) {
#mainimg #mi #mi_pc {
	display: none;
}
#mainimg #mi #mi_sp {
	display: block;
}
#mainimg #mi img {
	width: 100%;
	margin: 0 auto;
}
}
/*ページタイトル---------------------------------------*/
#page_title {
	padding-top: 30px;
	padding-bottom: 30px;
}
#page_title h2 {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0 auto;
	text-align: center;
	font-size: 180%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#page_title h2 span {
	font-family: 'Sorts Mill Goudy', "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 77%;
}
#page_title h3 {
		color: #7e2029;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0 auto;
	text-align: center;
	font-size: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#page_title p {
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

@media only screen and (max-width: 750px) {
#page_title {
	padding-top: 15px;
}
#page_title h2 {
	font-size: 140%;
	padding-bottom: 10px;
}
#page_title p {
	text-align: left;
}
}
/*section 見出し-------------------------------------*/
h2.section_title {
	font-size: 160%;
	line-height: 1;
	padding-bottom: 20px;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2.section_title:after, h2.section_title4:after {
	display: block;
	content: '';
	width: 80px;
	border-bottom: 2px solid #7e2029;
	position: absolute;
	bottom: -2px;
}
@media only screen and (max-width: 750px) {
h2.section_title, h2.section_title2, h2.section_title3, h2.section_title4 {
	line-height: 1.4em;
	font-size: 135%;
	padding-bottom: 15px;
}
}
@media only screen and (max-width: 600px) {
h2.section_title, h2.section_title2, h2.section_title3, h2.section_title4 {
	line-height: 1.25em;
	font-size: 135%;
	padding-bottom: 15px;
}
}

h2.section_title4 {
	font-size: 160%;
	line-height: 1;
	padding-bottom: 20px;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	position: relative;
	margin-top: 60px !important;
	margin-bottom: 20px;
}

h2.section_title2, h2.section_title3 {
	font-size: 160%;
	line-height: 1;
	padding-bottom: 10px;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2.section_title2 {
		color:#7e2029 !important;
}
h2.section_title3 {
	color:#333 !important;
}
h2.section_title2:after {
	display: block;
	content: '';
	width: 80px;
	border-bottom: 2px solid #7e2029;
	position: absolute;
	bottom: -2px;
}
h2.section_title3:after {
	display: block;
	content: '';
	width: 80px;
	border-bottom: 2px solid #000;
	position: absolute;
	bottom: -2px;
}
.FlexBox {
	display:flex;
	justify-content:flex-start;
	align-items: center;
}
.FlexBox img {
	padding:0 12px 0 0;
	margin:0;
	width:75px;
	height:auto;
}
.FlexBox span {
	padding-top:0.8em !important;
	margin:0;
}

/*section サブタイトル-------------------------------*/
h3.sub_title {
	font-size: 140%;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #7e2029;
	margin: 10px 0px 10px 0px;
}

@media only screen and (max-width: 750px) {
h3.sub_title {
	font-size: 130%;
}
}
/*TOP-------------------------------------------------------------*/
/*新着情報---------------------------*/
#home #news-area {
	max-width: 980px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin: 0 auto;
	position: relative;
}
#home #news-area h2 {
	font-size: 160%;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: absolute;
	left: 5px;
	top: 4px;
	font-weight: bold;
}
#home #news-area p {
	position: absolute;
	left: 5px;
	top: 60px;
}
#home #news-area p a {
	display: block;
	border: 1px solid #7e2029;
	padding: 5px 25px 5px 25px;
	color: #7e2029;
}
#home #news-area p a:link, #home #news-area p a:visited, #home #news-area p a:active {
	color: #7e2029;
}
#home #news-area p a:hover {
	color: #ffffff;
	background: #7e2029;
}
#home #news-area #news-list {
	margin-top: 25px;
	margin-left: 150px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
	max-width: 565px;
}
#home #news-area #news-list dt {
	float: left;
	padding-top: 10px;
	width: 85px;
	color: #7e2029;
}
#home #news-area #news-list dd {
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 100px;
}

@media only screen and (max-width: 750px) {
#home #news-area {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0;
}
#home #news-area h2 {
	position: relative;
	left: 0;
	top: 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
}
#home #news-area p {
	text-align: center;
	position: relative;
	left: 0;
	top: 0;
}
#home #news-area p a {
	width: 200px;
	margin: 20px auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#home #news-area #news-list {
	border-left: none;
	margin-top: 8px;
	margin-left: 0;
	padding-left: 0;
}
#home #news-area #news-list dt {
	float: none;
	padding-top: 10px;
	width: auto;
	color: #7e2029;
}
#home #news-area #news-list dd {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size:16px;
	padding-left: 0;
}
}
/* オススメメニュー（ろあん）　----------------------------------*/
#home .reccomend {
	max-width: 980px;
	padding-top: 0px;
}
#home .reccomend a, a:hover {
	color: #000;
}
#home .reccomend .list {
	max-width: 980px;
	margin: 0 auto;
}
#home .reccomend .list li {
	margin-right: 5%;
	float: left;
	overflow: hidden;
	width: 30%;
}
#home .reccomend li img {
	width: 100%;
	height: auto;
}
#home .reccomend dl {
	padding-top: 10px;
}
#home .reccomend dt {
	padding-top: 10px;
}
#home .reccomend dd {
	font-size: 90%;
	padding-top: 10px;
}
#home .reccomend .list li.last {
	margin-right: 0;
}
#home .reccomend h2 {
	margin: 0 auto;
	text-align: center;
	font-family: 'Sorts Mill Goudy', "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 160%;
	margin-bottom: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#home .reccomend h4 {
	font-weight: bold;
	font-size: 105%;
}

@media only screen and (max-width: 750px) {
#home .reccomend {
	width: 100%;
}
#home .reccomend .list {
	margin: 0 auto;
	padding: 0;
}
#home .reccomend .list li {
	width: 100%;
	margin-top: 5px;
	margin-right: 0;
	float: none;
}
#home .reccomend li img {
	width: 30%;
	float: left;
}
#home .reccomend dl {
	width: 65%;
	margin: 0;
	padding-top: 0px;
	padding-left: 10px;
	float: right;
}
#home .reccomend dt {
	margin: 0;
	padding-top: 0px;
	font-weight: bold;
}
#home .reccomend dd {
	padding-top: 5px;
	padding-bottom: 20px;
}
}
/*トピックス------------------------------------------------*/
#home .topics {
	max-width: 980px;
	padding-top: 0px;
}
#home .topics a:hover {
	color: #000;
}
#home .topics .list {
	max-width: 980px;
	margin: 0 auto;
}
#home .topics .list li {
	margin-right: 5%;
	float: left;
	overflow: hidden;
	width: 30%;
	padding-bottom: 20px;
}
#home .topics li img {
	width: 100%;
	height: auto;
}
#home .topics h2 {
	text-align: center;
	font-family: 'Sorts Mill Goudy', "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 160%;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
#home .topics dt {
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
	position: relative;
}
#home .topics dt span {
	font-family: 'Sorts Mill Goudy', "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 90%;
}
#home .topics dd {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 90%;
}
#home .topics .list li.last {
	margin-right: 0;
}

@media only screen and (max-width: 750px) {
#home .topics .list li {
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	float: none;
}
#home .topics dt {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
}
#home .topics dd {
}
}
/*トピックス(2分割)----------------------------------------------------------------------------------------------*/
#home .topics_50 {
	max-width: 980px;
	padding-top: 0px;
}
#home .topics_50 .list {
	max-width: 980px;
	margin: 0 auto;
}
#home .topics_50 .list li {
	margin-right: 4%;
	float: left;
	overflow: hidden;
	width: 48%;
}
#home .topics_50 li img {
	width: 100%;
	height: auto;
}
#home .topics_50 dt {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
	position: relative;
}
#home .topics_50 dt span {
	top: 8px;
	right: 10px;
	position: absolute;
}
#home .topics_50 dd {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 90%;
}
#home .topics_50 .list li.last {
	margin-right: 0;
}

@media only screen and (max-width: 750px) {
#home .topics_50 .list li {
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	float: none;
}
#home .topics_50 dt {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
}
#home .topics_50 dd {
}
}
/*トピックス2分割（こだわりなど）----------------------------------------------------------------------------------------------*/
#home .topics_qu {
	max-width: 980px;
	padding-top: 0px;
}
#home .topics_qu .list {
	max-width: 980px;
	margin: 0 auto;
}
#home .topics_qu .list li {
	margin-right: 4%;
	float: left;
	overflow: hidden;
	width: 48%;
}
#home .topics_qu li img {
	width: 100%;
	height: auto;
}
#home .topics_qu dt {
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
	position: relative;
}
#home .topics_qu dt span {
	font-size: 77%;
	font-family: 'Libre Baskerville', serif;
}
#home .topics_qu dd {
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 90%;
}
#home .topics_qu .list li.last {
	margin-right: 0;
}

@media only screen and (max-width: 750px) {
#home .topics_qu .list li {
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	float: none;
}
#home .topics_qu dt {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
}
#home .topics_qu dd {
	padding-bottom: 0px;
}
}
/*メニュー（アメブロへリンク）----------------------------------------------------------------------------------------------*/
#menu .button {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
#menu .button::before, #menu .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#menu .button, #menu .button::before, #menu .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#menu .button {
	background-color: #7e2029;
	color: #fff;
}
#menu .button:hover {
	background-color: #5a171d;
}
/*店舗情報(一覧)--------------------------------------------------*/
#shop_list {
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}
.shop_list_last {
	margin-bottom: 30px !important;	
}

#shop_list dl {
	padding: 5px 0px 10px 0px;
}
#shop_list dt {
	font-size: 120%;
	float: left;
/* 25%から40%に変更20200705 */
	width: 40%;
	position: relative;
}
/* 変更20200705（追加） */
#shop_list dt a{
	width: 65%;
	display: inline-block;
}

#shop_list dt span {
	font-size: 77%;
	text-align: right;
	position: absolute;
	right: 40px;
	top: 5px;
}
#shop_list dt span a{
	width: 100% !important;
	display: block;
}
#shop_list dt p{
	text-align: left;
	margin-left: 0;
	color: #666;
	font-size: 12px;
	padding-left: 20px;
}
#shop_list dt .date{
	font-weight:normal;
	font-size:13px;
	padding-left:20px;
}
#shop_list dd {
	padding-top: 5px;
	padding-left: 40%;
}
#shop_list li {
	float: left;
	padding-left: 20px;
}
/* 変更20200705（追加） */
#shop_list li:first-child{
	width: 100%;
	padding-bottom: 5px;
}

#shop_list li.hot a{
	color: #7e2029;
	text-decoration: underline;
}
.shop_btn {
	border: 1px solid #000;
	padding: 5px 13px 5px 10px;
	width: 30%;
	background-color: white;
}
.shop_btn:hover {
	border: 1px solid #7e2029;
}

@media only screen and (max-width: 900px){
	#shop_list dt {
		width: 50%;
	}
	#shop_list dd {
		padding-left: 50%;
	}
}

@media only screen and (max-width: 750px) {
#shop_list dt {
	float: none;
	width: 100%;
}
#shop_list dd {
	padding-left: 0%;
}
#shop_list dt span {
	font-size: 77%;
	text-align: right;
	position: absolute;
	padding-top: 5px;
	right: 5px;
}
#shop_list li {
	float: none;
	padding-top: 5px;
	padding-left: 0px;
	width: 100%;
}
#shop_list dt p{
	padding-left: 10px;
}
#shop_list dt .date{
	padding-left:10px;
}
}
@media only screen and (max-width: 450px) {
#shop_list dt {
	float: none;
	width: 100%;
}
#shop_list dd {
	padding-left: 0%;
}
#shop_list dt span {
	font-size: 77%;
	text-align: right;
	position: absolute;
	padding-top: 5px;
	margin-top:12px;
	right: 5px;
}
#shop_list li {
	float: none;
	padding-top: 22px;
	padding-left: 0px;
	width: 100%;
}
}

/*営業時間---------------------------------------------------*/
#shoptime {
	padding-top: 20px;
	padding-bottom: 20px;
}
#shoptime p {
	font-size: 90%;
}
#shoptime table {
	width: 100%;
	border-spacing: 0;
}
#shoptime th {
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	text-align: center;
	padding: 10px;
}
#shoptime th.left {
	width: 15%;
	border-left: 1px solid #fff;
}
#shoptime td {
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#shoptime td.left {
	border-left: 1px solid #fff;
}
/*予約可能時間---------------------------------------------------*/
#reserve_time {
	padding-top: 20px;
	padding-bottom: 20px;
}
#reserve_time p {
	font-size: 90%;
}
#reserve_time table {
	width: 100%;
	border-spacing: 0;
}
#reserve_time th {
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	text-align: center;
	padding: 10px;
}
#reserve_time th.left {
	width: 15%;
	border-left: 1px solid #fff;
}
#reserve_time td {
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#reserve_time td.left {
	border-left: 1px solid #fff;
}
/*料金--------------------------------------------------*/
#shop_price {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
#shop_price table {
	width: 100%;
	border-spacing: 0;
	padding: 10px 0;
}
#shop_price th {
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	text-align: center;
	padding: 5px;
	font-size: 14px;

}
#shop_price th.left {
	width: 14%;
	border-left: 1px solid #fff;
}
#shop_price th:not(.left) {
	width: 21.5%;
}
#shop_price td {
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#shop_price td.left {
	border-left: 1px solid #fff;
	font-weight: bold;
}
#shop_price p {
	font-size: 90%;
}
/*店舗情報--------------------------------------------------*/
/*住所電話*/
#shop_ad {
	margin: 5px 0px 10px 0px;
}
#shop_ad dl {
	max-width: 100%;
	padding: 15px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
#shop_ad dt {
	font-weight: bold;
	float: left;
	width: 20%;
}
#shop_ad dd {
	padding-left: 20%;
}

@media only screen and (max-width: 750px) {
#shop_ad dt {
	float: none;
	width: 100%;
}
#shop_ad dd {
	width: 100%;
	padding-left: 0px;
}
}
/*店舗情報詳細*/
#shopinfo {
	border-top: 1px solid #ccc;
}
#shopinfo dl {
	max-width: 100%;
	padding: 15px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
#shopinfo dt {
	font-size: 90%;
	font-weight: bold;
	float: left;
	width: 20%;
}
#shopinfo dd {
	padding-left: 20%;
}
@media only screen and (max-width: 750px) {
#shopinfo dt {
	float: none;
	width: 100%;
}
#shopinfo dd {
	width: 100%;
	padding-left: 0px;
}
}
/*カレンダー*/
.shop_calendArea {
	display:flex;
	justify-content: space-around;
}
.shop_calendArea img {
	width: 48%;
	height: auto;
}
@media only screen and (max-width: 750px) {
.shop_calendArea {
	display:block;
}
.shop_calendArea img {
	width: 100%;
	margin:0 auto 18px  auto;
}
}
/*外部リンク*/
#otherlink {
	max-width: 980px;
	margin-top: 30px;
}
#otherlink li {
	float: left;
	width: 50%;
	margin-top: 15px;
}
#otherlink img {
	width: 90%;
	height: auto;
}

@media only screen and (max-width: 750px) {
#otherlink li {
	float: left;
	width: 100%;
	padding-top: 20px;
}
#otherlink img {
	width: 100%;
	height: auto;
}
}
/*キャンペーン情報*/
#shopcampaign {
	margin-top: 30px;
	max-width: 980px;

}
#shopcampaign ul{
	width: 100%;
}
#shopcampaign li {
	float: left;
	margin-bottom:10px;
	width: 33%;
}
#shopcampaign li img{
	width: auto;
	max-height: 380px;
}
@media only screen and (max-width: 750px) {
#shopcampaign li {
	width: 100%;
	max-height: auto;
	float: none;
	padding-top: 10px;
}
#shopcampaign li img{
	width: 100% !important;
	height: auto !important;
	max-height:none;
}
}
/*パート・アルバイト情報はこちら*/
#shop_work_link {
	padding-top: 50px;
}
#shop_work_link .button {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
#shop_work_link .button::before, #shop_work_link .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#shop_work_link .button, #shop_work_link .button::before, #shop_work_link .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#shop_work_link .button {
	background-color: #7e2029;
	color: #fff;
}
#shop_work_link .button:hover {
	background-color: #5a171d;
}
/*アルバイト・パート情報----------------------------------------------------------------------------------------------*/

/*募集要項*/
#workinfo {
}
#workinfo dl {
	max-width: 100%;
	padding: 15px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
#workinfo dt {
	font-size: 90%;
	font-weight: bold;
	float: left;
	width: 20%;
}
#workinfo dd {
	padding-left: 20%;
}

@media only screen and (max-width: 750px) {
#workinfo dt {
	float: none;
	width: 100%;
}
#workinfo dd {
	width: 100%;
	padding-left: 0px;
}
}
/*応募フォームリンク*/
#work_entry_link {
	padding-top: 50px;
}
#work_entry_link .button {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
#work_entry_link .button::before, #work_entry_link .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#work_entry_link .button, #work_entry_link .button::before, #work_entry_link .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#work_entry_link .button {
	background-color: #7e2029;
	color: #fff;
}
#work_entry_link .button:hover {
	background-color: #5a171d;
}
/*個別記事のナビ（前の記事へ次の記事へ）----------------------------------------------------------------------------------------------*/
.single-navi {
	margin: 0 auto;
	max-width: 750px;
	position: relative;
	margin-top: 50px;
}
.snavi_left {
	position: absolute;
	left: 0;
}
.snavi_right {
	position: absolute;
	right: 0;
}
/*団体予約注意書き*/
#group_attention ul{
	padding-top: 20px;
	color: #ff0000;
}
/*エントリーフォーム-----------------------------------------------------------*/ 
#mail_form {
	max-width: 100%;
}
#mail_form dl {
	padding: 10px;
	border-top: 1px solid #ccc;
}
#mail_form dt {
	margin: 8px 0px 8px 0px;
	font-weight: bold;
	float: left;
	width: 25%;
}
#mail_form dt span {
	color: #ff0000;
}
#mail_form dd {
	margin: 8px 0px 8px 0px;
	padding-left: 30%;
}
#mail_form iframe {
	border: 1px solid #ccc;
}
#mail_form h3 {
	font-size: 130%;
	color: #7e2029;
	margin: 10px 0px 10px 0px;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 750px) {
#mail_form dl {
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #ccc;
}
#mail_form dt {
	margin: 8px 0px 8px 0px;
	font-weight: bold;
	float: none;
	width: 100%;
}
#mail_form dd {
	margin: 8px 0px 8px 0px;
	padding-left: 0%;
}
}
/*フォームパーツ*/ 
span.wpcf7-list-item {
	display: block;
}
.wpcf7 select {
    padding: 5px 10px 5px;
}
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-subject"] {
	width: 100%;
	height: 25px !important;
}
.wpcf7 input[name="your-tel"] {
	width: 80%;
	height: 25px !important;
}
.wpcf7 select[name="your-reason"] {
	padding: 5px;
}
.wpcf7 textarea[name="your-message"] {
	width: 100%;
	height: 150px !important;
}
.wpcf7 input[name="your-name01"], .wpcf7 input[name="your-name02"], .wpcf7 input[name="your-name-kana01"], .wpcf7 input[name="your-name-kana02"] {
	width: 40%;
	height: 25px !important;
}
.wpcf7 input[name="your-age"] {
	height: 25px !important;
}
.wpcf7 input[name="your-email_confirm"] {
	width: 100%;
	height: 25px !important;
}
/*個人法人*/ 
span.wpcf7-list-item {
	display: block;
}
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-subject"] {
	width: 100%;
	height: 25px !important;
}
.wpcf7 input[name="pref"], .wpcf7 input[name="addr"], .wpcf7 input[name="addr2"], .wpcf7 input[name="your-tel"], .wpcf7 input[name="your-company"], .wpcf7 input[name="your-section"], .wpcf7 input[name="your-position"] ,.wpcf7 input[name="your-use"] {
	width: 80%;
	height: 25px !important;
}
.wpcf7 select[name="shop-list"] {
	padding: 5px;
}
.wpcf7 input[name="zip"],.wpcf7 input[name="your-count"]  {
	width: 30%;
	height: 25px !important;
}
.wpcf7 input[name="your-month"], .wpcf7 input[name="your-day"] {
	height: 25px !important;
}
.wpcf7 textarea[name="your-message"] {
	width: 100%;
	height: 150px !important;
}
/*入力もれ*/
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
	color: #ff0000;
}
/*送信ボタン*/
.wpcf7-submit {
	font-family: 'Noto Sans Japanese', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin-top: 50px;
	font-size: 1.2em;
	padding: 5px 30px;
	background-color: #9b0718;
	color: #fff;
	border-style: none;
}
.wpcf7-submit:hover:enabled {
	background-color: #cc0920;
	color: #fff;
}
/*あなたのメッセージは送信されました。ありがとうございました。*/
#mail_form .screen-reader-response {
	display: none;
}
#mail_form .wpcf7-response-output, .wpcf-7-mail-sent-ok {
	margin: 0 auto;
	text-align: center;
	color: #ff0000;
}
#mail_form .sent .formInner {
	display: none;
}


.line_qr{
	overflow:hidden;
	margin-bottom:50px;
}

.line_qr li{
	width:230px;
	float:left;
	border:1px solid #000000;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	padding:15px 10px;
}

.line_qr li:nth-child(4n){
	margin-right:0;
}

.line_qr h3{
	font-size:23px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #000000;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.line_qr h4{
	color:#FFFFFF;
	width:170px;
	margin-left:auto;
	margin-right:auto;
	background-color:#7c222b;
	padding:7px;
	margin-bottom:10px;
	border-radius: 30px;
}
.line_qr h4.insta1{
	color:#333;
	width:170px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding:7px;
	margin-bottom:10px;
	border-radius: 30px;
	border: 2px solid #7c222b;
}
.btn-social-long-insta, .btn-social-long-insta2 {
	color: #FFF !important;
	border-radius: 7px;
	position: relative;
	display: inline-block;
	height: 42px;
	width: 190px;
	text-align: center;
	font-size: 18px;
	font-weight:bold;
	line-height: 42px;
	overflow: hidden;
	text-decoration:none;
}
.btn-social-long-insta {
	background: #cc007c;
}
.btn-social-long-insta2 {
	background: #1fb194;
}
.btn-social-long-insta .fa-instagram, .btn-social-long-insta2 .fa-instagram {
	font-size: 26px;
	position: relative;
	top: 2px;
	padding-right:0.3em;
}
.btn-social-long-insta span, .btn-social-long-insta2 span {
	display:inline-block;
	position: relative;
	transition: .5s}
.btn-social-long-insta:hover span, .btn-social-long-insta2:hover span {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

.line_qr img{
	width:auto;
	margin:10px 0 0 0;
}

.line_qr p{
	font-size:16px;
	margin-bottom:20px;
}

.what_line{
	border:3px solid #00b900;
	padding:40px;
	border-radius: 30px;
}

.what_line .head{
	overflow:hidden;
	margin-bottom:30px;
}

.what_line .head h3{
	font-size:23px;
	margin-bottom:7px;
}

.what_line .head img{
	float:left;
	margin-right:20px;
	width:auto;
}

.what_line .download{
	overflow:hidden;
	margin-bottom:30px;
}

.what_line .download h3 , .what_line .touroku h3{
	background:#cccccc;
	font-size:18px;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}

.what_line .download .b_left{
	width:50%;
	float:left;
	border-right:1px solid #000000;
}

.what_line .download .b_left img{
	width:auto;
	float:left;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
}

.what_line .download .b_left p{
	clear:both;
}

.what_line .download .b_right{
	width:50%;
	float:left;
	padding-left:35px;
}

.what_line .download .b_right img{
	width:auto;
	float:right;
	margin-right:30px;
}

.what_line .touroku ul{
	overflow:hidden;
}

.what_line .touroku ul li{
	width:50%;
	float:left;
	padding:0 15px;
}

.what_line .touroku ul li:first-child{
	padding-left:0;
	border-right:1px solid #000000;
}

.what_line .touroku ul li:last-child{
	padding-right:0;
}

.what_line .touroku ul li h4{
	border:1px solid #000000;
	font-size:15px;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
}

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

.line_qr li{
	margin-bottom:30px;
}

.line_qr li{
	width:100%;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:15px 10px;
}

.line_qr h3{
	font-size:20px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #000000;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.line_qr h4{
	width:100%;
	padding:7px;
	margin-bottom:10px;
	border-radius: 30px;
}
.line_qr h4.insta1{
	width:90%;
	padding:7px;
	margin-bottom:10px;
	border-radius: 30px;
}
.btn-social-long-insta, .btn-social-long-insta2 {
	width: 90%;
}

.line_qr img{
	width:auto;
	margin:0 0 20px 0;
}

.line_qr p{
	font-size:14px;
	margin-bottom:10px;
}

.what_line{
	border:2px solid #00b900;
	padding:15px;
	border-radius: 20px;
}

.what_line .head{
	margin-bottom:30px;
}

.what_line .head h3{
	font-size:16px;
	margin-bottom:7px;
}

.what_line .head img{
	max-width: 50px !important;
	width:50px;
	margin-right:20px;
	width:auto;
}

.what_line .download{
	margin-bottom:30px;
}

.what_line .download h3 , .what_line .touroku h3{
	font-size:15px;
	padding:10px;
	margin-bottom:20px;
}

.what_line .download .b_left{
	width:100%;
	border-right:none;
	border-bottom:1px solid #000000;
	padding-bottom:20px;
}

.what_line .download .b_left img{
	width:45%;
	float:left;
	margin-right:5%;
	margin-top:5px;
	margin-bottom:5px;
}

.what_line .download .b_left p{
	clear:both;
}

.what_line .download .b_right{
	width:100%;
	padding-top:20px;
	padding-left:0;
	text-align:center;
}

.what_line .download .b_right img{
	margin-bottom:10px;
	float:none;
	margin-right:auto;
	margin-left:auto;
}

.what_line .download .b_right p{
	text-align:left;
}

.what_line .touroku ul{
	overflow:hidden;
}

.what_line .touroku ul li{
	width:100%;
	float:left;
	padding:0;
	margin-bottom:20px;
}

.what_line .touroku ul li:first-child{
	padding-left:0;
	border-right:none;
}

.what_line .touroku ul li:last-child{
	padding-right:0;
	border-left:none;
}

.what_line .touroku ul li h4{
	font-size:15px;
	padding:10px;
	margin-bottom:20px;
}

}


.top_banner ul{
	overflow:hidden;
	margin-top:30px;
}

.top_banner ul li.reg{
	float:left;
	width:460px;
	margin:0 30px 20px 0;
}
.top_banner ul li:nth-child(2){
	margin-right:0;
}
.top_banner ul li:nth-child(4){
	margin-right:0;
}
.top_banner ul li.coupon{
	float:none !important;
	width:460px;
	margin:0 auto 20px auto !important;
}
#meat_nutrition ul{
	overflow:hidden;
}

#meat_nutrition ul li{
	float:left;
	width:455px;
	margin-right:40px;
	margin-bottom:60px;
}

#meat_nutrition ul li:nth-child(2n){
	margin-right:0;
}

#meat_nutrition ul li img{
	margin-bottom:10px;
}

#meat_nutrition ul li h3{
	color: #7e2029;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin: 0 auto;
    text-align: center;
    font-size: 140%;
    padding-top: 5px;
    padding-bottom: 20px;
}

#meat_nutrition ul li h4{
    font-size: 110%;
	margin-bottom:10px;
}

.niku{
	margin-top:60px;
}

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

.top_banner ul{
	margin-top:0;
}

.top_banner ul li.reg, .top_banner ul li.coupon{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}

#meat_nutrition ul li{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
}

#meat_nutrition ul li img{
	margin-bottom:10px;
}

#meat_nutrition ul li h3{
	color: #7e2029;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin: 0 auto;
    text-align: center;
    font-size: 130%;
    padding-top: 5px;
    padding-bottom: 10px;
}

#meat_nutrition ul li h4{
    font-size: 110%;
	margin-bottom:10px;
}

.niku{
	margin-top:30px;
}

}

.pc{display:inline !important;}

.sp{display:none !important;}

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

.pc{display:none !important;}

.sp{display:inline !important;}

}

/*のびのび牧草牛修正*/
#meat_uruguay h3, #meat_uruguay h3.uruguay1 {
color:#333;
font-weight:bold;
text-align:left;
font-size: 140%;
font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#meat_uruguay h3 {
padding:2em 0 0 0;
}
#meat_uruguay h3.uruguay1 {
padding:0 0 0 0;
}
#meat_uruguay h3:before{
content: url(../img/beef_cattle.gif);
padding-right:0.5em;
}
#meat_urguay {
margin-bottom:3em;
}

/*FAQ*/
.FAQcate {
	margin:0 auto;
	text-align:center;
	display: flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.FAQbtn1 {
	display: block;
	flex-basis: 45%;
	height: 54px;
	text-align: center;
	line-height: 54px;
	background-color: #7e2029;
	color: #fff !important;
	font-size:110%;
}
.FAQbtn1 a {
	text-decoration: none;
	color: white !important;
	display: block;
}
.FAQbtn1:hover {
	background-color: #5a171d;
}
@media only screen and (max-width: 750px) {
.FAQcate {
	display: block;
}
.FAQbtn1 {
  width: 95%;
}
}
.FAQBox1 {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
.FAQBox1 {
  width: 95%;
  margin: 0 auto;
}
}
.FAQBox1 .FAQ-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 3em;
  background-color: #ddd;
  font-size: 1.25em;
  font-weight: normal;
  color: #333;
  cursor: pointer;
}
.FAQBox1 .FAQ-title:hover,
.FAQBox1 .FAQ-title:active,
.accordion-title.open { 
  background-color: #ddd;
}
.FAQBox1 .FAQ-title:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 1.5em;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #7e2029;
}

.FAQBox1 .FAQ-title.open:before {
  content: '';
  position: absolute;
  top: 15px;
  border: 8px solid transparent;
  border-bottom-color: #7e2029;
}
.FAQ-content {
  padding: 0.8em 0.8em 0.8em 3em;
  border: 2px solid #ddd;
  font-size: 1.2em;
}
.FAQ-content img {
  display:block;
  margin:12px auto;
  width:80%;
  height:auto;
}
@media only screen and (max-width: 750px) {
.FAQBox1 .FAQ-title {
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.15em;
}
.FAQBox1 .FAQ-title:before {
  left: 0.8em;
}
.FAQ-content {
  padding: 0.8em 0.8em 0.8em 0.8em;
  border: 2px solid #ddd;
  font-size: 1.1em;
}
}

.FAQbtn2 {
	display: block;
	margin:8px auto !important;
	width: 90%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background-color: #fff;
	border:1px solid #7e2029;
	color: #7e2029 !important;
	text-decoration: none;
}
.FAQbtn2 a {
	text-decoration: none;
	color: #7e2029 !important;
	display: block;
}
.FAQbtn2 a:hover {
	background-color: #5a171d !important;
	color: #fff !important;
}

#contents2 {
	padding: 54px 0px 0px 0px !important;
	max-width: 100%;
}
.sushiRoan {
	width:100%;
	background-color: #eee;
	border-top: 1px solid #666;
	margin: 0 auto;
}
.sushiRoan2 {
	width:100%;
	background-color: #f5f5f5;
	margin: 0 auto;
}
.sushi_inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 15px 15px 24px 15px;
}
.sushi_lead {
	display: flex;
	margin:12px auto 18px auto;
	justify-content: center;
}
.sushi_lead img {
	width: 80px;
	height:auto;
	margin: 0;
	padding: 0;
}
.sushi_lead p {
	margin: 2em 0 0 1em;
	padding: 0;
	font-size:16px;
}
.sushi_area {
	display: flex;
	margin:12px auto;
	justify-content: center;
}
.line_qr2{
	width:230px;
	float:left;
	border:1px solid #000000;
	background:white;
	margin-right:10px;
	margin-bottom:50px;
	text-align:center;
	padding:0;
}
.line_qr2:nth-child(3n){
	margin-right:0;
}
.line_qr2 h3{
	font-size:23px;
	padding-bottom:10px;
	margin-bottom:15px;
	line-height:125%;
	border-bottom:1px solid #000000;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.line_qr2 .sushi_main h3.sushiTen{
	padding-top:0.8em !important;
	padding-bottom:0.94em !important;
	margin:0 0 15px 0 !important;
	line-height:125%;
}
.line_qr2 .sushi_main h4.insta1{
	color:#333;
	width:170px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding:7px;
	margin-bottom:10px;
	border-radius: 30px;
	border: 2px solid #7c222b;
}
.line_qr2 p{
	font-size:16px;
	margin-bottom:20px;
}
.sushi_intro{
	margin:0 !important;
	padding:0.8em;
	background:black;
}
.sushi_intro p {
	color:white;
	text-align:left;
	font-size:14px;
	margin:0 !important;
	padding:0 !important;
}
.sushi_intro p span {
	display: inline-block;
}
.sushi_main {
	padding:15px 10px;	
}
.sushi_main p, .instaName {
	font-size:16px !important;
}
footer.instaBTM, footer.kidsBTM {
	height: 100%;
	padding-top: 0 !important;
	}
@media only screen and (max-width: 750px) {
.sushi_area {
	display: block;
	margin:12px auto;
}
.sushi_lead p {
	margin: 1em 0 0 1em;
}
.line_qr2 {
	width:100%;
}
.line_qr2 li{
	width:100%;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.line_qr2 h3{
	font-size:20px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #000000;
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.line_qr2 .sushi_main h3.sushiTen{
	padding-top:0.3em !important;
	padding-bottom:0.3em !important;
}
.line_qr2 .sushi_main h4.insta1{
	width:90%;
	padding:7px;
	margin-bottom:10px;
	border-radius: 30px;
}
.btn-social-long-insta {
	width: 90%;
}
.line_qr2 p{
	font-size:14px;
	margin-bottom:10px;
}
}

.borderMidashi {
	display:block;
	padding:0.3em;
	border-top:2px solid #7e2029;
	border-bottom:2px solid #7e2029;
}
.redBtn {
	display:inline-block;
	padding:0.8em;
	background:#7e2029;
	text-align: center;
	text-decoration: none;
}
.redBtn {
	color:#fff;
}
.redBtn:hover {
	background-color: #5a171d;
}
/*kids*/
.kidsbg01 {
	background: #fdecce;
	margin-top:-20px;
	padding-top:50px;
	font-size:160% !important;
}
.boxmi14 {
	margin: 2em auto 1em auto;
	border: dashed 2px #d63646;
	border-radius: 8px;
	box-shadow: 0 0 0 10px #fff6e6;
	padding: 20px 20px 20px 20px;
	font-weight: bold;
	color: #ee8992;
	background: #fff8ec;
	width:840px;
	box-shadow: 0 2px 3px rgba(0,0,0,.22);
}
.boxmi14-title {
	background: #fff8ec;
	border-radius: 8px 8px 0 0;
	margin: 14px -20px -10px -20px;
	font-size: 1.3em;
	padding: 10px 0 10px 0;
	color: #d63646;
	font-weight:bold;
	text-align: center;
}
.boxmi14 p {
	margin: 0;
	padding: 0;
	font-size:84% !important;
	line-height:244.5% !important;
}
.sen14 {
	background-color: #fff8ec;
	background-image:
	linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff8ec 0%, #fff8ec 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #e9738f 100%);
	background-size: 8px 100%,100% 2em;
	line-height: 1;
	padding: 8px 10px 22px 10px;
}
.sen14 p {
	display:block;
	color:#d63646;
	width:22em;
	margin:2.1em auto 0 auto;
}
.sen14 span {
	color:#333;
}
.sp001, .sp002, .sp003 {
	display:none;
}

@media only screen and (max-width: 750px) {
.boxmi14 {
	width:90%;
}
.sen14 p {
	max-width:100%;
}
.sen14 {
	background-size: 8px 100%,100% 1.8em;
	padding: 8px 0;
}
.boxmi14 p {
	font-size:78% !important;
	line-height:235% !important;
}
.sp001 {
	display:block;
}
.sp002, .sp003 {
	display:none;
}
}
@media only screen and (max-width: 359px) {
.boxmi14-title {
	font-size: 1.2em;
}
.sp001, .sp002 {
	display:block;
}
.sp003 {
	display:none;
}
}
@media only screen and (max-width: 339px) {
.sp001, .sp002, .sp003 {
	display:block;
}
}
.kidsIMG1{
	margin:0 auto;
	width:500px;
	height:auto;
}
.kidsIMG1 img{
	padding:30px 0 50px 0;
}
@media only screen and (max-width: 750px) {
.kidsIMG1{
	max-width:70%;
	height:auto;
}
.kidsIMG1 img{
	padding:10px 0 50px 0;
}
}

.kidsbg02 {
	margin: 0 auto;
	width: 100%;
	background-color: #ffe0e0;
	background-image: radial-gradient(#ffffff 19%, transparent 22%), radial-gradient(#ffffff 19%, transparent 22%);
	background-position: 0 0, 15px 15px;
	background-size: 30px 30px;
	padding-top:80px;
	padding-bottom:40px;
}
.kidsBoxA1 {
	margin: 0 auto 50px auto;
	box-sizing: border-box;
	padding:20px 30px;
	width: 364px;
	background: #fff;
	border:2px solid #7a1f28;
	border-radius:20px;
}
.kidsBoxA1 h3{
	margin: 0 auto;
	color:#ea557f;
	font-size: 150% !important;
	font-weight:bold;
	text-align:center;
}
.kidsBoxA1 p{
	font-size: 120% !important;
}
.kidsBoxA1 .m40{
	margin-top:40px;
}
.kids_flex1{
	margin: 0 auto;
	box-sizing: border-box;
	display:flex;
	width:840px;
	justify-content: space-between;
}
@media only screen and (max-width: 750px) {
.kidsbg02 {
	padding-top:60px;
	padding-bottom:30px;
}
.kidsBoxA1 {
	width: 90%;
}
.kidsBoxA1 img {
	width: 85%;
	height:auto;
}
.kidsBoxA1 .m40{
	margin-top:40px;
}
.kids_flex1{
	margin: 0 auto;
	display:block;
	width:98%;
}
}
@media only screen and (max-width: 339px) {
.kidsBoxA1 h3{
	font-size: 140% !important;
}
}
.kids_obi, .kids_obi2{
	margin: 0 auto;
	width: 100%;
	text-align:center;
}

.kids_obi{
	padding:40px 10px;
	background-color: #7a1f28;
}
.kids_obi2{
	padding:70px 10px;
	background-color: #7e2029;;
}
.kids_obi p, .kids_obi2 p{
	margin: 0 auto;
	color:#fff;
	font-weight:bold;
	padding:0;
	font-size: 150% !important;
}
.kids_obi img{
	margin: 20px auto 0 auto;
	padding:0;
	width:80px;
	height:auto;
}
@media only screen and (max-width: 750px) {
.kids_obi{
	padding:20px 10px;
}
.kids_obi2{
	padding:50px 10px;
}
}
.kidsbg03 {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	background-image: linear-gradient(90deg, rgba(255, 224, 134, .5) 50%, transparent 50%),linear-gradient(rgba(255, 224, 134, .5) 50%, transparent 50%);
	background-size: 40px 40px;
	padding-top:60px;
	padding-bottom:40px;
}
.kidsmenutit1{
	width:840px;
	padding: 0.2em;
	margin: 0 auto 10px auto;
	background: #ffcc33;
	border: solid 2px #7a1f28;
}
.kidsmenutit{
	padding: 0.2em 0.5em;
	margin: 0 auto;
	background: #ffcc33;
	border: dashed 2px #7a1f28;
}
.kidsmenutit h3 {
	font-size: 160% !important;
	margin: 0; 
	padding: 0;
	color:#7a1f28;
	font-weight:bold;
}
.kidsmenutit h3 span {
	font-size: 80% !important;
	padding-left:0.3em;
}

.kidsMenuBox, .kidsMenuBox2 {
	font-size: 150% !important;
	margin: 14px auto 48px auto; 
	background:#fff;
	border: solid 2px #7a1f28;
	width:840px;
}
.kidsMenuBox {
	padding: 20px 50px;
}
.kidsMenuBox2 {
	padding: 50px 50px 30px 50px;
}
.kidsMenu {
	margin:0 0 0.1em 0; 
	color:#2e9e66;
	font-weight:bold;
	padding-left: 1em;
	text-indent: -1em;
}
.kidsMenu::before{
	font-family: 'FontAwesome';
	content: "\f005";
	color: #ff9900;
	font-weight: bold;
}
.kidsMenuBox p, .kidsMenuBox2 p {
	font-size: 82% !important;
	margin:0 0 2em 0;
}
.kids_flex2a{
	margin: 0 auto;
	display:flex;
	width:740px;
	justify-content: space-between;
	align-items: center;
}
.kids_flex2{
	margin: 0 auto;
	display:flex;
	width:740px;
	justify-content: space-between;
	align-items:flex-start;
}

.kidsMenuTxt {
	width:360px;
}
.kidsMenuTxtb {
	width:360px;
	margin-top:1em;
}
.kidsPH01 {
	width:320px;
	height:auto;
	margin:12px 0;
}
.kidsPH02, .kidsPH02b{
	display:flex;
	width:320px;
	height:auto;
}
.kidsPH02{
	margin:12px 0 28px 0;
}
.kidsPH02b {
	margin:12px 0 0 0;
}
.kidsPH02 img, .kidsPH02b img {
	width:160px;
	height:auto;
	margin:0;
}
@media only screen and (max-width: 750px) {
.kidsbg03 {
	padding-bottom:20px;
}
.kidsmenutit1{
	width:90%;
}
.kidsmenutit{
	padding: 0.2em 0.5em;
	margin: 0 auto;
	background: #ffcc33;
	border: dashed 2px #7a1f28;
}
.kidsmenutit h3 {
	font-size: 160% !important;
}
.kidsMenuBox, .kidsMenuBox2 {
	font-size: 150% !important;
	margin: 14px auto 60px auto;
	width:90%;
}
.kidsMenuBox {
	padding: 30px 20px !important;
}
.kidsMenuBox2 {
	padding: 30px 20px 30px 20px !important;
}
.kids_flex2a{
	margin: 0 auto;
	display:block;
	width:100%;
}
.kids_flex2{
	margin: 0 auto;
	display:block;
	width:100%;
}
.kidsMenuTxt {
	width:95%;
	margin: 0 auto;
}
.kidsMenuTxtb {
	width:95%;
	margin: 0 auto;
	margin-top:0;
}
.kidsPH01 {
	width:95%;
}
.kidsPH02, .kidsPH02b{
	display:flex;
	width:95%;
	margin:12px auto 32px auto;
}
.kidsPH02 img, .kidsPH02b img {
	width:50%;
}
}
@media only screen and (max-width: 369px) {
.kidsMenu {
	font-size: 90% !important;
}
}
.web_reserve23 {
	margin:0 auto 60px auto;
	font-size:120%;
	max-width:480px;
}
.web_reserve23 p {
	margin:0 auto 3em auto;
	display:block;
}
.web_reserve23 FORM {
	margin:30px auto;
	display:block;
	text-align:center;
}
.web_reserve23 FORM ::before,
.web_reserve23 FORM ::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.web_reserve23 FORM ::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #7f101a;
}

.web_reserve23 FORM ::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.web_reserve23 FORM select {
    appearance: none;
    min-width: 200px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #ebebeb;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}

.web_reserve23 FORM  select:focus {
    outline: 2px solid #7f101a;
}

.web_reserve23 FORM input[type="button"]  {
	width: 200px;
	margin:30px auto !important;
	padding:10px;
    height: 48px;
    border: none;
    background-color: #7f101a;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
	font-size:110%;
}
.web_reserve23 FORM  input[type="button"]:hover {
	opacity: 0.7;
}
.web_reserve23 FORM  input[type="button"]:active {
    background-color: #ca1929;
}
.week_lunch, .weekend_lunch, .week_dinner, .weekend_dinner {
	width:950px;
	padding:2px;
	font-size: 1.2em;
	margin: 0 auto 30px auto;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	box-sizing: border-box;
	background:#fff;
}
.week_lunch {
	border:2px solid #d58016;
}
.weekend_lunch {
	border:2px solid #79812e;
}
.week_dinner {
	border:2px solid #ca6960;
}
.weekend_dinner {
	border:2px solid #a71f23;
}
.week_lunch_tit, .weekend_lunch_tit, .week_dinner_tit, .weekend_dinner_tit {
	font-size: 1.4em;
	padding: 0.5em;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}
.week_lunch_tit {
	background: #d58016;
}
.weekend_lunch_tit {
	background: #79812e;
}
.week_dinner_tit {
	background:#ca6960;
}
.weekend_dinner_tit {
	background:#a71f23;
}
.week_lunch p, .weekend_lunch p, .week_dinner p, .weekend_dinner p {
	display:inline-block;
	padding: 0;
	margin: 0.8em 0;
}
.course_phbox, .course_phbox2 {
	width:800px;
	height:auto;
	margin:12px auto;
}
.course_phbox {
	padding:0;
}
.course_phbox2 {
	border-top:1px dotted #ccc;
	padding:24px 0 0 0;
}
.lunch_red {
	width:8em;
	margin:0.7em auto;
	text-align:center;
	padding:0 1em;
	color:#fff;
	background:#942124;
	font-weight:bold;
	font-size:140%;
}
.menu_inner {
	width: 100%;
	display: block;
	padding: 0 0 0 0;
	margin-top: -1em;
	text-align: center;
}
.menu_inner a:link, .menu_inner a:visited, .menu_inner a:active{
	color: #ffffff;
}
.menu_inner a:hover {
	/*color: #ff0000;*/
	background-color: #7f101a; !important;
	background: linear-gradient(90deg, #7f101a 0%, #7f101a 100%); !important;
}
.go-menu {
	display: inline-block;
	margin: 0 0.5em 0.5em 0;
	padding: 0.2em 0em;
	border-radius: 5px;
	background: linear-gradient(90deg, #7f101a 0%, #7f101a 10%, #000000 10%, #000000 90%, #7f101a 90%, #7f101a 100%);
	line-height:1.5;
	letter-spacing: 0;
	font-size:1.6em;
	font-weight: bold;
	color: #ff0000;
	width: 6em;
	text-align: center;
}
.go-menu a:hover {
	background-color: #7f101a;  !important;
	background: linear-gradient(90deg, #7f101a 0%, #7f101a 100%); !important;
}
.course_innerB {
	width:800px;
	padding:0 1em;
	margin:0 auto !important;
	box-sizing: border-box;
}
.lunch_red2 {
	margin:0 auto;
	padding:0;
	color:#333;
	font-size:100%;
}
.course_inner {
	width:800px;
	padding:1em;
	margin:0 auto !important;
	box-sizing: border-box;
}
.kome	 {
	padding-left: 1em;
	text-indent: -1em;
}
.txt_red {
	color:red;
}

.price_table01 *, .price_table01 *:before, .price_table01 *:after, .price_table02 *, .price_table02 *:before, .price_table02 *:after, .price_table03 *, .price_table03 *:before, .price_table03 *:after, .price_table04 *, .price_table04 *:before, .price_table04 *:after{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.price_table01, .price_table02, .price_table03, .price_table04 {
	width: 100%;
	border-collapse: collapse;
	text-align:center;
	margin:0 auto !important;
}
.price_table01 th, .price_table02 th, .price_table03 th, .price_table04 th{
	border: solid 1px #ccc;
	color: #fff;
	padding: 10px;
	text-align:center;
}
.price_table01 th{
	background: #d58016;
}
.price_table02 th{
	background: #79812e;
}
.price_table03 th{
	background: #ca6960;
}
.price_table04 th{
	background: #a71f23;
}
.price_table01 td, .price_table02 td, .price_table03 td, .price_table04 td {
	border: solid 1px #ccc;
	padding: 10px;
	vertical-align: top;
	text-align:center;
}

@media screen and (max-width: 980px) {
.week_lunch, .weekend_lunch, .week_dinner, .weekend_dinner {
	width:92%;
	font-size: 1.2em;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.week_lunch_tit, .weekend_lunch_tit, .week_dinner_tit, .weekend_dinner_tit {
	font-size: 1.4em;
	padding: 0.5em;
}
.course_phbox, .course_phbox2 {
	width:85%;
	height:auto;
	margin:12px auto;
}
.course_phbox {
	padding:0;
}
.course_phbox2 {
	border-top:1px dotted #ccc;
	padding:24px 0 0 0;
}
.course_innerB {
	width:90%;
	padding:0 1em;
}
.course_inner {
	width:90%;
	padding:1em;
	margin:0 auto;
	box-sizing: border-box;
}
}
@media screen and (max-width: 750px) {
.week_lunch, .weekend_lunch, .week_dinner, .weekend_dinner {
	width:95%;
	font-size: 1.2em;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.week_lunch_tit, .weekend_lunch_tit, .week_dinner_tit, .weekend_dinner_tit {
	font-size: 1.4em;
	padding: 0.5em;
}
.course_phbox, .course_phbox2 {
	width:88%;
	height:auto;
	margin:12px auto;
}
.course_phbox {
	padding:0;
}
.course_phbox2 {
	border-top:1px dotted #ccc;
	padding:24px 0 0 0;
}
.course_innerB {
	width:98%;
	padding:0 1em;
}
.course_inner {
	width:98%;
	padding:0.8em;
	margin:0 auto !important;
}
.course_inner table{
	margin:0 auto !important;
	width:100%;
}
.price_table01, .price_table02, .price_table03, .price_table04 {
	display: block;
	width: 100%;
	font-size:96%;
	margin:0 auto !important;
}
.price_table01 tr, .price_table02 tr, .price_table03 tr, .price_table04 tr {
	display: block;
	float: left;
}
.price_table01 tr td, .price_table01 tr th, .price_table02 tr td, .price_table02 tr th, .price_table03 tr td, .price_table03 tr th, .price_table04 tr td, .price_table04 tr th {
	border-left: none;
	display: block;
	height: 4em;
}
.price_table01  thead, .price_table02  thead, .price_table03  thead, .price_table04  thead{
	display: block;
	float: left;
	width:42%;
}
.price_table01  thead tr, .price_table02  thead tr, .price_table03  thead tr, .price_table04  thead tr {
	width:100%;
}
.price_table01  thead tr th, .price_table02  thead tr th, .price_table03  thead tr th, .price_table04  thead tr th{
	width:100%;
}
.price_table01 tbody, .price_table02 tbody, .price_table03 tbody, .price_table04 tbody  {
	display: block;
	float: left;
	width: 58%;
}
.price_table01 tbody tr, .price_table02 tbody tr, .price_table03 tbody tr, .price_table04 tbody tr {
	width: 100%;
}
.price_table01 tbody td:last-child, .price_table02 tbody td:last-child, .price_table03 tbody td:last-child, .price_table04 tbody td:last-child {
	border-bottom: 1px solid #ccc;
}
}
@media screen and (max-width: 480px) {
.course_inner {
	width:100%;
	padding:0.5em;
	margin:0 auto !important;
}
.week_lunch  p, .weekend_lunch  p, .week_dinner  p, .weekend_dinner  p {
	padding: 0 0.8em;
	margin: 0.8em 0;
}
.price_table01, .price_table02, .price_table03, .price_table04  {
	font-size: 90%;
	margin:0 auto !important;
}
.price_table01 span, .price_table02 span, .price_table03 span, .price_table04 span {
	font-size: 89%;
}
.price_table01 td, .price_table02 td, .price_table03 td, .price_table04 td {
	padding: 5px;
}
.price_table01  thead, .price_table02  thead, .price_table03  thead, .price_table04  thead{
	width:49%;
}
.price_table01 tbody, .price_table02 tbody, .price_table03 tbody, .price_table04 tbody  {
	width: 51%;
}
.lunch_red {
	width:10em;
	margin:12px auto;
	padding:0 0.8em;
	font-size:120%;
	text-align:center;
}
}
@media screen and (max-width: 370px) {
.course_inner {
	width:100%;
	padding:0;
		margin:0 auto !important;
}
.week_lunch  p, .weekend_lunch  p, .week_dinner  p, .weekend_dinner  p {
	padding: 0 1em;
	margin: 0.8em 0;
}
.price_table01 td, .price_table02 td, .price_table03 td, .price_table04 td {
	padding: 5px;
}

.price_table01, .price_table02, .price_table03, .price_table04  {
	font-size: 88%;
	margin:0 auto !important;
}
.price_table01 span, .price_table02 span, .price_table03 span, .price_table04 span {
	font-size: 86%;
}
.price_table01  thead, .price_table02  thead, .price_table03  thead, .price_table04  thead{
	width:49%;
}
.price_table01 tbody, .price_table02 tbody, .price_table03 tbody, .price_table04 tbody  {
	width: 51%;
}
.lunch_red {
	width:10em;
	margin:12px auto;
	padding:0 0.8em;
	font-size:120%;
	text-align:center;
}
}
.courseflex  {
	width:95%;
	display:flex;
	justify-content: center;
	margin:20px auto;
}


a.btn_course {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: 0 18px;
	padding: 1em 2rem;
	font-weight: bold;
	border: 2px solid #7f101a;
	color: #7f101a;
	transition: 0.5s;
}
a.btn_course:hover {
	color: #fff;
	background: #7f101a;
}
a.anchor1, a.anchor2 {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.course_phbox3 {
	width:70%;
	height:auto;
	margin:50px auto 0 auto;
	padding:0;
}
.course_phbox3 picture{
	width:100%;
	height:auto;
}
@media screen and (max-width: 600px) {
.course_phbox3 {
	width:80%;
}
}


/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #efefef;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 970px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
.tabs {
	width: 98%;
}
}
/*タブのスタイル*/
.tab_item {
width: calc(100%/2);
	height: 50px;
	border-bottom: 3px solid #7f101a;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	box-sizing: border-box;
}
.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	margin:0 auto;
	padding: 40px 0;
	clear: both;
	overflow: hidden;
	background:#efefef;
}


/*選択されているタブのコンテンツのみを表示*/
#weekday2:checked ~ #weekday2_content,
#weekend2:checked ~ #weekend2_content{
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #7f101a;
  color: #fff;
}

.tab_content_description {
	padding:20px 0;
	margin:0 auto;
}
