/*
Theme Name: okulu
Description: simple so simple.suport smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nkeu co,.ltd.
*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
div,article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
	box-sizing:border-box;
}
ol, ul {
	list-style: none;
}
caption,th, td{
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	display: inline-block;
	max-width: 100%;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
img.fix{
	width: 100%!important;
	height: auto!important;
	display: block!important;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
	color: #222;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,メイリオ,sans-serif;
	font-size: 15px;
	font-size: 1.55rem;
	line-height: 1.65;
	letter-spacing:0.1em;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {display: block;}
p {text-align: justify;}
b, strong {font-weight: bold;}
dfn, cite, em, i {}
blockquote {}
address {}
pre {text-align: justify;}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
small {
	font-size: 80%;
	letter-spacing: 0em;
}
big {
	font-size: 125%;
}
.serif{font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	border: 0;
	height: 0px;
	margin: 1.2em 0em;
	border-top:1px #ccc solid;
	border-bottom:1px #fff solid;
}
hr.dot {
	border: 0;
	height: 0px;
	margin: 1.2em 0em;
	border-bottom:1px #eee dotted;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	text-decoration:none;
}
a:visited {}
a:hover,a:focus,a:active {}
a.alpha:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
input,select,textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 3px;
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #c7c7c7;
	height: 5px;
	width: 100%;
}
input[type="range"]:focus,
input[type="range"]:active {outline: none;}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    border: none;
    width: 30px;
    height: 30px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
input[type="range"]:active::-webkit-slider-thumb {
    background-color:#c90000;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	white-space:pre-wrap;
}

/*--------------------------------------------------------------
BODY
--------------------------------------------------------------*/
body{
	position: relative;
}
section{
	display: block;
	margin:5% 0;
}

/*--------------------------------------------------------------
LAYOUT
--------------------------------------------------------------*/
.inner{
	width:100%;
	max-width: 1100px;
	margin:0 auto;
	position:relative;
}
.inner_100{
	width:100%;
	margin:0 auto;
	position:relative;
}
.inner_wide{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	position:relative;
}
.inner_mid{
	width:100%;
	max-width: 1056px;
	margin:0 auto;
	position:relative;
}
.inner_min{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	position:relative;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.flex > a{
	display: block;
}
.main{
	min-height: 500px;
}
.sp{
	display: none;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/


/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

#site-footer{
	display: block;
	width: 100%;
	background-color: #fafafa;
	padding:5% 0px 50px;
}

#site-footer .shop_info{
	flex-basis: 45%;
	margin-left:5%;
}
#site-footer .shop_info_logo{
	height:77px;
	margin-bottom: 30px;
}
#site-footer .shop_info_logo img{
	height:77px;
}
#site-footer .shop_info p{
	margin:5px 0;
	font-size:14px;
}
#site-footer .shop_calender{
	flex-basis: 35%;
}


@media screen and (max-width:640px){
	#site-footer #shop_info{
		font-size: 12px;
		padding: 10px;
	}
	#site-footer .shop_info p{
		font-size:1.0rem;
	}
	#site-footer .shop_info_logo{
		height:55px;
	}
	#site-footer .shop_info_logo img{
		width:auto;
		height:55px;
	}
	#site-footer #shop_calender{display:none;}
}

/*--------------------------------------------------------------
MAIN
--------------------------------------------------------------*/
.main{
	padding:5% 0px;
}

/*--------------------------------------------------------------
CONTENT
--------------------------------------------------------------*/
.content{
	flex-basis: 100%;
	width:100%;
}


/*--------------------------------------------------------------
ORIGINAL
--------------------------------------------------------------*/

.header{
	width:100%;
	position:sticky;
	top:0;
	display: flex;
	flex-flow: row wrap;
	align-items:center;
	justify-content:space-between;
	padding:10px;
	background-color:#ffffff;
	z-index:99999999;
}

.logo{
width:200px;

}

/* ヘッダーメニュー */
.header-menu{

}
.header-menu ul{
	display: flex;
	flex-flow: row wrap;

}
.header-menu li{
	width:70px;
	text-align:center;
}
.header-menu li a{
	color:#000000;
	font-size:.8rem;
	text-align:center;
}
.header-menu li a span{
	background-color:#000000;
	width:40px;
	height:40px;
	display:block;
	margin:0 auto;
	border-radius:40px;
}
.header-menu li a i{
	display:inline-block;
	margin-top:10px;
	font-size:20px;
	color:#ffffff;
}

