/*
Template: arkhe
Theme Name: Arkhe_child
Version: 1.0.0
*/

/* 
	font-family:"Noto Sans JP", sans-serif;
	100-900

	font-family:"Urbanist", sans-serif;
	100-900

	var(--wp--preset--color--arkb-color-01)

	[data-scrolled=false]
	[data-scrolled=true]

*/

:root {
	--ark-font_family: "Urbanist","Noto Sans JP","Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}

/*******************************
/* Arkhe @media
*******************************/

/* pc, 1000px 以上 */
@media (min-width: 1000px){}

/* tablet, 1000px 以下 */
@media not all and (min-width: 1000px){}

/* mobile, 600px 以下 */
@media not all and (min-width: 600px){}


/*******************************
/* Arkhe［ユーティリティクラス］
 * 詳しくは、src/scss/object/utility/**
*******************************/

/*

・「u-only-pc」というクラスをつけるとPCサイズでのみ表示されるようになったり
・「u-fz-l」を付けるとフォントサイズが大きくなったり
・「u-mt-0」を付けると上部マージンが 0 になったり

u-mt-0	(0,5,10,15,20,25,30,40,50,60,80)
u-mb-0	(0,5,10,15,20,25,30,40,50,60,80)

*/

/*******************************
/* 
*******************************/
*{
	line-height:2.0;
}
a{
	text-decoration:none;
	transition:all 0.3s ease;
}
i{
	font-style:normal;
}
h1, h2, h3, h4, h5, h6{
	line-height:inherit;
}
strong,b{
	font-weight:600;
}
.l-content__body{
	margin-top:0;
}
@media screen and (max-width: 767px){
/* mobile -------------------------------------------------------------------------------------------- */
	input,
	textarea{
		font-size:16px;
	}
}


/*******************************
/*  wp-block-heading
*******************************/

h2.wp-block-heading{
	font-size:1.80rem;
	font-weight:600;
	line-height:1.65;
}
h2.wp-block-heading::first-letter{
	color:var(--wp--preset--color--arkb-color-01);
}
h3.wp-block-heading{
	background-color:var(--ark-color--gray);
	font-size:1.45rem;
	font-weight:600;
	line-height:1.65;
	border-left:2px solid var(--wp--preset--color--arkb-color-02);
	padding:0.65em 0.65em 0.65em 1.0em;
}
h4.wp-block-heading{
	font-size:1.15rem;
	font-weight:600;
	line-height:1.65;
	border-bottom:1px solid #999;
	padding:0.45em 0;
}
h5.wp-block-heading{
	font-size:1.05rem;
	font-weight:600;
	line-height:1.65;
	border-left:4px solid var(--wp--preset--color--arkb-color-02);
	padding:0.25em 0.25em 0.25em 0.65em;
}

/* mobile, 600px 以下 */
@media not all and (min-width: 600px){
	h2.wp-block-heading{
		font-size:1.25rem;
	}
	h3.wp-block-heading{
		font-size:1.15rem;
	}
	h4.wp-block-heading{
		font-size:1.05rem;
	}
	h5.wp-block-heading{
		font-size:1.00rem;
	}
}


/*******************************
/* wp-block-table
*******************************/

.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background-color:#f7f7f7;
}
:where(thead) td, :where(thead) th{
	background-color:#f7f7f7;
	color:var(--ark-color--text);
	font-weight:500;
}

/*******************************
/* 
*******************************/

.is-style-ark-list-note:not(.has-text-color){
	opacity:1;
}

/*******************************
/* c-gnav
*******************************/

.c-gnav li.button{
	height:auto;
	margin-left:1.5em;
}
.c-gnav li.button a{
	background:var(--wp--preset--color--arkb-color-02);
	color:#fff;
	border-radius:999px;
	padding:1.0em 2.5em;
}
.c-gnav__li:hover{
	color:inherit;
}

/*******************************
/* header
*******************************/

.l-header{
	/*border-bottom:1px solid #111;*/
}
.l-header__body.l-container{
	max-width:none;
}
.l-header__logo .c-headLogo{
	line-height:1;
}
.l-header__center{
	padding:15px 0 20px 0;
}


/*******************************
/* footer
*******************************/

.l-footer{
	padding:1.5rem 0 1.5rem 0;
}
.l-footer__nav a{
	padding:0.4em 0.5em;
}
.l-footer__foot{
	padding:0 0 1.5rem 0;
}
.l-footer__foot p.c-copyright{
	margin-top:1.5em;
}


/*******************************
/* Arkhe［ブロック］：セクション見出し
 * ark-block-heading
*******************************/

