@charset "UTF-8";

/* 共通部分
------------------------------*/
html {
    font-size: 100%;
}
body {
    font-family:"游明朝",'Lora' ;
    line-height: 1.7;
    color: #dddddd;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

/* header
------------------------------*/
.logo {
    width: 150px;
    margin-top: 20px;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: #ffffff;
}
.main-nav a:hover {
    color: #dddddd;
}
.page-header {
    display: flex;
    justify-content: space-between;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}
/* home
-------------------------------*/
.home-content {
    text-align: center;
    margin-top: 10%;
}
.home-content p {
    font-size: 1.125rem;
    margin: 10px 0 42px;
}

/* 見出し　*/
.page-title {
    font-size: 4rem;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: normal;
}
/* 大きな背景画像　*/
.big-bg {
    background-size: cover;
    background-position: center;
    background-repeat:  no-repeat;
}
#home {
    background-image: url(../images/piano_background.jpg);

    min-height: 100vh;
}
#home .page-title {
    text-transform: none;
}

/* NEWS
------------------------------ */
#news {
    background-image: url(../images/piano_background.jpg);
    height: 270px;
    margin-bottom: 10px;
}
#news .page-title {
    text-align: center;
}
/* 記事部分　*/
article {
    width: 74%;
    margin-top: 30px;
}

/* サイドバー　*/
aside {
    width: 22%;
}
.news-contents img {
    border-radius: 50%;
    width: 70%;
    margin-top: 10px;
    margin-left: 30px;
}
.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
/* footer
------------------------------ */
footer {
    background: #000000;
    text-align: center;
    padding: 26px 0;

}
footer p {
    color: #fff;
    font-size: 0.875rem;
}
.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
    color: #000000;
}
.post-date {
    background: #000000;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
    margin-top: 50px;
}
.post-date span {
    font-size: 1rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;
}
.post-title {
    font-size: 2rem;
    font-weight: normal;
    margin-top: 50px;
}
.post-title,
.post-cat {
    margin-left: 120px;
}
article img {
    margin-bottom: 20px;
}
article p {
    margin-bottom: 1rem;
    color: #000000
}
.sub-title {
    color: #000000;
    font-size: 1.375rem;
    margin-top: 50px;
    padding: 0 8px 8px;
    border-bottom: 2px #000000 solid;
    font-weight: nomal;
}
aside p {
    color: #000000;
    padding: 12px 10px;
}
.sub-menu {
    margin-bottom: 60px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: #000000;
    padding: 10px;
    display: block;
}
.sub-menu a:hover {
    color: #000000;
}
/* Contact
---------------------------------- */
#contact {
    background-image: url(../images/piano_background.jpg);
    min-height: 100vh;
}
/*　フォーム　*/
form div {
    margin-bottom: 14px;
}
label {
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea {
    background: #ddd;
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 300px;
}
textarea {
    width: 100%;
    max-width: 500px;
    height: 18rem;
}
input[type="submit"] {
    font-size: 1rem;
    border: none;
    cursor: pointer;
    line-height: 1;
    background-color: #333;
    margin-left: 400px;
}
.about-the-estimate {
    margin-top: 30px;
    width: 75%;
}
/* PRICES　
--------------------------- */
#prices {
    background-image: url(../images/piano_background.jpg);
    height: 270px;
    margin-bottom: 10px;
}
#prices .page-title {
    text-align: center;
}
.prices-contents {
    color: #000000;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.prices-contents h1 {
    font-size: 1.6rem;
    text-align: center;
}
.prices-contents h2 {
    text-align: center;
}
.price-list {
    font-size: 1.3rem;
    margin-top: 1%;
    margin-bottom: 3%;
    padding: 2%;
    list-style: none;
}
.prices-contents h3 {
    color: #b6195d;
}
.price-list span {
    text-decoration: line-through;
    margin-left: 3%;
    font-size: 1.2rem;
}
.price-list strong {

    line-height: 5px;
    color: #b6195d;
}
.process {
    font-size: 1.2rem;
    margin-left: 80px;
    padding: 10px;
    margin-top: 2px;
}
.process-number {
    background: #333333;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.568rem;
    text-align: center;
    position: absolute;
    margin-left: 200px;
    margin-top: 9px
}

.about-format {
    margin-top: 5%;
    padding: 10px;
    font-size: 1rem;
    list-style: none;
}
.delivery-date {
    margin-top: 2%;
    padding: 10px;
    font-size: 1rem;
    list-style: none;
}
.payment {
    margin-top: 2%;
    padding: 10px;
    font-size: 1rem;
    list-style: none;
}
.caution {
    list-style: none;
    font-size: 1rem;
    margin-top: 5%;
    padding: 10px;
    margin-bottom: 5%;

}
.button {
    font-size: 1.5rem;
    text-align: center;
    background: #333333;
    color: #ffffff;
    border-radius: 4px;
    padding: 12px 32px;
}
.button:hover {
    background: #dddddd;
}
/* PAYMENT
----------------------------- */
#payment {
  background-image: url(../images/piano_background.jpg);
  min-height: 100vh;
}
.pay-with-card h2 {
   font-size: 3rem;
}
.button-text1 {
    margin-top: 20px;
}
.button-text2 {
    margin-top: 50px;
}
.button-text3 {
    margin-top: 50px;
}
.caution-message {
    margin-top: 90px;
}

