@charset "UTF-8";

/*   
Theme Name: SAITAMA NISHI AREA
Description: SAITAMA NISHI AREA
Version: 2021.09
Author: YH
*/


/*** clearfix ***/
.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}

/* Web fonts
font-family: minion-pro-display,serif;
font-weight: 400;
font-style: normal;
*/

/* ===========================================================================================

	Common

=========================================================================================== */
.pbHeaderArea {
    z-index: 100000;
    position: relative;
}
#footerArea {
    position: relative;
    z-index: 1000;
}
.b-o-footer_content {
    height: 195px;
}
.page_content {
	font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	min-width: 960px;
	overflow: hidden;
	color: #000;
	-webkit-text-size-adjust: none;
	height: auto !important;
	transform: none !important;
}
.page_content .f_min {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
}
.page_content .f_en {

}
.page_content p {
	color: inherit;
	font-size: 16px;
	line-height: 2em;
}
.page_content a,
.page_content a img {
	text-decoration: none;
	color: #000;
	transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	outline: none;
}
.page_content a:hover {
	opacity: 0.75;
}

.page_content img { display: block; max-width: 100%; height: auto; }
.page_content .non_pc { display: none !important; }

.page_content .main {
	z-index: 100;
	margin: 0 auto;
	min-width: 960px;
	padding: 0;
	position: relative;
	transition: opacity 0.3s ease;
	text-align: left;
}

