/* ---------------------------------------------------------- 共通項目 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 文字寄せ */
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}

/* 画像幅 */
.image-100 img{
width:100%;
}

/* フォント */
body{
	font-weight: bold;
}

.display-sp{
display: none;
}

/* ----------------------------------------------------------------------- ヘッダー ----------------------------------------------------------------------- */
[data-scrolled="true"] img.custom-logo {
	filter: brightness(0);
}
a.header-contact-button {
	background: var(--accent-color);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 10px;
}
li.menu-item {
	align-items: center;
}
li.menu-item:after {
	display: inline-block;
	content: "/";
	color: #fff;
	vertical-align: center;
}

/* ----------------------------------------------------------------------- フッター ----------------------------------------------------------------------- */

h2.to-contact-title {
	text-align: center;
	color: #fff;
	background: none;
	border-left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
h2.to-contact-title:before, h2.to-contact-title:after {
	display: inline-block;
	content: "";
	height: 18px;
	width: 35%;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #ffff;
}
/* フッターウィジェット */
.l-footer-widget-area {
	background: #F2F2F2;
}
ul.footer-list{
	list-style: none;
}
ul.footer-list li {
	text-align: right;
}
ul.footer-list li a{
	text-decoration: none;
	color: #333;
}
p.footer-info {
    font-size: 13px;
    line-height: 1.84;
}

/* コピーライト */
.c-copyright.c-copyright--inverse {
	background: #ffff;
	color: #333;
	text-align: right;
}

/* ECボタン */
a.footer-sp-button {
	display: block;
	padding: 20px;
	border-radius: 10px;
	font-size: 15px;
}
.footer-menu {
	display: flex;
	flex-direction: column;
	position: fixed;
	bottom: 110px;
	right: 0;
}
div#page-top {
	display: none;
}
a.footer-sp-button.login {
	background: #fff;
	border: 2px solid;
}
a.footer-sp-button.cart {
	margin-top: 10px;
	background: var(--accent-color);
	color: #fff;
	border: 2px solid #fff;
}

/* ------------------------------------------------------------------------------------- トップページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.c-section.p-section-front-page-content {
	padding: 0;
}
/* MV */
p.mv-catch.text-center {
	color: #ffff;
	font-size: 80px;
	letter-spacing: .15em;
}
span.mv-kanji {
	font-size: 100px;
}
p.top-about-text {
	font-size: 36px;
	letter-spacing: .02em;
	line-height: 2;
}

/* NEWS */
h2.smb-section__title {
	padding-bottom: 21.6px;
	border-bottom: 1px solid;
}
section#top-news .smb-section-with-bgimage__bgimage img {
	object-fit: contain !important;
	object-position: bottom;
}
section.top-news .taxin-price {
	display: none;
}
section.top-news ul.c-entries.c-entries--text2 {
	border: none;
	box-shadow: 0px 5px 6px rgba(0, 0, 0, .16);
	padding-left: 20px;
}
h3.c-entry-summary__title {
	font-weight: bold !IMPORTANT;
}
li.c-meta__item.c-meta__item--published {
	font-weight: bold;
}
section#top-news .c-entry-summary__body {
	display: flex;
	flex-direction: column-reverse;
}
/* ハミルトンの事業 */
p.lead-text {
	text-align: center;
	font-size: 13px;
	line-height: 2.3;
}
/* ONLINE-SHOP */
section#online-shop .smb-section-with-bgimage__bgimage img {
	object-fit: contain !important;
	object-position: bottom;
}
section#online-shop span.c-entry-summary__term.c-entry-summary__term--category-3.c-entry-summary__term--category-slug-item {
	display: none;
}
section#online-shop .c-entry-summary__meta {
	display: none;
}
/* ACCESS */
.top-access h2 {
	font-size: 36px;
	background: none !important;
	border-left: none  !important;
	padding-left: 0 !important;
	position: relative;
}
p.address-info {
	font-size: 20px;
	line-height: 2.25;
	margin-top: 104px !IMPORTANT;
}

