@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*==================================================================
 * 　　　　　　　　　　　　　▼全体共通設定　PC　
 * ================================================================= */

/* スムーススクロール */
/* html {
  scroll-behavior: smooth;
} */


.text-nowrap {
	display:inline-block;
}


/* -----------------------------------------------------------------
 * ▼フォント
 * ----------------------------------------------------------------- */

/* .price-font {
	font-family: 'Mochiy Pop One', 'Mochiy Pop P One', sans-serif;
} */





/* -----------------------------------------------------------------
 * ▼ロゴ
 * ----------------------------------------------------------------- */

/* 画像大きさ */
.header-container-in.hlt-top-menu .logo-header img {
	max-height: 100px;
}

.header-container-in.hlt-top-menu .logo-header {
    max-height: inherit;
}


/* -----------------------------------------------------------------
 * ▼トップへ戻るボタン
 * ----------------------------------------------------------------- */

/* 画像大きさ */
.go-to-top-button {
    width: 75px;
    height: auto;
}


/* -----------------------------------------------------------------
 * ▼header
 * ----------------------------------------------------------------- */

/* -----------------------------------------------------------------
 * ----------------------------------------- ▼header全画面にする */

/* wrapの解除 */
.header-container-in.wrap {
	width:auto;
	margin:5px;
}

/* メニューを右寄せにする */
.navi-in > ul {
	justify-content:flex-end;
}


/* ------------------------------------------------------------------
 * --------------------------------------------- ▼メニューの設定 */

#navi .navi-in ul.menu-header li.menu-item {
    height: 45px;
    line-height: 45px;
}


/* メニューhover設定 */
#navi .navi-in ul.menu-header li.menu-item > a {
	transition: all .4s ease; /* アニメーション */
}

#navi .navi-in ul.menu-header li.menu-item > a:hover {
	background:#f1f1f1; /* 背景色 */
}
.navi-in > ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* ------------------------------------------------------------------
 * ---------------------------------------- ▼メニューのボタン設定 */

/* 「▶」アイコン */
#navi #menu-header-menu01 a .item-label::before {
	content:"\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color:#333;
    padding-right: 5px;
}

#navi #menu-header-menu01 a {
	transition: all .3s ease;
}

#navi #menu-header-menu01 a:hover {
	background:none;
	opacity:.5;
}


/* ---------------------------------------- ▼店舗検索のみ */

#navi #menu-header-menu01 .h-btn-info {
	background:#1D2088;
}

#navi #menu-header-menu01 .h-btn-info > a {
	color:#fff;
}

#navi #menu-header-menu01 .h-btn-info > a:hover {
	color:#fff;
	background:#11135a;
	opacity:1;
}

/* アイコンなし */
#navi #menu-header-menu01 .h-btn-info .item-label::before  {
	display:none;
}


/* -----------------------------------------------------------------
 * ▼footer
 * ----------------------------------------------------------------- */

#footer {
    background-image: url(https://www.hakataya.org/wp/wp-content/uploads/2022/04/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
	background-position:20% 2%;
    height: 350px;
}

/* ロゴ画像 */
.footer-bottom-logo {
	display:none;
}

/* メニュー全体　下寄せ */
#footer-in {
	height: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/* メニュー全体　ラーメンの画像に被らないようにする */
#footer-in .footer-bottom {
	width: 78%;
    margin-left: auto;
}

#footer-in .footer-bottom ul.menu-footer a:hover {
	color:#000;
}
.footer-bottom.fnm-text-width .menu-footer li a {
    padding: 0 7px;
}
.navi-footer-in a {
    font-size: 13px;
}


/* -----------------------------------------------------------------
 * ▼サイドバー
 * ----------------------------------------------------------------- */

#sidebar .widget_block .wp-block-group h2 {
    border: 1px solid #efefef;
    background: #efefef;
    padding: 2%;
    margin-bottom: 2%;
}

#sidebar .widget_block .wp-block-group ul {
    line-height: 2.2;
}

/* 優先順位調整 */
.sidebar ul {
	list-style-type: disclosure-closed;
}


#sidebar .widget_block .wp-block-group ul.wp-block-archives-list,
#sidebar .widget_block .wp-block-group ul.wp-block-categories-list {
	padding-left:1.5em;
}

/* -----------------------------------------------------------------
 * ▼お知らせ内容のページ
 * ----------------------------------------------------------------- */

/* タイトルと日付 */
.post-template-default header.article-header {
	padding: 2% 1em;
    margin-bottom: 3%;
    border: 1px solid #d0d0d0;
}


/* -----------------------------------------------------------------
 * -------------------------------------------------- ▼関連記事 */

#related-entries .related-entry-heading {
	border: 1px solid #d8d8d8;
    border-left: 7px solid #d8d8d8;
    padding: 0.3em;
	font-size: 1.25em;
}


/* -----------------------------------------------------------------
 * 共通▼固定ページ
 * ----------------------------------------------------------------- */

/* 投稿日 非表示 */
.page .date-tags {
	display:none;
}


/* -----------------------------------------------------------------
 * --------------------------------------------▼ページトップ画像 */

#top-header .so-panel {
	margin-bottom:0!important;
}


/* -----------------------------------------------------------------
 * ▼共通　ページ共通真ん中のメニュー
 * ----------------------------------------------------------------- */

/* 全体 */
ul#page-menu {
	display:flex;
	justify-content:center;
	align-items:center;
	list-style:none;
	margin: 0;
    padding: 2% 0 0;
}

/* メニュー */
ul#page-menu li.menu {
	width: 200px;
    height: 3.5em;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
}

ul#page-menu li.menu a {
	text-decoration:none;
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	color:#333;
	transition:background .4s ease;
}

ul#page-menu li.menu a:hover {
	background:#eee;
	color:#333;
}

/* 線 */
ul#page-menu li.menu ~ li.menu {
	border-right:1px solid #333;
}

