@charset "UTF-8";
/*
    Template: swell
    Theme Name: ashikawa
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



@import url("./css/page.css");

.displaynone{display: none;}


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

@media screen and (min-width:1024px){  
.pc{display: block!important;} 
.smp{display: none!important;} 
.tablet{display: none!important;}
}
@media screen and (min-width:641px) and (max-width:1024px){
	.tablet{display: block!important;} 
	.pc{display: none!important;} 
	.smp{display: none!important;}
}
@media screen and (max-width:641px){
	.smp{display: block!important;} 
	.pc{display: none!important;}
	.tablet{display: none!important;} 
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.cf:before,.cf:after{content:"";display:block;overflow:hidden;}
.cf:after{clear:both;}
.cf{zoom:1;}

a{display: block;}


.wrap{
	max-width: 1100px;
	margin: 0 auto;
}

/*	header
-----------------------------------*/
.l-header__bar{display: none;}
.l-header{
	box-shadow: none!important;
	background: none!important;
}
.c-gnav {
  height:80%!important;
}
.c-gnav > .menu-item > a{
	font-family: "Sawarabi Gothic", sans-serif!important;
  	font-weight: 400!important;
	padding: 0 25px;
}
.c-gnav > .menu-item > a .ttl {
    font-size: 16px;
}
.topContact{
	width: 70px;
	height: auto;
	padding-top: 16px;
}
ul.headerMenu{display: none;}

.top .ttl-illust{display: none;}

@media screen and (min-width:641px) and (max-width:1024px){
	 .l-header__logo {padding: 0 3vw;}
	.c-headLogo {height: 80px;}
	.l-header__menuBtn{display: none;}
	
	.topContact{
		width: 60px;
		margin-right: 15px;
	}
	
	ul.headerMenu{
		display: flex!important;
		padding: 0 0 15px;
		margin: 0;
		position: absolute;
    	top: 31px;
    	right: 107px;
		z-index: 999;
	}
	ul.headerMenu li a{
		font-family: "Sawarabi Gothic", sans-serif!important;
		padding: 0 20px;
	}
	ul.headerMenu li:last-child a{
		border-right: none;
	}
     
}
@media screen and (max-width:641px){
	.l-header__inner {padding: 0 10px;}
	.l-header__menuBtn{display: none;}
	
	.topContact {
  		width: 61px;
    	padding-top: 8px;
	}
	ul.headerMenu{
		display: flex!important;
		justify-content: center;
		padding: 0 0 15px;
		margin: 0;
	}
	ul.headerMenu li a{
		font-family: "Sawarabi Gothic", sans-serif!important;
		padding: 0 10px;
		border-right: 1px solid #36271e;
	}
	ul.headerMenu li:last-child a{
		border-right: none;
	}
}


/*	footer
-----------------------------------*/
#footer{
	background: #36271e;
	padding: 40px 10%;
	margin-top: 200px;
	color: #fff;
	position: relative;
}
.f-logo{width: 180px;}
.f-add{padding: 20px 0;}
.f-copy{font-size: 13px;}

.copyright{display: none;}


.illust01{position: absolute; top: -76px; right: 52px; width: 50vw;}
.illust02{position: absolute; top: -33px; right: 207px; width: 26vw;}
.illust03{position: absolute; top: -13px; right: 75px; width: 8vw;}
.illust04{position: absolute; top: -215px; right: 105px; width: 58px;}

ul.f-menu{
	float: right;
	display: flex;
}
ul.f-menu li a{
	font-size: 13px;
  	padding: 0 20px;
  	border-right: 1px solid #fff;
}
ul.f-menu li:last-child a{
	border-right: none;
}


