﻿@import url('https://fonts.googleapis.com/css2?family=Engagement&display=swap');

body{
    background-image: url(./Dup/img/bg.jpg);
    background-size: 380px;
    background-position: left top;
}

.top main{
    background-image: url(./Dup/img/bg_left.png),url(./Dup/img/bg_right.png);
    background-repeat: no-repeat repeat,no-repeat repeat;
    background-position: top 0 left -120px,top 0 right -120px;
}

#fakeloader{background-color: #FFFFFD;}

#nav_menu .right .mg_b-50px .nav_menu_more:last-of-type{display:none;}

#pc_nav li a, #top_pc_nav li a{text-align: center;}

.overlay{background: none!important;background-color: rgba(188,114,48,0.9)!important;}

.more_btn{color: #4a2219;background-color: rgba(220,166,118,0.5);}

#main_img .menu p{background-color: #faf0d5;}

#intro_wrap {
    border: 1px solid #b2b2b2;
    background-image: url(./Dup/img/bg2.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
}
#intro_wrap2{background-color: rgba(255,255,255,0.85);}

#contents1 .con_box {margin-top: 10%;}
#contents2 .con_box {margin-top: 10%;}
main span.num{display:none;}
main p.num2{font-family: 'Engagement', cursive;font-size: 30px;font-style: italic;line-height: 1.5;color: #e4c24c;}
main p.num2 span{font-size: 42px;}

#contents1 .line:before, #contents2 .line:before{background-color: rgba(188,114,48,0.5);}

#contents1 .con_img_wrap{position:relative;}
#contents1 .con_img_wrap::before{
    content: "";
    background-color: rgba(220,166,118,0.5);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#contents2 .con_img_wrap{position:relative;}
#contents2 .con_img_wrap::before{
    content: "";
    background-color: rgba(220,166,118,0.5);
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#contents2 .con_img{margin-bottom: 0;}

#info_contact .con_img:before {background-color: rgba(175,175,175,0.5);}

.back1:before {
    background-image: url(./Dup/img/bg.png);
}

@media screen and (min-width:769px){

}

@media screen and (max-width: 768px){
.top main{background-image: none,none;}
.page_title_box h2{font-size: 28px;}
}

@media screen and (max-width: 667px){

.page_title_box h2{font-size: 20px;}
#page_title .page_title_box {min-width: 240px;}

#contents1 .con_img_wrap::before {display:none;}
#contents1 .con_img_wrap .con_img::before {width: calc(100% - 12px);height: calc(100% - 12px);}
#contents2 .con_img_wrap::before {display:none;}
#contents2 .con_img_wrap .con_img::before {width: calc(100% - 12px);height: calc(100% - 12px);}
}

@media all and (-ms-high-contrast:none){
#page8 .yoyaku_btn a{padding: 13px 10px 7px;}
}