﻿.bg_color1 {
    background-color: #ffdc40;
}

.border_color1 {
    border-color: #ffdc40;
}

.txt_color1 {
    color: #1dbd6f;
}

#intro{
    margin-top: -10px;
position:relative;
}

#main_img {
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#intro:before{
content: "";
    display: block;
    width: 16%;
    height: 250px;
    position: absolute;
    top: -20px;
    left: 50%;
    background-image: url(./Dup/img/eye.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 100%;
    z-index: 2;
}

.bg_color3 {
    background-color: #383737;
}

.txt_color3 {
    color: #383737;
}


.width_100per.bg_color1.pd_t-50px.pd_b-5px.pd_b-40px_sp{
position:relative;
}

.width_100per.bg_color1.pd_t-50px.pd_b-5px.pd_b-40px_sp:before{
    content: "";
    display: block;
    width: 30%;
    height: 45%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(./Dup/img/back.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 100%;
z-index:0;
}

.bg_color1.txt_white{
color:black;
}

#intro_txt figure{
position:relative;
}

#intro_txt figure:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 55%;
    left: 55%;
    background-color: #1dbd6f;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    z-index: -1;
}


#logo img{
width:110% !important;
}

#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 50%!important;
	max-width: 250px!important;
}

#info .txt_white, #contents .txt_white, #bottom_menu .txt_white, .drawer-menu .txt_white{
color: black;
}

#contents h3 span, .linkStyle{
color: #1dbd6f !important;
}

.border_color4 {
    border-color: #b3b3b3;
}

.txt_color4 {
    color: #000000;
}

#page8{
position:relative;
z-index:99;
}

.test{
width:100%;
heght:300px;
}



#page10 .button-4 {
    cursor: pointer;
    box-sizing: border-box;
    border: none;
}

/*#page10 .eff-4 {
    width: 280px;
    height: 60px;
    left: -280px;
    transition: all .5s ease;
    z-index: 1;
}*/

#page10 .button-4 a {
    transition: all .5s ease;
    z-index: 2;
    display: inline-block;
    width: 100%;
    background-color: #ffdc40;
}

#page10 .button-4 a:hover{
  background-color: #59ce95;
}


#tel_contact p{
    display: block;
    max-width: 450px;
    margin: auto;
margin-bottom:10px;
}




@media all and (-ms-high-contrast: none){
 header i{
    margin-top:-7px;
  }

#page10 .eff-4 {
    height: 130px;
    top:-5px;
}

#top_cms .eff-4 {

    bottom: -10px;
    height: 100px;
}



}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header #header #header_menu li {
    width: auto;
    max-height: 6vh!important;
    padding: 0 0.5%;
    box-sizing: border-box;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#page_title h2{
font-size:26 !important;
}

#intro:before {
    width: 30%;
}

}

