@charset 'utf-8';

@font-face {
  font-family: 'anton';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Anton-Regular.woff2") format('woff2');
  display: swap;
}

@media screen and (max-width: 750px) {
	html {
		font-size: calc( 10 / 750 * 100vw );
	}
}

.p-info {
	font-weight: 600;
	background: url(../images/lp_info/bg_top.png);
}
.p-info a {
	transition: opacity .3s;
}
.p-info a:hover {
	opacity: .6;
}
.p-info__title {
	font-size: 5.6rem;
	line-height: 1.2;
}
.p-info__title span {
	display: block;
	font-size: 2.2rem;
}
.p-info__inner {
	max-width: 128rem;
	padding: 0 4rem;
	margin: 0 auto;
}
.p-info__button {
	display: inline-block;
	width: 60rem;
	font-size: 2.4rem;
	text-align: center;
	line-height: 7rem;
	background-color: #DAE64C;
	box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
}
.p-info__readmore {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	width: 18.2rem;
	margin: 2rem 0 0 auto;
	padding-left: 2rem;
	color: #707070;
	font-size: 1.4rem;
	text-align: center;
	line-height: 5rem;
	background-color: #fff;
	border: 1px solid #202020;
	box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
}
.p-info__readmore:after {
	display: block;
	width: .8rem;
	height: .7rem;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #CECECE;
	content: '';
}
.p-info .swiper-scrollbar {
    bottom: 0 !important;
    left: 50% !important;
    height: 4px;
    border-radius: 0;    
    transform: translate(-50%, 0);
}
@media screen and (max-width: 750px) {
	.p-info .swiper-scrollbar {
		position: static !important;
		width: 100% !important;
		height: 5px;
		transform: translate(0, 0);
	}
}

/* .p-info-cta */
.p-info-cta {
	position: fixed;
	right: 0;
	top: 32rem;	
	z-index: 99;
}
@media screen and (max-width: 750px) {
	.p-info-cta {
		top: 21rem;
	}
}
.p-info-cta__button {
	display: block;
	width: 13.2rem;
	height: 16.8rem;
	padding: 3rem 0;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.27;
	text-align: center;
	border-radius: 2.5rem 0 0 2.5rem;
	background: url(../images/lp_info/icon_arrow.png) no-repeat center bottom 1.3rem/2.9rem auto #D9E74C;
	box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
}


/* 親枠 */
.p-info-cta-sns {
  position: fixed;
  right: 0;
  top: 50rem;
  z-index: 99;
  display: flex;
  flex-direction: row; /* 横並び */
  align-items: center;
  background: #fff; /* 枠の背景色 */
  padding: 1rem;
  border-radius: 2.5rem 0 0 2.5rem; /* 全体の角丸 */
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  gap: 1rem;
}

@media screen and (max-width: 750px) {
  .p-info-cta-sns {
    top: 12rem;
  }
}

/* ボタン（アイコン） */
.p-info-cta__button-instagram,
.p-info-cta__button-youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border-radius: 50%; /* 丸アイコンに */
  background: #fff;
  box-shadow: none; /* 個別の影は消す */
}






/* .p-info-mv */
.p-info-mv {
	position: relative;	
}
@media screen and (max-width: 1360px) {
	.p-info-mv__bg {
		height: 60rem;
	}
}
.p-info-mv__bg img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1360px) {
	.p-info-mv__bg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
}
.p-info-mv__logo {
	position: absolute;
	top: 4.5rem;
	right: 7rem;
	width: 9.9rem;
	z-index: 2;
}
@media screen and (max-width: 750px) {
	.p-info-mv__logo {
		right: 4rem;
	}
}
.p-info-mv__description {
	position: absolute;
	left: 0;
	bottom: 7.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1.4rem;
}
.p-info-mv__description p {
	display: inline-block;
	padding: 1rem 3rem;
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.42;
	background-color: #202020;
}
@media screen and (max-width: 750px) {
	.p-info-mv__description p {
		padding: 2rem 3rem;
		font-size: 2.6rem;
	}
}
.p-info-mv__description-01 img {
	width: 60rem;
}
@media screen and (max-width: 750px) {
	.p-info-mv__description-01 img {
		width: 43rem;
	}
}

