﻿/*--------------------------------------------
 変数
----------------------------------------------*/
:root{
    --color1:#f48b6e;
    --color2:#ffe6af;/* 230608修正前 #69a5c4; */
    --color2-2: #fff7eb;/* 230608修正前 #d0e3ed */
    --color3:#ffe566;
    --color3-2:#fff7d1;
    --color4:#ccc;
    --color-white:#fff;
    
    --box1: 15px;
    --box2: 50px;
    --box3: 5%;
    --font1: 16px;
    --font-space1:0.03em;
    --font-height1: 1.6;
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", sans-serif;
}

/*--------------------------------------------
 固定バナー
----------------------------------------------*/
.fixbnr{
    width: min(140px, 15%);
    right: 2%;
    bottom: 100px;
}
.fixbnr_seaflore{}
.fixbnr_roselus{
    bottom: 230px;
}

/* タブレット */
@media screen and (max-width: 768px){
    .fixbnr{bottom: 10px;}
    .fixbnr_roselus{bottom: 10px; left: 120px;}
}
/* スマホ */
@media screen and (max-width: 667px){
    .fixbnr{width: min(140px, 25%);}
}

/*--------------------------------------------
 CMS内のバナー
----------------------------------------------*/
.btn_container {
    width: max(250px, 35%);
    margin: var(--box1) auto;
}
.btn_container a img{
    border-radius: var(--box1);
    box-shadow: 2px 4px 0px rgba(0,0,0,0.3);
}
.btn_container.cate_bnr {}
.btn_container.con_bnr {}

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}

/*--------------------------------------------
 ロゼラスの必要性
----------------------------------------------*/
#cms_2-a #cate1{}
#cms_2-a #cate1 .box_wrap{
    display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: center;
align-items: center;
flex-direction: row;
}
#cms_2-a #cate1 .cate_box{
    display: block;
    width: 33.3%;
}
#cms_2-a #cate1 .cate_box .box_item{
    width: 100%!important;
}
#cms_2-a #cate1 .cate_box .box_item .box_img1 img{
    border-radius: var(--box1) var(--box1) 0 0;
}
#cms_2-a #cate1 .cate_box .box_item .box_title1{
    text-align: center;
    background-color: var(--color3);
    color: var(--color1);
    border-radius: 0 0 var(--box1) var(--box1);
}

/* タブレット */
@media screen and (max-width: 768px){
    #cms_2-a #cate1 .cate_box{
        padding-bottom: 0px;
        width: 50%;
    }
}

/* スマホ */
@media screen and (max-width: 667px){
    #cms_2-a #cate1.box_wrap{display: block;}
    #cms_2-a #cate1 .cate_box{width: 100%; padding-bottom: 0px;}
    #cms_2-a #cate1 .cate_box .box_item{margin-bottom: 0px;}
}

/*--------------------------------------------
 TOPお知らせ
----------------------------------------------*/
.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);
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: var(--font-height1);
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/*--------------------------------------------
 TOPママさんに使って欲しい商品
----------------------------------------------*/
.link_type1 .link_top:nth-child(1){
    display: none;
}
.link_type1 .link_top .link_title {
    margin: 20px auto;
    text-align: center;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
    border-radius: var(--box1);
}
.link_type1 .link_top a:hover{
    background-color: var(--color3);
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top:nth-child(2) .link_title{width: 180px;}

}

/* --------------------------------------------
 メインイメージ 
---------------------------------------------*/
#header #sns_link{
    width: 70%;
    margin: 30px auto;
}
#header .head_tel a{
    line-height: var(--font-height1);
}
.catch{
    width: max(35%, 450px);
        filter: drop-shadow(1px 3px 0px rgba(255,255,255,1));
}

/* タブレット */
@media screen and (max-width: 768px){
    #main_img{
        height: 40vh;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    #main_img{
        height: 30vh;
    }
    #mainwrap{
        min-height: 0px;
    }
    .catch{
        width: min(70%, 260px);
        right: 2%;
    }
}

/* --------------------------------------------
 トップページ 
---------------------------------------------*/

.con_title{
    color: var(--color1);
}
.cms1inner{
    padding: var(--box2) 0;
}

#top_contents1 .img-container{
    background-position: 80%;
}

#top_contents3 .con_before{display:none}

#top_contents3{
    background-color: transparent;
    background: linear-gradient(135deg, var(--color-white), var(--color3-2));
}

#top_contents3 .con3_txt_wrap .con_title,.con_txt{
    z-index: 2;
}
#top_contents3 .con3_txt_wrap .con3_img{
    width: 110%;
    height: 110%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}
#top_contents3 .con3_txt_wrap .con3_1_img{
    top: 63%;
}
#top_contents3 .con3_txt_wrap .con3_2_img{}
#top_contents3 .con3_txt_wrap .con3_3_img{}

