﻿@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&family=Shippori+Mincho+B1:wght@400;700&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#99756c;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#99756c;
	opacity: 0.7;
	transition: all 0.5s;
}

body {
    background-color: #f1efed;
}



/* nav */

.trans_logo a img {
    max-width: 80px;
}

#pc_nav, #sp_nav li a, .footer_nav li a {
    font-family: 'EB Garamond', serif;
    font-weight: bold;
}

#header #logo img, #logo2 img {
    filter: drop-shadow(1px 1px 5px rgba(255,255,255,0.3));
}

#header #logo img {
    max-width: 350px!important;
}

/* footer */


/* ----------　TOP　---------- */

/* main-img */

#main_img {
    background-position: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#main_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(139,93,74,0.2);
    background-image: url('/Dup/img/main-copy.png');
    background-position: center;
    background-size: 500px;
    background-repeat: no-repeat;
}

#logo span {
    display: none;
}

#logo {
    background-color: transparent;
}

h2,h3 {
    font-family: 'Shippori Mincho B1', serif;
}

/* top */

.con1_title p, .con2_title p, .con3_title p, .cms_title p, .info_title p, .page_title_box p {
    font-family: 'EB Garamond', serif;
    font-weight: bold;
}


.con1_right {
    background-image: url(Dup/img/onion.png),url(Dup/img/nizin.png);
    background-repeat: no-repeat;
    background-size: 8%,12%;
    background-position: 95% 78%, 5% 5%;
}

.con3_sub {
    background-color: rgba(255,255,255,0.35);
}

.con3_right:before {
    content: "";
    width: 30%;
    height: 26%;
    position: absolute;
    background-image: url(/Dup/img/paceri-b.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10%;
    left: -10%;
    z-index: 2;
}

.con3_right:after {
    content: "";
    width: 20%;
    height: 20%;
    position: absolute;
    background-image: url(/Dup/img/tomato-b.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -10%;
    right: -5%;
    z-index: 2;
}

/* top-cms */

.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;
}
.link_type1 .link_top a:hover{
    background-color: #f1efed;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}


/* ----------　下層ページ　---------- */

.v_type2 .demo_box {padding-top: 70px}
.v_type2 {counter-reset: number 0;}
.v_type2 .cate_box {padding: 50px 20px 30px;}
.v_type2 .cate_box:before {
    counter-increment: number 1;
    content: "0" counter(number);
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    font-size: 80px;
    font-weight: 100;
    font-style: italic;
    color: #99756c;
    /*background-color: #fff;*/
    line-height: 1;
    padding: 0 25px 0 0;
    font-family: 'EB Garamond', serif;
}
.v_type2 .box_title {
    padding-left: 90px;
}


/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#main_img:before {
    background-size: 450px;
}

.con1_right {
    background-size: 11%,13%;
    background-position: 95% 95%, 5% 5%;
}

.con1_left {
    height: 45vh;
}

.contents_wrap .contents_bg {
    width: 100%;
}

.con3_right:before {
    background-image: url(/Dup/img/paceri.png);
}

.con3_right:after {
    background-image: url(/Dup/img/tomato.png);
}

    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#main_img {
    padding-top: 0;
    margin-top: 80px;
}
    
#main_img:before {
    background-size: 80%;
}

.con1_right {
    background-size: 15%,19%;
    background-position: 95% 22%, 3% 3%;
}

.link_type1 .link_top .link_title{
    font-size: 15px;
}

.v_type2 .cate_box{padding: 42px 25px 25px;}
.v_type2 .cate_box:before{top: 5px;font-size: 48px;}

.v_type2 .box_title {
    padding-left: 0px;
    margin-top: 10px;
}
    
}