@charset "utf-8";

/*
Theme Name: Katawara Child
Theme URI:
Template: katawara
Description:
Author:
Tags:
Version: 0.0.1
*/


body {
	font-family: "classico-urw-n5", "classico-urw", "ro-nikkatsu-sei-kai-std", sans-serif !important;
	font-size: 1rem;
	color: #333;
}

img[src*='.svg'] {
	width: 100%;
	height: auto;
}

p {
	line-height: inherit;
	margin-bottom: inherit;
}

.l-main-section p {
	line-height: 2;
}

/*PC、タブレット、スマホ表示の設定
---------------------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
	.l-container {
		max-width: 1500px;
		width: 90%;
	}

	.l-site-container {
		margin-left: 250px;
	}

	.l-site-header {
		width: 250px;
	}
}

@media (min-width: 576px) {
	.l-container {
		max-width: 100%;
	}
}

/*改行（全般）設定
---------------------------------------------------------------------------*/
@media screen and (min-width: 500px) {
	.br-pc {
		display: block;
	}

	.br-sp {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: block;
	}
}

/* グローバルメニューの設定
-------------------------------------------------------------- */
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
	.p-global-menu > li {
		padding: 14px 1em;
		border-top: none;
	}
}

/* 見出しの設定
-------------------------------------------------------------- */
h2::before {
	border-bottom: 1px solid;
}

h2::after {
	border-bottom: 1px solid;
}

/* linkの設定
-------------------------------------------------------------- */
a {
	color: #87340D;
	font-weight: normal;
	transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 0.2) !important;
}

a:focus {
	outline: 0;
	transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 0.2) !important;
}

a:hover,
a:focus {
	color: #87340D;
	text-decoration: none;
	transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 0.2) !important;
}

a:visited {
	color: #87340D;
	font-weight: normal;
	text-decoration: none;
}

.veu_contact .contact_frame,
.l-site-header .searchform,
.p-global-menu li > a:hover,
.p-global-menu li[class*="current"] > a,
.l-site-header .menu li > a:hover {
	background-color: #111;
	transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 0.2);
}

.p-footer-menu li a {
	color: #fff !important;
	transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 0.2);
}

.p-footer-menu li a:focus {
	outline: 0;
	transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 0.2);
}

.p-footer-menu li a:hover,
.p-footer-menu li a:focus {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 0.2);
}

.p-footer-menu li a:visited {
	text-decoration: none;
}

.l-container .veu_card .childPage_list_body:hover,
.l-container .veu_card .childPage_list_title:hover,
.l-container .veu_sitemap ul > li > a:hover,
.l-container .veu_pageList_ancestor .pageList a:hover,
.veu_pageList_ancestor .current_page_item > a,
.veu_pageList_ancestor .pageList a:hover,
.searchform .searchico:hover,
.veu_sitemap ul > li > a:hover {
	opacity: 0.7 !important;
	transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 0.2);
}

/* tableの設定
-------------------------------------------------------------- */
table tbody tr td,
table tbody tr th,
table td,
table th,
table thead tr td,
table thead tr th {
	border: 1px solid #bbb;
}

table td,
table th {
	padding: 1em;
	font-size: 1rem;
	line-height: 1;
}

/*
経歴紹介のグリッドレイアウト
-----------------------------------------------------------*/
/* コンテナ */
.grid-container_01 {
	display: grid;
	grid-gap: 0px;
	grid-template-columns: 120px auto;
	grid-template-rows: auto;
	border-top: 1px solid #bbb;
	border-left: 0px solid #bbb;
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
	margin: 0;
	pa
}

.grid-container_01 ul {
	list-style-type: none;
	margin: 0;
}

.grid-container_01 ul li {
	margin-bottom: 0;
	line-height: 2;
}

