﻿@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#ed6c3a;
}
.linkStyle:hover{
	color:#ed6c3a;
	opacity: 0.7;
	transition: all 0.5s;
}

/* nav */

.top header.scr_header, header.scr_header {
    background-color: rgba(255,255,255,0.8)!important;
}

#pc_nav li, #top_pc_nav li, #footer_nav li {
    max-width: 200px;
}

#pc_nav li a, #top_pc_nav li a {
    color: #333333;
}

#pc_nav li a::after, #top_pc_nav li a::after {
    background: rgba(0,0,0,0.5)!important;
}

.overlay {
    background: rgba(231,102,80,0.9)!important;
}

.overlay .nav_menu_more a {
    background-color: #ffffff;
    color: #ed6c3a;
}

.overlay .nav_menu_more a:hover {
    opacity: 0.3;
}

.button_container span {
    background: #ed6c3a;
    color: #ed6c3a;
}

#overlay .left li {
    max-width: none;
}

/* footer */

#info_contact .con_img:before, #info_contact .con_img:before {
    background-color: rgba(221,236,210,0.3);
}

#info_contact .con_box .con_title span {
    color: #333333;
}

#footer .tel_bt a {
    color: #ed6c3a;
}

#fix-rsv {
    bottom: 15px;
    right: 70px;
    z-index: 3;
    transition: 0.3s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/* ----------　TOP　---------- */

/* main-img */

#main_img:before, #page_title:before {
    background-color: rgba(255,255,255,0.3);
}

.copy-box {
    width: 450px;
    margin: 10px auto;
}

/* top */

#intro:before {
    content: "";
    width: 15%;
    height: 470px;
    position: absolute;
    bottom: -15%;
    left: 20px;
    z-index: 2;
    background-image: url(/Dup/img/intro.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#intro_wrap, #contents3 .con_box {
    border: 2px solid #d9cb77;
}

#intro .num {
    transform: none;
        line-height: 1.2;
    font-size: 50px;
}

.num {
    font-family: 'Caveat', cursive;
}

#contents1 .num, #contents2 .num {
    transform: none;
    font-size: 50px!important;
}

#contents1 .ilu {
    top: 0;
    right: 5%;
}

#contents2 .ilu {
    top: 0;
    right: 50%;
}

#contents3 {
    background-size: cover;
    background-position: center bottom;
    margin: 0;
    position: relative;
}

#contents3 .con_box {
    background-color: rgba(255,255,255,0.8);
}

#contents3_wrap:after {
    display: none;
}


/* top-cms */

#page4 .cate_box {
    padding-bottom: 10px;
}

#page4 .cate_box .box_txt1 {
    padding-bottom: 2%;
}
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #333333;
    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;
    background-color: #ddecd2;
}
.link_type1 .link_top a:hover{
    background-color: #fce7df;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}

/* ----------　下層ページ　---------- */

.pager li a:hover {
    background-color: #ddecd2!important;
    color: #333333;
}

.cate_list li {
    width: 33%;
    font-size: 12px;
}

.cate_list li a {
    background-color: #fce7df!important;
}

.cate_list li a:hover {
    background-color: #ddecd2!important;
}

.cate_list li a:hover:before {
    color: #98c679!important;
}

.page05-bnr a:empty {
    display: none!important;
}


.v_type3 .cate_box{border: 1px solid #c9baa9;}
.v_type3 .box_title1{color: #a67c52;}

/* 会社情報 */
/* お問い合わせ */

.con-box-wrap {
    row-gap: 30px;
}

/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#page_title .page_title_box {
        width: 50%;
}
    
#intro:before {
    width: 10%;
    height: 170px;
    bottom: -6%;
    left: 0px;
}

#contents1 .ilu {
    width: 15%;
    top: 10%;
}

#contents2 .ilu {
    top: 50%;
    right: 65%;
    width: 30%;
}

.cate_list li {
    width: 45%;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#header {
    padding-top: 10px;
}
    
.copy-box {
    width: 300px;
    margin: 20px auto;
}
    
#fix-rsv {
        max-width: 300px;
    left: 0;
    right: 0;
    margin: auto;
}
    
#contents1 .num, #contents2 .num {
    font-size: 35px!important;
}

#contents1 .ilu {
    width: 25%;
    top: 10%;
}

#contents2 .ilu {
    top: 15%;
    width: 40%;
    right: 55%;
}

.page_title_box {
    width:77%!important;
}

.page_title_box h2{
    font-size: 20px;
}

.link_type1 .link_top .link_title{
    font-size: 15px;
}

.cate_list li {
    width: 100%;
}
}