@charset "utf-8";
/* CSS Document */


/*************************************************
* 共通
*************************************************/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, Osaka, verdana;
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #555;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, Osaka, verdana;
  -webkit-text-size-adjust: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* フッタと同じ高さに設定 */
  margin-bottom: 80px;

  /* 一番下までスクロールした時の余白 */
  padding-bottom: 0;
}

#footer-bottom {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;

  /* フッタの高さ */
  height: 80px;

  /* フッタのデザイン */
  background-color: #222223;
  padding: 10px;
  color: #9D9D9D;
}

#wrap {

}

.sub-msg {
  -padding-bottom: 60px; 
  -border-bottom: 1px solid #ccc;
}

/*各ページの背景イメージ*/


.bg-img-examples {
  margin: none;
  background: url(../images/img-examples/bg-img-examples.jpg) center top no-repeat;
  background-size:cover;
  text-shadow: 2px 2px 4px #000;
  border-radius: 5px;  
}

.bg-img-mortar {
  margin: none;
  background: url(../images/img-mortar/bg-img-mortar.jpg) center top no-repeat;
  background-size:cover;
  text-shadow: 2px 2px 4px #000;
  border-radius: 5px;  
}

.bg-img-samples {
  margin: none;
  background: url(../images/img-samples/bg-img-samples.jpg) center top no-repeat;
  background-size:cover;
  text-shadow: 2px 2px 4px #000;
  border-radius: 5px;  
}

.bg-img-contact {
  margin: none;
  background: url(../images/img-contact/bg-img-contact.jpg) center top no-repeat;
  background-size:cover;
  text-shadow: 2px 2px 4px #000;
  border-radius: 5px;  
}

.bg-img-aboutus {
  margin: none;
  background: url(../images/img-about_us/bg-img-aboutus.jpg) center top no-repeat;
  background-size:cover;
  text-shadow: 2px 2px 4px #000;
  border-radius: 5px;  
}

.bg-img-process {
  margin: none;
  -margin: 0 0 30px 0;
  background: url(../images/img-process/bg-img-process.jpg) center top no-repeat;
  background-size:cover; 
  text-shadow: 2px 2px 4px #000;
  border-radius: 5px;  
}

.bg-img-privacy {
  margin: none;
  background: url(../images/img-privacy/bg-img-privacy.jpg) center top no-repeat;
  background-size:cover; 
  text-shadow: 2px 2px 4px #000;
  border-radius: 5px;  
}

.bg-img-qa {
  margin: none;
  background: url(../images/img-qa/bg-img-qa.jpg) center top no-repeat;
  background-size:cover; 
  text-shadow: 2px 2px 4px #000;
  border-radius: 5px;  
}

.bg-img-examples,
.bg-img-mortar,
.bg-img-samples,
.bg-img-contact,
.bg-img-aboutus,
.bg-img-process,
.bg-img-privacy,
.bg-img-qa {
  color: #fff;
  padding: 0 30px 30px 30px;
}

article {
  padding: 0px 0px 0px 0px;
  background: url(../images/common/background-grade.png) center top no-repeat;
  background-size:contain;
}

hr {
  margin: 20px 0px 0px 0px;
}

footer {
  margin-top: 20px;
}

/*************************************************
* Contents
*************************************************/

h1 {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 120%;
  padding: 30px 0px 30px 0px;
}

h2{
  /*共通h2*/
  background: url(./img/back-image-1L.png) center center no-repeat;
  background-size: contain;
  margin: 50px 5% 30px 5%;
  line-height: 150%;
  font-size: 1.5rem;
  text-align: center;
  padding:  10px 0px 10px 0px;
}

p.sub-headline{
  -color: #5CB85C;
  font-weight: bold; 
  -margin-bottom: 50px !important;
}

.icon{
  margin: 30px;
  text-align: center;
  color: #bcbcbc;
  font-size: 1.2rem;
}

.icon i {
  margin: 0 10px;
}

.line {
  border-bottom: solid 1px #ddd;
}

.line2 {
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px;
}

.inner{
  text-align: left;
  width: 100%;
}

.inner p{
  font-size: 1.6rem;
  line-height: 140%;
  margin: 1.6rem 0rem;
}

.cmt-box {
  background-color: #F2F2F2;  
  margin: none;
  padding: 1rem 1rem;
  border: solid 1px #ddd;
  border-radius: 5px;
}

