/*
Theme Name: 永倉建設商業施設建設部のテーマ
Theme URI: #
Author: Hirocreate
Author URI: hirocreate.com
Description:  永倉建設商業施設建設部のテーマです。
Version: 1.0


*/


/* CSS Document */

@import url("custum.css");
@import url("contents.css");
@import url("print.css");
/* ===================================================================
CSS information
 file name  :  reset.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, images, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/*html,body{
    width: 100%;
}*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* iphone文字が大きくなるのを防ぐ */
body {
  -webkit-text-size-adjust: 100%;
  color:#333;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
images, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
strong {
	font-weight: normal;
}
body {
	font: 13px "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
 *font-size:small;
 *font:x-small;
	margin: 0px;
	padding: 0px;
}
table {
	font-size: inherit;
	font: 100%;
}
img {
	border: 0;
}
img{
	vertical-align: bottom; /* 画像の下に謎の余白が出来るのを消す。 */
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.f12px{
	font-size:12px;
	font-weight:normal;
}
.f14px{
	font-size:14px;
	font-weight:normal;
}
.form input[type=submit] {/* iphoneformボタン丸くなるのを防ぐ */
  -webkit-appearance: none!important;
  border-radius: 0!important;
}


#wrap{	/* iPhone、iPad等でサイト観覧時に、右側に余白ができるのを解消させる */
	overflow: hidden;
}

/* 永倉建設商業施設建設部 */






.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}










#top_sekoujirei {
	padding-top: 70px;
	background: linear-gradient(to bottom, rgba(142,213,249,1) 0%, rgba(142,213,249,0) 100%);
	padding-bottom: 20px;
}
#top_sekoujirei h2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 60px 0 60px 0;
	font-weight: bold;
	text-shadow: 0 0 5px #4b96c3;
}
#top_sekoujirei h2 span {
    display: block;
    /*font-size: 22px;*/
	font-size: 13px;
    font-weight: normal;
}

#top_sekoujirei ul {
    display: flex;
    justify-content: space-around;
	padding: 0 15px;
}

#top_sekoujirei ul li img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

#top_sekoujirei ul li {
    width: 18%;
	text-align: center;
	margin-bottom: 35px;
}

#top_sekoujirei ul li a{
	color:#fff;
	text-decoration:none;
	display: block;
}






/* top施工事例のカテゴリ部分 */

span.store {
    background: #cc3e5e;
    display: block;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
}
span.warehouse-factory {
    background: #3988ca;
    display: block;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
}

span.public-facilities {
    background: #7cb334;
    display: block;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
}
span.etc {
    background: #c3ab37;
    display: block;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
}
/*
span.factory {
    background: #3298a3;
    display: block;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
}
span.company-building {
    background: #9d7722;
    display: block;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
}*/




span.infoCate {
    font-size: 16px;
    display: block;
}

.sekouTxtBox {
    margin-top: 10px;
}
.sekoujuusho {
    font-size: 16px;
    color: #fff;
}
.sekouTxtBox a {
    background: #fff;
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 5px 0;
    border-radius: 15px;
    color: #42880f!important;
    text-decoration: none;
	position:relative;
	font-weight:bold;
	font-size:15px;
}
.sekouTxtBox a:before {
    content: "";
    margin: 0;
    position: absolute;
    top: 10px;
    left: 24px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #42880f;
}

.sekouTxtBox a:hover {
	background:#5db51e;
	color:#FFF!important;
}
.sekouTxtBox a:hover:before {
    content: "";
    margin: 0;
    position: absolute;
    top: 10px;
    left: 24px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
}






#top_BigCatchTxt{
	font-size:28px;
	line-height:150%;
	text-align:center;
	margin-bottom:50px;
}















/* 施工実績表のPDFの下のバーを常に表示させる */
.pdfemb-toolbar.pdfemb-toolbar-hover.pdfemb-toolbar-bottom {
    display: block!important;
}












#Topcatch {
	/*background:#063968;*/
	background:#116dc2;
	padding: 80px 0 40px 0;
	color: #fff;
	position: relative;
}
#TopcatchBig {
	font-size: 50px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 60px;
    color: #fff;
	margin-left: -30px;
}
#TopcatchBig02 {
	font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 50px;
    color: #fff;
}
#TopcatchSmall {
    font-size: 22px;
    line-height: 1.6;
    font-weight: normal;
    margin: 0 0 20px 0;
}





