@charset "utf-8";

:root {
  --ikedaBlue: #292A71;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  vertical-align:middle;
}
html:not([data-whatinput="mouse"]):not([data-whatinput="touch"]) input[type="image"]:focus {
  outline:none;
}
  body, button, h1, h2, h3, h4, h5, h6, input, option, select, table, textarea {
    line-height: 1.4;
  }
a img:hover {
  opacity:0.8;
  transition: opacity 0.3s ease 0s;
}
a {
  color:#2A4285;
  text-decoration:underline;
}
a:visited {
  color:#2A4285;
}
a:hover {
  text-decoration:none;
}

/* スタイル CSS */
.bold {
  font-weight:bold;
}
.underline {
  text-decoration:underline;
}
.a_none {
  text-decoration:none;
}
.bg_white {
  background:#ffffff;
}
.bg_gray {
  background:#ccc !important;
}
.bg_gray2 {
  background:#f5f5f5;
}
.bg_blue {
  background:#eeeeff;
}
.bg_green {
  background:#45680a;
}
.bg_green1 {
  color:#ffffff;
  font-weight:bold;
}
.bg_green2 {
  background:#d6eca6;
}
.border_gray {
  border:1px solid #797979;
}
.border_green {
  border:1px solid #45680a;
}
.border_green2 {
  border:1px solid #009900;
}
table {
  width:100%;
  border-collapse: collapse;
}
input,
textarea {
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",Osaka,sans-serif;
  font-size:14px;
}
textarea {
  min-height:4em;
  resize:vertical;
}

/* ####フォント#### */
.font_normal {
  color:#2f2f2f;
  font-size:14px;
}
.font_red {
  color:#f00;
}
.font_red_b {
  color:#f00;
  font-weight:bold;
}
.font_blue_b {
  color:#0000ff;
  font-weight:bold;
}
.font_aqua_b {
  color:#0099ff;
  font-weight:bold;
}
.font_white {
  color:#ffffff;
}
.font_gray {
  color:#5b5b5b;
}
.font_orange {
  color:#ff6d00;
}
.font_size12 {
  font-size:12px;
}
.new {
  color: #fff;
  font-weight: bold;
  background: var(--ikedaBlue);
  font-size: 10px;
  padding: 0 2px;
  margin: -3px 0 0 5px;
  display: inline-block;
}
.line-height18 {
  line-height:1.8;
}
.width250 {
  width:250px;
}
.width380 {
  width:380px;
}
.fa {
  vertical-align:initial;
}

.indent_1em {
  margin-left:1em;
  text-indent:-1em;
}
.indent_2em {
  margin-left:2em;
  text-indent:-2em;
}
.center {
  text-align:center;
}
.mm_center {
  margin:0 auto;
  padding:10px;
}
.right {
  text-align:right;
}

body {
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",Osaka,sans-serif;
  margin:0;
  padding:0;
  color:#2f2f2f;
  text-align:center;
  font-size:14px;
  line-height:1.6;
}
a:focus{
  outline: none;
}

#mv {
  display:none;
}

/* ####ナビゲーション#### */
#navi2 ul {
  display:none;
}
#navi2 li {
  background:url(../images/arrow.gif) no-repeat 13px 4px;
  padding-left:26px;
  list-style: none;
  line-height:1.5;
}
#navi2 li.sub_menu_b {
  font-weight:bold;
  padding-left:16px;
  list-style: none;
  background: none;
}

/* ####その他#### */
.img_middle {
  vertical-align:middle;
  margin-right:3px;
}
.img_question {
  width:14px;
  vertical-align:middle;
  margin-left:3px;
  margin-bottom:2px;
}
.phone {
  font-size:36px;
  font-family: 'Roboto',sans-serif;
  font-weight: normal;
  color:#ff9933;
  line-height:29px;
}
.c_default {
  cursor:default;
}
.contents_title {
  font-size:16px;
  font-weight:bold;
  padding:10px;
  margin-bottom:6px;
  border-color:#6666ff;
  border-width:0 0 0 7px;
  border-style:solid;
  background:#F8F8F8;
}

/* ####レイアウト#### */
.fl {
  float:left;
}
.fl2 {
  margin-left:10px;
  width:389px;
  float:left;
}
.fl3 {
  width:389px;
  float:left;
}
.fl4 {
  margin-left:10px;
  float:left;
}
.fr {
  float:right;
}
.clear {
  clear:both;
}
#contents p.item_title {
  font-size:20px;
  font-weight:bold;
  padding-top:6px;
  margin-bottom:12px;
}
.item_box {
  min-width:530px;
  margin:0 auto;
  display:table;
}
.photo {
  text-align:center;
  width:200px;
  margin-right:30px;
  float:left;
}
.photo img {
  width:100%;
}
.photo > img {
  width:150px;
}
.tel_box {
  display:table;
  margin:20px auto 0;
}
.table {
  min-width:300px;
  float:left;
}
.table table {
  width:100%;
  margin-bottom:15px;
}
.table th,
.table td {
  border:1px solid #45680a;
  padding:6px 10px;
}
.table th {
  width:135px;
  background:#d6eca6;
}
.table td {
}
.table div {
  text-align:right;
}
.table span {
  color:#C61006;
  font-size:26px;
  font-weight:bold;
  vertical-align: baseline;
}
.detail {
  margin-top:18px;
  border:1px solid #45680a;
  border-radius:6px;
  padding:15px 10px;
  margin-bottom:40px;
}
.detail .title {
  color:#45680a;
  font-size:20px;
  font-weight:bold;
  padding-bottom:6px;
  margin-bottom:10px;
  border-bottom:1px solid #45680a;
}
.detail form {
  text-align:right;
}
.detail form select[name="kazu"] {
  padding:4px 20px;
}
.detail form input[type="image"] {
  margin-left:12px;
}
.detail input[type="image"]:hover {
  opacity:0.8;
  transition: opacity 0.3s ease 0s;
}
.page_top {
  text-align:right;
  margin-top:12px;
}

