﻿/* all page */
/* color */
.txt_color1{color: #56383A;} /* メインカラー */
.txt_color2{color: #CDB6BC} /* サブカラー */
.txt_color3{color: #C45F2C} /* アクセントカラー1 */
.txt_color4{color: #56383a} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #ddb3b3;} /* メインカラー */
.bg_color2{background-color: #b4aeb1;} /* サブカラー */
.bg_color3{background-color: #b4aeb1;} /* アクセントカラー1 */
.bg_color4{background-color: #56383a} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #e6c0c0;}
.border_color2{border-color: #CDB6BC}
.border_color3{border-color: #C45F2C}
.border_color4{border-color: #56383a}

.overlay {
    background: linear-gradient(135deg, rgba(221,179,179,0.9) , rgba(180,174,177,0.9) )!important;
}

.linkStyle{
    color: #333;
    text-decoration: underline;
}

.nav_menu_more:first-of-type a .icon:before {
    content: "\f075";
    top: -3px;
    left: -30px;
}

/* top ----------------*/

/* header */
#header{
	padding-top: 10px;
	padding-bottom: 10px;
}
#pc_nav li, #top_pc_nav li, #footer_nav li {
    height: 1.5em;
    text-align: center;
    letter-spacing: 2px;
}     
#pc_nav li span, #top_pc_nav li span, #footer_nav li span{
    transition: 0.3s;
}
#pc_nav li span:nth-child(1), #top_pc_nav li span:nth-child(1), #footer_nav li span:nth-child(1) {display: block;}
#pc_nav li span:nth-child(2), #top_pc_nav li span:nth-child(2) {
     opacity:0;
     position: relative;
     top: -1.5em;
}
#footer_nav li span:nth-child(2) {
     opacity:0;
     position: relative;
     top: -2.0em;
}
#pc_nav li:hover span:nth-child(1), #top_pc_nav li:hover span:nth-child(1), #footer_nav li:hover span:nth-child(1) {opacity: 0;}
#pc_nav li:hover span:nth-child(2), #top_pc_nav li:hover span:nth-child(2), #footer_nav li:hover span:nth-child(2) {opacity: 1;}

#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after{
    display: none;
}
#pc_nav li a, #top_pc_nav li a, #footer_nav li a {
    text-align: center;
}

/* main img */
#main_img .menu p{
	background: none;
}

/* main */
main{
	position: relative;
}
.flower_right{
	width: 500px;
	height: auto;
	top: 0;
	right: 0;
}
.flower_left{
	width: 450px;
	height: auto;
	top: 5%;
	left: -40px;
}
.bira01{
	width: 420px;
	height: auto;
	top: 7%;
	right: 150px;
	transform: rotate(-10deg);
}
.bira02{
	width: 300px;
	height: auto;
	bottom: -15%;
	left: 20px;
	z-index: 3;
}

/* intro */
#intro_wrap{
	background-color: rgba(255,255,255,0.70);
}

/* contents */
#contents1 .con_box, #contents2 .con_box{
	background-color: rgba(255,255,255,0.70);
}

/* banner */
.banner_wrap{
	z-index: 3;
	position: relative;
	padding-top: 100px;
	padding-bottom: 50px;
}
.banner_shop{
	max-width: 500px;
	margin: 0 auto;
}
.banner_voice{
	max-width: 500px;
	margin: 0 auto;
}

/* topcms */
.top_cms_box{
	position: relative;
}
.top_cms_box:first-of-type::before{
	content: "";
	background-image: url("./Dup/img/cms01.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 170px;
	width: 170px;
	height: 170px;
	position: absolute;
	bottom: 0;
	left: 10px;
}
.top_cms_box:nth-of-type(5)::before{
	content: "";
	background-image: url("./Dup/img/cms02.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 430px;
	width: 430px;
	height: 500px;
	position: absolute;
	top: -100px;
	right: -1%;
	z-index: -1;
}

.cms_5-c .box_title1{
    background-color: #ddb3b3;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 50px;
    margin-right: 50px;
    border: none;
}
.cms_5-c .box_title1::before{
    content: "Q";
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
    background-color: #ddb3b3;
    color: #fff;
    padding: 10px;
    line-height: 1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}
.cms_5-c .box_title1::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #ddb3b3 transparent transparent;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.cms_5-c .box_txt1{
    background-color: #e9e9e9;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
}
.cms_5-c .box_txt1::before{
    content: "A";
    left: auto;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    background-color: #e9e9e9;
    color: #333;
    padding: 10px;
    line-height: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: end;
}
.cms_5-c .box_txt1::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #e9e9e9;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

/* footer */
#footer_nav{
	background-color: rgba(255,255,255,0.70);
}
#footer_con{
	position: relative;
}
#footer_con::before{
	content: "";
	background-image: url("./Dup/img/bottom_rose.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 700px;
	width: 700px;
	height: 500px;
	position: absolute;
	top: -500px;
	right: 0;
	z-index: -3;
}


