@charset "utf-8";

/*==============================
/***  メインコンテンツ  ***/
/*=============================*/

/*2021/02/12追加*/
.disp_t { display:none !important; }


/*===========================
　　kodawari
===========================*/

.koda_L{
    width:100%;
    margin:0;
    float: none;
}
.koda_R{
    width:100%;
    margin:0;
    float: none;
}
.koda_L_naiyo{
    width: 90%;
    margin:0 5%;
}
.koda_R_naiyo{
    width: 90%;
    margin:0 5%;
}

.koda_point01_bk{
    background: url(../img/kodawari/point_bk_01.png) no-repeat left bottom;
    background-size: cover;
}
.koda_point02_bk{
    background: url(../img/kodawari/point_bk_02.png) no-repeat right bottom;
    background-size: cover;
}

.koda_point03_bk{
    background: url(../img/kodawari/point_bk_03.png) no-repeat right bottom;
    background-size: cover;
}

.koda_point04_bk{
    background: url(../img/kodawari/point_bk_04.png) no-repeat right bottom;
    background-size: cover;
}

.koda_point05_bk{
    background: url(../img/kodawari/point_bk_05.png) no-repeat right bottom;
    background-size: cover;
}

.koda_point06_bk{
    background: url(../img/kodawari/point_bk_06.png) no-repeat right bottom;
    background-size: cover;
}

.koda_point07_bk{
    background: url(../img/kodawari/point_bk_07.png) no-repeat right bottom;
    background-size: cover;
}

.koda_point08_bk{
    background: url(../img/kodawari/point_bk_08.png) no-repeat right bottom;
    background-size: cover;
}

.koda_point10 img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}


/*===========================
　　jishasenzoku
===========================*/
.jisha_block,
.jisha_block_R{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.jisha_block .koda_L,
.jisha_block_R .koda_R{
	width:100%;
}
.jisha_block_R .koda_R{
	order: 1;
}
.jisha_block_R .koda_L{
	order: 2;
}


.jisha_point01_bk img{
	width:100%;
}
.jisha_point02_bk img{
	width:100%;
}

.jisha_point03_bk{
    background: url("../img/jishasenzoku/jisha_05.jpg") no-repeat right bottom;
    background-size: cover;
}

.jisha_point04_bk{
    background: url("../img/jishasenzoku/jisha_07.jpg") no-repeat right bottom;
    background-size: cover;
}



/*===================
    paint_wall
====================*/

.wall01_01{
    width:100%;
    border:#FFDFB0 solid 6px;
    border-radius:15px;
    padding:2em 3% 1.5em;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.wall01_01::after{
    content: url(../img/paint_wall/wall_icon_01.png);
    position: absolute;
    top:-1.2em;
    left:2em;
}
.wall01_01 dl {
    width:100%;
    margin:0.5em 0;
    float: none;
}
.wall01_01 dl dt{
    padding:0.1em 0.8em;
    display: inline-block;
    margin:0 0.5em 0 0;
    vertical-align: middle;
    background:#FF8B18;
    color:#FFFFFF;
    font-weight: bold;
    text-align: center;
}
.wall01_01 dl dd{
    display: inline;
    vertical-align: middle;
    font-weight: bold;
}


.wall01_02{
    width:100%;
    border:#FFDFB0 solid 6px;
    border-radius:15px;
    padding:2em 3% 1.5em;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.wall01_02::after{
    content: url(../img/paint_wall/wall_icon_02.png);
    position: absolute;
    top:-1.2em;
    left:2em;
}

/*=============================
    about
=============================*/
.about01_01bk{
    background: url(../img/about/about_01_bk.jpg) no-repeat center bottom;
    background-size:cover;
}

.abou03_01 ul li{
    width:50%;
    float: left;
    
}
.abou03_01 ul li img{
    width:100%;
}

.about04_01 dl{
    width: 90%;
    padding:1em 5%;
    border-bottom:1px solid #D6D6D6;
}

.about04_01 dl dt{
    width:100%;
    float: none;
    font-weight: bold;
}

.about04_01 dl dt::before{
    content: '◆';
}
.about04_01 dl dd{
    width:100%;
    margin: 0;
    float: none;
}

/*======================
    store
=======================*/
.store_bk{
    width:100%;
}
.store_bk img{
    width:100%;
}

.store02_01 ul li{
     width:48%;
    margin:0 1% 1.5em;
    float: left;
}

.store_00 {
	background: url(../img/store/store_51bk.jpg) no-repeat top;
    background-size: cover;
}

.store_00 h3 {
    padding: 3em 0;
}

.store_00 img,
.store_06 img,
.store_07 img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.store_06 dt {
    font-weight: bold; padding: 1em 0 0.5em;
}

.store_07 dt,
.store_07 dd {
    float: none;
}

.store_07 dt { width: 20%; padding: 0 40%; }
.store_07 dd { width: 100%; }

/*==================
    estimate
==================*/
.esti01_01 ul {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width: 100%;
}
.esti01_01 ul li {
	width: 100%;
	padding-bottom: 0.5em;
}

.esti01_01 ul li img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

/*==================
    LP
==================*/
.lp_bk01{
    background: url(../img/lp/lp_common_bk_01.png) top center;
    background-size: cover;
}
.lp_bk02{
    background: url(../img/lp/lp_common_bk_02.png) top center no-repeat;
    background-color:#EBF8FC;
    background-size: 100% auto;
}


.lp_re01{
    background: url(../img/lp/lp_common_re_01.png) repeat;
}
.lp_re02{
    background: url(../img/lp/lp_common_re_02.png) repeat;
}
.lp_re03{
    background: url(../img/lp/lp_common_re_03.png) repeat;
}

#lp_slider01,
#lp_slider02{
    display: none;
}
#lp_slider01 div,
#lp_slider02 div{
    width:100%;
}
#lp_slider01 div img,
#lp_slider02 div img{
    width:100%;
}

