@charset "UTF-8";

body {
	font-family: "Ryumin Regular KL", "Ryumin Bold KL", "Noto Serif JP", "Hiragino Mincho ProN", serif;
}


/** header none **/
.page-id-879 .l-header,
.page-id-1021 .l-header,
.page-id-1023 .l-header,
.page-id-879 .l-fixHeader,
.page-id-1021 .l-fixHeader,
.page-id-1023 .l-fixHeader,
.page-id-879 .top_title_area,
.page-id-1021 .top_title_area,
.page-id-1023 .top_title_area,
.page-id-879 .c-pageTitle,
.page-id-1021 .c-pageTitle,
.page-id-1023 .c-pageTitle,
.page-id-879 .w-beforeFooter,
.page-id-1021 .w-beforeFooter,
.page-id-1023 .w-beforeFooter,
.page-id-879 .p-breadcrumb,
.page-id-1021 .p-breadcrumb,
.page-id-1023 .p-breadcrumb,
.page-id-879 .l-footer,
.page-id-1021 .l-footer,
.page-id-1023 .l-footer {
	display: none;
}

/** footer margin **/
.l-content {margin: 0 auto;}


/** pagetop margin 0 **/
#content{
  padding-top: 0;
}
.l-content{
  padding-top: 0;
}
.l-mainContent__inner > .post_content{
  margin-top: 0;
}


/** header **/
.taison-header {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	flex-wrap: wrap; /* SPで崩れにくく */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.taison-header p {text-align: left;}

@media screen and (max-width:768px){
	.header-logo {height: 90%;}
}

@media screen and (max-width:768px){
	.name-kana {font-size: 80%;}
}


/** ttl **/
.deco-ttl-kikyou {
/*	font-family: Hannari !important;*/
	font-size: 150% !important;
	font-weight: bold !important;
	padding: 1em !important;
	background: linear-gradient(-45deg, transparent 0 16px, #624498 16px calc(100% - 17px), transparent calc(100% - 17px)),
	repeating-linear-gradient(-45deg, #fff 0 2px, #624498 2px 6px)  !important;
}
.deco-ttl-kikyou span {
	font-size: 50%;
	padding-left: 1.5em;
}
@media screen and (max-width:768px){
	.deco-ttl-kikyou span {padding-left: 0em;}
}


.deco-ttl-withe {
	font-size: 150% !important;
	font-weight: bold !important;
	padding: 1em !important;
	background: linear-gradient(-45deg, transparent 0 16px, #fff 16px calc(100% - 17px), transparent calc(100% - 17px)),
	repeating-linear-gradient(-45deg, #000 0 2px, #fff 2px 6px)  !important;
}
.deco-ttl-withe span {
	font-size: 50%;
	padding-left: 1.5em;
}
@media screen and (max-width:768px){
	.deco-ttl-withe span {padding-left: 0em;}
}


.deco-ttl-black {
	font-size: 150% !important;
	font-weight: bold !important;
	padding: 1em !important;
	background: linear-gradient(-45deg, transparent 0 16px, #000 16px calc(100% - 17px), transparent calc(100% - 17px)),
	repeating-linear-gradient(-45deg, #fff 0 2px, #000 2px 6px)  !important;
	outline: 5px solid #000 !important;
}
.deco-ttl-black span {
	font-size: 50%;
	padding-left: 1.5em;
}
@media screen and (max-width:768px){
	.deco-ttl-black span {padding-left: 0em;}
}



/** contents **/
.partner_bg {
	background: url(/wp-content/uploads/partner_bg.jpg) top right;
	background-repeat: no-repeat;
}


/** form **/
.form-width { max-width: 100%;}

.cf7-area {
	width: 100%;
	margin: 0 auto;
}
.cf7-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 1.75em;
}
.cf7-q {
	width: 30%;
	margin: 0 0 0 10px;
}

.cf7-a {
	width: 60%;
}

/** 見出し **/
.form-heading {
	width: 100%;
	background-color: #191970;
	border-left: 1em solid #6495ED;
	border-radius: 2px;
	color: #ffffff;
	font-weight: bold;
	padding: 1em .8em;
	margin: 0 0 2em;
}
.form-heading p {
	margin: 0;
}

/** 各項目共通 **/
#cf7-area label{
	font-weight:bold;
}

#cf7-area input[type="text"],#cf7-area input[type="email"],#cf7-area input[type="tel"],#cf7-area textarea {
	background: #F0F8FF;
	width: 100%;
	margin-left: 10px;
}

/* 入力中箇所の強調 */
#cf7-area input[type="text"]:focus,#cf7-area input[type="email"]:focus,#cf7-area input[type="tel"]:focus,#cf7-area textarea:focus {
	background: #FFE4E1;
	border: 2px solid #cc0000;
	outline: 0;
}

#cf7-area input[type="checkbox"], #cf7-area input[type="radio"]{
	appearance: auto;
}

#cf7-area .wpcf7-list-item {
	display: block;
}

#cf7-area textarea{
	height: 200px;
	padding: 0.625em 0.4375em;
}

.cf7-accept-check{
	text-align: center;
	margin: 50px auto;
}

.btn-submit {
	text-align: center;
}

#cf7-area input[type="submit"]{
	width: 80%;
	background-color: #cc0000;
	color: #ffffff;
	border-radius: 5px;
	font-size: 1.5em;
	padding: 1em 10px;
}

#cf7-area input[type="submit"]:hover{
	background-color:#db9a9a;
	border: 5px solid #cc0000;
	color:#cc0000;
	font-weight: bold;
}

/*　必須ラベル　*/
.cf7-req{
	font-size:.8em;
	padding: 4px 6px;
	background: #cc0000;
	color: #ffffff;
	margin-left: 10px;
	display:inline-block;
}

@media screen and (max-width:768px){
	.cf7-item {
		display: block;
	}

	#cf7-area label{
		display: block;
		margin-bottom: 10px;
	}

	.cf7-q {
		width: 100%;
		margin: 0;
	}

	.cf7-a {
		width: 100%;
	}

	#cf7-area input[type="text"], #cf7-area input[type="email"], #cf7-area input[type="tel"], #cf7-area textarea{
		margin-left: 0;
	}
}

/** コンタクトフォーム7　エラーメッセージ **/
.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: #cc0000;
	font-weight: bold;
}


/** footer **/
.taison_footer a {color: #fff;}


