@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/

#main_img {
    width: auto;
    min-width: 1100px;
    height: 450px;
    text-align: center;
    margin: 10px auto 50px;
}

#img_area {
    width: 1100px;
    height: 450px;
    margin: 0 auto;
}


@media screen and (max-width: 768px) {

#main_img,
#img_area {
    display: none;
}

}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
    width: 1100px;
}

#main h2 {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

#main h3 {
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    padding: 9px 15px 7px;
    border-top: 1px solid #595653;
    border-bottom: 1px solid #ccc;
    background: #f8f8f8;
    margin-bottom: 15px;
}

#main h3.h3_nb {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #171c61;
    line-height: 140%;
    border: none;
    background: none;
}

#main h3.h3_black {
    width: auto;
    height: auto;
    margin-bottom: 5px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    border: none;
    background: none;
}


@media screen and (max-width: 768px) {

#main {
    width: 100%;
    height: auto;
}

#main h2 {
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-bottom: 20px;
}

#main h3 {
    width: 100%;
    height: auto;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 150%;
}

#main h3.h3_nb {
    font-size: 17px;
}

#main h3.h3_black {
    font-size: 15px;
}

}


/* -----------------------------------------------------------
	トップページ
----------------------------------------------------------- */

.top_l {
    width: 32%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 20px;
}

.top_r {
    width: 32%;
    height: auto;
    float: right;
    overflow: hidden;
    margin-bottom: 20px;
}

.top_l img,
.top_r img {
    margin-bottom: 7px;
}


@media screen and (max-width: 768px) {

.top_l {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
}

.top_r {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
}

}


/* -----------------------------------------------------------
	サイトマップ
----------------------------------------------------------- */

#sitemap_list li a {
    text-indent: 0;
    display: block;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 15px 0;
}

#sitemap_list li a:hover {
    color: #171C61;
    text-decoration: underline;
}


/* -----------------------------------------------------------
	NEWマーク
----------------------------------------------------------- */

.new {
    color: #fff;
    display: inline-block;
    font-style: normal;
    padding: 3px 7px;
    font-size: 12px;
    background: #171c61;
    margin-left: 10px;
    line-height: 100%;
    position: relative;
    top: -1px;
    font-family: tauri, "Noto Sans Japanese", Meiryo, sans-serif;
}


/* -----------------------------------------------------------
	商品一覧
----------------------------------------------------------- */

#list_top li.product {
    float: left;
    width: 252.5px;
    height: auto;
    min-height: 220px;
    max-height: 220px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.product_title {
    font-size: 18px;
    margin-top: 3px;
}


@media screen and (max-width: 768px) {

#list_top li.product {
    float: none !important;
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

}


/* -----------------------------------------------------------
	新着情報
----------------------------------------------------------- */

.more_btn_info {
    position: absolute;
    top: 9px;
    right: 0;
    line-height: 100%;
    color: #171c61;
    display: inline-block;
    text-align: center;
    font-style: normal;
    font-size: 14px;
}

.more_btn_info:before {
    content: "\f0ca";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.more_btn_info:hover {
    opacity: 0.7;
}

li.info-top {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

p.date {
    font-size: 13px;
    margin-bottom: 0;
    color: #999;
}

p.title {
    margin-bottom: 0;
}

p.title a {
    font-size: 14px;
}


@media screen and (max-width: 768px) {

.more_btn_info {
    font-size: 11px;
}

p.date {
    float: none;
    margin: 0;
}

p.title {
    float: none;
    line-height: 130%;
}

}


/* -----------------------------------------------------------
	ブログ
----------------------------------------------------------- */

#list_top {
    width: 1100px;
    height: auto;
    overflow: hidden;
}

#list {
    width: 820px;
    height: auto;
    overflow: hidden;
}

#list_top ul {
    width: 1130px;
    height: auto;
    margin-right: -30px;
    list-style-type: none;
    overflow: hidden;
}

#list_top li {
    float: left;
    width: 252.5px;
    height: auto;
    min-height: 255px;
    max-height: 255px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#list ul {
    width: 850px;
    height: auto;
    margin-right: -30px;
    margin-bottom: -30px;
    list-style-type: none;
    overflow: hidden;
}

#list li {
    float: left;
    width: 252.5px;
    height: auto;
    min-height: 255px;
    max-height: 255px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#list li p {
    line-height: 160%;
}

