﻿/*color start*/
.bg_color1 {
    background-color: #8ba780;
}
.bg_color2 {
    background-color: #e6e6e6;
}
/*color end*/

#fakeloader{
        background-color: white;
}

header{
    opacity: 1 !important;
}

#main_img{
    margin-top:-30px;
}

#main_img .menu{
    display: none;
}

header #pc_nav{
    display: block !important;
}

#main_img:before {
    z-index: 0;
}

.top header{
        z-index: 1;
}

.bg_color3{background-color: #f1cbac ;}

.txt_color1 {
    color: #8ba780;
}

#contents3_wrap:after, header.scr_header {
    background-color: rgba(243, 232, 224, 0.7) !important;
}

.back1:before, .back2:before {
    z-index: -1;
    opacity: 0.5;
    background-image: url(./Dup/img/back.jpg);
}

#pc_nav li a {
    color: #464444;
}

#main_img:before {
    content:none;
}

#main_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/catch.png);
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 42%;
    pointer-events: none;
}

.kore{
        background-color: white;
    display: none;
    position: fixed;
    top: 0%;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    padding: 20px;
    overflow: scroll;
}

.kore .test{
    padding: 20px;
    width: 80%;
    box-sizing: border-box;
    margin: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.tyo figure{
    margin:5px;
}

.batu{
    width: 30px;
     text-align: right; 
    top: 40px;
    right: 60px;
}

#page_title #page_left{
    width:100% !important;
}

#page_title #page_right{
    display: none;
}

.overlay {
    background: #bfbfbf !important;
}

.button_container span {
    background: #464444;
}

.button_container span.menu{
    color: #464444;
}

#page_title:before {
    background-color: rgba(243, 232, 224, 0.3) !important;
}


 .linkStyle{
color: #8ba780;
}


@media screen and (max-width: 1280px){
   header #pc_nav {
        display: none !important;
    }
}



@media all and (-ms-high-contrast: none){
  

}




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/catch_sp.png);
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 60%;
    pointer-events: none;
}

.page_title_box {
    width: 60%;
}

}