﻿.bg_color1 {
        background-color: #5e5e5e;
}

.bg_color2 {
    background-color: #edefef;
    background-image: url(./Dup/img/back_w.jpg);
}

.bg_color3 {
    background-color: #046cb3;
}

#loader:after, .sm-slider:after, #main_img h2:before, #menu_wrap:after {
    background: #e9e9e9;
}

#contents div:after {
        background-color: rgba(6, 46, 60, 0.8) !important;
}

#contents:before {
    mix-blend-mode: overlay;
}

#main_img:before{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/kaku.png), url(./Dup/img/main1.jpg);
    background-position: 100% 30%, center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: cover;
    pointer-events: none;
        filter: grayscale(0.2);
}

#contents {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    width: calc(100% - 160px);
    margin: auto;
    margin-bottom: 200px;
}

#main_img:after {
        background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%,rgba(0,0,0,0.3) 100%);
    /* background: transparent !important; */
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/copy.png), url(./Dup/img/hito.jpg);
    background-position: 20% 50%, 90% 50%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 550px, 55%;
    pointer-events: none;
    mix-blend-mode: luminosity;
}

#main_nav {
    transform: translateY(-200%);
}

#menu_bt {
    opacity: 1;
}

#menu_bt span {
    background-color: #000;
}

#menu_bt::before, #menu_bt::after {
    background-color: #000;
}

#menu_bt {
    opacity: 1 !important;
    z-index: 99;
    top: 20px;
}

#main_nav ul {
    display: none;
}

body{
        font-family: Yu Gothic Medium,游ゴシック Medium,YuGothic,游ゴシック体,Hiragino Kaku Gothic ProN,メイリオ,Hiragino Sans,Noto Sans JP,BIZ UDPGothic,Meiryo,Helvetica Neue,Arial,sans-serif;
}

#intro #intro_box #intro_txt h3::after {
  display: none;
}

.intro_txt span{
    font-size: 40px;
}

#main_nav{
    display: none;
}



#loader p{
        position: absolute;
    z-index: 2;
    color: black;
    transform: translate(-50%, -50%);
    top: 43%;
    left: 50%;
    font-weight: bold;
        width: 100%;
    text-align: center;
}

#menu_wrap nav ul li a {
    color: black;
}

.title2{
    display: none;
}

#menu_bt.sc, #menu_bt.active {
    z-index: 99;
    opacity: 1;
    background-color: white;
}



#main_img:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%,rgba(0,0,0,0.3) 100%);
    /* background: transparent !important; */
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/copy.png), url(./Dup/img/hito.jpg);
    background-position: 20% 50%, 90% 70%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 550px, 55%;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.kore{
        font-size: 60px;
    color: black;
        text-align: center;
    margin-bottom: 50px;
}

#intro #intro_box #intro_img {
    transform: translateY(-120px);
}

#intro{
        padding-top: 100px;
    background-color: white;
    margin-bottom: 120px;
}

main{
    position: relative;
    z-index: 1;
}

#contents_links .box_wrap {
    width: 95%;
    margin: auto;
}

.banner2 {
    top: 50%;
    right: 10px;
    text-align: right;
    z-index: 100;
    transform: translateY(-50%);
    max-width: 40px;
}

#footer:after {
    background-color: #d5d5d5;
}

footer #footer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background-image: url(./Dup/img/back_w.jpg);
    background-size: cover;
}

footer #footer #footer_box {
    color: black;
}

.tel a{
    color: black;
}

h1:after {
    display: none;
}

.txt_color3 {
    color: #a7a7a7;
}

#page_title h3{
    font-size: 34px;
        filter: drop-shadow(2px 3px 10px black) drop-shadow(2px 3px 20px black);
}

#page_title::after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 30%,rgba(255,255,255,0.3) 100%);
     background: radial-gradient(center, ellipse cover, rgba(255,255,255,0) 30%,rgba(255,255,255,0.3) 100%);; 
    z-index: 2;
}

#loader:after, .sm-slider:after, #page_title:before, #menu_wrap:after, #tel_contact, #page10 .box a:after {
    background: #c7cccf !important;
}

#loader:after, .sm-slider:after, #main_img h2:before, #menu_wrap:after {
    background: rgb(88, 88, 88);
    background: -moz-linear-gradient(left, rgb(88, 88, 88) 0%, rgb(4, 108, 179) 100%);
    background: -webkit-linear-gradient(left, rgb(88, 88, 88) 0%,rgb(4, 108, 179) 100%);
    background: white !important;
}

#wrap, main {
    overflow: hidden;
}

.tana{
        border: none;
    max-width: 400px;
}

#tel_contact h3{
    margin-bottom: 0;
}

#loader img {
    width: 250px;
}

#page08 #tel_contact {
    color: black;
}

#mail_contact{
    display: none;
}

.tel{
    margin-bottom: 0;
}

#tel_contact .dec{
        font-size: 14px;
    max-width: 850px;
    margin: 10px auto 50px;
}

.linkStyle{
color: #29a9e0;
font-weight: bold;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#intro.on #intro_box #intro_txt {
    margin-left: 0%;
    margin: auto;
}

#intro {
    padding-top: 50px;
    background-color: white;
    margin-bottom: 120px;
    width: 100%;
}

#intro_txt p{
        width: 100%!important;
}

#main_img:after {
    background-position: 20% 40%, 90% 80%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 80%, 55%;
    pointer-events: none;
    mix-blend-mode: luminosity;
}

#contents_links .box_wrap .box:nth-of-type(odd) {
    margin-right: 0%;
}

#contents_links .box_wrap .box:nth-of-type(even) {
    margin-left: 0%;
}

.banner2 {
    top: 80%;
    right: 0;
}

#contents div {
    width: 98%;
    margin-left: 1%;
}

h1 img {
    width: 240px;
}

#page_title h3{
    font-size: 24px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#contents {
    width: calc(100% - 40px);
}

.kore {
    font-size: 33px;
    margin-bottom: 20px;
}

#intro {
    padding-top: 0px;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: -10px;
}

#main_img:after {
    background-position: 50% 35%, 90% 80%;
    background-size: 90%, 60%;
}

#intro #intro_box #intro_img {
    transform: translateY(-10px);
}

#main_img h2 {
    display: none;
}

#contents_links{
    margin-top: 50px;
}

#contents_links .box_wrap{
        width: 90%;
}

#contents div {
    width: 90%;
    margin-left: 5%;
}

#contents h4{
    font-size: 20px;
}

h1 img {
    width: 170px;
}

#loader img {
    width: 200px;
}

.font_20_sp {
    font-size: 18px;
}

}