#film_roll {
  position:relative;
  margin-bottom:20px;
}
.film_roll_wrapper li img {
  height:100%;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}
#film_roll_2_left,
#film_roll_2_right {
  position: absolute;
  top: 48%;
  left: 145px;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 0;
  z-index:8;
}
#film_roll_2_right {
  left: auto;
  right: 145px;
}
#film_roll_2_left img,
#film_roll_2_right img {
  width:100%;
}
#film_roll .cover_left {
  position:absolute;
  top:0;
  left:0;
}
#film_roll .cover_right {
  position:absolute;
  top:0;
  right:0;
}
.film_roll_pager {
  position:absolute;
  bottom:5px;
  left:0;
  right:0;
  margin:0 auto;
}
.film_roll_pager a {
  width:10px !important;
  height:10px !important;
  border: 1px solid #fff !important;
  border-radius: 10px !important;
  background:#fff;
  margin: 0 10px 0 0 !important;
}
.film_roll_pager a.active {
  background:#var(--ikedaBlue) !important;
}

.step_order {
  margin-top:13px;
  margin-bottom:15px;
}
.mail_area {
  border-top:#45680a 1px solid;
  border-bottom:#45680a 1px solid;
  background:#d6eca6;
  margin:0 20px;
  padding:5px 0 5px 14px;
}

.navi_ie {
  _margin-top:5px;
}


body {
  background:url(../images/bg.gif);
}
#wpart {
  margin:0 auto;
  width:1000px;
  background:#ffffff;
  border:1px solid #000000;
  text-align:left;
  position:relative;
  box-shadow:2px 0px 12px rgba(0,0,0,0.3);
}
#wpart > div.cf {
  padding:0 15px;
}

#header {
  height:140px;
}
#header #logo {
  margin-top:15px;
  margin-left:20px;
  float:left;
}
#header #logo a {
  width:354px;
  height:82px;
  display:block;
  overflow:hidden;
}
#header #read {
  font-size:12px;
  margin-left:6px;
}
#header #sub {
  text-align:right;
  margin-right:15px;
}
#header #sub2 {
  text-align:right;
  margin-top:5px;
  margin-right:15px;
}
#header #telBox {
  display: flex;
  justify-content: space-between;
  width: 610px;
  padding-left: 90px;
  box-sizing: border-box;
}
#header #btn_menu {
  display:none;
}
#header #box_menu {
  display:none;
}

#key {
  width:980px;
  height:300px;
  background:#000000;
  margin:0 auto 15px;
}
#not_key {
  color:#f9f9f9;
  width:960px;
  height:300px;
}

#navi {
  width:210px;
  float:left;
}
#navi #cart {
  background:url(../images/cart.gif);
  height:40px;
  margin-bottom:10px;
}
#navi #cart a {
  background:url(../images/cart.gif);
  width:210px;
  height:40px;
  display:block;
  text-indent:-9999px;
  overflow:hidden;
}
#navi #cart:hover {
  opacity: 0.7;
}
#navi .center {
  color:var(--ikedaBlue);
  line-height:2;
}
#navi1 {
  margin-bottom:10px;
}
#navi1 .title {
  background:url(../images/navi1_title.gif);
  width:210px;
  height:25px;
  text-indent:-9999px;
}
#navi1 .con,
#navi2 .con,
#side-column .con {
  border-left:1px solid #797979;
  border-right:1px solid #797979;
  border-bottom:1px solid #797979;
  -webkit-border-radius:0 0 6px 6px;
  -moz-border-radius:0 0 6px 6px;
  padding:5px;
}
#navi2 .con img {
  vertical-align: middle;
  margin-right: 3px;
}
#navi2 {
  margin-bottom:10px;
}
#navi2 a {
  color:#2A4285;
}
#navi2 a:hover {
  text-decoration:none;
}
#navi2 p {
/*  line-height:28px;*/
}
#navi2 .title,
#side-column .title {
  text-align:center;
  font-weight:bold;
  font-size:15px;