.top-access h2.wp-block-heading span {
	position: absolute;
	display: block;
	top: 0;
}
.top-access h2.wp-block-heading:before {
	display: block;
	content: "";
	width: 165px;
	height: 200px;
	background: url(https://company.hamilton-inc.jp/wp-content/uploads/2023/04/access-logo.png);
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-30%, -50%);
}
/* ご相談 */
p.to-contact-text {
	font-size: 28px;
	color: #fff;
	margin-left: 50px;
}
p.to-contact-text a {
    text-decoration: none;
    color: #fff;
}
p.opening-hour {
	color: #fff;
}
p.tel-number {
	font-size: 48px;
	color: #fff;
	margin-top: 0 !important;
}
.contact-columns .wp-block-column.column-left {
	/* border-right: 2px solid #fff; */
}
li.c-meta__item.c-meta__item--author {
	display: none;
}
/* ------------------------------------------------------------------------------------- 会社概要ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* パンくずリスト */
.breadcrumbs {
	margin-top: 0 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mv-2nd .smb-section__subtitle {
	font-size: 120px;
	color: #fff;
	line-height: 1.5;
	opacity: .15;
	font-weight: lighter;
}
.mv-2nd h1.smb-section__title {
	font-size: 3rem;
	color: #fff;
	letter-spacing: .1em;
	margin-top: 0;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, 0px);
}
.mv-2nd .smb-section__header {
	position: relative;
}
.mv_2nd_box {
	position: relative;
}
.mv_2nd_box .p-breadcrumbs-wrapper {
	position: absolute;
	bottom: 0;
}
ol.c-breadcrumbs {
	background: #fff;
	padding: 10px 20px;
	border-top-right-radius: 10px;
	color: #999;
}
.outline-table td:first-child {
	width: 20%;
}
.outline-table td {
	border-left: 0 !IMPORTANT;
	border-right: 0 !important;
}
/* -------------------------------------------------------------------------------------理念ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
p.philosophy_title {
	font-size: 36px;
	text-align: center;
}
p.lead_text_2nd {
	line-height: 2.5;
}

/* -------------------------------------------------------------------------------------理念ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.business_card h2.wp-block-heading {
	background: none;
	border-left: 6px solid var(--accent-color);
}
.business_card:not(:first-child){
margin-top: 170px;
}

/* ------------------------------------------------------------------------------------- お問い合わせページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.contact form.wpcf7-form.init br {
	display: none;
}

.label-box>p {
	display: flex;
}

span.label-name {
	width: 175px;
	line-height: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 65px;
}

span.necessary {
	background: var(--accent-color);
	color: #fff;
	max-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required, select.wpcf7-form-control.wpcf7-select {
	background: #f7f7f7;
	border-color: #cccccc;
}

span.label-second-text {
	line-height: 3;
	margin-left: 10px;
}

.contact .policy>p {
	display: flex;
	justify-content: center;
}

.contact .policy+p {
	display: flex;
	justify-content: center;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
	background: #F1C789;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	padding: 34px 220px;
	border-radius: 30px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	width: 860px;
	max-width: 860px;
	height: 100px;
}

@media screen and (max-width:639px) {
	span.label-second-text {
		display: none;
	}

	.label-box>p {
		flex-direction: column;
	}

	textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
		max-width: 315px;
	}

	input.wpcf7-form-control.has-spinner.wpcf7-submit {
		padding: 1rem;
		font-size: 1rem;
		width: 100%;
		border-radius: 15px;
	}

	.contact .policy+p {
		flex-direction: column;
	}

}
span.necessary {
	background: var(--accent-color);
	color: #fff;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
	background: var(--sub-accent-color);
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding: 34px 220px;
	border-radius: 0;
}
form .policy {
	display: flex;
	justify-content: center;
}
.submit_box {
	display: flex;
	justify-content: center;
}
span.necessary_label {
	background: var(--accent-color);
	color: #fff;
}
/* ------------------------------------------------------------------------------------- プライバシーポリシーページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
h2.wp-block-heading.policy-title {
	background: none;
	border-left: none;
	font-size: 23px;
	padding-left: 0;
}
.guide-table th, .guide-table td {
	border-left: 0 !important;
	border-right: 0 !important;
}
/* ------------------------------------------------------------------------------------- 商品一覧ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
body.category-item .c-entry-summary__meta {
	display: none;
}
.taxin-price p:after {
	display: inline-block;
	content: "円（税込）";
}
/* サイドバー */
div#block-15, div#block-9 {
	margin-top: 0;
}
p.sidebar-item-title {
	text-align: center;
	padding: 1rem;
	background: var(--sub-accent-color);
	font-size: 26px;
	color: #fff;
	/* border: 1px solid var(--sub-accent-color); */
}

