@charset "utf-8";

html{
	/*font-size: 10px;*/
	font-size: 62.5%;
}

:root{
	--text-color1: #000000;
	--color1: #FFEE74;
	--color2: #BF9C50;
	--color3: #2C6E3A;
	--color4: #956F29;
}

body{
	font-family: "BIZ UDGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	/*font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;*/
	line-height: 1.0;
	letter-spacing: 0;
	color: var(--text-color1);
	background: var(--color1);
}

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a:focus{outline: 2px solid blue;}

img{
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
	height: auto;
}

::before,
::after{
	position: absolute;
	content: '';
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.flexWrap{	
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
}

.flexColumn{	
	display:-webkit-box;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	flex-direction: column;
}

br.smp{display: none;}

.blockskip{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9992;
	pointer-events: none;
}
.blockskip a{
	display: block;
	width: 100%;
	padding: 20px;
	font-size: 1.8rem;
	color: #FFFFFF;
	text-align: center;
	background: #187A65;
	opacity: 0;
	pointer-events: none;
}
.blockskip a:focus{
	opacity: 1;
	pointer-events: all;
}
.grecaptcha-badge {display: none;}

/**************************************************
 header
**************************************************/
header{
	position: fixed;
	width: 100%;
	min-width: 1350px;
	height: 110px;
	top: 0;
	left: 0;
	background: #FFFFFF;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 0 8px 0 rgba(0,0,0,0.16);
	-webkit-box-align: center;
	align-items: center;
	z-index: 9990;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.logoHanger{padding-left: 20px;}

.headerInnner{
	width: calc(100% - 270px);
	margin-left: 20px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.globalNavi ul{
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
	line-height: 1;
}
.globalNavi ul li{
	position: relative;
	padding: 5px 10px;
}
.globalNavi ul li::before{
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #000000;
}
.globalNavi ul li:first-of-type{padding: 5px 10px 5px 0;}
.globalNavi ul li:nth-of-type(5){padding: 5px 0 5px 10px;}
.globalNavi ul li:nth-of-type(5)::before{display: none;}
.globalNavi ul li:last-of-type{display: none;}
.globalNavi ul li a{
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000000;
}
.globalNavi ul li a:hover{opacity: 0.5;}

.headerSubNavi{
	-webkit-box-align: center;
	align-items: center;
}

.fontSize{
	-webkit-box-align: center;
	align-items: center;
	margin: 0;
	line-height: 1;
	margin-right: 15px;
}
.fontSize dt{
	font-size: 1.8rem;
	font-weight: 700;
}
.fontSize dd a{
	width: 52px;
	height: 46px;
	margin-left: 5px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000000;
	border: 1px solid #000000;
	background: #EFEFEF;
	border-radius: 8px;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.fontSize dd a.selected{background: #FEFFAC;}

.phoneNum{
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-right: 12px;
}
.phoneNum small{font-size: 1.6rem;}

.snsHanger img:first-of-type{margin-right: 7px;}

#menu{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	z-index: 9995;
	background: #187A65;
	border: none;
	display: none;
}
#menu span{
	position: absolute;
	width: 18px;
	height: 2px;
	top: 18px;
	left: calc(50% - 9px);
	background: #FFFFFF;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#menu span:nth-of-type(2){top: 24px;}
#menu span:nth-of-type(3){top: 30px;}
/*#menu::before{
	content: 'メニュー';
	width: 100%;
	font-size: 1.0rem;
	text-align: center;
	color: #FFFFFF;
	left: 0;
	bottom: 8px;
}*/
#menu small{
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	font-size: 1.0rem;
	text-align: center;
	color: #FFFFFF;
}
#menu small:last-of-type{display: none;}
#menu.open{background: #FFFFFF;}
#menu.open span{
	width: 20px;
	top: 22px;
	left: 20px;
	background: #187A65;
}
#menu.open span:first-of-type{transform: rotate(-45deg);}
#menu.open span:nth-of-type(2){display: none;}
#menu.open span:nth-of-type(3){transform: rotate(45deg);}
#menu.open small{
	font-weight: 700;
	color: #187A65;
}
#menu.open small:last-of-type{display: block;}
#menu.open small:first-of-type{display: none;}



/**************************************************
 wrapper
**************************************************/
#wrapper{
	position: relative;
	min-width: 1350px;
	padding-top: 140px;
	overflow: hidden;
}



/**************************************************
 main
**************************************************/
main,
article,
section{position: relative;}

p,ul,ol,dl,table{
	margin: 20px 0;
	font-size: 2.0rem;
    line-height: 1.8;
}
figcaption{
	font-size: 1.8rem;
	line-height: 1.6;
}

article a{
	color: #0040FF;
	text-decoration: underline;
}
article a:hover{
	opacity: 0.5;
	text-decoration: none;
}

article ul{
	list-style: disc;
	padding-left: 25px;
}
article ul li{
	margin: 10px 0;
	font-size: 2.0rem;
	line-height: 1.6;
}

