﻿@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#ceafc5;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#ceafc5;
	opacity: 0.7;
	transition: all 0.5s;
}


html, body {
    font-size: 18px;
    line-height: 1.5;
}

body {
    font-family: 'Libre Baskerville', 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.wrap {
    overflow: hidden;
}

.font_serif {
    font-family: 'Libre Baskerville','Shippori Mincho', serif;
}

#main_img img, #intro img, #top_contents1 img, #top_contents2 img {
    filter: none;
    cursor: default;
}

.rectangle_img img {
    position: initial;
    transform: none;
}

/* nav */

#menu_bt > div span {
    background-color: #484647;
}

header #header .shop_link a {
    color: #90af98;
}

.sc_nav .shop_link a{
    background-color: #90af98;
}

/* footer */


/* ----------　TOP　---------- */

/* main-img */

#main_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(Dup/img/main-copy.png);
    background-size: 50%;
    background-position: 97% 95%;
    background-repeat: no-repeat;
    z-index: 2;
}

.top-bnr {
    display: block;
    background-color: #90af98;
    padding: 15px;
    margin: 50px auto;
    width: clamp(250px, 30vw, 500px);
}

.top-time {
font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}

/* top */

.intro_txt p {
    margin-top: -50px;
}

.nami1 {
    left: -30%;
    width: 30%;
    top: 35%;
}

.nami2 {
    right: -30%;
    width: 30%;
    top: 35%;
}

#intro .intro_txt h2:nth-of-type(2) {
    transform: translateY(0);
}

/*#top_contents1 {*/
/*    background-color: #f8f7f8;*/
/*}*/

#top_contents1:before {
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    background-color: #f8f7f8;
    z-index: -1;
    top: 100px;
    left: 0;
}

#top_contents1 figure {
    position: relative;
}
#top_contents1 h2:before {
    content: "";
    width: 160px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    right: 30px;
    background-image: url(/Dup/img/nami2.png);
    background-size: 100%;
}

#attach:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(72,70,71,0.2);
}

/* top-cms */

.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}


/* ----------　下層ページ　---------- */

#page_title {
    filter: none;
    position: relative;
    z-index: 0;
}

#page_title:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(220,217,219,0.65);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#cate_list_title, .cate_list {
    display: none;
}

#contact_tel a {
    background-color: #90af98;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#main_img:before {
    background-size: 55%;
    background-position: 95% 70%;
}
    
#menu_wrap ul li {
    margin-bottom: 15px;
}
    
.fix_link {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    transition: 0.3s;
}

.nami1 {
    left: -18%;
    width: 18%;
    top: 28%;
}

.nami2 {
    right: -18%;
    width: 18%;
    top: 28%;
}

#top_contents1 .contents1_txt h3 {
    transform: translateX(-120px);
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}
    
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#main_img {
    position: relative;
    overflow: hidden;
}
    
#main_img:before {
    background-size: 65%;
    background-position: 97% 90%;
    background-repeat: no-repeat;
}

#main_img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 45%);
    z-index: 1;
}
    
#main_img figure {
    height: 300px!important;
}

#main_img figure img {
    width: auto!important;
    height: 100%!important;
    left: 60%;
}
    
#menu_wrap ul li {
    margin-bottom: 10px;
}
    
#page_title {
    padding: 80px 30px 100px;
    max-height: 200px!important;
    min-height: initial;
}

.fix_link a {
    width: 70%;
    color: #ffffff;
    background-color: #90af98;
    border-color: #90af98;
}

.link_type1 .link_top .link_title{
    font-size: 14px;
}

.link_type1 .link_top a {
    padding: 40px 10px;
}

#intro .intro_img {
    margin-bottom: 100px;
}

.nami1, .nami2 {
    display: none;
}

#top_contents1 h2:before {
    bottom: -10px;
    right: 10px;
}

#top_contents1 .contents1_txt h3 {
    transform: translateX(0px);
}

#top_contents1 .contents1_txt h3 {
    text-align: center;
    margin: 0 auto 30px;
}

.top_cms_title p {
    display: none;
}

.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
    
}

@media screen and (max-width:320px) {
    #main_img figure img {
    left: 75%;
}
}