/*  line-height:30px;*/
  width:100%;
  border:1px solid #797979;
  border-radius:6px 6px 0 0;
  -webkit-border-radius:6px 6px 0 0;
  -moz-border-radius:6px 6px 0 0;
  background: linear-gradient(#F3EFEC, #E3D9D3);
  padding:5px 0;
  box-sizing: border-box;
  /*background:url(../images/navi2_title.gif);
  width:210px;
  height:25px;
  text-indent:-9999px;*/
}
#navi2 .title i,
#side-column .title i {
  margin-right:5px;
}
#banner_blog {
  margin-bottom:5px;
  height:50px;
  display:block;
}
#banner_blog:hover {
  opacity:0.8;
  transition: opacity 0.3s ease 0s;
}
#banner1 {
  background:url(../images/banner1.gif);
}
#banner1 a {
  background:url(../images/banner1.gif);
  width:210px;
  height:50px;
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  margin-bottom:5px;
}
#banner2 {
  background:url(../images/banner2.gif);
}
#banner2 a {
  background:url(../images/banner2.gif);
  width:210px;
  height:50px;
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  margin-bottom:5px;
}
#banner3 {
  background:url(../images/banner3.gif);
}
#banner3 a {
  background:url(../images/banner3.gif);
  width:210px;
  height:50px;
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  margin-bottom:5px;
}
#banner4 {
  background:url(../images/banner4.gif);
}
#banner4 a {
  background:url(../images/banner4.gif);
  width:210px;
  height:50px;
  display:block;
  text-indent:-9999px;
  overflow:hidden;
}
#banner5 {
  background:url(../images/banner5.gif);
}
#banner5 a {
  background:url(../images/banner5.gif);
  width:210px;
  height:50px;
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  margin-bottom:5px;
}
#banner6 {
  background:url(../images/banner6.gif);
}
#banner6 a {
  background:url(../images/banner6.gif);
  width:210px;
  height:50px;
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  margin-bottom:5px;
}
#banner7 a {
  width:210px;
  height:50px;
  display:inline;
  text-indent:-9999px;
  overflow:hidden;
  margin-bottom:5px;
}
#banner8 a {
  width:210px;
  height:50px;
  display:inline;
  text-indent:-9999px;
  overflow:hidden;
  margin-bottom:5px;
}
.banner {
  margin-bottom:5px;
}
.banner a {
  opacity:0.8;
}
#banner_challenge25 {
  text-indent:-9999px;
}
#banner_challenge25 a {
  background:url(../images/banner_challenge25.gif);
  width:210px;
  height:50px;
  display:block;
  overflow:hidden;
  margin-top:5px;
  margin-bottom:5px;
}
#banner_yome {
  background:url(../images/yome_banner.gif);
}
#banner_yome a {
  background:url(../images/yome_banner.gif);
  width:210px;
  height:50px;
  display:block;
  text-indent:-9999px;
  overflow:hidden;
}
#banner1 a:hover, #banner2 a:hover, #banner3 a:hover, #banner4 a:hover, #banner5 a:hover, #banner6 a:hover, #banner_challenge25 a:hover, #banner_yome a:hover {
  background-position:0 -50px;
}

#contents {
  width:735px;
  float:right;
  position:relative;
}
.content {
  border:1px solid #333;
  padding:10px;
  /*min-height:640px;*/
}
h1 {
  color:#46660B;
  font-size:24px;
  padding:10px 12px;
  margin-bottom:10px;
  background:url(../images/bg_h1.png) no-repeat;
  height:40px;
  line-height:1;
}
h2 {
  font-size: 120%;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
  border-color: var(--ikedaBlue);
  border-width: 0 0 0 7px;
  border-style: solid;
  background: #F8F8F8;
  line-height:1.4;
}
h2 a {
  display:block;
}
h2 a:link {
  color:#45680a;
  text-decoration:none;
}
h2 a:visited {
  color:#45680a;
  text-decoration:none;
}
h2 a:hover {
  color:#45680a;
  text-decoration:underline;
}
h4 {
  font-size:18px;
  font-weight:bold;
  background:#dedede;
  width:735px;
  margin-top:14px;
  padding:5px 0;
}
h5 {
  font-size:14px;
}
h5 a:hover {
  color:#2f2f2f;
}
h6 {
  font-size:14px;
}

#contents p {
  margin-bottom:1em;
}
#contents th p,
#contents td p {
  margin-bottom:0;
}

#news .sortArea {
  margin-top: 10px;
}
#news .sortArea .gridView,
#news .sortArea .listView {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0 5px;
}
#news .sortArea .gridView:hover:not(.active),
#news .sortArea .listView:hover:not(.active) {
  opacity: 0.8;
  transition: opacity 0.3s ease 0s;
  cursor: pointer;
}
#news .sortArea .gridView {
  background: url(/common/images/icons/gridView.svg) center center no-repeat;
  background-size: 100% auto;
}
#news .sortArea .listView {
  background: url(/common/images/icons/listView.svg) center center no-repeat;
  background-size: 100% auto;
}
#info,
#news,
#recommend {
  border: 1px solid #797979;
  border-radius: 6px;
  margin-bottom:20px;
}
#info .title,
#news .title,
#recommend .title {
  text-align:center;
  font-size:16px;
  font-weight:bold;
  width:100%;
  border-bottom: 1px solid #797979;
  border-radius:6px 6px 0 0;
  background: linear-gradient(#F3EFEC, #E3D9D3);
  padding:5px 0;
  box-sizing: border-box;
}
#info .title i,
#news .title i,
#recommend .title i {
  margin-right:5px;
}
#info .con {
  padding: 10px;
}
#news .con,
#recommend .con {
  padding:0 10px;
}
#news ul,
#recommend ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news li,
#recommend li {
  width:23.9%;
  margin-top:10px;
  margin-bottom:10px;
}
#news li img,
#recommend li img {
  width:100%;
}
#news .con.listView {
  height: 14em;
  overflow: scroll;
  overflow-x: hidden;
}
#news .con.listView li {
  width: 100%;
  margin-bottom: 0;
}
#news .con.listView li img {
  display: none;
}
#news .con.gridView li img {
  display: block;
}