section h2{
	margin:30px 0;
	font-size: 28px;
	font-weight: bold;
	text-align: center
}

.contents_text{
	padding:5px auto 5px auto;
	box-sizing: border-box;
}

#category_list{
	width:90%;
	max-width:700px;
	margin:50px auto;
}
#category_list p{
	font-size:24px;
}
#category_list p a{
	color: #333333;
}
#category_list p a:hover{
	padding:0 0 5px 0;
	border-bottom:1px solid #333333;
}

.items_slide a{
	display: block;
	margin:10px;
}
.items_slide a:hover{
	opacity: 0.6;
}

.slide-item img{
	width:100%;
}

.items_list{
	width:90%;
	margin:0 auto;
	display:flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
.items_list::after{
	content:'';
	display:block;
	width:100%;
	flex-basis:30%;
	margin-bottom:3%;
}

.items_list .col{
	width:100%;
	flex-basis:30%;
	margin-bottom:3%;
}


.items_list_name{
	margin: 10px 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
}
.items_list_price{
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color: #cf000e;
	letter-spacing: 0.05em;
}
.items_list_price span{
	font-size: 14px;
	font-weight: normal;
}
.items_list_icon_service{
	margin: 0px 0 10px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.items_list_icon_service li{
	margin: 2px 2px;
	padding: 1px 3px;
	background-color: #BF7932;
	color: #ffffff;
	font-size: 10px;
}
.items_list_link{
	width:80%;
	margin:10px auto;
}
.items_list_link a{
	display:block;
	width:100%;
	padding:5px;
	background-color: #a1434d;
	color: #ffffff;
	text-align:center;
	font-size: 16px;
}
.items_list_link a:hover{
	opacity: .7;
}



/* サイドリンクナビゲーション */
.side_nav_main{
	position:fixed;
	bottom:0;
	right:20px;
	width:80px;
	height:80%;/*96vh*/
	/*overflow:hidden;*/
	z-index:1000000;
}
.side_nav_main ul{
	width:80px;
	height:auto;/* 100% */
	display:flex;
	flex-flow:row wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.side_nav_main ul li{
	width:70px;
	height:70px;
	margin:5px 0;
	border:2px solid #C66300;
	border-radius:100%;
	background-color:#ffffff;
}
.side_nav_main ul li a{
	width:70px;/* 80px 2024/5/10 */
	height:70px;/* 80px 2024/5/10 */
	display:flex;
	flex-flow:row wrap;
	align-content: center;
	justify-content: center;
	font-size:0.6rem;/* o.5rem 2024/5/10 */
	font-weight:bold;
	color:#C66300;
}
.link-current{
	background-color:#C66300 !important;
}
.link-current a{
	color:#ffffff !important;
}

.del_schedule{
	width: 100%;
	margin: 0 auto;
	background-color: #E8CFB8;
	padding: 20px 0 20px;
}
.del_schedule iframe{ /* 発送予定日 iframe */
	display: block;
	width: 100%;
	max-width: 300px;
	height: 100px;/* 50px 2024/5/10 */
	margin: 0 auto;
}
.del_schedule p{
	color: #ffffff;
	text-align: center;
	font-weight: bolder;
	font-size: 18px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.del_schedule p span{
	color:#ffffff;
	text-align: center;
	font-size: 12px;
}
#orderDate {
    position: absolute;
    top: 0px;
    left: 4px;
    font-size: 14px;
    width: 100%;
    text-align: center;

}
#deliveryDate{
	top: 30px;
}


.items_slide .slick-slide {
	margin: 0 60px;
	padding: 30px 0;/* 60px 0 */
	position: relative;
  }
  .items_slide .slick-slide .slide-item {
	width: 420px;
	/*height: 420px;*/
	transition: all 0.6s ease 0.4s;
	opacity: 0.4;
	overflow: hidden;
  }
  .items_slide .slick-slide.slick-current .slide-item {
	  transform: scale(1.2);
	  opacity: 1;
  }
  .items_slide .slick-slide .slide-item img {
	display: block;
	width: 100%;
	/*height:420px;*/
  }
  .items_slide .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	/*background-color: #fff;*/
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	/*transform: translateY(-50%);
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));*/
  }
  .items_slide .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #09000d;
	border-width: 3px 3px 0 0;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
  }
  .items_slide .slick-next {
	right: 0;
  }
  .items_slide .slick-prev {
	left: 0;
  }
  .items_slide .slick-next::before {
	left: 20px;
  }
  .items_slide .slick-prev::before {
	border-width: 0 0 3px 3px;
	right: 22px;
  }

  .items_slide .slick-arrow {
	width: 20px;
	height: 50px;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .items_slide .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #09000d;
	border-width: 3px 3px 0 0;
	position: absolute;
	top: 24px;
	transform: rotate(45deg);
  }
  .items_slide .slick-next {
	right: 0px;
  }
  .items_slide .slick-prev {
	left: 0px;
  }
  .items_slide .slick-next::before {
	left: 0px;
  }
  .items_slide .slick-prev::before {
	border-width: 0 0 3px 3px;
	right: 0px;
  }

