@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@700&display=swap');
* {
	margin: 0;
	padding: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
/*  font-feature-settings: "palt";*/
  letter-spacing: .06em;
}
body {
	color:#333333;
  font-family: "Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: clamp(1rem, 0.779rem + 0.98vw, 1.25rem); /* 16 - 20px  360px - 768px */
	font-weight: 400;
	background-color:#fff;
  line-height: 1.85;
}
body.top {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top 53px center;
}
@media screen and (min-width: 1400px) {
  body.top{
    background-size: 100%;
  }
}

:root {
  --main-color: #00a040;
  --strong-color: #bb0000;
  --error-color: #bb0000;
}


a {
	outline:none;
}
a:link,
a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
b {
	font-weight: 600;
}
img {
	max-width: 100%;
}
a img {
  transition: opacity .5s;
}
a img:hover {
  opacity: .6;
}

.corp-name {
  background-color: var(--main-color);
  line-height: 1;
  padding: .5em 1.5em;
}
.header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 3.2em 1em 5.5em;
  box-sizing: border-box;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.header-title h1 {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.45em;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
  line-height: 1.2;
}
.header-title h1 span {
  display: inline-block;
}
.header-info {
  margin-top: 2.6em;
}
.header-info .year {
  font-size: 1.75em;
  text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
  font-weight: 900;
}
.header-info .example {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 1.2em;
  font-weight: 900;
}
@media screen and (max-width: 478px) {
  .header-info .example {
    flex-direction: column;
    align-items: center;
  }
}


.header-info .example .kind {
  display: block;
  font-size: 1.57em;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: .1em .5em .2em;
}
.header-info .example .price {
  font-size: 2.1em;
  font-weight: 900;
  color: var(--strong-color);
  text-align: right;
  margin-top: -.15em
}
.header-info .example .price strong {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25em;
  letter-spacing: -0.04em;
  margin-right: .1em;
}
.header-info .example .price span {
  display: block;
  font-size: 75%;
  padding-top: 0.2em;
}
.header-info .example .other {
  font-size: 2.1em;
  font-weight: 900;
  margin-bottom: -.15em;
}


.inner {
  width: 85.71%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

.attention {
  margin-bottom: 2em;
}
.attention-text {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5;
}
.attention-text span {
  display: inline-block;
}
.attention dl {
  margin-top: 3em;
}
.attention dt {
  font-size: 1.5em;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .attention dt {
    font-size: 1.4em;
  }
}


.attention dt strong {
  color: var(--strong-color);
}
.attention dd {
  padding: 1em 1em 2em 1em;
  border: 1px solid #aaaaaa;
  margin-top: 3em;
}
.attention dd > ul {
  max-width: 700px;
  margin: 0 auto;
}
.attention dd > ul > li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
.attention dd > ul > li::before {
  content: '・';
}
.attention dd > ul.note > li::before {
  content: '※';
  margin-right: .1em;
}
.attention dd > ul + ul {
  margin-top: 1em;
}

button.modal-open-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  font: inherit;
  color:#333333;
  border-bottom: 1px solid #333;
  line-height: 1.2;
}
button.modal-open-button:hover {
  border-bottom: none;
}

.modal {
  width: 95%;
  max-width: 900px;
  margin: auto;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 0px 20px #777;
  outline: none;
  box-sizing: border-box;
}
.modal::backdrop {
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 2em 2em;
}
h2.modal-headline {
  margin: 0 auto 2em;
}
.modal-content {
  overflow-wrap: anywhere;
}
.modal-container ol,
.modal-container ul {
  list-style: none;
}
.modal-container li {
  text-indent: -1em;
  margin-left: 1em;
}

.modal-close-button {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 1;
  aspect-ratio: 1;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background-color: #333;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
  cursor: pointer;
}
.modal-close-button::before,
.modal-close-button::after {
  position: absolute;
  width: 2em;
  height: 2em;
  inset: 0;
  display: inline-block;
  width: 45%;
  height: 2px;
  margin: auto;
  content: "";
  background-color: #fff;
}
.modal-close-button::before {
  rotate: 45deg;
}
.modal-close-button::after {
  rotate: 135deg;
}
.modal-close-button:focus-visible {
  background-color: #000;
}
@media (any-hover: hover) {
  .modal-close-button:hover {
    background-color: #000;
  }
}

