@charset "UTF-8";
/*========================================================================
 *
 *	[file]      space-rental.css
 *	[version]   1.0
 *	[copyright] 
 * 
 *	[notes]	
 *
 *========================================================================*/
.space-rental-page {
  min-height: 800px;
  padding: 2em 0 0;
}
.space-rental-page .space-rental--header .space-rental--title {
  padding: 1em 0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .2em;
  text-align: center;
  background-color: #4f311b;
}
.space-rental-page .space-rental--body {
  position: relative;
  /* padding: 6em 9.5em 14em; */
  padding: 6em 9.5em 4em;
  background-color: #fff;
}
.space-rental-page .space-rental--body .tab-menu {
  margin: 0 0 5em;
}
.space-rental-page .space-rental--body .tab-menu ul {
  text-align: center;
}
.space-rental-page .space-rental--body .tab-menu li {
  display: inline;
  margin: 0 2.8em;
}
.space-rental-page .space-rental--body .tab-menu li a {
  padding: 0 0 4px;
  font-family: "AvenirLTStd-Heavy";
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .2em;
}
.space-rental-page .space-rental--body .tab-menu li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #4f311b;
}
.space-rental-page .space-rental--body .tab-menu li a.active {
  border-bottom: 2px solid #4f311b;
}
.space-rental-page .space-rental--body .tab-content {
  display: none;
}
.space-rental-page .space-rental--body .tab-content.active {
  display: block;
}
.space-rental-page .space-rental--body .recommend-menu {
  height: auto;
  margin: 0 0 4em;
  padding: 4em 5em;
}
.space-rental-page .space-rental--body .recommend-menu a {
  text-decoration: none;
}
.space-rental-page .space-rental--body .recommend-menu .recommend-menu--item {
  margin: 3em 0 0;
  padding: 3em 0 0;
  background: url(../../assets/images/common/dot-horizontal.gif) repeat-x left top;
}
.space-rental-page .space-rental--body .recommend-menu .recommend-menu--item.first {
  margin: 0;
  padding: 0;
  background: none;
}
.space-rental-page .space-rental--body .recommend-menu .recommend-menu--item-ttl {
  margin: 0 0 .4em;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}
.space-rental-page .space-rental--body .recommend-menu .recommend-menu--item-text {
  margin: 0 0 .6em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}
.space-rental-page .space-rental--body .recommend-menu .more {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.space-rental-page .space-rental--body .recommend-menu .thumb {
  position: relative;
  width: 170px;
  height: 238px;
  z-index: 1;
}
.space-rental-page .space-rental--body .recommend-menu .thumb .wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.space-rental-page .space-rental--body .recommend-menu .thumb:before {
  content: ' ';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 180px;
  height: 248px;
  background: url(../../assets/images/recommend-menu/recommend-menu-frame.png) no-repeat left top;
  z-index: 2;
  zoom: 1;
}
.space-rental-page .space-rental--body .recommend-menu .thumb.left {
  float: left;
  margin-right: 2.4em;
}
.space-rental-page .space-rental--body .recommend-menu .thumb.right {
  float: right;
  margin-left: 2.4em;
}


.space-rental-page .recommend-menu .recommend-menu--entry {
  /* font-size: 14px; */
  font-size: 1.4rem;
  line-height: 1.8;
}
.space-rental-page .recommend-menu .recommend-menu--entry p {
  /* margin-top: 1.4em; */
  margin-top: .75em;
}
.space-rental-page .recommend-menu .recommend-menu--entry a {
  text-decoration: underline;
}
.space-rental-page .recommend-menu .recommend-menu--entry h3 {
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 1.66em;
}
.space-rental-page .recommend-menu .recommend-menu--entry h3 small {
  display: inline;
}
.space-rental-page .recommend-menu .recommend-menu--entry h4 {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 1.66em;
}
.space-rental-page .recommend-menu .recommend-menu--entry h5 {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 1.66em;
}
.space-rental-page .recommend-menu .recommend-menu--entry h6 {
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 1.66em;
}
.space-rental-page .recommend-menu .recommend-menu--entry .border {
  text-decoration: underline;
}
.space-rental-page .recommend-menu .recommend-menu--entry small {
  font-size: 1.6rem;
}
.space-rental-page .recommend-menu .recommend-menu--entry > *:first-child {
  margin-top: 0;
}
.space-rental-page .recommend-menu .recommend-menu--entry > *:last-child {
  margin-bottom: 0;
}
.space-rental-page .recommend-menu .recommend-menu--gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: 1em;
}
.space-rental-page .recommend-menu .recommend-menu--gallery a {
  display: block;
}
.space-rental-page .recommend-menu .recommend-menu--gallery img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: contain;
}
.space-rental-page .recommend-menu .recommend-menu--box {
  margin: 1.4em auto;
  background-color: #fff;
  padding: 1.4em 1.6em;
  border: 2px solid #4f311b;
  border-radius: 8px;
}
.space-rental-page .recommend-menu .recommend-menu--entry .recommend-menu--box > *:first-child {
  margin-top: 0;
}
.space-rental-page .recommend-menu .recommend-menu--entry .recommend-menu--box > *:last-child {
  margin-bottom: 0;
}
.space-rental-page .recommend-menu .recommend-menu--entry hr {
  margin: 4em 0;
}