@charset "UTF-8";
/* -------------------------------------
Browser：IE11 over
-------------------------------------
00: 共通（only this site）
01: TOP
中ページ
-------------------------------------*/

/** ================================================================================
		00.共通（only this site）
================================================================================ **/


/* -------------------------------------
タイトル
-------------------------------------*/
/***TOP用***/
.top-titA{
	padding: 20px 20px 10px;
	font-size: 42px;
	font-family: 'Questrial', sans-serif;
}.top-titA small{
	font-size: 0.8em;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", 'Arial',sans-serif;
}
.top-titB{
	padding: 0 20px 40px;
	font-size: 16px;
}

.tit-red{
	margin: 0 0 30px;
	color: #3B1700;
	font-weight: bold;
	line-height: 1.5;
}

/***ページタイトル***/
.titZ{
	padding: 138px 0 100px;
	background:
		linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.4) 100%),linear-gradient(to right, rgba(148,90,0,0.8) 0%,rgba(59,23,0,0.5) 66%,rgba(59,23,0,0.8) 100%),url(https://www.akarihome-keihan.com/common/images/main_img.jpg);
	background-position: center,center,left -10vw;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;/*#3B1700;*/
	text-align: center;
	text-shadow: 1px 1px 10px #A19481,-1px -1px 10px #A19481;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 37px;
	font-family: 'Questrial', sans-serif;
	line-height: 1.3;
}
.titZ small,
.titA small{
	display: inline-block;
	margin: 0 5px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", 'Arial' ,sans-serif;
}

/***順次タイトル***/
.titA{
	margin: 0 0 50px;
	color: #000;/*#3B1700;*/
	text-align: center;
	font-size: 44px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",'Sawarabi Mincho',HGS明朝E,メイリオ,Meiryo,serif;
}

.titB-b,
.titB-g,
.titB-r{
	margin: 0 0 30px;
	text-align: center;
	font-size: 28px;
	line-height: 1.5;
}
.titB-b{
	color: #3B1700;
}.titB-g{
	color: #002C00;
}.titB-r{
	color: #3B1700;
}