ul#page-menu li.menu:first-child {
	border-right:1px solid #333;
	border-left:1px solid #333;
}




/* -----------------------------------------------------------------
 * ▼共通　スクロールしたらアニメーション
 * ----------------------------------------------------------------- */

/* ----------パターン1：透明度が変化と下からふわっと---------- */
/* 画面外 */
.fade-block1 {
  opacity: 0;
  transform: translateY(3%);
  transition: all .5s ease-in-out;
}
/* 画面に入った時の動き */
.fade-block1.blockIn {
  opacity: 1;
  transform: translateY(0);
}


/* -----------------------------------------------------------------
 * ▼共通　レスポンシブ画像
 * ----------------------------------------------------------------- */

/* トップ画像 sp */
#top-header .mainbanner-sp {
	display:none;
}





/*==================================================================
 * ▼コンタクトフォーム設定　PC　
 * ================================================================= */

/*==================================================================
 * ▼スマホContact Form 7カスタマイズ*/

@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}
}


/* ▲スマホContact Form 7カスタマイズ
 * ================================================================= */

/* -----------------------------------------------------------------
 * --------------------------------------------------- ▼見出し欄 */

.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
}


/* -----------------------------------------------------------------
 * ----------------------------------------------------- ▼通常欄 */

.inquiry td{
 font-size:13px;
}


/* -----------------------------------------------------------------
 * --------------------------------------- ▼横の行とテーブル全体 */

.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}


/* -----------------------------------------------------------------
 * ------------------------------------------------- ▼必須の調整 */

.haveto{
 font-size:7px;
 padding:5px;
 background:#E60013;
 color:#fff;
 border-radius:2px;
 margin-left:5px;
 position:relative;
 bottom:1px;
}


/* -----------------------------------------------------------------
 * ------------------------------------------------- ▼任意の調整 */

.any{
 font-size:7px;
 padding:5px;
 background:#1D2088;
 color:#fff;
 border-radius:2px;
 margin-left:5px;
 position:relative;
 bottom:1px;
}


/* -----------------------------------------------------------------
 * ----------------------------------- ▼送信ボタンのデザイン変更 */

#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#FDD000;
 border:3px solid #FDD000;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
	transition: all .3s ease;
}


/* -----------------------------------------------------------------
 * ----------------------------------- ▼送信ボタンマウスホバー時 */

#formbtn:hover{
 background:#fff;
 border:3px solid #FDD000;
 color:#FDD000;
}


/* -----------------------------------------------------------------
 * ------------------------------------------------- ▼各横幅設定 */

/* 年齢 */
.age {
    width:70px!important;
}

/* 県 */
#pref {
    width:150px!important;
}

/* 郵便番号 */
#zip {
    width:100px!important;
}

/* 希望店舗 */
.shop {
    width:250px!important;
}


/* -----------------------------------------------------------------
 * ----------------------------------------------------- ▼注意文 */

.screen-reader-response,.screen-reader-response a {
    color:red;
}

/* -----------------------------------------------------------------
 * --------------------------------------------- ▼入力項目の設定 */

.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
	border: 1px solid #f4f4f4;/* 枠線 */
}


/*==================================================================
 * ▲コンタクトフォーム設定　PC　
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　　　　　▼トップページ　PC　
 * ================================================================= */

/* -----------------------------------------------------------------
 * ▼トップ共通設定
 * ----------------------------------------------------------------- */

/* タイトル 非表示 */
.home h1.entry-title {
	display:none;
}

/* 内容全体のトップの余白削除 */
.home .content {
	margin-top:0;
}



/* -----------------------------------------------------------------
 * ▼新着情報
 * ----------------------------------------------------------------- */


/* タイトル */
.top-News .top-News-conts h3.widget-title {
	color:#fff;
	border:none;
	font-weight:normal;
	font-size:2.3em;
	letter-spacing: 3px;
	margin-bottom: 0;
	padding-bottom:0;
	text-align:center;
}


/* 中身部分 */
.top-News .top-News-conts .whatsnew  {
	background:#fff;
	padding: 3% 2%;
}

/* 線消し */
.top-News .top-News-conts .whatsnew hr {
	display:none;
}

/* 線 */
.top-News .top-News-conts .whatsnew dl ~ dl {
	border-top:1px solid #333;
}

/* 各新着情報 a */
.top-News .top-News-conts .whatsnew dl a {
	color:#333;
}

/* 各新着情報 a:hover */
.top-News .top-News-conts .whatsnew dl a:hover {
	color:#333;
}




/* -----------------------------------------------------------------
 * ▼メニュー部分
 * ----------------------------------------------------------------- */

/* -----------------------------------------------------------------
 * -------------------------------------------------- ▼共通設定 */

/* 全体　横並び */
.top-Menu > div.panel-grid-cell {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
    max-width: 1400px;
    margin: 0 auto;
}

.top-Menu > div.panel-grid-cell .so-panel {
	width:calc(( 100% / 2) - 4%);
	padding:2%;
}

/* リンク */
.top-Menu > div.panel-grid-cell .so-panel .menu-img a {
	display:block;
	transition:all .4s ease;
}

.top-Menu > div.panel-grid-cell .so-panel .menu-img a:hover {
	transform:scale(1.1,1.1) translateY(-5px);
}


/*==================================================================
 * 　　　　　　　　　　　　　▲トップページ　PC　
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　　　　　　▼テイクアウトページ　PC　
 * ================================================================= */

/* -----------------------------------------------------------------
 * ▼ブロックの設定
 * ----------------------------------------------------------------- */

/* フォント設定 */
.takeout-block .text-conts h3.widget-title,
.takeout-block .text-conts .price {
	font-family: 'Mochiy Pop One', 'Mochiy Pop P One', sans-serif;
	font-weight:normal;
}

/* タイトル */
.takeout-block .text-conts h3.widget-title {
	border:none;
	font-size:2.2em;
	margin-bottom: 0.5em;
    padding: 0;
}