.info-msg {
  text-align: left;
  width: 100%;
}

.info-msg p {
  font-size: 1.6rem;
  line-height: 140%;
  margin: 1rem 1rem;
}

/*============
* 業務内容表
============*/

.inner table {
  margin: 20px auto;
  width: 100%;

}

.inner table th {
  width: 35%;
  text-align: left;
}

.inner table td {
  text-align: left;
  font-size: 1.5rem;
}

.info {
  padding: 20px;
  margin: 0 auto;
  width: 100%;
}

figure.info_man {
  text-align: center;
}

figure.info_man img {
  width: 150px;
}

figure.info_man figcaption {
  text-align: center;
}

/*============
* Q&A
============*/
.info-qa {
  padding: 10px 0px;
  height: 100%;
  height: auto;
  border: solid 1px #ddd;
  border-radius: 5px;
}

.info-qa ul {
  -color: red;
  font-size: 1.5rem;
  text-align: left;
  padding-left: none;
}

.info-qa ul li {
  margin: 20px 0;
}

.qa {
  padding-top: 10px;/*内部リンク先の余白分*/
  -margin-top: 20px;/*内部リンク先の余白分*/
}


.qa h3 {
  color: tomato;
  font-size: 1.8rem;
  margin-top: 25px;
  margin-bottom: 40px;
}

/*============
* Privacy
============*/

.privacy {
  text-align: left;
}

.privacy .h2w h2 {
  background: url(./img/back-image-1L.png) center center no-repeat;
  background-size: contain;
  color: red;
  margin: 50px 0% 30px 0%;
  line-height: 150%;
  font-size: 1.5rem;
  text-align: center;
  padding:  12px 0px 12px 0px;
}

/*============
* サンプルページ
============*/

article.paint {

}

article.paint figure {
  padding: 5px;
}
article.paint img {
  width: 100%;
}

article.paint h2 {
  margin-top: 0px;
  padding-top: -20px;
}

article.paint .icon {
  margin-bottom: 50px;
}

article.paint .pcMenu {
  display: none;
}
article.paint .spMenu {
  display: block;
}

/*デフォルトbootstrap5の修正*/
.list-group-item {
  -background-color: red !important;
  background-image: url(./img/arrow.png); 
  background-repeat: no-repeat;
  background-position: center right;
}


/*============
* プロセスページ
============*/

.step {
 margin-bottom: 50px; 
}

.step img {
  -margin-top: 20px;
  margin-bottom: 20px;
}

.stap-img {
  text-align: center;
}

.step div.button {
  margin: 15 0px;
  text-align: center;
}

.step div.button a {
  -margin: 10px;
  font-size: 1.6rem;
  -padding: 1.5rem 1rem;
}

/*ボタンの修正*/
.btn-gray a:link,
.btn-gray a:visited{
    color: #fff !important;
    background-color: #333;
    border-color: #444;
}

.btn-gray a:hover,
.btn-gray a:active {
    color: #fff;
    background-color: #222;
    border-color: #333;
}




/*************************************************
* navi
*************************************************/
nav{
 margin-bottom: none; 
}

.navbar {
  margin-bottom: 0px;
}


/*************************************************
* Slider
*************************************************/
.carousel-control{
  width: 8%;
}
a
.slider1{
  background: url(../images/bigbanner.jpg) no-repeat 30px 60px #ff0000;
  height: 500px;
  width: 100%;
}

.sp{
 display: block;
}

.pc{
 display: none;
}


/*************************************************
* ヘッダー
*************************************************/

.tel {
/*  width: 200px;
  text-align: right;
  float: right;
*/
}

.tel a {
/*  color : #fff;
  font-weinght: bold;
  padding-right: -15px;
  text-decoration: none;
  font-size: 2rem;
*/
}


/*************************************************
* ギャラリー
*************************************************/
.album{
 margin-top: 30px;
}

.my-gallery img {
  max-width: 90%;
  height: auto;
}

.my-gallery figure {
  text-align: center;
  height: 220px;
  -background-color:red;
  margin-top: 10px;
  padding: 10px 0px;
  border-bottom: solid 1px #ddd;
}

.tab-pane h2 {
  /*パネル部分h2*/
  background: url(./img/back-image-1L.png) center center no-repeat;
  background-size: cover;
  margin: 40px 5% 20px 5%;
  /*背景画像の大きさ*/
  line-height: 150%;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  padding: 0px 0px 0px 0px;

}


