﻿@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif+JP:wght@300;400;700&family=Shippori+Mincho:wght@400;500;700&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#8D8069;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#8D8069;
	opacity: 0.7;
	transition: all 0.5s;
}

/* color */
body,.txt_color_nomal{color: #2F2A23;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #BCAA8C} /* メインカラー */
.txt_color2{color: #F5EFCF} /* サブカラー */
.txt_color3{color: #D9CDAE} /* アクセントカラー1 */
.txt_color4{color: #8D8069} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #BCAA8C} /* メインカラー */
.bg_color2{background-color: #F5EFCF} /* サブカラー */
.bg_color3{background-color: #D9CDAE} /* アクセントカラー1 */
.bg_color4{background-color: #8D8069} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #BCAA8C}
.border_color2{border-color: #F5EFCF}
.border_color3{border-color: #D9CDAE}
.border_color4{border-color: #8D8069}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #2F2A23;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #BCAA8C} /* メインカラー */
.hvr_txt_color2:hover{color: #F5EFCF} /* サブカラー */
.hvr_txt_color3:hover{color: #D9CDAE} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #8D8069} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: #FBF9EC} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #BCAA8C} /* メインカラー */
.hvr_bg_color2:hover{background-color: #F5EFCF} /* サブカラー */
.hvr_bg_color3:hover{background-color: #D9CDAE} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #8D8069} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #BCAA8C}
.hvr_border_color2:hover{border-color: #F5EFCF}
.hvr_border_color3:hover{border-color: #D9CDAE}
.hvr_border_color4:hover{border-color: #8D8069}


body {
    font-family: 'Gentium Book Plus', 'Noto Serif JP',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    background-color: #FBF9EC;
}

h2,h3,h4,.hannari {
    font-family: 'Shippori Mincho', serif;
}



/* nav */

#fix-bnr-wrap {
    bottom: 10px;
    right: 80px;
    z-index: 5;
}

.fix-bnr {
    width: 250px;
    text-align: center;
    padding: 20px ;
    line-height: 1.5;
    letter-spacing: 1px;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* footer */


#return_top {
    z-index: 5;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img:before {
    display: none;
}

#main_img {
    justify-content: flex-end;
}

#main_img #left{
    width: 30%!important;
    margin-right: 5%;
    margin-top: -10vh;
    height: 90vh;
}

#main_img #right{
    width: 40%!important;
    height: 85vh;
    margin-top: 15vh;
}

#main_img .menu {
    left: 10%;
    text-shadow: 1px 1px rgba(251,249,236,0.7);
}

#main_img .main-copy {
    font-size: 60px;
    font-weight: bold;
    line-height: 2;
}

#top_pc_nav li a {
    text-decoration: underline;
    transition: 0.3s;
}

#top_pc_nav li a:hover {
    transform: translate(0,-5px);
}

#top_pc_nav li a::after {
    display: none;
}

/* top */

.back1:before,.back2:before,.line:before {
    display: none;
}

#contents_wrap {
    background-image: url('/Dup/img/bg-1.jpg');
    background-size: cover;
    background-position: center top;
}

#intro {
    position: relative;
}

#intro_wrap {
    padding-top: 13%;
    padding-bottom: 13%;
}


.con_title:before {
    position: absolute;
    left: 5%;
    bottom: -100%;
    z-index: 0;
    color: #D9CDAE;
    font-size: 70px;
    opacity: 0.8;
}

#contents1 .con_title:before{
    content: "Cafe";
}

#contents2 .con_title:before{
    content: "Picking";
}

#contents3 .con_title:before{
    content: "Gift";
    left: 0;
    right: 0;
    margin: auto;
}

#contents3_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

#contents3 .con_box {
    background-color: rgba(255,255,255,0.5);
}

#contents3_wrap:before, #contents3_wrap:after {
    top: 0;
}

#contents3_wrap:after {
    background-color: rgba(251,249,236,0.5)!important;
}

/*img*/

#contents1 .portrait_img {
    height: 650px!important;
}

.intro_l {
    top: 0;
    left: 0;
    width: 22%;
}

.intro_r {
    bottom: -20%;
    right: 0;
    width: 18%;
}