div#block-11 {
	/* margin-top: 0; */
}

ul.sidebar-item-menu-lists {
	list-style: none;
	padding-left: 0 !IMPORTANT;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

li.sidebar-item-menu-list a {
	display: block;
	width: 100%;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	font-size: 26px;
	color: #333;
}

p.sidebar-menu a {
	display: block;
	padding: 1rem;
	text-decoration: none;
	text-align: center;
	font-size: 26px;
	color: #333;
}

p.sidebar-menu {
	border: 1px solid #999;
}

/* ------------------------------------------------------------------------------------- 商品一覧（固定）ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.page-id-271 .c-entry-summary__meta {
	display: none;
}
span.c-entry-summary__term.c-entry-summary__term--category-3.c-entry-summary__term--category-slug-item {
	display: none;
}
/* ------------------------------------------------------------------------------------- 商品詳細ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
article.category-item .c-entry__meta {
	display: none;
}
article.category-item .c-prev-next-nav {
	display: none;
}
.itemimg + h3 {
	color: #333 !IMPORTANT;
	background: none !IMPORTANT;
	padding: 0 !important;
}
header.c-entry__header {
	margin: 0;
}
h1.c-entry__title {
	display: none;
}
p.tax_inc_block {
	text-align: right;
	color: #ED5B14;
	font-size: 26px;
	font-weight: bold;
}
img.attachment-200x250.size-200x250 {
	width: 100%;
}
body.single-post .c-page-header {
	/* display: none; */
}
/* ------------------------------------------------------------------------------------- お知らせ一覧ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.category-news li.c-meta__item.c-meta__item--author{
	display: none;
}

/* ------------------------------------------------------------------------------------- メンバーページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#memberpages div.loginbox{
	width: 100% !important;
}

/* ------------------------------------------------------------------------------------- カートページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* カートの中 */
div.usccart_navi li.usccart_cart, li.ucart.usccustomer.usccart_customer, li.ucart.uscdelivery.usccart_delivery {
	background: var(--accent-color) !IMPORTANT;
}
table#cart_table, table.customer_form {
	width: 100%;
}
/* お客様情報 */
#customer-info h5{
	margin-top: 20px;
}

/* カートの中 */
div.usccart_navi li.usccart_cart {
	background: var(--accent-color) !IMPORTANT;
}
table#cart_table, table.customer_form {
	width: 100%;
}
/* お客様情報 */
#customer-info h5{
	margin-top: 20px;
}
#cart table#cart_table {
	width: 100%;
margin-top: 1rem;
}
.send {
	margin-bottom: 2rem;
}
table.customer_form {
	width: 100%;
}
input.to_reganddeliveryinfo_button, input#purchase_button {
	margin-top: 1rem;
}
div.usccart_navi ol.ucart {
	counter-reset: cart_num;
	height: initial;
}
div.usccart_navi ol.ucart:after {
	display: block;
	content: '';
	clear: both;
}
div.usccart_navi li.ucart {
	width: 25%;
	height: initial;
	padding: 10px 0;
	border-bottom: 2px solid #aaa;
	border-right: 1px solid #fff;
	background: #f4efe3;
	color: #ccc;
	line-height: normal;
	box-sizing: border-box;
}
div.usccart_navi li.ucart:before {
	counter-increment: cart_num;
	content: counter(cart_num);
	display: inline-block;
	width: 1.5em;
	margin-right: 5px;
	border-radius: 50%;
	background: #fff;
	color: var(--accent-color);
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}
div.usccart_navi li.ucart:last-child {
	border-right:none;
}
div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer,
div.usccart_navi li.usccart_delivery,
div.usccart_navi li.usccart_confirm{
	border-bottom: 2px solid #d35134!important;
	background: var(--accent-color)!important;
    color: #fff!important;
}

