@charset "utf-8";

/* =======================================================================================
	TEMPLATE
======================================================================================= */


/* =======================================================================================
	COMMON
======================================================================================= */




/* =======================================================================================
	PAGE
======================================================================================= */

/* genchi
------------------------------------------------------------------------ */
	.mapBox-genchi {
		max-width: 900px;
		position: relative;
		text-align: center;
	}
	.mapBox-genchi .labelHeading {
		display: block;
		position: absolute;
		top: 0; left: 0; z-index: 1;
		line-height: 1.35;
		color: #fff;
		min-height: 0.001vw;
		font-size: clamp(1.2rem, 1.2857vw, 1.8rem);
		background: #000;
		padding: .3em 1.3em .4em;
	}
@media screen and (max-width: 736px) {
	.mapBox-genchi .labelHeading {
		position: static;
	}
}

/* byWrap
------------------------------------------------------------------------ */
	.byWrap {
		position: relative;
		text-align: center;
		background: rgba(0, 0, 0 ,.4);
		padding: var(--site-marpad-M) 0;
	}
	.byWrap .generalColBox {
		position: relative;
	}
	.byWrap .generalColBox::after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 1px;
		height: 100%;
		background: rgba(var(--site-themeColor-accent_1),1);
	}
	.byWrap dl {
		margin-top: 0;
		padding: 0 5%;
	}
	.byWrap dt {
		color: #FFF;
		font-size: 1.2em;
		background: #5e583c;
		margin-bottom: 1.8em;
	}
	.byWrap dd {
		color: #FFF;
	}
	.byWrap dd .txtBox {
		margin-bottom: 1.8em;
	}
	.byWrap dd .movieBtn {
	}
	.byWrap dd .carAdd {
		background: rgba(255, 255, 255, .05);
		padding: var(--site-marpad-XS) 1.5em;
	}
	.byWrap dd .carAdd strong {
		font-size: 1.6em;
	}