/* .p-info-topics */
.p-info-topics {
	position: relative;
	display: flex;
	max-width: 68rem;
	margin-top: -4rem;
	margin-left: auto;
	padding: 3.5rem 3rem;
	color: #fff;
	background-color: rgba(32,32,32,0.78);
	z-index: 2;
}
@media screen and (max-width: 750px) {
	.p-info-topics {
		padding: 3rem 2.5rem;
	}
}
.p-info-topics__title {	
	padding-right: 2.5rem;
	font-size: 1.7rem;
	border-right: 2px solid #fff;
}
@media screen and (max-width: 750px) {
	.p-info-topics__title {	
		font-size: 1.8rem;
	}
}
.p-info-topics__list {
	flex: 1;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;	
	padding-left: 2rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
	.p-info-topics__list {
		font-size: 1.65rem;
	}
}
.p-info-topics__list a {
	color: #fff;
}

/* .p-info-intro */
.p-info-intro {
	padding-top: 8.5rem;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.p-info-intro {
		padding-top: 7.5rem;
	}
}
.p-info-intro__title {
	display: inline-block;
	padding: 1.5rem 1.5rem .8rem 1.5rem;
	margin-bottom: 3rem;
	font-size: 2.8rem;
	line-height: 1.53;
	background-color: #fff;
	border: 1px solid #202020;
	box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
}
@media screen and (min-width: 751px) {
	.p-info-intro__title br {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.p-info-intro__title {
		width: 66rem;
		margin: 0 auto 3rem auto;
	}
}
.p-info-intro__copy {
	margin-bottom: 3rem;
	font-size: 2.4rem;
	line-height: 1.5;
}
.p-info-intro__list {
	display: flex;
	justify-content: center;
	column-gap: 3rem;
}
.p-info-intro__item {
	display: flex;
	flex-direction: column;
	aspect-ratio: 1;
	width: 18.2rem;
	padding-top: 3.5rem;
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
}
@media screen and (max-width: 750px) {
	.p-info-intro__item {
		padding-top: 2.5rem;
	}
	.p-info-intro__item-num {
		margin-bottom: 1rem;
	}

	.p-info-intro__item-num img {
		width: 10rem;
	}
}
.p-info-intro__item-text {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.3;
}
.p-info-intro__item:first-child .p-info-intro__item-text {
	margin-top: -.8rem;
}
.p-info-intro__item-text strong {
	font-size: 2.4rem;
}

/* .p-info-modelhouse */
.p-info-modelhouse {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
	.p-info-modelhouse {
		padding-top: 6rem;
	}
}
.p-info-modelhouse__title {
	margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
	.p-info-modelhouse__title {
		margin-bottom: 2rem;		
	}
}
@media screen and (min-width: 751px) {
	.p-info-modelhouse__list {
		display: flex;
		flex-wrap: wrap;
	}
	.p-info-modelhouse__item {
		width: 50%;
	}
}
@media screen and (max-width: 750px) {
	.p-info-modelhouse__list {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-right: 5%;

		-webkit-overflow-scrolling: touch;		
	}
	.p-info-modelhouse__item {
		flex: 0 0 95%;
		scroll-snap-align: start;
	}
}
.p-info-modelhouse__item a {
	display: block;	
}
.p-info-modelhouse__item a::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media screen and (min-width: 751px) {
	.p-info-modelhouse__item a:hover {
		opacity: 1;
	}
	.p-info-modelhouse__item a:hover::before {
		opacity: 1;
	}
}
.p-info-modelhouse__item-bg {
	width: 100%;
    height: 33vw;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 750px) {
	.p-info-modelhouse__item-bg {
		height: 65vw;
	}
}
.p-info-modelhouse__item-bg::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
.p-info-modelhouse__item-content {
	position: absolute;
	top: 8.5vw;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
    padding: 0 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
}
@media screen and (max-width: 750px) {
	.p-info-modelhouse__item-content {
		top: 13.5rem;
	}
}
.p-info-modelhouse__item-head {
	margin-bottom: 3vw;
}
.p-info-modelhouse__item-title {
	position: relative;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	font-size: 3rem;
}
@media screen and (max-width: 980px) {
	.p-info-modelhouse__item-title {
		padding-bottom: 3vw;
		margin-bottom: 3vw;
		font-size: 3vw;
	}
}
@media screen and (max-width: 750px) {
	.p-info-modelhouse__item-title {
		padding-bottom: 3rem;
		margin-bottom: 3rem;
		font-size: 3rem;
	}
}
.p-info-modelhouse__item-title::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 40rem;
    transform: translate(-50%, 0);
    height: 3px;
    background: #fff;
    display: block;
}
.p-info-modelhouse__item-address {
	font-size: 2.2rem;
}
@media screen and (max-width: 980px) {
	.p-info-modelhouse__item-address {
		font-size: 2.2vw;
	}
}
@media screen and (max-width: 750px) {
	.p-info-modelhouse__item-address {
		font-size: 2.2rem;
	}
}
.p-info-modelhouse__item-address .address_kome_txt {
	display: none;
}
.p-info-modelhouse__item-description {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 10vw;
	font-size: 1.6rem;
	line-height: 1.68;
}
@media screen and (max-width: 980px) {
	.p-info-modelhouse__item-description {
		font-size: 1.6vw;
	}
}
@media screen and (max-width: 750px) {
	.p-info-modelhouse__item-description {
		min-height: 23vw;
		font-size: 1.6rem;
	}
}
.p-info-modelhouse__button {
	margin-top: 5rem;
	text-align: center;
}