#holiday_calendar {
  width:210px;
  border: 1px solid #797979;
  border-radius: 6px;
  margin-bottom:10px;
}
#holiday_calendar .title {
  text-align:center;
  font-size:16px;
  font-weight:bold;
  width:100%;
  border-bottom: 1px solid #797979;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(#F3EFEC, #E3D9D3);
  padding:5px 0;
  box-sizing: border-box;
}
#holiday_calendar .title i {
  margin-right:5px;
}
#holiday_calendar .con {
  padding:10px 5px;
}
#holiday_calendar .con p {
  text-align:left;
  margin-top:6px;
  margin-left:0.5em;
}
#sns {
  width:210px;
  border: 1px solid #797979;
  border-radius: 6px;
  margin-top:10px;
}
#sns .title {
  text-align:center;
  font-size:16px;
  font-weight:bold;
  width:100%;
  border-bottom: 1px solid #797979;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(#F3EFEC, #E3D9D3);
  padding:5px 0;
  box-sizing: border-box;
}
#sns .title i {
  margin-right:5px;
}
#sns .con {
  padding: 10px 5px;
}
#sns .con p {
  text-align: center;
}
#sns .con .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#sns .con .flex img {
  width: 90px;
}

#topics {
  margin-bottom:10px;
  border:1px #ff6600 solid;
  padding:10px;
}

#creditBox {
  border: 1px solid #00A63C;
  padding: 20px 6px;
  margin: 0 0 20px;
}
#creditBox p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

#paypayBox {
  background: #FF0033;
  padding: 6px;
  margin: 0 0 20px;
}
#paypayBox p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

#main_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main_banner li {
  width: 32.43%;
  margin-bottom: 10px;
}
#main_banner a img {
  width: 100%;
}
#jizake {
  background:url(../images/banner_jizake2016.gif) no-repeat;
  width:512px;
  height:200px;
  margin-bottom:10px;
  position:relative;
}
#jizake img {
  width:136px;
  height:33px;
  display:block;
  overflow:hidden;
}
#jizake #buy {
  position:absolute;
  top:123px;
  left:367px;
}
#jizake #look {
  position:absolute;
  top:163px;
  left:367px;
}

#sub_banner {
  display:none;
}

.square_btn {
  color: #46660B;
  font-weight: bold;
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  background: #D6ECA6;
  border-style: none;
  border-bottom: solid 4px #46660B;
  border-radius: 3px;
  outline:none;
}
.square_btn:hover {
  opacity:0.8;
  cursor:pointer;
  transition: opacity 0.3s ease 0s;
}
.square_btn:active {
  margin-top:4px;
  border-bottom: none;
  outline:none;
}
.square_btn:disabled {
  background:#ccc;
}
.square_btn:disabled:hover {
  cursor:not-allowed;
}
.detail .square_btn {
  font-size:18px;
  margin-left:12px;
  float:right;
}


#flow {
  width:512px;
  height:300px;
}

.cart_table th,
.cart_table td {
  border:1px solid #ccc;
  padding:6px;
  vertical-align:middle;
}
.cart_table th span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  background: #f00;
  padding: 0 4px;
  display: inline-block;
  margin-left: 0.5em;
}
.cart_table .bg_green1 td {
  background:#45680a;
  border:1px solid #45680a;
}
.cart_table th {
  background:#d6eca6;
  width:200px;
}
.cart_table .double {
  padding:1px;
}
#regist table td.double {
  padding:1px;
}
.cart_table input[name="add2"],
.cart_table input[name="add2_2"] {
  width:400px;
}
.cart_table select {
  font-size:14px;
  height:27px;
}
.cart_table input[name="send_month"],
.cart_table input[name="send_day"] {
  width:50px;
}
.cart_table textarea {
  width:100%;
}
/*.cart_table.to th,
.cart_table.check th {
    color: #fff;
    background: var(--ikedaBlue);
    width: 180px;
    padding: 6px;
}
.cart_table.to th span,
.cart_table.check th span {
    color: #fff;
    font-weight: bold;
    background: #f00;
    padding: 0 4px;
    display: inline-block;
}
.cart_table.to td,
.cart_table.check td {
    border: 1px solid #ccc;
    padding: 6px;
}*/
#contents #other {
  color:#f00;
  font-weight:bold;
  background:#fff;
  border:1px solid #f00;
  padding:15px 20px;
}
#other_table {
  display:none;
  margin-bottom:1em;
}
#other_input {
  display:none;
}
#noshi2 {
  margin-bottom:6px;
}

table#kiyaku_table {
  border:1px solid #ccc;
}
table#kiyaku_table td {
  padding:6px;
}
table#kiyaku_table div {
  height:500px;
  overflow-y:scroll;
}