.list_none {
    float: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
}

#list_inner {
    overflow: hidden;
    min-height: 100%;
}

#list_inner a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#list_inner p {
    text-align: left;
    margin-bottom: 0;
}

.list_image {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 169px;
}

p.list_date {
    font-size: 13px !important;
    margin: 5px 0 0 0 !important;
    color: #999;
}

.single_date {
    font-size: 13px !important;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #999;
}

.list_image img {
    height: 171px;
    width: 253px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.no_image {
    height: 171px;
    width: 253px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


@media screen and (max-width: 768px) {

#list,
#list_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

#list ul,
#list_top ul {
    width: 100%;
    height: auto;
    margin: 0;
    list-style-type: none;
}

#list li,
#list_top li {
    float: none !important;
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.list_none {
    margin-bottom: 20px !important;
    text-align: left;
}

#list_inner {
    margin-bottom: 0;
}

#list_inner p {
    margin-bottom: 0;
}

.list_image {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 0;
}

.list_image img {
    height: 100%;
    width: 100%;
    max-height: 271px;
}

.no_image {
    height: 100%;
    width: 100%;
}

}


/* -----------------------------------------------------------
	個別ページページャー
----------------------------------------------------------- */

.pager {
    clear: both;
    text-align: center;
    margin: 30px 0 20px;
}

.pager .fas {
    padding: 0 5px !important;
}

.pager .next a {
    width: auto;
    height: 35px;
    clear: both;
    font-size: 14px;
    padding: 11px 10px;
    background: #171C61;
    color: #fff;
    line-height: 100%;
    display: inline-block;
}

.pager .previous a {
    width: auto;
    height: 35px;
    clear: both;
    font-size: 14px;
    padding: 11px 10px;
    background: #171C61;
    color: #fff;
    line-height: 100%;
    display: inline-block;
}

.pager .more {
    clear: both;
    width: auto;
    height: 35px;
    font-size: 14px;
    background: #171C61;
    padding: 11px 15px;
    margin: 10px 5px;
    color: #fff !important;
    line-height: 100%;
    display: inline-block;
}

.pager .next a:hover,
.pager .previous a:hover,
.pager .more:hover {
    opacity: 0.7;
    text-decoration: none;    
}


/* -----------------------------------------------------------
	ページネーション
----------------------------------------------------------- */

.pagination {
    clear: both;
    list-style-type: none;
    padding-left: 0;
    margin: 30px 0;
}
 
.pagination,
.pagination li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
 
.pagination a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    min-width: 36px;
    min-height: 35px;
    color: #000;
    background: #f8f8f8;
}
 
.pagination li:not([class*="current"]) a:hover {
    background: #ddd;
}
 
.pagination li:first-of-type a {
    border-left-width: 1px;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 
.pagination li.current a {
    background: #ddd;
    cursor: default;
    pointer-events: none;
}
 
.pagination > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  } 
  .pagination li.previous a { border-left-width: 1px; }
}

 
@media only screen and ( max-width: 500px ) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a { border-left-width: 0; }
}

 
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a { border-left-width: 1px; }
}
 

@media only screen and ( max-width: 240px ) {
  .pagination li { width: 50%;}
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}


/* -----------------------------------------------------------
	アーカイブ表示
----------------------------------------------------------- */

#archive {
    display: block;
    margin-bottom: 20px;
}

#archive li {
    font-size: 16px;
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}

#archive li a {
    color: #000;
}

#archive li a:hover {
    text-decoration: none;
    color: #171C61;
}

#archive li a:hover:before {
    text-decoration: none;
}


/* -----------------------------------------------------------
	カテゴリー表示
----------------------------------------------------------- */

#category {
    display: block;
    margin-bottom: 20px;
}

#category li a {
    font-size: 16px;
    padding: 5px 0;
    color: #000;
    display: block;
    border-bottom: 1px dotted #ccc;
}

#category li a:hover {
    text-decoration: none;
    color: #171C61;
}

#category li ul.children li {
    border-bottom: 1px dotted #ccc;
}

#category li ul.children li a {
    border: none;
}

#category li ul.children li ul.children li {
    border: none;
}

#category li ul.children li ul.children li a {
    border: none;
    padding: 0 0 5px 5px;
}