@charset "utf-8";

/* CSS Document */
a{
	/* \*/
	overflow:hidden;
	/* */
	outline:none;
	text-decoration: none;
}
a:link{
	color:#333;
}
a:visited{
	color:#333;
}
a:hover{
	transition:0.3s;
	opacity:0.5;
	color:#333;
}
section a, section a:hover, section a:visited{
	color:#333;
}
img{
	height: auto;
	vertical-align:top;
}
/* layout */
body{
	margin:0;
	text-align:center;
	color:#333;
	font-size:12pt;
	line-height: 1.6;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	-webkit-text-size-adjust: 90%;
}


.container{
	margin: auto;
	text-align:left;
}
.container img{
	max-width: 100%;
}


/* header */
header{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1.0);
	z-index: 9999;
	width: 100%;
}
.header_in{
	margin:0 auto;
	overflow: hidden;
	padding: 10px;
}
.logo{
	float:left;
}
.h_btn{
	float: right;
	margin: 10px 45px 0 0;
}
.h_btn img{
	width: 30px;
	height: auto;
	margin-left: 10px;
}


/*-----------------------------------*/

/* footer */
footer{
	clear:both;
	text-align:center;
	border-top: solid 1px #DDD;
	padding-top: 60px;
	font-size: 90%;
}
.f_bg{
	background: url(../images/sweets14.jpg) no-repeat right bottom/185px auto;
	max-width: 1100px;
	margin: auto;
	padding: 0 5%;
}
.f_navi{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.f_navi a{
	margin: 0 20px;
	text-decoration: underline;
	color: #000!important;
}
.copy{
	clear:both;
	text-align: center;
	padding: 15px;
	background: #d9e7da;
	font-size: 90%;
}
/*-----------------------------------------*/

/*-----------------------
	トップへ戻るボタン
-------------------------*/

#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:9999;
	background: #FFF;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	height: 80px;
	overflow: hidden;
}
#page_top img{
	height: auto;
}
#page_top a {
	display: block;
	color:#FFF;
	text-align:center;
	opacity: 0.8;
}
#page_top a:hover {
	text-decoration: none;
	opacity: 1.00;
}

/*-----------------------------------------*/




/*-----------------------------------------*/

/* main */
.slide_box{
	position: relative;
	margin-top: 72px;
}
.slide_box2{
	max-width: 1400px;
	margin: auto;
	position: relative;
	margin-top: 72px;
}

.slide_on{
	margin: auto;
	position: absolute;
	bottom: 40px;
	right: 40px;
	display: inline-block;
	padding: 30px 40px;
	background: rgba(255,255,255,0.6);
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	color: #000;
}
.slide_on a{
	color: #000!important;	
}
.slide_on span{
	display: inline-block;
	padding: 2px 20px;
	background: #fde9e4;
}

section{
	margin-bottom:80px;
	clear:both;
}
h2{
	text-align: center;
	margin: 80px 5%;
	line-height: 2.2;
}
h3{
	margin:0 0 10px;
	font-size:180%;
	line-height:2.0;
	font-weight: normal;
}
h4{
	margin:0 0 20px;
	text-align: center;
	font-size:120%;
	color: #FFF;
}
.feature h3{
	text-decoration: underline;
}
.title_bline{
	text-align: center;
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.title_bline:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 120px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}
section p{
	margin-bottom:20px;
}

.bg01{
	background: #d9e7da;
	padding: 80px 5%!important;
}
.bg02{
	background: #fbddd5;
	padding: 80px 5%!important;
}
.bg03{
	background: #FFF;
	padding: 80px 5%!important;
}
.bg04{
	background: url(../images/sweets09.png) no-repeat left bottom/283px auto;
	min-height: 205px;
}
.bg05{
	background: url(../images/sweets09.png) no-repeat left top/283px auto;
	padding-top: 150px;
	max-width: 1700px;
	margin: auto;
}
.bg_glace{
	background: url("../images/sweets03.jpg") no-repeat right top/250px auto;
	padding-top: 30px;
	margin-top: -30px;
}
.bg_compote{
	background: url("../images/bg_compote.jpg") no-repeat right top/400px auto;
	padding-top: 30px;
	margin-top: -30px;
}
.bg_ume{
	background: url("../images/ume.jpg") no-repeat right bottom/140px auto;
	min-height: 150px;
	padding-top: 80px;
}

.slick-slide img{
	width: 100%;
	height: auto;
}

.btn01 a{
	display: block;
	margin: 40px 5% 5px;
	padding: 15px 30px;
	color: #333!important; 
	text-decoration:none;
	text-align:center;
	transition:0.3s;
    position: relative;
	background: #FFF;
	border: none;
	box-sizing: border-box;
}
.btn02 a{
	display: block;
	margin: 40px 5% 5px;
	padding: 15px 30px;
	color: #333!important; 
	text-decoration:none;
	text-align:center;
	transition:0.3s;
    position: relative;
	background: #FFF;
	border: solid 1px #333;
	box-sizing: border-box;
}
.btn03 a{
	display: block;
	max-width: 400px;
	margin: 40px auto 40px;
	padding: 15px 30px;
	color: #333!important; 
	text-decoration:none;
	text-align:center;
	transition:0.3s;
    position: relative;
	background: #fbddd5;
	box-sizing: border-box;
	font-size: 120%;
}
hr{
	margin: 50px 20% 70px;
}
a.img_link{
	display: block;
	text-indent: -9999px;
	background: url(../images/sweets04.jpg) no-repeat center/cover;
	height: 100%;
}
.rev_box li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	flex-wrap: wrap;
}
.rev_box li div{
	width: 47%;
	margin-bottom: 20px;
}
.rev_box li:nth-child(even){
	flex-direction: row-reverse;
}
.lead{
	margin-bottom: 20px;
}
.banner img{
	margin-bottom: 40px;
}
.table01{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 120px;
}
.table01 th{
	border-bottom: solid 1px #333;
	padding: 20px 20px 20px 0;
}
.table01 td{
	border-bottom: solid 1px #333;
	padding: 20px 0;
}
.voice dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.2rem;
}
.voice dl:nth-child(odd){
	flex-direction: row-reverse;
}
.voice dl dt{
	background: #f6f6f5;
	padding: 20px 5%;
	border-radius: 20px;
	margin-bottom: 40px;
	width: 65%;
}
.voice dl dd{
	background: url("../images/voice.webp") no-repeat top center/144px auto;
	padding-top: 140px;
	text-align: center;
	margin-bottom: 40px;
	width: 25%;
}
.voice dl dd.man{
	background-image: url("../images/voice_man.webp");
}
.pink{
	background: #fbddd5;
	padding: 20px;
}
.green{
	background: #d9e7da;
	padding: 20px;
}
.item_slider div{
	margin: 0 10px;
}
/*-----------------------------------*/

