@charset "utf-8";
/* CSS Document */
/*WEB-------------フォント-------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');


body {
    font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
    font-size: 16px;
    color: #4d4d4d;
    background-color: #fff;
    line-height: 2;
}

.body_margin {
    margin-top: 100px;
    padding: 0 auto;
}

@media only screen and (max-width: 575px) {
    .body_margin {
        margin-top: 50px;

    }
}

footer {
    background-color: #333;
    color: #fff;
}


/*-------------アンカー・ボタン アウトラインなし-------------*/
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/*-------------　PC・SP画像切り替え------------- */
.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width: 575px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/*--　font-size  ---------------------*/
.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.text_blue {
    color: #3BA8C4;
}
.text_red{
    font-weight:bold;
    font-size: 1.5rem;
    color:#BF4B4B; 
}
.text_link a {
    color: #3BA8C4;
    text-decoration: none;
}

.text_link a:hover {
    color: #2c7e93;
    text-decoration: none;
}

.body_back {
    background-image: url(../img/top_bg_pc.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: cover;
}

@media (max-width: 575px) {
    .body_back {
        background-image: url(../img/top_bg_sp.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: right;
        background-size: cover;
    }
}

.navbar {
    background-color: rgba(255, 255, 255, 0.7);
}

.navbar-brand img {
    height: 40px;
    margin-right: 10px;
}

.top_img {
    width: 50%;
}

@media (max-width: 575px) {
    .top_img {
        width: 90%;
        margin: 0 auto;
    }
}

.block {
    display: none;
}

@media (max-width: 575px) {
    .block {
        display: block;
        margin-top: 200px;
        padding-top: 20px;
        background-color: rgba(255, 255, 255, 0.9);
        padding-bottom: 100px;
    }

}

.block_link {
    padding-bottom: 30px;
}

@media (max-width: 575px) {

    .block_link {
        text-align: center;
    }

}

.btn-gold {
    color: #fff;
    background-color: #BFB74B;
    border-color: #BFB74B;
    font-size: 16px;
    border-radius: 0;
    padding: 16px 40px;
}

.btn-gold:hover {
    color: #fff;
    background-color: #a59e3a;
    border-color: #BFB74B;
}

.bg_gry {
    background-color: rgba(243, 243, 243, 0.9);
}

.midashi_line {
    position: relative;
    padding: 1rem;
    text-align: center;
}

.midashi_line:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 65px);
    width: 120px;
    height: 5px;
    content: '';
    background: #BFB74B;
}

.sankaku {
    display: inline-block;
    border-top: 50px solid #BFB74B;
    border-right: 50px solid transparent;
}

.arrow_triangle {
    width: 0;
    height: 100px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 40px solid #fff;
}

hr {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #BFB74B;
}
img.contact{

}

@media (max-width: 575px){
 img.contact{
    width: 50%;
}   
}