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

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

パソコン、タブレット、スマートフォン（iPhone,Android) 共通

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

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

Basic

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

*{font-family: YakuHanJPs_Noto, 'Noto Sans JP', Meiryo, sans-serif;}

body{
	background: #FFF;
	color:#333333;
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

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

Shortcodes

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

/* font
---------------------------------------------- */
.normal{font-weight: normal !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}

/* display
---------------------------------------------- */
.none{display: none !important;}

/* margin
---------------------------------------------- */
.mb_none{margin-bottom: 0 !important;}

/* 下付き・上付き文字
---------------------------------------------- */
sub{
    vertical-align: sub !important;
    font-size: 50%;
}

sup{
    vertical-align: sup !important;
    font-size: 50%;
}


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

Common

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

#wrap_all {
	position: relative;
}

#wrap_all::before{
    content: "";
    display: block;
    background: url( "../img/bg_wrapall01.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.wrap_type01{
	background: #FFF;
	padding: 0 30px 100px;
}

.wrap_type02{
	background: #FFF;
	padding-bottom: 100px;
}

.svg_symbol{display: none;}

/*--404ページ--*/	
.wrap_404{
	background: #FFF;
	text-align: center;
	padding: 120px 0 160px;
}

.ttl_404{
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.txt_404{margin-bottom: 30px;}

/* メール
---------------------------------------------- */
.txt_mail::after{content: "@";}

/* リンク
---------------------------------------------- */
.link01{
	color: #333;
	text-decoration: underline !important;
    word-wrap: break-word;
}

.link01:hover{text-decoration: none !important;}

.link_tel01 a{
	color: #333;
	display: none;
}

.link_fax01 a{
	color: #333;
	pointer-events: none;
}

/* ページタイトル
---------------------------------------------- */
.pagettl{
	background: #FFF;
	padding: 15px 30px 90px;
}

.pagettl .inner{
	max-width: 1200px;
	margin: 80px auto 0;
	text-align: center;
}

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

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

/* パンくずリスト
---------------------------------------------- */
.breadcrumb{
	max-width: 1200px;
	margin: 0 auto;
}

.breadcrumb ul{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    line-height: 1.2;
}

.breadcrumb ul li{
	display: inline;
	vertical-align: middle;
	color: #ADB8AD;
	padding-right: 14px;
	margin-right: 3px;
	font-size: 1.2rem;
	letter-spacing: 0;
	position: relative;
}

.breadcrumb ul li::after{
	content: "";
	display: block;
	background: url("../img/ico_arrow02.png") no-repeat 0 0;
	background-size: contain;
	width: 5px;
	height: 8px;
	position: absolute;
	top: 6px;
	right: 0;
}

.breadcrumb ul li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.breadcrumb ul li:last-child::after{display: none;}

.breadcrumb ul li a{color: #333;}

.breadcrumb ul li a:hover{opacity: 0.7;}

.breadcrumb ul li.current a{
	color: #ADB8AD;
	pointer-events: none;
}

.breadcrumb ul li.current a:hover{opacity: 1;}

/* ボタン
---------------------------------------------- */
.btn_type01 a{
	background: #EBDE67;
	color: #333;
	font-weight: 700;
	line-height: 1;
	padding: 27.5px;
	border-radius: 35px;
	text-align: center;
	display: block;
	transition: background .3s;
}

.btn_type01 a:hover{background: #48B0A9;}

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

共通パーツ

------------------------------------------------------------ */
.concept{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
	background: #FFF;
}

.concept .item{width: 50%;}

.concept .item a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	height: 360px;
	padding: 0 30px;
	z-index: 1;
}

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

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

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

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

.concept .item a .txt{
	position: relative;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.concept .item a .txt p span{
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-bottom: 4px;
}

.wrap_subitem01{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
	background: #FFF;
}

.wrap_subitem01 .item{width: 50%;}

.wrap_subitem01 .item a{
	position: relative;
	padding-top: 37.5%;
	display: block;
}

.wrap_subitem01 .item a .image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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

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

.wrap_subitem01 .item a p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1.6;
}

.wrap_subitem01 .item a p span{
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
}

/* 資料請求はこちら
---------------------------------------------- */
.wrap_catalog01{
	padding: 0 30px;
	height: 380px;
}

.wrap_catalog01 .inner{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.wrap_catalog01 .inner .col_l{
	flex: none;
	width: 505px;
	position: relative;
}

.wrap_catalog01 .inner .col_l .image img{
	width: 100%;
	height: auto;
}

.wrap_catalog01 .inner .col_l .image img.sp{display: none;}

.wrap_catalog01 .inner .col_l .btn{
	position: absolute;
	bottom: 76px;
	left: 0;
}

.wrap_catalog01 .inner .col_l .btn a{
	display: block;
	width: 260px;
	line-height: 1;
	color: #333;
	background: #EBDE67;
	border-radius: 27px;
	padding: 19px;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	transition: background .3s;
}

.wrap_catalog01 .inner .col_l .btn a:hover{background: #88CEC9;}

.wrap_catalog01 .inner .col_l .btn a.focus-visible{outline-offset: -4px;}

.wrap_catalog01 .inner .col_r{
	flex: none;
	width: calc(100% - 505px);
	padding-left: 5px;
}

.wrap_catalog01 .inner .col_r .image{
	display: flex;
    align-items: center;
    height: 100%;
}

.wrap_catalog01 .inner .col_r .image img{
	width: 100%;
	height: auto;
}

/* 来店予約はこちら
---------------------------------------------- */
.wrap_reservation01{
	background: #FFF;
	padding: 100px 30px;
}

.wrap_reservation01 .inner{
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}

.wrap_reservation01 .inner .image img{
	width: 100%;
	height: auto;
}

.wrap_reservation01 .inner .image img.sp{display: none;}

.wrap_reservation01 .inner .btn{
	position: absolute;
	bottom: min(3.431vw,35px);
	right: min(16.176vw,165px);
}

.wrap_reservation01 .inner .btn a{
	display: block;
	width: min(19.607vw,220px);
	line-height: 1;
	color: #333;
	background: #EBDE67;
	border-radius: 27px;
	padding: min(1.862vw,19px);
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	transition: background .3s;
}

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

.wrap_reservation01 .inner .btn a.focus-visible{outline-offset: -4px;}

/* アルルホームズの事例を日々更新中！
---------------------------------------------- */
@keyframes slide_follow_pc{
    0%{transform: translate3d(0,0,0);}
    100%{transform: translate3d(-1919px,0,0);}
}

@keyframes slide_follow_sp{
    0%{transform: translate3d(0,0,0);}
    100%{transform: translate3d(-959.5px,0,0);}
}

.wrap_follow01{
	text-align: center;
	padding-bottom: 100px;
	background: #FFF;
}

.wrap_follow01 .ttl{margin-bottom: 45px;}

.wrap_follow01 .ttl p:nth-of-type(1){
	font-family: 'Montserrat';
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 10px;
}

.wrap_follow01 .ttl p:nth-of-type(2){
	color: #193560;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
}

.follow_image{overflow: hidden;}

.follow_image a{
	position: relative;
	display: block;
	transition: opacity .3s;
}

.follow_image a:hover{opacity: .8;}

.follow_image a.focus-visible{
	opacity: .8;
}

.follow_image a::before{
	content: "";
	display: block;
	background: url("../img/img_instagram02.jpg") no-repeat 0 0;
	background-size: cover;
	width: 240px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -120px;
	z-index: 1;
}

.follow_image a .inner{
	display: flex;
    flex-wrap: nowrap;
    animation: slide_follow_pc 20s linear infinite;
}

.follow_image a .image{
	white-space: nowrap;
    width: 3838px;
    flex: none;
}

.follow_image a .image img{
	width: 100%;
	height: auto;
}


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

Header

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

#header{
	background: #FFF;
	padding: 40px 30px 0;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #CDD3CD;
}

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

.btn_menu,
.drawer{display: none;}

.h_column{
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.h_column .left{
	display: flex;
	align-items: flex-end;
}

.h_column .left .h_logo{
	width: 211px;
	flex: none;
	margin-right: 20px;
}

.h_column .left .h_logo a{display: block;}

.h_column .left .h_logo a img{
	width: 100%;
	height: auto;
}

.h_column .left .txt{
	line-height: 1.6;
	margin-bottom: 18px;
}
 
.h_column .left .list_sns{
	display: flex;
}

.h_column .left .list_sns li{
	width: 34px;
	margin-right: 30px;
}

.h_column .left .list_sns li:last-of-type{margin-right: 0;}

.h_column .left .list_sns li a{
	display: block;
	transition: opacity .3s;
}

.h_column .left .list_sns li a:hover{opacity: .7;}

.h_column .left .list_sns li a img{
	width: 100%;
	height: auto;
}

.h_column .right .nav_sub{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 45px;
}

.h_column .right .nav_sub p:nth-of-type(1){border-right: 1px solid #333;}

.h_column .right .nav_sub p a{
	display: block;
	color: #333;
	transition: color .3s;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.h_column .right .nav_sub p a:hover{color: #48B0A9;}

.h_column .right .nav_sub p:nth-of-type(1) a{padding-right: 14px;}
.h_column .right .nav_sub p:nth-of-type(2) a{padding-left: 14px;}

.h_column .right .hours{
	text-align: right;
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.1em; 
}

/* グローバルナビ
---------------------------------------------- */
.nav_global > ul{
	 display: flex;
	justify-content: space-between;
}

.nav_global > ul > li{position: relative;}

.nav_global > ul > li > a{
	text-align: center;
	color: #333;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	display: block;
	transition: color .3s;
	padding-bottom: 30px;
}

.nav_global > ul > li > a:hover{color: #48B0A9;}

.nav_global > ul > li > a span{
	font-family: 'Montserrat';
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0;
	display: block;
}

.nav_inner{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 185px;
	background: #193661;
	height: 0;
	pointer-events: none;
	overflow: hidden;
}

.nav_wrapper.show_drop .nav_inner{
	pointer-events: auto;
	overflow: visible;
}

.nav_inner ul li:not(:last-of-type){border-bottom: 1px solid #446993;}

.nav_inner ul li a{
	display: block;
	color: #FFF;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.4;
	position: relative;
	padding: 15px 12px 15px 27px;
	transition: color .3s;
	background: url("../img/ico_arrow01.png") no-repeat 15px 20px;
	background-size: 6px;
}

.nav_inner ul li a:hover{color: #48B0A9;}

.nav_inner ul li a.focus-visible{
	outline-color: #FFF;
	outline-offset: -4px;
}

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

Footer

------------------------------------------------------------ */
#footer{
	background: #EDEFED;
	padding: 100px 30px 60px;
}

.footer_inner{
	max-width: 1200px;
	margin: 0 auto;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

.f_top{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.nav_footer{
	flex: none;
	width: calc(100% - 400px);
	display: flex;
	justify-content: space-between;
	padding-right: 60px;
}

.nav_f_left{
	width: 440px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.nav_f_left li{
	width: calc((100% - 20px)/3);
	margin: -12px 0;
}

.nav_f_left li a{
	color: #333;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	transition: color .3s;
	display: block;
	padding: 12px 0;
}

.nav_f_left li a:hover{color: #48B0A9;}

.nav_f_right li{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.nav_f_right > li:not(:last-of-type){margin-bottom: 20px;}

.nav_f_right li span{
	color: #8C8B79;
	display: block;
	margin-bottom: 5px;
}

.nav_f_right li a{
	color: #333;
	transition: color .3s;
	position: relative;
	padding: 5px 0 5px 15px;
	display: block;
}

.nav_f_right li a::before{
	content: "";
	display: block;
	background: #333;
	width: 10px;
	height: 1px;
	position: absolute;
	top: 12px;
	left: 0;
}

.nav_f_right li a:hover{color: #48B0A9;}

.f_contact{
	flex: none;
	width: 400px;
	padding: 40px;
	border: 1px solid #AEB7AE;
	position: relative;
}

.f_contact .lead{
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 15px;
}

.f_contact .lead span{display: inline-block;}

.f_contact .wrap_btn{margin-bottom: 20px;}

.f_contact .btn_catalog{margin-bottom: 15px;}

.f_contact .btn_catalog a{
	display: flex;
	align-items: center;
	background: #EBDE67 url("../img/ico_arrow02.png") no-repeat right 25px center;
	background-size: 10px;
	color: #333;
	border-radius: 30px;
	height: 60px;
	padding: 0 45px;
	transition: background .3s;
}

.f_contact .btn_catalog a:hover{background-color: #48B0A9;}

.f_contact .btn_catalog a img{
	width: 24px;
	height: auto;
	display: inline-block;
	margin-right: 14px;
}

/*.f_contact .btn_reservation a{
	display: flex;
	align-items: center;
	background: #AC8071 url("../img/ico_arrow03.png") no-repeat right 25px center;
	background-size: 10px;
	color: #FFF;
	border-radius: 30px;
	height: 60px;
	padding: 0 45px;
	transition: background .3s;
}*/

.f_contact .btn_reservation a {
	display: flex;
    align-items: center;
    background: #EBDE67 url(../img/ico_arrow02.png) no-repeat right 25px center;
    background-size: 10px;
    color: #333;
    border-radius: 30px;
    height: 60px;
    padding: 0 45px;
    transition: background .3s;
}

.f_contact .btn_reservation a:hover{background-color: #48B0A9;}

.f_contact .btn_reservation a img{
	width: 24px;
	height: auto;
	display: inline-block;
	margin-right: 14px;
}

.f_contact .list_sns{display: flex;}

.f_contact .list_sns li{
	width: 34px;
	flex: none;
	margin-right: 30px;
}

.f_contact .list_sns li:last-of-type{margin-right: 0;}

.f_contact .list_sns li a{
	display: block;
	transition: opacity .3s;
}

.f_contact .list_sns li a:hover{opacity: .7;}

.f_contact .list_sns li a img{
	width: 100%;
	height: auto;
}

.f_bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}

.f_info{
	display: flex;
	flex: none;
	padding-right: 15px;
}

.f_info .inner{margin-left: 10px;}

.f_logo{width: 169px;}

.f_logo a{display: block;}

.f_logo a img{
	width: 100%;
	height: auto;
}

.f_tel{
	display: flex;
	justify-content: space-between;
	width: 767px;
	margin-bottom: 6px;
}

.f_tel .item{flex: none;}

.f_tel .item a{display: none;}

.f_tel .item .txt .num{
	display: flex;
	align-items: center;
}

.f_tel .item .txt .num img{
	width: 22px;
	height: auto;
	display: inline-block;
	margin-right: 8px;
}

.f_tel .item .txt .num span{
	font-family: 'Oswald';
    font-size: 2.4rem;
	line-height: 1.2;
    letter-spacing: 0.03em;
    display: inline-block;
}

.f_tel .item .txt .name{
	display: flex;
	align-items: center;
	margin-bottom: 7px;
}

.f_tel .item .txt .name::after{
	content: "";
	background: #333;
	flex-grow: 1;
	height: 1px;
	display: inline-block;
	margin-left: 10px;
}

.f_small{
	color: #3F3F37;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.footer_fix{display: none;}

/* ページトップボタン
---------------------------------------------- */	
#pagetop{
	background: #AEB7AE;
	width: 50px;
	height: 50px;
	border-radius: 100% 0 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	transition: background .3s;
}

#pagetop:hover{background: #48B0A9;}

#pagetop::after{
	content: "";
	display: block;
	background: url("../img/ico_arrow03.png") no-repeat 0 0;
	background-size: cover;
	width: 9px;
	height: 14px;
	transform: rotate(-90deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;
}

#pagetop span{display: none;}


@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

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

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

	common

	------------------------------------------------------------ */
	
	/* レイアウト
	---------------------------------------------- */	
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	
	
}/*--@media--*/


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

	Footer

	------------------------------------------------------------ */
	.f_top{margin-bottom: 30px;}
	
	.f_bottom{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
	.f_info{padding: 30px 0 0;}
	
	.f_tel{
		width: 100%;
		max-width: 767px;
		margin-bottom: 0;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:1100px){ /* 表示領域が1100px以下の場合に適用するスタイル */
	
	#wrap_all::before{background-position: center right -220px;}
	
	/* 資料請求はこちら
	---------------------------------------------- */
	.wrap_catalog01{
		position: relative;
		height: auto;
	}
	
	.wrap_catalog01::before{
		content: "";
		display: block;
		background: #FFF;
		width: 100%;
		height: 66px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.wrap_catalog01 .inner .col_l{
		width: 100%;
		max-width: 345px;
	}
	
	.wrap_catalog01 .inner .col_l .image img.pc{display: none;}
	.wrap_catalog01 .inner .col_l .image img.sp{display: block;}
	
	.wrap_catalog01 .inner .col_l .btn{bottom: min(48.266vw,181px);}

	.wrap_catalog01 .inner .col_l .btn a{
		width: min(44vw,165px);
		border-radius: min(6.933vw,26px);
		padding: min(3.466vw,13px);
		font-size: min(3.466vw,1.3rem);
		letter-spacing: 0.1em;
	}

	.wrap_catalog01 .inner .col_r{display: none;}
	
}/*--@media--*/


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

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

	タブレット

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

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

	Common

	------------------------------------------------------------ */
	
	html{
		-moz-text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}
	
	#wrap_all.open{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}

	/* リンク
	---------------------------------------------- */	
	.link_tel01 a{
		display: inline;
		text-decoration: underline !important;
	}

	.link_tel01 span{display: none;}
	
	/* ------------------------------------------------------------

	共通パーツ

	------------------------------------------------------------ */
	.concept{
		display: block;
	}

	.concept .item{width: 100%;}

	.concept .item a{
		height: auto;
		padding: 37.333% 15px 0;
	}

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

	Header

	------------------------------------------------------------ */
	#header{padding: 30px;}
	
	.h_column{margin-bottom: 0;}
	
	.h_column .right,
	.nav_global{display: none;}
	
	/*--メニューボタン--*/
	.btn_menu{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 41px;
		height: 41px;
		position: fixed;
		top: 15px;
		right: 10px;
		cursor: pointer;
		z-index: 3;
	}

	.btn_menu span{
		display: block;
		width: 25px;
		height: 2px;
		background: #333;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -1px;
		margin-left: -12.5px;
	}

	.btn_menu span:nth-child(1){ margin-top: -7px;}
	.btn_menu span:nth-child(2){ margin-top: 5px;}

	#wrap_all.open .btn_menu span:nth-child(1){
		transform: rotate(-45deg);
		margin-top: 0;
	}

	#wrap_all.open .btn_menu span:nth-child(2){display: none;}

	#wrap_all.open .btn_menu span:nth-child(3){
		transform: rotate(45deg);
		margin-top: 0;
	}
	
	/* ドロワーメニュー
	---------------------------------------------- */
	.drawer{
		background: #EDEFED;
		display: block;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		visibility: hidden;
		padding: 0;
	}
	
	.mode-1024 .drawer{transition: opacity .25s, visibility .25s;}
	
	#wrap_all.open .drawer{
		opacity: 1;
		visibility: visible;
	}
	
	.drawer_inner{
		padding-bottom: 90px;
		height: 100%;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	
	.d_top{
		background: #FFF;
		display: flex;
		align-items: center;
		padding: 30px;
	}
	
	.d_top .d_logo{
		width: 211px;
		flex: none;
		margin-right: 20px;
	}
	
	.d_top .d_logo a{display: block;}
	
	.d_top .d_logo a img{
		width: 100%;
		height: auto;
	}
	
	.d_top .txt{
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}
	
	.d_nav{padding: 40px;}
	
	.d_nav > ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.d_nav > ul > li{
		width: calc(50% - 7.5px);
	}
	
	.d_nav > ul > li > a{
		display: block;
		padding: 15px 0;
		color: #333;
		line-height: 1.6;
	}
	
	.d_nav > ul > li > span{
		color: #8C8B79;
		line-height: 1.6;
		padding: 6px 0;
		display: block;
	}
	
	.d_nav > ul > li > ul{margin-bottom: 6px;}
	
	.d_nav > ul > li > ul > li > a{
		position: relative;
		padding: 6px 0 6px 15px;
		color: #333;
		display: block;
		line-height: 1.6;
	}
	
	.d_nav > ul > li > ul > li > a::before{
		content: "";
		display: block;
		background: #333;
		width: 10px;
		height: 1px;
		position: absolute;
		top: 17px;
		left: 0;
	}
	
	.d_contact{
		margin: 0 40px 40px;
		padding: 30px 20px;
		border: 1px solid #AEB7AE;
	}
	
	.d_contact .lead{margin-bottom: 30px;}
	
	.d_contact .lead span{display: inline-block;}
	
	.d_contact .wrap_btn{
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	
	.d_contact .btn_catalog{
		width: calc(50% - 10px);
		flex: none;
	}
	
	.d_contact .btn_catalog a{
		display: flex;
		align-items: center;
		background: #EBDE67 url("../img/ico_arrow02.png") no-repeat right 25px center;
		background-size: 8px;
		color: #333;
		border-radius: 20px;
		height: 40px;
		padding: 0 25px;
	}
	
	.d_contact .btn_catalog a img{
		width: 24px;
		height: auto;
		display: inline-block;
		margin-right: 14px;
	}
	
	.d_contact .btn_reservation{
		width: calc(50% - 10px);
		flex: none;
	}
	
	.d_contact .btn_reservation a{
		display: flex;
		align-items: center;
		background: #EBDE67 url(../img/ico_arrow02.png) no-repeat right 25px center;
		background-size: 8px;
		color: #333;
		border-radius: 20px;
		height: 40px;
		padding: 0 25px;
	}
	
	.d_contact .btn_reservation a img{
		width: 24px;
		height: auto;
		display: inline-block;
		margin-right: 14px;
	}
	
	.d_contact .list_sns{display: flex;}
	
	.d_contact .list_sns li{
		width: 32px;
		flex: none;
		margin-right: 30px;
	}
	
	.d_contact .list_sns li:last-of-type{margin-right: 0;}
	
	.d_contact .list_sns li a{display: block;}
	
	.d_contact .list_sns li a img{
		width: 100%;
		height: auto;
	}
	
	.d_tel{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 40px;
		margin-bottom: -15px;
	}
	
	.d_tel .item{
		width: calc(50% - 7.5px);
		margin-bottom: 15px;
	}
	
	.d_tel .item a{
		display: flex;
		align-items: center;
		height: 50px;
		border-radius: 25px;
		border: 1px solid #AEB7AE;
		padding: 0 15px;
		color: #333;
		background: url("../img/ico_arrow02.png") no-repeat right 15px center;
		background-size: 8px;
		line-height: 1.3;
	}
	
	.d_tel .item a img{
		width: 22px;
		height: auto;
		display: inline-block;
		margin: 2px 8px 0 0;
	}
	
	.d_tel .item a .num{
		font-family: 'Oswald';
		font-size: 2.4rem;
		letter-spacing: 0;
		display: inline-block;
		margin-right: 10px;
		flex: none;
	}
	
	.d_tel .item a .name{display: inline-block;}
	
	.d_tel .item a .name{
		position: relative;
		padding: 0 15px;
	}
	
	.d_tel .item a .name::before{
		content: "";
		display: block;
		background: #333;
		width: 10px;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 0;
	}
	
	.d_tel .item a .name::after{
		content: "";
		display: block;
		background: #333;
		width: 10px;
		height: 1px;
		position: absolute;
		top: 50%;
		right: 0;
	}
	
	/* ------------------------------------------------------------

	Footer

	------------------------------------------------------------ */
	.f_top{display: block;}
	
	.nav_footer{
		width: 100%;
		max-width: 700px;
		padding: 0;
		margin: 0 auto 60px;
	}
	
	.f_contact{width: 100%;}
	
	.f_contact .inner{
		max-width: 400px;
		margin: 0 auto;
	}
	
	/* Fixコンテンツ
	---------------------------------------------- */
	.footer_fix{display: block;}
	
	.wrap_btns{
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}
	
	.wrap_btns .item{
		width: 33.333%;
		height: 55px;
		text-align: center;
		border-right: 1px solid #FFF;
	}
	
	.wrap_btns .item:last-of-type{border-right: none;}
	
	.wrap_btns .item a,
	.wrap_btns .item button{
		color: #FFF;
		background: #193661;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1.3;
		cursor: pointer;
	}
	
	.wrap_btns .item img{margin-bottom: 4px;}
	
	.wrap_btns .item.btn_f_catalog a img{
		width: 20px;
		height: auto;
		display: inline-block;
	}

	.wrap_btns .item.btn_f_contact a img{
		width: 20px;
		height: auto;
		display: inline-block;
		padding-top: 2.7px;
		padding-bottom: 2.7px;
	}
	
	.wrap_btns .item.btn_f_event a img{
		width: 21px;
		height: auto;
		display: inline-block;
	}
	
	.wrap_btns .item.btn_f_tel button img{
		width: 16px;
		height: auto;
		display: inline-block;
	}
	
	.footer_fix .tel_inner{
		background: rgba(255,255,255,.9);
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		transition: opacity .3s , visibility .3s;
		padding: 25px 15px;
		position: fixed;
		bottom: 55px;
		left: 0;
		width: 100%;
		z-index: 1;
	}
	
	.footer_fix .tel_inner.open{
		opacity: 1;
    	pointer-events: auto;
		visibility: visible;
	}
	
	.footer_fix .tel_inner .item{
		max-width: 400px;
		margin: 0 auto 15px;
	}
	
	.footer_fix .tel_inner .item a{
		display: flex;
		align-items: center;
		height: 50px;
		border-radius: 25px;
		padding: 0 15px;
		color: #333;
		background: #EBDE67 url("../img/ico_arrow02.png") no-repeat right 15px center;
		background-size: 8px;
		line-height: 1.3;
	}
	
	.footer_fix .tel_inner .item a img{
		width: 22px;
		height: auto;
		display: inline-block;
		margin: 2px 8px 0 0;
	}
	
	.footer_fix .tel_inner .item a .num{
		font-family: 'Oswald';
		font-size: 2.4rem;
		letter-spacing: 0;
		display: inline-block;
		margin-right: 10px;
		flex: none;
	}
	
	.footer_fix .tel_inner .item a .name{display: inline-block;}
	
	.footer_fix .tel_inner .item a .name{
		position: relative;
		padding: 0 15px;
	}
	
	.footer_fix .tel_inner .item a .name::before{
		content: "";
		display: block;
		background: #333;
		width: 10px;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 0;
	}
	
	.footer_fix .tel_inner .item a .name::after{
		content: "";
		display: block;
		background: #333;
		width: 10px;
		height: 1px;
		position: absolute;
		top: 50%;
		right: 0;
	}
	
	.footer_fix .tel_inner .btn_close{
		display: block;
		width: 120px;
		margin: 0 auto;
		background: #FFF;
		color: #333;
		border: 1px solid #AEB7AE;
		line-height: 1;
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		padding: 10px;
		border-radius: 17px;
		cursor: pointer;
	}
	
	
}/*--@media--*/


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

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

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

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

	Common

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

	#wrap_all::before{
		background: url(../img/bg_wrapall02.jpg) no-repeat right;
		background-size: cover;
	}
	
    #wrap_all.open{
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
		z-index: 1;
    }
    
	body{
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	
	
	.wrap_type01{padding: 0 15px 50px;}
	
	.wrap_type02{padding-bottom: 50px;}
	
	/*--404ページ--*/
	.wrap_404{
		padding: 100px 0;
	}
	
	.ttl_404{font-size: 3rem;}
	
	.txt_404 br:nth-of-type(2){display: none;}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl{padding: 12px 15px 45px;}

	.pagettl .inner{margin-top: 40px;}

	.pagettl .inner .en{
		font-size: 2.9rem;
		margin-bottom: 8px;
	}

	.pagettl .inner .ttl{font-size: 1.3rem;}

	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb ul li{font-size: 1.1rem;}

	.breadcrumb ul li::after{top: 5px;}
	
	/* ボタン
	---------------------------------------------- */
	.btn_type01 a{
		padding: 13.5px;
		border-radius: 20px;
	}
	
	/* ------------------------------------------------------------

	共通パーツ

	------------------------------------------------------------ */
	.concept{padding: 50px 0;}

	.concept .item a .txt{font-size: 1.8rem;}

	.concept .item a .txt p span{
		font-size: 1.3rem;
		line-height: 1.8;
	}
	
	.wrap_subitem01{
		display: block;
		padding-bottom: 50px;
	}

	.wrap_subitem01 .item{width: 100%;}

	.wrap_subitem01 .item a{padding-top: 37.333%;}

	.wrap_subitem01 .item a p{font-size: 1.8rem;}

	.wrap_subitem01 .item a p span{font-size: 1.1rem;}
	
	/* 資料請求はこちら
	---------------------------------------------- */
	.wrap_catalog01{padding: 0 15px;}
	
	/* 来店予約はこちら
	---------------------------------------------- */
	.wrap_reservation01{padding: 50px 15px;}
	
	.wrap_reservation01 .inner{max-width: 345px;}
	
	.wrap_reservation01 .inner .image img.pc{display: none;}
	.wrap_reservation01 .inner .image img.sp{display: block;}

	.wrap_reservation01 .inner .btn{
		bottom: min(5.333vw,20px);
		right: auto;
		left: min(4.8vw,18px);
	}

	.wrap_reservation01 .inner .btn a{
		width: min(44vw,165px);
		border-radius: min(6.933vw,26px);
		padding: min(3.466vw,13px);
		font-size: min(3.466vw,1.3rem);
		letter-spacing: 0.1em;
	}
	
	/* アルルホームズの事例を日々更新中！
	---------------------------------------------- */
	.wrap_follow01{padding-bottom: 45px;}

	.wrap_follow01 .ttl{margin-bottom: 25px;}

	.wrap_follow01 .ttl p:nth-of-type(1){
		font-size: 2.9rem;
		margin-bottom: 5px;
	}

	.wrap_follow01 .ttl p:nth-of-type(2){font-size: 1.3rem;}

	.follow_image a::before{
		width: 120px;
		height: 120px;
		margin-left: -60px;
	}

	.follow_image a .inner{animation: slide_follow_sp 20s linear infinite;}

	.follow_image a .image{width: 1919px;}
	
	/* ------------------------------------------------------------

	Header

	------------------------------------------------------------ */
	
	#header{padding: 15px;}
	
	.h_column .left{align-items: center;}
	
	.h_column .left .h_logo{
		width: 80px;
		margin-right: 7.5px;
	}
	
	.h_column .left .txt{
		font-size: 1rem;
		letter-spacing: 0.1em;
		margin-bottom: 0;
	}
	
	.h_column .left .list_sns{display: none;}
	
	.d_top{padding: 15px;}
	
	.d_top .d_logo{
		width: 80px;
		margin-right: 7.5px;
	}
	
	.d_top .txt{font-size: 1rem;}
	
	.d_nav{padding: 15px;}
	
	.d_contact{margin: 0 15px 25px;}
	
	.d_contact .lead{
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	
	.d_contact .wrap_btn{
		display: block;
		margin-bottom: 20px;
	}
	
	.d_contact .btn_catalog{
		width: 100%;
		max-width: 400px;
		margin-bottom: 15px;
	}
	
	.d_contact .btn_reservation{
		width: 100%;
		max-width: 400px;
	}
	
	.d_tel{
		display: block;
		padding: 0 15px;
		margin-bottom: -15px;
	}
	
	.d_tel .item{
		width: 100%;
		max-width: 400px;
		margin-bottom: 15px;
	}
	
	/* ------------------------------------------------------------

	Footer

	------------------------------------------------------------ */
	#footer{padding: 50px 15px 100px;}
	
	.footer_inner{
		display: flex;
		flex-direction: column;
		font-size: 1.3rem;
	}
	
	.f_top,
	.f_bottom{display: contents;}
	
	.nav_footer{display: none;}
	
	.f_contact{
		order: 1;
		padding: 30px 20px;
		margin-bottom: 25px;
	}
	
	.f_contact .inner{max-width: 100%;}
	
	.f_contact .lead{font-size: 1.2rem;}
	
	.f_contact .wrap_btn{max-width: 400px;}
	
	.f_contact .btn_catalog a,
	.f_contact .btn_reservation a{
		height: 40px;
		border-radius: 20px;
		padding: 0 25px;
		background-position: right 20px center;
		background-size: 8px;
	}
	
	.f_contact .list_sns li{
		width: 32px;
		margin-right: 27px;
	}
	
	.f_info{
		padding: 0;
		margin-bottom: 25px;
		display: block;
	}
	
	.f_logo{width: 106px;}
	
	.f_info .inner{
		margin: 15px 0 0;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	
	.f_info .inner address br:nth-of-type(2){display: none;}
	
	.f_tel{
		order: 2;
		display: block;
		margin-bottom: 25px;
	}
	
	.f_tel .item{
		max-width: 400px;
		margin-bottom: 15px;
	}
	
	.f_tel .item:last-of-type{margin-bottom: 15px;}
	
	.f_tel .item .txt{display: none;}
	
	.f_tel .item a{display: block;}
	
	.f_tel .item a{
		display: flex;
		align-items: center;
		height: 50px;
		border-radius: 25px;
		border: 1px solid #AEB7AE;
		padding: 0 15px;
		color: #333;
		background: url("../img/ico_arrow02.png") no-repeat right 15px center;
		background-size: 8px;
		line-height: 1.3;
	}
	
	.f_tel .item a img{
		width: 22px;
		height: auto;
		display: inline-block;
		margin-right: 8px;
	}
	
	.f_tel .item a .num{
		font-family: 'Oswald';
		font-size: 2.4rem;
		letter-spacing: 0;
		display: inline-block;
		margin-right: 10px;
		flex: none;
	}
	
	.f_tel .item a .name{display: inline-block;}
	
	.f_tel .item a .name{
		position: relative;
		padding: 0 15px;
	}
	
	.f_tel .item a .name::before{
		content: "";
		display: block;
		background: #333;
		width: 10px;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 0;
	}
	
	.f_tel .item a .name::after{
		content: "";
		display: block;
		background: #333;
		width: 10px;
		height: 1px;
		position: absolute;
		top: 50%;
		right: 0;
	}
	
	.f_small{
		order: 3;
		font-size: 1rem;
	}
	
	/* ページトップボタン
	---------------------------------------------- */
	#pagetop {
		width: 40px;
		height: 40px;
	}

	#pagetop::after{
		width: 7px;
		height: 11px;
	}
	
}/*--@media--*/


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

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

	Footer

	------------------------------------------------------------ */
	.d_tel .item a,
	.f_tel .item a{padding: 0 10px;}
	
	.d_tel .item a img,
	.f_tel .item a img{margin-right: 4px;}
	
	.d_tel .item a .num,
	.f_tel .item a .num{margin-right: 10px;}
	
	.d_tel .item:not(:last-of-type) a .name,
	.f_tel .item:not(:last-of-type) a .name{padding: 0;}
	
	.d_tel .item:not(:last-of-type) a .name::before,
	.d_tel .item:not(:last-of-type) a .name::after,
	.f_tel .item:not(:last-of-type) a .name::before,
	.f_tel .item:not(:last-of-type) a .name::after{display: none;}
	
}/*--@media--*/