@media screen and (max-width: 480px) {
    #information .main_col p, .post-contents ul {
        font-size: 1.6rem;
    }
}

.post-contents ul {
    padding: 0 1.5em;
	margin-bottom: 2em;
}

.post-contents li {
    list-style: disc;
    line-height: 1.5;
    margin: .25em 0;
    position: relative;
}

.post-contents a {
    color: #1a73e8;
    text-decoration: underline;
}

.post-contents h2 {
    color: #ffffff;
    background-color: #a60029;
    position: relative;
    padding: 20px 0 20px 30px;
    border-radius: 5px;
    font-size: 1.4em;
    font-weight: 900;
}

.post-contents h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 4px;
    transform: translateY(-50%);
    background-color: #fff;
}

#information .main_col h3 {
    color: #191919;
    border-left-color: #a60029;
    border-bottom-color: #d8d8d8;
	margin-top: 2em;
}

.post-contents h4 {
    margin: 2em 0em 1em;
}

.post-contents strong {
    color: #ff0000;
}

/* * 記事用テーブルCSS
 * .post-contents 内のすべての table に適用されます
 */

.post-contents table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0;
    font-size: .8em;
    color: #333;
    border: 1px solid #ddd;
}

.post-contents table th,
.post-contents table td {
    padding: 15px;
    border: 1px solid #ddd;
    vertical-align: middle;
    line-height: 1.6;
	min-width: 100px;
}

.post-contents table th {
    background-color: #f7f7f7;
    font-weight: bold;
    text-align: left;
}

.post-contents table td {
    background-color: #fff;
}

/* CTAボタン用CSS */

.cta-b {
    text-align: center;
    margin-bottom: 4em;
}

.cta-b a {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    background: #ff8f00;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
    font-size: 1.1em;
}

.cta-b a:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #e68200;
}

/* 一覧ページ
------------------------------------- */
#ichiran .search{
  margin-top: 32px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#ichiran .paris_origin{
    width: 600px;
    margin: 32px auto 0;
}
#ichiran .search li{
  width: 130px;
  height: 51px;
}
#ichiran .search li a{
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#ichiran .search li a{
  font-size: 1.4rem;
  font-weight: bold;
  background: url(../img/cmn/btn_bg_shop02.png) 0 0 no-repeat;
}
#ichiran .search li.current a{
  font-size: 1.8rem;
  color: #fff;
  background: url(../img/cmn/btn_bg_shop01.png) 0 0 no-repeat;
}
#ichiran .information_list dl{
    margin: 20px 20px;
    border-top: 1px #c0c0c0 dotted;
    font-size: 90%;
  font-weight: bold;
}
#ichiran .information_list dt{
    float: left;
    padding: 18px 0px 17px 3px;
    line-height: 120%;
}
#ichiran .information_list dd {
    margin: 0;
    padding: 18px 3px 17px 6.6em;
    border-bottom: 1px #c0c0c0 dotted;
    line-height: 120%;
}
#ichiran .information_list .newMark{
    color: red;
    text-align: center;
  font-weight: bold;
}
#ichiran .shop_list{
  margin-top: 40px;
  padding: 0 20px;
}
#ichiran .shop_list .list{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#ichiran .shop_list .list li {
  width: 400px;
}
#ichiran .shop_list .list li:not(:nth-last-child(-n+2)){
  width: 400px;
  margin-bottom: 30px;
}
#ichiran .shop_list .list li a{
  display: block;
}
#ichiran .shop_list .list li a .img{
    width: 400px;
    height: 300px;
    overflow: hidden;
}
#ichiran .shop_list .list li a .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#ichiran .shop_list .list li a h3{
  margin-top: 12px;
  font-size: 1.7rem;
  line-height: 1.35;
  font-weight: 900;
  text-decoration: underline;
}
#ichiran .shop_list .list li a p{
  font-size: 1.4rem;
  line-height: 1.714;
  font-weight: 500;
}
#ichiran .shop_list .list li a p.business_hours {
  margin-top: 10px;
  text-indent: -5em;
  padding-left: 5em;
}

#ichiran .wp-pagenavi{
  margin-top: 55px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#ichiran .wp-pagenavi a{
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4px;
  color: #454545;
  background-color: #ddd;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
#ichiran .wp-pagenavi a:nth-last-of-type(2){
/*  pointer-events: none;*/
}
#ichiran .wp-pagenavi a:not(:last-of-type){
/*  margin-right: 10px;*/
}
#ichiran .wp-pagenavi span.current{
  margin: 0 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 4px;
  background-color: #333;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#ichiran .banner{
  margin-top: 60px;
}
#ichiran .banner a img{
  vertical-align: bottom;
}