/* タイトルの中の赤字 */
.takeout-block .text-conts h3.widget-title span.b-red {
	color:#E60012;
	font-size:.8em;
}

/* テキスト横並び */
.takeout-block .text-conts .text-flex {
	display:flex;
	justify-content:space-between;
}

/* 価格 */
.takeout-block .text-conts .text-flex .price {
	font-size:3em;
	font-weight:bold;
	color:#E60012;
}



/*==================================================================
 * 　　　　　　　　　　▲テイクアウトページ　PC　
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　　　▼会社情報　PC　
 * ================================================================= */

/* -----------------------------------------------------------------
 * --------------------------------------------- ▼メッセージ部分 */
.company-message .company-message-conts {
	background:#fff;
	padding:3% 2%;
	text-align:center;
}

.company-message .company-message-conts .text {
	margin:0;
	font-weight:bold;
}

/* -----------------------------------------------------------------
 * ----------------------------------------------- ▼真ん中の文章 */

.company-about .text-conts {
	text-align:center;
}


/* -----------------------------------------------------------------
 * --------------------------------------------------------- ▼表 */

/* タイトル */
.company-about .table-conts h3.widget-title {
	border:none;
	margin-bottom:0;
	background:#000;
	color:#FDD000;
	text-align:center;
}

/* 表全体 */
.company-about .table-conts .company-table {
	background:#fff;
}

/* 線 */
.company-about .table-conts .company-table th,
.company-about .table-conts .company-table td {
    border: 1px solid #b6b6b6;
}

/* th */
.company-about .table-conts .company-table th {
	background:#DCDDDD;
	white-space: nowrap;
}

/* td */
.company-about .table-conts .company-table td {
	background:#fff;
}

/*==================================================================
 * 　　　　　　　　　　▲会社情報　PC　
 * ================================================================= */
/*==================================================================
* 　　　　　　　　　　▼採用情報　PC　
* ================================================================= */

/* -----------------------------------------------------------------
* --------------------------------------------- ▼メッセージ部分 */

/* タイトル */
.recruit-message .recruit-message-conts h3.widget-title {
	color:#fff;
	font-size:1.8em;
	padding-left:0;
	margin:0;
	border:none;
}

/* タイトル内の小さい字 */
.recruit-message .recruit-message-conts h3.widget-title .t-s {
	font-size:.8em;
	padding-left:1em;
}

/* リストとタイトル */
.recruit-message .recruit-message-conts .text-conts {
	background:#fff;
	padding:3%;
}

/* 「求めている人材」 */
.recruit-message .recruit-message-conts .text-conts .title {
	color:#FDD000;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0;
}

/* リスト */
.recruit-message .recruit-message-conts ul.list {
	display:flex;
	flex-wrap:wrap;
	padding-left: 2em;
}

.recruit-message .recruit-message-conts ul.list li {
	width:calc((100% / 2) - 1.5em );
}

/* -----------------------------------------------------------------
* --------------------------------------------------------- ▼表 */

/* 表の上「募集要項」 */
.recruit-about .bosyu-youkou h3.widget-title {
	border:none;
	text-align:center;
	font-size:2em;
	margin-bottom:0;
}


/* タイトル */
.recruit-about .table-conts h3.widget-title {
border:none;
margin-bottom:0;
background:#000;
color:#FDD000;
text-align:center;
}

/* 表全体 */
.recruit-about .table-conts .recruit-table {
background:#fff;
}

/* 線 */
.recruit-about .table-conts .recruit-table th,
.recruit-about .table-conts .recruit-table td {
border: 1px solid #b6b6b6;
}

/* th */
.recruit-about .table-conts .recruit-table th {
background:#DCDDDD;
white-space: nowrap;
}

/* td */
.recruit-about .table-conts .recruit-table td {
background:#fff;
}

/*==================================================================
* 　　　　　　　　　　　▲採用情報　PC　
* ================================================================= */
/*==================================================================
 * 　　　　　　　　　　▼店舗情報　PC　(.shop-)
 * ================================================================= */

/* 「店舗一覧」 */
.shop-maintitle h3.widget-title {
	border:none;
	margin:0;
	padding:1em 0;
	color:#FFE100;
}

/* 「店舗一覧名をしていただきますと～」 */
.shop-maintitle .f-s {
	font-size:.8em;
	padding-left:1em;
}

/* 都道府県「広島県」「山口県」 */
.shop-prefectures-title h3.widget-title {
	border:none;
	margin:0;
	text-align:center;
	font-size:1.5em;
}

/* 県ボタン全体 */
.shop-prefectures-block {
	padding:3% 2% 5%;	
}

/* 県ボタン */ 
.shop-prefectures-block .shop-btn a {
	width:100%;
	transition: all .3s ease;
}



/*==================================================================
 * 　　　　　　　　　　▲店舗情報　PC　
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　　　▼店舗詳細　PC　
 * ================================================================= */

/* -----------------------------------------------------------------
* --------------------------------------------------------- ▼ */

/* ブロック全体 */
.shop-block-wrap .shop-block {
	padding-top:5%;
}

/* タイトル */
.shop-block-wrap .shop-block h3.widget-title {
	border:none;
	margin:0;
	text-align:center;
	background:#FFE100;
}

/* 全体　横並び */
.shop-block-wrap .shop-block .shop-detail {
	display:flex;
	justify-content:center;
	background:rgba(255,255,0,.2);
	padding:3%;
}

/* 文章と画像 */
.shop-block-wrap .shop-block .shop-detail .detail,
.shop-block-wrap .shop-block .shop-detail .img {
	padding:0 2%;
	width:50%;
}

/* 画像 */
.shop-block-wrap .shop-block .shop-detail .img {
	text-align:center;
}

.shop-block-wrap .shop-block .shop-detail .img img {
	max-width:400px;
	width:100%;
}

/* 文章 */
.shop-block-wrap .shop-block .shop-detail .detail {
	font-size:18px;
}

