@charset "UTF-8";
/* ----------------------------------------------------------------------
サブページ共通
---------------------------------------------------------------------- */

#content-header{
	margin-top:16rem;
	text-align:center;
	margin-bottom:6rem;
}
h1 span.subtitle { 
  display:block;
  font-size: 6.4rem;
  color: #AA3737;
  letter-spacing: 0.4em;
  text-align: center;
  font-weight: 700;
  line-height: 6.4rem;
  margin-bottom:2.2rem;
}

h1 span.title { 
  display:block;
  font-size: 3.2rem;
  color: #AA3737;
  letter-spacing: 0.4em;
  text-align: center;
  line-height: 3.2rem;
}

#main_page{
	margin-top:6rem;
	margin-bottom: 16rem;
}
#breadcrumbs{
	color:#999;
	text-align: center;
}
#breadcrumbs a{
	text-decoration: underline;
}
#breadcrumbs a:hover{
	color:#EFB13C;
}
@media screen and (max-width: 1366px) {
	h1 span.subtitle {
	  font-size: 5.5rem;
	  line-height: 5.5rem;
	}
	h1 span.title {
	  font-size: 2.8rem;
	  line-height: 2.8rem;
	}
}

@media screen and (max-width: 1024px) {
	h1 span.subtitle {
	  font-size: 4.5rem;
	  line-height: 4.5rem;
	  margin-bottom: 1.5rem;
	}
	h1 span.title {
	  font-size: 2.4rem;
	  line-height: 2.4rem;
	}
}

@media screen and (max-width: 768px) {
	#content-header{
	  margin-top: 12rem;
	}
	#content-header {
		margin-bottom: 4rem;
	}
	#main_page {
		margin-top: 4rem;
	}
	h1 span.subtitle {
	  font-size: 4rem;
	  line-height: 4rem;
	}
	h1 span.title {
	  font-size: 2rem;
	  line-height: 2rem;
      margin-bottom: 4rem;
	}
}
@media screen and (max-width: 520px) {
	#content-header{
	  margin-top: 8rem;
	}
	h1 span.subtitle {
	  font-size: 3.5rem;
	  line-height: 3.5rem;
	}
	h1 span.title {
	  font-size: 1.8rem;
	  line-height: 1.8rem;
	}
	#main_page {
    margin-bottom: 12rem;
    }
}
@media screen and (max-width: 414px) {
	#content-header {
        margin-top: 6rem;
    }
    h1 span.subtitle {
        font-size: 2.8rem;
	    line-height:2.8rem;
	}
	h1 span.title {
	  font-size: 1.6rem;
	  line-height: 1.6rem;
      margin-bottom: 3rem;
	}
}

/* ----------------------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------------------- */
.page-id-3 main .inner{
	max-width:100rem;
}

#privacy_policy p.title{font-size: 2rem; margin-top:3rem; font-weight:700;}
#privacy_policy p.info{margin-top:2rem; }

@media screen and (max-width: 520px) {
	#privacy_policy p.title{font-size: 1.8rem;}
}

/* ----------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------- */
form a {
  text-decoration: underline;
}
form .hissu {
  position: relative;
}
form .hissu::after {
  content: "必須";
  color: white;
  display: block;
  font-size: 11px;
  padding: 2px 5px;
  background: #c3030b;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
form input[type=text], form input[type=email], form input[type=tel], form textarea {
  background: #F1F1F1;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
}
form #zip {
  width: 130px;
  margin-bottom: 5px;
}/*# sourceMappingURL=page.css.map */