.cd-fixed-bg {
    min-width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    padding: 0 0 100px 0;
	position: relative;
}
.cd-fixed-bg > div {

    margin: 0 auto;
}
.cd-fixed-bg.bg-image01 {
    background-image: url(images/para_topsekou_bgimgmallmall.png);
	background-repeat:inherit;
}












/* ウェーブの区切り ベージュ色*/
.custom-shape-divider-top-1725523086 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1725523086 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px;
}

.custom-shape-divider-top-1725523086 .shape-fill {
    fill: #ECE9DD;
}





#sekouAllbtn {
    text-align: center;
	margin: 100px 0 0 0;
}
#sekouAllbtn a {
    font-size: 23px;
    text-decoration: none;
    padding: 10px 40px 10px 30px;
    border-radius: 30px;
	background: #fff;
    color: #4e81b5;
    font-weight: bold;
	position:relative;
}
#sekouAllbtn a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #4e81b5 3px solid;
    border-right: #4e81b5 3px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#sekouAllbtn a:hover{
	background:#237cd9;
	color:#fff;
}
#sekouAllbtn a:hover:after {
    border-top: #fff 3px solid;
    border-right: #fff 3px solid;
}
#topinfo {
    width: 1000px;
    margin: 50px auto;
}
.toph2title {
    text-align: center;
}
.toph2title h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 60px 0 50px 0;
}
.toph2title h2 span {
    display: block;
    font-size: 21px;
    font-weight: normal;
}
#topinfo ul li {
    display: flex;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    margin: 10px 0;
}
#topinfo ul {
	margin:50px 0;
}
.day {
    font-size: 16px;
	width: 150px;
	color: #7c6a38;
    font-weight: bold;
}
.new_title {
    width: 680px;
}
.new_title a {
    font-size: 18px;
    text-decoration: none;
    color: #706513;
}
.newsKotira a {
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #716d58;
    padding: 5px 20px;
    color: #716d58;
    border-radius: 20px;
    font-weight: bold;
}
.newsKotira a:hover {
    background: #716d58;
    color: #fff;
}
.topichiraLinknBtn {
    text-align: center;
    margin: 80px 0;
}
.topichiraLinknBtn a {
    font-size: 23px;
    text-decoration: none;
    color: #716d58;
    border: 2px solid #716d58;
    padding: 6px 70px;
    border-radius: 35px;
}
.topichiraLinknBtn a:hover {
    background: #716d58;
    color: #fff;
}
#footer{
	background:url(images/bg_nanameline.png) repeat;
	padding:0 0 30px 0;
}

#footLogoAd_TELFAX {
	border-bottom:1px solid #b5b5b5;
	padding:20px 0;
}
#footLogoAd_TELFAXin {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
#footAd {
    font-size: 16px;
    font-weight: bold;
}
#footTEL {
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
#footFAX {
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
#footTEL:before {
	content: url(images/foot_telicon.png);
    margin: 10px 10px 10px 0;
    position: relative;
    top: 2px;
}
#footFAX:before {
	content: url(images/foot_faxicon.png);
    margin: 10px 10px 10px 0;
    position: relative;
    top: 2px;
}
#nagakurahome {
    width: 300px;
}
#footMenuBox {
    width: 1200px;
    margin: 40px auto;
	display: flex;
}










#footerListMenu {
    display: flex;
    justify-content: space-between;
}


#footContact {
    width: 300px;
    margin-right: 50px;
}
#footerListMenu {
    display: flex;
    justify-content: space-between;
	width: 850px;
}
#footerListMenu001, #footerListMenu002, #footerListMenu003 {
    width: 190px;
    margin-right: 30px;
}
#footerListMenu004 {
    width: 190px;
}

#footContact a {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
    background: #497ba9;
}
#footContact a:hover {
	background:rgb(59 167 239);
	color:#fff;
}

.menu ul li {
    margin-bottom: 20px;
}
.menu ul li a {
    text-decoration: none;
    color: #5a5454;
    font-size: 14px;
    font-weight: bold;
}

#footerListMenu ul li a {
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 22px;
    display: block;
    color: #204e78;
    font-weight: bold;
}
#footerListMenu ul li a:hover {
	text-decoration:underline;
}







#copylight {
	background:#2a996b;
	background:#063968;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}
#copylight a {
    color: #fff;
    text-decoration: none;
}













#infoloop5:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 3% -10% 0;
    /* background: #f2eee6; */
    background: #d9d2c5;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    z-index: 1;
}
























/*  */
.custom-shape-divider-top-1752220591 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
	z-index:100;
}

.custom-shape-divider-top-1752220591 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 81px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1752220591 .shape-fill {
    /*fill: #063968;*/
	fill:#116dc2;
}





