/*
Theme Name: Twenty Nineteen

Adding print support. The print styles are based on the the great work of
Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Margins
# Typography
# Page breaks
# Links
# Visibility
--------------------------------------------------------------*/
@media print {
  /* Margins */
  @page {
    margin: 2cm;
  }
  .entry {
    margin-top: 1em;
  }
  .entry .entry-header, .site-footer .site-info {
    margin: 0;
  }
  /* Fonts */
  body {
    font: 11pt 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
    overflow: hidden;
  }
  h1 {
    font-size: 18pt;
  }
  h2,
  h3,
  h4,
  .has-regular-font-size,
  .has-large-font-size,
  h2.author-title,
  p.author-bio,
  .comments-title, h3 {
    font-size: 14pt;
    margin-top: 25px;
  }
  /* Page breaks */
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  table, pre {
    page-break-inside: avoid;
  }

  /* Links */





  /* Visibility */
  /*
  .main-navigation,
  .site-title + .main-navigation,
  .social-navigation,
  .site-branding-container:before,
  .entry .entry-title:before,
  .entry-footer,
  .author-description:before,
  .post-navigation,
  .widget-area,
  .comment-form-flex,
  .comment-reply,
  .comment .comment-metadata .edit-link {
    display: none;
  }*/
  .entry .entry-content .wp-block-button .wp-block-button__link,
  .entry .entry-content .button {
    color: #000;
    background: none;
  }
  /* Site Header (With Featured Image) */
  .site-header.featured-image {
    min-height: 0;
  }
  .site-header.featured-image .main-navigation a,
  .site-header.featured-image .main-navigation a + svg,
  .site-header.featured-image .social-navigation a,
  .site-header.featured-image .site-title a,
  .site-header.featured-image .site-featured-image a,
  .site-header.featured-image .site-branding .site-title,
  .site-header.featured-image .site-branding .site-description,
  .site-header.featured-image .main-navigation a:after,
  .site-header.featured-image .main-navigation .main-menu > li.menu-item-has-children:after,
  .site-header.featured-image .main-navigation li,
  .site-header.featured-image .social-navigation li,
  .site-header.featured-image .entry-meta,
  .site-header.featured-image .entry-title,
  .site-header.featured-image#masthead .site-title a {
    color: #000;
    text-shadow: none;
  }
  .site-header.featured-image .site-featured-image .entry-header,
  .site-header.featured-image .site-branding-container {
    margin-top: 0;
    margin-bottom: 0;
  }
/*
  .site-header.featured-image .site-featured-image .post-thumbnail img {
    position: relative;
    height: initial;
    width: initial;
    object-fit: none;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    margin-top: 1rem;
  }
*/
  /* Remove image filters from featured image */
  .image-filters-enabled *:after {
    display: none !important;
  }
  .image-filters-enabled .site-header.featured-image .site-featured-image:before {
    display: none;
  }
  .image-filters-enabled .site-header.featured-image .site-featured-image .post-thumbnail img {
    filter: none;
  }

	.header > ul, 
	.header_area > ul {
		width: 1200px;
		background: #FFF;
		min-width: 1200px;
		max-width: 1200px;
		list-style: none;
		display: table;
		margin:0 auto;
		padding: 0;
		border-top: solid 6px #005D96;
		overflow: hidden;
	}

	#content-left {
		display: none;
	}

	.header .logo { width: 286px; } 
	.header ul li {
		display: table-cell;
	}

#page-title {
	background-color: #f6eece;
	margin-bottom: 2rem;
	width: 100%;
}

dd {
	margin: 0;
	padding: 0;
}

#towerguide { margin-top: 20px; clear: both; float: none; }
#towerguide .space-bt {
	justify-content: space-bt;
}
#towerguide .flex {
	display: flex;
}

.home .site-content .u2 li {
	margin: 0;
	padding: 0;
    width: 49%;
}
.home .site-content .u2 li:first-child {
	margin-right: 2%;
}

