@charset "utf-8";


/* #mainNavi
----------------------------------------------------- */

body {
    font: 100%/1.4 Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #41a9a9;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
    padding: 0;
    margin: 0;
}

#wrapper {
    text-align: left;
    width:984px;
    background-image: url(img/back_kamon.gif);
    background-repeat: repeat;
    background-position: 2px 35px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#container {
    /* margin-left: 25px; */
}
#shadow {
    width: 1024px;
    height: auto;
    margin-top: -20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}




h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
	 font-feature-settings : "palt";
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
    border: none;
}


/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
    color:#414958;
    text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
    color: #4E5869;
    text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
    text-decoration: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a#mail:link {
    color:#1122cc;
    text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a#mail:visited {
    color: #1122cc;
    text-decoration: underline;
}
a#mail:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
    text-decoration: none;
}





/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
    width: 944px;
    max-width: 1260px;/* レイアウトが大型モニターで広がりすぎないように、最大幅を指定することをお勧めします。これにより、読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
    min-width: 780px;
    background-repeat: repeat;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
    height: 190px;

}

/* ~~ これはレイアウト情報です。~~

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
    background-color: #FFF;
    width: 100%;
    height: 100%;
min-height:1px;

}
#clearfix {
    clear: both;
    width: 100%;
    height: 20px;
}


/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol {
    padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ フッター ~~ */
.footer {
    background-image: url(img/navi_bar.gif);
    height: 120px;
    clear: both;
    background-repeat: repeat-y;
}
.footer h6 {
	color: #FFF;
	font-size: 10px;
	float: right;
	margin-top: 10px;
}
.footer p  {
    font-size: 12px;
    float: right;
    margin-top: 10px;
}
.footer p a {
    color: #FFF;
}


/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
    float: right;
    margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navi {
    padding: 0px;
    margin: 0px;
    display: flex;
}
#navi li {
    list-style-type: none;
    float: left;
    font-size: 90%;
    text-align: center;
    text-veline:top;
    line-height: 2.3;
    width: 12.5%;
}
#navi a {
    display: block;
    height: 35px;
    width: 100%;
    background-image: url(img/btnback_td.gif);
    background-position: top;
    text-decoration: none;
    color: #FFF;
    background-size: cover;

}
#navi a:hover {
    background-image: url(img/btnback_td.gif);
    background-position: bottom;
    color: #FFF;
}

.logo h1 a {
	width: 187px;
	height: 180px;
	float: left;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(img/ito-king_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.logo h1 span {
    display: none;
    padding: 0;
    margin: 0;
}

.logo img {
    margin: 0;
    padding: 0;
    border: 0px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}
#shadow #wrapper .container .content #container #shokairight .img9 table tr .info_th {
	font-weight: normal;
	padding: 13px;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
}
#shadow #wrapper .container .content #container #shokairight .img9 table tr .info_td {
	font-size: 15px;
	padding: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.info_table
{
border-top:solid 1px;
border-left:solid 1px;
border-right:solid 1px;	
}#shadow #wrapper .container .content #container #shokairight .img9 .info_pic {
	float: left;
	margin-right: 25px;
}
#shadow #wrapper .container .content #container #shokairight .img9 .info_right {
	float: right;
	margin-right: 40px;
}

.pic-shop {
margin-right: 10px;

}

.header {
    display: flex;
    align-items: flex-end; /* 追加 */
    justify-content: space-between;
    padding-top: 20px;
}

.l__wrap-logo {
    display: flex;
    align-items: flex-end; /* 追加 */
    
    
}

.l__wrap-logo h1 {
    margin-bottom: 10px;
}

.logo .c__logo-text {
    flex-shrink: 0;
    width: 500px;
    height: auto;
    flex-direction: column;
    padding-bottom: 0px;
}

.c__banner-otoriyose {
    margin-bottom: 15px;
}



.l__container-inner {
    width: 95%;
    margin:0 auto;
    overflow: hidden;
}

.c__ttl-oubo {
    color: red;
    font-size: 20px;
}

.top-container {
    margin-left:20px;
}

.l-product__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    width: 96%;
    gap:4%;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start; /* ← これで最後の1つも左に寄る */
}

.img5 {
    width: 48% !important;
    margin-left:0px !important;
    margin-bottom: 60px !important;
    float: none !important;
    
}

.img5 p {
    margin-bottom: 0px !important;
}

.img5:nth-last-child(-n+2) {
  margin-bottom: 20px !important;
}

.l-card__wrap {
    display: flex;
    
}

.c-shohin__btn {
    float: right;
    margin-top: 20px;
}

.c-shohin__text {
    text-align: justify;
}

.c-shukei__text {
    float: right;
    margin-bottom: 5px !important;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px !important;
}

.l-ranking__ttlwrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 10px;
    width: 100%;
    background: url(img/line_red.gif);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center bottom;
}