.page_content .bt_gototop {
    display: block;
    text-align: center;
    width: 300px;
    margin: 50px auto 0 auto;
    border: 3px solid #000;
    line-height: 58px;
    box-sizing: border-box;
    font-size: 22px;
    position: relative;
	letter-spacing: 0.05em;
}
.page_content .bt_gototop::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    right: 25px;
    top: 50%;
    margin-top: 3px;
    transform: translate(0, -50%) rotate(-45deg);
    transition: all 0.3s ease;
}
.page_content .bt_gototop:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}
.page_content .bt_gototop:hover::before {
	border-color: #fff;
}
.page_content .content_header {
	background: #000;
}
.page_content .content_header > .inner {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.page_content .content_header .breadcrumb {
    font-size: 12px;
    padding: 16px 0;
}
.page_content .content_header .breadcrumb a {
	color: #fff;
}
.page_content .visual {
	background: #fbffd6;
	text-align: center;
	padding: 20px 0 23px 0;
}
.page_content .visual h1 {
    font-size: 33px;
    line-height: 1.6em;
    margin: 0;
}
.page_content .visual .text{
    font-size: 16px;
    line-height: 1.6em;
}
.page_content .gmenu {
	margin: 30px 0;
}
.page_content .gmenu ul {
	width: 960px;
	margin: 0 auto;
	display: flex;
}
.page_content .gmenu ul li {
	width: calc(100% / 6);
	position: relative;
	box-sizing: border-box;
	border-right: 1px solid #000;
}
.page_content .gmenu ul li:first-child {
	border-left: 1px solid #000;
}
.page_content .gmenu ul li a {
	text-align: center;
	display: block;
	padding: 7px 0;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	transition: all ease 0.3s;
}
.page_content .gmenu ul li a.active,
.page_content .gmenu ul li a:hover {
    opacity: 0.4;
}
.page_content .submenu {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.page_content .submenu a {
    display: block;
    text-align: center;
    width: 300px;
    margin: 0 16px;
    border: 3px solid #000;
    line-height: 58px;
    box-sizing: border-box;
    font-size: 22px;
    position: relative;
	letter-spacing: 0.05em;
}
.page_content .submenu a::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    right: 25px;
    top: 50%;
    margin-top: -2px;
    transform: translate(0, -50%) rotate(135deg);
    transition: all 0.3s ease;
}
.page_content .submenu a:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}
.page_content .submenu a:hover::before {
	border-color: #fff;
}
.page_content .sec {
	margin-top: 60px;
} 
.page_content .sec > .inner {
	width: 960px;
	margin: 0 auto;
} 
.page_content .sec h2 {
	background: url(../images/saitama/img_modelhouse_saitama.jpg) no-repeat center center;
	background-size: cover;
	height: 284px;
	padding-top: 112px;
	text-align: center;
}
.page_content.kita .sec h2 {
	background-image: url(../images/kita/img_modelhouse_kita.jpg);
}
.page_content.minami .sec h2 {
	background-image: url(../images/minami/img_modelhouse_minami.jpg);
}
.page_content.nishi .sec h2 {
	background-image: url(../images/nishi/img_modelhouse_nishi.jpg);
}
.page_content .sec h2 span {
	display: inline-block;
	font-size: 26px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #fff;
	padding: 20px 60px;
	background: url(../images/icon_arrow_l.png) no-repeat left center, url(../images/icon_arrow_r.png) no-repeat right center;
	background-size: 35px auto, 35px auto;
}
.page_content .sec .label {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    padding: 10px 0;
}
.page_content .sec .label::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0) rotate(135deg);
    transition: all 0.3s ease;
}
.page_content .sec.modelhouse .label {
    margin: 30px 0 30px 0;
}
.page_content .sec.modelhouse ul {
    display: flex;
    flex-wrap: wrap;
}
.page_content .sec.modelhouse ul li {
    width: 291px;
    margin: 40px 0 0 43px;
}
.page_content .sec.modelhouse ul li:nth-child(-n+3) {
    margin-top: 0;
}
.page_content .sec.modelhouse ul li:nth-child(3n-2) {
    margin-left: 0;
}
.page_content .sec.modelhouse ul li .bt_modal {
    display: block;
    position: relative;
    background: #000;
}
.page_content .sec.modelhouse ul li .bt_modal:hover {
	opacity: 1;
}
.page_content .sec.modelhouse ul li .bt_modal img {
    transition: opacity 0.2s ease;
}
.page_content .sec.modelhouse ul li .bt_modal:hover img {
	opacity: 0.5;
}
.page_content .sec.modelhouse ul li .bt_modal::before {
    position: absolute;
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.page_content .sec.modelhouse ul li .bt_modal::after {
	left: 50%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	transform: translate(-19%, -50%) rotate(-90deg) scale(0.6, 1);
	z-index: 20;
}
.page_content .sec.modelhouse ul li .bt_modal:hover::after {
    opacity: 0;
}
.page_content .sec.modelhouse ul li .bt_modal:hover::before {
    content: "動画を見る";
    line-height: 60px;
    width: 100px;
    background: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 3px #000, 0 0 3px #000;
}
.page_content .sec.modelhouse ul li .info {
    margin-top: 15px;
}
.page_content .sec.modelhouse ul li .name {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    line-height: 1.2em;
}
.page_content .sec.modelhouse ul li .name::before {
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: #000;
    border-radius: 100px;
    left: 0;
    top: 1px;
}
.page_content .sec.modelhouse ul li .name::after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 5px;
    top: 8px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.page_content .sec.modelhouse ul li .address {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 8px;
}
.page_content .sec.modelhouse ul li .bt_more {
	display: block;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
    background: #fd8200;
    font-size: 16px;
    position: relative;
    padding: 10px 0;
    width: 160px;
    margin: 13px auto 0 auto;
}
.page_content .sec.modelhouse ul li .bt_more::before {
	right: 3px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 7px;
	transform: translate(-19%, -50%) rotate(-90deg) scale(0.6, 1);
	z-index: 20;
}
.page_content .bnr {
    /* background: #f5f1df; */
    padding: 40px 0;
    margin: 40px 0 -10px 0;
} 
.page_content .bnr a {
	display: block;
	width: 960px;
	margin: 0 auto;
}
.page_content .bnr a img {
    width: 100%;
}


.page_content .sec.event {
	margin-top: 60px;
}
.page_content .sec.event + .sec.modelhouse {
	margin-top: 80px;
}
.page_content .sec.event h2 {
	background-image: url(../images/img_event.jpg?v=1);
}.bnr {}

.bnr_day a {
  display: block;
  margin: 50px auto 30px auto;
  width: 760px;
  transition: opacity 0.3s ease;
}

.bnr_day a:hover {
  opacity: 0.75;
}

.bnr_day a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .bnr_day {}
  .bnr_day a {
    display: block;
    margin: 30px auto 0 auto;
    width: calc(100% - 40px);
    transition: opacity 0.3s ease;
  }
  .bnr_day a:hover {
    opacity: 0.75;
  }
  .bnr_day a img {
    max-width: 100%;
  }
}
.page_content .sec.event .label {
    margin: 10px 0 10px 0;
    /* font-size: 14px; */
    line-height: 1.8em;
}
.page_content .sec.event .label_more,
.page_content .sec.event .label_more::before {
	border-color: #000;
}
.page_content .sec.event .event_wrap {
	display: flex;
	flex-wrap: wrap;
    border-bottom: 1px solid #000;
}
.page_content .sec.event ul {
	width: 50%;
	padding: 45px 0;
}
.page_content .sec.event ul:nth-child(2n-1)::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 960px;
    height: 1px;
    background: #000;
}
.page_content .sec.event ul li a {
	display: flex;
	padding-right: 25px;
}
.page_content .sec.event ul li .thumb div {
    width: 150px;
    height: 150px;
    margin-right: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
}
.page_content .sec.event ul li dl {
	width: calc(100% - 170px);
}
.page_content .sec.event ul li dl dt {
    font-size: 20px;
    line-height: 1.5em;
}
.page_content .sec.event ul li dl dd.date {
    font-size: 15px;
    margin-top: 5px;	
}
.page_content .sec.event ul li dl dd.venue {
    font-size: 14px;
    margin-top: 5px;	
}
.page_content .sec.event .readMoreBtn a {
	display: block;
	margin: 0 auto;
	transition: width 0.3s ease;
}
.page_content .sec.event .readMoreBtn a:hover {
	width: 250px;
	opacity: 1;
}
.page_content .sec.event .readMoreBtn a:hover .label_more {
	width: 250px;
	color: #fff;
}
.page_content .sec.event .readMoreBtn a .label_more::after {
    background: #000;
}
.page_content .sec.event .readMoreBtn a:hover .label_more::before {
	border-color: #fff;
}