.ark-block-heading{
	padding-bottom:0.5em;
}
.ark-block-heading .ark-block-heading__main:empty,
.ark-block-heading .ark-block-heading__sub:empty{
	display:none;
}
.ark-block-heading:not(.has-text-align-left){}
.ark-block-heading:not(.has-text-align-left)::before{
	display:block;
	width:auto;
	height:100px;
	aspect-ratio:1/1;
	content:"";
	background-image:url(images/logo_mark_001.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	margin:0 auto 1.5em auto;
}
.ark-block-heading .ark-block-heading__main{
	font-size:1.85rem;
	font-weight:600;
	margin:0.5em 0;
}
.ark-block-heading .ark-block-heading__sub{
	font-size:1.55rem;
	font-weight:600;
	opacity:1;
	margin:0.5em 0;
}
.ark-block-heading:not(.has-text-align-left) .ark-block-heading__sub::first-letter{
	color:var(--wp--preset--color--arkb-color-01);
}
.ark-block-heading .ark-block-heading__line,
.ark-block-heading[data-sub=top] .ark-block-heading__line,
.ark-block-heading[data-sub=bottom] .ark-block-heading__line{
	margin:1.5em 0;
}
.ark-block-heading .ark-block-heading__line:before{
	background-color:var(--wp--preset--color--arkb-color-02);
	width:6em;
	height:2px;
	border-radius:0;
}

/* mobile, 600px 以下 */
@media not all and (min-width: 600px){
	.ark-block-heading{
		padding-bottom:0;
	}
	.ark-block-heading .ark-block-heading__main{
		font-size:1.20rem;
	}
	.ark-block-heading .ark-block-heading__sub{
		font-size:1.05rem;
	}
	.ark-block-heading ~ p br{
		display:none;
	}
	.ark-block-heading ~ p,
	.ark-block-heading ~ p.has-text-align-center{
		text-align:left;
	}
}

/*******************************
/* Arkhe［ブロック］：アコーディオン
 * ark-block-accordion
*******************************/

.ark-block-accordion__label{
	font-weight:500;
}
.ark-block-accordion.is-style-box .ark-block-accordion__body{
	border-top-style:solid;
}

/*******************************
/* #breadcrumb
*******************************/

/*
body.page #breadcrumb{
	display:none;
}
*/

/*******************************
/* #pagetop
*******************************/

#pagetop{}
#pagetop.c-fixBtn{
	background-color:#000;
	border-radius:50%;
	box-shadow:none;
	opacity:0.6;
}
#pagetop.c-fixBtn:hover{
	opacity:0.8;
}

/*******************************
/* nav
*******************************/

#nav{}

/* mobile, 600px 以下 */
@media not all and (min-width: 600px){
	#nav .ark-block-buttons{
		--arkb-gap--x:0.65rem;
		--arkb-gap--y:0.45rem;
	}
	#nav .ark-block-button__link{
		padding:0.25em 0.85em;
	}
	#nav .ark-block-button__link .ark-block-button__text{
		font-size:0.85rem;
	}
}


/*******************************
/* contact-form-7
*******************************/

.contact-form-7-area{}
.contact-form-7-area .wpcf7-list-item{
	display:block;
}
.contact-form-7-area input[type=text],
.contact-form-7-area input[type=email],
.contact-form-7-area textarea{
    width:100%;
	font-size:16px;
	padding:0.45em 0.8em;
}
.contact-form-7-area textarea{
	height:12em;
}
.contact-form-7-area input[type=submit]{
	background:var(--wp--preset--color--arkb-color-02);
	min-width:60%;
	color:#fff;
	font-size:1.05rem;
	font-weight:600;
	letter-spacing:0.05em;
	border:none;
	border-radius:10px;
	padding:0.65em 2.5em;
}
.contact-form-7-area .wpcf7-list-item{
	margin:0 1.5em 0 0;
}
.contact-form-7-area .unit{
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #ddd;
	padding:1.15em 0;
}
.contact-form-7-area div.unit-title{
	flex:0 0 35%;
	font-weight:600;
}
.contact-form-7-area div.unit-item{
	flex:0 0 65%;
}
.contact-form-7-area div.unit-submit{
	text-align:center;
	margin-top:1.80em;
}
.contact-form-7-area i.required{
	display:inline-block;
	color:#dc3232;
	font-size:80%;
	font-style:normal;
	margin-left:0.4em;
}
.contact-form-7-area span.sup{
	font-size:90%;
}
.contact-form-7-area span.wpcf7-spinner{
	display:block;
	margin:-30px auto 0 auto;
}
/* mobile, 600px 以下 */
@media not all and (min-width: 600px){
	.contact-form-7-area{
		margin:0 auto;
	}
	.contact-form-7-area .unit{
		flex-wrap:wrap;
	}
	.contact-form-7-area div.unit-title,
	.contact-form-7-area div.unit-item{
		flex:0 0 100%;
	}
	.contact-form-7-area div.unit-item{
		font-size:0.90rem;
	}
}

