@charset "UTF-8";
/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			Collne Inc.
Author URI:		https://www.collne.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/
body {
  font-size: 16px;
}

a {
  color: #132266;
}
a:hover {
  color: #030133;
}

header #site-navigation input#panel.on-off + div.nav-menu-open,
header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
header #site-navigation input#panel.on-off + div.header-nav-container,
footer {
  background-color: #030133;
}

h1.site-title img,
div.site-title img {
  width: auto;
}

.incart-btn a,
.item-info .skubutton {
  background-color: #132266;
}
.incart-btn a:hover,
.item-info .skubutton:hover {
  background-color: #2037A4;
}

.incart-btn .total-quant {
  color: #132266;
}

/*----------------------------------
イケルCSS
-----------------------------------*/
/*-----------------------
文字
-----------------------*/
/*フォント*/
.mincho {
  font-family: Suranna, 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.text,
.honbun {
  font-size: 16px;
  margin: 20px 0;
  line-height: 160%;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #D5DBF7));
  background: linear-gradient(transparent 60%, #D5DBF7 60%);
  line-height: 1;
}

.c_blue {
  color: #2037A4;
}

.c_kon {
  color: #132266;
}

.c_aka {
  color: #990000;
}

.f_12 {
  font-size: 12px;
}

.f_13 {
  font-size: 13px;
}

.f_14 {
  font-size: 14px;
}

.f_15 {
  font-size: 15px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_25 {
  font-size: 25px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_36 {
  font-size: 36px;
}

.f_40 {
  font-size: 40px;
}

.b {
  font-weight: bold;
}

/*配置*/
.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

/* 枠 */
.box,
.waku {
  padding: 20px;
  margin: 50px 0;
  border: none;
  background: #D5DBF7;
}

.box.bg_gray {
  background: #F9F3EC;
}

.clear {
  clear: both;
}

/*-----------------------
余白
-----------------------*/
.p_10 {
  padding: 10px;
}

.p_15 {
  padding: 15px;
}

.p_20 {
  padding: 20px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_50 {
  padding-top: 50px;
}

.pb_15 {
  padding-bottom: 15px;
}

.alignleft, div.alignleft {
  padding: 0 20px 10px 0;
}

.alignright, div.alignright {
  padding: 10px 0 0 20px;
}

/*-----------------------
分割
-----------------------*/
.col {
  letter-spacing: -1em;
  margin: 0;
  width: 100%;
}
.col .col_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  list-style: none;
  letter-spacing: 0em;
  vertical-align: top;
  width: 50%;
}
.col .col_inner.w_5 {
  width: 5%;
}
.col .col_inner.w_20 {
  width: 20%;
}
.col .col_inner.w_25 {
  width: 25%;
}
.col .col_inner.w_30 {
  width: 30%;
}
.col .col_inner.w_33 {
  width: 33.333%;
}
.col .col_inner.w_40 {
  width: 40%;
}
.col .col_inner.w_60 {
  width: 60%;
}
.col .col_inner.w_70 {
  width: 70%;
}

/* ボタン */
.btn {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  background: #132266;
  font-size: 16px;
}

.btn:hover {
  color: #FFF;
  background: #030133;
}

a.wp-block-button__link:hover {
  color: #FFF;
  background: #030133 !important;
}

/* scroll_hint */
.t_scroll td,
.t_scroll th {
  white-space: nowrap;
}

/*------------------------------
箸作屋カスタマイズ
------------------------------*/
.entry-content h2,
.item-description h2,
.archive.category h2 {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-left: 28px;
  padding-top: 8px;
  background-color: #030133;
  background-repeat: no-repeat;
  height: 40px;
  clear: both;
  margin: 50px 0px 15px 0px;
  color: #FFFFFF;
  line-height: 1.2;
}
.entry-content h2::before,
.item-description h2::before,
.archive.category h2::before {
  position: absolute;
  content: "";
  border: 0;
  left: 10px;
  top: 5px;
  width: 3px;
  height: 26px;
  background-color: #fff;
}
.entry-content h3,
.item-description h3,
.archive.category h3 {
  border-left: 0;
  border-bottom: 1px solid #2037A4;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.entry-content p,
.item-description p,
.archive.category p {
  line-height: 160%;
}

.detail-box {
  width: 100%;
}

.voice {
  border: 1px solid #CCCCCC;
  background: #EEEEEE;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 145%;
  margin-bottom: 10px;
}

#site-navigation li.current-menu-parent a {
  background-color: inherit;
}

.widget_basic_item_list .itemimg {
  width: 100%;
}

/*イベントカレンダー*/
.xo-event-calendar table {
  font-size: 14px;
}

.entry-content ul.wp-block-latest-posts.is-grid li {
  list-style: none;
}

.wp-block-latest-posts__featured-image img {
  width: 150px;
}

.fa-shopping-cart:before {
  color: #fff;
}

#site-navigation li a {
  color: #fff;
}