/* Pickup *******/
.page_content .sec.event .pickup {
	margin-top: 74px;
	background: #FBF6FA;
	border-radius: 30px;
	margin-bottom: 60px;
	}
.page_content .sec.event .pickup.event2205 {
	background: #f4fff7;
}

.page_content .sec.event .pickup h2 {
	padding: 1px 0 0 0;
	height: auto;
	background: no-repeat;
	position: relative;
}
.page_content .sec.event .pickup h2 img {
	border-radius: 30px 30px 0 0;
}
.page_content .sec.event .pickup.event2204 h2 img {
	max-width: none;
	width: 1042px;
	margin: -38px 0 0 -27px;
	border-radius: 0;
}
.page_content .sec.event .pickup .list {
	padding: 15px 0 40px 0;
}	
.page_content .sec.event .pickup .list .label::before {
	border-color: #E98AC2;
}
.page_content .sec.event .pickup.event2205 .list .label::before {
	border-color: #16a53e;
}
.page_content .sec.event .pickup .list ul {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	padding: 0;
	margin: 30px 10px 0 10px;
}
.page_content .sec.event .pickup .list ul li {
	width: 32%;
	text-align: center;
	background: url(../images/bg_dot.png) repeat-y left top;
	background-size: 5px auto;
}
.page_content .sec.event .pickup .list ul li:nth-child(2) {
	width: 36%;
}
.page_content .sec.event .pickup.event2204 .list ul {
	justify-content: center;
}
.page_content .sec.event .pickup.event2204 .list ul li {
	width: 36%;
}
.page_content .sec.event .pickup .list ul li:nth-child(2) {
	width: 36%;
}
.page_content .sec.event .pickup .list ul li:first-child {
	background: none;
}
.page_content .sec.event .pickup.event2205 .list ul {
	justify-content: center;
}
.page_content .sec.event .pickup.event2205 .list ul li {
	width: 33%;
}
.page_content .sec.event .pickup .list ul li img {
	width: 190px;
	margin: 0 auto;
}
.page_content .sec.event .pickup .list ul li .address {
	font-size: 18px;
	margin-top: 12px;
}
.page_content .sec.event .pickup .list ul li .name {
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 10px
}
.page_content .sec.event .pickup .list ul li .name.small {
    margin-top: 12px;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 10px
}
.page_content .sec.event .pickup .list ul li .name span {
	font-size: 18px;
}
.page_content .sec.event .pickup .list ul li .period {
	font-size: 15px;
	line-height: 1.8em;
}
.page_content .sec.event .pickup .list ul li .place {
	font-size: 15px;
	line-height: 1.8em;
}
.page_content .sec.event .pickup .list ul li .bt_more {
	border: 1px solid #E98AC2;
	text-align: center;
	display: block;
	width: 200px;
	margin: 5px auto 15px auto;
	padding: 10px 0;
	font-size: 13px;
	letter-spacing: 0.1em;
	border-radius: 100px;
	background: #fff;
	position: relative;
}
.page_content .sec.event .pickup .list ul li .bt_more::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #E98AC2;
	border-right: 1px solid #E98AC2;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
}
.page_content .sec.event .pickup .bt_more2 {
  border: 1px solid #16a53e;
	text-align: center;
	display: block;
	width: 260px;
	margin: 15px auto 15px auto;
	padding: 10px 0;
	font-size: 13px;
	letter-spacing: 0.1em;
	border-radius: 100px;
	background: #fff;
	position: relative;
}
.page_content .sec.event .pickup .bt_more2::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
    border-top: 1px solid #16a53e;
    border-right: 1px solid #16a53e;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
}
.page_content .sec.event .pickup.event2205 .list ul li .bt_more,
.page_content .sec.event .pickup.event2205 .list ul li .bt_more::before {
	border-color: #16a53e;
}
.page_content .sec.event .pickup .list ul li *:last-child {
	margin-bottom: 0;
}