/* 文章共通 */
.shop-block-wrap .shop-block .shop-detail .detail p {
	margin-bottom:.5em;
}

/* 文章「替え玉無料デイ」 */
.shop-block-wrap .shop-block .shop-detail .detail .free-days {
	color:red;
	font-size:1.5em;
	margin-bottom:0;
}


/*==================================================================
 * 　　　　　　　　　　▲店舗詳細　PC　
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　　　▼博多屋のメニュー　PC　
 * ================================================================= */

/* -----------------------------------------------------------------
 * ----------------------- ▼キャッチメッセージ「美味しさの秘密」 */

/* 画像とテキスト　全体 */
.menu-message .menu-message-conts {
	background:#fff;
	padding:3% 2%;
	position:relative;
}

/* 画像「美味しさの秘密」 */ 
.menu-message .menu-message-conts .text-conts .catch-img {
	position:absolute;
	top:50%;
	left:0;
	transform:translate(-50%,-50%);
}

/* 文章全体 */
.menu-message .menu-message-conts .text-conts ul.list {
	padding:2% 3%;
	list-style:none;
	margin:0;
}

/* 画像と文章 横並び */
.menu-message .menu-message-conts .text-conts ul.list li {
	border-bottom:2px solid #9FA0A0;
	padding: 5px 10% 5px 17%;
	display:flex;
}

/* liの最後の線なし */
.menu-message .menu-message-conts .text-conts ul.list li:last-child {
	border-bottom:none;
}

/* 画像 */
.menu-message .menu-message-conts .text-conts ul.list li .number-img {
	padding-right:1.2em;
}

/* メインテキストとミニテキスト共通 */
.menu-message .menu-message-conts .text-conts ul.list li p {
	margin:0;
	font-weight:bold;
}

/* メインテキスト */
.menu-message .menu-message-conts .text-conts ul.list li .m-t {
	font-size:1.7em;
	color:#40220F;
}

/* ミニテキスト */
.menu-message .menu-message-conts .text-conts ul.list li .s-t {
	font-size:1em;
	color:#E60012;
}

/* 下の注釈 */
.menu-message .notes {
	text-align:center;
	margin:2%;
}


/* -----------------------------------------------------------------
 * ----------------------------------------------- ▼メニュー共通 */

/* メインタイトル */
.menu-title h3.widget-title {
	border:none;
	font-size:2em;
	text-align:center;
	border-bottom:3px solid #FDD000;
	padding-bottom:.3em;
	letter-spacing:2px;
}

/* メニューブロック */
.menu-conts .menu-block {
	position:relative;
}

/* アイコン */
.menu-conts .menu-block .icon {
	position:absolute;
	top:0;
	left:0;
	width:80px;
	display:flex;
	align-items:center;
}

/* メニュー全体 */
.menu-conts .menu-block .menu-text {
	padding: 0 7px 5px;
    display: flex;
    flex-direction: column;
}

/* メニュー内pタグ */
.menu-conts .menu-block .menu-text p {
	font-family: 'Mochiy Pop One', 'Mochiy Pop P One', sans-serif;
	font-weight:normal;
	margin:0;
}

/* メニューキャッチ */
.menu-conts .menu-block .menu-text .catch {
	font-size:.9em;
	line-height: 1.3;
}

/* メニュー名前 */
.menu-conts .menu-block .menu-text .name {
	font-size:1.7em;
	color:#E60012;
	padding: 4px 0 0;
    letter-spacing: -2px;
	line-height:1.3;
	flex-grow: 1; /* 余白調整 */
	/* ▼文字縁取りジェネレーター */
  	text-shadow: 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff; /* 文字の影 */
}


/* メニュー価格 */
.menu-conts .menu-block .menu-text .price {
	font-size:1.7em;
	text-align:right;
	/* ▼文字縁取りジェネレーター */
  	text-shadow: 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff; /* 文字の影 */
}

/* メニューその他のテキスト */
.menu-conts .menu-block .menu-text .other {
	text-align:right;
	font-size:.9em;
}


/* -----------------------------------------------------------------
 * ----------------------------------------------- ▼ラーメン設定 */

/* 全体 */
.ramen-conts .ramen-block {
	background-image:url("https://www.hakataya.org/wp/wp-content/uploads/2022/04/menu-bg2.png");
}

/* メニュー全体 */
.ramen-conts .ramen-block .menu-text {
    height: 220px;
}

/* -----------------------------------------------------------------
 * ----------------------------------------------- ▼トッピング設定 */

/* 全体 */
.topping-conts .topping-block {
	background-image:url("https://www.hakataya.org/wp/wp-content/uploads/2022/04/menu-bg1.png");
}

/* メニュー全体 */
.topping-conts .topping-block .menu-text {
    height: 120px;
}


/* -----------------------------------------------------------------
 * --------------------------------------------------- ▼一品設定 */

/* 全体 */
.ippin-conts .ippin-block {
	background:#FDD000;
}

/* メニュー全体 */
.ippin-conts .ippin-block .menu-text {
	height:145px;
}


/* -----------------------------------------------------------------
 * --------------------------------------------------- ▼一品設定 */

/* 全体 */
.set-conts .set-block {
	background:#fff;
	position:relative;
}

/* メニュー名前 */
.set-conts .set-block .menu-text .name {
	position:absolute;
	top:2%;
	left:0;
	width: 100%;
    text-align: center;
}

/* メニューその他 */
.set-conts .set-block .menu-text .other {
	text-align:left;
}

/* メニュー価格 */
.set-conts .set-block .menu-text .price {
	line-height:1.3;
}


/* -----------------------------------------------------------------
 * ------------------------------------ ▼ドリンク・デザート設定 */

/* 全体 */
.drink-conts .drink-block {
	background:#fff;
}

/* メニュー名前 */
.drink-conts .drink-block .menu-text .name {
letter-spacing: -4px;
	
}