.con1-2 {
    top: -200px;
    left: 40%;
    margin: auto;
    width: 12%;
}

.con3-t{
    z-index: 3;
    top: -20%;
    left: 50px;
}

.con3-b{
    z-index: 3;
    bottom: -25%;
    right: 80px;
}

/*btn*/
.con_btn a {
    box-shadow: 5px 5px 0 #D9CDAE;
    transition: 0.5s;
}

.con_btn a:hover {
    box-shadow: none;
    transform: translate(5px,5px);
}

#info_contact .con_img:before {
    background-color: rgba(141,128,105,0.6);
}

/* top-cms */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}


.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: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}


/*more*/

.more_btn:before, .more_btn:after {
    display: none;
}

.more_btn {
    box-shadow: 5px 5px 0 #D9CDAE;
    border: 1px solid;
    color: #2F2A23;
    transition: 0.5s;
}

.more_btn:hover {
    box-shadow: none;
    transform: translate(5px,5px);
    transition-delay:initial;
}

/* ----------　下層ページ　---------- */

.page {
    background-image: url('/Dup/img/bg-1.jpg');
    background-size: cover;
    background-position: center;
}

.cate_list li a {
    background-color: #F5EFCF!important;
}

.cate_list li a:hover {
    background-color: #8D8069!important;
    color: #ffffff;
}

.pager li a {
    background-color: rgba(217,205,174,1)!important;
}

.pager li a:hover {
    background-color: #8D8069!important;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.top .button_container span {
    background-color: #BCAA8C;
}

.top header #logo img {
    filter: drop-shadow(2px 2px 0px #BCAA8C);
}

.top .button_container span:nth-of-type(1) {
    color: #BCAA8C;
    background-color: transparent;
}

.top .button_container.active span:nth-of-type(1){
    color: rgba(255,255,255,0.80);
}

header.scr_header .button_container span {
    background-color: #ffffff;
}

header.scr_header .button_container span:nth-of-type(1) {
    color: #ffffff;
    background-color: transparent;
}

header.scr_header #logo img {
    filter: none;
}
    
#main_img .menu {
    left: 5%;
    bottom: 5%;
}

#main_img #left {
    width: 35%!important;
    margin-right: 5%;
    margin-top: -10vh;
    height: 90vh!important;
}

#main_img #right {
    width: 45%!important;
    height: 85vh!important;
    margin-top: 15vh;
}
    
.con_title:before {
    opacity: 0.4!important;
}
    
.intro_r {
    width: 25%;
}

#intro_wrap {
    padding-top: 23%;
}

.con1-2 {
    width: 25%;
}

.con3-t {
    width: 25%;
    left: 0;
}

.con3-b {
    bottom: -30%;
    right: 0;
    width: 40%;
}
    
    
    
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#main_img .main-copy {
    font-size: 35px;
}

#main_img #left {
    width: 90%!important;
    margin-right: 10%;
    margin-top: 1vh;
    height: 45vh!important;
}

#main_img #right {
    width: 75%!important;
    margin-top: 2vh;
    height: 45vh!important;
    margin-bottom: 3vh;
}

.intro_l {
    width: 80%!important;
    top: 30px;
}

#intro_wrap {
    padding-top: 80%;
}

.intro_r {
    width: 35%;
    right: 0;
    left: 0;
    bottom: -15%;
}

.con_title:before {
    bottom: -100%;
    color: #D9CDAE;
    font-size: 50px;
    opacity: 0.8;
    left: 0;
    right: 0;
    margin: auto;
}

.con1-2 {
    width: 45%;
    left: 0;
    right: 0;
}

.con3-t {
    width: 35%;
    left: 0;
    top: -15%;
}

.con3-b {
    bottom: -15%;
    right: 0;
    width: 50%;
}

.link_type1 .link_top .link_title{
    font-size: 15px;
}

#fix-bnr-wrap {
    right: 50px;
}

.fix-bnr {
    width: 40px;
    height: 40px;
    border-radius: 50%;

}

.fix-bnr i {
    line-height: 1.5!important;
}
    
#page_title .page_title_box h2 {
    font-size: 20px!important;
}
    
    
}