/* Ensen ******/
.page_content .ensen {
	margin-top: 100px;
} 
.page_content .ensen h2 {
	background: none !important;
	height: auto;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
}
.page_content .ensen h2 span {
	background: no-repeat;
	padding: 0;
	color: #000;
	font-size: 22px;
	display: block;
	position: absolute;
	left: 50%;
	margin: -24px 0 0 -179px;
	transform: rotate(-15deg);
}
.page_content .ensen h2 span::before,
.page_content .ensen h2 span::after {
	content: "";
	width: 2px;
	height: 24px;
	background: #000;
	position: absolute;
	display: block;
	left: -18px;
	top: 1px;
	transform: rotate(-40deg);
}
.page_content .ensen h2 span::after {
	transform: rotate(40deg);
	left: auto;
	right: -18%;
}
.page_content .ensen .label {
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0;
	padding-bottom: 20px;
}
.page_content .ensen ul {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
	}
.page_content .ensen ul li {
	width: 290px;
	background: url(../images/bg_pattern.png) repeat center top;
	background-size: 21px auto;
	border-radius: 12px;
	padding: 30px 0 10px 0;
	position: relative;
	}
.page_content .ensen ul li::before {
	content: "";
	background: url(../images/icon_ensen.png) repeat center center;
	background-size: contain;
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	left: 50%;
	top: -24px;
	transform: translate(-50%, 0);
}
.page_content .ensen ul li p {
	text-align: center;color: #fff;font-size: 24px;font-weight: bold;letter-spacing: 0.1em;}
.page_content .ensen ul li a {
	text-align: center;
	display: block;
	width: 182px;
	margin: 5px auto 15px auto;
	padding: 10px 0;
	font-size: 13px;
	letter-spacing: 0.1em;
	border-radius: 100px;
	background: #fff;
	position: relative;
}
.page_content .ensen ul li a::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
}


.page_content .sec .label_more {
	width: 240px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 100px;
	border: 1px solid #fff;
	margin: 35px auto 0 auto;
	letter-spacing: 0.2em;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease !important;
}
.page_content .sec a:hover .label_more {
	width: 250px;
	color: #000;
}
.page_content .sec .label_more::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffff;
	border-right: 2px solid #ffff;
	right: 18px;
	top: 44%;
	transform: translate(0, -50%) rotate(135deg);
	transition: border 0.3s ease;
	z-index: 10;
}
.page_content .sec a:hover .label_more::before {
	border-color: #000;
}
.page_content .sec .label_more::after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	transition: width 0.3s ease;
}
.page_content .sec a:hover .label_more::after {
	width: 100%;
}
.page_content .sec .label_more span {
    display: block;
    position: relative;	
    z-index: 10;
}
.page_content .gmenu.bottom {
    margin: 80px 0 50px 0;
}


