﻿
/*
#loader{
    display:none;
}
*/



.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}


/*--all page---------------------------
-------------------------------------*/

body{
    overflow:hidden;
}
.footer_tel{
    background-color:#fff;
}


/*--top page---------------------------
-------------------------------------*/
#top_nav ul li a{
    font-size:16px;
}
#mainwrap{
    padding:0;
    padding-right:25px;
}

.mainwrap-r{
    height: 100vh;
    overflow: auto;
}

#main_img {
    height: 100vh;
    max-height: initial;
}
#top_nav ul li{
    margin-bottom:15px;
}
#top_nav ul li:last-child a{
    padding: 10px 30px;
    border-radius: 10px;
}
#top_nav ul li a h2{
    letter-spacing:0;
}
#top_nav .nav_sub_title {
    font-size: 0.7rem;
    line-height: 1;
}



#top_news,
#footer_info .bg_white{
    background-image: url(./Dup/img/news_bg1.png),url(./Dup/img/news_bg2.png);
    background-repeat: repeat-y,repeat-y;
    background-size: auto 90%,auto 90%;
    background-position: top  left -5%,top  right -5%;
}

.con1_title_box{
    margin-left:-50px;
}

#top_contents3 {
    background-image: url(./Dup/img/bg1.png),url(./Dup/img/bg2.png),url(./Dup/img/bg3.png),url(./Dup/img/bg4.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-size: 22%,25%,25%,27%;
    background-position: top left,top right,bottom left,bottom right;
}

/*--under page---------------------------
-------------------------------------*/
#page_title .title_img .con2_bg{
    background-color: #fff!important;
    opacity: 0.5!important;
}
#page_title .title_wrap {
    text-shadow: 2px 2px 5px #fff;
    color: #333;
}
.pager li a{
    font-size:18px;
    border-radius:10px;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#mainwrap {
    padding-right: 0;
}
.mainwrap-r {
    height: initial;
    overflow-y: hidden;
}
#main_img {
    height: 91vh;
}
.catch{
    top:35%;
}
#top_news {
    background-size: auto 85%,auto 85%;
    background-position: top left -15%,top right -15%;
}
#footer_info .bg_white {
    background-size: auto 85%,auto 85%;
    background-position: top left -8%,top right -8%;
}
.con1_title_box {
    margin-left: 0;
}
#top_contents3 {
    background-image: url(./Dup/img/bg3.png),url(./Dup/img/bg4.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 35%,41%;
    background-position: bottom left,bottom right;
}
#page_title h2{
    font-size:35px;
}
#page_title .sub_title{
    margin-top:0;
}
.fixbnr a img{
    filter: drop-shadow(3px 3px rgba(0,0,0,0.5));
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img {
    height: 88vh;
}
.catch{
    width:95%;
    top: 31%;
}
#top_news, #footer_info .bg_white {
    background-size: auto 55%,auto 55%;
    background-position: top left -30%,top right -30%;
}
#page_title .title_wrap{
    padding-top: 70px;
}
#page_title h2 {
    font-size: 27px;
}
}