@media screen and (min-width:641px) and (max-width:1024px){
	#footer{margin-top: 130px;}
	.illust01 {top: -40px; right: 22px; width: 60vw;}
	.illust02 {top: -4px; right: 121px; width: 33vw;}
	.illust03 {top: 6px; right: 39px; width: 9vw;}
	.illust04 {top: -117px;	right: 25px; width: 45px;}	
}
@media screen and (max-width:641px){
	#footer{padding: 14px 5% 20px; margin-top: 114px;}
	.f-logo {width: 120px;}
	
	.illust01 {top: -25px; right: 9px; width: 274px;}
	.illust02 {top: -7px; right: 76px; width: 130px;}
	.illust03 {top: 1px; right: 24px; width: 47px;}
	.illust04 {top: -103px; right: 23px; width: 40px;}
	
	ul.f-menu {
  		float: none;
    	padding-top: 50px;
  		justify-content: center;
	}
	ul.f-menu li a {font-size: 11px;}
}

/*	mainimg
-----------------------------------*/
#main_visual .l-container{
	margin-left: 0!important;
  	margin-right: 0!important;
  	max-width: none!important;
  	padding-left: 0!important;
  	padding-right: 0!important;
}

.coverIllust{position: absolute; top:0;left:0;z-index: 10;}
.main-txt{position: absolute; top:0;left: 50%;transform: translateX(-50%);z-index: 11; width: 20%;}
.main-illust1{position: absolute; bottom:0;left:8%;z-index: 11; width: 30%;}
.main-illust2{position: absolute; bottom:10px;right:5%;z-index: 11; width: 20%;}

.p-mainVisual__imgLayer{text-align: center;}
.p-mainVisual__imgLayer img{width: 60%!important;margin: auto;}



@media screen and (max-width:641px){
	
	.p-mainVisual{
		
	}

	.main-illust2{display: none;}
	.p-mainVisual__imgLayer img {
  		width: 80% !important;
  		margin: auto;
	}
	.main-txt{width: 30%;}
	.main-illust1{
		display: none;
	}
	.family-illust{
		width: 50%;
    	text-align: center;
    	margin: -71px auto 0;
    	z-index: 9999;
    	position: relative;
		
	}
}

/*	top
-----------------------------------*/
body{
    background-image: url("img/background.jpg");
    background-repeat: repeat;
}

.top-egTTL{
	font-family: "Sawarabi Gothic", sans-serif;
	color: #e79d38;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.top-egTTL02{
	font-family: "Sawarabi Gothic", sans-serif;
	color: #e79d38;
	font-size: 16px;
	margin-bottom: 0;
}
h2.top-TTL{
	font-family: "M PLUS 1p", serif;
  	font-weight: 500;
	font-size: clamp(30px,3.0vw,40px);
	margin: 0.2em auto 0.5em!important;
}

h2.top-TTL02{
	font-family: "M PLUS 1p", serif;
  	font-weight: 500;
	font-size: clamp(30px,3.0vw,43px);
	margin: 4px auto 0.5em !important;
}

.top .wp-block-image::after{
	background: none;
}


/*TOP-リフォームメニュー*/
.top-reform{}

.reform-teinei{margin-bottom: 3em;}
.reform-photo{position: relative; margin-bottom: 6px;}
.reform-photo .no{position: absolute;top:-25px;left: 50%;transform: translateX(-50%);z-index: 11;}
.reform-photo .wp-block-image::after{
	background: none;
}