.custom-shape-divider-top-1752646368 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
	z-index: 20;
}

.custom-shape-divider-top-1752646368 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 81px;
}

.custom-shape-divider-top-1752646368 .shape-fill {
    fill: #FFCC00;
}






#TopcatchIN {
    width:100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	align-items:flex-start;
}
#topchatchimgMARU {
    width: 45%;
	border-radius: 0 20px 20px 0;
    overflow: hidden;
}
#topchatchimgMARU img {
    width: 100%;
}
#TopcatchTxt {
	width: 45%;
    /*margin-top: 30px;*/
    margin-right: 5%;
}





/* フワッと表示 */
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1), 
              transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}

.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/* フワッと表示 */










/*2025ここからズームスライド関係のヘッダー部分*/

#header_in_2023 {
	min-width:1200px;
	overflow: hidden;
}
#head_logo_message_2023 {
    width: 280px;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    border-bottom: 3px solid #2ac4dd;
    padding-bottom: 4px;
}



#head_SearchContactTel_2023 {
    /*width: 265px;*/
    float: right;
}

#head_search_contact_2023 {
    display: flex;
}
#headRightMenu {
    overflow: hidden;
	float: right;
	color: #333;
}
#headSmallmenu2023 {
    float: right;
	margin-right: 20px;
	margin-top: 8px;
}

#headSmallmenu2023 ul li {
	float: right;
    margin: 10px 0 10px 15px;
	-webkit-transform: skewX(150deg);/* メニューの区切り線を斜めにする */
	-moz-transform: skewX(150deg);/* メニューの区切り線を斜めにする */
	transform: skewX(150deg);/* メニューの区切り線を斜めにする */
	border-right: 1px solid #333;/* メニューの区切り線を斜めにする */
}
#headSmallmenu2023 ul li a {
    text-decoration: none;
    display: block;
    line-height: 1;
	color: #333;
	
	display: block;/* 文字が斜めになるのをまっすぐにする */
    transform: skewX(-150deg);/* 文字が斜めになるのをまっすぐにする */
    padding: 0 20px 0 0;/* 文字が斜めになるのをまっすぐにする */
}

#headSmallmenu2023 ul li a:hover {
    color: #5dae03;
    text-decoration: underline;
}






#headSmallTel2023 {
    font-size: 23px;
    font-weight: bold;
    /*background: url(images/headtelicon.png) no-repeat left top 1px;
    padding-left: 26px;*/
    float: right;
    background-size: 20px;
    margin-right: 30px;
    margin-top: 12px;
    line-height: 1;
}
#headSmallTel2023 span {
    font-weight: normal;
    font-size: 18px;
    padding-right: 2px;
}



#head_search_contact_2023 p.contact a {
    width: 200px;
    float: right;
    display: block;
    background: #497ba9;
	background:#227ccf;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
}

#head_search_contact_2023 p.contact a:hover {
	/*background: #4F4B3C;*/
	/*background:#cfbf20;*/
	/*background:rgba(93,174,3,1);*/
	background:rgb(59 167 239);
    /*color: #D3C085;*/
}



form#searchform input#submit {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 3px;
    color: #fff;
}
form#searchform input#keyword {
    color: #333;
    border: none;
	padding: 5px 10px;
}

form#searchform input#submit {
    border-bottom: none;
}

#head_search_contact .contact {
    width: 220px;
    float: right;
}





#header_in_LogoMenu {
    display: flex;
    justify-content: space-between;
	gap: 150px;
}

#header_in_LogoMenu h1 {
    margin-left: 20px;
	margin-top: 5px;
	position: relative;
}
#header_in_LogoMenu h1:after {
    content: "";
    position: absolute;
    right: -135px;
    top: 20%;
    transform: translateY(-50%);
    width: 120px;
    height: 57px;
    background: url(images/toplogomiseimg.png) no-repeat center;
    background-size: contain;
}


/* TOPのヘッドメニューだけ色変更 */
#header_up #Description {
    color: #fff;
    padding-top: 10px;
	/*border-bottom: 3px solid #2ac4dd;
    padding-bottom: 7px;*/
}
#header_up #headSmallmenu2023 ul li a {
    color: #fff;
}
#header_up #headSmallmenu2023 ul li {
    border-right: 1px solid #fff;
}
#header_up #headSmallTel2023 {
    color: #fff;
}


#header_up #gmenu_2023 ul li a{
	color:#fff;
}

/* TOPのヘッドメニューだけ色変更 */