/*==================================================================
 * 　　　　　　　　　　▲博多屋のメニュー　PC　
 * ================================================================= */

/*********************************************************************
** 　　　　▽▼レスポンシブデザイン用のメディアクエリ▼▽
**********************************************************************/

/* ####=========================================================####
 * 　　　　　　　　　▼1023px以下  タブレット
 * ####=========================================================#### */
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/


/*==================================================================
 * 　　　　　　　　　　　▼全体共通設定　1023px以下　
 * ================================================================= */
	
	
/* -----------------------------------------------------------------
 * ▼header
 * ----------------------------------------------------------------- */

	/* ロゴ画像 */
	.logo-menu-button img {
		margin:3px; /* 左寄せ */
		max-height: 58px; /* 画像大きさ */
	}
	
	/* メニューのボタン（ハンバーガーアイコン） */
	#menu-mobilebtn .navi-menu-button {
	    display: flex;
    	justify-content: center;
    	align-items: center;
	}
	
/* -----------------------------------------------------------------
 * --------------------------------------- ▼スライドインメニュー */
	
	/* ×印 */
	.menu-close-button {
		text-align:right;
	    padding: 0 .5em;
	}
	
	/* メニュー全体　背景 */
	#navi-menu-content {
		background:rgba(255,255,255,.9);
	}
	
	/* 各メニュー */
	.menu-drawer li.menu-item {
	    margin-bottom: 1em;
    	border-left: 3px solid #333;
	}
	
	
/* -----------------------------------------------------------------
 * ▼footer
 * ----------------------------------------------------------------- */
	
	/* 全体 */
	#footer {
		height:250px;
	}
	
	
/* -----------------------------------------------------------------
 * ▼真ん中のメニュー
 * ----------------------------------------------------------------- */
	
	/* 文字の大きさ */
	ul#page-menu li.menu {
		font-size:1em;
		width: 170px;
    	height: 3.2em;
	}

/*==================================================================
 * 　　　　　　　　　　　▼トップページ　1023px以下　
 * ================================================================= */
	
/* -----------------------------------------------------------------
 * ▼新着情報
 * ----------------------------------------------------------------- */
	
	/* タイトル */
	.top-News .top-News-conts h3.widget-title {
		font-size: 1.6em;
	}
	
	/* 日付 */
	div.whatsnew dt {
	    float: inherit;
	}


/* -----------------------------------------------------------------
 * ▼メニュー
 * ----------------------------------------------------------------- */
	
	.top-Menu .top-Menu-block .menu-text {
		font-size: .9em;
    	line-height: 1.6;
	}
	
	
/*==================================================================
 * 　　　　　　　　　　　▲トップページ　1023px以下　
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　　▼テイクアウトページ　1023px以下　
 * ================================================================= */

/* -----------------------------------------------------------------
 * ▼ブロックの設定
 * ----------------------------------------------------------------- */

/* タイトル */
.takeout-block .text-conts h3.widget-title {
	font-size:1.8em;
}

/* 価格 */
.takeout-block .text-conts .text-flex .price {
	font-size:2.5em;
}


/*==================================================================
 * 　　　　　　　▲テイクアウトページ　1023px以下
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　▼博多屋のメニュー　1023px以下
 * ================================================================= */
	
/* -----------------------------------------------------------------
 * ------------------------------- 共通▼キャッチメッセージの設定 */
	
	/* 全体 */
	.menu-message {
		padding:8% 2%!important;
	}
	
	/* 下の注釈 */
	.notes-message {
		padding:0 2% 3%!important;
	}
	
	/* 画像「美味しさの秘密」 */
	.menu-message .menu-message-conts .text-conts .catch-img {
		left: 3em;
		max-width: 115px;
	}
	
	/* 各文章 */
	.menu-message .menu-message-conts .text-conts ul.list li {
		padding: 5px 0 5px 14%;
	}
	
	/* 画像「その◯」 */
	.menu-message .menu-message-conts .text-conts ul.list li .number-img {
	    width: 80px;
	}

	/* メインの文 */
	.menu-message .menu-message-conts .text-conts ul.list li .m-t {
	    font-size: 1.4em;
	}
	
	/* 説明 */
	.menu-message .menu-message-conts .text-conts ul.list li .s-t {
	    font-size: 15px;
	}
	

/* -----------------------------------------------------------------
 * ----------------------------------------- 共通▼メニューの設定 */
	
	/* ------------------------------------------- ▼横並びの設定 */
	
	/* 全体 */
	.menu-conts {
		flex-wrap:wrap!important;
	    justify-content: inherit!important;
	}
	
	/* 各ブロック */
	.menu-conts .panel-grid-cell {
		width: calc((100% / 3) - 2% )!important;
    	margin: 1%!important;
	}
	
	
	/* ------------------------------------------- ▼共通設定 */
	
	/* メニュー名 */
	.menu-conts .menu-block .menu-text .name {
		font-size: 1.7em;
		/* 縁取り */
		text-shadow: 2px 2px 1px #ffffff, -2px 1px 1px #ffffff, 2px -1px 1px #ffffff, -2px 2px 1px #ffffff, 2px 1px 1px #ffffff, 0px 2px 2px #ffffff, -2px -1px 0px #ffffff, -1px -2px 1px #ffffff;
	}
	
	/* 価格 */
	.menu-conts .menu-block .menu-text .price {
		font-size: 1.7em;
	}

	/* 説明文 */
	.menu-conts .menu-block .menu-text .catch br {
		display:none;
	}
	
	
	
/* -----------------------------------------------------------------
 * ----------------------------------------------- ▼ラーメン設定 */

	/* 最後のブロック　横並び */
	.ramen-conts .panel-grid-cell:last-child {
		display:flex;
		width: 100%!important;
		margin:0!important;
	}
	
	.ramen-conts .panel-grid-cell:last-child .so-panel {
		width: calc((100% / 3) - 2% )!important;
	    margin: 1%!important;
	}
	
	
	/* メニュー全体 */
	.ramen-conts .ramen-block .menu-text {
	    height: 190px;
	}
	