/* Works */
#works {
    background-image: url(../images/piano_background.jpg);
    height: 270px;
    margin-bottom: 10px;
}
#works .page-title {
    text-align: center;
}
.works-contents {
    color: #000000;
    text-align: center;
    margin-top: 20px;
}
.works-contents h1 {
    margin-top: 100px;
    margin-bottom: 30px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #dfcba5;
}
.works-contents h2 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.works-contents h5 {
    font-size: 0.9rem;
    margin-top: 20px;
}
.catch-copy {
    margin-top: 50px;
    margin-bottom: 100px;
    text-shadow: 2px 2px 2px #dfcba5;
}
.works-contents h4 {
    font-size: 1.2rem;
    margin-top: 20px;
}
#works .button {
    text-align: center;
}
/* thanks */
.thanks-contents h3 {
    font-size: 1.5rem;
    margin-bottom: 50px;
}
.thanks-contents p {
    font-size: 1rem;
}
/* モバイル版
----------------------------- */
@media (max-width: 600px) {
     .page-title {
      font-size: 2.5rem;
    }

    /* HEADER */
    .main-nav {
      justify-content: center;
      font-size: 0.8rem;
      margin-top: 10px;
      margin-right: 30px;
    }

    /* HOME */

    .page-header {
      flex-direction: column;
      align-items: center;
    }
    .home-content {
      margin-top: 20%;
      text-align: center;
    }
    .home-content h1 {
      font-size: 1.6rem;
    }
    .home-content p {
      font-size: 0.7rem;
    }
    .home-content a {
        font-size: 0.8rem;
    }
    /* NEWS */
    .news-contents {
      flex-direction: column;
      width: 100%;
    }
    article,
    aside {
      width: 100%;
    }
    #news .page-title {
      margin-top: 2px;
      font-size: 2.3rem;
    }
    aside {
      margin-top: 10px;
    }
    .news-contents img {
      margin-left: 50px;
    }
    .post-info {
      margin-bottom: 30px;
    }
    .post-date {
      width: 70px;
      height: 70px;
      font-size: 1rem;
    }
    .post-date span {
      font-size: 0.875rem;
      padding-top: 2px;
    }
    .post-title {
      font-size: 1.375rem;
    }
    .post-cat {
      font-size: 0.875rem;
      margin-top: 10px;
    }
    .post-title,
    .post-cat {
      margin-left: 80px;
    }
    /* CONTACT */
    #contact .page-title {
        margin-top: 20px;
        font-size: 2.5rem;
    }
    .about-the-estimate {
        width: 100%;
        margin-top: 90px;
        font-size: 1rem;
    }
    .contact-contents p {
        font-size: 0.8rem;
    }
    /* Prices */
    #prices .page-title {
        text-align: center;
        font-size: 2.3rem;
    }
    .prices-contents {
        text-align: center;
    }
    .prices-contents h1{
        font-size: 1.5rem;
    }
    .prices-contents h2{
        font-size: 1.2rem;
    }
    .prices-contents h3{
        font-size: 1rem;
        text-align: center;
    }
    .price-list {
        font-size: 1.2rem;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .price-list span {
        font-size: 0.8rem;
    }
    .process {
        font-size: 1rem;
        position: relative;
        margin-right: 30px;
    }
    .process-number {
        margin-top: 20px;
        margin-left: 30px;
    }

    .about-format {
        margin-top: 20px;
        font-size: 1rem;
    }
    .delivery-date {
        margin-top: 20px;
        font-size: 1rem;
    }
    .payment {
        margin-top: 20px;
        font-size: 1rem;
    }
    .caution {
        margin-top: 20px;
        font-size: 1rem;
    }
    .caution li {
        font-size: 0.9rem;
        padding: 10px;
        list-style: none;
    }
    .button {
        background-position: left;
        font-size: 1.2rem;
        justify-content: center;
    }
    /* PAYMENT */
    #payment .page-title {
        padding-top: 20px;
        font-size: 1rem;
        text-align: center;
    }
    .pay-with-card h3 {
        padding-bottom: 40px;
        font-size: 0.9rem;
        text-align: left;
        width: 85%;
    }
    /* works */
    #works .page-title {
        text-align: center;
        font-size: 2.3rem;
    }
    .works-contents h1 {
        font-size: 1.6rem;
    }
    .works-contents h2 {
        font-size: 1.4rem;
    }
    .youtube{
        position: relative;
        padding-bottom: 56.25%;
}
    .youtube iframe{
        width: 100%;
        height:100%;
        position: absolute;
        left: 0;
        top: 0;
}
}
