@charset "utf-8";
/* CSS Document */

.section01{
	padding: 100px 0 140px;
}
.section01 .inner{
	max-width: 1000px;
}
.section01 .default_title2{
	padding-top: 24px;
	font-size: 26px;
}
.lead{
	padding: 50px 0 39px;
	font-size: 14px;
	line-height: 2.14;
	color: #222;
}
form .row{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 39px;
	gap: 25px;
}
.lab{
	width: 275px;
	flex-shrink: 0;
	gap: 20px;
	padding-top: 4px;
	justify-content: flex-start;
}
.lab p{
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	color: #222;
}
.lab .req{
	width: 70px;
	height: 26px;
	background-color: #cb0000;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 26px;
	text-align: center;
	flex-shrink: 0;
}
.checks .check{
	gap: 10px;
	margin-bottom: 8px;
	justify-content: flex-start;
}
.checks .check p{
	font-size: 16px;
	line-height: 40px;
}
.checks input[type="radio"]{
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	accent-color: #c83c1e;
}
.checks,
.adds,
.zip{
	flex: 1;
	min-width: 0;
}
.adds{
	width: 100%;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],form textarea{
	flex: 1;
	min-width: 0;
	width: 100%;
	height: 43px;
	padding: 0 20px;
	background-color: #fff;
	border: 2px solid #f3f4f8;
	border-radius: 5px;
	font-family: "Zen Old Mincho", serif;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
}
form textarea.area{
	width: 100%;
	height: 244px;
	padding-top: 11px;
}
form input::placeholder,form textarea::placeholder{
	color: #333;
	opacity: 0.5;
}
.zip{
	gap: 10px;
	flex: none;
}
.zip p{
	font-size: 16px;
	font-weight: 500;
}
.zip input{
	width: 107px!important;
	height: 48px!important;
}
.adds input{
	display: block;
	width: 100%;
	flex: none;
	margin-bottom: 12px;
}
.adds input:last-of-type{
	margin-bottom: 0;
}
.agree{
	gap: 10px;
	padding-top: 40px;
}
.agree input[type="checkbox"]{
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	accent-color: #c83c1e;
	cursor: pointer;
}
.agree p{
	font-size: 15px;
	letter-spacing: 0.06em;
	color: #222;
	border-bottom: 1px solid #d4c9b0;
}
.submit{
	padding-top: 24px;
}
.submit button{
	min-width: 192px;
	padding: 14px 30px;
	background-color: transparent;
	border: 1px solid #c83c1e;
	border-radius: 4px;
	font-family: "Zen Old Mincho", serif;
	font-size: 15px;
	letter-spacing: 0.087em;
	color: #c83c1e;
	cursor: pointer;
	transition: ease 0.3s;
}
.submit button:hover{
	background-color: #c83c1e;
	color: #fff;
}
.cta{
	margin-top: 80px;
	padding: 50px 20px;
	background-color: #f5ede0;
	border: 1px solid #d4c9b0;
	text-align: center;
}
.cta > p{
	padding-bottom: 20px;
	font-size: 17px;
	letter-spacing: 0.049em;
	color: #555;
}
.cta .more{
	justify-content: center;
}

@media screen and (max-width: 768px){
	form .row{
		flex-wrap: wrap;
		/*
		flex-direction: column;
		*/
		gap: 12px;
	}
	.lab{
		width: 100%;
	}
	form input[type="text"],
	form input[type="email"],
	form input[type="tel"]{
		width: 100%;
		flex: none;
	}
}
.agree .privacy-open {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d4c9b0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}

/* ポリシーの背景 */
.privacypolicy {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0.55);
}

.privacypolicy.is-open {
  display: block;
}

/* 本文 */
.privacypolicy .contents {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  background: #fffbf2;
  color: #333;
  text-align: left;
}

.privacypolicy .title {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 1.5;
}

.privacypolicy .box {
  margin-top: 28px;
}

.privacypolicy .box h3 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.6;
}

.privacypolicy p {
  font-size: 14px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

/* 閉じるボタン */
.privacypolicy .close-bt {
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #fffbf2;
  border-radius: 50%;
  cursor: pointer;
}

.privacypolicy .close-bt::before,
.privacypolicy .close-bt::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  width: 20px;
  height: 2px;
  background: #333;
}

.privacypolicy .close-bt::before {
  transform: rotate(45deg);
}

.privacypolicy .close-bt::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 576px) {
  .privacypolicy {
    padding: 60px 16px 24px;
  }

  .privacypolicy .contents {
    padding: 28px 20px;
  }

  .privacypolicy .title {
    font-size: 22px;
  }

  .privacypolicy .box h3 {
    font-size: 16px;
  }
}
.checks .check > p {
  cursor: pointer;
}


.agree > p {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #d4c9b0;
  text-underline-offset: 5px;
}

.agree > p:focus-visible,
.privacypolicy .close-bt:focus-visible {
  outline: 2px solid #c83c1e;
  outline-offset: 4px;
}
.checks input[type="radio"]:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}