@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
	z-index: 1;
    width: 60px;
    height: 60px;
	border-radius: 50%;
	border: none;
    padding: 0;
    transform: translate(0, -50%);
	transition: .3s;
    cursor: pointer;
    color: transparent;
    outline: none;
	background: linear-gradient(to right, #187fc2, #003387);
}
.slick-prev::after,
.slick-next::after{
	content: "";
	display: block;
	width: 58px;
	height: 58px;
	background: #fff;
	border-radius: 50%;
	left: 1px;
	top: 1px;
	position: absolute;
}
@media screen and (max-width: 767px){
	.slick-prev,
	.slick-next{
		width: 45px;
    	height: 45px;
	}
	.slick-prev::after,
	.slick-next::after{
		width: 43px;
		height: 43px;
	}
}
@media screen and (min-width: 768px){
	.slick-prev,
	.slick-next{
		/*width: 62px;
		height: 62px;*/
	}
	.slick-prev:hover,
	.slick-next:hover{
		transform: scale(1.2,1.2) translate(0, -45%);
	}
}
.slick-disabled{
	display: none!important;
}
/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
	opacity: 0.8;
}*/
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
/*.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after{
	content: "";
    position: absolute;
    top: 50%;
    border-bottom: solid 1px #fff;
    height: 0;
    margin: auto;
    transition: .3s;
}*/
.slick-prev:before,
.slick-next:before{
    position: absolute;
    top: calc(50% - 8px);
    margin: auto;
	font-size:16px;
	font-weight: bold;
	color: #000;
	z-index: 1;
	border-right: 3px solid #187fc2;
	border-bottom: 3px solid #187fc2;
	border-image: linear-gradient(to right, #187fc2, #003387);
	border-image-slice: 1;
	width: 16px;
	height: 16px;
}
.slick-prev:before{
	content: "";
	transform:rotate(135deg);
	right: calc(50% - 12px);
}

.slick-next:before
{
	content: "";
	transform:rotate(-45deg);
	left: calc(50% - 12px);
}
@media screen and (max-width: 767px){
	.slick-prev:before,
	.slick-next:before{
		width: 12px;
		height: 12px;
		border-width: 2px;
		top: calc(50% - 6px);
	}
	.slick-prev:before{
		right: calc(50% - 9px);
	}
	.slick-next:before{
		left: calc(50% - 9px);
	}
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

[dir='rtl'] .slick-prev:before
{
    content: '';
}
.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

[dir='rtl'] .slick-next:before
{
    content: '';
}
@media screen and (max-width: 1140px){
.slick-prev
{
    left: 0;
}
.slick-next
{
    right: 0;
}
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: right;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    /*font-family: 'slick';
    font-size: 6px;
    line-height: 20px;*/

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #000;
    content: '';
    text-align: center;

    opacity: 1;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background: #000;
}

@media screen and (max-width: 767px){
	
	
}
@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
@media all and (-ms-high-contrast: none) {
  .editor-style {
    word-break: break-all;
  }
}
.editor-style p {
  line-height: 2;
  /*&:has(img){
  	line-height: 1;
  }*/
}
.editor-style p:not(:last-child) {
  margin-bottom: 1em;
}
.editor-style a {
  color: #000;
  text-decoration: underline !important;
}
.editor-style a img {
  transition: 0.3s;
}
.editor-style a:hover {
  text-decoration: none !important;
}
.editor-style a:hover img {
  opacity: 0.8;
}
.editor-style img {
  height: auto;
}
.editor-style h2 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4;
  margin: 0.2em 0 1em;
}
.editor-style h3 {
  line-height: 1.4;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  margin: 0.2em 0 1em;
}
.editor-style strong {
  font-weight: bold;
}
.editor-style em {
  font-style: italic;
}
.editor-style ul {
  margin: 1em 0;
}
.editor-style ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.editor-style ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.editor-style ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}
.editor-style ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
}
.editor-style ol li {
  padding: 0;
}
.editor-style ol li:not(:last-child) {
  margin-bottom: 0.7em;
}
.editor-style .blocks-gallery-grid,
.editor-style .wp-block-gallery {
  margin: 0;
}
.editor-style li.blocks-gallery-item {
  padding-left: 0;
}
.editor-style li.blocks-gallery-item::before {
  display: none;
}