.mitumorikotira_2023 {
    font-size: 13px;
    margin: 10px 0 5px 0;
    text-align: right;
}

#headtelfax_2023 .tel {
    font-size: 28px;
    font-weight: bold;
	background: url(images/headtelicon.png) no-repeat left top 6px;
    padding-left: 40px;
}




#headetcLink_2023 {
    background: #f0f0f0;
    padding: 5px 0;
}
#headetcLink_2023 ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
#headetcLink_2023 ul li a {
    float: right;
    display: block;
    padding: 0 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
	position: relative;
}

#headetcLink_2023 ul li a:before {
    content: "";
    margin: 0;
    position: absolute;
    top: 3px;
	left: 0;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #5DAE03;
}
#headetcLink_2023 ul li a:hover {
    color: #6ca42f;
    text-decoration: underline;
}


#Toplink_gmenu_2023 {
    /*background: #5DAE03;*/
}
#gmenu_2023 {
    width: 800px;
    /*margin: 0 45px 0 0;*/
}
#gmenu_2023 ul {
    display: flex;
    /*justify-content: space-between;*/
	align-items: center;
}
#gmenu_2023 ul li a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 18px;
    padding: 10px 0;
	width: 200px;
    text-align: center;
	position: relative;
	font-weight: bold;
}


#gmenu_2023 ul li a:hover span {
    border-bottom: 2px solid #5dcfff;
	/*color:#9f862a;*/
}
#header_up #gmenu_2023 ul li a:hover span {
	border-bottom: 2px solid #fff;
	/*color:#9f862a;*/
}





#gmenu_2023 ul li.gmenu_top a:before {
    content: url(images/gmenuicon03_2025.png);
    position: absolute;
    top: 3px;
    left: 30px;
}
#gmenu_2023 ul li.gmenu_top span {
    margin-left: 55px;
}

#gmenu_2023 ul li.gmenu_service a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 20px;
    width: 63px;
    height: 60px;
    background-image: url(images/gmenuicon01_2025.png);
    background-size: contain;
    background-repeat: no-repeat;
}



#gmenu_2023 ul li.gmenu_service span {
    margin-left: 90px;
}

#gmenu_2023 ul li.gmenu_jirei a:before {
    content: url(images/gmenuicon02_2025.png);
    position: absolute;
    top: 1px;
    left: 45px;
}
#gmenu_2023 ul li.gmenu_jirei span {
    margin-left: 65px;
}

/*#gmenu_2023 ul li.gmenu_plan a:before {
    content: url(images/gmenuicon03_2025.png);
    position: absolute;
    top: 3px;
    left: 40px;
}
li.gmenu_plan span {
    margin-left: 50px;
}*/


#gmenu_2023 ul li.gmenu_company2023 a:before {
    content: url(images/gmenuicon04_2025.png);
    position: absolute;
    top: 2px;
    left: 45px;
}
#gmenu_2023 ul li.gmenu_company2023 span {
    margin-left: 60px;
}




#gmenu_2023 ul li.gmenu_service ul li a:before {
	content:"";
}
#gmenu_2023 ul li.gmenu_jirei ul li a:before {
	content:"";
}
/*#gmenu_2023 ul li.gmenu_plan ul li a:before {
	content:"";
}*/
#gmenu_2023 ul li.gmenu_company2023 ul li a:before {
	content:"";
}



#gmenu_2023 ul li {
    display: flex;
	/*margin-right: 20px;*/
	position: relative;
	padding: 5px 0 5px 0;
	border-right: 1px solid #fff;
}
#gmenu_2023 ul li:last-child {
	margin-right: 0;
}
#gmenu_2023 ul li ul li{
	border-right: none;
}
#gmenu_2023 ul li ul li:first-child {
    border-left: none;
}
#gmenu_2023 ul li:first-child {
    border-left: 1px solid #fff;
}

#gmenu_2023 ul li.gmenu_Komenu ul li {
    padding: 0;
}

#header_up #gmenu_2023 ul li:hover {
    background: rgb(102 195 223 / 50%);
}




#header_up #gmenu_2023 ul li.gmenu_top a:before {
    content: url(images/gmenuicon03_2025wh.png);
    position: absolute;
    top: 3px;
    left: 20px;
}