table#price_table th,
table#price_table td {
  text-align:center;
  border:1px solid #ccc;
  padding:6px 0;
}
table#price_table th {
  font-weight:bold;
  background:#e3e3e3;
  width:59px;
}

table#cool_list th,
table#cool_list td {
  text-align:center;
  border:1px solid #ccc;
  width:50%;
  padding:6px;
}
table#cool_list th {
  font-weight:bold;
  background:#e3e3e3;
}

/* contact */
#contact #contents .phone {
  display: block;
  margin-bottom: 15px;
}
#contact #contents a[href*="tel:"] {
  color: #ff9933;
  display: block;
}
table#contact_table th {
  color: #fff;
  background: var(--ikedaBlue);
  width:180px;
  padding:6px;
}
table#contact_table th span {
  color: #fff;
  font-weight: bold;
  background: #f00;
  padding: 2px 4px;
  display: inline-block;
}
table#contact_table td {
  border: 1px solid #ccc;
  padding:6px;
}
table#contact_table td input,
table#contact_table td textarea {
  width:100%;
}
table#contact_table td textarea {
  min-height:4em;
}

table#kura p {
  margin:5px;
}
table#kura div {
  text-align:right;
  margin-bottom:60px;
}

.tipsy {
  padding:5px;
  font-size:14px;
  opacity:0.9;
  filter:alpha(opacity=90);
  background:no-repeat;
}
.tipsy-inner {
  padding:3px;
  background:#ffffff;
  border:1px #2f2f2f solid;
  color:#2f2f2f;
  max-width:240px;
  text-align:left;
}
.tipsy-north{
  background-image:url(../images/tipsy-north.gif);
  background-position:top center;
}
.tipsy-south {
  background-image:url(../images/tipsy-south.gif);
  background-position: bottom center;
}
.tipsy-east {
  background-image:url(../images/tipsy-east.gif);
  background-position:right center;
}
.tipsy-west {
  background-image:url(../images/tipsy-west.gif);
  background-position:left center;
}
/* info */
#info .content img {
  width:320px;
}
#info .img_left img {
  float:left;
  margin-right:10px;
}
#info .img_left > div {
  width:auto;
  margin-left:340px;
}
#info .img_right > div {
  width:100%;
  float:left;
  margin-right:-320px;
  padding-right:340px;
}
#info .img_right img {
  float:left;
}
#info .photos {
  padding:0 30px;
}
#info .photos img {
  float:left;
  margin-right:10px;
}
#info .photos img:nth-child(2) {
  float:right;
  margin-right:0;
}
#info #kiki {
  border:1px solid #6b8e23;
  background:#f8ffe6;
  border-radius:6px;
  padding:10px;
}
#info #kiki .title {
  color:#6b8e23;
  font-size:110%;
  font-weight:bold;
}
#info #kiki .title i {
  margin-right:4px;
}
#map {
  border:1px solid #45680a;
  width:100%;
  height:250px;
  box-sizing: border-box;
}
#store_image {
  margin:20px 0 0;
  width:100%;
}
#info .content #store_image > img {
  width:460px;
  float:left;
}
#info .content #store_image div img {
  width:185px;
}
#store_image p {
  width:auto;
  margin-left:480px;
}

/* restaurant */
#restaurant .content .bottles {
  width:100%;
}
#restaurant .content h3 {
  color:var(--ikedaBlue);
}
#restaurant .content .email {
  width:173px;
  vertical-align:top;
}

/* contact */
.buttons {
  width:auto;
  display:table;
  margin:0 auto;
}

/* フッター */
#footer {
  text-align:right;
  margin:15px 15px 0;
  border-top:1px #000000 solid;
  clear:both;
}
#footer a {
  color:#2f2f2f;
}

/* ブログ用CSS */
#main-column {
  width:493px;
  white-space:normal;
  float:left;
}
#search-box, #recently, #archives, #others {
  margin-top:10px;
  _margin-top:3px;
}
#side-column {
  font-size:12px;
  width:210px;
  float:right;
}
#calender {
  font-weight:bold;
  margin:auto auto 6px;
}
#calender th,
#calender td {
  text-align:center;
  padding:3px;
  border: 1px solid #ccc;
}
#calender th {
  color:#ffffff;
  background:var(--ikedaBlue);
}
#calender td {
}
#calender .Sat {
  color:#0000ff;
}
#calender .Sun {
  color:#f00;
}
#calender .Holiday {
  color:#ff9900;
}
#calender .no_day {
  background:#ccc;
}
#calender .daySubmit {
  background:#d6eca6;
}
#calender h3 {
  background:url(../images/calender_title.gif);
  width:210px;
  height:25px;
  text-indent:-9999px;
}
#side-column input[type="text"] {
  width:100%;
  margin-bottom:6px;
}
#search-box h3 {
  background:url(../images/search-box_title.gif);
  width:210px;
  height:25px;
  text-indent:-9999px;
}
#recently h3 {
  background:url(../images/recently_title.gif);
  width:210px;
  height:25px;
  text-indent:-9999px;
}
#archives h3 {
  background:url(../images/archives_title.gif);
  width:210px;
  height:25px;
  text-indent:-9999px;
}
#others h3{
  background:url(../images/rss_title.gif);
  width:210px;
  height:25px;
  text-indent:-9999px;
}
#side-column .con {
  width:210px;
}
#calender .bottom, #search-box .bottom, #recently .bottom, #archives .bottom, #others .bottom {
  background:url(../images/navi_bottom.gif) no-repeat;
  width:210px;
  height:6px;
}
.date_line {
  margin:0 auto;
  border-top:1px solid #b5b5b5;
  width:100%
}
.sidebar-recently {
  /*font-family:monospace;
  overflow:hidden;*/
}
.sidebar-archives {
  /*font-family:monospace;*/
}

