@charset "utf-8";

/* page-contact.css */

.contact-area {
	padding-top: 4.4rem;
	padding-bottom: var(--space-l);
}

.contact-area.width-base > * {
	width: min(calc(100% - 60px),820px);
}

.contact-area .wp-block-columns {
	justify-content: space-between;
}

.contact-area .wp-block-columns .wp-block-column {
	flex-basis: auto !important;
	flex-grow: 0 !important;
}

.contact-area .wp-block-columns .wp-block-column:nth-of-type(1) {
	width: 338px;
}

.contact-area .wp-block-columns .wp-block-column:nth-of-type(1) h2 {
	margin-bottom: var(--space-xs);
}

.contact-area .wp-block-columns .wp-block-column:nth-of-type(1) > p:not(:last-of-type) {
	margin-bottom: var(--space-xs);
}

.contact-area .wp-block-columns .wp-block-column:nth-of-type(1) .tel-box {
	margin-bottom: var(--space-xs);
	padding: 2.8rem 2.0rem;
	border: 1px solid var(--cp-color-r);
	border-radius: 16px;
	background-color: #FFFFFF;
	text-align: center;
}

.contact-area .tel-box p.tel-ttl {
	margin-bottom: 0.3rem;
	line-height: 1.8;
	font-weight: 700;
	font-size: 2.0rem;
}

.contact-area .tel-box p.reception-hours {
	margin-bottom: 1.6rem;
}

.contact-area .tel-box p.tel-item strong {
	display: block;
	font-weight: 500;
}

.contact-area .tel-box p.tel-item + p.tel-item {
	margin-top: 0.8rem;
}

.contact-area .tel-box p.tel-item a {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.6rem;
	line-height: 1.43;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 3.0rem;
  font-variation-settings: "wdth" 100;
	color: var(--cp-color-r);
}

.contact-area .tel-box .tel-item a::before {
	content: "";
	width: 20px;
	height: 23px;
	margin-right: 0.8rem;
	background: url("../images/icon_phone_r.svg") 50% 50% no-repeat;
	background-size: contain;
	flex-shrink: 0;
}

.contact-area .wp-block-columns .wp-block-column:nth-of-type(2) {
	width: 400px;
}

.slug_contact .smf-form--simple-table .smf-item {
	display: block;
}

.slug_contact .smf-form--simple-table .smf-item__col--label {
	max-width: none;
	padding-right: 0;
}

.slug_contact .smf-form--simple-table .smf-item__col--controls {
	max-width: none;
}

.slug_contact .smf-form .smf-item__col--label {
	padding-bottom: 0.5rem;
}

.slug_contact .smf-form .smf-text-control__control {
	width: 100%;
}

.slug_contact .smf-item .smf-item__label {
	display: flex;
	align-items: center;
}

.slug_contact .smf-item.is-required .smf-item__label::after {
	content: "必須";
	margin: 0.2rem 0 0 1.0rem;
	padding: 0.1rem 1.0rem 0.3rem;
	background-color: var(--cp-color-r);
	border-radius: 4px;
	line-height: 1;
	font-size: 1.2rem;
	color: #FFFFFF;
}

.slug_contact input::placeholder,
.slug_contact textarea::placeholder{
	color: #999999;
	font-weight: normal;
}

.slug_contact .smf-item__description,
.slug_contact .smf-control-description {
	font-size: 1.2rem;
}

.slug_contact .smf-action .smf-button-control__control {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	width: min(100%,240px);
	margin: 0 auto;
	padding: 0.8rem 2.0rem;
	border: 2px solid var(--cp-color-r);
	background-color: var(--cp-color-r);
	background-image: none;
	border-radius: 99em;
	font-weight: 700;
	color: #FFFFFF;
	outline: none;
	transition: 0.3s;
}

.slug_contact .smf-action .smf-button-control__control:hover {
	background-color: #FFFFFF;
	color: var(--cp-color-r);
}

/* ================================================ */
@media (max-width: 1000px) {
}

/* ================================================ */
@media (max-width: 840px) {

.contact-area .wp-block-columns {
	justify-content: center !important;
}

.contact-area .wp-block-columns .wp-block-column:nth-of-type(1) {
	width: 100%;
}

.contact-area .wp-block-columns .wp-block-column:nth-of-type(1) .tel-box {
	width: min(100%,338px);
	margin: 0 auto var(--space-xs);
}

.contact-area .wp-block-columns .wp-block-column:nth-of-type(1) .tel-box + p {
	width: min(100%,338px);
	margin: 0 auto;
}

.contact-area .wp-block-columns .wp-block-column:nth-of-type(2) {
	width: 400px;
}

}

/* ================================================ */
@media (max-width: 480px) {

.contact-area {
	padding-top: 4.0rem;
}

.contact-area.width-base > * {
	width: min(calc(100% - 40px),820px);
}

}