@media
only screen and (max-width : 40.061em) {
	div.usccart_navi li.ucart {
			width: 50% !important;
			padding-left: 10px !important;
			text-align: left !important;
	}
	div.usccart_navi li.ucart:nth-child(2){
			border-right: none !important;
	}
	/* カート ページ */
table#cart_table {
	font-size: .8rem;
}
div.usccart_navi li.ucart {
	font-size: 12px;
}
#cart .upbutton {
	text-align: left;
	padding-right: 20px;
}
th.thumbnail {
	display: none;
}
td.thumbnail {
	display: none;
}
th.stock {
	display: none;
}
td.stock {
	display: none;
}
}

#customer-info h5 {
    background-color: var(--accent-color) !important;
}
#customer-info .send {
    border-top-color: var(--accent-color) !important;
}



/* ----------------- PCのみ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1024px){
	.category-3 .c-entries {
		--entries--item-width: 33.33333% !important;
	}
	
}

/* ----------------- TB ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1023px) and (min-width:640px){
	.c-drawer__inner {
    background: var(--sub-accent-color);
}
	li.menu-item:after{
		display: none;
	}
	
}

/* ----------------- SP ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:639px){
/* 文字寄せ */
.text-left-sp{
	text-align:left;
}
.display-sp{
	display: block;
	}
/* ------------------------------------------------------------------------------------- ヘッダー --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.c-drawer__inner {
	background: var(--sub-accent-color);
}
li.menu-item:after{
	display: none;
}
/* ------------------------------------------------------------------------------------- フッター --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
ul.footer-list {
	padding-left: 0;
}
ul.footer-list li {
	text-align: left;
}
section.footer-contact-menu-sp.display-sp {
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
	display: flex;
}
a.footer-contact-menu {
	width: 50%;
    color: #fff;
    text-decoration: none;
    display: flex;
		justify-content: space-around;
    align-items: center;
		padding: 14px 0px;
}
a.footer-contact-menu.mail {
	background: var(--sub-accent-color);
}
a.footer-contact-menu.tel {
	background: var(--accent-color);
}
img.footer-menu-image {
	max-width: 30px;
}
p.footer-menu-text.text-center {
	font-size: 14px;
}
footer.l-footer.l-footer--default {
	padding-bottom: 90px;
}
div#page-top {
	display: none;
}
footer.l-footer.l-footer--default {
	padding-bottom: 300px;
}
/* ------------------------------------------------------------------------------------- トップページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MV */
p.mv-catch.text-center {
	font-size: 40px;
}
span.mv-kanji {
	font-size: 38px;
}
p.top-about-text {
	font-size: 16px;
	text-align: center;
}
.top-about .wp-block-snow-monkey-blocks-buttons.smb-buttons {
	flex-direction: row-reverse;
}
.top-access h2.wp-block-heading:before {
	width: 85px;
	height: 100px;
	background-size: contain;
}
h2.to-contact-title {
	border-top: 2px double #fff;
	border-bottom: 2px double #fff;
}
img.mail-image, img.tel-image {
	width: 50px;
	margin: 20px auto;
}

p.to-contact-text {
	margin-left: 0;
	text-align: center;
	font-size: 20px;
}
p.opening-hour {
	margin-top: 20px;
	text-align: center;
}
p.tel-number {
	font-size: 32px;
	text-align: center;
}
h2.to-contact-title {
	justify-content: center;
}
h2.to-contact-title:before, h2.to-contact-title:after {
	display: none;
}
section#to-contact {
	display: none;
}

/* ------------------------------------------------------------------------------------- 会社概要ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.mv-2nd .smb-section__subtitle {
	font-size: 60px;
	color: #fff;
	line-height: 1.5;
	opacity: .15;
	font-weight: lighter;
}
.mv-2nd h1.smb-section__title {
	font-size: 1.5rem;
}
.outline-table tr {
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--wp--preset--color--sm-lighter-gray) !important;
}
.outline-table td {
	border: none !important;
}
.outline-table td:first-child {
	width: 100%;
}
/* ------------------------------------------------------------------------------------- 会社概要ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
p.philosophy_title {
	font-size: 24px;
}
}