/* TipTip CSS - Version 1.2 */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  font-size: 12px;
  text-align: left;
  color: #2f2f2f;
  padding: 4px 8px;
  border: 1px solid #666666;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.92);
/*  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));*/
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #666666;
  -webkit-box-shadow: 0 0 3px #666666;
  -moz-box-shadow: 0 0 3px #666666;
}
#tiptip_arrow {
  display: none;
}
#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: rgb(255,255,255);
  border-top-color: rgba(255,255,255,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: rgb(255,255,255);
  border-bottom-color: rgba(255,255,255,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: rgb(255,255,255);
  border-right-color: rgba(255,255,255,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: rgb(255,255,255);
  border-left-color: rgba(255,255,255,0.92);
}

#blog .photo {
  width:auto;
  margin-right:0;
  float:none;
}
#blog .photo img {
  width:auto;
  display:block;
  margin:0 auto;
}
#blog .nav a,
#blog .nav span {
  color:#fff;
  text-decoration:none;
  background:var(--ikedaBlue);
  border:1px solid var(--ikedaBlue);
  margin-right:3px;
  padding:4px 6px;
  display:inline-block;
}
#blog .nav span {
  color:#2f2f2f;
  background:none;
}
#blog .nav a:hover {
  opacity:0.8;
  transition: opacity 0.3s ease 0s;
}
#blog #contents #archives p {
  margin-bottom:0;
}
#blog #others .con a {
  vertical-align:middle;
}
#blog #others .con i {
  color:#1DA1F2;
  font-size:24px;
  line-height:1;
  margin-right:4px;
  vertical-align:bottom;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(255,255,255,0.92);
  }
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(255,255,255,0.92);
  }
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(255,255,255,0.92);
  }
}

/* clearfix */
.clearfix:after{
  height:0;
  visibility:hidden;
  content:".";
  display:block;
  clear:both;
  font-size:0;
  line-height:0;
}
.clearfix{
  display:inline-table;
  min-height:1%;
}
/* start hides from macIE \*/
* html .clearfix{
  height:1%;
}
.clearfix{
  display:block;
}
.mt2em { margin-top:2em; }
.mb2em { margin-bottom:2em; }

#page_top {
  width:50px;
  position:fixed;
  bottom:2%;
  right:2%;
}

#regist table {
  width:auto;
}
#regist table th,
#regist table td {
  padding:6px 10px;
  background:#fff;
  border:1px solid #ccc;
}
#regist table th {
  color:#fff;
  background:var(--ikedaBlue);
}

#blog #holiday_calendar {
  display: none;
}

.pc { display:inline-block; }
.pc_b { display:block; }
.sp { display:none; }
.sp_b { display:none; }