#header_up #gmenu_2023 ul li.gmenu_service a:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 25px;
    width: 63px;
    height: 60px;
    background-image: url(images/gmenuicon01_2025wh.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#header_up #gmenu_2023 ul li.gmenu_jirei a:before {
    content: url(images/gmenuicon02_2025wh.png);
    position: absolute;
    top: 1px;
    left: 30px;
}
/*#header_up #gmenu_2023 ul li.gmenu_plan a:before {
    content: url(images/gmenuicon03_2025wh.png);
    position: absolute;
    top: 3px;
    left: 40px;
}*/
#header_up #gmenu_2023 ul li.gmenu_company2023 a:before {
    content: url(images/gmenuicon04_2025wh.png);
    position: absolute;
    top: 2px;
    left: 45px;
}

#header_up #gmenu_2023 ul li.gmenu_company2023 ul li a:before{
	content: '';
}






/* gmenuの会社案内2023ドロップダウン */







/* 上▲矢印サブメニュー部分 */

li.gmenu_Komenu ul {
    position: absolute;
    top: 40px;
	background: rgba(51,51,51,0);
    /*-webkit-transition: all .2s ease;*/
    transition: all .2s ease;
	visibility:hidden;
	opacity:0;
	z-index:1000;
	right:0;
}

li.gmenu_Komenu:hover ul {
    top: 60px;
    visibility: visible;
    opacity: 1;
}

#gmenu_2023 ul li.gmenu_Komenu ul {
	display:block;
}

li.gmenu_Komenu ul li {
    padding: 0;
    border: 0;
	background:rgb(34 124 207 / 90%);
}
#gmenu_2023 ul li.gmenu_Komenu ul li a {
    background: none;
    padding-left: 0;
    width: 200px;
	border: 0;
	padding-bottom:10px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}

/*.gnav_2023 li ul li:hover{
	background:none;	
}*/
#gmenu_2023 ul li.gmenu_Komenu ul li a:hover {
	background:rgb(102 195 223 / 50%);
}

li.gmenu_Komenu ul li:first-child {
    margin-top: 15px;
}
li.gmenu_Komenu ul li:first-child:before {
    content: "";
    position: absolute;
    right: 0;
    top: -14px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
	border-color: transparent transparent rgb(34 124 207 / 70%) transparent;
    border-width: 0 15px 15px 15px;
}


/* gmenuの会社案内2023ドロップダウン */







#header {
    position: relative;
}






/* 全画面スライド部分 */

*******************************************************************/
#mainImg{
	position: relative;
	width:100%;
	overflow:hidden;
}

@media screen and (min-width:1025px){/* これはPCもスマホ、ipadも全部に影響している  */

	#mainImg{
		min-width: 1200px;
		height: 100vh;
		/*min-height: 860px;*/
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/*! .slide
======================================================= */
#mainImg .item{
	position: relative;
	height: 200px;
	padding: 102px 0 0;
	overflow: hidden;
}
#mainImg .item .copy{
	position: relative;
	width: 300px;
	margin: 0 auto;
	z-index: 10;
	
	font-size: 85px; /* hiro */
	font-weight: bold;/* hiro */
	text-align: center;/* hiro */
	color: #fff;/* hiro */
	text-shadow:2px 2px 10px #3c5a69;/* hiro */
}
/* hiro */
#mainImg .item .copy span{
		font-size:28px;
		font-weight:normal;
		letter-spacing:10px;
		display: block;
}
#mainImg .item .copy{
		line-height: 1.6;
		
	}
#mainImg .item .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 6s linear;
	transition: 6s linear;
}
#mainImg .item .bg img{
	display: block;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	/*width: auto;
	height: 100%;*/
	width:100%;
	/*height:auto;*/
	height:100vh;
	margin: auto;
	
	object-fit: cover;
    object-position: 50% 50%;
    display: block;
}
#mainImg .item.slick-current .bg{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#mainImg .item.first-item .bg{
	-webkit-transform: scale(1);
	transform: scale(1);
}



	
	
	
@media screen and (min-width:768px) and (max-width:1024px){
	#mainImg .item{
		height: 460px;
		padding-top: 290px;
	}
	#mainImg .item .copy{
		/*width: 500px;*/
		width:80%;
	}
	
	
	#mainImg .item .copy{
		font-size: 55px; /* hiro */
}
	#mainImg .item .copy span{
		font-size:16px;
		font-weight:bold;		
}
}

@media screen and (min-width:1025px){/* これはPCもスマホ、ipadも全部に影響している  */
	#mainImg .slide{
		height: 100%;
	}
	#mainImg .slide div{
		height: 100%;
	}
	#mainImg .item{
		width: 100%;
		height: 100%;
		padding: 0;
	}
	#mainImg .item .copy{
		position: absolute;
		top: 350px;
		right: 0;
		bottom: 0;
		left: 0;
		width: 1200px;
		height: 392px;
		margin: auto;
		z-index: 10;
		line-height:1.2;
	
		
	}
	
}
#mainImg .item .copy img{
	width:100%;	
}




