@charset "utf-8";

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

 /* Break Point:
 *
 * max-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;
	}
}


/* -----------------------------------------
   SP ONLY SETS
------------------------------------------*/

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


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

#globalHeader {
	position: relative;
	height: 265px;
	background: url(../imgs/tenant_bg.jpg) no-repeat top;
	background-size: cover;
}
#globalHeader .gH_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #FFFFFF;
	border-bottom: 5px solid #C8C8C8;
}
#globalHeader .gH_inner .gH_cont {
}
#globalHeader .gH_inner .gH_cont h1 {
	float: left;
	margin: 10px 0 10px 20px;
}
#globalHeader .gH_inner .gH_cont h1 img {
	width: 180px;
}
#globalHeader .gH_inner .gH_cont .tel {
	float: right;
	margin: 10px 10px 0 0;
}
#globalHeader .gH_inner .gH_cont .mail {
	float: right;
	margin: 10px 20px 0 0;
}
#globalHeader .gH_inner .gH_cont .tel a,
#globalHeader .gH_inner .gH_cont .mail a {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}
#globalHeader .gH_inner .gH_cont .tel svg,
#globalHeader .gH_inner .gH_cont .mail svg {
	width: 22px;
}
#eyecatch {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	width: 70%;
	margin: 30px auto 0 auto;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
}
#eyecatch h2 {
	padding: 0 0 5px 0;
	color: #003366;
	font-size: 175%;
	font-weight: bold;
	letter-spacing: 1;
}


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

#cont_wrap {
	margin: 0 0 15px 0;
	padding: 30px 0;
	background-color: #00A7A6;
	text-align: center;
}
.txt {
	text-align: left;
}
.txt p {
	margin: 0 0 20px 0;
}


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

	#tenant-main {
	}
	#tenant-main ul {
		display: flex;
		width: 100%;
		margin: 0 auto 30px auto;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		font-size: 88%;
	}
	#tenant-main ul li {
		flex-basis: calc(100% / 4);
		max-width: calc(100% / 4);
		padding: 1%;
		background-color: #FFFFFF;
		box-sizing: border-box;
	}
	#tenant-main ul li:nth-of-type(1),
	#tenant-main ul li:nth-of-type(2){
		margin: 0 10px 10px 0;
	}
	#tenant-main ul li:nth-of-type(3){
		margin: 0 0 10px 0;
	}
	#tenant-main ul li:nth-of-type(4),
	#tenant-main ul li:nth-of-type(5){
		margin: 0 10px 0 0;
	}
	#tenant-main ul li img {
		width: 100%;
	}
	#tenant-main ul li span {
		display: block;
		padding: 5px 0 0 0;
		font-size: 113%;
		letter-spacing: 2px;
	}
	#tenant-main .txt {
		color: #FFFFFF;
		font-size: 100%;
		text-align: center;
	}
	#tenant-main .txt h3 {
		margin: 0 0 20px 0;
		font-size: 125%;
	}
	#tenant-main .txt p {
		margin: 0 0 30px 0;
	}
	#tenant-main .contact_btn {
		width: 300px;
		margin: 0 auto;
	}
	#tenant-main .contact_btn a {
		width: 300px;
		padding: 20px;
		background-color: #003366;
		line-height: 1;
	}


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

#globalFooter {
	padding: 18px 0 20px 0;
	font-size: 88%;
	text-align: center;
	letter-spacing: 1px;
}
#globalFooter #footerInfo {
	margin: 0 0 30px 0;	
}
#globalFooter #footerInfo table {
	width: calc(100% - 40px);
	margin: 0 auto 20px auto;
	text-align: center;
	line-height: 1.4;
}
#globalFooter #footerInfo table .address {
	padding: 0 0 10px 0;
}
#globalFooter #footerInfo table .tel,
#globalFooter #footerInfo table .fax {
	padding: 0 0 5px 0;
	font-size: 120%
}
#globalFooter #footerInfo table .postcode {
	padding-top: 15px;
}
#globalFooter #footerInfo table .contact_btn {
	padding-top: 20px;
	text-align: center;
}
#globalFooter #footerInfo table .contact_btn a {
	display: inline-block;
	padding: 15px;
	font-size: 116%;
	background-color: #E53379;
	line-height: 1;
}
#globalFooter #footerInfo .footerImg {
}
#globalFooter #footerInfo .footerImg img {
	width: 60%;
	max-width: 450px;
}
#gototop {
	background-color: #C8C8C8;
}
#gototop a {
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #000000;
}
#gototop a svg {
	width: 18px;
	padding: 0 6px 0 0;
	line-height: 1.6;
	vertical-align: -3px;
}
#copyright {
	padding: 15px 20px 0 20px;
	font-size: 88%;
}