figcaption {
  text-align: left;
  padding: 5px;
}

/*************************************************
* フッター
*************************************************/

.footer-in {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 20px 0px 20px 0px;;
  text-align: center;
  border-top: solid 1px #ddd;
}

address {
  text-align: center;
  font-size: 0.7rem;
}

.copyright {
}

.copyright p {
  text-align: center;
}

.footer_logo img {
  width: 40%;
  -background-color: red;
}

.comp_name {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -background-color: yellow;
}

.comp_name p.tel {
  font-size: 3rem;
  margin-top: 10px;
  font-weight: bold;

}

ul.list-unstyled li {
  line-height: 200%;
}

/*************************************************
* topへ戻る
*************************************************/

#page-top {
    position: fixed;
    bottom: 15px;
    right: 5px;
}
#page-top a {
    -background: #666;
    text-decoration: none;
    color: #666;
    width: 100px;
    -padding: 30px 0;
    text-align: center;
    -display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    -background: #999;
    color: #999;
}

@media screen and (min-width: 320px) {
/* 320px or more */

/*************************************************
* 共通
*************************************************/

h1 {
  font-size: 2.5rem;
  margin: 20px 0px;
  padding: 30px 0px 30px 0px;
}

p{
  font-size: 1.8rem;
}

/*************************************************
* Contents
*************************************************/

.inner{
  text-align: left;
}

.cmt-box {
  margin: none;
  padding: 1rem 2rem;
}

.info-msg {
  text-align: left;
}


/*************************************************
* ギャラリー
*************************************************/

.my-gallery img {
  max-width: 95%;
  height: auto;
}

.my-gallery figure {
  text-align: center;
  height: 250px;/*画像＋テキストの高さ指定*/
  padding: 10px 5px;
}


}

@media screen and (min-width: 480px) {
/* 480px or more */

.bg-img-examples,
.bg-img-mortar,
.bg-img-samples,
.bg-img-contact,
.bg-img-aboutus,
.bg-img-process,
.bg-img-privacy,
.bg-img-qa {
  padding: 0 0px 30px 0px;
}

/*************************************************
* 共通
*************************************************/

p{
  font-size: 1.8rem;
}


/*************************************************
* Contents
*************************************************/
h1 {
  font-weight: bold;
  -padding: 20px 0px 0px 0px;
  padding: 30px 0px 30px 0px;
}

.inner{
  text-align: left;
  width: 85%;
  margin: 0 auto;
}


.cmt-box {
  margin: 0 0 2rem 0;
  padding: 1rem 3rem;
}

.info-msg {
  text-align: left;
  -width: 85%;
  margin: 0 auto;
}


/*************************************************
* Slider
*************************************************/

.sp{
 display: none;
}

.pc{
 display: block;
}


/*************************************************
* ギャラリー
*************************************************/

.my-gallery figure {
  text-align: center;
  height: 300px;/*画像＋テキストの高さ指定*/
  -background-color:orange;
  margin-top: 10px;
  padding: 10px 10px;

}

.tab-pane h2 {
  /*パネル部分h2*/
  background: url(./img/back-image-1L.png) center center no-repeat;
  background-size: contain;
  margin: 40px 5% 20px 5%;
  /*背景画像の大きさ*/
  line-height: 200%;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  padding: 0px 0px 0px 0px;

}


/*************************************************
* フッター
*************************************************/

.footer_logo {
  height: auto;
  -background-color: red;
}


.footer_logo img {
  width: 40%;
}

.comp_name {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  -background-color: yellow;

}

.comp_name h3 {

}

.comp_name p.tel {
  font-size: 3rem;
  margin-top: 10px;
  font-weight: bold;

}

/*************************************************
* topへ戻る
*************************************************/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

}

@media screen and (min-width: 768px) {
/* 768px or more */

/*************************************************
* 共通
*************************************************/

[class*="cols"] + [class*="cols"]:last-child {
float: right;
}

p {
  font-size: 1.8rem;
}

.line {
  margin-top: 0px;
  margin-bottom: 0px;
}

.line2 {
  margin-top: 0px;
  margin-bottom: 30px;
}

/*************************************************
* Contents
*************************************************/

.inner {
  text-align: left;
  width: 85%;
  margin: 0 auto;
}

.cmt-box {
  margin: none;
  padding: 1rem 3rem;
}

.info-msg {
  text-align: left;
  -width: 85%;
  margin: 0 auto;
}

/*************************************************
* Slider
*************************************************/
.carousel-control {
  width: 10%;
}


/*************************************************
* ギャラリー
*************************************************/

.my-gallery figure {
  text-align: center;
  height: 250px;
  -background-color:green;
  margin-top: 10px;
}


/*************************************************
* フッター
*************************************************/

.footer_logo {
  height: auto;
  -background-color: red;
}


.footer_logo img {
  width: 60%;
}

.comp_name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 250px;
  -background-color: yellow;

}

