@charset "UFT-8";

/* 共通部分
------------------------ */
html {
    font-size: 100%;
}
body {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.7;
    color: #ffffff;
    background: rgba(0,83,63,.2);
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

/* header
-------------- */
.logo {
    width: 210px;
    margin-top: 14px;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: none;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: #00533f;
}
.main-nav a:hover {
    color: #0bd;
}
.page-header {
  background: -moz-linear-gradient(top, rgba(0,83,63,.4) 30%, rgba(0,83,63,.0));
  background: -webkit-linear-gradient(top, rgba(0,83,63,.4) 30%, rgba(0,83,63,.0));
  background: linear-gradient(to bottom, rgba(0,83,63,.4) 30%, rgba(0,83,63,.0));
  display: flex;
  padding: 5px;
  justify-content: space-between;
  width: 100%;
}
.wrapper {
    max-width: 0 auto;
    margin: 0 auto;
    padding: 0 4%;
}

/* main
------------------ */
main {
   margin-top: 20px;
   margin-bottom: 50px;
}

/* .title */
.title {
       margin: 60px auto 20px auto;
}
.title h2 {
       font-size: 2rem;
       font-weight: lighter;
       color: #72640c;
       font-family: 'Philosopher', serif;
       font-style: italic;
       line-height: 1.5rem;
       text-align: center;
}
.title h2>small {
       font-family: 'Philosopher', serif;
       font-style: italic;
       font-size: 1.5rem;
       line-height: 2.5rem;
}
.title p {
       font-size: 1.5rem;
       font-weight: lighter;
       color: #72640c;
       font-family: 'Philosopher', serif;
       font-style: italic;
       line-height: .8rem;
       text-align: center;
       margin: 15px auto;
}
.title p>small {
       font-family: 'Noto Serif JP',serif;
       font-size: 1.1rem;
       line-height: .5rem;
}

/* .attention */
.attention {
      width: 30%;
      margin: 20px auto;
}
.attention p {
      font-family: 'Noto Serif JP',serif;
      font-size: 1rem;
      color: red;
      text-align: center;
}

.img {
        width: 17%;
        margin: 5px auto;
}
.img-1 {
       width: 30%;
       margin: 10px auto;
}
.text {
      width: 40%;
      margin: 3px auto 40px auto;
      text-align: center;
}
.text-b {
      width: 40%;
      margin: 0 auto;
      text-align: center;
}
.text p {
       color: #72640c;
       font-family: 'Noto Serif JP',serif;
       font-size: 1.06rem;
       font-weight: normal;
       line-height: 1.47rem;
       text-align: center;
       margin: 0 auto;
}
.text-left, .text-left-b {
       width: 35%;
       margin: 20px auto 40px auto;
}
.text-left p {
      color: #72640c;
      font-family: 'Noto Serif JP',serif;
      font-size: 1.06rem;
      font-weight: normal;
      line-height: 1.47rem;
      margin: 0 auto;
      text-align: left;
}
.text-b p {
      color: #72640c;
      font-family: 'Noto Serif JP',serif;
      font-size: 1.06rem;
      font-weight: bold;
      line-height: 1.45rem;
      margin: 0 auto;
      text-align: center;
}
.text-left-b p {
      color: #72640c;
      font-family: 'Noto Serif JP',serif;
      font-size: 1.06rem;
      font-weight: bold;
      line-height: 1.45rem;
      margin: 0 auto;
      text-align: left;
}
.repair-a, .repair-b, .repair-c, .repair-d, .repair-e, .repair-f, .repair-g, .repair-h, .repair-i, .repair-j, .repair-k {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 15px;
         width: 35%;
         margin: 0 auto;
        background-size: cover;
}
.repair-l {
         display: grid;
         grid-template-columns: 1fr 1fr;
         gap: 15px;
         width: 45%;
         margin: 0 auto;
}

/* #lightbox */
#lightbox .lb-container {
      padding: 0px;
}

/* フッター
-------------------- */
footer {
  background: -moz-linear-gradient(bottom, rgba(0,83,63,.4) 40%, rgba(0,83,63,.03));
 background: -webkit-linear-gradient(bottom, rgba(0,83,63,.4) 40%, rgba(114,100,12,.03));
 background: linear-gradient(to top, rgba(0,83,63,.4) 40%, rgba(0,83,63,.03));
   height: 400px;
   text-align: center;
}
footer .logo {
     width: 15%;
     margin: 15px auto 0 auto;
}
footer h3 {
     color: #00533f;
     font-family: 'Noto Serif JP', serif;
     font-size: 1.2rem;
     line-height: 2rem;
     text-align: center;
}
footer p {
    color: #00533f;
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
}
footer small {
   color: #00533f;
   font-family: 'Noto Serif JP', serif;
   font-weight: normal;
 }
.kobutu {
      margin: 10px auto 0 auto;
}
.kobutu p {
     color: #00533f;
     font-family: 'Noto Serif JP', serif;
     font-size: .9rem;
}
.kobutu p>small {
       color: #00533f;
       font-family: 'Noto Serif JP', serif;
}


/* モバイル版
-------------------------- */
@media (max-width: 800px) {
    .page-title {
       font-size: 2.5rem;
    }

/* header */
.page-header {
       flex-direction: column;
       align-items: center;
}

/* .main-nav */
.main-nav {
       font-size: .9rem;
       margin-top: 0px;
       display: flex;
       gap: 15px;
}
.main-nav li {
       margin: 0 3px;
}

   /* home */
.hpme-content {
     margin-top: 20%;
}
h1 {
    margin: 0 4px;
    line-height: 1.9rem;
}

/* main */
/* #repair-.C.Bechstein-mod.M */

.title p>small {
      font-family: 'Noto Serif JP',serif;
      font-size: .9rem;
}

.attention {
      width: 75%;
      margin: 20px auto;
}

.text, .text-left, .text-left-b, .text-b {
     width: 70%;
}
.text p {
    font-size: 1rem;
}
.repair-a, .repair-b, .repair-c, .repair-d, .repair-e, .repair-f, .repair-g, .repair-h, .repair-i, .repair-j, .repair-k {
   display: grid;
   grid-template-columns: repeat(auto-fit,minmax(160px,1fr));
   gap: 13px;
   width: 70%;
   margin:20px auto 5px auto;
   background: rgba(255,249,184,.0);
}
.repair-l {
      display: grid;
      grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
      gap: 13px;
      width: 70%;
      margin:20px auto 5px auto;
}
.img {
     width: 70%;
}
.img-1 {
     width: 70%;
}
.item {
    margin-top: 0;
    padding-top: 0;
    background: rgba(255,249,184,.0);
}

/* footer */
footer {
     margin: 0 auto;
}
footer .logo {
     width: 50%;
}
footer p {
     font-size: .9rem;
}
}