/* //////////////////approachBnr */
	.approachBnr {
		margin-top: var(--site-marpad-M);
	}
	.approachBnr a {
		color: #FFF;
		display: block;
		position: relative;
		width: 100%;
		max-width: 690px;
		height: 1px;
		min-height: 300px;
		font-size:	1.6em;
		margin: 0 auto;
	}
	.approachBnr a::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		color: #FFF;
		background: rgba(var(--site-themeColor-main), .58);
		mix-blend-mode: multiply;
		transition: all 0.3s ease;
	}
	.approachBnr a::after {
		content: "";
		position: absolute;
		top: 9px;
		left: 9px;
		display: block;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		color: #FFF;
		border: 1px solid #FFF;
		transition: all 0.2s ease;
	}
	.approachBnr a .imgcapkeep {
		bottom: 9px;
		right: 9px;
	}
	.approachBnr a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.approachBnr .txtBox {
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
	}
	.approachBnr .txt {
		display: block;
	}
	.approachBnr .ico {
		position: relative;
		z-index: 3;
		display: block;
		width: 60px;
		height: 60px;
		margin: 0 auto;
		border: 3px solid rgba(255, 255, 255, .68);
		border-radius: 50%;
		margin-top: 15px;
		transform: scale(1.2);
		transition: all 0.3s ease;
	}
	.approachBnr .ico::before {
		content: "";
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-20%, -50%);
		display: block;
		width: 0;
		height: 0;
		border: 15px solid transparent;
		border-width: 10px 15px;
		border-left-color: rgba(255, 255, 255, .68);
	}
	
	.approachBnr.location .ico {
		border: none;
	}
	.approachBnr.location .ico::before {
		border-width: 15px 22px;
	}

	.approachBnr.location .linkTxt {
		font-size: .6em;
		display: inline-block;
		border-bottom: 1px solid rgba(255, 255, 255, .6);
	}
	.approachBnr.location .linkTxt::after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border: 15px solid transparent;
		border-width: 6px 8px;
		border-left-color: rgba(255, 255, 255, .68);
		margin-left: 0.6em;
	}


	.approachBnr a:hover::before {
		background: rgba(var(--site-themeColor-main), .38);
	}
	.approachBnr a:hover .ico {
		transform: scale(1.0);
	}



	.rootPopup {
		display: none;
	}
	.rootMovieCont {
		text-align: center;
		padding: 15px;
	}


	.vbox-inline.vbox-child {
		width: 80%;
		max-width: 750px !important;
		color: rgba(var(--site-themeColor-accent_1),1);
		background: rgba(var(--site-themeColor-main),1) !important;
	}
	.vbox-inline.vbox-child dl {
		padding: 30px;
	}
	.vbox-inline.vbox-child dt {	margin-bottom: 0.8em;	}
	.vbox-inline.vbox-child dd::before {	content: "■";	}
	.vbox-inline.vbox-child dd em {	color: #FFF; opacity: .6; display: inline-block; font-size: 0.9em; }


/* gMapSection
------------------------------------------------------------------------ */
	.gMapSection .contbox {
		display: flex;
		justify-content: center;
		
		padding: var(--site-marpad-XS) 0;
	}

	.gMapSection .contbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.gMapSection .contbox > * {
		width: calc(50% - 10px);
	}
	.gMapSection [class*="generalBtnUnit"] {
		color: #fff !important;
		width: 100%;
		max-width: 300px;
		padding: 16px 30px;
		margin-left:0;
		margin-right:auto;
	}

	.btnPrint [class*="generalBtnUnit"]:nth-of-type(n) {
		margin-left:auto;
		margin-right:0;
	}

/*@media screen and (max-width: 736px) { 
	.gMapSection .contbox {
		padding: 40px 0;
	}
}*/
	
@media screen and (max-width: 1050px) { /*{belowTBs}*/
	.gMapSection .contbox > * {
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.gMapSection .contbox > * a {
		margin: 0 auto !important;
	}
	.btnPrint [class*="generalBtnUnit"],
	.btnMap [class*="generalBtnUnit"] {
		margin-left:auto;
		margin-right:auto;
	}
	.btnMap {
		margin-top:10px;
	}
}
@media screen and (max-width: 480px) { /*{SPs}*/
	.gMapSection [class*="generalBtnUnit"] {
		max-width: 280px;
	}

}
	.gMapSection [class*="generalBtnUnit"] {
		font-size: 1em;
		padding-bottom: calc(9px + 0.45em);
	}



/* 
==========================================================
 print setting
-------------------------------------------------------------
 *	add to:			2024.4.18
 *	style info:		印刷設定(printOnly)
========================================================== */
    .unique--siteNameTxtPrintOnly,
    .printonly {
        display:none;
    }

@media print {
    
/********************************************************************************
	新フォーマット部の印刷設定
**********************************************************************************/
	/* ------------------------------------------------------
		body.printSetting
	------------------------------------------------------ */
	/* NONE */
	/* ------------------------------------- HEADER */
	body.printSetting .header-property,
	/* ----------------------------------- CONTENTS */
	body.printSetting .ttl-property-main,
	body.printSetting .list-property-control-wrap,
	body.printSetting .list-bukken-contact,
	body.printSetting .box-bukken-contact-list,
	body.printSetting .contents-property + .box-bukken,
	body.printSetting .controlButtonWrap,
	body.printSetting .noPrint,

	/* ------------------------------------- FOOTER */
	body.printSetting .search-wrap,
	body.printSetting .box-bukken,
	body.printSetting .area-user-footer-wrap,
	body.printSetting .footer-property {
		display: none;
	}
	/* WRAPPER */
	body.printSetting .wrapper {
		width: 1000px !important;
		margin: 0 auto;
	}
	/* FOOTER */
	body.printSetting .box-bukken-contact {
		color: #000 !important;
		background: #fff !important;
		border-top: 1px solid #aaa;
	}
	body.printSetting .box-bukken-contact * {
		color: inherit !important;
	}
	body.printSetting .box-bukken-contact-inner {
		padding: 20px 0;
	}
	body.printSetting .box-bukken-contact-text {
		margin-bottom: 0;
	}
	body.printSetting .box-bukken-contact-text .holiday {
		color: #902 !important;
	}
	body.printSetting .box-bukken-contact-tel > a {
		background: none;
		padding-left: 0;
	}
	/* ------------------------------------------------------
		all
	------------------------------------------------------ */
	/* WRAPPER */
	.wrapper {
		overflow: visible; /* hiddenの解除 */
		min-width: 0;
	}
	body:not(.printSetting) .wrapper {
		padding-top: 1em; /* ★弊害対策：h1.ttl-property-mainの高さを気持ち空けておく */
	}
	/* HEADER */
	.header-property {
		position: static; /* ヘッダー固定解除 */
	}
	.header-property-box {
		min-width: 0;
	}
	.header-property-top {
		width: 100%;
	}
	/* CONTENTS */
	.contents-property {
		display: block !important; /* flexを解除しfirefoxでも2枚以上印刷できるようにする。★弊害：h1.ttl-property-mainの位置が最上部表示になる */
		padding-top: 0 !important; /* ヘッダー固定時の余白解除 */
	}
	body:not(.printSetting) .ttl-property-main { /* ★弊害対策：最上部に表示 */
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
	}
	/* FOOTER */
	.box-bukken-contact {
		page-break-inside: avoid; /* 印刷時に要素内での改ページを避ける */
	}

    
    
  /********************************************************************************
	サイト（unique--contents）の印刷設定
**********************************************************************************/  
    body.printSetting .unique--siteNameTxtPrintOnly { 
		display: block;
		width: 100%;
		line-height: 1.3;
		color: #000;
        letter-spacing: 0.15em;
		text-align: center;
		background: #fff;
		margin: 0 0 10px;
		padding: 0.3em;
		border: 1px solid #ccc;
        font-size: 1.6em;
	}
	/* ------------------------------------------------------
		Basically fixed.
	------------------------------------------------------ */
	body.printSetting .mainElementHeaderWrap,
	body.printSetting .breadcrumbBox,
	body.printSetting .fNavWrap,
	body.printSetting .slideFNavWrap,
	body.printSetting .printBtnWrap {
		display: none;
	}
	.screenonly {
		display: none !important;
	}
	.printonly {
		display: block;
	}

	/* ------------------------------------------------------
		Setting
	------------------------------------------------------ */
	/* BODY */
	body {
    	opacity: 1;  /*読込時フェードインのリセット*/ 
		padding: 0 2px !important;
	}
	/* CONTENTS */
	#unique--contents {
		overflow: visible !important;  /*IE対策（Flaxboxの余白対策）のリセット */
	}
	body.printSetting .container {
		padding: 3em 0;
	}
    
    
    
    
/********************************************************************************
	現地案内図ページの印刷設定
**********************************************************************************/
    .gmapBtnWrap,
    .approachWrap,
	.pageThemeWrap + .informationUnit {
        display: none;
	}
    .mapContainer {
        padding: 0 0 20px!important;
    }
    .mapBox-genchi {
      margin-bottom: 0;
    }
    .pageLastCaptionWrap {
      background: none;
      padding: 0 0 20px;
    }
	[data-js_show_target],
	[data-js_show_target_suite_descendant] {
		opacity: 1!important;
	}
    
    
}