#pickup { width: 100%; }
#pickup ul.flex { width: 100%; display: block; }
#pickup ul.flex li {
	width: 24%;
	float: left;
	margin-right: 1.333%;
}
#pickup ul.flex li:nth-child(4n) {
	margin-right: 0;
}

#pickup ul.flex li img {
	width: 100%;
}
#pickup ul, 
#towerguide ul, 
#aroundspot ul li img, 
#towerguide ul li img {
	width: 100%;
}

#towerguide ul li {
	margin: 0;
	padding: 0;
	width: 32.666%;
	background: #F1EAD0;
}
ul,
li {
	margin: 0;
	padding: 0;
}
.home .site-main h2 {
    margin-top: 2em;
    text-align: center;
}

dl.biz-info {
	margin: 1em auto 2em;
	width: 100%;
	max-width: 950px;
	line-height: 1.3;
}

dl.biz-info dt {
	margin: 0;
	float: left;
	font-size: 11pt;
	margin-bottom: 0.7em;
	width: 15.789%;
}
dl.biz-info dd {
	margin: 0;
    float: left;
    font-size: 11pt;
    margin-bottom: 0.7em;
    width: 84%;
    line-height: 1.3;
}
.clearfix::after {
	clear: both;
	content: '';
	display: block;
}
#towerguide { clear: both; }
#information dl {
	margin: 10px auto 0;
	font-size: 16px;
}
#towerguide ul li figcaption {
	margin: 0;
	padding: 1em 2em;
	font-size: 8pt;
	color: #333;
}

figure {
	margin: 0;
}
#aroundspot { width: 100%; }

#aroundspot .u2 {
	display: block;
}
#aroundspot .u2 li {
	margin-right: 2%;
	float: left;
	width: 49%;
}


.home .site-content #aroundspot .u2 li:nth-child(2n) {
	margin-right: 0;
}

#aroundspot .u4:before {
	clear: both;
}
#aroundspot .flex, 
#aroundspot .u4 {
	margin: 15px 0 0 0;
	padding: 0;
	width: 100%;
	display: block;
	flex-wrap: none;
}

.home .site-content #aroundspot .u4 li {
	margin: 0 1.333% 6px 0;
	padding: 0;
	width: 24%;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	background: #ddd;
}

.home .site-content #aroundspot .u4 li:nth-child(2n) {
	margin-right: 1.333%;
}
.home .site-content #aroundspot .u4 li:nth-child(4n) {
	margin-right: 0;
}

#aroundspot .u4 li a {
	color: #fff;
}


#aroundspot:after {
	float: none;
	clear: both;
}

#information dt {
    margin-bottom: 0.7em;
    width: 18.789%;
    float: left;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
}
#information dd {
    margin-bottom: 0.7em;
    font-size: 10pt;
    width: 81%;
    float: left;
}


.access #content-right dt {
	margin: 3em 0 15px;
	margin-top: 3em;
	padding: 0 1.5em;
	width: 300px;
	height: 50px;
	line-height: 50px;
	background: #007BFF;
	border-radius: 2em;
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	color: #FFF;
}

.access #content-right dd {
	font-size: 0.8rem;
}

.recruitment #content-right dt {
    margin: 0 0 15px;
    padding: 0 1.5em;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border: solid 3px #007BFF;
    border-radius: 2em;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    color: #007BFF;
}


.recruitment #content-right dd {
	font-size: 0.8rem;
}
.recruitment #content-right .tbl-area dt {
	background: #007BFF;
	color: #fff;
	text-align: center;
}
.recruitment #content-right .tbl-area td,
.recruitment #content-right .tbl-area th {
    font-size: 0.7rem;
}
.recruitment #content-right .tbl-area th {
    width: 10%;
    background-color: #69bfff;
    font-weight: normal;
}
.recruitment #content-right .tbl-area thead td {
	background-color: #d0ebff;
	width: 15%;
}
.recruitment #content-right .tbl-area th, 
.recruitment #content-right .tbl-area td {
    padding: 0.7em 0;
    text-align: center;
}

dd {
	margin: 0;
	padding: 0;
}
footer {
	display: none;
}

}