﻿

/*
#loader{
    display:none;
}
*/



.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
}
#con_nav{
    padding-top:0;
}
.con_navbar ul {
    max-width: initial;
    background-color: transparent;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    border-radius: 0;
}
.con_navbar.is-fixed ul{
    border-top:0;
    border-bottom:0;
}
.fixbnr a{
    padding:10px 10px 7px 10px;
}

#footer > div{
    justify-content: flex-start;
    align-items: flex-end;
}
#footer_info{
    display:none;
}
#footer_info_logo{
    max-width:200px;
}


/*--top page---------------------------
-------------------------------------*/
#header .head_tel a{
    line-height:1.2;
}
#main_img .catchcopy {
    right: 9%;
    top: 12%;
    z-index: 2;
    width: 500px;
}
#main_img .catch1{
    font-size:2rem;
}


#nayami .nayami_box{
    height:80vh;
    max-height:650px;
}
#nayami h3{
    font-size:2rem;
}

#nayami h3 span::before {
    content: '';
    position: absolute;
    display: block;
    width: 300px;
    height: 100px;
    background: url(./Dup/img/n_item.png) no-repeat;
    background-size: contain;
    top: -80px;
    left: -50px;
}
#nayami .josei {
    width: 25vw;
    max-width: 500px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.n1 {
    width: 20vw;
    max-width: 400px;    
    top: 8%;
    left: 12%;
}
.n2 {
    width: 21vw;
    max-width: 400px;    
    top: 36%;
    left: -3%;
}
.n3 {
    width: 20vw;
    max-width: 350px;
    bottom: 15%;
    left: 11%;
}
.n4 {
    width: 22vw;
    max-width: 400px;
    top: 20%;
    right: 5%;
}
.n5 {
    width: 15vw;
    max-width: 320px;
    bottom: 7%;
    right: 15%;
}
#nayami .n_box_img{
    height:350px;
}

#top_contents1{
    background:url(./Dup/img/sankaku1.png) no-repeat;
    background-size:100% auto;
    background-position:top left;
}
#top_contents1 .con1_sub_title {
    margin-top: -10px;
    margin-left: -40px;
    margin-bottom: 10px;    
    width: 250px;
    transform: rotate(-5deg);
}
#about .about_box2{
    background:url(./Dup/img/sankaku2.png) no-repeat;
    background-color:#fff;
    background-size:100% auto;
    background-position:top left;
}
#about .a_subtitle {
    width: 180px;
    margin: 0 auto;
}
.a1,.a2,.a3{
    width:80%;
    margin:auto;
}
.a_num {
    margin-top: -30px;
    position: relative;
    font-size: 2rem;
}

.t_contact p {
    z-index: 3;
    font-size: 1.5rem;
    letter-spacing: 2px;
}
.t_contact a{
    height:300px;
    display:block;
}
.t_contact a::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2);
    top:0;
    left:0;
    z-index:2;
    pointer-events:none;
}

/*top cms*/
.cms_2-g2 .box_wrap {
    box-shadow: none;
    border: 1px solid;
    border-radius: 10px;
}
.cms_2-g2 .cate_box {
    height: 100%;
    min-height: initial;
}

.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a {
    padding-top: 80px;
    padding-bottom: 60px;
    border-radius: 10px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}

/*--under page---------------------------
-------------------------------------*/
#page_title .title_wrap{
    max-width:initial;
    color:#333;
    text-shadow:none;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1700px){
#main_img .catchcopy {
    right: 4%;
    width: 400px;
}
.n1{
    top:13%;
    left: 20%;
}
.n2{
    top: 41%;
    left: 9%;
}
.n4{
    top:26%;
    right:9%;
}

}

/* ---------- responshive ---------- */
@media screen and (max-width: 1300px){
#main_img .catchcopy {
    right: 3%;
    top:15%;
    width: 300px;
}
#nayami .josei {
    width: 30vw;
}
.n1{
    width:24vw;
}

.n2{
    width:23vw;
    left:14%;
}
.n3 {
    width: 25vw;
    max-width: 350px;
    left: 13%;
}
.n4{
    width:24vw;
    right:16%;
}
.n5 {
    width: 19vw;
    right: 19%;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img .catchcopy {
    right: 3%;
    top: 26%;
    width: 320px;
}
#nayami h3 span::before{
    width:250px;
}
#nayami .nayami_box {
    height: 40vh;
}
#nayami .josei {
    width: 47vw;
}
.n1 {
    width: 37vw;
    top: 0%;
    left: 6%;
}
.n2 {
    width: 40vw;
    top: 28%;
    left: 0%;
}
.n3 {
    width: 37vw;
    left: 2%;
}
.n4 {
    width: 38vw;
    top: 13%;
    right: 2%;
}
.n5 {
    width: 27vw;
    right: 8%;
}
#nayami .n_box_img {
    height: 220px;
}
.con1_txt_wrap {
    padding-bottom: 5vw;
}
#about .a_subtitle {
    width: 150px;
}
.a1, .a2, .a3 {
    width: 90%;
}
.a_num {
    margin-top: -25px;
}
.t_contact a {
    height: 200px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img{
    height:92vw;
}
.catchcopy{
    width:80%;
    padding-left:10px;
}
.fixbnr a {
    padding: 5px 5px 2px 5px;
}
#nayami h3 {
    font-size: 1.6rem;
}
#nayami h3 span::before {
    width: 220px;
    left:-10px;
}
#nayami .nayami_box {
    height: 60vh;
}
#nayami .josei {
    width: 65vw;
}
.n1 {
    width: 42vw;
    top: -5%;
    left: 14%;
}
.n2 {
    width: 40vw;
    top: 20%;
    left: 1%;
}
.n3 {
    width: 40vw;
    bottom: 14%;
    left: 1%;
}
.n4 {
    width: 40vw;
    top: 11%;
    right: 1%;
}
.n5 {
    width: 39vw;
    bottom: 3%;
    right: 2%;
}
#nayami .n_box_img {
    height: 150px;
    margin-bottom: 10px;
}


#top_contents1 .con1_sub_title{
    width:220px;
    top: -60px;
    left: 0px;
}

.t_contact p {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
}
.t_contact a {
    height: 150px
}


#top_cms .cms_title h3{
    letter-spacing:2px;
}
#foot_nav li a{
    text-align:center;
}
#page_title h2{
    letter-spacing: 0;
    text-shadow: 0 0 5px #fff;
}
}