/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap&subset=japanese');*/
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media screen and (max-width:767px) {
  :root {
    --viewport: 750;
  }

  body, button, h1, h2, h3, h4, h5, h6, input, option, select, table, textarea {
    line-height: 1.7;
  }
  body {
    font-size: 16px;
  }

  img {
    width: 100%;
    height: auto;
  }

  body {
    background: none;
  }
  #wpart {
    width: 100%;
    border: none;
    box-shadow: none;
    /*overflow: hidden; */
  }

  #header {
    height: auto;
    position: relative;
    overflow: hidden;
  }
  #header #read {
    font-size: 14px;
    margin-left: 0;
    transform: translateX(100%);
    animation: marquee 15s linear infinite;
    white-space: nowrap;
  }
  #header #logo {
    text-align: center;
    margin: calc(100vw / var(--viewport) * 30) 0;
    float: none;
  }
  #header #logo a {
    width: auto;
    height: auto;
  }
  #header #logo a img {
    width: calc(100vw / var(--viewport) * 354);
    height: auto;
  }
  #header #btn_menu {
    display: block;
    width: calc(100vw / var(--viewport) * 80);
    height: auto;
    position: fixed;
    bottom: calc(100vw / var(--viewport) * 30);
    left: calc(100vw / var(--viewport) * 20);
    z-index: 102;
  }
  #header #box_menu {
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px 15px calc(calc(100vw / var(--viewport) * 140) + 15px);
    z-index: 101;
  }
  #header #box_menu li {
    line-height: 2.5;
  }
  #header #box_menu li img {
    width: calc(100vw / var(--viewport) * 30);
  }
  #header #box_menu li a {
    display: block;
  }
  #header #box_menu .sp_tel {
    margin: 1em 0;
  }
  #header #box_menu .sp_tel a {
    color: #ff9933;
    display: block;
  }

  #header #sub,
  #header #sub2,
  #header #telBox {
    display: none;
  }
  #film_roll,
  #film_roll .film_roll_wrapper {
    height: 0 !important;
    padding-bottom: 56vw !important;
  }
  #film_roll .cover_left,
  #film_roll .cover_right {
    width: calc(100vw / var(--viewport) * 100);
    height: 100%;
  }
  #film_roll_2_left,
  #film_roll_2_right {
    width: calc(100vw / var(--viewport) * 48);
    height: calc(100vw / var(--viewport) * 48);
    top: 50%;
    transform: translateY(-50%);
    left: calc(100vw / var(--viewport) * 15);
    margin: 0;
  }
  #film_roll_2_right {
    left: auto;
    right: calc(100vw / var(--viewport) * 15);
  }
  #film_roll_2_left img,
  #film_roll_2_right img {
    height: auto;
  }

  #contents {
    width: 100%;
    float: none;
  }

  #creditBox img {
    width: 224px;
  }

  #news .con,
  #recommend .con {
    padding: 0 10px;
  }
  #news .con ul,
  #recommend .con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #news .con ul.cf:before,
  #news .con ul.cf:after,
  #recommend .con ul.cf:before,
  #recommend .con ul.cf:after {
    content: none;
  }
  #news .con ul li,
  #recommend .con ul li {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 0;
  }

  #main_banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main_banner li {
    width: calc(50% - 5px);
  }

  #navi {
    width: 100%;
    float: none;
  }
  #navi #cart {
    width: calc(100vw / var(--viewport) * 420);
    height: auto;
    background: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(100vw / var(--viewport) * 30);
    margin: 0 auto;
    z-index: 101;
  }
  #navi #cart a {
    background-size: 100% auto;
    width: calc(100vw / var(--viewport) * 420);
    height: calc(100vw / var(--viewport) * 80);
  }

  #navi2 {
    margin-top: 15px;
  }
  #navi2 li {
    line-height: 2;
  }
  #navi2 .con {
    padding: 10px;
  }
  #navi2 .con img {
    width: 9px;
  }
  #navi2 p {
    line-height: 2.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #navi2 a {
    color: #2A4285;
    display: inline;
  }

  #banner_blog,
  .banner {
    width: calc(50% - 5px);
    display: inline-block;
    margin-bottom: 10px;
  }

  #sns {
    width: 100%;
  }
  #sns .con {
    padding: 10px;
  }
  #sns .con .flex li {
    width: 25%;
  }
  #sns .con .flex img {
    width: 100%;
  }

  #holiday_calendar {
    width: 100%;
  }
  #holiday_calendar .con {
    padding: 10px;
  }

  body.no-scroll {
    overflow: hidden;
  }
  #floatMenu {
    width: 100%;
    height: calc(100vw / var(--viewport) * 140);
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
  }
  #overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
  }
  #overlay.active {
    display: block;
  }

  #page_top {
    width: calc(100vw / var(--viewport) * 80);
    bottom: calc(100vw / var(--viewport) * 30);
    right: calc(100vw / var(--viewport) * 20);
    z-index: 100;
  }

  #footer {
    text-align: center;
    margin: 15px 0 0;
    padding: 10px 15px calc(calc(100vw / var(--viewport) * 150) + 10px);
  }

  @keyframes marquee {
    0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  .pc { display: none; }
  .pc_b { display: none; }
  .sp { display: inline-block; }
  .sp_b { display: block; }

  /* sub */
  h1 {
    line-height: 1.2;
    border-right: 1px solid #000;
  }

  /* info */
  #info .content img {
    width: 100%;
  }
  #info .img_left img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #info .img_left > div {
    margin-left: 0;
  }
  #info .photos {
    padding: 0;
    margin-bottom: 15px;
  }
  #info .photos img {
    float: none;
    margin-right: 0;
  }
  #info .photos img:nth-child(2) {
    float: none;
    margin-top: 15px;
    margin-right: 0;
  }
  #info .content #store_image > img {
    width: 100%;
    float: none;
  }
  #store_image p {
    width: 100%;
    margin-left: 0;
  }

  /* price */
  #price .scroll {
    overflow: hidden;
    margin-bottom: 15px;
  }
  #price .fl {
    float: none;
  }
  #price .fr {
    float: none;
  }
  #price .fr img {
    width: 133px;
    display: block;
    margin: 0 auto 15px;
  }
  #price table#price_table th,
  #price table#price_table td {
    width: auto;
    white-space: nowrap;
    padding: 10px;
  }

  /* guide */
  #guide .indent_2em {
    margin-left: 0;
    text-indent: 0;
  }

  /* contact */
  table#contact_table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  table#contact_table th,
  table#contact_table td {
    width: 100%;
    display: block;
  }
  table#contact_table td {
    padding:6px 0 0;
    border: none;
  }

  /* restaurant */
  #restaurant h1 {
    line-height: 1.2;
    height: auto;
    background: url(../images/bg_h1-2.png) no-repeat;
  }

  /* cart */
  input,
  textarea,
  .cart_table select {
    font-size: 16px;
  }
  .item_box {
    min-width: initial;
  }
  .item_box .photo {
    width: 50%;
    margin: 0 auto 20px;
    float: none;
  }
  .item_box .table {
    min-width: initial;
    width: 100%;
    float: none;
  }
  .item_box .table th {
    width: 33%;
  }
  .detail form {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .detail .square_btn {
    font-size: 4vw;
    padding: 0.5em;
  }
  .step_order + div {
    border: 1px solid #797979;
    border-radius: 6px;
    padding: 10px;
  }
  .cart_table {
    line-height: 1.7;
    width: 100%;
  }
  .cart_table th,
  .cart_table td {
    display: block;
    width: 100%;
  }
  .cart_table .bg_green1 {
    display: none;
  }
  .cart_table .bg_white td {
    border: none;
    padding: 0;
  }
  .cart_table:not(.input):not(.check) .bg_white td:nth-child(1) {
    width: 20%;
    display: inline-block;
    vertical-align: top;
  }
  .cart_table:not(.input):not(.check) .bg_white td:nth-child(2) {
    width: calc(80% - 10px);
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
  }
  .cart_table:not(.input):not(.check) .bg_white td:nth-child(3):before {
    content: "価格： ";
    font-weight: bold;
  }
  .cart_table:not(.input):not(.check) .bg_white td:nth-child(4),
  .cart_table:not(.input):not(.check) .bg_white td:nth-child(5) {
    display: none;
  }
  .cart_table:not(.input):not(.check) .bg_white td:nth-child(6) {
    display: flex;
    justify-content: flex-end;
  }
  .cart_table .bg_white td:last-child {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #797979;
    margin-bottom: 1.5em;
  }
  .cart_table .bg_white td:last-child form {
    margin-left: 6px;
  }
  .cart_table .bg_green2 {
    background: none;
  }
  .cart_table .bg_green2 td {
    width: 50%;
    display: inline-block;
    border: none;
    padding: 0;
  }
  .cart_table td.double {
    padding: 0;
    border: none;
  }
  .cart_table .bg_green2 td:nth-child(3) {
    display: none;
  }
  table#kiyaku_table {
    border: none;
  }
  table#kiyaku_table div {
    height: 300px;
  }
  .cart_table.input .bg_white td:nth-child(2):before {
    content: "価格： ";
    font-weight: bold;
  }
  .cart_table.input .bg_white td:nth-child(3) {
    text-align: right;
  }
  .cart_table.input .bg_white td:nth-child(3):before {
    content: "数量： ";
    font-weight: bold;
  }
  .cart_table.input .bg_white td:nth-child(4):before {
    content: "小計： ";
    font-weight: bold;
  }
  .cart_table.input th {
    background: none;
    padding: 0;
    border: none;
    display: inline-block;
    width: 50%;
  }
  .cart_table.input + p {
    margin-top: 1em;
  }
  .cart_table.to td {
    border-top: none;
    margin-bottom: 10px;
  }
  .cart_table.to .flex50 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart_table.to .flex50 input {
    width: 37% !important;
  }
  .cart_table.to .w100,
  .cart_table#other_table .w100 {
    width: 100% !important;
  }
  .cart_table.to #add2,
  .cart_table#other_table [name="add2_2"] {
    margin: 0.5em 0 0;
  }
  .cart_table.to .font_orange,
  .cart_table.to .font_red,
  .cart_table#other_table .font_orange,
  .cart_table#option_table .font_orange {
    margin: 0.5em 0 0;
  }
  .cart_table.to [name="send_times"] {
    margin: 0.5em 0 0;
  }
  .cart_table#option_table {
    margin: 0 0 0.5em;
  }
  .cart_table.check .bg_white td:nth-child(2):before {
    content: "価格： ";
    font-weight: bold;
  }
  .cart_table.check .bg_white td:nth-child(3) {
    text-align: right;
  }
  .cart_table.check .bg_white td:nth-child(3):before {
    content: "数量： ";
    font-weight: bold;
  }
  .cart_table.check .bg_white td:nth-child(4):before {
    content: "小計： ";
    font-weight: bold;
  }
  .cart_table.check .flex50 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart_table.check .flex50 th,
  .cart_table.check .flex50 td {
    width: 50% !important;
    border: none;
    padding: 0;
  }
  .cart_table.check td.double {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #797979;
    margin-bottom: 1.5em;
  }
  .cart_table.check + p {
    margin-top: 1em;
  }

  /* blog */
  #blog #main-column {
    width: 100%;
    float: none;
  }
  #blog #side-column {
    width: 100%;
    float: none;
  }
  #blog #navi1 .con,
  #blog #navi2 .con,
  #blog #side-column .con {
    width: 100%;
  }
  #blog #calender .con {
    line-height: 2;
  }
  #blog #recently a {
    line-height: 2.5;
  }
  #blog #archives p {
    line-height: 2.5;
  }
  #blog #others .con {
    text-align: center;
  }
  #blog #others .con a:nth-child(1) img {
    width: 60px;
    margin-right: 10px;
  }
  #blog #others .con a:nth-child(2) img {
    width: 37px;
  }





































}
@media screen and (min-width:768px) {
  table#contact_table th {
    border: 1px solid #fff;
    border-right: none;
  }
  #contact #contents .phone a {
    text-decoration: none;
    pointer-events: none;
  }
  #news ul,
  #recommend ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #news ul li,
  #recommend ul li {
    width: 170px;
    margin-right: 11px;
  }
  #news ul li:nth-child(4n),
  #recommend ul li:nth-child(4n) {
    margin-right: 0;
  }
}