.single-example_note img {
  display: block;
  margin: 0 auto;
}

/*==========================================
 イベント一覧
===========================================*/
.archive-event .sec-event {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .archive-event .sec-event {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1701px) {
  .archive-event .sec-event .slick-prev {
    left: -4%;
  }
}
@media screen and (min-width: 1701px) {
  .archive-event .sec-event .slick-next {
    right: -4%;
  }
}
.archive-event .sec-event .event-head {
  margin-bottom: 50px;
}
@media screen and (min-width: 1201px) {
  .archive-event .sec-event .event-head {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .archive-event .sec-event .event-head .sec-ttl .ttl-en {
    line-height: 0.8;
    padding: 0 1em 0 0;
    position: relative;
  }
  .archive-event .sec-event .event-head .sec-ttl .ttl-en::after {
    content: "／";
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: clamp(8rem, 11vw, 11rem);
    font-weight: 100;
    position: absolute;
    top: 8px;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .archive-event .sec-event .event-head .sec-ttl .ttl-lead {
    border-left: none;
  }
}
.archive-event .sec-event .event-body {
  display: flex;
}
@media screen and (max-width: 768px) {
  .archive-event .sec-event .event-body {
    flex-direction: column;
  }
}
.archive-event .sec-event .event-category {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .archive-event .sec-event .event-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive-event .sec-event .event-category::after {
    content: "";
    display: block;
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  .archive-event .sec-event .event-category {
    padding-right: 4vw;
    border-right: 1px solid #999;
  }
}
.archive-event .sec-event .event-category_office {
  width: 210px;
  height: 42px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #999;
  background: #fff;
  border: 1px solid #999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .archive-event .sec-event .event-category_office {
    width: 30%;
    margin-right: 70%;
  }
}
@media screen and (max-width: 576px) {
  .archive-event .sec-event .event-category_office {
    width: 47%;
    margin-right: 53%;
  }
}
.archive-event .sec-event .event-category_office.js-accordion {
  position: relative;
}
.archive-event .sec-event .event-category_office.js-accordion::after {
  content: "";
  display: block;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  transition: 0.3s ease-in-out;
}
.archive-event .sec-event .event-category_office.js-accordion.open::after {
  transform: rotate(-135deg);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .archive-event .sec-event .event-category .js-accordion_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .archive-event .sec-event .event-category .event-category_officeWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive-event .sec-event .event-category .event-category_officeWrap::after {
    content: "";
    display: block;
    width: 30%;
  }
}
.archive-event .sec-event .event-category .event-category_officeWrap .event-category_office {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .archive-event .sec-event .event-category .event-category_officeWrap .event-category_office {
    margin: 20px 0 0;
  }
}
.archive-event .sec-event .event-category .event-category_officeWrap .event-category_office.current {
  color: #fff;
  background: linear-gradient(to right, #187fc2, #003387);
}
.archive-event .sec-event .event-category .ttl-tag {
  width: 47%;
  height: 42px;
  margin-top: 20px;
  letter-spacing: 0.1em;
  background: #999;
}
@media screen and (min-width: 577px) {
  .archive-event .sec-event .event-category .ttl-tag {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  .archive-event .sec-event .event-category .ttl-tag {
    width: 210px;
    margin-top: 20px;
  }
}
.archive-event .sec-event .event-category .ttl-tag.current {
  background: linear-gradient(to right, #187fc2, #003387);
}
.archive-event .sec-event .event-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 577px) {
  .archive-event .sec-event .event-list {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .archive-event .sec-event .event-list {
    padding-left: 4vw;
  }
}
.archive-event .sec-event .event-list::after {
  content: "";
  display: block;
  width: 100%;
}
@media screen and (min-width: 577px) {
  .archive-event .sec-event .event-list::after {
    width: 47%;
  }
}
@media screen and (min-width: 1201px) {
  .archive-event .sec-event .event-list::after {
    width: 30%;
  }
}
.archive-event .sec-event .event-list .event-item {
  width: 100%;
  padding: 0;
  margin-bottom: 60px;
  /* 終了したイベント */
}
.archive-event .sec-event .event-list .event-item:last-child {
  margin-bottom: 80px;
}
@media screen and (min-width: 577px) {
  .archive-event .sec-event .event-list .event-item {
    width: 47%;
    padding: 0;
  }
}
@media screen and (min-width: 1201px) {
  .archive-event .sec-event .event-list .event-item {
    width: 30%;
  }
}
.archive-event .sec-event .event-list .event-item .item-body {
  margin-top: 20px;
}
.archive-event .sec-event .event-list .event-item .item-img img {
  height: 66.6666666667%;
}
.archive-event .sec-event .event-list .event-item .item-img .new-area {
  position: absolute;
  top: -22.5px;
  right: 5px;
  z-index: 1;
}
.archive-event .sec-event .event-list .event-item .item-img .new-area .new {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.6rem;
  border-width: 1px;
}
.archive-event .sec-event .event-list .event-item .item-add {
  margin-top: 15px;
}
.archive-event .sec-event .event-list .event-item.finished .item-cat {
  background: #000;
}
.archive-event .sec-event .event-list .event-item.finished .item-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

/*==========================================
 イベント詳細
===========================================*/
.single-event {
  /* イベント詳細 */
  /* 会場地図 */
}
.single-event_inner {
  padding: 20px 0 10px;
  background: #ededed;
}
.single-event .sec-ttl {
  margin: 0 auto 60px;
  text-align: center;
}
.single-event .article-event {
  /* 終了したイベント */
}
.single-event .article-event .item-cat {
  display: inline-block;
  min-width: 148px;
  text-align: center;
  background: linear-gradient(to right, #187fc2, #003387);
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  border-radius: 0 15px 0 0;
  padding: 10px 0;
}
.single-event .article-event .item-cat .en {
  font-family: "Bebas Neue", cursive;
  letter-spacing: 0.05em;
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1;
}
.single-event .article-event_inner {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .single-event .article-event_inner {
    padding: 0;
  }
}
.single-event .article-event_inner_item {
  width: 50%;
  min-height: 100px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .single-event .article-event_inner_item {
    width: 100%;
    min-height: auto;
    padding: 20px 0;
    border-right: none;
  }
}
.single-event .article-event_inner_item-ttl {
  display: flex;
  align-items: center;
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .single-event .article-event_inner_item-ttl {
    border-bottom: 1px solid #cccccc;
    border-right: none;
  }
}
.single-event .article-event_inner_item-ttl .new-area {
  margin-left: -25px;
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  .single-event .article-event_inner_item-ttl .new-area {
    margin-left: -2.5vw;
    margin-right: 2.5vw;
  }
}
.single-event .article-event_inner_item-ttl .new-area .new {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.6rem;
  border-width: 1px;
}
.single-event .article-event_inner_item_detail {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .single-event .article-event_inner_item_detail {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.single-event .article-event .item-ttl {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-event .article-event .item-ttl {
    margin: 0 auto;
  }
}
.single-event .article-event .item-date {
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .single-event .article-event .item-date {
    text-align: center;
  }
}
.single-event .article-event .item-add {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
}
.single-event .article-event .item-add_office {
  padding-right: 0.5em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  line-height: 1;
  border-right: 1px solid #000;
}
.single-event .article-event .item-add_office:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.single-event .article-event .item-img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
.single-event .article-event .entry-btn {
  width: 396px;
  height: auto;
  margin: 50px auto 30px;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .single-event .article-event .entry-btn {
    width: 300px;
    max-width: 100%;
  }
}
.single-event .article-event .entry-btn a {
  margin-bottom: 20px;
}
.single-event .article-event .entry-btn a.btn_reserve {
  height: 70px;
}
.single-event .article-event .entry-btn .tel_office {
  text-align: center;
}
.single-event .article-event .entry-btn .tel {
  color: #000;
  text-align: center;
  padding: 3px 1%;
}
.single-event .article-event .entry-btn .tel .span03 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-family: "Bebas Neue", cursive;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .single-event .article-event .entry-btn .tel .span03 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .single-event .article-event .entry-btn .tel .span03 {
    font-size: 2.6rem;
  }
}
.single-event .article-event .entry-btn .tel .span03::before {
  content: "";
  background: url("../img/common/icon_freedial.svg") no-repeat center/contain;
  width: 40px;
  height: 23px;
  display: inline-block;
}
.single-event .article-event .entry-btn .tel_small {
  font-size: 1.5rem;
  margin-top: -2rem;
  text-align: center;
}
.single-event .article-event.finished .item-cat {
  background: #000;
}
.single-event .article-event.finished .entry-btn .btn-rr {
  background: #000;
  pointer-events: none;
}
.single-event .event-deta {
  margin-bottom: 2rem;
  color: #6e6e6e;
  background: #fff;
}
.single-event .event-deta_box {
  display: flex;
  flex-wrap: wrap;
}
.single-event .event-deta_head {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.single-event .event-deta_head_en {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.single-event .event-deta_head_ja {
  letter-spacing: 0.15em;
}
.single-event .event-deta_inner {
  width: 100%;
  padding: 50px 30px;
  border-left: 2px solid #ededed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .single-event .event-deta_inner {
    width: 100%;
    padding: 50px 4vw;
  }
}
.single-event .event-deta_list {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ededed;
  display: flex;
}
.single-event .event-deta_list-half {
  width: 48%;
  max-width: 420px;
}
@media screen and (max-width: 1200px) {
  .single-event .event-deta_list-half {
    width: 100%;
  }
}
.single-event .event-deta_ttl {
  width: 100px;
  flex: 0 0 100px;
  margin-right: 0.5em;
  font-weight: bold;
}
.single-event .event-deta_desc {
  display: flex;
  flex-wrap: wrap;
}
.single-event .event-deta_desc_btn {
  width: 83px;
  flex: 0 0 83px;
  height: 27px;
  margin-left: 5px;
}
.single-event .event-deta_desc_btn .fa-location-dot {
  font-size: 1.4rem;
  margin-right: 5px;
}
.single-event .event-map {
  margin: 4rem 0 4rem;
}
.single-event .event-map_head {
  margin-bottom: 60px;
  color: #6e6e6e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-event .event-map_head_en {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.single-event .event-map_head_ja {
  letter-spacing: 0.15em;
}
.single-event .event-map_area {
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
}
.single-event .event-map_area iframe {
  width: 100%;
}
.single-event .sec-event {
  padding: 0;
  margin-bottom: 120px;
}
.single-event .sec-event_head {
  margin-bottom: 60px;
  color: #6e6e6e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-event .sec-event_head_en {
  font-family: "Bebas Neue", cursive;
  font-size: clamp(3rem, 10vw, 6rem);
  line-height: 1;
  letter-spacing: 0.05em;
}
.single-event .sec-event_head_ja {
  letter-spacing: 0.15em;
}

/*==========================================
 モデルハウス詳細
===========================================*/
.modelhouse .event-deta_inner {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .modelhouse .event-deta_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse .event-deta_inner {
    width: 100%;
  }
}
.modelhouse .event-deta_inner.tp02 {
  width: 50%;
  padding: 50px 40px 20px 10px;
  display: block;
  border-left: none;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .modelhouse .event-deta_inner.tp02 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse .event-deta_inner.tp02 {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .modelhouse .event-deta_inner.tp02 {
    padding: 0px 20px 50px;
  }
}
.modelhouse .event-deta_inner.tp02 .edi_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.modelhouse .event-deta_inner.tp02 .table {
  border: 2px solid #6e6e6e;
}
.modelhouse .event-deta_inner.tp02 .cell .flex01 {
  display: flex;
}
.modelhouse .event-deta_inner.tp02 .cell .blc {
  flex-basis: 50%;
}
.modelhouse .event-deta_inner.tp02 .cell .ttl {
  background: #6e6e6e;
  color: #fff;
  padding: 1.6em 0;
  border-right: 2px solid #fff;
}
.modelhouse .event-deta_inner.tp02 .cell .ttl2 {
  background: #6e6e6e;
  color: #fff;
  padding: 1em 0 0.7em;
}
.modelhouse .event-deta_inner.tp02 .cell .ttl3 {
  background: #6e6e6e;
  color: #fff;
  padding: 1.6em 0;
}
.modelhouse .event-deta_inner.tp02 .cell .num {
  font-family: "Bebas Neue", cursive, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-;
  font-size: 3rem;
  border-right: 2px solid #6e6e6e;
  padding: 0.5em 0;
}
.modelhouse .event-deta_inner.tp02 .cell .num .span5 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-left: 0.3em;
}
.modelhouse .event-deta_inner.tp02 .cell .num2 {
  font-family: "Bebas Neue", cursive, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-;
  font-size: 3rem;
  padding: 0.5em 0;
}
.modelhouse .event-deta_inner.tp02 .cell .num2 .span5 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-left: 0.3em;
}
.modelhouse .event-deta_inner.tp02 .cell .num3 {
  font-family: "Bebas Neue", cursive, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-;
  font-size: 1.6rem;
  padding: 0.6em 0;
  max-width: 4em;
  margin: 0 auto;
  line-height: 1.2;
}
.modelhouse .event-deta_inner.tp02 .cell .flex02 {
  display: flex;
  border-bottom: 2px solid #6e6e6e;
}
.modelhouse .event-deta_inner.tp02 .cell .flex02 .blc {
  flex-basis: 33.3333333333%;
}
.modelhouse .event-deta_inner.tp02 .cell .flex02 .num {
  font-size: 2.4rem;
}
.modelhouse .event-deta_inner.tp02 .content {
  color: #6e6e6e;
  padding: 1em 0px;
  line-height: 1;
}
.modelhouse .event-deta_inner.tp02 .content .span1 {
  font-size: 1.6rem;
  font-weight: bold;
  background: #6e6e6e;
  color: #fff;
  padding: 0.2em 0.5em 0.3em;
  margin-right: 0.7em;
  position: relative;
  top: -8px;
}
.modelhouse .event-deta_inner.tp02 .content .span2 {
  font-size: 4rem;
  font-family: "Bebas Neue", cursive, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-;
}
.modelhouse .event-deta_inner.tp02 .content .span4 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-left: 0.3em;
}
.modelhouse .event-deta_inner.tp02 .content .span5 {
  font-size: 1.6rem;
  font-weight: 300;
  margin-left: 0.3em;
}
.modelhouse .event-deta_inner.tp02 .houseset {
  font-size: 1.4rem;
  font-weight: 400;
  background: #ededed;
  padding: 1em 0;
}
.modelhouse .event-deta_inner.tp02 .cell2 .txt {
  padding: 1em 1em;
  text-align: left;
}

.end.modelhouse .event-deta_inner {
  width: 100%;
}
.end.modelhouse .event-deta_inner.tp02 {
  display: none;
}

.tel_office {
  font-size: 1em;
  text-align: center;
  font-weight: bold;
}

/*==========================================
 モデルハウス詳細文章中の画像を中央揃え幅最大1000pxに
===========================================*/
.single-example_note img {
  display: block;
  margin: 0 auto;
}

.single-event .wrap {
  max-width: 1000px;
}

/*==========================================
 50周年対象物件
===========================================*/
.fiftyth_img {
  text-align: center;
  margin-bottom: 2rem;
}

.fiftyth_txt {
  text-align: center;
  font-weight: bold;
  color: red;
  font-size: 2.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .fiftyth_txt {
    font-size: 2rem;
  }
}/*# sourceMappingURL=event.css.map */