#header_up{
	width:95%;
	position:absolute;
	top:25px;
	left:0;
	right:0;
	margin: auto;
	/*background: rgba(255,255,255,0.9);*/
	z-index: 10;
}

/*#header_up nav.gnav-wrapper {
    margin-top: 10px;
}
*/






/* 全画面表示下の矢印スクロール */
#header .scroll {
    display: block;
    /*background: rgba(255,255,255,0.8);*/
	background: rgb(16 16 16 / 80%);
    width: 60px;
    height: 60px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
}
#header .scroll .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#header .scroll .inner .arrow {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
#header .scroll .inner .arrow::after, #header .scroll .inner .arrow::before {
    position: absolute;
    content: "";
    vertical-align: middle;
    -webkit-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
}
#header .scroll .inner .arrow:before {
    width: 3px;
    height: 15px;
    top: 12px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}
#header .scroll .inner .arrow span {
    display: block;
    position: absolute;
    top: 36px;
    right: auto;
    bottom: auto;
    left: auto;
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: "Work Sans",sans-serif;
    font-weight: 500;
    -webkit-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    color: #fff;
}
#header .scroll .inner .arrow:after {
    width: 12px;
    height: 12px;
    top: 12px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


#header .scroll .inner:hover .arrow:before {
    background: #fc0;
}
#header .scroll .inner:hover .arrow:after {
    border-top: 3px solid #fc0;
    border-right: 3px solid #fc0;
}






/* smallheader */
.small_headerIN {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.small_header {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    /* background: #000; */
    /* background: rgb(47, 34, 10); */
    /* background: rgb(146, 120, 17); */
    background: rgba(255,255,255,0.9);
    /* width: 100%; */
    z-index: 10000;
    min-width: 100%;
    margin: 0 auto;
    width: 1020px;
    border-radius: 0;
    /* box-shadow: 0 0 10px #ccc; */
    z-index: 1000;
}
#small_headerLOGO {
    width: 220px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    /* background: #2361ab url(images/asahilogo50.png) no-repeat left 15px top 8px; */
    /*float: left;*/
    border-radius: 0;
    /* padding-left: 30px; */
    line-height: 1;
    /* padding-top: 5px; */
    margin-top: 10px;
}
#smallheader_sitemapcontact {
    width: 160px;
    float: right;
    margin-top: 6px;
}
ul#smallheader_sitemapcontact li {
    list-style-type: none;
}
ul#smallheader_sitemapcontact li a {
    width: 140px;
    float: left;
    text-align: center;
    padding: 4px 0;
    margin-right: 20px;
    list-style-type: none;
    background: #ffcc00;
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
}
ul#small_headerMENU {
    width: 800px;
    /*float: right;*/
    /*margin-right: 20px;*/
	font-size: 16px;
    font-weight: bold;
	display: flex;
}
ul#small_headerMENU li {
    list-style-type: none;
    /*float: left;*/
    width: 200px;
    text-align: center;
    padding: 10px 0 ;
	position: relative;
}

ul#small_headerMENU li a {
    color: #333;
    text-decoration: none;
    padding-right: 15px;
}


.menu_single02 .menu_second-level {
    position: absolute;
    background:rgba(0,0,0,0.7);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    visibility: hidden;
    opacity: 0;
    width: 200px;
    top: 74px;
    /*left: -10px;*/
}
.menu_single02:hover > .menu_second-level {
  visibility: visible;
  opacity: 1;
}


