@charset "UTF-8";


/* PC */
@media ( min-width : 961px) {

.br-tablet {display: none; }
.br-mobile {display: none; }
.pc-no{display: none;}

.fv{
  background-image: url("../img/portfolio.jpg");
  box-sizing: border-box;
  height: calc(90vh - 60px);
  background-size: cover;
  background-position: center;
  padding-top: 31vh;
  margin-bottom: 250px;
}
.fv-tit{
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: center;
  color: #333;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

.fv-tit span{
  line-height: 2.6;
}

/* ギャラリー */
.site-list{display: flex; flex-wrap: wrap; justify-content: start;}
.site-list li{width: 33%;margin: 30px 0;}
.site-list li div{width: 88%; margin: 0 auto;}
body > main > section div:nth-child(5) .table-h3{margin-top: 100px;}
body > main > section:nth-child(2) > div:nth-child(8) > .table-h3{margin-top: 100px;}
.small-txt{font-size: 0.8rem;}
/* table */
.a-link {
  color: #0000EE;
  text-decoration: underline;
 }
 
 .a-link:visited {
  color: #551A8B;
  text-decoration: underline;
 }
 
 .a-link:hover {}
 
 .a-link:active {
  color: #FF0000;
  text-decoration: underline;
 }
.table-h3{text-align: center;font-size: 1.3rem;margin-bottom: 50px;}
.table-txt{text-align: center; margin-bottom: 50px;line-height: 1.6;}
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  table-layout: fixed;
  color: #000;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
table thead{
  border-bottom: 5px solid #ff9900;
}
table tr:last-child{
   border-bottom: none
}
table th,
table td {
  line-height: 1.4;
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th:last-child,
table td:last-child{
    border: none;
}
tbody th {
  vertical-align: middle;
    color: #ff9901;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    display: block;
    border-right: none;
    border-bottom: 5px solid #ff9901;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: 2em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}



.gallery-tit{
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: center;
  color: #333;
  margin-bottom: 80px;
}

.gallery-txt{
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: center;
  color: #333;
  margin-bottom: 180px;
}

.gallery{
  margin: 0 auto;
  columns: 3;/*段組みの数*/
  padding:0 15%;/*ギャラリー左右に余白をつける*/
  margin:0;
  }
  
  .gallery li {
      margin-bottom: 20px;/*各画像下に余白をつける*/
  list-style:none;
  }
  
  /*ギャラリー内のイメージは横幅100%にする*/
  .gallery img{
    width:100%;
    height:auto;
    vertical-align: bottom;/*画像の下にできる余白を削除*/}

.gallery-tit-02{font-size: 42px; margin-top: 200px;line-height: 1.5; padding: 0 20px; padding: 0 20px;}
.gallery-tit-03{font-size: 28px;}
.gallery-tit-04{margin-top: -100px;}
.gallery-txt-02{font-size: 24px; padding: 0 20px; padding: 0 20px;}
.gallery-txt-03{margin-top: 200px;}
.gallery-txt-04{margin-top: -50px;line-height: 1.5;}

.form-btn3{
  width: 20%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(-135deg, rgba(0, 191, 255,0.75), rgba(30, 138, 118,0.75));
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing:0.1em;
  margin: 70px auto;
  position: relative;
  line-height: 1.6;
  text-align: center;
}
.meishi img{border: solid 1px #333;}
.mainstamp-a img{width: 10vw; margin-left: 20%; margin-top: 20px;}
}












/* tablet */
@media (max-width : 960px) {
@media (min-width : 520px){
.br-mobile {display: none; }
.br-pc {display: none; }
.tb-no{display: none;}

.fv{
  background-image: url("../img/portfolio.jpg");
  box-sizing: border-box;
  height: calc(85vh - 60px);
  background-size: cover;
  background-position: center;
  padding-top: 30vh;
}
.fv-tit{
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  color: #333;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

.fv-tit span{
  line-height: 2.9;
}

/* ギャラリー */

.site-list{display: flex; flex-wrap: wrap; justify-content: start;}
.site-list li{width: 50%;margin: 30px 0;}
.site-list li div{width: 90%; margin: 0 auto;}

/* table */
body > main > section div:nth-child(5) .table-h3{margin-top: 100px;}
body > main > section:nth-child(2) > div:nth-child(8) > .table-h3{margin-top: 100px;}
.small-txt{font-size: 0.8rem;}
.a-link {
  color: #0000EE;
  text-decoration: underline;
 }
 
 .a-link:visited {
  color: #551A8B;
  text-decoration: underline;
 }
 
 .a-link:hover {}
 
 .a-link:active {
  color: #FF0000;
  text-decoration: underline;
 }
.table-h3{text-align: center;font-size: 1.3rem;margin-bottom: 50px;}
.table-txt{text-align: center; margin-bottom: 50px;line-height: 1.6;}
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 99%;
  table-layout: fixed;
  color: #000;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
table thead{
  border-bottom: 5px solid #ff9900;
}
table tr:last-child{
   border-bottom: none
}
table th,
table td {
  line-height: 1.4;
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th:last-child,
table td:last-child{
    border: none;
}
tbody th {
  vertical-align: middle;
    color: #ff9901;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}
@media screen and (max-width: 600px) {
  .tb-no{display: none;}
  table {
    border: 0;
    width:100%
  }
  table th{
    display: block;
    border-right: none;
    border-bottom: 5px solid #ff9901;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: 2em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  body > main > section:nth-child(2) > div:nth-child(4) > table > tbody > tr:nth-child(3) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(4) > table > tbody > tr:nth-child(4) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(4) > table > tbody > tr:nth-child(5) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(4) > table > tbody > tr:nth-child(7) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(4) > table > tbody > tr:nth-child(8) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(2) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(3) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(4) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(5) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(6) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(7) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(8) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(9) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(6) > table > tbody > tr:nth-child(3) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(6) > table > tbody > tr:nth-child(4) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(6) > table > tbody > tr:nth-child(5) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(6) > table > tbody > tr:nth-child(7) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(6) > table > tbody > tr:nth-child(8) > td{text-align: left;padding-left: 8px;}
}

.gallery-tit{
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: center;
  color: #333;
  margin: 100px 0 50px 0;
}

.gallery-txt{
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: center;
  color: #333;
  margin-bottom: 100px;
}

.gallery{
  margin: 0 auto;
  columns: 3;/*段組みの数*/
  padding:0 4%;/*ギャラリー左右に余白をつける*/
  }
  
  .gallery li {
      margin-bottom: 20px;/*各画像下に余白をつける*/
  list-style:none;
  }
  
  /*ギャラリー内のイメージは横幅100%にする*/
  .gallery img{
    width:100%;
    height:auto;
    vertical-align: bottom;/*画像の下にできる余白を削除*/}

.container-footer{
  margin-top: 200px;
}
.gallery-tit-02{font-size: 28px; margin-top: 200px;line-height: 1.5; padding: 0 20px;}
.gallery-txt-02{font-size: 18px; padding: 0 20px;line-height: 1.5;}
.gallery-txt-03{margin-top: 200px;line-height: 1.5;}

.form-btn3{
  width: 40%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(-135deg, rgba(0, 191, 255,0.75), rgba(30, 138, 118,0.75));
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing:0.1em;
  margin: 70px auto;
  position: relative;
  line-height: 1.6;
  text-align: center;
}
.meishi img{border: solid 1px #333;}
.mainstamp-a img{width: 18vw; margin-left: 10%;}

}}













  /* mobile */
@media (max-width : 520px){
  .br-tablet{display: none;}
  .br-pc {display: none; }
  .sp-no{display: none;}

  .fv{
    background-image: url("../img/portfolio.jpg");
    box-sizing: border-box;
    height: calc(85vh - 60px);
    background-size: cover;
    background-position: center;
    padding-top: 27vh;
  }
  .fv-tit{
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    color: #333;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
  }
  
  /* ギャラリー */

  .site-list{display: flex; flex-wrap: wrap; justify-content: start;}
.site-list li{width: 100%;margin: 30px 0;}
.site-list li div{width: 75%; margin: 0 auto;}

/* table */
body > main > section div:nth-child(5) .table-h3{margin-top: 100px;}
body > main > section:nth-child(2) > div:nth-child(8) > .table-h3{margin-top: 100px;}
.small-txt{font-size: 0.8rem;}
.a-link {
  color: #0000EE;
  text-decoration: underline;
 }
 
 .a-link:visited {
  color: #551A8B;
  text-decoration: underline;
 }
 
 .a-link:hover {}
 
 .a-link:active {
  color: #FF0000;
  text-decoration: underline;
 }
.table-h3{text-align: center;font-size: 1.3rem;margin-bottom: 50px;}
.table-txt{text-align: center; margin-bottom: 50px;line-height: 1.6;}
table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 70%;
  table-layout: fixed;
  color: #000;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
table thead{
  border-bottom: 5px solid #ff9900;
}
table tr:last-child{
   border-bottom: none
}
table th,
table td {
  line-height: 1.4;
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th:last-child,
table td:last-child{
    border: none;
}
tbody th {
  vertical-align: middle;
    color: #ff9901;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    display: block;
    border-right: none;
    border-bottom: 5px solid #ff9901;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: 2em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  body > main > section:nth-child(2) > div:nth-child(4) > table > tbody > tr:nth-child(3) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(4) > table > tbody > tr:nth-child(4) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(4) > table > tbody > tr:nth-child(5) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(4) > table > tbody > tr:nth-child(7) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(4) > table > tbody > tr:nth-child(8) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(2) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(3) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(4) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(5) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(6) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(7) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(8) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(5) > table > tbody > tr:nth-child(9) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(6) > table > tbody > tr:nth-child(3) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(6) > table > tbody > tr:nth-child(4) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(6) > table > tbody > tr:nth-child(5) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(6) > table > tbody > tr:nth-child(7) > td{text-align: left;padding-left: 8px;}
  body > main > section:nth-child(2) > div:nth-child(6) > table > tbody > tr:nth-child(8) > td{text-align: left;padding-left: 8px;}
}
  
  .gallery-tit{
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.3em;
    text-align: center;
    color: #333;
    margin: 100px 0 50px 0;
  }

  .gallery-txt{
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.3em;
    text-align: center;
    color: #333;
    margin-bottom: 80px;
  }
  
  .gallery{
    margin: 0 auto;
    columns: 2;/*段組みの数*/
    padding:0 5%;/*ギャラリー左右に余白をつける*/
    }
    
    .gallery li {
        margin-bottom: 20px;/*各画像下に余白をつける*/
    list-style:none;
    }
    
    /*ギャラリー内のイメージは横幅100%にする*/
    .gallery img{
      width:100%;
      height:auto;
      vertical-align: bottom;/*画像の下にできる余白を削除*/}
  
  .container-footer{
    margin-top: 200px;
  }
  .gallery-tit-02{font-size: 20px; margin-top: 200px;line-height: 1.5; padding: 0 20px;}
  .gallery-txt-02{font-size: 16px; padding: 0 20px;}
  .gallery-txt-03{margin-top: 200px;}
  .gallery-tit-03{margin-top: 50px;}

  .form-btn3{
    width: 70%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(-135deg, rgba(0, 191, 255,0.75), rgba(30, 138, 118,0.75));
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing:0.1em;
    margin: 70px auto;
    position: relative;
    line-height: 1.6;
    text-align: center;
  }

  .meishi img{border: solid 1px #333;}
.mainstamp-a img{width: 30vw; margin-left: 10%;}

}