/* -----------------------------------------------------------------
 * ------------------------------------------ ▼セット・定食設定 */

/* 全体 */
.set-conts .set-block {
	background:#fff;
	position:relative;
}

/* メニュー名前 */
.set-conts .set-block .menu-text .name {
	font-size:1.6em;
}

/* メニューその他 */
.set-conts .set-block .menu-text .other {
    line-height: 1.4;
}

/* メニュー価格 */
.set-conts .set-block .menu-text .price {
    font-size: 1.4em;
}

	
/* -----------------------------------------------------------------
 * --------------------------------------------------- ▼一品設定 */

/* メニュー全体 */
.ippin-conts .ippin-block .menu-text {
	height:130px;
}

	
/*==================================================================
 * 　　　　　　　　　　▲博多屋のメニュー　1023px以下
 * ================================================================= */
	
	
}/* ◀ 1023px以下 */

/* ####=========================================================####
 * 　　　　　　　▼834px以下  ハンバーガーアイコン
 * ####=========================================================#### */
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

	
/*==================================================================
 * 　　　　　　　　　　▼全体共通設定　　834px以下
 * ================================================================= */

/* ---------------------------------------------------------
 * ハンバーガーアイコンになる▼header
 * --------------------------------------------------------- */	
	
	
		
	
	
	
	
}/* ◀ 834px以下 */


/* ####=========================================================####
 * 　　　　　　　　　　　　▼780px以下  
 * ####=========================================================#### */
@media screen and (max-width: 780px){
  /*必要ならばここにコードを書く*/

/*==================================================================
 * 　　　　　　　　　　▼全体共通設定　　780px以下
 * ================================================================= */

/* -----------------------------------------------------------------
 * ▼footer
 * ----------------------------------------------------------------- */
	
	/* 全体 */
	#footer {
		height:250px;
	}
	
	
/* -----------------------------------------------------------------
 * ▼真ん中のメニュー
 * ----------------------------------------------------------------- */
	

	/* 各メニュー */
	ul#page-menu {
		margin:0 7px;
	}
	
	
	ul#page-menu li.menu {
		font-size: .9em;
    	width: 135px;
	}
	
	/* オンラインショップ　二段になった時の設定 */
	ul#page-menu li.menu a {
		flex-direction: column;
    	line-height: 1.2;
	}

	
/* -----------------------------------------------------------------
 * ▼共通　レスポンシブ画像
 * ----------------------------------------------------------------- */

/* トップ画像 sp */
#top-header .mainbanner-sp {
	display:block;
}
	
/* トップ画像 pc */
#top-header .mainbanner-pc {
	display:none;
}
	
/*==================================================================
 * 　　　　　　　　　　▼トップページ　780px以下　
 * ================================================================= */

/* -----------------------------------------------------------------
 * ▼新着情報
 * ----------------------------------------------------------------- */
	
	/* 日付 */
	div.whatsnew dt {
	    float: inherit!important;
	}


/* -----------------------------------------------------------------
 * ▼メニュー
 * ----------------------------------------------------------------- */
	
	.top-Menu > div.panel-grid-cell {
	    flex-direction: column;
	}
	
	.top-Menu > div.panel-grid-cell .so-panel {
		width:100%;
	    margin-bottom: 0!important;
	}
	
	
/*==================================================================
 * 　　　　　　　　　　▲トップページ　780px以下　
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　▼テイクアウトページ　780px以下　
 * ================================================================= */

/* -----------------------------------------------------------------
 * ▼ブロックの設定
 * ----------------------------------------------------------------- */

	/* 画像のブロック */
	.takeout-block .so-panel {
		margin-bottom:.5em!important;
	}
	
	/* タイトル */
	.takeout-block .text-conts h3.widget-title {
		font-size:1.6em;
	}

	/* テキスト横並び */
	.takeout-block .text-conts .text-flex {
		display:block;
	}

	/* 紹介文 */
	.takeout-block .text-conts .text {
		margin-bottom:0;
	}
	
	/* 価格 */
	.takeout-block .text-conts .text-flex .price {
		font-size:2em;
		text-align:right;
	}


/*==================================================================
 * 　　　　　　　　　▲テイクアウトページ　780px以下
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　　　▼会社情報　780px以下
 * ================================================================= */

/* -----------------------------------------------------------------
 * --------------------------------- ▼メッセージ部分,真ん中の文章 */
	
/* br削除 */
.company-message .company-message-conts .text br,
.company-about .text-conts br {
	display:none;
}

/* -----------------------------------------------------------------
 * --------------------------------------------- ▼メッセージ部分 */
	
	/* 全体 */
	.company-message {
	    padding: 8% 3%;
	}
	
	/* 文章全体 */
	.company-message .company-message-conts {
		padding:8% 5%;
	}
	
	/* 文章 */
	.company-message .company-message-conts .text {
		font-weight:normal;
		font-size:14px;
	}
	
	
	
	
/*==================================================================
 * 　　　　　　　　　　▲会社情報　780px以下
 * ================================================================= */
/*==================================================================
* 　　　　　　　　　　▼採用情報　　780px以下
* ================================================================= */

/* -----------------------------------------------------------------
* --------------------------------------------- ▼メッセージ部分 */

/* タイトル */
.recruit-message .recruit-message-conts h3.widget-title {
	font-size:1.6em;
	display:flex;
	flex-direction:column;
}


/* タイトル内の小さい字 */
.recruit-message .recruit-message-conts h3.widget-title .t-s {
	padding-left:0;
	font-size: .7em;
}

/* li 縦並び */
.recruit-message .recruit-message-conts ul.list li {
	width:100%;
}

/* -----------------------------------------------------------------
* --------------------------------------------------------- ▼表 */

