@charset "utf-8";

/* =======================================================================================
	TEMPLATE
======================================================================================= */

#unique--contents {
	overflow: hidden;
}
@media screen and (max-width: 736px) {
	.container + .container {
		padding-top: 0;
	}
}


.hTxtStyh5 {
	padding: 0.8em 0em;
	border: 0px solid rgba(255, 255, 255, .4);
	border-width: 1px 0;
}


/* =======================================================================================
	COMMON
======================================================================================= */

.mapBox {	position: relative;}


/* =======================================================================================
	PAGE
======================================================================================= */

/* 
------------------------------------------------------------------------ */
	.mapBox-genchi,
	.mapBox-car,
	.mapBox-taxi {
		max-width: 1000px;
		position: relative;
		text-align: center;
	}
	.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 {
		padding-top: 0;
	}
	.labelHeading {
		position: static;
	}
}



	.byWrap .txtBox {
		margin-bottom: 1.8em;
	}
	.byWrap .carAdd {
		background: rgba(0, 0, 0, .6);
		padding: var(--site-marpad-XS) 1.5em;
	}
	.byWrap .carAdd strong {
		font-size: 1.6em;
	}

/* carAccessMin
------------------------------------------------------------------------ */
	.carAccessMin {
		text-align: left;
		font-size: 1.2em;
	}
	.carAccessMin strong {
		display: inline-block;
		font-size: 1.4em;
		margin: 0 0.3em;
	}
	.carAccessMin dl {
		margin-bottom: 2em;
		padding: 2em 0 1em;
		border-bottom: 1px dotted rgba(255, 255, 255, .5);
	}
	.carAccessMin dt {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 1em 2em;
		border: 1px solid rgba(255, 255, 255, .5);
	}
@media print, screen and (min-width: 736.02px) {
	.carAccessMin dl {
		display: grid;
		grid-template-columns: max(10em,25%) 1fr;
		column-gap: 2em;
	}
}
@media screen and (max-width: 736px) {
	.carAccessMin {
		font-size: 3.8vw;
	}
	.carAccessMin .inbl {
		line-height: 1.2;
	}
	.carAccessMin dt {
		margin-bottom: 1em;
	}
}

/* taxiAccess
------------------------------------------------------------------------ */
	.taxiAccess {
		text-align: left;
		font-size: 1.2em;
	}
	.taxiAccess strong {
		display: inline-block;
		font-size: 1.4em;
		margin: 0 0.3em;
	}
	.taxiAccess dl div {
		display: grid;
		align-items: start;
		grid-template-columns: 8em auto auto ;
		align-items: center;
		margin-top: 1em;
	}


	.taxiAccess dt {
		display: flex;
		justify-content: center;
		align-items: baseline;
		vertical-align: baseline;
		text-align: center;
		padding: 0.8em 0.3em 0.8em 0;
		border: 1px solid rgba(255, 255, 255, .5);
	}
	.taxiAccess dt small {		display: block;	line-height: 1.6;	}
	.taxiAccess dd small {		display: block;	}
	.taxiAccess dd:nth-of-type(1) {	margin-left: auto;}
	.taxiAccess dd:nth-of-type(2) {	padding-left: 1em; position: relative; padding-bottom: 0.7em;}
	.taxiAccess dd:nth-of-type(2)::before { 
		content: ""; 
		position: absolute; 
		top: 0em; left: 0.5em; 
		display: inline-block; 
		width: 1px; 
		height: 2em; 
		background: rgba(255, 255, 255, .35);
		transform: skewX(-10deg);
	}

@media print, screen and (min-width: 900.02px) {
	.taxiAccess dl {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media print, screen and (min-width: 736.02px) and (max-width: 900px) {
	.taxiAccess dl div {
		justify-content: center;
	}
	.taxiAccess dl div dt {
		margin-right: 1.2em;
	}
}
@media screen and (max-width: 736px) {
	.taxiAccess {
		font-size: 3.8vw;
	}
	
	.taxiAccess dl div {
		grid-template-columns: 10em auto auto ;
	}
	.taxiAccess dt {
		/*grid-column: 1 / 3;*/
		background: rgba(255, 255, 255, .09);
		margin-bottom: 0.6em;
		margin-right: 1em;
		padding: 0.5em 0.5em;
		border-width: 0px;
	}
	.taxiAccess dt small {		display: block;	}
	.taxiAccess dd:nth-of-type(2) {padding-bottom: 0.9em;}

}

@media screen and (max-width: 480px) {
	.taxiAccess dd:nth-of-type(2) {padding-bottom: 1.4em;}
}

/* gMapSection
------------------------------------------------------------------------ */
	.gMapSection .contbox {
		display: flex;
		justify-content: center;
		
		padding: var(--site-marpad-XS) 0;
	}

	.gMapSection .contbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	.gMapSection .contbox > * {
		/*width: calc(50% - 10px);*/
	}
	.gMapSection [class*="generalBtnUnit"] {
		max-width: 300px;
		/*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"],
	.gMapLink [class*="generalBtnUnit"] {
		margin-left:auto;
		margin-right:auto;
	}
	.gMapLink {
		margin-top:10px;
	}
}
@media screen and (max-width: 480px) { /*{SPs}*/
	.gMapSection [class*="generalBtnUnit"] {
		max-width: 280px;
	}

}
	.gMapSection [class*="generalBtnUnit"] {
	}



/* 
==========================================================
 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;
	}
    
    
    
    
/********************************************************************************
	現地案内図ページの印刷設定
**********************************************************************************/
    .controlButtonWrap,
    .approachWrap,
	.lNavWrap,
	.pageThemeWrap + .informationUnit,
	.container:nth-of-type(3) .imgcapParent/*,
	.container:nth-of-type(3)*/ {
        display: none;
	}
	.container {
		padding: 0 0 !important;
	}
	.carAdd {
		padding: 0 0 !important;
	}
	.byWrap {
		margin-top: 0 !important;
	}
    .container *,
	.labelHeading {
		color: #333 !important;
		border-color: #777 !important;
    }
	/*.mapBox-genchi, .mapBox-car {
		margin-top: 15px;
	}*/
    .mapBox {
		width: 70% !important;
		margin: 0 auto;
    }
	.controlButtonWrap + .mapBox-genchi {
		margin-top: 15px;
	}
	.controlButtonWrap + .mapBox-genchi h3 {
		display: none;
	}
	.container:nth-of-type(2) {
		page-break-before: always;
	} 
	.container:nth-of-type(3) {
		margin-top: 30px;
	} 
	.controlButtonWrap + .mapBox-genchi .mapBox {
		width: 55% !important;
	}

    .mapContainer {
        padding: 0 0 20px!important;
    }
    .mapBox-genchi {
      margin-bottom: 0;
    }
    .pageLastCaptionWrap {
		color: #333 !important;
      background: none;
      padding: 0 0 20px;
    }
	[data-js_show_target],
	[data-js_show_target_suite_descendant] {
		opacity: 1!important;
	}
	
	.hTxtStyh5 {
		margin-top: 0px;
		padding: 5px 0;
		/*border-top-width: 0px;*/
	}
    
	/*.pageThemeWrap {
		display: flex;
		flex-direction: column-reverse;
	}
	#pt-01 {
		display: flex;
		flex-direction: column-reverse;
	}*/
    
}