/*** wp *****/
.wp-block-columns{ margin: 20px 0;}

.wp-block-file{
	margin: 10px 0;
	padding: 0;
	font-size: 2.0rem;
	line-height: 1.8;
}
.wp-block-file:not(.wp-element-button){ font-size: 2.0rem !important;}

.wp-block-table {
    margin-top: 30px;
    width: 100%;
	border-color: #A5A5A5;
}
.wp-block-table tbody{ border: none;}
.wp-block-table td, .wp-block-table th{
	border-color: #A5A5A5;
}

.wp-block-embed{ margin: 30px auto;}
.wp-block-column .wp-block-embed{ margin: 0 auto;}

.wp-block-embed + p{ margin: 10px 0;}

.wp-block-embed__wrapper {
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
}
.wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-separator{
	margin: 40px 0;
	border-top: 1px solid;
}

/*** link button ***/
.wp-block-buttons{ margin: 20px 0;}
.wp-block-buttons>.wp-block-button{ margin: 5px 0;}

main a[target="_blank"],
.wp-block-buttons .wp-block-button__link{
	position: relative;
	padding: 0;
	padding-left: 35px;
	background-color: inherit;
	color: #000000;
	font-size: 2.0rem;
	line-height: 1.6;
	text-align: inherit;
	text-decoration: underline;
}

main a[target="_blank"]::before,
.wp-block-buttons .wp-block-button__link::before,
main a[href$=".pdf"]::before,
main a[href$=".zip"]::before,
main a[href$=".doc"]::before,
main a[href$=".docx"]::before,
main a[href$=".xls"]::before,
main a[href$=".xlsx"]::before{
	width: 24px;
	height: 33px;
	top: 3px;
	left: 0;
}
main a[target="_blank"]::before{ background: url("../../img/showroom/ex_icon.svg") no-repeat left center / contain;}
main a[href$=".pdf"]::before{ background: url("../../img/showroom/pdf_icon.svg") no-repeat left center / contain;}
main a[href$=".zip"]::before{ background: url("../../img/showroom/zip_icon.svg") no-repeat left center / contain;}
main a[href$=".doc"]::before,
main a[href$=".docx"]::before{ background: url("../../img/showroom/word_icon.svg") no-repeat left center / contain;}
main a[href$=".xls"]::before,
main a[href$=".xlsx"]::before{ background: url("../../img/showroom/excel_icon.svg") no-repeat left center / contain;}

main .wp-block-image>a,
main .wp-block-image>figure>a{ padding-left: 0;}

.wp-block-buttons{ margin: 20px 0;}
.wp-block-buttons>.wp-block-button{ margin: 5px 0;}
main .wp-block-button__link{
	padding: 0;
	padding-left: 35px;
	background-color: inherit;
	font-size: 2.0rem;
	line-height: 1.3;
	text-align: inherit;
	text-decoration: underline;
}
main a[target="_blank"]::before{
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	background: url("../../img/showroom/ex_icon.svg") no-repeat 0 0;
	background-size: contain;
}
main .wp-block-button__link::before{
	width: 26px;
	height: 26px;
	top: 0;
	left: 0;
	background: url("../../img/showroom/pointer2.svg") no-repeat 0 0;
	background-size: contain;
}

main .wp-block-image>a::before,
main .wp-block-image>figure>a::before{ display: none;}

main a[href$=".pdf"]::before,
main a[href$=".zip"]::before,
main a[href$=".doc"]::before,
main a[href$=".docx"]::before,
main a[href$=".xls"]::before,
main a[href$=".xlsx"]::before,
main a[href$=".xlsm"]::before{
	width: 24px;
	height: 33px;
	top: -5px;
	left: 0;
}
main a[href$=".pdf"]::before{ background: url("../../img/showroom/pdf_icon.svg") no-repeat left center;}
main a[href$=".zip"]::before{ background: url("../../img/showroom/zip_icon.svg") no-repeat left center;}
main a[href$=".doc"]::before,
main a[href$=".docx"]::before{ background: url("../../img/showroom/word_icon.svg") no-repeat left center;}
main a[href$=".xls"]::before,
main a[href$=".xlsx"]::before,
main a[href$=".xlsm"]::before{ background: url("../../img/showroom/excel_icon.svg") no-repeat left center;}

main p a[target="_blank"]::before,
main ul.wp-block-list a[target="_blank"]::before{
	top: 0;
	right: 0;
	left: auto;
}
main p a[href$=".pdf"]::before,main ul.wp-block-list a[href$=".pdf"]::before,
main p a[href$=".zip"]::before,main ul.wp-block-list a[href$=".zip"]::before,
main p a[href$=".doc"]::before,main ul.wp-block-list a[href$=".doc"]::before,
main p a[href$=".docx"]::before,main ul.wp-block-list a[href$=".docx"]::before,
main p a[href$=".xls"]::before,main ul.wp-block-list a[href$=".xls"]::before,
main p a[href$=".xlsx"]::before,main ul.wp-block-list a[href$=".xlsx"]::before,
main p a[href$=".xlsm"]::before,main ul.wp-block-list a[href$=".xlsm"]::before{
	right: 0;
	left: auto;
}

