	html {
		font-size: 16px;
		scroll-behavior: smooth;
	}

	body {
		max-width: 620px;
		margin: 0px auto;
		font-family: "メイリオ", sans-serif;
		line-height: 1.3rem;
		color: #594D46;
	}

	body * {
		border-spacing: 0;
		box-sizing: border-box;
	}

	a {
		display: inline-block;
	}

	small {
		font-size: 10px;
	}

	.small-caution {
		font-size: 0.8em;
		color: #808080;
	}

	.copyright {
		margin: 0.5rem 0;
		text-align: center;
	}

	img {
		width: 100%;
	}

	main {
		display: inline-block;
		width: 100%;
		background-color: #efefef;
		padding-top: 1.3em;
		min-height: calc(100vh - 400px);
	}

	main article {
		border-radius: 5px;
		padding: 1.3em;
		margin-right: 1em;
		margin-left: 1em;
		margin-bottom: 3em;
		background-color: #fff;
	}

	main article>* {
		margin-bottom: 2em;
	}

	main article>*:last-child {
		margin-bottom: 0;
	}

	main section.page-description {
		text-align: center;
	}

	main ul {
		margin-left: 1em;
		margin-bottom: 1.5em;
	}

	main ul li {
		list-style: disc;
		margin-bottom: 1.5em;
	}

	main ul li.small {
		margin-bottom: 1em;
	}

	a:hover {
		opacity: 80%;
	}

	p a {
		color: #CDAB81;
		text-decoration-line: underline;
		text-decoration-thickness: 1%;
	}

	p a:hover {
		cursor: pointer;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: Courier, "Helvetica", "HG丸ゴシックM-PRO", "ヒラギノ丸ゴ Std", "メイリオ", sans-serif;
		margin: 0;
		line-height: 1.5em;
	}

	h1 {
		font-weight: bold;
		text-align: center;
		font-size: 1.5rem;
		margin-bottom: 1em;
	}

	h2 {
		font-size: 1.3rem;
		margin-bottom: 1em;
		color: #fff;
	}

	h3 {
		font-size: 1.2rem;
		position: relative;
		text-align: center;
		margin-bottom: 2.2em;
	}

	h3:before {
		content: '';
		position: absolute;
		bottom: -15px;
		display: inline-block;
		width: 60px;
		height: 2px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #594D46;
		border-radius: 2px;
	}

	h4 {
		font-size: 1.1rem;
	}

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

	.gohome {
		margin-bottom: 1em;
	}

	.page-content p {
		line-height: 1.7em;
		margin-bottom: 0.5rem;
	}

	footer {
		width: 100%;
		height: 400px;
		background-color: #594D46;
		color: #efefef;
		padding: 2rem 2.6rem 3rem 2.6rem;
	}

	.footer-navi ul {
		padding-left: 0;
		border-bottom: 1px solid #efefef;
		margin-bottom: 1em;
	}

	.footer-navi ul a {
		display: inline;
	}

	.footer-navi li {
		list-style: none;
		border-top: 1px solid #efefef;
		padding: 0.7em 0 0.7em 1em;
	}

	.footer-navi .menu-midashi {
		color: #fff;
		margin: 0 0 0.1em 0;
	}

	.footer-navi .menu-setsumei {
		color: #ddd;
		font-size: 0.8em;
		margin-left: 1em;
	}

	.privacy-policy-container {
		display: flex;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		column-gap: 3%;
		font-size: 0.8em;
	}

	.success-message {
		color: #4682B4;
	}

	form div.input-item-container {
		margin-bottom: 2em;
	}

	form label {
		display: block;
	}

	form input[type="text"],
	form .select-container {
		border: #080706 solid 1px;
		margin: 0 1rem;
		max-width: 240px;
		width: 100%;
	}

	form select {
		width: 100%;
	}

	form .select-container {
		position: relative;
	}

	form input[type="text"],
	form select {
		padding: 0.5em 0.7em;
	}


	form .select-container::after {
		content: "";
		position: absolute;
		right: 10px;
		top: 15px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #999;
		border-left: 2px solid #999;
		transform: translateY(-50%) rotate(-135deg);
		font-size: 20px;
		pointer-events: none;
	}

	form input[type="text"]::placeholder {
		color: #888;
	}

	form input[type="text"].has-error,
	form .select-container.has-error {
		border: #FF6347 solid 1px;
	}

	form p.address {
		margin: 0 1rem;
	}

	.danger-text {
		color: #FF6347;
		margin-left: 1rem;
	}

	p.validation-description {
		font-size: 0.8em;
		margin-left: 1rem;
	}

	button,
	form input[type="submit"] {
		display: block;
		background-color: #080706;
		color: #efefef;
		border: none;
		width: 150px;
		text-align: center;
		padding: 0.5em 0.7em;
		margin: 10px auto 20px auto;
	}


	button:hover,
	form input[type="submit"]:hover {
		cursor: pointer;
	}

	#delete-button {
		background-color: #CDAB81;
	}


	/*--------------------------------------
  カード型_01
--------------------------------------*/
	.l-wrapper_01 {
		margin: 1rem auto;
		width: 95%;
	}

	.l-wrapper_01:hover {
		transform: translateY(-3px);
		box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
		transition: all .5s;
	}

	.card_01 {
		background-color: #fff;
		box-shadow: 0 0 8px rgba(0, 0, 0, .16);
		color: #212121;
		text-decoration: none;
		margin: 0;
		border-radius: 5px;
		padding: 1.3em;
	}

	.card__header_01 {
		display: flex;
		flex-wrap: wrap;
	}

	.card__header_01 h4 {
		order: 1;
		margin-bottom: 0.5rem;
	}

	.card__thumbnail_01 {
		margin: 0 0 1rem 0;
		order: 0;
	}

	.card__image_01 {
		width: 100%;
	}

	.card__body_01 {
		padding: 0 1.5rem 1rem 1.5rem;
	}

	.card__text_01 {
		font-size: .8rem;
		text-align: center;
		text-decoration: none;
		padding-bottom: 0;
	}

	.card__text2_01 {
		font-size: .8rem;
		margin-top: 0;
		margin-bottom: 2rem;
	}

	.card__text_01+.card__text_01 {
		margin-top: .5rem;
	}

	.card__footer_01 {
		padding-top: 1rem;
		border-top: 1px solid #ddd;
	}

	.box-with-icon {
		width: 100%;
		border-radius: 12px;
		background: #eaF6Fd;
		display: grid;
		align-items: center;
		gap: 10px;
		grid-template-columns: calc(100% - 60px) 50px;
		padding: 1em;
		margin-bottom: 1em;
	}

	.box-with-icon * {
		margin-bottom: 0 !important;
	}

	.box-with-icon .ashihara-icon {
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}

	.box-with-icon.fukidashi-top {
		position: relative;
		margin-bottom: 2em;
	}

	.box-with-icon.fukidashi-top:before {
		content: "";
		position: absolute;
		top: -30px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #eaF6Fd;
	}

	.inline-block {
		display: inline-block;
	}

	.okaimono-section {
		margin-bottom: 3em;
	}

	.okaimono-link-area {
		margin-bottom: 1em;
	}

	.okaimono-card {
		display: grid;
		justify-items: center;
		gap: 10px;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.okaimono-card .item-picture {
		max-width: 200px;
		max-height: 200px;
	}

	.okaimono-card .info-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.okaimono-card .info-wrapper * {
		margin-bottom: 0;
	}

	.okaimono-card .item-name {
		color: #CDAB81;
		text-decoration-line: underline;
		text-decoration-thickness: 1%;
		font-size: 12px;
		line-height: 1.3em;
	}

	.okaimono-card .item-price {
		font-size: 12px;
	}

	.okaimono-card .date-text {
		font-size: 12px;
		color: #BBB;
	}

	.okaimono-card .button-wrapper {
		display: flex;
		justify-content: space-evenly;
		margin-bottom: 1em;
	}

	.rakuten-logo {
		max-height: 27px;
		width: auto;
	}

	.rakuten-buy-button {
		width: 41%;
		height: 27px;
		background-color: #bf0000;
		color: #fff !important;
		font-size: 12px;
		font-weight: 500;
		line-height: 27px;
		margin-left: 1px;
		padding: 0 12px;
		border-radius: 16px;
		cursor: pointer;
		text-align: center;
	}

	.paste-area {
		display: none;
	}

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