/*.menu_single02 p {
    font-size: 14px;
	background:url(images/headsmallmenuicon03.png) no-repeat left top;
	padding-left:30px;
	margin-right: 10px;
}*/
/*ul#small_headerMENU li.S_shintiku a {
    background: url(images/gmenuicon01_2023.png) no-repeat left top;
    padding-left: 40px;
    padding-top: 4px;
    background-size: 27px;
}*/
ul#small_headerMENU li.S_shintiku a {
    background: url(images/gmenuicon01_2023.png) no-repeat left 35px top 10px;
    /* padding-left: 40px; */
    /* padding-top: 4px; */
    background-size: 50px;
    padding: 15px 0 16px 55px;
    display: block;
}
/*ul#small_headerMENU li.S_reform a {
    background: url(images/gmenuicon02_2023.png) no-repeat left top;
    padding-left: 44px;
    margin-right: 10px;
    background-size: 27px;
    padding-top: 3px;
}*/
ul#small_headerMENU li.S_reform a {
    background: url(images/gmenuicon02_2023.png) no-repeat left 45px top 10px;
    /* padding-left: 44px;
    margin-right: 10px; */
    background-size:30px;
    padding-top: 3px;
    padding: 15px 0 16px 55px;
    display: block;
}
/*ul#small_headerMENU li.S_saiyou a {
	background:url(images/gmenuicon03_2023.png) no-repeat left top;
	padding-left:55px;
	margin-right: 15px;
	background-size: 44px;
}*/
ul#small_headerMENU li.S_sw a {
    background: url(images/gmenuicon03_2023.png) no-repeat left 35px top 10px;
    padding-left: 30px;
    padding-right: 15px;
    background-size: 30px;
    padding: 15px 0 16px 50px;
    display: block;
}
/*ul#small_headerMENU li.S_kaisha a {
	background:url(images/gmenuicon04_2023.png) no-repeat left top;
	padding-left:45px;
	margin-right: 10px;
	background-size: 24px;
}*/
ul#small_headerMENU li.S_kaisha a {
    background: url(images/gmenuicon04_2023.png) no-repeat left 45px top 11px;
    padding-left: 45px;
    margin-right: 10px;
    background-size: 26px;
    padding: 15px 0 16px 50px;
    display: block;
}



ul#small_headerMENU li.S_shintiku ul li a {
    background: none;
	padding: inherit;
    margin: inherit;
	padding:10px 0;
}
ul#small_headerMENU li.S_reform ul li a {
    background: none;
	padding: inherit;
    margin: inherit;
	padding:10px 0;
}
ul#small_headerMENU li.S_sw ul li a {
    background: none;
	padding: inherit;
    margin: inherit;
	padding:10px 0;
}
ul#small_headerMENU li.S_kaisha ul li a {
    background: none;
	padding: inherit;
    margin: inherit;
	padding:10px 0;
}


/*#header_menu02 ul li p {
    padding: 5px 10px 5px 30px;
}
.menu_single02 p:hover {
	color:#ffcc00;
}*/


/*ul#small_headerMENU li:nth-child(2) ul li a,ul#small_headerMENU li:nth-child(3) ul li a,ul#small_headerMENU li:nth-child(4) ul li a {
    background: none;
    padding: 0;
	border-right:none;
	display:block;
}*/
ul#small_headerMENU li ul li {
    width: 100%;
    border-right: none;
}
ul#small_headerMENU li ul li:first-child {
    border-top: none;
}





ul#small_headerMENU li ul li a {
    color: #fff;
}

ul#small_headerMENU li ul li:hover {
    /*background: rgba(93,174,3,0.8);*/
	background:rgb(102 195 223 / 80%);
}


ul#small_headerMENU li:hover {
    background: #fff;
	background:rgba(147, 217, 243, 0.3);
}






#small_headerLOGO {
    width: 250px;
    margin: 10px 0 10px 10px;
}
#small_headerLOGO img {
    width: 100%;
}






/* オーバーレイ検索フォーム */
#ol-search{
  display:none;
}
.search-icon{
  cursor:pointer;
}
.search-icon::before{
  font-family:FontAwesome;
  content:'\f002';
}
.overlay, 
.ol-search-wrap{
  display:none;
  opacity:0;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  animation:fade_overlay .3s;
}
.ol-search-wrap{
  z-index:9990;
}
.overlay{
  z-index:9991;
  background:rgba(0,0,0,.7);
}
#ol-search:checked ~ .ol-search-wrap,
#ol-search:checked ~ .ol-search-wrap .overlay{
  display:block;
  opacity:1;
}
.ol-searchform .searchform{
  position:fixed;
  top:50%;
  left:50%;
  z-index:9999;
  width:60%;
  max-width:520px;
  border:solid 2px #fff;
  border-radius:4px;
  transform:translate(-50%,-50%);
  display:flex;
}
.ol-searchform .search-field, .ol-searchform .search-submit{
  height:48px;
  padding:4px 12px;
  border:none;
  /*background:rgba(0,0,0,.3);*/
  background:rgba(255,255,255,.8);
  font-size:18px;
  /*color:#fff;*/
  transition:.3s;
  outline:none;
}
.ol-searchform .search-field{
  flex:1;
  border-radius:4px 0 0 4px;
}
.ol-searchform .search-submit{
  cursor:pointer;
  border-radius:0 4px 4px 0;
}
.ol-searchform .search-field:focus,
.ol-searchform .search-field:focus + .search-submit{
  /*background:rgba(0,0,0,1);*/
  background:rgba(255,255,255,1);
}
/* オーバーレイ検索フォーム */