/* 表の上「募集要項」 */
.recruit-about .bosyu-youkou h3.widget-title {
	font-size:1.6em;
}

/*==================================================================
* 　　　　　　　　　　▲採用情報　780px以下
* ================================================================= */
/*==================================================================
 * 　　　　　　　　　　▼店舗情報　780px以下　
 * ================================================================= */

	/* 「店名をクリック～」 */
	.shop-maintitle .f-s {
		display: block;
    	padding-left: 0;
	}
	
	/* ブロック全体 縦並び */
	.shop-prefectures-block {
		flex-direction:row!important;
		padding:3% 0;
		
	}

	/* 各列 */
	.shop-prefectures-block .panel-grid-cell {
		width:33.3%!important;
	}
	
	/* 各ボタン */
	.shop-prefectures-block .panel-grid-cell a {
		font-size: .9em!important;
    	padding: 1em .5em!important;
    	height: 4em;
    	display: flex;
    	justify-content: center;
    	align-items: center;
	}
	


/*==================================================================
 * 　　　　　　　　　　▲店舗情報　780px以下
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　　　▼店舗詳細　780px以下　
 * ================================================================= */

	/* 文章 */
	.shop-block-wrap .shop-block .shop-detail .detail {
		font-size:15px;
		width:55%;
	}
	
	/* 画像 */
	.shop-block-wrap .shop-block .shop-detail .img {
		width:45%;
	}

	/* 文章共通 */
	.shop-block-wrap .shop-block .shop-detail .detail p {
		margin-bottom:.3em;
	}

	/* 文章「替え玉無料デイ」 */
	.shop-block-wrap .shop-block .shop-detail .detail .free-days {
		font-size:1.3em;
	}


/*==================================================================
 * 　　　　　　　　　　▲店舗詳細　780px以下
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　▼博多屋のメニュー　780px以下
 * ================================================================= */
	
/* -----------------------------------------------------------------
 * ----------------------------------------- ▼「美味しさの秘密」 */
	
	/* 全体 */
	.menu-message {
    padding: 10% 2%!important;
	}
	
	/* 下の注釈 */
	.notes-message {
    padding: 0 2% 3%!important;
	}
	
	/* 画像「美味しさの秘密」 */
	.menu-message .menu-message-conts .text-conts .catch-img {
    left: 2em;
    max-width: 100px;
	}
	
	/* 画像「その◯」 */
	.menu-message .menu-message-conts .text-conts ul.list li .number-img {
    width: 70px;
	}
	
	/* 文章全体 */
	.menu-message .menu-message-conts .text-conts ul.list li {
    padding: 5px 0 5px 8%;
	}
	
	/* メイン文章 */
	.menu-message .menu-message-conts .text-conts ul.list li .m-t {
    font-size: 1.2em;
	}
	
	/* 小さい文字 */
	.menu-message .menu-message-conts .text-conts ul.list li .s-t {
    font-size: 14px;
	line-height:1.4;
	}
	
	
/* -----------------------------------------------------------------
 * ----------------------------------------------- ▼共通メニュー */
	
	/* 横並びにする */
	.menu-conts {
		flex-direction: row!important;
	}
	
	/* 写真の上 アイコン */
	.menu-conts .menu-block .icon {
		width:25%;
	}
	
	/* 共通　メニューのタイトル */
	.menu-title h3.widget-title {
	    font-size: 1.6em;
	}
	
	/* ------------------------------------------- ▼メニュー部分 */
	
	/* メニューキャッチ文 */
	.menu-conts .menu-block .menu-text .catch {
		font-size:13px;
	}
	
	/* メニューの名前 */
	.menu-conts .menu-block .menu-text .name {
		font-size: 1.3em;
	}
	
	/* メニュー価格 */
	.menu-conts .menu-block .menu-text .price {
		font-size:1.2em;
		text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
	}
	
	/* メニューその他 */
	.menu-conts .menu-block .menu-text .other {
		font-size:13px;
	}
	

	

/* -----------------------------------------------------------------
 * ----------------------------- 共通▼ラーメンと定食・セット設定 */	

	/* --------- ▼ 二列 */
	.ramen-conts .panel-grid-cell,
	.set-conts .panel-grid-cell {
		width: calc((100% / 2) - 2% )!important;
	}
	
	/* --------- ▼メニューの三番目以降の設定（二列調整） */
	
	/* 三番目以降　並び調整 二列 */
	.ramen-conts .panel-grid-cell:nth-of-type(n+3),
	.set-conts .panel-grid-cell:nth-of-type(n+3){
		display: flex;
		flex-wrap: wrap;
    	width: 100%!important;
    	margin: 0!important;
	}
	
	.ramen-conts .panel-grid-cell:nth-of-type(n+3) .so-panel,
	.set-conts .panel-grid-cell:nth-of-type(n+3) .so-panel{
		width: calc((100% / 2) - 2% )!important;
		margin: 1%!important;
	}
	
	
/* -----------------------------------------------------------------
 * ----------------------------------------------- ▼ラーメン設定 */	
	
	/* ラーメンメニュー全体 */
	.ramen-conts .ramen-block .menu-text {
		height: 175px;
	}
	
	/* メニューの名前 */
	.ramen-conts .ramen-block .menu-text .name {
		font-size: 1.5em;
	}
	
	/* ラーメンメニュー価格 */
	.ramen-conts .ramen-block .menu-text .price {
		font-size:1.4em;
	}


	
/* -----------------------------------------------------------------
 * ------------------------------------------ ▼定食・セット設定 */	
	
	/* メニュー名前 */
	.set-conts .set-block .menu-text .name {
    font-size: 1.3em;
    text-align: left;
    position: inherit;
	}
	
	/* メニュー価格 */
	.set-conts .set-block .menu-text .price {
    font-size: 1.2em;
	}
	
	/* メニューその他 */
	.set-conts .set-block .menu-text .other {
    font-size: 13px;
    padding: 3px 0;
}
	
	
/* -----------------------------------------------------------------
 * -------------------------------------------------- ▼一品設定 */	
	
	.ippin-conts .ippin-block .menu-text {
		height:110px;
	}
	
