﻿/* ----------　all　---------- */
.linkStyle{
	color:#ffb042;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#ffb042;
	opacity: 0.7;
	transition: all 0.5s;
}

#loading {
    background-color: #FFD94A;
}

#loading_logo {
    max-width: 200px;
}

#loading_logo p {
    font-weight: bold;
    font-size: 20px;
}

/* nav */
.top_nav ul li a, .top_nav ul li {
    color: #FFB042;
}

.button_container span {
    height: 2px;
}

/* footer */

footer {
    background-color: #FFB042;
}

.rsv-bnr {
    z-index: 99;
    right: 5%;
    padding: 5px;
}

.rsv-bnr a {
    transition: 0.5s;
}

.rsv-bnr a:hover {
    opacity: 0.7;
}

/* ----------　TOP　---------- */

/* main-img */
.vegas-overlay {
    background-image: none!important;
}

.navi a {
    color: #FFB042;
    border-color: #FFB042;
}

.main-copy {
    max-width: 525px;
    width: 40%;
    bottom: 10%;
    left: 5%;
}



/* top */

#contents {
    padding-top: 150px;
    background-color: #fffdf6;
}

#contents .box h3 {
    display: block;
    background-color: #ffffff;
    padding: 15px 20px;
    border-top: 3px solid;
    border-bottom: 3px solid;
    z-index: 3;
    width: 70%;
    text-align: center;
    margin: 50px auto 50px;
}

#contents .box h3:before {
    display: none;
}

#contents .box h3:after {
    content: "";
    width: 100%;
    height: 140px;
    background-image: url(/Dup/img/con1-top.png);
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    top: -142px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background-repeat: no-repeat;
    max-width: 170px;
    z-index: 2;
}

#contents .box .t_cms_txt6::after {
    height: 125px;
    background-image: url(/Dup/img/con2-top.png);
    top: -126px;
    max-width: 170px;
}

#contents .box .t_cms_txt9:after {
    height: 153px;
    background-image: url(/Dup/img/con3-top.png);
    top: -152px;
    max-width: 380px;
}

#contents .img-container {
    border-radius: 25px;
}

.img-container:before,
.t_cms_img2 .img-container:before {
    background: #ffb042;
}

#contents .box .more_box .more {
    display: block;
    text-align: center;
    width: 50%;
    padding: 15px;
    margin: 50px auto;
    transition: 0.5s;
}

.txt-top {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 170px;
}

.other .box {
    height: 500px;
}

.other .box figure {
    opacity: 0.5;
}

.other .box figure img {
    height: 500px;
    transition: 1.5s;
}

.other .box:hover figure img {
    transform:scale(1.1,1.1);
    opacity: 0.4;
}

.img-container:before {
    z-index: 6;
}

#contents .box figure:before {
    content: "";
    width: 40%;
    height: 50%;
    background-image: url('/Dup/img/hukidasi1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 5%;
    left: -5%;
    z-index: 5;
}

#contents .box .t_cms_img2:before {
    background-image: url('/Dup/img/hukidasi2.png');
    left: 70%;
    bottom: 40%;
}

#contents .box .t_cms_img3:before {
    background-image: url('/Dup/img/hukidasi3.png');
        bottom: 65%;
    left: 0%;
    width: 55%;

}

/* top-cms */

.top_cms_box:before {
    width: 200px;
    height: 100px;
    bottom: -30px;
    background-image: url(/Dup/img/ilu1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    background-color: transparent;
}

.top_cms_box:nth-of-type(2):before {
    background-image: url(/Dup/img/ilu2.png);
}

.top_cms_box:nth-of-type(4):before {
    background-image: url(/Dup/img/ilu3.png);
    height: 150px;
    bottom: -80px;

}

.img-container:before {
    transition: all 1.5s 0s ease;
}

.img-container.active:before {
    transform: translateX(120%);
}

/* ----------　下層ページ　---------- */

.pager li a span {
    font-weight: bold;
}

.cate_list li {
    width: 30%;
}
.cate_list li a {
    text-align: left;
}

.cate:before {
    display: block;
    height: 20px;
    margin-top: -20px;
    content: "";
}

/* 会社情報 */
/* お問い合わせ */

#tel_CONTACT p:nth-of-type(2) {
    display: block;
    width: 60%;
    margin: 0 auto;
}


/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
.main_img_wrap {
    height: 90vh;
}
.main_wrap {
    margin-top: 90vh;
}
    
.rsv-bnr {
    right: 10%;
}
    
#contents .box .txt_wrap, #contents .box figure {
    width: 95%;
    padding-right: 0;
}

#contents .box .txt_wrap {
    order: 1;
    margin-bottom: 50px;
}

#contents .box figure {
    order: 2;
}

#contents .box {
    margin-top: 80px;
}

#contents .box .t_cms_img2:before {
    left: 65%;
}

.other .box {
    height: 250px;
}

.other .box figure img {
    height: 250px;
}

#contents .box .more_box .more {
    margin-bottom: 0;
}

.cate_list li {
    width: 48%;
}

}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
header .logo {
    width: 20%;
}
    
.main_img_wrap {
    height: 50vh;
}

.main_img_wrap .navi {
    bottom: 10px;
}

.navi a {
    width: 30px;
    line-height: 30px;
}
    
.main_wrap {
    margin-top: 50vh;
}

.main-copy {
    width: 60%;
    bottom: 0%;
    left: 2%;
}
    
.rsv-bnr {
    right: 20%;
    bottom: 5px;
}
    
#contents {
    padding-top: 50px;
}
    
#contents .box h3 {
    width: 95%;
    padding: 15px 0px;
}

#contents .box h3:after {
    width: 50%;
}

#contents .box .t_cms_txt9:after {
    width: 100%;
}

#contents .box figure:before {
    width: 50%;
}

#contents .box .t_cms_img2:before {
    left: 55%;
    bottom: 50%;
}
    
.top_cms_box:before {
    width: 80px;
}

#page_title .img-container::after {
    background-color: rgba(255,217,74,0.4);
}
.cate_list li {
    width: 100%;
}
#page_title #title_img, #title_img:before, #page_title {
    height: 250px;
}

#tel_CONTACT p:nth-of-type(2) {
    width: 100%;
}

#footer {
    padding-bottom: 80px;
}

.page10 .more span {
    display: none;
}
    
}

/*top-about*/
.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: 120px;
    padding-bottom: 120px;
}
.link_type1 .link_top a .link_img1 {
    background-position: top center;
}
.link_type1 .link_top a:hover{
    background-color: rgba(255,217,74,0.5);
}
.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;
}
}

/*お客様の声*/
.v_type3 .cate_box{border: 1px solid #c9baa9;}
.v_type3 .box_title1{color: #a67c52;}