.titC-g,
.titC-r{
	display: flex;
	margin: 0 0 30px;
	padding: 10px 0 15px;
	min-height: 190px;
	color: #D19E00;
	text-align: center;
	font-size: 24px;
	font-family: 'Questrial', sans-serif;
	line-height: 1.2;

	align-items: center;
	justify-content: center;
}
.titC-g{
	background: url(https://www.akarihome-keihan.com/common/images/bg-charm_green.png) no-repeat center center;
}.titC-r{
	background: url(https://www.akarihome-keihan.com/common/images/bg-charm_red.png) no-repeat center center;
}



/* -------------------------------------
ボタン
-------------------------------------*/
.btn-more{
	position: relative;
	display: block;
	margin: 0 auto 50px;
	padding: 15px;
	max-width: 300px;
	background: #003000;
	color: #ffffff;
}.btn-more:hover{
	background: rgba(0,48,0,0.7);
}.btn-more:after{
	position: absolute;
	right: 10px;
	content: "\e037";
	font-family: 'Material Icons';
}
.btn-more.top-more{
	margin: 0 20px;
	padding: 5px 10px;
	max-width: auto;
}

.btn-more.more-b{
	background: #3B1700;
}.btn-more.more-b:hover{
	opacity: 0.7;
}

.btn-inq{
	display: flex;
	margin: 80px auto;

	justify-content: space-between;
}
.btn-inq a{
	position: relative;
	display: block;
	padding: 20px;
	width: 45%;
	border: 1px solid #000;
	border-radius: 8px;
	background: #000;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
}.btn-inq a:hover{
	background: #ffffff;
	color: #000000;
}
.btn-inq a:before{
	position: absolute;
	right: 20px;
	content: "\e037";
	font-family: 'Material Icons';
}


/* -------------------------------------
カテゴリボタン
-------------------------------------*/
.catBtn{
	display: flex;
	margin:  50px auto;

	justify-content: center;
}
.catBtn a{
	position: relative;
	display: block;
	margin: 10px;
	padding: 10px 40px 10px 20px;
	min-width: 8em;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	text-align: left;
}
.catBtn a:after{
	position: absolute;
	right: 10px;
	content: "\e037";
	font-family: 'Material Icons';
}
.catBtn a:hover{
	background: #fff;
	color: #000;
}

/* -------------------------------------
画像ロールオーバー
-------------------------------------*/
.img_over{
	position: relative;
	overflow: hidden;
}
.img_over img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
a:hover .img_over img{
	-webkit-transform:translate3d(-50%, -50%, 0) scale(1.1);
	transform:translate3d(-50%, -50%, 0) scale(1.1);
}

/* -------------------------------------
アイコン
-------------------------------------*/
.charm-red{
	background: url(../images/em-charm_red.png) no-repeat left top;
}
.charm-green{
	background: url(https://www.akarihome-keihan.com/common/images/em-charm_green.png) no-repeat left top;
}
.charm-red,
.charm-green{
	display: flex;
	padding: 0 0 0 5px;
	width: 200px;
	height: 200px;
	background-size: 100%;
	color: #C49E00;
	text-align: center;
	font-size:20px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",'Sawarabi Mincho',HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1.4;

	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
a:hover .charm-red,
a:hover .charm-green{
	opacity: 0.8;
	-webkit-transition: .3s;
	transition: .3s;
}

/** ================================================================================
		01.TOP
================================================================================ **/

/**--
メインビジュアルスライド
OWLetのスライダー（bx-sliderを利用）
--**/

.bx-controls{
	display: none;
}
.slider{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	min-width: 1200px;
	width: 100%;
}
.slider img{
	width: 100%;
}
.slider a{
	display: block;
}
/**--
メインビジュアル
--**/
.hero{
	position: relative;
	z-index: 100;
	/*margin: 100px auto;
	padding: 20vw 0 12vw;*/
	margin:18vw auto;
	padding:5vw 0;
}
.hero .hero-white{
	height: 140px;
	background: rgba(255,255,255,0.5);
	background: linear-gradient(to right, rgba(242,230,219,0.8) 0%,rgba(242,230,219,0.5) 50%,rgba(145,112,48,0) 100%);
}
.hero .hero-white .wrap{
	position: relative;
	padding: 23px 0 0 230px;
}
.hero .hero-white .wrap p{
	color: #3B1700;
	letter-spacing: 1px;
	font-size: 37px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",'Sawarabi Mincho',HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1.3;

	-webkit-font-smoothing: antialiased;
}
.hero .hero-white .charm-red{
	position: absolute;
	top: -30px;
	left: 0;
}

/**--
左帯
--**/
.title-band{
	z-index: 100%;
	padding: 0 0 200px;
	width: 230px;
}
.title-band .top-here{
	position: absolute;
	bottom: -20px;
	left: 15px;
	display: block;
}
.title-band a.top-here em:after{
	position: absolute;
	right: 0;
	bottom: 25px;
	left: 0;
	margin: 0 auto;
	padding:  0 0 0 5px;
	content: "\e037";
  font-family: 'Material Icons';
}

.title-band + div{
	flex: 1;
}
/**--
イベント・ニュース
--**/
.top-event{
	position: relative;
	z-index: 100;
	display: flex;
	background: rgba(255,255,255,0.5);
}
.top-event > *{
	position:relative;
	z-index: 200;
}
.top-event .title-band{
	background: rgba(180,180,180,0.5);
}

.top-event .top-titA,
.top-event .top-titB{
	color: #003000;
}
.top-event .charm-green{
	padding-bottom: 15px;
}

/**--
イベント・ニュース　TOP一覧
--**/

/**共通**/
.event-list{
	position: relative;
}
.event-list time{
	display: block;
	padding: 8px 0;
	font-size: 14px;
}.event-list time:before{
	content: "\e037";
	vertical-align: middle;
	font-family: 'Material Icons';
}
.event-list time.none{
    height:35px;
}
.event-list time.none:before{
	display: none;
}
.event-list  em{
	display: inline-block;
	padding: 3px 8px;
	background: #000;
	color: #fff;
	font-size: 12px
}
.event-list  i{
	display: inline-block;
	padding: 3px 13px;
	background: #003000;
	color: #ffffff;
	font-size: 12px;
}.event-list  i[data-type="終了しました"]{
	background:rgba(0,48,0,0.3);
}
.event-list  h4{
	display: block;
	color: #003000;
	font-size: 18px;
}

/**TOP用**/
.top-event .event-list{
	position: relative;
	overflow: hidden;

	flex: 1;
}
.top-event .event-list li{
	overflow: hidden;
	margin: 0 0 0 50%;
}.top-event .event-list li:first-child{
	float: left;
	margin: 0;
	padding: 20px 0;
	width: 50%;
	height: 100%;
	min-height:705px;
	background: rgba(220,220,220,0.45);
}.top-event .event-list li:nth-child(2){
	padding: 20px 0 0;
}
.top-event .event-list li a{
	position: relative;
	display: block;
	margin: 10px auto 0;
	width: 400px;
}
.top-event .event-list li:first-child a{
	width: 375px;
}

.top-event .event-list li .cat{
	position: absolute;
	top: 5px;
	right: 0;
}

.top-event .event-list li figure{
	float: left;
	margin: 0 10px 0 0;
	width: 120px;
	height: 120px;
}
.top-event .event-list li:first-child figure{
	margin: 0 0 10px;
	width: 375px;
	height: 250px;
}

.top-event .event-list li h4{
	margin: 0 0 5px 130px;
}
.top-event .event-list li:first-child h4{
	margin: 0 0 10px 0;
}
.top-event .event-list li p{
	overflow: hidden;
	margin: 0 0 0 130px;
	height: 5em;
}
.top-event .event-list li:first-child p{
	margin: 0;
	width: 375px;
	height: 8em;
}

/**--
コンセプト
--**/
.top-concept{
	margin: 80px auto;
	padding: 80px 0;
	background: url(https://www.akarihome-keihan.com/common/images/bg01.jpg) no-repeat center center;
	background-size: cover;
}
.top-concept .wrap{
	position: relative;
	display: flex;
	background: rgba(255,255,255,0.5) url(https://www.akarihome-keihan.com/common/images/bg101.jpg?ver1) no-repeat left top;
	background-size: auto 100%;
}
.top-concept .title-band{
	background: rgba(196,158,74,0.8);
}
.top-concept .top-titA,
.top-concept .top-titB{
	color: #3B1700;
}
.top-concept .charm-red{
	padding: 8px 0 0 5px;
}
.top-concept .concept-txt{
	margin: 0 0 0 37%;
	padding: 50px 30px;

	flex: 1;
}

/**--
サービス
--**/
.top-service{
	position: relative;
	z-index: 100;
	display: flex;
	background: rgba(255,255,255,0.5);
}
.top-service .title-band{
	background: rgba(180,180,180,0.5);
}
.top-service .top-titA,
.top-service .top-titB{
	color: #003000;
}
.top-event .top-titB{
	padding-bottom: 20px;
}
.top-service .charm-green{
	padding-bottom: 0;
}
/**--
サービス一覧
--**/
.service-list .box3C li{
	position: relative;
}
.service-list .thum{
	position: absolute;
	top: 0;
	right: 0;
}
.service-list h4{
	display: flex;
	margin: 0 0 10px;
	min-height: 48px;
	color: #002C00;
	font-weight: bold;
	font-size: 20px;

	align-items: center;
}.service-list .box2C h4{
	padding: 0 90px 0 0;
}
.service-list h4:before{
	display: inline-block;
	margin: 0 5px 0 0;
	content: "\e037";
	font-size: 12px;
	font-family: 'Material Icons';
}
.service-list h5{
	margin: 8px 0;
	color: #003000;
	font-weight: bold;
	font-size: 18px;
}
.service-list p{
	margin: 8px 0;
}
/**--
サービス　トップ一覧
--**/
.top-service .service-list{
	flex: 1;
}
.top-service .service-list ul{
	padding: 20px 50px 0;
}
.top-service .service-list .box2C li{
	position: relative;
	width: 375px;
}
.top-service .service-list .box3C li{
	position: relative;
	width: 250px;
}
.top-service .service-list figure{
	width: 250px;
	height: 187px;
}

/**--
ワークス
--**/
.top-works{
	margin: 80px auto;
	padding: 50px 0;
	background: url(https://www.akarihome-keihan.com/common/images/bg02.jpg) no-repeat center center;
	background-size: cover;
}
.top-works .top-titA,
.top-works .top-titB{
	color: #3B1700;
	text-align: center;
}
.works-list li{
	position: relative;
	width: 370px;
}
.works-list b{
	display: block;
	height: 24px;
	font-weight: normal;
	line-height: 24px;
}
.works-list i{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	height: 24px;
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
}
.works-list dl{
	background: rgba(196,158,74,0.6);
}
.works-list dl dt{
	padding: 15px 20px;
	color: #3B1700;
	font-weight: bold;
	font-size: 18px;
}
.works-list dl figure{
	width: 370px;
	height: 277px;
}
.works-list dl p{
	padding: 20px 20px;
}
/**--
スライド
--**/
.works-slider{
	position: relative;
}
.works-slider .charm-red{
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 100;
}
.slick-sliderA img{
	width: auto;
	height: 160px;
}
/**slickここから**/
.slick-prev,
.slick-next{
    position: absolute;
    top: 50%;
    display: block;
    padding: 20px;
    width: 100px;
    height: 100px;
    outline: none;
    border: none;
    background: transparent;
    color: transparent;
    cursor: pointer;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
	display: block;
	width: 60px;
	height: 60px;
  color: white;
	content: "";
  opacity: .75;
	transform: rotate(-45deg);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -80px;
}
.slick-prev:before
{
	border-top:2px solid #3B1700;
	border-left:2px solid #3B1700;
}
.slick-next
{
  right: -80px;
}
.slick-next:before
{
	border-right:2px solid #3B1700;
	border-bottom:2px solid #3B1700;
}
/**slickここまで**/


/**--
インタービュー
--**/
.top-interview{
	position: relative;
	z-index: 100;
	display: flex;
	background: rgba(220,220,220,0.2);
}
.top-interview .title-band{
	background: rgba(0,48,0,0.1);
}
.top-interview .top-titA{
	font-size: 38px;
}
.top-interview .top-titA,
.top-interview .top-titB{
	color: #003000;
}
.top-interview .charm-green{
	padding-bottom: 0;
}
/**--
インタービュー一覧
--**/
.article-list{
	position: relative;
}
.article-list a{
	position: relative;
	margin: auto;
}
.article-list time{
	display: block;
	height: 24px;
	line-height: 24px;
}.article-list time:before{
	content: "\e037";
	vertical-align: middle;
	font-family: 'Material Icons';
}
.article-list  i{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	height: 24px;
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
}
.article-list  b{
	display: block;
	margin: 10px 0 0;
	font-weight: normal;
}.article-list  dl dt{
	padding: 15px 0;
	color: #003000;
	font-weight: bold;
	font-size: 18px;
}
/**--
インタービュー一覧 トップ用
--**/
.top-interview .article-list{
	margin: 0;
}
.top-interview .article-list li{
	position: relative;
	margin: 0;
	padding: 40px 25px;
	width: 50%;
}
.top-interview .article-list li:last-child{
	 background: rgba(0,48,0,0.1);
}
.top-interview .article-list li a{
	width: 375px;
}

.top-interview .article-list li figure{
	width: 375px;
	height: 250px;
}

/**--
ブログ
--**/
.top-blog{
	margin: 80px auto;
	padding: 80px 0;
	background: url(https://www.akarihome-keihan.com/common/images/bg03.jpg) no-repeat center center;
	background-size: cover;
}
.top-blog .wrap{
	position: relative;
	display: flex;
}
.top-blog .title-band{
	background: rgba(196,158,74,0.8);
}
.top-blog .top-titA,
.top-blog .top-titB{
	color: #3B1700;
}
.top-blog .charm-red{
	padding: 8px 0 0 5px;
}
.top-blog .concept-txt{
	margin: 0 0 0 37%;
	padding: 50px 30px;

	flex: 1;
}
/**--
ブログ一覧
--**/
.blog-list li{
	margin: 0;
	padding: 20px;
	background: rgba(255,255,255,0.5);
}
.blog-list li:nth-child(4n-2),
.blog-list li:nth-child(4n-1){
	background: rgba(196,158,74,0.5);
}
.blog-list figure{
	float: left;
	width: 150px;
	height: 150px;
}
.blog-list dl{
	margin: 0 0 0 170px;
}
.blog-list dt{
	position: relative;
	display: block;
	text-align: right;
}
.blog-list time{
	position: absolute;
	top: 0;
	left: 0;
}
.blog-list i{
	margin: 0  0 0 8px;
	padding: 5px 8px;
	height: 24px;
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
}
.blog-list h4{
	margin: 5px 0;
	color: #3B1700;
	font-weight: bold;
}
.blog-list p{
	font-size: 14px;
}

/**--
ブログ一覧　トップ用
--**/
.top-blog .blog-list{
	margin: 0;

	flex: 1;
}


/**--
選ばれる理由
--**/
.reason h2{
	margin: 0 0 50px;
	text-align: center;
	font-weight: bold;
	font-size: 44px;
}
.reason h3{
	margin: 0 0 15px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.reason p{
	margin: 0 0 30px;
	text-align: center;
}

.zadankai-bn{
    margin-top:80px;
    text-align:center;
}

/** ================================================================================
		02.イベント
================================================================================ **/
.sec-event{
	margin: 80px auto 100px;
}
.event-calender{
position: relative;
left: 50%;
	display: block;
	margin: 0 auto 100px;
	padding: 50px 0;
	min-width: 1200px;
	width: 99vw;
	background: rgba(148,110,0,0.1);
transform: translateX(-50%);
}
/**--
イベント・ニュース　中ページ一覧
--**/
.sec-event .event-list{
	position: relative;
	margin: 0 auto;
	padding: 15px 0 0;
}
.sec-event .event-list li{
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 30px 0;
	width: 49%;
	border-bottom: 1px dashed #003000;
}
.sec-event .event-list li:nth-child(1),
.sec-event .event-list li:nth-child(2){
	border-top: 1px dashed #003000;
}
.sec-event .event-list li a{
	position: relative;
	display: block;
}
.sec-event .event-list li figure{
	float: left;
	width: 200px;
	height: 200px;
}
.sec-event .event-list li time,
.sec-event .event-list li h4,
.sec-event .event-list li p{
	display: block;
	margin: 0 0 8px 210px;
	padding: 0;
}
.sec-event .event-list li p{
	margin-bottom: 0;
	font-size: 14px;
}
/*カレンダー*/
#calendar {
	margin: 0 auto;
	max-width: 900px;
}
.fc-view-container{
	background: #ffffff;
}
.fc-event, .fc-event-dot {
		padding: 2px;
		border: none;
    background-color: #2D5BB0;
}
.fc-left h2 {
     font-weight: normal;
}
th.fc-day-header, th.fc-widget-header {
        color: #000000;
        font-weight: normal;
        font-size: 14px;
}
.fc-sun > span {
        color: #cd384b;
}
.fc-sat > span {
        color: #415ea6;
}
td.fc-sun {
        background-color: #f9f1ef;
}
td.fc-sat {
        background-color: #f2f7f9;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
        border-color: #d1ccd9;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        float: left;
}

/**--
イベント・ニュース　詳細
--**/
.det-event{
	margin: 80px auto 150px;
}
.det-event .event-list time{
	padding: 0;
}
.det-event .event-list span{
	position: absolute;
	top: 0;
	right: 0;
}

.det-event figure{
	margin: 10px 0 30px;
	text-align: center;
}
.det-event figure img{
	max-width: 100%;
	height: auto;
}
.det-event .post{
	margin: 0 auto 50px;
}


/** ================================================================================
		03.concept
================================================================================ **/
.sec-service{
	margin: 80px auto;
}

/**--
サービス　一覧ページ
--**/
.sec-service .service-list ul{
	padding: 20px 0 0;
}
.sec-service .service-list .box3C li{
	position: relative;
	margin: 0;
	padding: 30px;
	width: 400px;
}
.sec-service .service-list .box3C li:nth-child(odd){
	background: #DEE5DE;
}.sec-service .service-list .box3C li:nth-child(even){
	background: #F6F6F6;
}
.sec-service .service-list figure{
	width: 340px;
	height: 242px;
}

/**--
サービス一覧 中ページ共通
--**/
nav.sec-service{
	margin: 100px auto 0;
}
nav.sec-service .service-list .box3C li{
	padding: 0;
	width: 16%;
	border: 1px solid #dee5de;
	background: #ffffff;
}
nav.sec-service .service-list .box3C li:nth-child(even),
nav.sec-service .service-list .box3C li:nth-child(odd){
	background: #ffffff;
}
nav.sec-service .service-list h4{
	margin: 0;
	font-weight: normal;
	font-size: 16px;

	justify-content: center;
	align-items: center;
}nav.sec-service .service-list h4:before{
	display: none;
}
nav.sec-service .service-list figure{
	width: 100%;
	height: 140px;
}
nav.sec-service .service-list p{
	display: none;
}
nav.sec-service .service-list a:before{
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 100;
	/*color: #ffffff;*/
	color:  #003000;
	content: "\e037";
	font-family: 'Material Icons';
}
nav.sec-service .service-list a:after{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 5px 15px;
	/*background: #003000;
	color: #ffffff;*/
	color:  #003000;
	content: "MORE";
}


/**背景ありの枠**/
.area{
	display: flex;
	margin: 50px auto;
	padding: 30px;

	align-content: center;
	align-items: flex-start;
}
.area img{
	margin: 0 30px 0 0;
	width: 370px;
	height: auto;
}
.area dl{
	flex: 1;
}
.area dl dt{
	margin:15px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}
.bg-y{
	background: rgba(244,235,211,0.7);/*#F9F4E7*/
}.bg-g,.bg-gbl{
	background: rgba(222,229,222,0.7);/*#dee5de*/
}.bg-wg,.bg-wb,.bg-wg,.bg-wbl{
	background: rgba(255,255,255,0.7);/*#dee5de*/
}
.f-y dt,
.bg-y dt{
	color:#3B1700;
}
.bg-g dt{
	color: #002C00;
}
.bg-gbl dt{
	color: #489aa6;
}
.bg-wb dt{
	color: #3B1700;
}.bg-wg dt{
	color: #002C00;
}.bg-wbl dt{
	color: #489aa6;
}
.reverse{
	flex-direction: row-reverse;
}
.reverse.area img{
	margin: 0 0 0 30px;
}
/**間取り**/
.sec-service .plan{
	display: flex;
	margin: 50px auto;

	justify-content: space-between;
}
.sec-service .plan li{
	display: flex;
	margin: 0 30px 0 0;
}.sec-service .plan li:last-child{
	margin: 0;
}
.sec-service .plan li dl{
	margin: 0 20px 0 0;

	flex: 1;
}
.sec-service .plan li dl dt{
	margin: 0 0 15px;
	color: #3B1700;
	font-weight: bold;
	font-size: 18px;
}
.sec-service .plan li dl dt:first-letter{
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	background: #3B1700;
	color: #ffffff;
}

/**枠ありポイント**/
.sec-service .point{
	display: flex;
	margin: 50px auto;
	padding: 30px;
	border: 1px solid #3B1700;

	justify-content: space-between;
}
.sec-service .point dl{
	width: 300px;
}
.sec-service .point dl dt{
	margin: 0 0 15px;
	color: #3B1700;
	font-weight: bold;
	font-size: 18px;
}


/**丸枠ポイント**/
.sec-service .circle{
	display: flex;

	justify-content: center;
}
.sec-service .circle li{
	display: flex;
	margin: 30px;
	width: 164px;
	height: 164px;
	border: 1px solid #002C00;
	border-radius: 50%;
	color:  #002C00;
	text-align: center;
	font-weight: bold;

	align-items: center;
	justify-content: center;
}

/** ================================================================================
		04.about
================================================================================ **/
.sec-about{
	margin: 80px auto;
}
.mess-box{
    width:800px;
	overflow: hidden;
	margin:10px auto;
}
.mess-box figure{
	float: left;
	margin: 0 40px;
	width: 200px;
}
.mess-box figure figcaption{
	margin: 5px 0;
	text-align: center;
}
.mess-box h4,
.mess-box p{
	margin: 0 0 30px;
}
.staff-list li{
	width: 350px;
}
.staff-list li img{
	margin:  0 0 15px;
}
.staff-list li h4{
	margin: 0 0 15px;
	color: #002C00;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.staff-list li table{
	width: 100%;
	background: #F6F6F6;
	font-size: 14px;
}
.staff-list li table tr:nth-child(odd){
	background: #DEE5DE;
}
.staff-list li table th,
.staff-list li table td{
	padding: 5px;
	vertical-align: middle;
}
.staff-list li table th{
width: 6em;
	font-weight: bold;
}

.map-list li{
	width: 48%;
}

/** ================================================================================
		05.article
================================================================================ **/
.sec-article{
	margin: 80px auto;
}

.sec-article .article-list li{
	width: 350px;
}
.sec-article .article-list li figure{
	width: 350px;
	height: 252px;
}
.sec-article .article-list li figure.fin:after{
	padding: 10px;
	background: rgba(196,158,74,0.6);
	color: #3B1700;
	content: "販売終了";
}
.sec-article .article-list li dt{
	color: #002C00;
}

/*--
詳細
--*/
.det-article{
	margin: 80px auto 150px;
}
.det-article .article-list i{
	padding: 0 20px

	font-size: 16px;}

.det-article figure{
	margin: 0 0 30px;
	text-align: center;
}
.det-article figure img{
	max-width: 100%;
	height: auto;
}
.det-article .post{
	margin: 0 auto 50px;
}
	.det-article iframe{
		width: 100%;
	}

/** ================================================================================
		06.works
================================================================================ **/
.sec-works{
	margin: 80px auto;
}
.sec-works .works-list li{
	padding: 10px;
	width: 390px;
	background: #F9F4E7; /*rgba(196,158,74,0.3)*/
}
.sec-works .works-list dl{
	background: none;
}

/*--
詳細
--*/
.det-works{
	margin: 80px auto 150px;
}

/**内容**/
.det-works .works-list{
	position: relative;
}
.det-works figure{
	margin: 0 0 30px;
}
.det-works .text{
	margin: 0 15px 50px;
}
.det-works .detail{
	position: relative;
	display: flex;
	margin: 0 0 50px;

	flex-wrap: wrap;
}
.det-works .detail .text{
	margin: 0 0 50px;

	flex: 1;
}
.det-works .detail p{
	margin: 0 15px 10px;
}
.det-works .box2C{
	margin: 50px auto;
}
.det-works .box2C li{
	width: 440px;
}
.det-works .box2C img{
	margin: 0 10px 0 0;
	width: 100%;
}

/** ================================================================================
		07.blog
================================================================================ **/
.sec-blog{
	margin: 80px auto;
}
.sec-blog .blog-list{
	margin: 0 auto 80px;
}
.sec-blog .blog-list li{
	padding: 30px 0;
	width: 49%;
	border-bottom: 1px dashed #003000;
	background:none;
}.sec-blog .blog-list li:nth-child(4n-2),
.sec-blog .blog-list li:nth-child(4n-1){
	background: none;
}.sec-blog .blog-list li:nth-child(1),
.sec-blog .blog-list li:nth-child(2){
	border-top: 1px dashed #003000;
}
.sec-blog .blog-list figure{
	width: 200px;
	height: 200px;
}
.sec-blog .blog-list dl{
	margin: 0 0 0 210px;
}
.sec-blog .blog-list dl time{
	padding: 5px 0 0;
	font-size: 14px;
}.sec-blog .blog-list dl time:before{
	content: "\e037";
	vertical-align: middle;
	font-family: 'Material Icons';
}
.det-blog{
	margin: 80px auto;
}

/** ================================================================================
		08.voice
================================================================================ **/
.sec-interview{
	margin: 80px auto;
}
/**--
インタービュー一覧
--**/
.sec-interview .article-list{
	margin: 0 auto 80px;
}
.sec-interview .article-list li{
	position: relative;
	margin: 0;
	padding: 50px;
	width: 50%;
	background: #F6F6F6;
}
.sec-interview .article-list li a{
	position: static;
}
.sec-interview .article-list li:nth-child(4n-2),
.sec-interview .article-list li:nth-child(4n-1){
	 background: rgba(0,48,0,0.1);
}
.article-list i{
	top: 0;
	right: 0;
}
.sec-interview .article-list li figure{
	width: 100%;
	height: 280px;
}
/**--
おすすめ記事
--**/
.sec-interview .box3C.article-list li{
	width: 33.3%;
}
.sec-interview .box3C.article-list li:nth-child(4n-2),
.sec-interview .box3C.article-list li:nth-child(4n-1){
	background: #F6F6F6;
}.sec-interview .box3C.article-list li:nth-child(even){
	background: rgba(0,48,0,0.1);
}

/**--
インタービュー詳細
--**/
.det-interview{
	margin: 80px auto;
}
.det-interview .article-list i{
	top: 0;
	right: 0;
}
.det-interview figure{
	margin: 10px 0 30px;
	text-align: center;
}
.det-interview figure img{
	max-width: 100%;
	height: auto;
}
.det-interview .post{
	margin: 0 auto 50px;
}

/** ================================================================================
		モデルハウス
================================================================================ **/
.sec-modelhouse{
	position: relative;
	margin: 0 auto 80px;
	padding: 0;
	min-width: 1200px;
	width: 100%;
	background: url(https://www.akarihome-keihan.com/common/images/bg06.jpg) no-repeat center center;
	background-size: cover;
}
.sec-modelhouse .wrap{
	padding: 80px 80px 50px;
	background: rgba(255,255,255,0.7);
}
.sec-modelhouse .model-list{
	margin: 0;
}
.sec-modelhouse .model-list li{
	padding: 30px;
	width: 45%;
	border: 30px solid #e1cea4;
	background: #ffffff;
	line-height: 1.5;
}
.sec-modelhouse .model-list dt{
	margin: 0 0 15px;
	padding: 25px 0;
	color: #6b311f;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}
.sec-modelhouse .model-list dt img{
	margin: 0 0 30px;
}
/*タブ切り替え全体のスタイル*/
.tabs-360 {
	position: relative;
  margin: 0 auto;
  margin-top: 50px;
}

/*タブのスタイル*/
.tabs-360 .tab_item {
	position: relative;
  display: block;
	padding: 3px;
  width: 250px;
  height: 200px;
  color: #565656;
  text-align: center;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.tabs-360 .tab_item:before{
	position: absolute;
	width: 100%;
	color: #ffffff;
	content: "\e037";
	text-align: right;
	font-size: 30px;
	font-family: 'Material Icons';
	line-height: 200px;
}
.tabs-360 .tab_item img{
	width: 244px;
	height: 194px;
}
.tabs-360 .tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
.tabs-360 input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tabs-360 .tab_content {
	position: absolute;
	top: 0;
	left: 250px;
  display: none;
  clear: both;
  overflow: hidden;
  padding: 0;
	width: 950px;
}
/*選択されているタブのコンテンツのみを表示*/
.tabs-360 #all:checked ~ #all_content,
.tabs-360 #programming:checked ~ #programming_content,
.tabs-360 #design:checked ~ #design_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs-360 input:checked + .tab_item {
  background: rgba(196,158,74,1.0);
  color: #fff;
}
.model-gallery li{
	min-width: 270px;
	width: auto;
}


/** ================================================================================
		もみの木の家
================================================================================ **/
.sec-concept{
	position: relative;
	margin: 5px  auto 0;
	padding: 80px 0 20px;
	min-width: 1200px;
	width: 100%;
	border:30px solid #ffffff;
}
.sec-concept h3{
	margin: 80px auto 130px;
	text-shadow: 2px 2px 10px #ffffff,-2px -2px 10px #ffffff;
}

.sec-mominoki{
	background: url(https://www.akarihome-keihan.com/common/images/dot.png) repeat,url(https://www.akarihome-keihan.com/common/images/bg07.jpg) no-repeat center top;
	background-size: auto auto,100% auto;
}
.sec-maruta{
	position: relative;
	margin: 0 auto 80px;
	padding: 30px 50px;
	border: 30px solid #e1cea4;
	background: url(https://www.akarihome-keihan.com/common/images/maruta.png) no-repeat right bottom -3px ;
}
.sec-maruta .titC-g{
	position: absolute;
	top: -80px;
	left: 0;
	width: 100%;
}
.maruta-list{
	margin: 30px 0;
	width: 50%;
}
.maruta-list dt{
	margin: 15px 0;
	color: #3B1700;
	font-weight: bold;
	font-size: 20px;
}

.sec-wood{
	position: relative;
	margin: 80px auto;
	padding: 80px 0;
	min-width: 1200px;
	width: 100%;
	background: url(https://www.akarihome-keihan.com/common/images/bg05.jpg) no-repeat center center;
	background-size: cover;
}
.round{
	display: inline-block;
	overflow: hidden;
	margin: 15px 15px 30px;
	width: 223px;
	height: 223px;
	border-radius: 50%;
	background-position: center center;
	background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

/** ================================================================================
		スーパーラジエントヒーター
================================================================================ **/
.sec-konro{
	background: url(https://www.akarihome-keihan.com/common/images/dot.png) repeat,url(https://www.akarihome-keihan.com/common/images/1705251411.jpg) no-repeat center top;
	background-size: auto auto , 100% auto;
}

/** ================================================================================
		マイクロバブルトルネード
================================================================================ **/
.sec-bath{
	background: url(https://www.akarihome-keihan.com/common/images/dot.png) repeat,url(https://www.akarihome-keihan.com/common/images/concept4.jpg) no-repeat center top;/*1705251423*/
	background-size: auto auto,100% auto;
}

/** ================================================================================
		イノスの家
================================================================================ **/
.sec-inos{
	background: url(https://www.akarihome-keihan.com/common/images/dot.png) repeat,url(https://www.akarihome-keihan.com/common/images/concept8.jpg) no-repeat center top;/*1705251423*/
	background-size: auto auto,cover;
}
.sec-inoskozo{
	position: relative;
	margin: 0 auto 30px;
	padding: 80px 0;
	min-width: 1200px;
	width: 100%;
	background: url(https://www.akarihome-keihan.com/common/images/bg03.jpg) no-repeat center center;
	background-size: cover;
}
.area.inos-list,
.area.inos-list2{
	position: relative;
	background: rgba(244,235,211,0.7);
}
.area.inos-list2{
	margin: 0 auto;
	background: none;
}
.inos-list dl dt,
.inos-list2 dl dt{
	margin: 32px 0 25px;
	padding: 10px 15px;
	background: #35619f;
	color: #ffffff;
	font-weight: normal;
	font-size: 22px;
}
.inos-list dl dd,
.inos-list2 dl dd{
	padding: 0 15px;
}
.inos-list dl dd b,
.inos-list2 dl dd b{
	display: block;
	margin: 0 0 10px;
	color: #3B1700;
	text-shadow: 1px 1px 0 #ffffff;
	font-size: 20px;
}
.inos-list .inosA,
.inos-list2 .inosB{
	position: absolute;
	right: 0;
	bottom: 15px;
	width: auto;
	height: auto;
}.inos-list .inosA+dl dd{
	padding: 0 210px 0 15px;
}.inos-list2 .inosB+dl dd{
	padding: 0 230px 0 15px;
}
.inos-lebel{
	border-spacing: 3px;
	border-collapse: separate;
	font-size: 14px;
}
.inos-lebel caption{
	text-align: right;
	font-size:12px;
}
.inos-lebel th,
.inos-lebel td{
	padding: 5px;
	border: 2px solid #3B1700;
	vertical-align: middle;
}
.inos-lebel td{
	width: 210px;
	background: #ffffff;
	text-align: center;
	font-size: 13px;
}
.inos-lebel th div{
	display: flex;
	line-height: 1.3;

	align-items: center;
}
.inos-lebel th h5{
	width: 8em;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}.inos-lebel th p{
	flex: 1;
}
.inos-lebel td strong{
	display: block;
	margin: 0 auto;
	color: #3B1700;
	font-size: 20px;
}
.inos-plus{
	display: block;
	margin: 0 auto 30px;
	text-align: center;

	fill: #35619f;
}
.inos-relief dl{
	padding: 25px;
	width: 30%;
	border-radius: 10px;
	background: #53a694;
	color: #ffffff;
}
.inos-relief dl dt{
	display: flex;
	margin: 0 0 20px;
	height: 130px;
	border-bottom: 1px dotted #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5;

	align-items: center;
	justify-content: center;
}
.inos-relief dl:nth-child(2){
	background: rgba(196,158,74,1.0);
}
.inos-relief dl:nth-child(3){
	background: #661317;
}


/** ================================================================================
		プラスワンリビング
================================================================================ **/
.sec-living{
	background: url(https://www.akarihome-keihan.com/common/images/dot.png) repeat,url(https://www.akarihome-keihan.com/common/images/concept9.jpg) no-repeat center top;
	background-size: auto auto,100% auto;
}

.sec-living .area img{
	width: 200px;
}

.sec-life{
	position: relative;
	margin: 0 auto 30px;
	padding: 80px 0;
	min-width: 1200px;
	width: 100%;
	background: url(https://www.akarihome-keihan.com/common/images/flag_l.png) no-repeat left top, url(https://www.akarihome-keihan.com/common/images/flag_r.png) no-repeat right top;
	background-color: #f6f6f6;
}

.sec-life em{
	margin:  30px auto;
	padding: 14px 0 0;
	font-size: 30px;
	line-height: 1.2;
}

.living-slider img{
	width: 100%;
}

.living-slider_nav li{
	margin: 20px 10px;
	width: 120px;
	height: auto;
}
.living-slider_nav li img{
	width: 100%;
	height: auto;
}



/** ================================================================================
		温熱環境
================================================================================ **/
.sec-heat{
	margin-bottom: 0;
	background: url(https://www.akarihome-keihan.com/common/images/dot.png) repeat,url(https://www.akarihome-keihan.com/common/images/concept10.jpg) no-repeat center top;
	background-size: auto auto,100% auto;
}

.sec-heat em{
	position: relative;
	top: -50px;
	margin-bottom: -30px;
}

.sec-heat1{
	margin: 0 0 100px;
}

.sec-heat iframe{
	display: block;
	margin: 50px auto;
}

.sec-heat .area{
	position: relative;
}
.sec-heat .bg-y .area{
	margin: 0;
}
.sec-heat .area dd{
	display: block;
	padding: 0 0 15px;
}
.sec-heat .area dd small{
	font-size: 0.7em;
}

.sec-heat .area b{
	color: #35619f;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2.0;
}
.sec-heat .area .no{
	margin: 0 0 15px;
	padding-left: 25px;
	text-indent: -25px;
}
.sec-heat .area .no:before{
	display: inline-block;
	padding-left: 0;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background:#0170bc;
	color: #ffffff;
	content: attr(data-text)"";
	text-align: center;
	text-indent: 0;
	line-height: 23px;
}
.sec-heat .area .sassi{
	display: table-cell;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background:rgba(196,158,74,1.0);
	color:  #ffffff;
	vertical-align: middle;
	text-align: center;
}
.sec-heat .area .sassi strong{
	display: block;
	font-size: 3.5em;
	line-height: 1.0;
}.sec-heat .area .sassi strong:after{
	content: "※";
	font-weight: normal;
	font-size: 16px;
}
.sec-heat .area dd p{
	display: table-cell;
	padding: 0 0 0 30px;
	vertical-align: middle;
}
.sec-passive{
	background: url(https://www.akarihome-keihan.com/common/images/concept10_2.jpg) no-repeat right top;
	background-size: cover;
	padding: 80px 0;
	position: relative;
}
.sec-passive em{
	position: absolute;
	top: -40px;
	width: 100%;
	z-index: 1000;
}
.sec-passive .bg-wb{
	padding: 80px 0;
	position: relative;
}

.heat-voice{
	padding: 50px 120px 0;
	/*border: 1 solid #e1cea4;
	background: rgba(244,235,211,0.7);*/
}
.heat-voice .area{
	margin-top:20px;
}
.heat-voice .area img{
	width: 200px;
}

/** ================================================================================
		その他
================================================================================ **/
.sec-page{
	margin: 80px auto;
}
.sec-form{
	margin: 80px auto;
}
.tel{
	margin: 0 auto 80px;
	padding: 30px 30px 50px;
	background: #F9F4E7;
	color: #3B1700;
	text-align: center;
}
.tel-g .tel{
	background: #F6F6F6;
	color: #003000;
}
.tel h4{
	margin: 15px 0 0;
	font-weight: bold;
	font-size: 20px;
}
.tel a{
	display: block;
	margin: 10px auto;
	color: #cc0000;
	font-weight: bold;
	font-size: 2.5em;
}.tel a:before{
	display: inline-block;
	margin: 0 15px 0 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #c63205;
	color: #ffffff;
	content: "\e551";
	text-align: center;
	font-size: 30px;
	font-family: 'Material Icons';
	line-height: 40px;
}

.exp{
	position: relative;
	margin: 100px auto 0;
	padding: 30px;
	border: 3px double #6D3438;
}
.exp .titC-r,
.exp .titC-g{
	position: absolute;
	top: -50px;
	left: -152px;
	width: 300px;
	text-align: right;
}
.exp h3{
	margin: 0 0 30px;
	color: #6D3438;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
.exp .area{
	margin: 0 auto;
	padding: 0;
}.exp .area dt{
	margin-top: 0;
	color: #6D3438;
}

.exp-g{
	border-color: #002C00;
}.exp-g h3{
	color: #002C00;
}.exp-g .area dt{
	color: #002C00;
}


.hamburger{
	position: relative;
	margin: 0 auto;
	padding: 30px 30px 0;
	border: 30px solid #e1cea4;
	background: rgba(244,235,211,0.7);/*#F9F4E7*/}
.hamburger:after{
	clear: both;
	content: "";
}
.hamburger img{
	float: right;
	margin: 60px 0 0;
}
.balloon3-right-btm {
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 1000;
	display: inline-block;
	box-sizing: border-box;
	margin: 1.5em 15px 1.5em 0;
	padding: 50px 5px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #cc0000;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.balloon3-right-btm:before{
	position: absolute;
	bottom: -0px;
	left: -0px;
	z-index: 0;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #cc0000;
	content: "";
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.hamburger dl{
	margin: 0 450px 0 0;
}
.hamburger dl dt{
	margin: 0 0 5px;
	color: #ac0000;
	font-weight: bold;
	font-size: 20px;
}
.hamburger dl dd{
	padding:  0 0 30px;
}

.hamb-g{
	border-color:rgba(25,130,147,0.3);
	background: #e8ede8;
}
.hamb-g img{
	float: right;
	margin: -119px 80px 0 0;
}
.hamb-g dl dt{
	color:#489aa6;
}
.hamb-g .balloon3-right-btm{
	background: #489aa6;
}.hamb-g .balloon3-right-btm:before{
	border-left-color:#489aa6;
}

.crisp{
	position: relative;
	overflow: hidden;
	margin: 0 auto 30px;
	width: 370px;
	height: 230px;
}
.crisp figure{
	position: absolute;
	top:0;
	bottom: 0;
	display: block;
	overflow: hidden;
	margin: auto 0;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 370px;
}.crisp img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 230px;
}

.area .crisp{
	float: left;
	margin: 0 30px 0 0;
}

.green-list,
.yellow-list{
	margin: 50px auto 0;
	padding: 30px 30px 0;
	border:1px solid rgba(222,229,222,1.0);
	background: rgba(222,229,222,0.7);
}
.yellow-list{
	border: 1px solid #e1cea4;
	background:rgba(244,235,211,0.7);
}
.green-list dl,
.yellow-list dl{
	margin: 0 0 30px;
	width: 45%;
}
.green-list dl dt,
.yellow-list dl dt{
	margin: 0 0 5px;
	color: #489aa6;
	text-shadow: 1px 1px 0 #ffffff;
	font-size: 20px;
}
.yellow-list dl dt{
	color: #6D3438;
}
.green-list dl dt:before,
.yellow-list dl dt:before{
	margin: 0 5px 0 0;
	content: "\e86c";
	vertical-align: middle;
	font-size: 22px;
	font-family: 'Material Icons';
 }

.white-list{
	margin: 50px auto 0;
	padding: 30px 30px 0;
	border:1px solid #6b311f;
	background: rgba(255,255,255,0.5);
}
.white-list dl{
	margin: 0 0 30px;
	width: 30%;
}
.white-list dl dt{
	margin: 0 0 5px;
	color: #b28221;
	text-shadow: 1px 1px 0 #ffffff;
	font-size: 20px;
}
.white-list dl dt:before{
	margin: 0 5px 0 0;
	content: "\e86c";
	vertical-align: middle;
	font-size: 22px;
	font-family: 'Material Icons';
 }

.faq{
	margin: 0 auto 80px
}
.faq dt{
	padding: 30px;
	padding-left: 80px;
	background: #DEE5DE;
	color: #002C00;
	text-indent: -35px;
	font-size: 22px;
}
.faq dd{
	overflow: hidden;
	padding: 30px;
	padding-left: 80px;
	background: #F6F6F6;
	text-indent: -35px;
}

.faq dt:first-letter,
.faq dd:first-letter{
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 33px;
	line-height: 1.0;
}

.faq dd img{
	float: right;
	margin: 0 0 15px 15px;
	width: 300px;
}


/**================================================== 
あかりホームの家づくり
2022.11.18追加
================================================== **/

.sec-panf {
  background: url(https://www.akarihome-keihan.com/common/images/concept1_bg01.jpg) no-repeat top center / 100% auto;
  padding: 50px 0;
  position: relative;
}

.sec-panf:before,
.sec-panf:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 50vw 0 0;
  border-color: #ebe5db transparent transparent transparent;
  z-index: 1;
}

.sec-panf:after {
  border-width: 0 50vw 70px 0;
  border-color: transparent #ebe5db transparent transparent;
  left: auto;
  right: 0;
}

.sec-panf .housingpanf {
  display: flex;
  flex-wrap: wrap;
}

.sec-panf .housingpanf figure {
  width: 40%;
  flex: none;
}

.sec-panf .housingpanf figure img {
  width: 100%;
}

.sec-panf .housingpanf dl {
  flex: 1;
  margin: 0 0 0 20px;
}

.sec-panf .housingpanf dl small {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 5px;
}

.sec-panf .housingpanf dl dt {
  padding: 5px 5px 10px;
  margin: 15px 0;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 1.7em;
}

.sec-panf .housingpanf dl dd+dt {
  margin-top: 25px;

}

.sec-panf .housingpanf .mado {
  background: url(https://www.akarihome-keihan.com/common/images/concept1_bg01.jpg) no-repeat center / cover;
  width: 90%;
  border: 1px solid #000;
  padding: 30px;
  box-shadow: 0 0 0 10px #fff inset, 0 0 0 11px #c6e7f6 inset, 2px 2px 5px #aaa;
  margin: 30px auto 15px;
}

.sec-panf .housingpanf .mado strong {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  margin: 0 0 15px;
}

.sec-panf .balloon {
  background: #fcc800;
  font-size: 2.2em;
  text-align: center;
  border-radius: 15px;
  font-weight: bold;
  padding: 0.7em;
  margin: 20px auto 50px;
  position: relative;
}

.sec-panf .balloon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fcc800 transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}

.sec-panf .balloon p {
  font-size: 1rem;
}

.sec-panf .list-kost {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.sec-panf .list-kost li {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #000;
  padding: 15px;
}

.sec-panf .list-kost figure {
  width: 150px;
  text-align: center;
}

.sec-panf .list-kost li h3 {
  padding: 5px 5px 10px;
  margin: 15px 0;
  font-weight: bold;
  font-size: 1.4em;
  flex: 1;
  line-height: 1.5;
}

.sec-panf .list-kost h3 small {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 5px;
}

.sec-showroom {
  background-color: #f6f6f6;
  padding: 50px 0;
}

.sec-showroom .living-slider {
  text-align: center;
}