/* .p-info-event */
.p-info-event {
	padding: 7rem 0;
	background-color: #fff;
	overflow: hidden;
}
.p-info-event__title {
	margin-bottom: 3.5rem;	
}
@media screen and (max-width: 750px) {
	.p-info-event__title {
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 751px) {
	.p-info-event__slider {
		margin-right: calc(50% - 50vw);
	}
}
@media screen and (max-width: 750px) {
	.p-info-event__slider-container {
		overflow: visible;
	}
}
.p-info-event__list {
	align-items: flex-start;
	padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
	.p-info-event__list {
		padding-bottom: 0;
	}
}
.p-info-event__item {
	width: 42rem;
	margin-right: 4.5rem;
}
.p-info-event__item a {
    position: relative;
    display: block;
}
.p-info-event__item-thumb {
	position: relative;
	width: 100%;
    height: 28rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-info-event__item-thumb::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.p-info-event__item-wrap {
	width: 100%;
	transition: all 0.6s;
}
.p-info-event__item-open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.p-info-event__item-open .date {
	line-height: 1;
    color: #fff;
	font-size: 1.6rem;
	padding: .9rem 1.2rem;
    background-color: rgba(39, 36, 33, 0.7);
    text-align: center;
}
.p-info-event__item-cat {
	padding-left: 1rem;
	color: #707070;
	font-size: 1.8rem;
}
.p-info-event__item-cat::before {
	content: "#";
}
.p-info-event__item-title {
	margin-bottom: .5rem;
	padding-left: 1rem;
	color: #707070;
	font-size: 1.8rem;
	line-height: 1.3;
}
.p-info-event__item-address {
	padding-left: 3.5rem;
	color: #707070;
	font-size: 1.8rem;
	background: url(../images/lp_info/icon_pin.png) no-repeat 1rem center/2.2rem auto;
}

/* .p-info-works */
.p-info-works {
	padding: 10rem 0 7rem 0;
	background-color: #E6E6E6;
	overflow: hidden;
}
.p-info-works__title {
	margin-bottom: 3rem;	
}
@media screen and (min-width: 751px) {
	.p-info-works__slider {
		margin-right: calc(50% - 50vw);
	}
}
@media screen and (max-width: 750px) {
	.p-info-works__slider-container {
		overflow: visible;
	}
}
.p-info-works__list {
	align-items: flex-start;
	padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
	.p-info-works__list {
		padding-bottom: 0;
	}
}
.p-info-works__item {
	width: 42rem;
	margin-right: 4.5rem;
}
.p-info-works__item > a {
    position: relative;
    display: block;
}
.p-info-works__item-thumb {
	position: relative;
	width: 100%;
    height: 29rem;
    margin-right: 0;
    margin-bottom: 1rem;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-info-works__item-thumb::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.p-info-works__item-title {
	color: #707070;
	font-size: 1.8rem;
}
.p-info-works__item-cat {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
.p-info-works__item-cat a {
	color: #707070;
	font-size: 1.6rem;
}
.p-info-works__item-cat a::before {
	content: "#";
}

/* .p-info-reason */
.p-info-reason {
	padding: 10.5rem 0 9rem 0;
	background-color: #fff;
}
.p-info-reason__title {
	margin-bottom: 8rem;
	font-size: 2.8rem;
	text-align:center;	
}
.p-info-reason__title::after {
	display: block;
	width: 18.8rem;
	height: .8rem;
	margin: 4rem auto 0 auto;
	background-color: #E6E6E6;
	content: '';
}
.p-info-reason__list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	gap: 4rem;
}
.p-info-reason__subtitle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63rem;
	height: 8rem;
	margin: 0 auto;
	/*padding: 0 7rem;*/
	font-size: 2.4rem;
	text-align: center;
	background-color: #fff;
	border: 2px solid #202020;
	box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
}
.p-info-reason__subtitle:after {
	position: absolute;
	right: 3rem;
	top: 50%;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #CECECE;
	transform: translateY(-50%);
	content: '';
}
.p-info-reason__body {
	padding: 5rem 0;
	display: flex;
	align-items: center;
	gap: 3rem;
}
@media screen and (max-width: 750px) {
	.p-info-reason__body {
		flex-direction: column-reverse;
	}
}
@media screen and (min-width: 751px) {
	.p-info-reason__item:nth-child(even) .p-info-reason__body {
		flex-direction: row-reverse;
	}
}
.p-info-reason__image {
	width: 60rem;
	border-radius: 6.6rem 0 0 0;
	overflow: hidden;
}
.p-info-reason__content {
	flex: 1;
	padding: 0 3rem;
}
.p-info-reason__content-title {
	margin-bottom: 2rem;
	font-size: 2.4rem;
}
.p-info-reason__content-text {
	font-size: 1.8rem;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.p-info-reason__content-text {
		font-size: 2rem;
	}
}
.p-info-reason__button {
	margin-top: 10rem;
	text-align: center;
}

/* .p-info-reason02 */
.p-info-reason02 {
	padding: 9rem 0 10rem 0;
}
.p-info-reason02__title {
	margin-bottom: 6rem;
	font-size: 2.8rem;
	text-align:center;
}
.p-info-reason02__title::after {
	display: block;
	width: 18.8rem;
	height: .8rem;
	margin: 4rem auto 0 auto;
	background-color: #E6E6E6;
	content: '';
}
.p-info-reason02__list {
	display: flex;	
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4.5rem;
}
@media screen and (max-width: 750px) {
	.p-info-reason02__list {
		flex-direction: column;
		align-items: center; 
	}
}
.p-info-reason02__item {
	width: 30%;
}
@media screen and (max-width: 750px) {
	.p-info-reason02__item {
		width: 60rem;
	}
}
.p-info-reason02__item-image {
	margin-bottom: 5rem;
}
.p-info-reason02__item-title {
	font-size: 1.8rem;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.p-info-reason02__item-title {
		font-size: 2.4rem;
	}
}
.p-info-reason02__item-show {
	width: 23.5rem;
	height: 5.8rem;
	margin: 3rem auto 0 auto;
	padding-top: .8rem;
	font-size: 1.8rem;
	text-align: center;
	background: url(../images/lp_info/icon_triangle.png) no-repeat center center/contain;
}
@media screen and (max-width: 750px) {
	.p-info-reason02__item-show {
		font-size: 2.4rem;
	}
}
.p-info-reason02__item-content {
	padding: 3.5rem 2rem;
}
.p-info-reason02__item-description {
	margin: 1rem 0 5rem 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.63;
}
@media screen and (max-width: 750px) {
	.p-info-reason02__item-description {
		font-size: 2rem;
	}
}
.p-info-reason02__button {
	margin-top: 5rem;
	text-align: center;
}

/* .p-info-voice */
.p-info-voice {
	padding: 9rem 0 10rem 0;
	background-color: #fff;
}
.p-info-voice__title {
	margin-bottom: 4rem;
}
.p-info-voice__description {
	margin-bottom: 2rem;
	font-size: 2.2rem;
}
@media screen and (min-width: 751px) {
	.p-info-voice__list {
		display: grid;	
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem;
	}
}
@media screen and (min-width: 981px) {
	.p-info-voice__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 750px) {
	.p-info-voice__list {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-right: 10%;

		-webkit-overflow-scrolling: touch;		
	}
	.p-info-voice__list iframe {
		flex: 0 0 90%;
		scroll-snap-align: start;
		margin-right: 3rem;
	}
}
.p-info-voice__list iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

/* .p-info-banner */
.p-info-banner {
	padding-bottom: 13rem;
	background-color: #fff;
	text-align: center;
}
.p-info-banner__item {
	padding-right: 7rem;
}

/* .p-info-footer */
.p-info-footer {
	padding-bottom: 6rem;
	color: #fff;
	background: url(../images/lp_info/bg_footer.png);
}
.p-info-footer__bg img {
	width: 100%;
}
.p-info-footer__section {
	padding-top: 7rem;
	text-align: center;
}
.p-info-footer__section-title {
	display: inline-block;
	margin-bottom: 3rem;
	padding: 1rem 2.5rem;
	font-size: 2.2rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.p-info-footer__section-copy {
	margin-bottom: 7rem;
	font-size: 1.8rem;
}
@media screen and (min-width: 751px) {
	.p-info-footer__section-copy br.sp {
		display: none;
	}
}
.p-info-footer__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 6rem;
}
.p-info-footer__list-item {	
	display: flex;
	justify-content: flex-end;	
	width: 50%;
	padding: 0 3rem;
}
@media screen and (max-width: 750px) {
	.p-info-footer__list-item {	
		padding: 0 2rem;
	}
}
.p-info-footer__list-item > div {
	position: relative;
	width: 43rem;
	padding-left: 10rem;
}
@media screen and (max-width: 750px) {
	.p-info-footer__list-item > div {
		width: 50rem;
		padding-left: 3rem;
	}
}
.p-info-footer__list-item:nth-child(even) {	
	flex-direction: row-reverse;
}
.p-info-footer__list-item:nth-child(even) > div {	
	padding-left: 9rem;
}
@media screen and (max-width: 750px) {
	.p-info-footer__list-item:nth-child(even) > div {	
		padding-left: 5rem;
	}
}
.p-info-footer__list-image {
	position: absolute;
	left: calc(50% - 15rem);
    top: -2rem;
}
@media screen and (max-width: 750px) {
	.p-info-footer__list-image {
		max-width: 6rem;
        top: 0;
        left: calc(50% - 12rem);
	}
}
.p-info-footer__list-title {
	margin-bottom: 1.5rem;
	font-family: 'anton', serif;
	font-size: 3.6rem;
	font-weight: 400;
}
.p-info-footer__list-copy {
	margin-bottom: 1rem;
	font-size: 1.6rem;
}

.p-info-footer__list-text {
	font-size: 1.6rem;
}
.p-info-footer__list-initial {
	display: flex;
	align-items: center;
	width: 8rem;
	font-size: 11rem;
	font-weight: 700;
	font-family: "Times New Roman", serif;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.p-info-footer__list-initial {
		font-size: 7rem;
	}
}

.p-info-footer__list-initial_i{
	margin-left: 22px;
}
@media screen and (max-width: 750px) {
	.p-info-footer__list-initial_i {
		margin-left: 13px;
	}
}
.p-info-footer__box {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	max-width: 99.4rem;
	margin: 5rem auto 0 auto;
	padding: 4rem 2rem;
	border: 1px solid #fff;
}
@media screen and (max-width: 980px) {
	.p-info-footer__box {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		padding: 4rem 6rem;
	}
}
.p-info-footer__right {
	margin-right: 3rem;
}
.p-info-footer__sitelogo {
	width: 6.9rem;
	margin-bottom: 1.5rem;
}
.p-info-footer__author {
	font-size: 2.2rem;
	line-height: 1.2;
}
.p-info-footer__address {
	margin-bottom: 2.5rem;
	font-size: 1.8rem;
}
.p-info-footer__area {
	margin-bottom: 2rem;
	font-size: 1.8rem;
}
.p-info-footer__hour {
	font-size: 2.2rem;
	line-height: 1.3;
}
.p-info-footer__hour small {
	font-size: 1.8rem;
}
.p-info-footer__phone {
	margin: 0 -6rem 0 6rem;
	padding-left: 7rem;
	font-size: 1.8rem;
	background: url(../images/lp_info/icon_phone.png) no-repeat left center/6rem auto;
}
@media screen and (max-width: 980px) {
	.p-info-footer__phone {
		margin: 4rem 0 0 0;
	}
}
.p-info-footer__phone span {
	font-size: 3.3rem;
}

/* recaptcha */
.grecaptcha-badge {
	display: none;
	visibility: hidden;
}

/* modal */
.js-modal-image{
	cursor:pointer;
	transition-property: opacity;
	transition-duration: 0.5s;
}
.js-modal-image:hover{
	opacity: 0.5;
}
.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.img-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.img-modal-content {
  max-width: 60%;
  max-height: 60%;
}
@media screen and (max-width: 750px) {
	.img-modal-content {
	  max-width: 90%;
	  max-height: 90%;
	}
}

.img-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

