body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #000;
    margin: 0;
}
p {
    margin: 0;
}
figure {
    margin: 0;
}
h3,h4 {
    margin: 0;
}

/* header */
header {
    /* background: url(img/RAIN_logo.jpg) no-repeat;
    background-position: 20px 20px;
    background-size: 45px auto; */
    position: relative;
}
header figure.logo {
    display: inline-block;
    margin: 20px 0 0 20px;
}
header figure.logo img {
    width: 45px;
    height: auto;
}
header figure.pc {
    display: block;
}
header figure.sp {
    display: none;
}
header figure.pc {
    max-width: 900px;
    margin: 0px auto 0px;
    padding-top: 15px;
}
header figure img {
    width: 60%;
}
header > div {
    position: absolute;
    top: 0;
    right: 100px;
}
.hide_pc {
    display: none;
}

/* Gold */
#gold {
    text-align: center;
    margin-bottom: 80px;
    margin-top: -25px;
}
#gold h3 {
    color: #fff;
    font-size: 20px;
    background-color: #bf9c36;
    padding: 2px 0;
    font-family: serif;
    margin: 0;
    font-weight: bold;
    margin-bottom: 80px;
}
#gold article div {
    max-width: 900px;
    margin: 0 auto 60px;
    position: relative;
}
#gold article:nth-child(even) {
    background: url(img/main-2.png) no-repeat;
    background-position: bottom 80px right;
    background-size: auto 240px;
}
#gold article:nth-child(odd) {
    background: url(img/main-3.png) no-repeat;
    background-position: top left;
    background-size: auto 320px;
}
#gold article:nth-child(odd) div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 120px;
}
#gold article div h4 {
    font-size: 20px;
    font-weight: bold;
    color: #1e1e1e;
    margin-bottom: 30px;
    width: 45%;
    text-align: left;
}
#gold article div p {
    font-size: 15px;
    line-height: 30px;
    width: 45%;
    text-align: left;
}

/* sevice */
#service {
    text-align: center;
    margin-bottom: 80px;
}
#service h3 {
    color: #fff;
    font-size: 20px;
    background-color: #bf9c36;
    padding: 2px 0;
    font-family: serif;
    margin: 0;
    font-weight: bold;
}
#service div {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 60px auto 50px;
}
#service  div dl {
    display: inline-block;
    width: 30%;
}
#service div dl dt p {
    font-weight: bold;
    color: #000;
    font-size: 22px;
    position: relative;
    padding-bottom: 20px;
}
#service div dl dt p:after {
    content: '';
    position: absolute;
    left: calc(50% - 8px);
    bottom: 0;
    height: 2px;
    width: 16px;
    background-color: #9c791f;
}
#service div dl dt span {
    font-size: 13px;
    color: #9c791f;
    margin-top: 20px;
    display: block;
}
#service div dl dt span em {
    font-style: normal;
    border: 1px solid #9c791f;
    padding: 7px 10px;
    display: inline-block;
    width: calc(100% / 3);
    margin: 0 5px;
}
#service div dl dd {
    margin: 0;
}
#service div dl dd p {
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 30px;
    text-align: left;
}
#service div dl dd figure img {
    width: 100%;
    max-height: 174px;
    object-fit: cover;
}