/* オーバーレイ検索フォーム 永倉建設商業施設HP用部分*/
.ol-searchform {
    width: 45px;
    /* text-align: center; */
    align-items: center;
    display: flex;
    JUSTIFY-CONTENT: center;
    background: #ccc;
    font-size: 20px;
}
/* オーバーレイ検索フォーム 永倉建設商業施設HP用部分*/










/* ===========================
施工例スライダー
=========================== */

/* スライダー全体：矢印が外側に出るスペースを確保 */
#top_sekoujirei {
  padding: 70px 60px 20px 60px;
  box-sizing: border-box;
  position: relative;
}

/* Swiper本体 */
.sekoujirei-swiper {
  width: 100%;
  margin: 0 auto;
}

/* 画像を枠内いっぱいに */
.sekoujirei-swiper .topsekoujirei_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* カテゴリーテキストを中央寄せ */
.sekoujirei-swiper .infoCate {
  display: block;
  text-align: center;
}

/* リンクテキストを白・アンダーラインなし */
.sekoujirei-swiper .infoCate a {
  color: #fff;
  text-decoration: none;
}

/* 矢印：外側に配置・白色 */
.sekoujirei-swiper .swiper-button-prev,
.sekoujirei-swiper .swiper-button-next {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.sekoujirei-swiper .swiper-button-prev {
  left: 5px!important;
}

.sekoujirei-swiper .swiper-button-next {
  right: 5px!important;
}

/* スマホ：矢印非表示 */
/*@media screen and (max-width: 767px) {
  #top_sekoujirei {
    padding: 0 10px;
  }
  .sekoujirei-swiper .swiper-button-prev,
  .sekoujirei-swiper .swiper-button-next {
    display: none;
  }
}*/






/*べた塗りの後に写真がシューっと表示する*/
.reveal-box {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    background-color: #f0f0f0; /* 読み込み前の下地 */
}

.reveal-box img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0; /* 最初は隠しておく */
}

/* グレーの板（初期状態） */
.reveal-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    z-index: 10;
    transform: scaleX(0); /* 最初は0にしておく（JSで動かすため） */
}

/* スクロール（または自動）発火時 */
.reveal-box.scrollin img {
    opacity: 1;
    transition: opacity 0s 0.4s; /* 板が伸びきった瞬間に画像を表示 */
}

.reveal-box.scrollin::after {
    animation: reveal-swipe 0.8s ease-in-out forwards;
}

@keyframes reveal-swipe {
    0% { transform: scaleX(0); transform-origin: left; }
    50% { transform: scaleX(1); transform-origin: left; }
    51% { transform: scaleX(1); transform-origin: right; }
    100% { transform: scaleX(0); transform-origin: right; }
}
/*べた塗りの後に写真がシューっと表示する*/

/* タイトルを最初は非表示 */
.BizReiTit {
    opacity: 0;
}

/* reveal発火後に表示 */
.reveal-box.scrollin .BizReiTit {
    opacity: 1;
    transition: opacity 0s 0.4s;
}












#mainImg::after {
    content: "";
    position: absolute;
    inset: 0;
    /*background-image: url(https://f-nagakura.com/wptest/wp-content/themes/f-nagakura/images/ami.png);*/
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
    pointer-events: none;
}
.Headcopy {
    position: absolute;
    top:50%;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    z-index: 10;
    left: 5%;
    line-height: 1.2;
	text-shadow: 2px 2px 2px #333;
	border-bottom: 12px solid #fc0;
    padding-bottom:10px;
}







/* 右下のスクロールトップの記述プラグイン無し自作 */
#pagetop{
position:fixed;
right:20px;
bottom:20px;
width:50px;
height:50px;
background:rgb(51 199 229 / 60%);
border-radius:50%;
z-index:9999;
opacity:0;
visibility:hidden;
transition:.3s;
}

#pagetop.show{
opacity:1;
visibility:visible;
}

#pagetop:before{
content:"";
position:absolute;
top:22px;
left:0;
right:0;
margin:auto;
width:12px;
height:12px;
border-top:3px solid #fff;
border-left:3px solid #fff;
transform:rotate(45deg);
}
#pagetop:hover{
background:rgba(34,124,207,0.9);
}

/* 右下のスクロールトップの記述プラグイン無し自作 */