.con3_img4{position:relative;z-index:2;}

#top_path{
    background-color: var(--color3-2);
}

#top_cms{
    background-color: var(--color2-2);
}

#top_cms .cms_title h3{
    line-height: var(--font-height1);
    letter-spacing: var(--font-space1);
}
/* タブレット */
@media screen and (max-width: 768px){
    #top_contents1 .img-container{
        background-size: contain;
        background-position: 0%;
    }
    
    #top_contents3 .con3_txt_wrap .con3_img{
        width: 85%;
        height: 100%;
    }
    
    #top_contents3 .con3_txt_wrap .con3_1_img{
        top: 44%;
    }
    #top_contents3 .con3_txt_wrap .con3_2_img{
        height: 80%;
        width: 80%;
    }
    #top_contents3 .con3_txt_wrap .con3_3_img{
        width: 60%;
        height: 50%;
    }
    
    #footer_info .info_txt_wrap{
        border-radius: 0 var(--box2) 0 0;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    #top_news{margin-top: 50px;}
    
    #top_contents1{margin-top: -100px;}
    #top_contents1 .con1_txt_wrap{padding-top: 0;}
    #top_contents1 .con1_txt_wrap .con_title{letter-spacing: 0em;}
    #top_contents1 .con1_img2 div{background-position: 15%;}
    
    #attach{height: 300px;}
    
    #top_contents3 .con3_txt_wrap .con3_1_img{top: 39%; height: 80%;}
    #top_contents3 .con3_txt_wrap .con3_2_img{top: 40%;}
    #top_contents3 .con3_txt_wrap .con3_3_img{top: 35%; width: 90%; height: 80%;}
    
    #top_contents3 .con3_txt_wrap.con3_1 .con_title{width: 290px; margin: 20px auto; letter-spacing: 0em;}
    #top_contents3 .con3_txt_wrap.con3_3 .con_title{width: 270px; margin: 20px auto;}
    
    footer .footer_item{padding-bottom: 130px;}
    
}
/*--------------------------------------------
 全ページ ・ 色 ・　文字
----------------------------------------------*/
html,body,.font_10,.font_11,.font_12,.font_13,.font_14,.font_15{font-size: var(--font1);}
.font_2up{font-size: max(calc(var(--font1) + 4px), calc(1rem  + 2px));}
.font_4up{font-size: max(calc(var(--font1) + 8px), calc(1rem  + 4px));}
.font_8up{font-size: max(calc(var(--font1) + 16px), calc(1rem  + 8px));}
.font_2dw{font-size: max(calc(var(--font1)), calc(1rem  - 2px));}
.font_4dw{font-size: max(calc(var(--font1)), calc(1rem  - 4px));}
.font_6dw{font-size: max(calc(var(--font1)), calc(1rem  - 6px));}

.linkStyle{
	color: var(--color1);
	text-decoration: underline;
	transition: all 0.5s;
}
.linkStyle:hover{
	opacity: 0.7;
	text-decoration: none;
}

.cate_list a{
    color: var(--color1);
    background-color: var(--color3);
    border-radius: var(--box1);
}

#con_nav li:nth-child(1) a,#con_nav li:nth-child(2) a{
    padding-top: 34px;
}


#con_nav ul li{
    max-width: 210px;
}
.nav_title{
    line-height: var(--font-height1);
    letter-spacing: var(--font-space1);
}


#wrap{
    background-color: var(--color2-2);
}
.under_page > .bg_color3{
    background-color: var(--color2-2);
}
.under_box{
    background-color: var(--color-white);
    border-radius: var(--box2);
    padding: var(--box2) 5%;
}
#page_title .title_img .con2_bg{
    opacity: 0.7;
}
#page_title .title_wrap{
    max-width: 100%;
    line-height: var(--font-height1);
}

#cms_2-g .cate_title{
    line-height: 1.5;
    letter-spacing: var(--font-space1);
}

#footer{padding-right: 160px;}
#footer_info .info_txt_wrap {
    background-color: var(--color2-2);
    border-radius: 0 var(--box2) var(--box2) 0;
}

footer.bg_color3{
    background-color: var(--color2-2);
}


/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){
    #page_title .title_img{height: 310px;}
    #page_title .title_wrap{max-width: 330px;}
    
    #footer_info .info_txt_wrap {
        border-radius: 0;
        margin: 0;
        padding: 30px 0;
    }
    #footer{padding-right: 20px;}
}


/*--------------------------------------------
 SVG
----------------------------------------------*/
/*.svg_hide{
    position: absolute;
    z-index: -10;
}
.svg_container { 
	position: relative;
	width: 100%;
}
.svg_content { 
	position: absolute;
	top: 0;
	left: 0;
}
.mask1 {
  -webkit-clip-path: url(#svgPath1);
  clip-path: url(#svgPath1);
}
*/