.modal .example {
  border-top: 2px dashed #333;
  border-bottom: 2px dashed #333;
  margin-top: 1em;
  padding: 1em;
}
.modal .example span {
  display: inline-block;
}

.break {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
.break p + p {
  margin-top: 1em;
}
.break .red {
  color: #bb0000;
}
.break span {
  display: inline-block;
}

.summary-block {
  margin: 0 auto;
}
.summary-block p {
  font-size: .9em;
}
.summary-block.conf {
  max-width: 580px;
  margin-bottom: 3em;
}
.summary-block.cancel {
  max-width: 620px;
  margin-bottom: 3em;
}



/* form -----------------------------------------------------------*/
.form-table {
  width: 100%;
  margin: 1em auto;
}
.page-cancel .form-table {
  width: auto;
  max-width: 100%;
}
.form-table.last {
  margin-bottom: 5em;
}
.form-table th {
  width: 9em;
  text-align: left;
  vertical-align: top;
  padding: .5em 0;
  font-weight: 400;
}
.form-table th.form-table-th {
  width: 8em;
  font-weight: 800;
}
.form-table th span.required-note {
  display: block;
  font-size: 62%;
  color: var(--error-color);
}
.form-table th.required {
  display: flex;
  min-width: 11em;
}
.form-table th.required::after {
  content: '※';
  font-size: 62%;
  color: var(--error-color);
}
.form-table td {
  vertical-align: top;
}
.form-table.conf td {
  padding: .5em 0;
}
.form-table .note {
  font-size: 70%;
  margin-bottom: .5em;
}
.form-table .note-list {
  font-size: 90%;
}
.form-table .note-list > li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
.form-table .note-list > li::before {
  content: '・';
  margin-right: .4em;
}

@media screen and (max-width: 700px) {
  .form-table th {
    display: block;
    margin-top: .5em;
    padding-bottom: 0;
    width: 100%;
  }
  .form-table th span.required-note {
    display: inline-block;
    margin-left: 1em;
  }
  .form-table th.required br {
    display: none;
  }
  .form-table td {
    display: block;
    margin-top: 0;
  }
  .form-table input[type="text"],
  .form-table input[type="tel"],
  .form-table input[type="email"] {
    margin-top: 0;
  }

}

img.ui-datepicker-trigger {
  margin-bottom: -8px;
  margin-left: 5px;
  cursor: pointer;
}

.radio-list {
  margin-top: .5em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.radio-list > li {
  list-style: none;
  margin-left: 1.4em;
}
.radio-list > li label {
  text-indent: -1em;
  display: inline-block;
}
.radio-list .add {
  font-size: 0.9em;
} 



/* products-list -----------------------------------------------------------*/
h2 {
  font-size: 1em;
  text-align: center;
  margin: 4em auto 3em;
}
.summary-block h2 {
  margin: 6em auto 2em;
}

.products-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5em;
  list-style: none;
  line-height: 1.7;
  font-size: .9em;
  margin-bottom: 5em;
}
.products-list > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2em 3.5em;
}

.products-list .image-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products-list .image-block .kind {
  display: inline-block;
  border: 1px solid #000;
  background-color: #ffffff;
  font-weight: 600;
  line-height: 1;
  padding: .2em .3em;
  margin-top: .8em;
}
.products-list .image-block .kind strong {
  color: var(--strong-color);
}
.products-list .info-block .name {
  font-weight: 800;
}
.products-list .info-block .name strong {
  color: var(--strong-color);
}
.products-list .info-block .price {
  font-weight: 800;
}
.products-list .info-block .price strong {
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.products-list .info-block .info-list {
  margin-top: .6em;
}
.products-list .info-block .info-list > li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
.products-list .info-block .info-list > li::before {
  content: '・';
  margin-right: .4em;
}
.products-list .info-block .inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  margin-top: 1em;
}



