/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/
.img_pc {display:none;}
.br_pc {display:none;}

a:focus {
    outline: none;
}

.front-il {
	margin: 40px auto 0;
}

.front-heading {
	margin: 50px 0 16px;
	padding-bottom: 16px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #333;
	letter-spacing: 0.4em;
}
.front-more {
	text-align: center;
	margin: 36px 0 70px;
}

.btn-more {
	display: inline-block;
	min-width: 200px;
	padding: 14px 0;
	border-radius: 999px;
	border: 1px solid #333;
	font-size: 14px;
	letter-spacing: .12em;
	text-decoration: none;
	color: #333;
	background: #fff;
	transition: all .3s ease;
}

.btn-more:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.sns-box {
	position: absolute;
    bottom: 18px;
    right: 84px;
}
.sns-box a {
	display: inline-block;
	padding-right:14px;
}
.sns-box a img {
	padding-top:2px;
	width: auto;
	height:25px;
}
.sns-box a img.x_icon {
	padding-bottom:1px;
	width: auto;
	height:23px;
}
@media screen and (min-width: 38.75em) {
.sns-box {
    top: 54px;
    bottom:unset;
}
.sns-box a {
	display: inline-block;
	padding-right:14px;
}
.sns-box a img {
	padding-top:2px;
	width: auto;
	height:25px;
}
.sns-box a img.x_icon {
	padding-bottom:1px;
	width: auto;
	height:23px;
}
}
@media screen and (min-width: 62.5em) {
	.search-box {
		padding: 0 0 10px 2px;
	}
	.sns-box {
		position: inherit;
		padding: 0 0;
		float: right;
	}
	.sns-box a img {
		height:27px;
	}
	.sns-box a img.x_icon {
		height:25px;
	}
}
@media screen and (min-width: 38.75em) {
	.img_pc {display:block;}
	.br_pc {display:inline-block;}
    .img_sp {display:none;}
    .br_sp {display:none;}
}
hr {
    height: 1px;
    margin: 0 0 2em;
    border: 0;
    background-color: #ccc;
}
.entry-content section {
	margin-bottom:50px
}
.entry-content h3,
.item-description h3 {
    margin-bottom: 1.071428em;
    padding-left: .357143em;
    border-left: 5px solid #262626;
    line-height: 140%;
	font-size:110%;
}
.entry-content p,
.item-description p {
    margin-bottom: 1em;
    line-height: 1.6em;
	text-align:justify;
}
.item-description p:nth-child(1) {
    margin-bottom: 0.5em;
}
.entry-content .box {
	margin:0 0 1em;
	padding:1em 1em 0;
	border:1px dotted gray;
}
.entry-content table {

}
.entry-content table th {

}
.entry-content table td {
	
}
.entry-content table.table_law {

}
.entry-content table.table_law th {
	display:block;
	white-space:nowrap;
	background-color:#eee;
}
.entry-content table.table_law td {
	display:block;
}
@media screen and (min-width: 38.75em) {
    .entry-content table {

    }
    .entry-content table th {

    }
    .entry-content table td {

    }
    .entry-content table.table_law {

    }
    .entry-content table.table_law th {
		display:revert;
    }
    .entry-content table.table_law td {
		display:revert;
    }
}

h1.site-title, div.site-title {
    padding: .6em 1em 0;
    float: left;
    clear: none;
    font-size: 1.785712em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
h1.site-title img, div.site-title img {
    width: 100%;
    height: auto;
	max-width:410px;
}
.snav {
    width: auto;
    margin-right: .714286em;
    padding-top: 0.4em;
    float: right;
}
.cat-il.type-grid .itemimg img,
.front-il .itemimg img {
    width: 100%;
    aspect-ratio: 168 / 240;
	object-fit:cover;
}
#content .page-title,
#content .entry-title {
    margin-bottom: 1.25em;
	padding-bottom:0.2em;
	border-bottom:thick double gray;
    font-size: 1.342857em;
    line-height: 1.25em;
}
@media screen and (min-width: 38.75em) {
    #content .page-title,
	#content .entry-title {
        margin-bottom: 1.8em;
		padding-bottom:0.2em;
		border-bottom:thick double gray;
        font-size: 1.5em;
        line-height: 1.285712em;
    }
}

.header-link {
	display:inline-block;
}
.header-link a.link {
	display:none;
}

@media screen and (min-width: 62.5em) {
    .snav {
        width: 50%;
        margin-right: 0px;
        padding-top: 0px;
        float: none;
        clear: right;
    }

	/* -- .site-description -- */
	.site-description {
		width: 70%;
		height: auto;
		min-height: auto;
		padding: 1.25em 0 0 10px;
		float: left;
		background: none;
		color: #262626;
		font-weight: normal;
		line-height: 130%;
		white-space:pre;
	}

	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		width: 50%;
		margin: 0;
		padding: .6em 0 0 10px;
		float: left;
		font-size: 2.857142em;
		text-align: left;
	}
	.header-link {
		display:block;
		margin-top: .714286em;
		float: right;
	}
	.header-link a.link {
		display:inline-block;
		padding: 9px 10px 0;
	}
    .incart-btn {
		margin:0 0 0 10px;
	}
}

.nav-menu-open {
	background-color: #fcfff9 !important;
}
@media screen and (min-width: 62.5em) {
	.nav-menu-open {
		background-color: #131313 !important;
	}
}
/* お問い合わせ
=====================================*/

.entry-content table th,
.entry-content table td {
    vertical-align: middle;
	display:block;
	white-space:nowrap;
	border: 0px;
}
.entry-content .btn_form {
	margin-top:2em;
	text-align:center;
}
table.table_form th span.require{
	margin: 0 10px 0 0;
	padding: 2px 7px;
	font-size: 10px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#fff;
	background-color:#b40000;
}
table.table_form th span.any{
	margin: 0 10px 0 0;
	padding: 2px 7px;
	font-size: 10px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#444;
	background-color:#f2f2f2;
}
.mw_wp_form_input table.table_form td div.kakomi {
	display: inline-block !important;
    vertical-align: middle;
    margin-right: 10px;
	width: 55%;
}
.mw_wp_form_input table.table_form td input,
.mw_wp_form_input table.table_form td textarea {
	width: 100%;
	font-size: 14px;
	padding:.5714285em
}
.mw_wp_form_input table.table_form td div.search {
	display: inline-block !important;
}
table.table_form td a.address_search {
	margin: 0 0 0 0;
    padding: 10px 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #fff;
    background-color: #444;
}
.mw_wp_form_confirm a.address_search {
	display:none;
}
@media screen and (min-width: 38.75em) {
	.entry-content table th,
	.entry-content table td {
		display:table-cell;
		border: 1px solid #ccc;
	}
	.entry-content table th {
		width:25%;
	}
	table.table_form th span.any,
	table.table_form th span.require{
		font-size: 12px;
	}
    .mw_wp_form_input table.table_form td div.kakomi {
        margin-right: 15px;
		width: 40%;
    }
	table.table_form td span.address_search,
	table.table_form td a.address_search {
        padding: 10px 10px;
        font-size: 12px;
        cursor: pointer;
    }
	.br_sp {display:none;}
}