.remodal .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.remodal iframe {
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.remodal-overlay {
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000000;
}
.remodal-wrapper {
	z-index: 1000001;
}
.remodal {
	max-width: 900px;
	padding: 0;
	background: none;
	padding: 20px 0 0 0;
	margin-bottom: 40px;
	text-align: left;
}
.remodal > .inner .title {

}
.remodal > .inner video {
	width: 100%;
}
.remodal > .inner .title {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.remodal .bt_box {
	text-align: center;
	margin-top: 20px;
}
.remodal .bt_box a {
	display: inline-block;
	text-align: center;
	background: #fff;
	padding: 20px 0;
	width: 240px;
	font-size: 18px;
	/* border-radius: 50px; */
	color: #fd8300;
	margin: 0 7px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
.remodal .bt_box a.bt_reserve {
	background: #fd8300;
	color: #fff;
}
.remodal .bt_box a::before {
	right: 10px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fd8300;
	border-width: 7px;
	margin-top: -7px;
	transform: rotate(-90deg) scale(0.7, 1);
	transition: right 0.3s ease;
}
.remodal .bt_box a.bt_reserve::before {
	border-top-color: #fff;
}
.remodal .bt_box a:hover {
    text-decoration: none;
    background: #f1dbd3;
}
.remodal .bt_box a.bt_reserve:hover {
	background: #f57a49;
}
.remodal-close {
	left: auto;
	right: -9px;
	top: -38px;
	width: 50px;
	height: 50px;
}
.remodal-close::before {
    display: none;	
}

.remodal-close::before,
.remodal-close::after {
	display: block;
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background: #fff;
	left: 6px;
	top: 50%;
	transform: rotate(-45deg);
}
.remodal-close::after {
    transform: rotate(45deg);
}

/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {

	/* style
	-------------------------------------------------------------- */
	#footerArea {
		padding-bottom: 50px;
	}
    .b-o-footer_content {
    	height: 94px !important;
    }
	.page_content {
		min-width: 320px;
	}
	.page_content p {
		color: inherit;
		font-size: 14px;
		line-height: 1.5em;
	}
	.page_content a:hover {
		opacity: 1;
	}
	.page_content .non_pc { display: block !important; }
	.page_content .non_sp { display: none !important; }


	/* ===========================================================================================

		Common

	=========================================================================================== */

	.page_content {
		margin-bottom: 0;
		overflow: visible;
	}
	.page_content .main {
		z-index: 100;
		margin: 0 auto;
		max-width: none;
		min-width: 320px;
		padding: 0;
		position: relative;
		transition: opacity 0.3s ease;
	}

	.page_content .bt_gototop {
		display: block;
		text-align: center;
		width: 240px;
		margin: 40px auto 0 auto;
		border: 2px solid #000;
		line-height: 48px;
		box-sizing: border-box;
		font-size: 18px;
		position: relative;
		letter-spacing: 0.05em;
	}
	.page_content .bt_gototop::before {
		position: absolute;
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		right: 20px;
		top: 50%;
		margin-top: 2px;
		transform: translate(0, -50%) rotate(-45deg);
		transition: all 0.3s ease;
	}
	.page_content .bt_gototop:hover {
		opacity: 1;
		background: #fff;
		color: #000;
	}
	.page_content .bt_gototop:hover::before {
		border-color: #000;
	}
	.page_content .content_header {
		background: #000;
	}
	.page_content .content_header > .inner {
		width: 960px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		color: #fff;
	}
	.page_content .content_header .breadcrumb {
		font-size: 12px;
		padding: 16px 15px;
	}
	.page_content .content_header .breadcrumb a {
		color: #fff;
	}
	.page_content .visual {
		background: #fbffd6;
		text-align: center;
		padding: 20px 0 23px 0;
	}
	.page_content .visual h1 {
		font-size: 33px;
		line-height: 1.6em;
		margin: 0;
	}
	.page_content .visual .text{
		font-size: 16px;
		line-height: 1.6em;
	}
	.page_content .gmenu {
		margin: 0;
	}
	.page_content .gmenu ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		background: #f1f1f1;
	}
	.page_content .gmenu ul li {
		width: 50%;
		position: relative;
		box-sizing: border-box;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	.page_content .gmenu ul li:first-child {
		border-left: none;
	}
	.page_content .gmenu ul li:nth-last-child(1),
	.page_content .gmenu ul li:nth-last-child(2){
		border-bottom: none;
	}
	.page_content .gmenu ul li:nth-child(2n-1) {
		border-right: 1px solid #ccc;
	}
	.page_content .gmenu ul li a {
		text-align: center;
		display: block;
		padding: 7px 0;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 24px;
		transition: all ease 0.3s;
	}
	.page_content .gmenu ul li a.active,
	.page_content .gmenu ul li a:hover {
		opacity: 0.4;
	}
	.page_content .submenu {
		display: flex;
		justify-content: center;
		margin-top: 60px;
		width: 94%;
		margin: 40px auto 0px auto;
	}
	.page_content .submenu a {
		display: block;
		text-align: center;
		width: 48%;
		margin: 0 1%;
		border: 2px solid #000;
		line-height: 48px;
		box-sizing: border-box;
		font-size: 16px;
		position: relative;
		letter-spacing: 0;
	}
	.page_content .submenu a::before {
		position: absolute;
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		right: 15px;
		top: 50%;
		margin-top: -1px;
		transform: translate(0, -50%) rotate(135deg);
		transition: all 0.3s ease;
	}
	.page_content .submenu a:hover {
		opacity: 1;
		background: #fff;
		color: #000;
	}
	.page_content .submenu a:hover::before {
		border-color: #000;
	}
	.page_content .sec {
		margin-top: 40px;
	} 
	.page_content .sec > .inner {
		width: auto;
		margin: 0 auto;
	} 
	.page_content .sec h2 {
		background-size: cover;
		height: 200px;
		padding-top: 52px;
		text-align: center;
	}
	.page_content .sec h2 span {
		display: inline-block;
		font-size: 22px;
		letter-spacing: 0.1em;
		font-weight: bold;
		color: #fff;
		padding: 20px 50px;
		background: url(../images/icon_arrow_l.png) no-repeat left center, url(../images/icon_arrow_r.png) no-repeat right center;
		background-size: 28px auto, 28px auto;
		line-height: 1.5em;
	}
	.page_content .sec .label {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0;
		position: relative;
		padding: 10px 0 15px 0;
	}
	.page_content .sec .label::before {
		position: absolute;
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		left: 50%;
		bottom: 0;
		transform: translate(-50%, 0) rotate(135deg);
		transition: all 0.3s ease;
	}
	.page_content .sec.modelhouse .label {
		margin: 30px 0 30px 0;
	}
	.page_content .sec.modelhouse ul {
		display: flex;
		flex-wrap: wrap;
		width: 300px;
		margin: 0 auto;
	}
	.page_content .sec.modelhouse ul li {
		margin: 40px 0 0 0;
		width: auto;
	}
	.page_content .sec.modelhouse ul li:nth-child(-n+3) {
		margin-top: 30px;
	}
	.page_content .sec.modelhouse ul li:nth-child(1) {
		margin-top: 0;
	}
	.page_content .sec.modelhouse ul li a {
		display: block;
	}
	.page_content .sec.modelhouse ul li a .info {
        margin-top: 13px;
 }
	.page_content .sec.modelhouse ul li a .name {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		padding-left: 30px;
		width: auto;
		line-height: 22px;
	}
	.page_content .sec.modelhouse ul li a .name::before {
		position: absolute;
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		background: #000;
		border-radius: 100px;
		left: 0;
	}
	.page_content .sec.modelhouse ul li a .name::after {
		position: absolute;
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		left: 5px;
		transform: rotate(45deg);
		transition: all 0.3s ease;
	}
	.page_content .sec.modelhouse ul li a .address {
		font-size: 14px;
		line-height: 1.5em;
		width: auto;
		margin-top: 7px;
	}
	.page_content .sec.modelhouse ul li .bt_modal:hover img {
		opacity: 1;
	}
	.page_content .sec.modelhouse ul li .bt_modal::before {
		position: absolute;
		display: block;
		content: "";
		width: 60px;
		height: 60px;
		border-radius: 100px;
		background: rgba(0, 0, 0, 0.8);
		z-index: 10;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.page_content .sec.modelhouse ul li .bt_modal::after {
		left: 50%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 20px;
		transform: translate(-19%, -50%) rotate(-90deg) scale(0.6, 1);
		z-index: 20;
	}
	.page_content .sec.modelhouse ul li .bt_modal:hover::after {
		opacity: 1;
	}
	.page_content .sec.modelhouse ul li .bt_modal:hover::before {
		content: "";
		width: 60px;
		background: rgba(0, 0, 0, 0.8);
	}



	.page_content .bnr {
		/* background: #f5f1df; */
		padding: 30px 0;
		margin: 40px 0 -20px 0;
	} 
	.page_content .bnr a {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.page_content .bnr a img {
		width: 100%;
	}

	.page_content .sec.event .label_more,
	.page_content .sec.event .label_more::before {
		border-color: #000;
	}
	.page_content .sec.event .event_wrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		border-bottom: 1px solid #d6d6d6;
		width: 92%;
		margin: 0 auto;
	}
	.page_content .sec.event ul {
		width: 100%;
		padding: 20px 0;
		border-top: 1px solid #d6d6d6;
	}
	.page_content .sec.event ul:nth-child(2n-1)::before {
		display: none;
	}
	.page_content .sec.event ul li a {
		display: flex;
		padding-right: 0;
	}
	.page_content .sec.event ul li .thumb div {
		width: 100px;
		height: 100px;
		margin-right: 15px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #f5f5f5;
	}
	.page_content .sec.event ul li dl {width: calc(100% - 110px);}
	.page_content .sec.event ul li dl dt {
		font-size: 14px;
		line-height: 1.5em;
		margin-top: -2px;
	}
	.page_content .sec.event ul li dl dd.date {
		font-size: 12px;
		margin-top: 0;
	}
	.page_content .sec.event ul li dl dd.venue {
		font-size: 12px;
		margin-top: 2px;
	}
	.page_content .sec.event .readMoreBtn a {
		display: block;
		margin: 0 auto;
		transition: width 0.3s ease;
	}
	.page_content .sec.event .readMoreBtn a:hover {
		width: 250px;
		opacity: 1;
	}
	.page_content .sec.event .readMoreBtn a:hover .label_more {
		width: 158px;
		color: #fff;
	}
	.page_content .sec.event .readMoreBtn a .label_more::after {
		background: #000;
	}
	.page_content .sec.event .readMoreBtn a:hover .label_more::before {
		border-color: #fff;
	}
	
	/* Pickup *******/
	.page_content .sec.event .pickup {
		border-radius: 20px;
		margin: 60px auto 40px auto;
		width: 92%;
		}
	.page_content .sec.event .pickup h2 {
		padding: 1px 0 0 0;
		height: auto;
		background: no-repeat;
		position: relative;
	}
	.page_content .sec.event .pickup h2 img {
		border-radius: 20px 20px 0 0;
	width: 100%;}
	.page_content .sec.event .pickup.event2204 h2 img {
		max-width: none;
		width: 106.2%;
		margin: -9.7% 0 0 -3.1%;
		border-radius: 0;
	/* width: auto; */}
	.page_content .sec.event .pickup .list {
		padding: 15px 0 0 0;
	}	
	.page_content .sec.event .pickup .list .label::before {
		border-color: #E98AC2;
	}
	.page_content .sec.event .pickup .list ul {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		padding: 0;
		margin: -10px 10px 0 10px;
		border-top: none;
	}
	.page_content .sec.event .pickup .list ul li {
		width: 100% !important;
		text-align: center;
		background: url(../images/bg_dot.png) repeat-x left top;
		background-size: 5px auto;
		margin-top: 0px;
		padding: 40px 0;
	}
	.page_content .sec.event .pickup .list ul li:nth-child(1) {
		margin-top: 0;
	}
	.page_content .sec.event .pickup .list ul li:first-child {
		background: none;
	}
	.page_content .sec.event .pickup .list ul li img {
		width: 190px;
		margin: 0 auto;
	}
	.page_content .sec.event .pickup .list ul li .address {
		font-size: 16px;
		margin-top: 12px;
	}
	.page_content .sec.event .pickup .list ul li .name {
		font-size: 20px;
		line-height: 1.5em;
		margin-bottom: 5px;
	}
	.page_content .sec.event .pickup .list ul li .name span {
		font-size: 16px;
	}
	.page_content .sec.event .pickup .list ul li .period {
		font-size: 14px;
		line-height: 1.8em;
	}
	.page_content .sec.event .pickup .list ul li .place {
		font-size: 14px;
		line-height: 1.8em;
	}
	.page_content .sec.event .pickup .list ul li .bt_more {
		text-align: center;
		display: block;
		width: 200px;
		margin: 5px auto 15px auto;
		padding: 10px 0;
		font-size: 13px;
		letter-spacing: 0.1em;
		border-radius: 100px;
		background: #fff;
		position: relative;
	}
	.page_content .sec.event .pickup .list ul li .bt_more::before {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		right: 14px;
		top: 50%;
		transform: translate(0, -50%) rotate(45deg);
	}
	.page_content .sec.event .pickup .list ul li *:last-child {
		margin-bottom: 0;
	}
	
	/* Ensen ******/
	.page_content .ensen {
		margin-top: 100px;
	} 
	.page_content .ensen h2 {
		background: none !important;
		height: auto;
		padding: 0;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0.1em;
		position: relative;
	}
	.page_content .ensen h2 span {
		background: no-repeat;
		padding: 0;
		color: #000;
		font-size: 20px;
		display: block;
		position: absolute;
		left: 50%;
		margin: -34px 0 0 -149px;
		transform: rotate(-15deg);
	}
	.page_content .ensen h2 span::before,
	.page_content .ensen h2 span::after {
		content: "";
		width: 2px;
		height: 24px;
		background: #000;
		position: absolute;
		display: block;
		left: -18px;
		top: 1px;
		transform: rotate(-40deg);
	}
	.page_content .ensen h2 span::after {
		transform: rotate(40deg);
		left: auto;
		right: -18%;
	}
	.page_content .ensen .label {
		font-weight: normal;
		font-size: 15px;
		letter-spacing: 0;
		padding-bottom: 20px;
		line-height: 1.8em;
	}
	.page_content .ensen ul {
		display: block;
		justify-content: space-between;
		margin-top: 50px;
		}
	.page_content .ensen ul li {
		width: 290px;
		background: url(../images/bg_pattern.png) repeat center top;
		background-size: 21px auto;
		border-radius: 12px;
		padding: 30px 0 3px 0;
		position: relative;
		margin: 38px auto 0 auto;
		}
	.page_content .ensen ul li::before {
		content: "";
		background: url(../images/icon_ensen.png) repeat center center;
		background-size: contain;
		display: block;
		position: absolute;
		width: 48px;
		height: 48px;
		left: 50%;
		top: -24px;
		transform: translate(-50%, 0);
	}
	.page_content .ensen ul li p {
		text-align: center;
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0.1em;
		}
	.page_content .ensen ul li a {
		text-align: center;
		display: block;
		width: 182px;
		margin: 5px auto 15px auto;
		padding: 10px 0;
		font-size: 13px;
		letter-spacing: 0.1em;
		border-radius: 100px;
		background: #fff;
		position: relative;
	}
	.page_content .ensen ul li a::before {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		position: absolute;
		right: 14px;
		top: 50%;
		transform: translate(0, -50%) rotate(45deg);
	}



	.page_content .sec .label_more {
		width: 158px;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		border-radius: 100px;
		border: 1px solid #fff;
		margin: 25px auto 0 auto;
		letter-spacing: 0.2em;
		position: relative;
		overflow: hidden;
		transition: all 0.3s ease !important;
	}
	.page_content .sec a:hover .label_more {
		width: 158px;
		color: #fff;
	}
	.page_content .sec .label_more::before {
		display: block;
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		border-top: 2px solid #ffff;
		border-right: 2px solid #ffff;
		right: 13px;
		top: 44%;
		transform: translate(0, -50%) rotate(135deg);
		transition: border 0.3s ease;
		z-index: 10;
	}
	.page_content .sec a:hover .label_more::before {
		border-color: #fff;
	}
	.page_content .sec .label_more::after {
		display: block;
		content: "";
		position: absolute;
		width: 0;
		height: 100%;
		background: #fff;
		left: 0;
		top: 0;
		transition: width 0.3s ease;
	}
	.page_content .sec a:hover .label_more::after {
		width: 0%;
	}
	.page_content .sec .label_more span {
		display: block;
		position: relative;	
		z-index: 10;
	}
	.page_content .gmenu.bottom {
		margin: 50px 0 0 0;
	}
	
	.remodal .bt_box {
		text-align: center;
		margin-top: 20px;
	}
	.remodal .bt_box a {
		padding: 12px 0;
		width: 44%;
		font-size: 14px;
		margin: 0 1%;
	}
	.remodal .bt_box a.bt_reserve {
		background: #e45b26;
		color: #fff;
	}
	.remodal .bt_box a::before {
		right: 5px;
		border-width: 5px;
		margin-top: -5px;
	}
	.remodal .bt_box a:hover {
		text-decoration: none;
		background: #ffffff;
	}
	.remodal .bt_box a.bt_reserve:hover {
		background: #e45c25;
	}
	.remodal > .inner .title {
		text-align: center;
		color: #fff;
		font-size: 18px;
		margin-bottom: 15px;
		letter-spacing: 0.1em;
	}


	
}