.profitem:nth-child(2n+1) {
	background: none;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.profitem:nth-child(2n) {
	background: none;
	padding: 20px;
	border-right: 0px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.profitem2 {
	background: #e8e8e8;
}

@media screen and (max-width:500px) {

	/* コンテナ */
	.grid-container_01 {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		border-left: 1px solid #bbb;
		text-align: center;
	}

	.profitem:nth-child(2n+1) {
		background: rgba(255, 255, 255, 0.1);
		padding: 5px;
		justify-content: center;
	}

	.profitem:nth-child(2n) {
		padding: 20px 10px;
		border-right: 1px solid #bbb;
	}

}

/*
ショップページの設定
-----------------------------------------------------------*/
.woocommerce {
	margin-bottom: 0em !important;
}

/* 見出し */
.woocommerce-checkout h3 {
	position: relative;
	width: 100%;
	background-color: #0000;
	outline: unset;
	outline-offset: unset;
	box-shadow: unset;
	border: none;
	border-radius: unset;
	margin: 1.5em 0;
	padding: 0;
	color: #333;
	border-bottom: solid 1px #87340d !important;
}

.woocommerce label {
	font-weight: normal;
	margin-bottom: 0;
}

/* コンテナ */
.woocommerce table.shop_attributes td {
	font-style: italic;
	padding: 1em;
	border: 1px solid #0000001a;
	margin: 0;
	line-height: 1.5;
}

.woocommerce table.shop_attributes th {
	width: 150px;
	font-weight: 700;
	padding: 1em;
	border: 1px solid #0000001a;
	margin: 0;
	line-height: 1;
	text-align: center;
}

/* ショップ内のボタン設定 */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.xoo-wsc-ft-btn {
	font-size: 100%;
	margin: 0;
	line-height: 2;
	cursor: pointer !important;
	position: relative;
	text-decoration: none !important;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #fff !important;
	background-color: #87340D !important;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.btn {
	font-size: 100%;
	margin: 0;
	line-height: 2;
	cursor: pointer !important;
	position: relative;
	text-decoration: none !important;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #fff !important;
	background-color: #87340D !important;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-appearance: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	font-family: "classico-urw-n5", "classico-urw", "ro-nikkatsu-sei-kai-std", sans-serif !important;
	float: none;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1;
	box-sizing: border-box;
	margin: 2em 0 1em;
}

/* カート内の設定 */
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 80px;
	box-shadow: none;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: middle !important;
}

@media only screen and (max-width:768px) {

	#add_payment_method table.cart img,
	.woocommerce-cart table.cart img,
	.woocommerce-checkout table.cart img {
		width: 100px;
	}

	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display: block;
		text-align: left !important;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		content: attr(data-title) "：";
		font-weight: 700;
		float: left;
	}

	.woocommerce #content table.cart .product-thumbnail::before,
	.woocommerce table.cart .product-thumbnail::before,
	.woocommerce-page #content table.cart .product-thumbnail::before,
	.woocommerce-page table.cart .product-thumbnail::before {
		content: attr(data-title) " ";
		font-weight: 700;
		float: left;
	}
}

/* 注文メモの高さ */
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text #order_comments {
	height: 200px;
}

/* フォーム内警告欄の設定 */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3em !important;
	margin: 0 0 2em;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #a46497;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
}

/* テーブルの設定 */
.woocommerce table.shop_table {
	border: 1px solid #0000001a;
	margin: 0 -1px 50px 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-radius: 5px;
}

.product .added_to_cart.wc-forward,
div[class*="wp-block-product"] .added_to_cart.wc-forward {
	display: none !important;
	overflow: hidden;
	position: relative;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	top: 0.2rem;
	margin-bottom: 3px;
	border-radius: 3px;
	padding: 0.618em 1em;
	color: var(--text-color);
	border: 1px solid var(--text-color);
}

/* レスポンシブの設定 */
@media (max-width: 768px) {

	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce .u-columns .col-1,
	.woocommerce .u-columns .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2,
	.woocommerce form .col-1,
	.woocommerce form .col-2 {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

/*
カレンダーの設定
-----------------------------------------------------------*/
#biz_calendar {
	font-family: "classico-urw-n5", "classico-urw", "ro-nikkatsu-sei-kai-std", sans-serif !important;
	max-width: 100%;
	margin: auto;
	border-spacing: 0px;
}

#biz_calendar table.bizcal {
	margin: 0 0 15px;
	width: 100%;
	background-color: #fff;
	table-layout: fixed;
	line-height: 1.6;
	cursor: default;
	border: 0px solid #0000001f;
	border-collapse: collapse;
	vertical-align: middle;
}

#biz_calendar table.bizcal th {
	text-align: center;
	border-width: 0;
	padding: 0.8em;
	font-size: 0.8rem;
	color: #333;
	border-top: 1px solid #0000001f;
	border-right: 1px solid #0000001f;
	background-color: #DEDEDE;
}

#biz_calendar table.bizcal td {
	text-align: center;
	border-width: 0;
	padding: 0.8em;
	font-size: 0.8rem;
	color: #333;
	border-top: 1px solid #0000001f;
	border-right: 1px solid #0000001f;
}

#biz_calendar table.bizcal th:first-child {
	color: #dc3545;
}

#biz_calendar table.bizcal th:nth-last-of-type(1) {
	color: #333;
}

#biz_calendar table.bizcal .holiday {
	background-color: #dc3545;
	color: #fff;
}

#biz_calendar table.bizcal .today {
	background-color: #fffe6b;
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

#biz_calendar p span.boxholiday {
	background-color: #dc3545;
	padding-left: 25px;
	margin-right: 10px;
}

/*
特定商取引のグリッドレイアウト
-----------------------------------------------------------*/
/* コンテナ */
.grid-container_02 {
	display: grid;
	grid-gap: 0px;
	grid-template-columns: 300px auto;
	grid-template-rows: auto;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	margin: 50px 0;
}

.grid-container_02 ul {
	list-style-type: disc;
	margin: 0;
}

.grid-container_02 ul li {
	margin-bottom: 0;
	line-height: 2;
}

.comitem:nth-child(2n+1) {
	background: #e8e8e8;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 1em;
	font-weight: bold;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.comitem:nth-child(2n) {
	background: #fff;
	padding: 15px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.comitem2 {
	background: #e8e8e8;
}

@media screen and (max-width:500px) {

	/* コンテナ */
	.grid-container_02 {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		text-align: center;
	}

	.comitem:nth-child(2n+1) {
		padding: 5px;
		justify-content: center;
	}

}