/*==================================================================
 * 　　　　　　　　▲博多屋のメニュー　780px以下
 * ================================================================= */
	
}/* ◀ 780px以下 */


/* ####=========================================================####
 * 　　　　　　　　　　▼480px以下  スマホ
 * ####=========================================================#### */
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

/*==================================================================
 * 　　　　　　　　　　　▼全体共通設定　480px以下　
 * ================================================================= */


/* -----------------------------------------------------------------
 * ▼トップへ戻るボタン
 * ----------------------------------------------------------------- */
	
	/* 大きさ調整 */
	.go-to-top-button {
    width: 55px;
	}
	
	
/* -----------------------------------------------------------------
 * ----------------------------------------------------- ▼footer */
	
	
	#footer {
    height: 270px;
	}
	#footer-in {
    height: 100%;
}

	
/* -----------------------------------------------------------------
 * ------------------------------------ ▼ */
/*==================================================================
 * 　　　　　　　　　　▼店舗詳細　480px以下　
 * ================================================================= */


/* 全体　横並び解除 */
.shop-block-wrap .shop-block .shop-detail {
	display:block;
}

/* 文章と画像 */
.shop-block-wrap .shop-block .shop-detail .detail,
.shop-block-wrap .shop-block .shop-detail .img {
	width:100%;
}

/* 画像 */
.shop-block-wrap .shop-block .shop-detail .img {
	margin:0 auto;
}


/*==================================================================
 * 　　　　　　　　　　▲店舗詳細　480px以下
 * ================================================================= */
/*==================================================================
 * 　　　　　　　　▼博多屋のメニュー　480px以下
 * ================================================================= */
	
/* -----------------------------------------------------------------
 * ----------------------------------------- ▼「美味しさの秘密」 */
	
	/* 全体 */
	.menu-message .menu-message-conts .text-conts ul.list {
		padding: 5% 2% 3%;
	}
	
	/* 画像「美味しさの秘密」 */
	.menu-message .menu-message-conts .text-conts .catch-img {
    max-width: 60px;
    top: -33px;
    left: -13px;
    transform: rotate(20deg);
	}
	
	/* 画像「その◯」 */
	.menu-message .menu-message-conts .text-conts ul.list li .number-img {
    width: 60px;
    margin: 0 auto;
	}
	
	/* 文章全体 */
	.menu-message .menu-message-conts .text-conts ul.list li {
    padding: 5px 0 5px 3%;
	flex-direction: column;
	}
	
	/* メイン文章 */
	.menu-message .menu-message-conts .text-conts ul.list li .m-t {
    font-size: 1.1em;
	}
	
/* -----------------------------------------------------------------
 * ----------------------------------------------- ▼共通メニュー */
	
	/* 写真の上 アイコン */
	.menu-conts .menu-block .icon {
		width:30%;
	}
	
	/* 共通　メニューのタイトル */
	.menu-title h3.widget-title {
	    font-size: 1.3em;
	}
	
	/* ------------------------------------------- ▼メニュー部分 */
	
	/* メニューキャッチ文 */
	.menu-conts .menu-block .menu-text .catch {
		font-size:11px;
	}
	
	/* メニューの名前 */
	.menu-conts .menu-block .menu-text .name {
		font-size: 1em;
	}
	
	/* メニュー価格 */
	.menu-conts .menu-block .menu-text .price {
		font-size:1em;
	}
	
	/* メニューその他 */
	.menu-conts .menu-block .menu-text .other {
		font-size:11px;
	}
	
/* -----------------------------------------------------------------
 * ------------------------------------------- ▼ラーメンメニュー */
	
	/* メニュー全体 */
	.ramen-conts .ramen-block .menu-text {
		height:150px;
	}
	
	/* ラーメンメニューの名前 */
	.ramen-conts .ramen-block .menu-text .name {
		font-size: 1.2em;
	}
	
	/* ラーメンメニュー価格 */
	.ramen-conts .ramen-block .menu-text .price {
		font-size:1.2em;
	}
	
/* -----------------------------------------------------------------
 * -------------------------------------- ▼定食・セットメニュー */
	
	/* 定食・セットメニューの名前 */
	.ramen-conts .ramen-block .menu-text .name {
		font-size: 1.15em;
	}
	
	/* 定食・セットメニュー価格 */
	.ramen-conts .ramen-block .menu-text .price {
		font-size:1.1em;
	}
	
/* -----------------------------------------------------------------
 * ----------------------------------------------- ▼一品メニュー */
	
	/* メニュー全体 */
	.ippin-conts .ippin-block .menu-text {
    height: 90px;
	}
	

	
/* -----------------------------------------------------------------
 * ------------------------------------------- ▼ドリンクメニュー */
	
	/* メニュー全体 */
	.drink-conts .drink-block .menu-text {
	    height: 75px;
	}
	
	/* ドリンクの名前 */
	.drink-conts .drink-block .menu-text .name {
    letter-spacing: -2px;
	}
	
	
/*==================================================================
 * 　　　　　　　　▲博多屋のメニュー　480px以下
 * ================================================================= */
	

}/* ◀ 480px以下 */




	
/*==================================================================
 * 　　　　　　　　▼2025.04/04 フッターメニュー修正　480px以下
 * ================================================================= */
.item-label-height{
	line-height: nomal;
}
li.menu.menu-out {
  line-height: normal;
}
.item-label {
  line-height: normal;
}

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

#footer, #footer a, .footer-title {
    color: #fff;
    padding: 0.5rem 0;
    font-size: small;
}

}
@media screen and (max-width: 480px){

#footer, #footer a, .footer-title {
    color: #fff;
    line-height: 1rem;
    padding: 0.5rem 0;
    font-size: small;
}
}