.comp_name h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.comp_name p.tel {
  font-size: 3rem;
  margin-top: 10px;
  font-weight: bold;

}


/*****************************
* clearfix
******************************/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*for IE6,7*/
.clearfix {
  *zoom:1;
}

}

@media screen and (min-width: 1000px) {
/* 1000px or more */

.bg-img-examples,
.bg-img-mortar,
.bg-img-samples,
.bg-img-contact,
.bg-img-aboutus,
.bg-img-process,
.bg-img-privacy,
.bg-img-qa {
  padding: 0 60px 30px 60px;
}


/*************************************************
* 共通
*************************************************/

h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 120%;
    -margin: 50px 0px 20px 0px;;
  padding: 50px 0px 20px 0px;
}

h2 {
  /*共通h2*/
  background: url(./img/back-image-1L.png) center center no-repeat;
  background-size: contain;
  margin: 40px 5% 40px 5%;
  line-height: 150%;
  font-size: 1.8rem;
  text-align: center;
  padding: 5px 5px;
}

p {
  font-size: 1.8rem;
}

.inner table {
  margin: 20px auto;
  width: 80%;
}

.info {
  padding: 20px;
  margin: 0 auto;
  width: 80%;
}

figure.info_man {
  text-align: center;
  margin: 20px 0px 0px 0px;
}

/*************************************************
* Contents
*************************************************/

.inner {
  text-align: center;
  width: 100%;
}

.cmt-box {
  margin: 0 0 3rem 0;
  padding: 1rem 3rem;
}

.info-msg {
  text-align: center;
  width: 100%;
}

p.sub-headline {
  font-weight: bold; 
  font-size: 150%;
  margin-bottom: 30px;
}

.icon {
  margin: 20px 10px 0px 10px;
  text-align: center;
  color: #bcbcbc;
  font-size: 1.5rem;
}

/*============
* Q&A
============*/
.info-qa {
  padding: 10px 0px;
  height: 100%;
  height: 180px;
}

.qa {
  -padding-top: 10px;/*内部リンク先の余白分*/
  margin-bottom: 120px;/*内部リンク先の余白分*/
}



/*************************************************
* ギャラリー
*************************************************/

.tab-pane h2 {
  /*パネル部分h2*/
  background: url(./img/back-image-1L.png) center center no-repeat;
  background-size: auto;
  margin: 40px 10% 20px 10%;
  /*背景画像の大きさ*/
  line-height: 150%;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  padding: 0px 20px;

}

.my-gallery figure {
  text-align: center;
  height: 240px;
  -background-color:red;
  margin-top: 10px;
}

/*============
* Privacy
============*/

.privacy {
  text-align: left;
}

-.privacy .h2w h2 {
  background: url(./img/back-image-1L.png) center center no-repeat;
  background-size: auto;
  margin: 40px 10% 20px 10%;
  /*背景画像の大きさ*/
  line-height: 150%;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  padding: 0px 20px;
}
  

/*============
* サンプルページ
============*/
.sample-img {
 padding-left: 30px; 
}

article.paint {

}

article.paint .icon{
  -margin-bottom: 50px;
}

article.paint .pcMenu{
  display: block;
}
article.paint .spMenu{
  display: none;
}

/*デフォルトbootstrap5の修正*/
.list-group-item {
  background-image: none; 
  -background-repeat: no-repeat;
  -background-position: center right;
}


/*============
* プロセスページ
============*/
.step {
 padding-left: 30px; 
}


/*************************************************
* フッター
*************************************************/

.footer_logo {
  height: auto;
  -background-color: red;
}


.footer_logo img {
  width: 60%;
}

.comp_name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: auto;
  -background-color: yellow;
  text-align: left;

}

.comp_name h3 {

}

.comp_name p.tel {
  font-size: 2.5rem;
  margin-top: 10px;
  font-weight: bold;

}


}

