﻿@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');

.font1,body{
    font-family: 'Kosugi Maru',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","sans-serif";
}
.font2,
#side_info h2.txt_center,
#header-nav .txt_color1,
.more a,
.cms_title .font_12,
#side_contact .tel_txt,
#page_title .font_16,
.cate_title h3 span{
    font-family: 'Gowun Dodum', sans-serif;
    font-weight:bolder;
}

:root{
    --color_yellow:#feffef;
    --color_orange:#f39939;
    --color_green:#47a638;
}

/*
#side_contact,
#page-top{
    position:absolute!important;
}
*/

/*--all page---------------------------
-------------------------------------*/

.linkStyle{
    color:var(--color_green);
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
    line-height:1.7;
}
header .d_flex{
    padding-top:0;
    padding-bottom:0;
}
#logo{
    max-width:500px;
}
#header ul li,
#footer_menu ul li{
    border-left:0;
    border-right:0;
}
#header{
    box-shadow:none;    
}
#header.is-fixed {
    background-color: rgba(255,255,255,0.8)!important;
}
#side_info{
    margin-top:0;
    border:0;
}
#side_info h2.txt_center{
    background-color:var(--color_green);
    color:#fff;
    border-radius:3px;
}
#side_info figure{
    border:0;
}
#side_info .logo{
    width:95%!important;
}
#side_contact {
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 1000;
    padding: 0;
    border:0;
}
#side_contact .mail_bt a{
    background-color:var(--color_orange);
    border:0;
    border-radius:3px;
}
#side_contact .mail_bt a:hover{
    background-color:var(--color_green);
    color:#fff;
}
header .mail_bt,
header .tel_txt,
#side_contact h2{
    display:none;
}

.top_main{
    background:url(./Dup/img/item2.png) no-repeat;
    background-size:180px auto;
    background-position:bottom 20px left;
    padding-bottom:50px;
}

#map{
    display:none;
}
footer .pd_t-10px{
    background-color: #bed10b;
    border-color: #bed10b;
}
#footer_menu ul li a{
    color: #fff!important;
}
#footer_menu ul li a:hover{
    opacity:0.7;
    transition:all 0.3s;
}

/*--top page---------------------------
-------------------------------------*/
.catch{
    width:50vw;
    max-width:850px;
    top:50%;
    right:5%;
    transform:translateY(-50%);
    z-index:2;
}
.side_news .cms_title{
    background-color:var(--color_green);
    color:#fff;
    border-radius:3px;
}
.box1{
    position:relative;
    margin-bottom: 50px;
}
.box1:before {
    content: '';
    position: absolute;
    display: block;
    width: 160px;
    height: 130px;
    background: url(./Dup/img/item1.png) no-repeat;
    background-size: contain;
    background-position:bottom;
    bottom: 0;
    right: -1%;
    z-index: 2;
}
.box1 h2,
.box2 h2{
    padding-left: 25px;
    position: relative;
}
.box1 h2:before,
.box2 h2:before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: url(./Dup/img/reaf.png) no-repeat;
    top: 45%;
    left: -4%;
    z-index: 1;
    background-size: contain;
}
.box1 figure img{
    border-radius: 120px 0;
}
.box2 .d_flex figure img{
    border-radius: 50px 0;
}


/*--under page---------------------------
-------------------------------------*/


#cms_2-f .cate_img1,
#cms_6-a .cate_img1{
    max-height:300px;
}

/*voices page*/
.v_type3 .cate_box{border: 1px solid #c9baa9;}
.v_type3 .box_title1{color: #a67c52;}

/*recruit page*/
.tel_bnr{
    box-shadow: 7px 8px 0 rgb(0 0 0 / 10%);
}
.tel_bnr:hover{
    transform:translateY(-3px);
}
.tel_bnr .bnr_img {
    width: 70px;
    height: 116px;
    bottom: 0;
    right: 20px;
    z-index: 2;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header{
    box-shadow:none!important;
    border-top:0!important;
}
.top_main{
    background:none;
    padding-left:50px!important;
    padding-right:50px!important;
}
#side_contact h2,
#side_contact .tel_txt{
    display:none;
}
#side_contact {
    top: 1%;
    right: 7%;
}
#side_contact .mail_bt a {
    background-color: #fff;
    color: var(--color_orange);
}
#side_info p{
    text-align:center;
}
#side_info figure{
    width: 250px;
    margin: auto;
}
#side_info .logo {
    width: 60%!important;
    margin: auto;
}
.catch {
    width: 70vw;
    top: 55%;
    right: auto;
    left: 2%;
}
.box1:before{
    width:150px;
    height:120px;
}
.box1 h2:before, .box2 h2:before{
    width:40px;
    height:40px;
}
#side_info h2.txt_center {
    background-color: transparent;
    color: var(--color_green);
    border-radius: 0;
    font-size: 2rem;
}

#page_title h2{
    font-size:1.7rem;
}
#cms_2-f .cate_img1,
#cms_6-a .cate_img1 {
    max-height: 220px;
}

#side_contact .caution{
    display:none;
}
#sp_nav li:last-of-type{
    padding-top:0;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/*
#logo{
    width: 60%!important;
}
*/
.hamburger{
    top: -10px;
    right:10px;
    margin-right:0;
}
.top_main{
    padding-left:20px!important;
    padding-right:20px!important;
}
#main_img {
    padding-top: 50px;
}
.catch {
    width: 88vw;
    top: 61%;
    left: 0%;
}
#side_contact {
    top: 1%;
    right: 10%;
}
.box1:before{
    width: 120px;
    height: 120px;
    top: auto;
    bottom: 1%;
}
.box1 h2, .box2 h2 {
    padding-left: 0;
}
.box1 h2:before, .box2 h2:before{
    display:none;
}
#side_info .logo {
    width: 100%!important;
}

.tel_bnr .bnr_img {
    width: 44px;
    height: 73px;
    bottom: -23px;
    right: -15px;
}
#cms_2-f .cate_img1,
#cms_6-a .cate_img1 {
    max-height: 110px;
}

header > div{
    padding-left:0!important;
    padding-top:5px;
}
}






