﻿@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap');
#intro .intro_txt h2, header #header .shop_link a, #page_title, #main_nav, .sc_nav, .shop_link, #footer_links, #page10, a[href^="tel:"], #intro .intro_title, #top_cms .top_cms_title, .more, #menu_wrap {
font-family: 'EB Garamond', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
font-weight: 500;
}
.cate_title {
font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
font-weight: bold;
}

/* ---------- color ---------- */
.linkStyle{color: #de8282;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
body, .txt_color_nomal{color: #333;}
.bg_color2{background-color: #f4f4f4;}
.border_color2 {border-color: #ccb7fe;}
#page10 ul li a span.on, #top_cms .top_cms_box .more a span.on.bg_color1{background-color: #f7dede;}
#page10 ul li a:hover, #top_cms .top_cms_box .more a:hover span{color: #dc8a8a;}


/* ---------- all---------- */
#main_nav ul{justify-content: space-evenly;font-size: 17px;}
#main_img img, #intro img, #top_contents1 img, #top_contents2 img, #page_title {filter: none;}
#top_contents2 h3 span{font-weight: bold}

/* ---------- top---------- */
#main_img{position: relative}
#main_img::before {
    content: '';
    display: inline-block;
    width: 52%;
    max-width: 600px;
    height: 100%;
    background-image: url(../dup/img/main_txt.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    left: -41px;
    bottom: 96px;
    z-index: 10;
	opacity: 0;
	transition: opacity 1s ease;
}
#main_img::after {
    content: '';
    display: inline-block;
    width: 27%;
    max-width: 324px;
    height: 100%;
    background-image: url(../dup/img/main_img.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    right: -41px;
    bottom: -100px;
    z-index: 10;
	opacity: 0;
	transition: opacity 1s ease .5s;
}
#main_img.animStart::before, #main_img.animStart::after{opacity: 1}
@media screen and (max-width: 1394px){
	#main_img::before{left: 0;max-width: 657px;bottom: 68px;overflow: hidden;}
}

#intro .slick-dots li.slick-active{color: #ca9d9d;}
#intro .intro_title{color: #E6E6E6;}
#intro .intro_txt{background: url( "../dup/img/intro_bg.png" ) center bottom / cover no-repeat #f7f7f7;padding-bottom: 87px;}
#intro .intro_txt h2{
font-size: 21px;
width: 77%!important;
background-color: transparent;
}
#top_contents1 h3{margin-bottom: 95px;font-size: 28px;}
#top_contents1 .con1_wrap{background-color: #e6d8fb;}
#top_contents1 .contents1_txt{margin-left: 0;width: 50%!important;}
#top_contents1 .contents1_txt h3 {transform: none;text-shadow: none;}
#top_contents1 figure{position: relative;bottom: 40px;}

#top_contents1 h3 {
	position: relative;
	padding: 1.5rem 1rem;
}
#top_contents1 h3 :after {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #ca9d9d, #ccb7fe 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #ca9d9d, #ccb7fe 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* ---------- 下層---------- */
.cate_title {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    width: 100%!important;
    font-size: 22px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: solid 1px #d8d8d8;
    color: #222;
    font-weight: bold;
    position: relative;
}
.cate_title::before {
    position: absolute;
    content: "";
    width: 57px;
    height: 2px;
    left: 0;
    bottom: -1px;
    background-color: #ccb7fe;
}
#cms_6-c .circle{display: none}
#cms_6-c .box_title{
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.7;
}
#cms_6-c .box_title::before{
	position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #ccb7fe;
}
#cms_5-b .cate_box .box_item, .cms_5-b .cate_box .box_item{border-color: #ccb7fe;}
.cms_5-b .cate_box .open_bt .box_title1::before{color: #141414!important;}


/* アニメーション ---------------------------------------------------------------------------------------------*/
.fadein{
transition: opacity 1s ease;
opacity: 0;
}
#top_contents2 .fadein.grid_4 img2{transition:  opacity 1s ease .5s;}
.fadein.start{opacity: 1;}



/* IE */
@media all and (-ms-high-contrast: none){ 
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#top_contents1 .con1_wrap{margin-bottom: 0}
#top_contents1 .con2_wrap figure{bottom: 0;top: 40px}
#top_contents1 .con2_wrap .contents1_txt{padding-top: 51px;}
#top_contents1 .contents1_txt{width: 70%!important;}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.font_14{font-size: 13px}
.font_12_sp {font-size: 13px;}
#main_img{overflow: visible;}
#main_img::before{width: 80%;bottom: -25px;}
#main_img::after{display: none}
#intro .intro_txt h2 {font-size: 17px;width: 92%!important;}
#top_contents1 h3{margin-bottom: 76px;font-size: 21px;}
#top_contents1 h3 :after{width: 71%;height: 8px;}
#top_contents1 .contents1_txt{padding-top: 10px;}
#top_contents1 .con2_wrap .contents1_txt{padding-bottom: 20px;}
#top_contents2 .img1, #top_contents2 .img2{width: 86%!important;}
#top_contents1 .contents1_txt{width: 100%!important;}
}


/* ---------- 2021.05.17 ---------- */
#map, #main_img::after, #main_img::before{display: none}
#intro .intro_txt{background-image: none;background-color: #f7f7f7;padding-bottom: 40px;}
#intro .intro_txt h2 {
    transform: none;
    margin-bottom: 25px;
    padding-top: 30px;
}
#top_contents1 h3 :after{
    bottom: 23px;
    background-image: none;
    background-color: #ca9d9d;
    height: 2px!important;
}

/* ---------- 2021.05.20 ---------- */
#top_contents1 .con1_wrap{background-color: #f3ecfd;}

/* ---------- 2021.05.25 ---------- */
#intro .slick-dots li{opacity: 1;color: #efefef;}
#intro .slick-dots li.slick-active{color: #eee4fd}
#top_contents1 h3 :after{background-color: #ccb7fe;}

/* ---------- 2021.05.28 ---------- */
#page10 ul li a:hover, #top_cms .top_cms_box .more a:hover span {color: #ccb7fe;}
#page10 ul li a span.on, #top_cms .top_cms_box .more a span.on.bg_color1 {background-color: #f3ecfd;}

/* ---------- 2021.06.04 ---------- */
#cms_6-c .arrow{display: none;}
#cms_6-c .cate_box{border-color: #d6d6d6;}

