@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */

#header{border-bottom: none;}

/* メインビジュアル
---------------------------------------------- */
.main{
	position: relative;
	overflow: hidden;
	padding-bottom: 38px;
	background: #FFF;
}

.main .swiper{
    max-width: 1200px;
	overflow: visible;
	opacity: 0;
    transition: opacity .3s;
}

.main .swiper.swiper-initialized{opacity: 1;}

.main .swiper-slide a{
	display: block;
	transition: opacity .3s;
}

.main .swiper-slide a:hover{opacity: .8;}

.main .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main .swiper-pagination{
	bottom: 0;
	line-height: 1;
}

.main .swiper-pagination-bullet{
	width: 60px;
	height: 8px;
	border-radius: 4px;
	background: #DBDFDB;
	opacity: 1;
	margin: 0 10px !important;
}

.main .swiper-pagination-bullet-active{background: #AC8071;}

.main .swiper-button-next, 
.main .swiper-button-prev{
	width: 56px;
	height: 56px;
	margin-top: -28px;
	border-radius: 50%;
	background: #AC8071;
	transition: background .3s;
}

.main .swiper-button-next:hover, 
.main .swiper-button-prev:hover{background: #88CEC9;}

.main .swiper-button-next.focus-visible, 
.main .swiper-button-prev.focus-visible{
	outline-color: #FFF;
	outline-offset: -4px;
}

.main .swiper-button-next, 
.main .swiper-rtl .swiper-button-prev{right: -28px;}

.main .swiper-button-prev, 
.main .swiper-rtl .swiper-button-next{left: -28px;}

.main .swiper-button-next:after{
	font-size: 0;
	background: url("../img/ico_arrow03.png") no-repeat 0 0;
	background-size: cover;
	width: 10px;
	height: 16px;
}

.main .swiper-button-prev:after{
	font-size: 0;
	background: url("../img/ico_arrow03.png") no-repeat 0 0;
	background-size: cover;
	width: 10px;
	height: 16px;
	margin-right: 4px;
	transform: scale(-1, 1);
}

/* 共通
---------------------------------------------- */
.ttl_home01{
	text-align: center;
	margin-bottom: 45px;
}

.ttl_home01 p{
	font-family: 'Montserrat';
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 10px;
}

.ttl_home01 h2{
	color: #193560;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
}

/* お知らせ
---------------------------------------------- */
.sec_news{
	background: #FFF;
	padding: 0 30px 100px;
}

.sec_news > .inner{
	max-width: 960px;
	margin: 0 auto;
}

.news{
	border: 1px solid #CDD3CD;
	padding: 40px 40px 30px;
}

.news .ttl{
	position: relative;
	padding: 0 0 20px 18px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.news .ttl::before{
	content: "";
	display: block;
	background: #E6DF6C;
	width: 6px;
	height: 24px;
	position: absolute;
	top: 4px;
	left: 0;
}

.news .contents{line-height: 2;}

.news .contents p{margin-bottom: 10px;}

/* 開催予定のイベント・見学会
---------------------------------------------- */
.sec_event{background: #FFF;}

.sec_event .ttl_home01{
	background: #193661;
	padding: 40px;
	margin-bottom: 0;
}

.sec_event .ttl_home01 p,
.sec_event .ttl_home01 h2{color: #FFF;}

.event{
	max-width: 1260px;
	padding: 50px 30px 100px;
	margin: 0 auto;
}

.event_items{display: flex;}

.event_items .item{
	width: calc((100% - 60px)/3);
	margin-right: 30px;
}

.event_items .item:last-of-type{margin-right: 0;}

.event_items .item a{display: block;}

.event_items .item a .image{
	position: relative;
	padding-top: 66.625%;
	overflow: hidden;
}

.event_items .item a .image img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: transform .3s;
}

.event_items .item a:hover .image img{transform: scale(1.05);}

.event_items .item a .image .noimage{
	background: #EDEFED;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
}

.event_items .item a .image .noimage img{
	max-width: 211px;
	height: auto;
	position: unset;
}

.event_items .item a .inner{
	padding: 27px 30px;
	border: 1px solid #CDD3CD;
	border-top: none;
}

.event_items .item a .inner .cat{
	color: #AC8071;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
}

.event_items .item a .inner .ttl{
	color: #333;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event_items .item a .inner .info{
	color: #757975;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.event_items .item a .inner .info p:not(:last-of-type){margin-bottom: 6px;}

.event_items .item a .inner .info p span{display: inline-block;}

.event_items .item a .inner .info p .eventdate{
	color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

/*--終了しました--*/
.event_items .item.end a .image::before{
	content: "";
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.event_items .item.end a .image::after{
	content: "";
	background: url("../img/txt_eventend01.png") no-repeat 0 0;
	background-size: cover;
	width: 154px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 1;
}

.event .more{
	text-align: center;
	background: #EDEFED;
	padding: 40px 15px;
	margin-top: 50px;
}

/* 予算・こだわりから選ぶアルルホームズの商品
---------------------------------------------- */
.sec_lineup{
	background: #FFF;
	padding: 100px 30px 0;
}

.sec_lineup > .inner{
	max-width: 1200px;
	margin: 0 auto;
}

.lineup .item{
	display: flex;
	margin-bottom: 40px;
}

.lineup .item:last-of-type{margin-bottom: 0;}

.lineup .item .image{
	position: relative;
	padding-top: 340px;
	width: calc(100% - 440px);
	flex: none;
}

.lineup .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.lineup .item .image img.sp{display: none;}

.lineup .item .txt{
	width: 440px;
	flex: none;
	padding-left: 40px;
	border: 1px solid #CDD3CD;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.lineup .item .txt h3{
	line-height: 1.4;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
}

.lineup .item .txt h3 span{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.lineup .item .txt .btn{
	margin-top: 23px;
	width: 160px;
}

.lineup .item .txt .btn a{
	display: block;
    line-height: 1;
    color: #333;
    background: #EBDE67;
    border-radius: 27px;
    padding: 19px 0;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    transition: background .3s;
}

.lineup .item .txt .btn a:hover{background: #88CEC9;}

/* アルルホームズについて
---------------------------------------------- */
.sec_about{
	background: #FFF;
	padding-bottom: 100px;
}

.about{
	display: flex;
	flex-wrap: wrap;
}

.about .item:nth-of-type(1){width: 100%;}

.about .item:nth-of-type(n+2){width: 50%;}

.about .item a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 280px;
	z-index: 1;
}

.about .item a.focus-visible{
	outline-color: #FFF;
	outline-offset: -4px;
}

.about .item a .image{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.about .item a .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s;
}

.about .item a:hover .image img{transform: scale(1.05);}

.about .item a .image img.sp{display: none;}

.about .item a .txt{
	position: relative;
	text-align: center;
	color: #FFF;
}

.about .item a .txt p{
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 2px;
}

.about .item a .txt h3{
	font-weight: 700;
	font-size: 2.8rem;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

/* 子育て世代の家づくりにこだわるアルルホームズの家
---------------------------------------------- */
.sec_concept{
	background: #FFF;
	padding: 100px 0;
}

.sec_concept .ttl_home01{padding: 0 15px;}

.concept{padding: 0;}

/* 施工事例
---------------------------------------------- */
.sec_gallery{
	position: relative;
	background: #FFF;
	z-index: 1;
	padding: 100px 30px;
}

.sec_gallery::before{
	content: "";
	display: block;
	background: #EDEFED;
	width: 100%;
	padding-top: 360px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.sec_gallery .gallery{
	max-width: 1200px;
	margin: 0 auto;
}

.gallery_list{display: flex;}

.gallery_list .item{
	width: calc((100% - 60px)/3);
	margin-right: 30px;
}

.gallery_list .item:nth-of-type(3){margin-right: 0;}

.gallery_list .item:nth-of-type(4){display: none;}

.gallery_list .item a{display: block;}

.gallery_list .item a .image{
	position: relative;
	overflow: hidden;
	padding-top: 65.789%;
}

.gallery_list .item a .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .3s;
}

.gallery_list .item a:hover .image img{transform: scale(1.05);}

.gallery_list .item a .image .noimage {
    background: #EDEFED;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.gallery_list .item a .image .noimage img {
    max-width: 300px;
    height: auto;
    position: unset;
}

.gallery_list .item a .ttl{
	color: #333;
	line-height: 1.4;
	margin-top: 15px;
}

.gallery .btn_more{
	width: 300px;
	margin: 50px auto 0;
}

.gallery .btn_more a{
	display: block;
    line-height: 1;
    color: #333;
    background: #EBDE67;
    border-radius: 35px;
    padding: 27px;
    text-align: center;
    transition: background .3s;
}

.gallery .btn_more a:hover{background: #88CEC9;}

/* お客様の声
---------------------------------------------- */
.sec_interview{
	position: relative;
	background: #FFF;
	z-index: 1;
	padding: 100px 30px;
}

.sec_interview::before{
	content: "";
	display: block;
	background: #EDEFED;
	width: 100%;
	padding-top: 360px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.sec_interview .interview{
	max-width: 1200px;
	margin: 0 auto;
}

.interview_list{display: flex;}

.interview_list .item{
	width: calc((100% - 60px)/3);
	margin-right: 30px;
}

.interview_list .item:last-of-type{margin-right: 0;}

.interview_list .item a{display: block;}

.interview_list .item a .image{
	position: relative;
	overflow: hidden;
	padding-top: 65.789%;
}

.interview_list .item a .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .3s;
}

.interview_list .item a:hover .image img{transform: scale(1.05);}

.interview_list .item a .image .noimage{
	border: 1px solid #EDEFED;
	background: #FFF;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.interview_list .item a .image .noimage img{
	max-width: 300px;
    height: auto;
    position: unset;
}

.interview_list .item a .txt p{
	color: #333;
	line-height: 1.4;
	margin-top: 15px;
}

.interview_list .item a .txt h3{
	color: #737973;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-top: 8px;
}

.interview .btn_more{
	width: 300px;
	margin: 50px auto 0;
}

.interview .btn_more a{
	display: block;
    line-height: 1;
    color: #333;
    background: #EBDE67;
    border-radius: 35px;
    padding: 27px;
    text-align: center;
    transition: background .3s;
}

.interview .btn_more a:hover{background: #88CEC9;}

/* 店舗案内・ショールーム
---------------------------------------------- */
.sec_studio{
	position: relative;
	background: #FFF;
	z-index: 1;
	padding: 100px 30px;
}

.sec_studio::before{
	content: "";
	display: block;
	background: #EDEFED;
	width: 100%;
	padding-top: 360px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.sec_studio .studio{
	max-width: 1200px;
	margin: 0 auto;
}

.studio_list{display: flex;}

.studio_list .item{
	width: calc((100% - 60px)/4);
	margin-right: 20px;
}

.studio_list .item:last-of-type{margin-right: 0;}

.studio_list .item .image{
	position: relative;
	padding-top: 70.175%;
}

.studio_list .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.studio_list .item .txt{
	text-align: center;
	padding-top: 20px;
}

.studio_list .item .txt .ttl{
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.studio_list .item .txt address{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.studio_tel .number{
	display: flex;
	justify-content: center;
	align-items: center;
}

.studio_tel .number img{
	width: 30px;
	height: auto;
	display: inline-block;
	margin: 2px 8px 0 0;
}

.studio_tel .number .num{
	font-family: 'Oswald';
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
    display: inline-block;
    margin-bottom: 10px;
}

.studio_tel a{display: none;}

.studio_list .btn a{
	display: block;
    line-height: 1;
    color: #333;
    background: #EBDE67;
    border-radius: 35px;
    padding: 13px 0;
    text-align: center;
    transition: background .3s;
}

.studio_list .btn a:hover{
	background: #88CEC9;
}


@media only screen and (max-width:1280px){ /* 表示領域が1280px以下の場合に適用するスタイル */

	/* メインビジュアル
	---------------------------------------------- */
	.main .swiper-button-next, 
	.main .swiper-button-prev{display: none;}
	
	
}/*--@media--*/


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */
	
	/* 開催予定のイベント・見学会
	---------------------------------------------- */
	.event_items .item{
		width: calc((100% - 30px)/3);
		margin-right: 15px;
	}

	.event_items .item a .inner{padding: 13px;}
	
	/* 予算・こだわりから選ぶアルルホームズの商品
	---------------------------------------------- */
	.lineup .item .image,
	.lineup .item .txt{width: 50%;}
	
	/* 店舗案内・ショールーム
	---------------------------------------------- */
	.sec_studio::before {padding-top: 212px;}
	
	.studio_list{display: block;}

	.studio_list .item{
		width: 100%;
		margin: 0;
		padding: 30px 0;
		border-bottom: 1px solid #CDD3CD;
		display: flex;
		align-items: center;
	}
	
	.studio_list .item .image{
		width: 180px;
		padding-top: 180px;
		flex: none;
	}
	
	.studio_list .item .txt{
		width: calc(100% - 180px);
		flex: none;
		text-align: left;
		padding: 0 0 0 30px;
	}
	
	.studio_tel .number{display: none;}

	.studio_tel a{
		display: flex;
		align-items: center;
		color: #333;
	}

	.studio_tel a img{
		width: 30px;
		height: auto;
		display: inline-block;
		margin: 2px 8px 0 0;
	}

	.studio_tel a .num{
		font-family: 'Oswald';
		font-size: 3rem;
		line-height: 1.2;
		letter-spacing: 0.03em;
		display: inline-block;
	}
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */
	
	/* メインビジュアル
	---------------------------------------------- */
	.main{padding-bottom: 25px;}
	
	.main .swiper-pagination-bullet{
		width: 30px;
		height: 5px;
		border-radius: 3px;
		margin: 0 5px !important;
	}
	
	/* 共通
	---------------------------------------------- */
	.ttl_home01{margin-bottom: 25px;}

	.ttl_home01 p{
		font-size: 2.9rem;
		margin-bottom: 5px;
	}

	.ttl_home01 h2{font-size: 1.3rem;}
	
	/* お知らせ
	---------------------------------------------- */
	.sec_news{padding: 0 15px 50px;}

	.news{padding: 25px 15px 17px;}

	.news .ttl{
		padding: 0 0 10px 10px;
		font-size: 1.7rem;
	}

	.news .ttl::before{
		width: 5px;
		height: 17px;
		top: 2px;
	}

	.news .contents p{margin-bottom: 8px;}
	
	/* 開催予定のイベント・見学会
	---------------------------------------------- */
	.sec_event .ttl_home01{padding: 20px 15px;}
	
	.event{padding: 30px 15px 50px;}
	
	.event_items{display: block;}
	
	.event_items .item{
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid #CDD3CD;
	}
	
	.event_items .item:first-of-type{border-top: 1px solid #CDD3CD;}
	
	.event_items .item a{
		padding: 25px 0;
		display: flex;
		align-items: flex-start;
	}
	
	.event_items .item a .image{
		width: 115px;
		padding-top: 76px;
		flex: none;
	}
	
	.event_items .item a .image .noimage{padding: 5px;}
	
	.event_items .item a .inner{
		padding: 0 0 0 15px;
		width: calc(100% - 115px);
		flex: none;
		border: none;
	}
	
	.event_items .item a .inner .cat{
		font-size: 1.2rem;
		margin-bottom: 4px;
	}
	
	.event_items .item a .inner .ttl{
		font-size: 1.2rem;
	}

	.event_items .item a .inner .info p .eventdate{
    	font-size: 1.2rem;
	}
	
	.event_items .item a .inner .info{
		font-size: 1.1rem;
		letter-spacing: 0.1em;
	}
	
	.event_items .item a .inner .info p:not(:last-of-type){margin-bottom: 3px;}
	
	/*--終了しました--*/
	.event_items .item.end a .image::after{
		background: url("../img/txt_eventend01_sp.png") no-repeat 0 0;
		background-size: cover;
		width: 77px;
		height: 33px;
	}
	
	.event .more{
		padding: 25px 10px;
		margin-top: 30px;
	}
	
	/* 予算・こだわりから選ぶアルルホームズの商品
	---------------------------------------------- */
	.sec_lineup{padding: 50px 15px 0;}

	.lineup .item{
		display: block;
		margin-bottom: 25px;
	}

	.lineup .item .image{
		padding-top: 68.115%;
		width: 100%;
	}

	.lineup .item .image img.pc{display: none;}
	.lineup .item .image img.sp{display: block;}

	.lineup .item .txt{
		width: 100%;
		padding: 30px 15px;
		font-size: 1.3rem;
	}

	.lineup .item .txt h3{
		font-size: 2.2rem;
		margin-bottom: 15px;
	}

	.lineup .item .txt h3 span{font-size: 1.3rem;}

	.lineup .item .txt .btn{
		margin-top: 20px;
		width: 120px;
	}

	.lineup .item .txt .btn a{
		border-radius: 20px;
		padding: 13px 0;
		font-size: 1.3rem;
	}
	
	/* アルルホームズについて
	---------------------------------------------- */
	.sec_about{padding-bottom: 50px;}

	.about .item:nth-of-type(n+2){width: 100%;}

	.about .item a{
		height: auto;
		padding-top: 37.333%;
	}

	.about .item a .image img.pc{display: none;}
	.about .item a .image img.sp{display: block;}

	.about .item a .txt{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
		width: 100%;
	}

	.about .item a .txt p{font-size: 1.2rem;}

	.about .item a .txt h3{font-size: 1.8rem;}
	
	/* 子育て世代の家づくりにこだわるアルルホームズの家
	---------------------------------------------- */
	.sec_concept{padding: 50px 0;}
	
	/* 施工事例
	---------------------------------------------- */
	.sec_gallery{padding: 22px 15px 50px;}

	.sec_gallery::before{padding-top: 100px;}
	
	.sec_gallery .ttl_home01{margin-bottom: 50px;}

	.gallery_list{
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: -27px;
	}

	.gallery_list .item{
		width: calc(50% - 7.5px);
		margin: 0 0 27px 0;
	}

	.gallery_list .item:nth-of-type(4){display: block;}

	.gallery_list .item a{display: block;}

	.gallery_list .item a .image{padding-top: 61.818%;}

	.gallery_list .item a .ttl{
		font-size: 1.1rem;
		letter-spacing: 0.1em;
		margin-top: 10px;
		font-weight: 700;
	}

	.gallery .btn_more{
		width: 220px;
		margin-top: 25px;
	}

	.gallery .btn_more a{
		border-radius: 20px;
		padding: 13px;
	}
	
	/* お客様の声
	---------------------------------------------- */
	.sec_interview{padding: 22px 15px 50px;}

	.sec_interview::before{padding-top: 100px;}

	.interview_list{display: block;}

	.interview_list .item{
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid #CDD3CD;
	}

	.interview_list .item a{
		display: flex;
		align-items: center;
		padding: 25px 0;
	}

	.interview_list .item a .image{
		width: 90px;
		padding-top: 90px;
		flex: none;
	}
	
	.interview_list .item .txt{
		width: calc(100% - 90px);
		padding-left: 15px;
	}

	.interview_list .item a .txt p{
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		margin-top: 0;
	}
	
	.interview_list .item a .txt h3{
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.interview .btn_more{
		width: 220px;
		margin-top: 25px;
	}

	.interview .btn_more a{
		border-radius: 20px;
		padding: 13px;
	}
	
	/* 店舗案内・ショールーム
	---------------------------------------------- */
	.sec_studio{padding: 22px 15px 50px;}

	.sec_studio::before{padding-top: 100px;}
	

	.studio_list .item{padding: 25px 0;}
	
	.studio_list .item .image{
		width: 90px;
		padding-top: 90px;
	}
	
	.studio_list .item .txt{
		width: calc(100% - 90px);
		padding-left: 15px;
	}

	.studio_list .item .txt .ttl{
		font-size: 1.5rem;
		margin-bottom: 7px;
	}

	.studio_list .item .txt address{
		font-size: 1.1rem;
		letter-spacing: 0.1em;
		margin-bottom: 7px;
	}
	
	.studio_tel a img{
		width: 18px;
		margin-right: 5px;
	}


	.studio_tel a .num{
		font-size: 2rem;
		margin-bottom: 7px;
	}
	

}/*--@media--*/

/* オリジナル */

.event_items .item {
    margin: 30px 20px 30px 0 !important;
}

@media only screen and (max-width:767px){
	.event_items .item {
    	margin: 0px 20px 0px 0 !important;
	}
}

.event_items {
    flex-wrap: wrap;
}
