﻿.back1:before, .back2:before {
    background-color: #d6f3f2 !important;
    z-index: -1;
}

.txt_color3 {
    color: #77868b;
}

.bg_color3 {
    background-color: #77868b;
}

#footer {
    background-color: #e0dad4;
}

.bg_color1{
    background-color: #77868b;
}

.border_color3 {
    border-color: #9ba2a5;
}

#contents1_wrap{
    background-image: url(./Dup/img/listen.png);
    background-position: 98% 0%;
    background-repeat: no-repeat;
    background-size: 400px;
}

.back1:before, .back2:before {
    content: "";
    display: block;
    width: 50%;
    height: 80%;
    position: absolute;
    box-shadow: 0px 0px 10px 10px #d6f3f2;
}

.txt_color1 {
    color: #977600;
}

header.scr_header {
    background-color: rgba(214, 243, 242, 0.6) !important;
}

#pc_nav li{
   max-width: 100%;
}

#pc_nav li a{
    color:black;
}

#contents2{
    position: relative;
}

#contents2_wrap{
    z-index: 3;
}

.menn{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    background-image: url(./Dup/img/pc.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 240px;
    pointer-events: none;
    z-index: 2;
}

header #logo{
    opacity: 0;
}

header.scr_header #logo, .page header #logo{
    opacity: 1;
}

.button_container span {
    background: rgb(29, 31, 31);
    color: #1d1f1f;
}

.overlay {
        background: #bcc9c8 !important;
}

.hvr_bg_color2:hover {
    background-color: #e0dad4;
}

#intro .num:before, #contents1 .num:before, #contents2 .num:before, #contents3 .num:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/catch.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}

#main_img:before, #page_title:before {
    background-color: rgb(170, 199, 198, 0.4);
}

#cms_5-a h3{
        background-color: #e0dad4;
    color: #63787e;
}

.cate_list li a {
    background-color: rgb(224, 218, 212);
}


#top_pc_nav li{
    max-width: 100%;
}

#top_pc_nav li a{
    color: black;
}

.menu p.bg_white{
        background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
    border: 1px solid white;
}

span.copy, p.copy{
    font-weight: bold;
    font-size: 16px;
    margin-top: -40px;
    letter-spacing: 5px;
}

p.copy{
    margin-top:40px;
    text-shadow: 0px 0px 10px white;
}

.linkStyle{color: #cbbb80;}

#overlay .left li {
    max-width: 180px;
}

#nav_menu .right > div.mg_b-50px h2 + div.nav_menu_more{
    display: none;
}

@media all and (-ms-high-contrast: none){
  
  #contact_tel a{
      padding-bottom: 20px;
  }

}




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

.menn {
    top: 50%;
    background-size: 30%;
}

#contents1:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    background-image: url(./Dup/img/listen.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    background-size: 240px;
    pointer-events: none;
    z-index: 2;
}

#contents1_wrap{
    background-image: none;
}

#intro{
    margin-top: 20px;
}

#header > div.d_flex{
    padding-top:20px;
    padding-bottom: 20px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#contents1:before {
    z-index: 0;
}

#contents1{
    padding-top: 20px;
}

#page_title .page_title_box {
        background-color: rgba(255,255,255,0.2);
    width: 70%;
}

#page_title .page_title_box .txt_white{
    color: black;
}

#overlay .left li {
    max-width: 100%;
}

.page_title_box h2{
    font-size: 20px;
}

}