/*
Theme Name: 島長水産様
Text Domain: twentytwenty
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Author: Afetiria
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0.  CSS Reset
	1.  Document Setup
	2.  Element Base
	3.  Helper Classes
	4.  Site Header
	5.  Post: Archive
	6.  Post: Single
	7.  Entry Content
	8.  Site Pagination
	9.  Error 404
	10. Widgets
	11. Site Footer
	12. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */


* {
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 0;
	overflow: hidden;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
thead,
tbody,
tfoot,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

a:focus {
	outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 10px 0;
	margin: 1rem 0;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: smaller;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

div,
span {
	word-break: break-all;
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

body {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	font-family: Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	padding-top: 12.0rem;
	text-align: left;
}

/* Clearing ---------------------------------- */

.clear,
.clearfix::after {
	clear: both;
	content: "";
	display: block;
}


/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


p {
	margin: 0 0 3.0rem;
}

a {
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #8b999f;
	margin: 4.0rem 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a:hover img,
a:focus img {
	opacity: 0.7;
}

/* Alignment ------------------------------------- */

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

/* Inputs ------------------------------------ */

label.block {
	display: block;
	padding: 0.5rem 0;
}

input,
select,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border: solid 1px #bababa;
	box-shadow: none;
	color: #000;
	display: block;
	margin: 0;
	max-width: 100%;
	padding: 0.3rem 1.0rem;
	width: 100%;
}

textarea {
	height: 30.0rem;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
a.button,
.entry-content a.wp-block-button__link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.8rem;
	margin: 0;
	opacity: 1;
	padding: 1.0rem 4.0rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

button:focus,
button:hover,
a.button:focus,
a.button:hover,
.entry-content a.wp-block-button__link:focus,
.entry-content a.wp-block-button__link:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
	background-color: #dadada !important;
	color: #808080;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}


/* -------------------------------------------------------------------------- */

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */


/* Text Decorations ------------------------------------ */

.red {
	color: #f00 !important;
}

.white {
	color: #fff !important;
}

.mini {
	font-size: 70% !important;
}

.large {
	font-size: 150% !important;
}

.notice {
	color: #f00 !important;
}

.text-shadow {
	text-shadow: 0 0 0.3rem #000;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb30 {
	margin-bottom: 3.0rem !important;
}

.mb60 {
	margin-bottom: 6.0rem !important;
}

.mt30 {
	margin-top: 3.0rem !important;
}

.mt60 {
	margin-top: 6.0rem !important;
}

.pb50 {
	padding-bottom: 5.0rem !important;
}

.pd-normal {
	padding: 6.0rem !important;
}

.bg-wood {
	background-image: url("./images/bg_wood.png");
	background-repeat: repeat;
}


/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */


.header {
	height: 12.0rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.header.scrolled {
	height: 6.0rem;
}

.header-main {
	height: 100%;
	margin: 0 auto;
	width: 128.0rem;
}

.header-main .mainlogo {
	float: left;
	height: 100%;
	line-height: 12.0rem;
	width: 24.0rem;
}

.header.scrolled .header-main .mainlogo {
	line-height: 6.0rem;
	width: 12.0rem;
}

.header-main .header-cart {
	float: right;
	font-size: 3.6rem;
	height: 100%;
	line-height: 12.0rem;
	margin-left: 1.5rem;
	position: relative;
}

.header.scrolled .header-main .header-cart {
	line-height: 6.0rem;
}

.header-main .header-cart a {
	color: #fff;
}

.header-main .header-cart .signal {
	background-color: #f00;
	border-radius: 0.5rem;
	display: block;
	height: 1.0rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -2.0rem);
	width: 1.0rem;
	z-index: 9999;
}

.header-main .global-navigation {
	float: right;
	height: 100%;
}

.header-main .global-navigation > ul {
	height: 100%;
	line-height: 12.0rem;
	text-align: right;
}

.header.scrolled .header-main .global-navigation > ul {
	line-height: 6.0rem;
}

.header-main .global-navigation > ul > li {
	display: inline-block;
	margin-left: 1.5rem;
	position: relative;
}

.header-main .global-navigation > ul > li a {
	color: #fff;
	text-decoration: none;
}

.header-main .global-navigation > ul > li a:hover,
.header-main .global-navigation > ul > li a:focus {
	color: #fff;
	text-decoration: underline;
}

.header-main .global-navigation > ul > li ul.sub-menu {
	display: none;
	left: 0;
	line-height: 1.6;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translate(0, 1.0rem);
	width: 150%;
}

.header-main .global-navigation > ul > li ul.sub-menu > li {
	margin-top: 1.0rem;
}

.header-main .humberger {
	display: none;
}

.sphone-navigation {
	display: none;
}


/* -------------------------------------------------------------------------- */

/*	5. Post: Archive
/* -------------------------------------------------------------------------- */


.entry-content .wp-block-latest-posts__list > li .wp-block-latest-posts__featured-image {
	margin-bottom: 1.5rem;
	overflow: hidden;
	position: relative;
}

.entry-content .wp-block-latest-posts__list > li .wp-block-latest-posts__featured-image::after {
	content: "";
	display: block;
	padding-top: 66%;
}

.entry-content .wp-block-latest-posts__list > li .wp-block-latest-posts__featured-image > img {
	position: absolute;
	width: 100%;
}

.entry-content .no-articles {
	background-color: #eaeaea;
	padding-bottom: 8.0rem;
	padding-top: 8.0rem;
}


/* -------------------------------------------------------------------------- */

/*	6. Post: Single
/* -------------------------------------------------------------------------- */


.single .entry-content {
	margin-left: auto;
	margin-right: auto;
	width: 91.0rem;
}

.single .entry-content .thumbnail {
	margin-bottom: 3.0rem;
}


/* -------------------------------------------------------------------------- */

/*	7. Entry Content
/* -------------------------------------------------------------------------- */


/* Base ----------------------------- */

.page-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 24.0rem;
	position: relative;
}

.page-cover h1 {
	font-size: 3.6rem;
	font-weight: bold;
	left: 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.7);
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
}

.entry-content {
	margin: 8.0rem auto;
	width: 114.0rem;
}


/* Common ----------------------------- */

.entry-content i {
	margin-right: 0.8rem;
}

.entry-content .mt-normal {
	margin-top: 8.0rem !important;
}

.entry-content .mb-normal {
	margin-bottom: 8.0rem !important;
}

.has-large-font-size {
	font-size: 4.8rem !important;
}

.has-medium-font-size {
	font-size: 3.2rem !important;
}

.has-small-font-size {
	font-size: 2.4rem !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 3.0rem;
}

.entry-content h1.has-background,
.entry-content h2.has-background,
.entry-content h3.has-background,
.entry-content h4.has-background,
.entry-content h5.has-background,
.entry-content h6.has-background {
	padding: 0.3rem 1.5rem;
}

.entry-content ul,
.entry-content ol {
	list-style: disc;
	margin: 0 0 3.0rem 3.0rem;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content ul > li,
.entry-content ol > li {
	margin-bottom: 0.8rem;
}

.entry-content .wp-block-image > .wp-element-caption {
	color: #808080;
	text-align: center;
}

.entry-content .wp-block-table > table {
	border: solid 0.1rem #dadada;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 0 0 3.0rem;
	max-width: 100%;
	width: 100%;
}

.entry-content .wp-block-table > table th,
.entry-content .wp-block-table > table td {
	border: solid 0.1rem #dadada;
	font-weight: 500;
	padding: 0.5rem 1.5rem;
	vertical-align: middle;
}

.entry-content .wp-block-group.is-layout-flex,
.entry-content .wp-block-buttons.is-layout-flex {
	display: flex;
	gap: 3.0rem;
}

.entry-content .wp-block-buttons.large-button a.wp-block-button__link {
	font-size: 2.4rem;
	padding: 1.5rem 6.0rem;
}

.entry-content .wp-block-group.is-layout-grid {
	display: grid;
	gap: 3.0rem;
}


/* Home Page ----------------------------- */

.mainvisual > p {
	margin: 0;
}

.wp-block-group.about-us {
	margin-left: auto;
	margin-right: auto;
	width: 53.0rem;
}

.wpcf7 {
	margin-left: auto;
	margin-right: auto;
	width: 53.0rem;
}


/* Partner Page ----------------------------- */

.entry-content .wp-block-group.partner-product-type {
	align-items: center;
}

.entry-content .wp-block-group.partner-product-type .image {
	width: 30%;
}

.entry-content .wp-block-group.partner-product-type .text {
	width: 70%;
}


/* Recruit Page ----------------------------- */

.entry-content .wp-block-table.recruit-summary > table th {
	width: 20%;
}


/* Trade Law Page ----------------------------- */

.entry-content .wp-block-table.trade-law > table th {
	width: 20%;
}


/* Product List ----------------------------- */

.entry-content ul.products {
	display: flex;
	flex-wrap: wrap;
	gap: 6.0rem 5%;
	list-style: none;
	margin-left: 0;
}

.entry-content ul.products > li {
	flex-basis: 30%;
}

.entry-content ul.products > li > a,
.entry-content ul.products > li > a:hover,
.entry-content ul.products > li > a:focus {
	color: #000;
	text-decoration: none;
}

.entry-content ul.products > li > a:hover,
.entry-content ul.products > li > a:focus {
	opacity: 0.7;
}

.entry-content ul.products > li > a > .thumbnail {
	margin-bottom: 1.5rem;
	overflow: hidden;
	position: relative;
}

.entry-content ul.products > li > a > .thumbnail::after {
	content: "";
	display: block;
	padding-top: 66%;
}

.entry-content ul.products > li > a > .thumbnail > img {
	position: absolute;
	width: 100%;
}

.entry-content ul.products > li > a p.summary {
	color: #666;
}


/* Product Detail ----------------------------- */

.entry-content .product-detail .images {
	float: left;
	width: 40%;
}

.entry-content .product-detail .images ul.sub-images {
	display: flex;
	flex-wrap: wrap;
	gap: 3.0rem 5%;
	list-style: none;
	margin: 3.0rem 0 0;
}

.entry-content .product-detail .images ul.sub-images > li {
	flex-basis: 30%;
}

.entry-content .product-detail .info {
	margin-left: 45%;
}

.entry-content .product-detail .info .description iframe {
	max-width: 100%;
}

.entry-content .product-detail .info .product-form {
	border: solid 0.1rem #bababa;
}

.entry-content .product-detail .info .product-form input[type="number"] {
	width: 12.0rem;
}

.entry-content .notice-box {
	background-color: #ff0;
	border: solid 0.1rem #f00;
	padding: 1.5rem;
}


/* Cart ----------------------------- */

.entry-content .cart ul.cart-sub-products {
	margin: 1.5rem 0 0 2.5rem;
}

.entry-content .cart ul.cart-sub-products > li {
	font-size: 1.4rem;
	margin-bottom: 0.4rem;
}

.entry-content .cart ul.cart-sub-products > li:last-child {
	margin-bottom: 0;
}

.entry-content .cart-total {
	padding: 1.5rem;
}

.entry-content .cart-total > ul {
	list-style: none;
	margin: 0;
}

.entry-content .cart-total > ul > li {
	display: inline-block;
	margin: 0 0 0 3.0rem;
}


/* Delivery Page ----------------------------- */

.order-form {
	margin-left: auto;
	margin-right: auto;
	width: 53.0rem;
}

.different-shipping {
	display: none;
}


/* Confirmation Page ----------------------------- */

.order-customer {
	margin-left: auto;
	margin-right: auto;
	width: 53.0rem;
}


/* -------------------------------------------------------------------------- */

/*	8. Site Pagination
/* -------------------------------------------------------------------------- */


.pagination {
	margin: 5.0rem 0;
	text-align: center;
}

.pagination a {
	border: solid 0.1rem #bababa;
	color: #333;
	margin: 0 1.0rem;
	padding: 0.4rem 0.8rem;
	text-decoration: none;
}

.pagination a:hover,
.pagination a:focus {
	color: #fff;
	text-decoration: none;
}

.pagination strong {
	border: solid 0.1rem #bababa;
	color: #fff;
	font-weight: normal;
	margin: 0 1.0rem;
	padding: 0.4rem 0.8rem;
}


/* -------------------------------------------------------------------------- */

/*	9. Error 404
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	10.	Widgets
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	11. Site Footer
/* -------------------------------------------------------------------------- */


.footer {
	padding: 5.0rem 0;
}

.footer-main {
	margin: 0 auto;
	width: 128.0rem;
}

.footer-main .footer-navigation > ul > li {
	border-left: solid 0.1rem #000;
	display: inline-block;
	padding: 0.5rem 1.5rem;
}

.footer-main .footer-navigation > ul > li:last-child {
	border-right: solid 0.1rem #000;
}

.footer-main .footer-navigation > ul > li .sub-menu {
	display: none;
}

.footer-main .footer-navigation > ul > li > a {
	color: #000;
	text-decoration: none;
}

.footer-main .footer-navigation > ul > li > a:hover,
.footer-main .footer-navigation > ul > li > a:focus {
	color: #000;
	text-decoration: underline;
}

.copyright {
	font-size: 1.4rem;
	margin: 5.0rem 0 0;
}

.top-button {
	border-radius: 2.5rem;
	bottom: 2.0rem;
	cursor: pointer;
	height: 5.0rem;
	position: fixed;
	right: 2.0rem;
	width: 5.0rem;
	z-index: 9999;
}

.top-button:hover,
.top-button:focus {
	opacity: 0.7;
}

.top-button > span {
	color: #fff;
	display: block;
	font-size: 1.2rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
}

.top-button > span > i {
	font-size: 2.4rem;
}

.grecaptcha-badge {
	bottom: 8.0rem !important;
}

.pop-up {
	background: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.pop-up-window {
	background: #fff;
	left: 50%;
	padding: 3.0rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}


/* -------------------------------------------------------------------------- */

/*	12. Media Queries
/* -------------------------------------------------------------------------- */

@media ( max-width: 1280px ) {

	/* Site Header ----------------------------- */

	.header-main {
		margin: 0;
		width: auto;
	}

	.header-main .global-navigation > ul > li {
		margin-left: 1.0rem;
	}

	.header-main .global-navigation > ul > li a {
		font-size: 1.4rem;
	}


	/* Base ----------------------------- */

	.entry-content {
		width: 91.0rem;
	}


	/* Common ----------------------------- */

	.has-large-font-size {
		font-size: 3.6rem !important;
	}

	.has-medium-font-size {
		font-size: 2.4rem !important;
	}

	.has-small-font-size {
		font-size: 2.0rem !important;
	}

	.entry-content .wp-block-buttons.large-button a.wp-block-button__link {
		font-size: 2.0rem;
	}


	/* Site Pagination ----------------------------- */

	.pagination {
		margin: 5.0rem 1.0rem;
		width: auto;
	}


	/* Site Footer ----------------------------- */

	.footer-main {
		margin: 0 1.0rem;
		width: auto;
	}
}

@media ( max-width: 980px ) {

	body {
		padding-top: 6.0rem;
	}


	/* Buttons ------------------------------------ */

	button,
	a.button,
	.entry-content a.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		display: block;
		font-size: 1.6rem;
		padding: 1.0rem;
		width: 100%;
	}


	/* Site Header ----------------------------- */

	.header {
		height: 6.0rem;
	}

	.header-main .mainlogo {
		line-height: 6.0rem;
		width: 12.0rem;
	}

	.header-main .header-cart {
		line-height: 6.0rem;
		margin-left: 0;
		margin-right: 1.0rem;
	}

	.header-main .global-navigation {
		display: none;
	}

	.header-main .humberger {
		color: #fff;
		display: block;
		float: right;
		font-size: 3.6rem;
		height: 100%;
		line-height: 6.0rem;
		padding-right: 1.0rem;
	}

	.sphone-navigation {
		height: 100%;
		left: 0;
		padding-top: 10.0rem;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}

	.sphone-navigation > ul {
		margin: 0 auto;
		width: calc( 100% - 3.0rem );
	}

	.sphone-navigation > ul > li {
		border-top: solid 0.1rem #dadada;
	}

	.sphone-navigation > ul > li:last-child {
		border-bottom: solid 0.1rem #dadada;
	}

	.sphone-navigation > ul > li > a {
		color: #000;
		display: block;
		font-size: 1.8rem;
		padding: 0.5rem 1.5rem;
		text-align: center;
		text-decoration: none;
	}

	.sphone-navigation > ul > li > a:hover,
	.sphone-navigation > ul > li.current_page_item > a {
		text-decoration: none;
	}


	/* Post ----------------------------- */

	.single .entry-content {
		width: 75.0rem;
	}


	/* Base ----------------------------- */

	.page-cover {
		height: 15.0rem;
	}

	.page-cover h1 {
		font-size: 2.8rem;
	}

	.entry-content {
		width: 75.0rem;
	}


	/* Partner Page ----------------------------- */

	.entry-content .wp-block-group.partner-product-type .image {
		width: 45%;
	}

	.entry-content .wp-block-group.partner-product-type .text {
		width: 55%;
	}


	/* Product List ----------------------------- */

	.entry-content ul.products {
		gap: 6.0rem 10%;
	}

	.entry-content ul.products > li {
		flex-basis: 45%;
	}


	/* Site Footer ----------------------------- */

	.footer-main .footer-navigation {
		display: none;
	}

	.copyright {
		margin-top: 0;
	}

	.pop-up-window {
		padding: 2.0rem;
		width: 70%;
	}
}

@media ( max-width: 768px ) {

	.pd-normal {
		padding: 3.0rem 1.0rem !important;
	}


	/* Post ----------------------------- */

	.single .entry-content {
		margin-left: 1.0rem;
		margin-right: 1.0rem;
		width: auto;
	}


	/* Base ----------------------------- */

	.page-cover {
		height: 12.0rem;
	}

	.entry-content {
		margin: 4.0rem 1.0rem;
		width: auto;
	}


	/* Common ----------------------------- */

	.entry-content .mt-normal {
		margin-top: 4.0rem !important;
	}

	.entry-content .mb-normal {
		margin-bottom: 4.0rem !important;
	}

	.has-large-font-size {
		font-size: 2.4rem !important;
	}

	.has-medium-font-size {
		font-size: 2.0rem !important;
	}

	.has-small-font-size {
		font-size: 1.8rem !important;
	}

	.entry-content .wp-block-buttons.large-button a.wp-block-button__link {
		font-size: 1.8rem;
		padding: 1.5rem 4.0rem;
	}


	/* Product Detail ----------------------------- */

	.entry-content .product-detail .images {
		float: none;
		margin: 0 auto;
		width: 53.0rem;
	}

	.entry-content .product-detail .info {
		margin-left: 0;
	}


	/* Cart ----------------------------- */

	.entry-content .cart-total > ul > li {
		display: list-item;
		margin: 0.8rem 0;
	}


	/* Delivery Page ----------------------------- */

	.order-form {
		width: auto;
	}
}

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

	/* Base ----------------------------- */

	.page-cover {
		height: 10.0rem;
	}

	.page-cover h1 {
		font-size: 2.0rem;
	}


	/* Common ----------------------------- */

	.entry-content .wp-block-table > table th,
	.entry-content .wp-block-table > table td {
		padding: 0.5rem;
	}

	.entry-content .wp-block-group.is-layout-flex,
	.entry-content .wp-block-buttons.is-layout-flex,
	.entry-content .wp-block-group.is-layout-grid {
		display: block;
	}

	.entry-content .wp-block-group.is-layout-flex > *,
	.entry-content .wp-block-buttons.is-layout-flex > *,
	.entry-content .wp-block-group.is-layout-grid > * {
		margin-bottom: 3.0rem;
		margin-top: 3.0rem;
	}

	.entry-content .wp-block-buttons > .wp-block-button {
		display: block;
	}

	.entry-content .wp-block-buttons > .wp-block-button > a.wp-block-button__link {
		display: block;
	}


	/* Home Page ----------------------------- */

	.wp-block-group.about-us {
		width: auto;
	}

	.wpcf7 {
		width: auto;
	}


	/* Partner Page ----------------------------- */

	.entry-content .wp-block-group.partner-product-type .image {
		width: auto;
	}

	.entry-content .wp-block-group.partner-product-type .text {
		width: auto;
	}


	/* Product List ----------------------------- */

	.entry-content ul.products {
		gap: 4.0rem 0;
	}

	.entry-content ul.products > li {
		flex-basis: 100%;
	}


	/* Product Detail ----------------------------- */

	.entry-content .product-detail .images {
		width: auto;
	}


	/* Confirmation Page ----------------------------- */

	.order-customer {
		width: auto;
	}


	/* Site Footer ----------------------------- */

	.pop-up-window {
		width: 80%;
	}
}


