@charset "utf-8";

/* -----------------------------------------
   tenant_pc.css
   Lastupdate: 2023/01/08
   Author: KAZUMI SONOBE
------------------------------------------*/

 /* Break Point:
 *
 * min-width:1200px
 *
 */

 /* font-size: 16px
 *
 *  8px - 50% 
 *  9px - 56% 
 * 10px - 62% 
 * 11px - 68%
 * 12px - 75%
 * 13px - 82%
 * 14px - 88%
 * 15px - 94%
 * 16px - 100%
 * 17px - 107%
 * 18px - 113%
 * 19px - 118%
 * 20px - 125% 
 *
 */

/* Suggested order:
 *
 * display
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * z-index
 *
 */

/* -----------------------------------------
   COMMON 
------------------------------------------*/

body {
	width: 100%;
	color: #000000;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	-webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;	
}
a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
.cf {
	width: 100%;
}
.cf:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;
}
.contact_btn a {
	display: table-cell;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}


/* デバイスがPCのときだけ表示*/
@media screen and (max-width:1200px) {
	.pc_only {
		display: none;
	}
}

/* デバイスがSPのときに表示 */
@media screen and (min-width:1200px) {
	.sp_only {
		display: none;
	}
}


/* -----------------------------------------
   PC ONLY SETS
------------------------------------------*/

body {
	font-size: 16px;
	line-height: 1.2;
}


/* -----------------------------------------
   #globalHeader
------------------------------------------*/

#globalHeader {
	position: relative;
	height: 530px;
	background: url(../imgs/tenant_bg.jpg) no-repeat top;
	background-size: cover;
}
#globalHeader .gH_inner {
	padding: 10px 0;
	background-color: #FFFFFF;
	border-bottom: 5px solid #C8C8C8;	
}
#globalHeader .gH_inner .gH_cont {
	width: 1200px;
	margin: 0 auto;
}
#globalHeader .gH_inner .gH_cont h1 {
	float: left;
	margin: 5px 0 0 0;
}
#globalHeader .gH_inner .gH_cont .contact_btn {
	float: right;	
}
#globalHeader .gH_inner .gH_cont .contact_btn a {
	width: 120px;
	height: 60px;
	font-size: 94%;
	background-color: #E53379;
}
#globalHeader .gH_inner .gH_cont .header_info {
	float: right;
	width: 280px;
}
#globalHeader .gH_inner .gH_cont .header_info .tel {
	font-size: 186%;
	font-weight: bold;
}
#globalHeader .gH_inner .gH_cont .header_info .tel svg {
	width: 22px;
	padding: 0 5px 0 0;
}
#globalHeader .gH_inner .gH_cont .header_info .business-time {
	padding: 2px 0 0 0;
}
#eyecatch {
	width: 680px;
	margin: 50px auto 0 auto;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 238%;
	line-height: 1.4;
	text-align: center;
}
#eyecatch h2 {
	color: #003366;
	font-size: 184%;
	font-weight: bold;
}


/* -----------------------------------------
   #cont_wrap
------------------------------------------*/

#cont_wrap {
	padding: 0 0 70px 0;
	background-color: #00A7A6;
	text-align: center;
}


	/* -----------------------------------------
	   #tenant-main
	------------------------------------------*/

	#tenant-main {
		width: 1200px;
		margin: 0 auto;
	}
	#tenant-main ul {
		position: relative;
		display: flex;
		margin: -60px 0 30px 0;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		z-index: 10000;
	}
	#tenant-main ul li {
		width: 214px;
		padding: 10px;
		background-color: #FFFFFF;
	}
	#tenant-main ul li img {
		width: 214px;
	}
	#tenant-main ul li span {
		display: block;
		padding: 8px 0 0 0;
		font-size: 138%;
		letter-spacing: 2px;
	}
	#tenant-main .txt {
		color: #FFFFFF;
		font-size: 200%;
	}
	#tenant-main .txt h3 {
		margin: 0 0 40px 0;	
	}
	#tenant-main .txt p {
		margin: 0 0 40px 0;
		line-height: 1.6;
	}
	#tenant-main .contact_btn {
			width: 550px;
			margin: 0 auto;
	}
	#tenant-main .contact_btn a {
		width: 550px;
		height: 80px;
		font-size: 175%;
		background-color: #003366;
	}


/* -----------------------------------------
   #globalFooter
------------------------------------------*/

#globalFooter {
	padding: 80px 0 50px 0;
	font-size: 88%;
	text-align: center;
	letter-spacing: 1px;	
}
#globalFooter #footerInfo {
	width: 1200px;
	margin: 0 auto 80px auto;	
}
#globalFooter #footerInfo table {
	float: left;
	width: 600px;
	font-size: 150%;
	text-align: left;
	line-height: 1.4;
}
#globalFooter #footerInfo table .name,
#globalFooter #footerInfo table .tel,
#globalFooter #footerInfo table .fax {
	font-size: 120%;
}
#globalFooter #footerInfo table .postcode,
#globalFooter #footerInfo table .tel,
#globalFooter #footerInfo table .fax {
	padding-top: 15px;
}
#globalFooter #footerInfo table .contact_btn {
	padding-top: 20px;
}
#globalFooter #footerInfo table .contact_btn a {
	width: 600px;
	height: 51px;
	font-size: 116%;
	background-color: #E53379;
}
#globalFooter #footerInfo .footerImg {
	float: right;
}
#globalFooter #footerInfo .footerImg img {
	width: 450px;
	
}
#gototop {
	font-size: 138%;
	background-color: #C8C8C8;
}
#gototop a {
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #000000;
}
#gototop a svg {
	width: 18px;
	padding: 0 10px 0 0;
	line-height: 1.6;
	vertical-align: -3px;
}
#copyright {
	padding: 30px 0 0 0;
}