/* Special */
#special {
    text-align: center;
    position: relative;
}
#special > .gold {
    position: absolute;
    top: 0;
    left: 0;
}
#special > .silver {
    position: absolute;
    top: 0;
    right: 0;
}
#special h3 {
    color: #1e1e1e;
    font-size: 20px;
    background-color: #e6e6e6;
    padding: 2px 0;
    font-family: serif;
    margin: 0;
    font-weight: bold;
    margin-bottom: 60px;
}
#special .spe_img1.pc {
    display: block;
}
#special .spe_img1.sp {
    display: none;
}
#special .spe_img1 img {
    max-height: 80px;
    width: auto;
}
#special .spe_img2 img {
    max-height: 320px;
    width: auto;
}
#special .spe_img1 ,
#special .spe_img2 {
    margin-bottom: 40px;
}
#special .text1 {
    font-size: 13px;
    font-family: serif;
    line-height: 30px;
    margin-bottom: 30px;
}
#special p.comming {
    font-family: serif;
    font-size: 24px;
}
#special p.comming span {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}
#special ul {
    padding: 0;
    margin-bottom: 40px;
}
#special ul li {
    display: inline-block;
    margin: 0 10px;
}
#special ul li img {
    max-height: 82px;
    width: auto;
}
#special .text2 {
    font-size: 15px;
    font-family: serif;
    font-weight: bold;
}
#special .text2 .to_otoiawase {
    margin-top: 25px;
}
#special .special_footer.sp {
    display: none;
}
#special .special_footer.pc {
    display: block;
}
#special .special_footer {
    height: 30px;
    background-color: #e6e6e6;
    position: relative;
    margin-top: 60px;
}
#special .special_footer .gold {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#special .special_footer .silver {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.to_otoiawase a {
    font-size: 15px;
    color: #fff;
    background-color: #1e1e1e;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    padding: 12px 10px;
    width: 240px;
    position: relative;
}
.to_otoiawase a:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 8px;
    border-color: transparent transparent transparent #9c791f;
    right: 10px;
    top: 19px;
}

/* Footer */
footer {
    text-align: center;
    margin-top: 60px;
}
footer figure figcaption {
    font-weight: bold;
    font-family: serif;
    color: #9c791f;
    font-size: 20px;
    margin-bottom: 20px;
}
footer figure img {
    max-height: 100px;
    width: auto;
}
footer > p {
  font-size: 12px;
  margin-top: 55px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1250px) {
    header > div img {
      height: 700px;
    }
}
@media screen and (max-width: 1004px) {
    header figure.logo {
        margin: 20px 0 40px 20px;
    }
    header figure img {
        width: 100%;
    }
    header figure.pc {
        display: none;
    }
    header figure.sp {
        display: block;
        text-align: right;
        position: absolute;
        right: 15px;
        top: 20px;
    }
    header figure.sp img {
        max-width: 40%;
    }
    #gold h3 {
        margin: 0;
        text-align: left;
        padding-left: 20px;
    }
    .hide_pc {
        display: block;
    }
    .hide_pc.left {
        text-align: left;
        margin-bottom: 100px;
    }
    .hide_pc.left img {
        width: 70%;
    }
    .hide_pc.right {
        text-align: right;
    }
    .hide_pc.right img {
        width: 90%;
    }
    .hide_pc.center {
        margin-bottom: 80px;
    }
    .hide_pc.center img {
        width: 60%;
    }
    #gold article:nth-child(odd) div {
        padding-bottom: 0;
    }
    header > div {
        display: none;
    }
    #gold article div {
        padding: 0 20px;
    }
    #gold article {
        background: none!important;
    }
    #gold article div p,
    #gold article div h4 {
        width: 100%;
    }
    #gold article div h4 span {
        display: block;
    }
    #service div {
        flex-direction: column;
        padding: 0 20px;
        margin: 30px auto 50px;
    }
    #service div dl {
        width: 100%;
    }
    #service div dl dd figure img {
        width: 85%;
    }
    #special .spe_img1.pc {
        display: none;
    }
    #special .spe_img1.sp {
        display: block;
    }
    #special .text1, #special .text2,
    #special ul,
    #special .spe_img1, #special .spe_img2 {
        padding: 0 20px;
    }
    #special p.comming {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    #special ul li:first-child {
        margin-bottom: 20px;
    }
    #special .spe_img1 img {
        width: 70%;
        max-height: 100%;
    }
    #special .spe_img2 img {
        width: 100%;
    }
    #special .special_footer.pc {
        display: none;
    }
    #special .special_footer.sp {
        display: block;
    }
     #special .special_footer .gold img {
        height: 120px;
    } 
    #special > .gold img {
        height: 100px;
    }
    #special > .silver img, #special .special_footer .silver img {
        height: 50px; 
    }
    #special > .gold {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        top: 54px;
        width: 120px;
    }
    #special > .gold img {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);

    }  
    #special .special_footer .silver img {
        bottom: 30px;
    }   
    footer {
        padding: 0 20px;
    }
    footer figure img {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #gold h3 {
        font-size: 16px;
        padding-left: 5px;
    }
    #gold article div h4 {
        text-align: center;
    }
}