/** Shopify CDN: Minification failed

Line 191:0 Unexpected "}"

**/

.page-bg-wrapper{
  background-image: url(/cdn/shop/files/page-bg.jpg?v=1726647481);
  background-size: cover;
  color: #44201B;
}

/*タイトル*/
.page-title{
  color: #44201B;
  text-align: center;
  padding: 200px 0 0;
}
.page-title-english{
  font-size: 85px;
  margin: 0;
  letter-spacing: 8.64px;
  color: #44201B;
  text-align: center;
  font-family: serif;
}
.page-title-japanese{
  font-size: 24px;
  font-family: serif;
  margin: 0;
}
@media screen and (max-width: 990px) {
      .page-title{
        padding: 150px 0 0;
      }
      .page-title-english{
      font-size: 60px;
      }
    .page-title-japanese{
      font-size: 18px;
      }
}
@media screen and (max-width: 460px) {
   .page-title {
     padding: 80px 0 0;
      }
    .page-title-english{
      font-size: 45px;
      letter-spacing: 7px;
      }
    .page-title-japanese{
      font-size: 13px;
      }
  }
/*タイトル終*/

.contact-wrapper{
  margin: 0 100px;
}
@media screen and (max-width: 760px){
    .contact-wrapper {
    margin: 50px;
  }
}
@media screen and (max-width: 460px) {
  .contact-wrapper {
    margin: 30px;
  }
}

.qa-title{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 120px auto;
  color: #44201B;
}
@media screen and (max-width: 760px) {
  .qa-title {
    font-size: 18px;
    margin: 50px auto;
  }
}




/*アコーディオン*/

.toggle {
	display: none !important;
}

.label {
	padding: 1em;
    align-items: center;
    background-color: #fff;
    text-align: left;
    border-radius: 20px;
}

.label:hover{
    cursor: pointer;
}

.qa-icon{
  font-family: serif;
  margin: 8px 10px auto;
  font-size: 20px;
}

.label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
    font-size: 16px;
    line-height: 2.5;
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 460px) {
  .qa-icon{
  font-family: serif;
  margin: 5px 7px auto;
  font-size: 16px;
}
.label,
.content {
    font-size: 12px;
    line-height: 2.083;
}
}

.content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}

.toggle:checked + .label + .content, box-close + .label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
    opacity: 100%;
}

.qa-label::before{		/*タイトル横の矢印*/
	content:"";
	width: 13px;
	height: 13px;
	border-top: 1px solid #A9A9A9;
	border-right: 1px solid #A9A9A9;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 10px );
	right: 30px;
	transform: rotate(135deg);
}

.toggle:checked + .qa-label::before {
	transform: rotate(-45deg) !important;
}

.qa-label-p {
    margin-right: 50px;
}

.qa-content{
    background-color: transparent;
    text-align: left;
}
/*アコーディオン終*/

/*フォーム*/
.contactform-title{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 170px auto 20px;
  color: #44201B;
}
@media screen and (max-width: 760px) {
  .contactform-title {
    font-size: 18px;
    margin: 100px auto 0;
  }
}
}


.contact img {
  max-width: 100%;
}

.contact .form__message {
  align-items: flex-start;
}

.contact .icon-success {
  margin-top: 0.2rem;
}

.contact .field {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 2rem;
  }
}

.contact__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .contact__button {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}