.breadCrumb{
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: right;
	
}
.breadCrumb a{
	position: relative;
	display: inline-block;
	color: var(--text-color1);
	text-decoration: underline;
	margin-right: 5px;
}
.breadCrumb a:hover{
	opacity: 0.5;
	text-decoration: none;
}


/**************************************************
 news
**************************************************/
.newsList ul,.newsIndex ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.newsList ul li,.newsIndex ul li{
	width: calc(50% - 15px);
	margin: 30px 30px 0 0;
}
.newsList ul li a,.newsIndex ul li a{
	display: block;
	height: 100%;
	padding: 25px;
	color: #000000;
	background: #F6F5F2;
	border-radius: 20px;
}
.newsList ul li a div,.newsIndex ul li a div{
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	overflow: hidden;
}
.newsList ul li a div img,.newsIndex ul li a div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.newsList ul li a span,.newsIndex ul li a span{
	position: relative;
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	padding-left: 20px;
	margin-top: 25px;
}
.newsList ul li a span::before,.newsIndex ul li a span::before{
	width: 14px;
	height: 14px;
	top: 5px;
	left: 0;
	border-radius: 100%;
}
.newsList ul li a span.s_news_info::before,.newsIndex ul li a span.s_news_info::before{background: #5683FF;}
.newsList ul li a span.s_news_event::before,.newsIndex ul li a span.s_news_event::before{background: #E04414;}
.newsList ul li a small,.newsIndex ul li a small{
	display: block;
	font-size: 1.6rem;
	margin-top: 20px;
}
.newsList ul li a strong,.newsIndex ul li a strong{
	display: block;
	margin-top: 10px;
	font-size: 2.0rem;
	line-height: 1.6;
	text-decoration: underline;
}
.newsList ul li a:hover,.newsIndex ul li a:hover{opacity: 0.5;}
.newsList ul li a:hover img,.newsIndex ul li a:hover img{opacity: 1.0;}
.newsList ul li a:hover strong,.newsIndex ul li a:hover strong{text-decoration: none;}


/**************************************************
 footer
**************************************************/
footer{
	position: relative;
	padding: 70px 0 30px 0;
	background: #F8F6F3;
}

.footerInner{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.footerInner dl{
	margin: 0;
	line-height: 1.2;
}
.footerInner dl dt{mix-blend-mode: multiply;}
.footerInner dl dd{
	font-size: 1.8rem;
	line-height: 1.8;
	padding-top: 30px;
}
.footerInner nav{width: 340px;}
.footerInner nav ul{
	margin: 0;
	align-items: flex-start;
}
.footerInner nav ul li{
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 35px 35px 0;
}
.footerInner nav ul li a{
	color: #000000;
	text-decoration: underline;
}
.footerInner nav ul li a{
	color: #000000;
	text-decoration: underline;
}
.footerInner nav ul li a:hover{
	opacity: 0.5;
	text-decoration: none;
}

.footerBtn{ margin-top: 10px;}
.footerBtn a{
	position: relative;
	width: 100%;
	height: 58px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none !important;
	color: #000000;
	background: #AFE9FF !important;
	padding: 0 20px 0 15px !important;
	border-radius: 10px;
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}
.footerBtn a::before{ display: none;}
.footerBtn a::after{
	width: 27px;
	height: 27px;
	top: calc(50% - 14px);
	right: 15px;
	background: url("../../img/showroom/pointer1.svg") no-repeat 0 0;
	background-size: 100%;
}
.footerBtn a:hover{opacity: 0.5;}
.footerBtn a:hover::before{right: 10px;}

.footersns{
	position: absolute;
	bottom: 0;
	left: 0;
}
.footersns a{ padding: 0 !important;}
.footersns a::before{ display: none !important;}
.footersns img:first-of-type{margin-right: 15px;}

.copyRight{
	margin-top: 80px;
	font-size: 1.4rem;
	text-align: center;
}

.pageTop{
	position: fixed;
	width: 115px;
	height: 115px;
	bottom: -120px;
	right: 30px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	background: #FFFFFF;
	border-radius: 100%;
	box-shadow: 0 3px 6px rgba(66,142,181,0.7);
	padding-top: 25px;
	cursor: pointer;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	z-index: 9980;
}
.pageTop::before{
	width: 10px;
	height: 16px;
	top: 20px;
	left: calc(50% - 8px);
	background: url("../../img/showroom/pointer3.svg") no-repeat 0 0;
	transform: rotate(-90deg);
}
.pageTop:hover::before{top: 10px;}