/*写真・スマフォ*/

#none_pc { display: none; overflow: hidden; }/*ＰＣ表示させない*/
#none_smart { }/*スマフォ表示させない*/

pc_br {/*改行*/
display: block;
}
smart_br {/*改行*/
display: block;
}

@media screen and (min-width: 680px){   
.pc { display:block; }
.sp { display:none; }
}
@media screen and (max-width: 680px){   
.pc { display:none; }
.sp { display:block; }
}


html,body,table,th,td,div {
font-size: 100%;
}



/* ページトップへ戻るボタン */
#pagetop { position:fixed; bottom:0px; right:10px; padding:0; z-index: 900;}
#pagetop img { width: 100px; }











#Main_Grid {
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
max-width: 100%;
padding: 50px 20px 50px 20px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Main_Center {
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
width: 100%;
text-align: center;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 50px auto 20px auto;/* 上・右・下・左*/
}
#Main_Left {
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
width: 100%;
text-align: justify;/*両端揃え*/
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 50px auto 20px auto;/* 上・右・下・左*/
}





#Background_Red_up {/* BOX- Red */
color: #DDDDDD;/*フォント色*/
font-size: 100%;
line-height: 150%;
text-align: center;
width: 100%;
clip-path: polygon(0, 100% 0, 100% calc(100% - 7vw), 0 100%);
background-color:#A55F5F;/*背景色*/
padding: 0px 0px 150px 0px;/*上・右・下・左*/
margin: 0px auto -130px auto;/*上・右・下・左*/
}
#Background_Red_middle {/* BOX- Red */
color: #DDDDDD;/*フォント色*/
font-size: 100%;
line-height: 150%;
text-align: center;
width: 100%;
clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
background-color:#A55F5F;/*背景色*/
padding: 30px 0px 30px 0px;/*上・右・下・左*/
margin: 0px auto -130px auto;/*上・右・下・左*/
}
#Background_Red_down {/* BOX-Red */
color: #DDDDDD;/*フォント色*/
font-size: 100%;
line-height: 150%;
text-align: center;
width: 100%;
clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100%, 0 100%);
background-color:#A55F5F;/*背景色*/
padding: 150px 0px 150px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Background_E5EBEB_middle {/* BOX-ホワイト */
color: #3A3A3A;/*フォント色*/
font-size: 100%;
line-height: 150%;
text-align: center;
width: 100%;
clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
background-color:#E5EBEB;/*背景色*/
padding: 30px 0px 130px 0px;/*上・右・下・左*/
margin: 0px auto -130px auto;/*上・右・下・左*/
}
#Background_E5EBEB_down {/* BOX-ホワイト */
color: #3A3A3A;/*フォント色*/
font-size: 100%;
line-height: 150%;
text-align: center;
width: 100%;
clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100%, 0 100%);
background-color:#E5EBEB;/*背景色*/
padding: 150px 0px 150px 0px;/*上・右・下・左*/
margin: 0px auto -130px auto;/*上・右・下・左*/
}







#White_Title {/*タイトル*/
font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
text-align: center;
width: 100%;
color: #6A6A6A;/*フォント色*/
font-size: 150%;
line-height: 130%;
font-feature-settings: "palt";/* 文字詰め */
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 10px 0px 10px 0px;/* 上・右・下・左*/
}
#White_ZOBI {/*ZOBI ENTERPRISES*/
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
text-align: center;
width: 100%;
color: #6A6A6A;/*フォント色*/
font-size: 100%;
line-height: 100%;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px 0px 50px 0px;/* 上・右・下・左*/
}


#Red_Title {/*タイトル*/
font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
text-align: center;
max-width: 100%;
color: #FFCF37;/*フォント色*/
font-size: 150%;
line-height: 130%;
font-feature-settings: "palt";/* 文字詰め */
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 10px 0px 10px 0px;/* 上・右・下・左*/
}
#Red_ZOBI {/*ZOBI ENTERPRISES*/
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
text-align: center;
width: 100%;
color: #FFCF37;/*フォント色*/
font-size: 100%;
line-height: 100%;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px 0px 50px 0px;/* 上・右・下・左*/
}




/*業務一覧*/
#table_business {
width: 100%;
text-decoration: none;
text-align:center;
border-collapse:  collapse;/*テーブル枠1px*/
margin: 50px auto 0px auto;/*上・右・下・左*/
}
#table_business th {
display:none;
}
#table_business td {
font-weight: 300;

width: 100%;
font-size: 100%;
line-height: 180%;
text-align: justify;/*両端揃え*/
color: #FFFFFF;
padding: 20px 0px 20px 0px;/*上・右・下・左*/
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
#business_title {
display: none; overflow: hidden;
}
#business_title_smart {
font-weight: 600;

font-size: 130%;
line-height: 180%;
padding: 2px 0px 2px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
padding-left:1.3em; text-indent:-1.3em;
font-feature-settings: "palt";/* 文字詰め */
}
#table_business img {
width: 100%;
padding: 10px 0px 10px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}





/* 写真掲載 */
#Photo_Grid_Box {
max-width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Photo_4 {
width: calc(100% / 2);/*2等分*/
display: flex;
box-sizing:border-box;
}
#Photo_box {
width: 100%;
text-align: justify;/*両端揃え*/
padding: 5px 5px 5px 5px;/* 上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Photo_box img {
max-width: 100%;
height: auto;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
border-radius: 5px;/*角丸める*/
}





/*お問い合わせ*/
#Background_inquiry {
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
margin: 20px auto 0px auto;/*上・右・下・左*/
}
#Grid_inquiry_1 {
width: calc(100% / 1);/*3等分*/
display:flex;
}
a.btn_inquiry_1 {
  font-weight: 700;

text-align: center;
font-size: 150%;
line-height: 100%;
text-decoration: none;
width: 100%;
display: inline-block;
color: #A55F5F;/* 文字色 */
background-color: #CFAAAA;/*背景色*/
font-feature-settings: "palt";/* 文字詰め */
padding: 10px 80px 10px 80px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
border-radius: 5px;/*角丸める*/
border: 1px solid #CFAAAA;
}
a.btn_inquiry_1:hover {
color: #A55F5F;/* 文字色 */
background-color: #FFFFFF;/*背景色*/
text-decoration: none;
border: 1px solid #A55F5F;
}
inquiry_s {
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
font-size: 50%;
line-height: 130%;
}





