﻿


/*
#loading{
    display:none;
}
*/
#main_img1{
    position:relative;
    z-index:9999;
    /*display:none;*//*完成したら削除*/
}



.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
}
#loading .load_logo{
    width:300px;
}
#overlay .menu_box .tel_bt{
    font-weight:bold;
}

/*--top page---------------------------
-------------------------------------*/




.catch {
    top: 28%;
    left: 22%;
    font-size: 3rem;
    letter-spacing: 5px;
    line-height: 1.6;
    font-weight: 500;
}
.vegas-slide {
    width: 65%;
    height: 73%;
    position: absolute;
    top: 15%!important;
    left: auto!important;
    right: 0;
}
.vegas-transition-blur-in, .vegas-transition-blur2-in,
.vegas-transition-blur, .vegas-transition-blur2{
    -webkit-filter: none!important; 
     filter: none!important;
}
.zoom-1 img {
    width: 100%;
    height: auto;
    animation: animationZoom1 5s ease-in-out forwards;
    }
@keyframes animationZoom1 {
  100% { transform:translate(-50%,-50%) scale(1.05);} 
}

#main_img2 {
    width: 14%;
    top: 12%;
    left: 3%;
}
#main_img3 {
    width: 12%;
    bottom: 22%;
    left: 0%;
}
#main_img4 {
    width: 12%;
    bottom: 10%;
    left: 7%;
}
#main_img5 {
    width: 15%;
    bottom: 0;
    left: 26%;
}
.intro_sub_title,
.intro_title{
    margin-left:-50px;
}
.intro_sub_title,
.con_sub_title{
    font-size:1.3rem;
}

.intro2{
    width: 17%;
    margin: -50px 0 0 auto;
}

#contents_wrap .bg_container,
#footer{
    background:url(./Dup/img/bg.jpg) repeat;
    background-size:200px;
}
#contents_wrap .con_item{
    display:none;
}

.link_type2 .cate_box a {
    color: #fff;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #64615f;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}



/*--under page---------------------------
-------------------------------------*/




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#logo{
    padding-left:10px;
}
#main_img{
    height:100vh!important;
}
.vegas-slide{
    width: 70%;
    height:60%;
    top: 16%!important;    
}
.catch {
    top: 29%;
    left: 6%;
    font-size: 2.5rem;
}
#main_img2 {
    width: 33%;
    top: 9%;
    left: 0%;
}
#main_img3 {
    width: 24%;
    bottom: 11%;
    left: 1%;
}
#main_img4 {
    width: 29%;
    bottom: 1%;
    left: 18%;
}
#main_img5 {
    width: 28%;
    bottom: 5%;
    left: auto;
    right: 0;
}

.zoom-1 img {
    width: auto;
    height: 100%;
}

.intro_sub_title,
.intro_title{
    margin-left:0;
}
.intro2 {
    width: 38%;
}
#contents_wrap .title_wrap{
    padding-top:0;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loading .load_logo{
    width:200px;
}
.vegas-slide {
    width: 70%;
    height: 32%;
    top: 21%!important;
}
.catch {
    top: 30%;
    left: 5%;
    font-size: 1.7rem;
    line-height: 1.3;
}
#main_img2{
    top: 12%;
}
#main_img3 {
    width: 41%;
    bottom: 0;
    left: 0;
}
#main_img4 {
    width: 47%;
    bottom: 4%;
    left: 36%;
}
#main_img5 {
    width: 52%;
    bottom: 25%;
    left: auto;
    right: 0;
}
.intro_sub_title, .con_sub_title {
    font-size: 1rem;
}
.link_type2 .more{
    display:none;
}
#overlay .menu_box .tel_bt a,
#overlay .menu_box .tel_bt a span{
    font-size:20px!important;
}
}