.input-table th {
  font-size: 90%;
  text-align: center;
}

.input-table th:first-child {
  width: 32%;
  min-width: 3em;
}

.set .input-table th:first-child {
  width: 25%;
}
.set .input-table th:nth-child(2) {
  width: 20%;
  min-width: 3em;
}
.set .input-table td:first-child {
  text-align: center;
}

.num0 {
  margin-bottom: 5em;
}


input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="email"] {
  padding: .4em;
  width: 100%;
  max-width: 20em;
	box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #7f7f7f;
  border-radius: 1px;
  font-size: clamp(0.875rem, 0.792rem + 0.42vw, 1rem); /* 14 - 16px  320px - 800px */
}
input[type="text"]:read-only {
  background-color: #efefef;
  color: #555;
}


.form-table input[type="text"],
.form-table input[type="tel"],
.form-table input[type="number"],
.form-table input[type="date"],
.form-table input[type="email"] {
  margin-top: .8em;
}
input[type="text"].zip {
  max-width: 6em;
}
input[type="text"].name,
input[type="text"].date {
  max-width: 12em;
}
input[type="email"].email {
  min-width: 20em;
  max-width: 100%;
}
input[type="tel"].tel {
  max-width: 5em;
}
input[type="text"].long {
  width: 100%;
}
.products-list input[type="number"],
.products-list input[type="text"] {
  max-width: 5em;
  width: 100%;
  margin-left: .5em;
}
input[type="text"].inputprice {
  max-width: 7em;
  width: 100%;
}
input[type="text"].inputprice + span {
  font-size: 75%;
}

textarea {
  padding: .2em;
  width: 100%;
	box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #7f7f7f;
  border-radius: 3px;
  font-size: clamp(0.875rem, 0.792rem + 0.42vw, 1rem); /* 14 - 16px  320px - 800px */
}



.button-block {
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 7em 0 5em;
  column-gap: 3rem;
  row-gap: 2rem;
}
.button-block.to-komefuku {
	margin: 4em 0 3em;
}
.page-cancel .button-block {
	margin: 3em 0;
}
.button-block .button-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.button-block .note {
  text-align: center;
  margin-top: .6em;
}

button.button,
a.button {
	display: block;
	width: 330px;
	color: #fff;
	background-color: #000;
  border: none;
	/*box-shadow: 4px 4px 0 var(--main-color2);*/
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	padding: 1.6rem 0;
	position: relative;
	transition: opacity .5s;
  font-size: clamp(0.875rem, 0.654rem + 0.98vw, 1.125rem);/* 14-18 360-768 */
  cursor: pointer;
}
button.button.back,
a.button.back {
	background-color: #555;
}
button.button:hover,
a.button:hover {
	opacity: .6;
}
button.button::after,
a.button::after {
	content: "";
	display: block;
  background: #fff;
  height: 8px;
  width: 7px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	right: 1.1rem;
	top: calc( 50% - 5px );
	transition: right .5s;
}
button.button.back::after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
	right: auto;
	left: 1.1rem;
	transition: left .5s;
}
.button-block.to-komefuku a.button {
	background-color: var(--main-color);
}

button.button:not(.back):not(.down):hover::after,
a.button:hover::after {
	right: .8rem;
}
button.button.back:hover::after {
	left: .8rem;
}

button.button:disabled {
  background-color: #444;
  color: #aaa;
}



.price-block {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #33b366;
}
.total-price {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 1em;
	display: flex;
  flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
  gap: .4em 0;
	font-size: 1.2em;
  box-sizing: border-box;
}
.total-price > dt {
	font-weight: 700;
  margin-right: .5em;
}
.total-price > dd {
	font-weight: 700;
  line-height: 1;
}
.total-price > dd .price {
	font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.error {
  color: var(--error-color);
  font-size: .8em;
}
h2 + .error {
  text-align: center;
  margin-bottom: 2em;
}