.lp01_01{
    background:#F8551F;
    border-radius: 15px;
}

.lp01_02{/*480 530*/
    width:80.566037735%;
    padding:1em 4.71698%;
    border-radius: 25px 25px 0 0;
    background:linear-gradient(to top, #0085B2, #67B8D4);
    margin:0 5%;
}
.lp01_03{/*480 530*/
    width:80.566037735%;
    padding:1em 4.71698%;
    background:#D9F1F9;
    border-bottom:#BBDFEE 5px solid;
    border-radius:0 0 25px 25px;
    margin:0 5%;
}
.lp02_01 ul li{
    padding:1em 0 0;
    width:90%;
    margin:1em 5%;
    float: left;
    border-top:#B19C78 2px dashed;
}

.lp02_01 ul li:nth-child(1){
    border-top:none;
}

.lp_bk03{
    background: url(../img/lp/re_co_bk.png) top repeat-x;
    background-size: auto 100%;
    background-color:#EBF8FC;
}

.lp02_02{/*480 530*/
    width:80.566037735%;
    padding:0 4.71698%;
    border-radius: 25px 25px 0 0;
    background:linear-gradient(to top, #0085B2, #67B8D4);
    margin:-5em 5% 5em;
}


/*アクセスマップ*/

.map_block {
    border-top:1px solid #222222;
    box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px inset;
    -webkit-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px inset;
    -moz-box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px inset;
    
    position:relative;
    padding-bottom: 35%; /* 100/300*200　*/
    height: 0;
    overflow: hidden;
}
.map_block .map,
.map_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*========================
　メールフォーム
========================*/

/*メールフォーム*/
.mail01_01_rese{/*750 910*/
    width:82.417582417%;
    margin:0 auto;
}

.cont01_01{/*720 750*/
    width:96%;
    margin:0 auto;
}

.cont01_02{/*720 750*/
    width:96%;
    margin:-5em auto 0;
}

.mail01_01_rese dl{
	padding:1.5em 0;
}

.mail01_01_rese dt{
	width:98%;
	padding:0 0 0 1%;
	margin:0.6em 0;
	float:none;
	font-weight:bold;
}

.mail01_01_rese dd{
	width:98%;
	margin:0 1%;
	float:none;
}
input.text_min,
input.text,
select.text,
select.text_min,
select.text_middle,
textarea.text{
	border:#F3F3E7 solid 6px;
	border-radius:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	padding:0.9em;
	margin:0.5em 0;
	width:100%;
}
input.text_min,
select.text_min{
	width:30%;
}

select.text_middle{
	width:100%;
}

.mail01_02{
	width:100%;
	margin:0 auto;
}
.mail01_03{
	width:85%;
	margin:0 auto;
}
.mail01_02 input,
.mail01_03 input{
	width:100%;
	margin:0;
}

.my-file-input {
display: inline-block;
padding: 1em;
width: 40%;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-color: #2A1006;
color: white;
/* 立体
box-shadow: #888 2px 2px 1px;*/
cursor: pointer;
}
.my-file-input:hover {
background-color:#5E230D;
}
.my-file-input:active {
/* 立体box-shadow: #888 1px 1px 1px;
position: relative;
top: 1px; left: 1px;*/
}
.my-file-input input {
display: none;
}

input[type=checkbox] {
    margin:0.5em;
    transform: scale(1.5);
}

input[type=radio] {
    margin:0.5em;
    transform: scale(1.5);
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {


/*===========================
　　kodawari
===========================*/
	



.koda_L{
    width:50%;
    margin:0;
    float: left;
}
.koda_R{
    width:50%;
    margin:0;
    float: right;
}
.koda_L_naiyo{
    width: 90%;
    margin:0 auto;
}
.koda_R_naiyo{
    width: 90%;
    margin:0 auto;
}

.koda_point01_bk{
    background: url(../img/kodawari/point_bk_01.png) no-repeat left bottom;
    background-size: cover;
}
	
	
/*===========================
　　jishasenzoku
===========================*/
.jisha_block .koda_L{
	width:50%;
	
}
.jisha_block_R .koda_R{
	width:50%;
	
}
.jisha_block_R .koda_R{
	order: 2;
}
.jisha_block_R .koda_L{
	order: 1;
}

/*===========================
　　paint_wall
===========================*/
.wall01_01 dl {
    width:50%;
    margin:0;
    float: left;
}

/*===========================
　　about
===========================*/
.abou03_01 ul li{
    width:25%;
    float: left;
    
}

.about04_01 dl{
    width:100%;
    padding:1em 0;
    border-bottom:none;
}

.about04_01 dl dt{
    width:25%;
    float: left;
    font-weight: normal;
}

.about04_01 dl dt::before{
    content: '';
}

.about04_01 dl dd{
    width:73%;
    margin: 0 1%;
    float: left;
}
    
/*======================
    store
=======================*/
.store_bk{
    width:50%;
    float: left;
}
.store_bk img{
    width:100%;
}

.store02_01 ul li{
     width:29.8245%;
    margin:0 1.7543% 2em;
}
    
.store_00 h3 {
    padding: 6em 0;
}

.store_07 dt,
.store_07 dd {
    float: left;
}

.store_07 dt { width: 15%; padding: 1.5em 2% 0 0; }
.store_07 dd { width: 83%; }

.map_block {
    padding-bottom: 25%; /* 100/300*200　*/
}
    
/*==================
    estimate
==================*/
.esti01_01 ul li {
	width: 49.6703%;
}
/*=============================
    LPページ
==============================*/
    
    
.lp01_02{/*480 530*/
    width:90.566037735%;
    padding:1em 4.71698%;
    margin:0;
}
.lp01_03{/*480 530*/
    width:90.566037735%;
    padding:1em 4.71698%;
    margin:0;
}

.lp02_01 ul li{
    padding:1em 0 0;
    width:46.4912%;
    margin:1em 1.7543%;
}
.lp02_01 ul li:nth-child(1),
.lp02_01 ul li:nth-child(2){
    border-top:none;
}
.lp02_02{/*480 530*/
    width:90.566037735%;
    padding:0 4.71698%;
    margin:0;
}
    
    
    
/*メールフォーム*/
.mail01_01_rese dt{
	padding:0;
	margin:0.6em 0;
	width:25%;
	float:left;
	
}
.mail01_01_rese dd{
	width:73%;
	margin:0 1%;
	float:left;
	
}

input.text,
select.text,
textarea.text{
	width:100%;
}

select.text_middle{
	width:50%;
}

input.text{
	width:80%;
}


.mail01_02,
.mail01_03{
	width:73%;
	margin:0 0 0 27%;
}
.mail01_02 input,
.mail01_03 input{
	width:auto;
	margin:0 auto;
}

}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1140px) {
/**** メインコンテンツ　****/ 

/*===========================
　　kodawari
===========================*/

/*2021/02/12追加*/
/*.disp_p { display: block; }*/
.disp_s { display:none !important; }
	
.koda_L{
    width:50%;
    margin:0;
    float: left;
}
.koda_R{
    width:50%;
    margin:0;
    float: right;
}
.koda_L_naiyo{
    width: 530px;
    margin:0 20px;
}
.koda_R_naiyo{
    width: 530px;
    margin:0 20px;
}


}