.slick-dots li button:before{
	font-size: 16px !important;
}


.rec_items{
	padding:3% 0;
}
#recommend_items{
	margin:7% 0 5% !important;
}
#recommend_items h2{
	margin:50px 0 0 !important;
}
#ranking{
	margin:7% 0 5% !important;
}
#ranking h2{
	margin:50px 0 0 !important;
}
a.slide-item{
	display:block;
	position:relative;
}
a.slide-item img{
	display:block;
	position:relative;
}
a.slide-item .ranking_number{
	position:absolute;
	z-index:1;
	top:0px;
	left:0;
	width:30px;
	height:30px;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	justify-content:center;
	font-size:14px;
	font-weight:bold;
	background-color:#ffffff;
	color:#000000 !important;
}
a.slide-item .ranking_number.rn_gold{
	background-color:gold;
}
a.slide-item .ranking_number.rn_silver{
	background-color:silver;
}
a.slide-item .ranking_number.rn_bronze{
	background-color:#CD7F32;
}


#coupon ul{
	flex-flow:row wrap;
}
#coupon ul li{
	width:90%;
	flex-basis:48%;
	margin:0 auto 10px;
}
#benefits.inner_min{
	width:90%;
}
#benefits picture{
	display:block;
	width:100%;
	margin:0 auto 10px;
}


#kakaku ul{
	flex-flow:row wrap;
}
#kakaku ul li{
	width:90%;
	flex-basis:50%;
	margin:0 auto 10px auto;
}


.footer-nav{
	margin:50px auto;
	width:90%;
	max-width:960px;
	display:flex;
	justify-content: space-between;
}

.footer-nav li{
	flex-basis:22%;
	font-size:1.0rem;
	text-align:center;
}
.footer-nav li img{
	display:block;
	margin:0 auto 5px;
}
.footer-nav li a{
	color: #C66300;
}



@media screen and (max-width:640px){
	.flex{display: block;}
	.sp{display: block;}
	.logo{
		width:120px;
	}
	section h2{
		font-size: 24px;
	}
	.del_schedule{
		padding:10px 0 10px;
	}
	.del_schedule iframe{
		height:50px;
	}
	.del_schedule p{
		font-size:14px;
	}
	#sec_service{
		padding:0px 10px;
	}
	.items_slide a{
		margin:5px;
	}
	.items_slide .slick-slide {
		margin: 0 30px;
	  }
	.items_slide .slick-slide .slide-item {
		width: 180px;
		/* height: 400px; */
	  }
	  .items_slide .slick-slide .slide-item img {
		display: block;
		width: 100%;
		/* height:280px; */
	  }
.side_nav_main{
	position: fixed;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 1000000;
	overflow-x: scroll;
}

.side_nav_main ul{
	width:600px;/* 100% */
	height:40px;
	background-color:#CD7F32;
	display:flex;
	flex-flow:row nowrap;
	align-items:center;
	justify-content: flex-start;
	overflow-x: scroll;
}
.side_nav_main ul li{
	width:auto;
	height:auto;
	border:none;
	margin:0 6px;
	border-radius: 0;
	background-color:transparent;
}
.side_nav_main ul li a::before{
	content:"#" !important;
	display:inline-block;
	color:#C66300;
}

.side_nav_main ul li a{
	display:block;
	width:auto;
	height:auto;
	padding:0px 0;
	text-align:center;
	font-size:0.8rem;
	font-weight:bold;
}
.link-current{
	background-color:transparent!important;
}
.link-current a{
	color:#CD7F32 !important;
	background-color:#fff;
}	
.side_nav_main ul li a:focus::before{
	color:#CD7F32 !important;
}		
	
.items_list .col{
	flex-basis:48%;
}
.items_list_name{
	font-size: 10px;
}


}