/*
Theme Name: OLTANA-004 Child
Version: 1.0.0
Template: oltana-004
Author: CROOVER inc.
Author URI: https://croover.co.jp
*/

/**/


/*ファーストビューの画像の高さを調整。*/
.ol-firstview__section {
height: auto;
}
#olFirstview picture.ol-firstview__item,
#olFirstview picture.ol-firstview__item img{
	height:30svh;
	
}

.ol-firstview__image-inner {
overflow: hidden;
border-bottom-left-radius: 0;
}

#olFirstview .ol-max-frame{
	padding:0;
	
}

#olFirstview .ol-firstview__deco1{
	height:2svh;
	top:0;
	bottom:auto;
	position:relative;
}

/*フォントサイズを調整*/
/*グローバルナビのフォントサイズ*/
#olHeader .ol-header__nav-list,
#olHeader .ol-header__nav-anchor
#olHeader .ol-header__nav-anchor-title{
	font-size:clamp(17px, 1.125vw, 19px);
}
/*パンくず*/
.ol-breadcrumb__item{
	font-size:clamp(15px, 1.1vw, 18px);
	letter-spacing:0;
	font-weight:400;
}

/*全体*/
body,
time {
  font-size: clamp(17px, 1.125vw, 19px);
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.12rem;
}
/*見出し*/
h3.wp-block-heading{
	font-size:clamp(1.4375rem, 1.4375rem + 0vw, 1.4375rem);
		padding-top: clamp(4px, 0.8vw, 10px);
padding-bottom: clamp(4px, 0.8vw, 10px);
}
h3.wp-block-heading::before {
width: 3px;
}
/*本文*/
p{
	font-weight:400;	
}

.ol-list-text,
.ol-text,
.ol-faq__item-head,
.ol-banner__desc,
.ol-news__meta,
.ol-news__meta time,
.ol-news__category,
.ol-blog-category,
.ol-category__item-anchor,
.ol-news__morebtn a{
	font-size: clamp(17px, 1.125vw, 19px);
	font-weight: 400;
}

.ol-heading-custom-medium .ol-heading-sub{
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 400;
}

.ol-list-text,{
  line-height: 2.15;
  letter-spacing: 0.12rem;
}
/*フッターのフォントサイズ*/
h2.ol-heading-small,
.ol-contact__phone a{
	font-weight:400;
	
}
.ol-list-text-s,
.ol-contact__mail_subtext, .ol-contact__phone_subtext, .ol-contactdetail__phone_subtext,
.ol-footer__links, .ol-footer__copyright{
	font-size: clamp(17px, 1.125vw, 19px);
	font-weight:400;
}