/* under page */
.page .con_box{
    background-color: rgba(255,255,255,0.90);
}
#footer .con_box{
    background: none;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */
#cms_6-c .box_item, .cms_6-c .box_item{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#cms_6-c .box_item:hover, .cms_6-c .box_item:hover{
    transform: translateY(-5px);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#cms_6-c .box_open, .cms_6-c .box_open{
    top: 0;
    left: 0;
    z-index: 9999;
}
#cms_6-c .box_open_wrap, .cms_6-c .box_open_wrap{
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
#cms_6-c .box_open > div, .cms_6-c .box_open > div{
    overflow-y: auto;
}
#cms_6-c .box_item, #cms_6-c .close, .cms_6-c .box_item, .cms_6-c .close{
    cursor: pointer;
}
#cms_6-c .close, .cms_6-c .close{
    top: 10px;
    right: 10px;
}

/* cms5 */
.page header.scr_header{
    background-color: rgba(86,56,58,0.5) !important;
}
#cms_5-c .box_title1{
    background-color: #ddb3b3;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 50px;
    margin-right: 50px;
    border: none;
}
#cms_5-c .box_title1::before{
    content: "Q";
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
    background-color: #ddb3b3;
    color: #fff;
    padding: 10px;
    line-height: 1;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
}
#cms_5-c .box_title1::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #ddb3b3 transparent transparent;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
#cms_5-c .box_txt1{
    background-color: #e9e9e9;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
}
#cms_5-c .box_txt1::before{
    content: "A";
    left: auto;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    background-color: #e9e9e9;
    color: #333;
    padding: 10px;
    line-height: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: end;
}
#cms_5-c .box_txt1::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #e9e9e9;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* IE */
@media all and (-ms-high-contrast: none){
    .cms_5-c .box_title1{
        padding-top: 10px;
    }
    .cms_5-c .box_txt1{
        padding-top: 10px;
    }
    .cms_5-c .box_txt1::before{
        text-align: right;
    }
    #cms_5-c .box_title1{
        padding-top: 10px;
    }
    #cms_5-c .box_txt1{
        padding-top: 10px;
    }
    #cms_5-c .box_txt1::before{
        text-align: right;
    }
    
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#logo {
		opacity: 0;
	}
	header.scr_header #logo {
		opacity: 1;
	}
	.flower_right {
		width: 350px;
	}
	.flower_left {
		width: 300px;
		top: 11%;
	}
	.bira01 {
		width: 300px;
		top: 6%;
	}
	.bira02 {
		width: 230px;
		bottom: -3%;
	}
	#contents1 .con_box {
		margin-top: 15%;
	}
	.banner_wrap{
		padding-bottom: 0;
	}
	.top_cms_box:first-of-type::before{
		background-size: 130px;
		width: 130px;
		height: 130px;
	}
	.top_cms_box:nth-of-type(5)::before{
		background-size: 320px;
		width: 320px;
		right: -10%;
	}
	#footer_con::before {
    background-size: 600px;
    width: 600px;
    height: 450px;
    top: -450px;
}
	
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	header.scr_header #logo {
		max-width: 160px;
	}
	#contents1 .con_box {
		margin-top: 0;
	}
	.flower_right {
		width: 290px;
	}
	.flower_left {
		width: 230px;
		top: 13%;
	}
	.bira01 {
		width: 200px;
		top: 5%;
		right: -20px;
	}
	.bira02 {
		width: 150px;
		bottom: -4%;
		left: 0;
	}
	.top_cms_box:first-of-type::before{
		background-size: 100px;
		width: 100px;
		height: 100px;
	}
	.top_cms_box:nth-of-type(5)::before{
		background-size: 240px;
		width: 240px;
		top: -40px;
		right: -20%;
	}
    .cms_5-c .box_title1{
        margin-left: 60px;
        margin-right: 0;
    }
    .cms_5-c .box_title1::before{
        left: -60px;
        width: 20px;
        height: 20px;
        }
    .cms_5-c .box_txt1{
        margin-left: 0;
        margin-right: 60px;
        margin-top: 10px;
    }
    
    #page_title .page_title_box{
        width: 60%;
    }
    #cms_5-c .box_title1{
        margin-left: 60px;
        margin-right: 0;
    }
    #cms_5-c .box_title1::before{
        left: -60px;
        width: 20px;
        height: 20px;
        }
    #cms_5-c .box_txt1{
        margin-left: 0;
        margin-right: 60px;
        margin-top: 10px;
    }
	
}