.reform-pic img{border-radius: 20px; border:dotted 3px #36271e;}
.reform-type{
	font-size: clamp(16px,1.6vw,20px);
  	font-weight: 700;
  	padding: 10px 0 5px;
    line-height: 1em;
    margin-bottom: 0;
    text-align: center;
}
.reform-type-eg{
    font-size: clamp(12px,1.2vw,14px);
    line-height: 1em;
    padding: 0!important;
    color: rgba(54,39,30,0.48);
}
.top-reform .wp-block-image a:hover img{
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    border:solid 3px  #36271e;
}

.top-hr{border-bottom: 1px dashed #36271e!important;}



/*TOP-その他サービス*/

.o-service{margin: 40px 0!important;text-align: center;}
.o-service ul{
	display: flex;
    justify-content: center; /* 横方向の中央配置 */
    align-items: center; /* 縦方向の中央配置 */    
	list-style: none;
	padding: 0;
	margin: 0;    
}
.o-service li{
	padding: 15px 15px;
	border: 2px solid #36271e;
  	position: relative;
  	background: #fff;
	width: 32%;
  	margin-right: 2%;
}
.o-service li:after{
	background-color:#e7c698;/*ずらしたボックスの背景色*/
	border:none;
	content: '';
	position: absolute;/*配置（ここを動かす）*/
	top: 7px;/*上から7pxずらす*/
	left: 7px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index: -1;
}
.o-service li:last-child{
	margin-right: 0;
}
.o-service .icon{
	display: inline-block;
	width: 60px;
	vertical-align: middle;
	margin-right: 10px;
}
.o-service li:nth-child(2) .icon{width: 50px;}
.o-service li:last-child .icon{width: 50px;}
.o-service .ttl{
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	vertical-align: middle;
	line-height: 1.2em;
}
.o-service .sml{
	font-size: 14px;
	font-weight: 500;
}

.top-btn{margin: 40px auto !important; max-width: 350px; width:100%;}
.top-btn a{padding: 20px 10px; width: 100%;}



/*TOP-お問い合わせ*/

.swell-block-fullWide.has-bg-img {
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}

.conBox ul{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.conBox ul li{
	background: #fff;
	border: 5px solid #36271e;
	border-radius: 15px;
	width: 48%;
  	margin-right: 5%;
	
}
.conBox ul li a{
	padding: 23px 22px;
	text-align: center;
}
.conBox ul li:last-child{
	margin-right: 0;
}
.conBox ul li img{
	display: inline-block;
	margin-right: 18px;	
	vertical-align: middle;
}
.conBox ul li:first-child img{width: 83px;}
.conBox ul li:last-child img{width: 68px;}

.conBox ul li .txt{
	display: inline-block;
	font-weight: 700;
	text-align: center;
	vertical-align: sub;
}
.conBox ul li:first-child .txt{font-size: 30px; line-height: 1.1em;}
.conBox ul li:last-child .txt{font-size: 40px; line-height: 0.8em;}

.conBox ul li .sml{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}



/*TOP-施工事例*/

.works-area{position: relative;}
.works-area .l-article{
	max-width: none!important;
	margin-left: 0!important;
  	margin-right: 0!important;
}
.works-icon{margin-bottom: -12px;}

.works-block{
	width: 1200px;
	margin: 0 auto;
}
.works-area .icon-ladder{
	position: absolute;
	right: 75px;
  	bottom: 0;
  	width: 124px;
}


.top-workList ul{
	padding: 0;
	list-style: none;
}
.top-workList ul li{
	float: left;
	width: 23.5%;
	margin: 10px 2% 10px 0;
	position: relative;
}
.top-workList ul li:last-child{
	margin-right: 0;
}
.top-workList .thumnail{
	width: 100%;
	height: 200px;
}
.top-workList .thumnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.top-workList .ttlBox{
	font-size: 15px;
	width: 100%;
	color: #fff;
	padding: 10px 13px;
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.top-workList .work-date{
	font-size: 12px;
	opacity: 0.7;
}
.icon-ladder::after{
	background: none;
}


/*TOP-よくある質問*/

.faq-btn{
	position: relative;
	width: 860px;
	margin: 0 auto;
	text-align: center;
}
.faq-btn a{
	border: 3px solid #36271e;
  	border-radius: 30px;
  	background: #fff;
  	font-family: "M PLUS 1p", serif;
  	font-weight: 500;
  	font-size: clamp(20px,3.5vw,35px);
	padding: 48px 0 30px;
  	margin-top: -50px;
}
.faq-btn img{
	width: 300px;
}	



/*TOP-お知らせ*/

.info-area{
	margin: 160px 0 50px;
	position: relative;
}
.info-area .l-article{
	max-width: 1200px !important;
  	margin-left: auto !important;
  	margin-right: auto !important;
	top: -134px;
}
.info-box{
	background-image: url("img/illust_note.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding: 71px 10% 58px;
}	
.article-box ul{
	border-top: 1px solid #36271e!important;
}
.article-box ul li a{
	border-bottom: 1px solid #36271e!important;
	padding: 25px 0 !important;
}
.more-btn {
  	width: 350px;
	margin-top: 40px;
}	
.more-btn a{
	padding: 20px 10px;
  	width: 100%;
}	
	
.article-box .p-postList__meta{
	display: inline-block;
	margin-right: 20px;
}
.article-box .p-postList__title{
	display: inline-block;
}
.article-box .p-postList__meta ::before	{display: none;}
	


/*TOP-あしかわについて*/

.about-box{margin-top: 30px;}
.about-box .leftPhoto{
	float: left;
	width: 47%;
}	
.about-box .rightTxt{
	float: right;
	width: 50%;
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: clamp(15px,1.5vw,18px);
	line-height: 2.0em;
}	

.conBox02 ul{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.conBox02 ul li{
	background: #fff;
	border: 5px solid #36271e;
	border-radius: 15px;
	width: 48%;
  	margin-right: 5%;
	
}
.conBox02 ul li a{
	padding: 23px 22px;
	text-align: center;
}
.conBox02 ul li:last-child{
	margin-right: 0;
}
.conBox02 ul li img{
	display: inline-block;
	margin-right: 18px;	
	vertical-align: middle;
}
.conBox02 ul li:first-child img{width: 83px;}
.conBox02 ul li:last-child img{width: 68px;}

.conBox02 ul li .txt{
	display: inline-block;
	font-weight: 700;
	text-align: center;
	vertical-align: sub;
}
.conBox02 ul li:first-child .txt{font-size: 30px; line-height: 1.1em;}
.conBox02 ul li:last-child .txt{font-size: 40px; line-height: 0.8em;}

.conBox02 ul li .sml{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}	
	
@media screen and (min-width:641px) and (max-width:1024px){
	.reform-block{flex-wrap: inherit!important;}
	.reform-type{font-size: 17px;}	
	
	.o-service .icon {
  		display: block;
  		width: 50px;
		height: 64px;
  		margin: 0 auto;
	}
	.o-service .ttl {
  		display: block;
    	font-size: 17px;
  		line-height: 1.4em;
		text-align: center;
	}
	
	.contact-area{
		margin-top: 50px;
		margin-bottom: 58px;
	}
	.conBox ul li:first-child img {
  		width: 74px;
		display: block;
  		margin: 0 auto 8px;
	}
	.conBox ul li:last-child img {
  		width: 60px;
		display: block;
  		margin: 0 auto 14px;
	}
	.conBox ul li:first-child .txt {
  		font-size: 25px;
  		line-height: 1.8em;
	}
	.conBox ul li:last-child .txt {
  		font-size: 31px;
  		line-height: 1.0em;
	}
	.conBox ul li:last-child .sml{
		padding-top: 9px;
	}
	
	.top-workList ul li{
		width: 49%;
	}
	.top-workList ul li:nth-child(2){
		margin-right: 0;
	}
	.top-workList .thumnail {
   		height: 230px;
	}
	.faq-btn{
		width: 80%;
	}
	.faq-btn img {
  		width: 235px;
	}
	.info-box{
        background-image: url("img/note_tablet.png");
        background-repeat: no-repeat;
        background-position: center top 44px;
    	background-size: 100%;
    	padding: 112px 8% 58px;
	}
	.info-area {
  		margin: 119px 0 50px;
	}
	.conBox02 ul li:first-child img {
  		width: 74px;
		display: block;
  		margin: 0 auto 8px;
	}
	.conBox02 ul li:last-child img {
  		width: 60px;
		display: block;
  		margin: 0 auto 14px;
	}
	.conBox02 ul li:first-child .txt {
  		font-size: 25px;
  		line-height: 1.8em;
	}
	.conBox02 ul li:last-child .txt {
  		font-size: 31px;
  		line-height: 1.0em;
	}
	.conBox02 ul li:last-child .sml{
		padding-top: 9px;
	}
}	
@media screen and (max-width:641px){
    .top #content{padding-top: 2em;}	
	h2.top-TTL{font-size: 27px;}
	h2.top-TTL02{font-size: 27px;}
	.top-egTTL{font-size: 16px;}
	.top-egTTL02{font-size: 14px;}
	
	.reform-type{
		margin: 0 auto;
		font-size: 15px;
	}
	.space-40{height: 5px!important;}
	.o-service ul {display: block;}
	.o-service li{width: 100%; margin-right: 0; margin-bottom: 15px;}
	
	.about-box .leftPhoto {
  		float: none;
  		width: 100%;
	}
	.about-box .rightTxt{	
	float: none;
	width: 100%;   
	}
 	.contact-area{margin-top: 50px;}
	.conBox ul {display: block;}
	.conBox ul li{width: 100%; margin-right: 0;}
	.conBox ul li img {margin-right: 11px;}
	.conBox ul li:first-child{margin-bottom: 20px;}
	.conBox ul li:first-child img {width: 61px;}
	.conBox ul li:first-child .txt {font-size: 22px; line-height: 1.3em;}
	.conBox ul li:last-child img {width: 53px; margin-right: 19px;}
	.conBox ul li:last-child .txt {font-size: 30px; line-height: 1.0em;}
	.conBox ul li a {padding: 20px 17px;}
	
	.works-block {width: 100%; display: block; margin: 25px 0 0;}
	.works-block .wp-block-column{
		display: inline-block;
		width: 48.5%;
		margin-right: 2%!important;
		margin-bottom: 10px !important;
	}
	.works-block .wp-block-column:nth-child(even){margin-right: 0!important;}
	
	.top-workList ul li{
		width: 48%;
		margin: 10px 4% 10px 0;
	}
	.top-workList ul li:nth-child(2){margin-right: 0;}
	.top-workList .ttlBox {font-size: 14px !important;}
	
	.works-area .icon-ladder {
  		position: absolute;
  		right: 20px;
  		bottom: 67px;
  		width: 95px;
	}
	.top-btn {
  		margin: 44px auto 0 !important;
  		width: 95%;
	}
	.faq-btn{width: 100%;}
	.faq-btn img {width: 190px;}
	.faq-btn a {
		padding: 33px 0 30px;
		margin-top: -37px;
	}
	.info-area {margin: 110px 0 50px;}
	.info-area .l-article {top: -75px;}
	.info-box{
        background-image: url("img/note_smp.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
        padding: 52px 8% 58px;
	}
	
	.article-box ul li a {padding: 19px 0 !important;}
	.article-box .p-postList__meta {
  		display: block;
  		margin-right: 0;
	}
	.article-box .p-postList__title {
  		display: block;
	}
	.more-btn {
  		width: 100%;
	}
	.more-btn a {
  		padding: 15px 10px;
  	}
	
	.about-box .txt-box{font-size: 16px;}
	
	.conBox02{margin-top: 50px;}
	.conBox02 ul {display: block;}
	.conBox02 ul li {
		width: 100%;
  		margin-right: 0;
	}
	.conBox02 ul li img {margin-right: 11px;}
	.conBox02 ul li:first-child{margin-bottom: 20px;}
	.conBox02 ul li:first-child img {width: 61px;}
	.conBox02 ul li:first-child .txt {font-size: 22px; line-height: 1.3em;}
	.conBox02 ul li:last-child img {width: 53px; margin-right: 19px;}
	.conBox02 ul li:last-child .txt {font-size: 30px; line-height: 1.0em;}
	.conBox02 ul li a {padding: 20px 17px;}
	
}	



ul.kyoten li:last-child .ttl{
	margin-bottom: 20px;
}














