@charset "utf-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

*:focus {
  outline: none;
}

.center {
	text-align: center;
}

.spOnly {
	display: none !important;
}
.pcOnly {
	display: flow-root;
}
.mt20 { margin-top: 20px;}
.mt40 { margin-top: 40px;}
.mt60 { margin-top: 60px;}
.mt80 { margin-top: 80px;}

.ml15 { margin-left: 15px;}
.ml30 { margin-left: 30px;}

.pt60 { padding-top: 60px;}
.pb10 { padding-bottom: 10px;}
.pb20 { padding-bottom: 20px;}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

/* アニメーションスタイル */
/* ---------------------------- */
/* fadeanimation */
.scroll-fade{opacity: 0; transition: all 1s;}
.scroll-up{opacity: 0; transform: translateY(100px); transition: all 1s;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 1s;}
.load-up{opacity: 0; transform: translateY(100px); transition: all 1s;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}

/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}




/**================================= Link Setting =================================**/

a:link		{text-decoration:none; color: #452601;}
a:visited	{text-decoration:none; color: #452601;}
a:hover		{text-decoration:none; opacity: 0.7; transition: 0.6s ;}
a:active	{text-decoration:none;}
a:focus {
	outline: none;
}

/**================================= Common Setting =================================**/
html{
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	color: #452601;
	font-size: 1rem;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
	padding: 0;
    margin: 0;
}
img[name="s_i_rakutendev"]{display:none;}

p { font-size: 16px; -moz-osx-font-smoothing: grayscale; line-height: 2;}

.bold {
	font-weight: bold;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.common-indent01 {
	text-indent: -1em;
    padding-left: 1em;
}
.common-indent02 {
    text-indent: -2em;
    padding-left: 2em;
}
.inner {
    width: calc( 100% - 6em );
    max-width: 1480px;
    margin: 0 auto;
    box-sizing: border-box;
}

.font-mincho {
	font-family: 'Shippori Mincho B1', serif;
}
i {
    width: 1em;
    display: inline-block;
    margin-right: 0.6em;
    line-height: 0;
    vertical-align: middle;
}

/**================================= Header Setting =================================**/

header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 1s;
	padding: 0;
	background: rgba(230,127,25,0.8);
	hegit: 98px;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 2em;
	width: calc( 100% - 6em );
    max-width: 1480px;
	margin: 0 auto;
}
header ul {
    display: flex;
    justify-content: end;
    font-size: .8em;
}
header h1 {
	max-width: 180px;
    margin-top: 3px;
    margin-right: auto;
}
header a:link, header a:visited {
	color: #FFF;
	text-decoration: none;
}
nav {
	padding: 8px;
}
.contact_menu {
	display: table;
	border-collapse: separate;
  	border-spacing: 10px 0;
}
.contact_menu li {
	background: #B15112;
	border-radius: 6px;
	padding: 0 10px;
	color: #FFF;
	font-weight: bold;
	font-family: "游明朝体","YuKyomincho";
	height: 40px;
	letter-spacing: 1px;
	display: table-cell;
	vertical-align: middle;
}
.contact_menu li:first-child{
	margin-right: 10px;
}
.contact_menu .head_tel {
    background: url(../img/ico_tel.png) no-repeat 3% center #B15112;
	padding-top: 3px;
	padding-left: 44px;
	font-size:28px;
	font-size: clamp(22px, 1vw, 28px);
	background-size: 7%;
}
.contact_menu .head_mail {
    background: url(../img/ico_mail.png) no-repeat 3% center #B15112;
	padding-top: 3px;
	padding-left: 44px;
	font-size:18px;
	font-size: clamp(12px, 1vw, 18px);
	background-size: 7%;
}
.contact_menu .head_tel span {
	font-size: 12px;
	font-size: clamp(6px, 1vw, 12px) !important;
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	display: inline-block;
	margin-left: 10px;
	vertical-align: text-top;
	line-height: 1.3;
}

.main_menu {
	font-size:20px;
	font-size: clamp(16px, 1vw, 20px);
	margin-top: 10px;
	margin-right: 10px;
	text-shadow: 1px 1px 0 #DA6213;
}
.main_menu li{
	display: inline-block;
}
.main_menu li:after {
	content: "|";
	padding: 0 10px;
	color: #FFF;
}
.main_menu li:last-child:after{
	content: none;
}

.sub_menu {
	height: 100%;
	padding: 0;
	text-align: center;
}
.sub_menu li{
	padding: 17px 20px 16px;
    display: inline-block;
	font-size:20px;
	font-size: clamp(16px, 1vw, 20px);
}
.sub_menu .deliver {
	background: #23959A;
}
.sub_menu .cart {
	background: #DB5948;
}
.sub_menu img{
	width: 40px;
    margin: 0 auto 12px;
    display: block;
}


/**================================= Contents Setting =================================**/


/**================================= Footer Setting =================================**/

.detail_page section.footernoteArea {
	background: url(../img/img_bg01.png) repeat;
}
section.footernoteArea {
	margin: 80px 0 0;
}
section.footernoteArea .inner {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}
section.footernoteArea h4 {
	background: url(../img/bg_footernote.png) no-repeat left top;
	background-size: 280px;
	color: #FFF;
	padding: 12px 20px 24px 18px;
    font-size: 24px;
	font-weight: bold;
}
.footer-notebox {
	margin-bottom: 20px;
	width: 48.5%;
}
.attention {
	color: #980606;
}
.footer-notebox dl{
	margin-bottom: 40px;
}
.footer-notebox dd{
	padding: 10px;
	font-weight: normal;
}
.footer-notebox li {
	line-height: 1.8;
}
.footer-notebox li:before {
	content: "・";
	padding-left: 1em;
}
.footer-notebox p {line-height: 1.6;}
.footer-notebox p.indent {
	margin-left: 1em;
}
.footer-notebox h5 {
	font-weight: bold;
}

section.footernoteArea dt{
	pointer-events: none;
}

footer {
	background: url(../img/bg_footer.png) no-repeat top center #E67F19;
	background-size: 100%;
	padding: 80px 0 80px;
}
footer .inner{
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}
footer .footerlogo,
footer .footerinfo{
	width: 50%;
	color: #FFF;
	margin-top: 40px;
}
footer address {
	text-shadow: 2px 2px 0 #DA6213;
	font-size: 18px;
	font-weight: bold;
}
footer .footerlogo img {
	width: 28%;	
}
.footerinfo h4 {
	border-bottom: 1px solid #FFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}
.footer-contact{
	display: flex;
	justify-content: flex-start;
}
.footerinfo dl {
	width: 60%;
	padding: 0 10px;
}
.footerinfo dt {
	font-size: 18px;
	font-weight: bold;
}
.footer-contact p{
	line-height: 1.6;
}
.footer-contact .note {
	font-size: 12px;
	text-indent: -1.4em;
    padding-left: 1.4em;
	line-height: 1.4;
	margin-top: 10px;
}
.footer-icon {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
.footer-tel {
	background: url(../img/ico_tel.png) no-repeat left center;
	background-size: 20px 20px;
	padding-left: 38px;
}
.footer-mail {
	background: url(../img/ico_mail.png) no-repeat left center;
	background-size: 20px 15px;
	padding-left: 38px;
}
.footer-fax:before {
	content:"FAX";
	font-size: 12px;
	padding: 0 12px 0 0;
	font-weight: 100;
}
.footer-tel a, .footer-fax a, .footer-mail a {
	color: #FFF;
}
.footer-icon span {
	font-size: 10px;
	font-weight: bold;
}

.footer-link ul{
	width: calc( 100% - 6em );
    max-width: 1480px;
    margin: 0 auto;
    box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}
.footer-link li:after {
	content: "|";
	color: #FFF;
	padding: 0 10px;
	font-size: 18px;
}
.footer-link li:last-child:after {
	content: none;
}
.footer-link a {
	color: #FFF;
	text-shadow: 2px 2px 0 #DA6213;
	font-size: 18px;
}

/**================================= pagetop Setting =================================**/
.btnPagetop {
	position:fixed;
	bottom: 0;
    right: 0;
	width:40px;
	height:40px;
	z-index:1001;
	display: none
}

.btnPagetop a {
	display:block;
	background:url(../img/btn_pagetop.png) no-repeat 0 0;
	background-repeat:no-repeat;
	background-size:40px 40px;
	width:40px;
	height:40px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.btnPagetop a:hover {
	opacity: 0.7;
}




@media only screen and (max-width:1190px) {
	.spOnly { display:flow-root !important;}
	.pcOnly { display: none;}	
	header h1{ width: 10em;}
	header nav{ display: none;}
	.sp_menu{display: block;}
	.header-inner { padding: 0 1em; width: calc( 100% - 2em );}

}

@media only screen and (max-width:840px) {
	
	p {
    	font-size: 14px;
	}
	a.hover {
		transition: .3s;
	}
	a.hover:hover {
		opacity: .7;
	}
	.mt40 { margin-top: 20px;}
	.mt60 { margin-top: 0;}
	.mt80 { margin-top: 50px;}
	
	/**================================= Header Setting =================================**/
	header h1 {
		width: 7em;
		padding: 0.3em;
	}
	
	/**================================= Contents Setting =================================**/

	section {
		padding: 0;
		max-width: 100%;
		margin: 0 auto;
	}
	.inner {
		width: 90% !important;
	}
	

	/**================================= Footer Setting =================================**/
	section.footernoteArea {
		margin: 40px 0 0;
		padding-bottom: 40px;
	}
	section.footernoteArea .inner{
		display: block;
	}
	.footer-notebox {
		width: 100%;
	}
	
	section.footernoteArea h4 {
		padding: 10px 10px;
		margin-bottom: 10px;
		font-size: 20px;
		font-family: 'Shippori Mincho B1', serif;
	}
	section.footernoteArea dl {
		margin-bottom: 20px;
	}
	section.footernoteArea dt {
		pointer-events: all;
		padding: 0;
		background: url(../img/arrow_b.png) no-repeat ,#E67F19;
		background-position: right 0.5em center;
		background-size: 1.6em auto;
	}
	section.footernoteArea dt.on{
		background: url(../img/arrow_t.png) no-repeat ,#E67F19; 
		background-position: right .4em center; 
		background-size: 1.6em auto;
	}
	section.footernoteArea dd + dt{margin-top:0;}
	section.footernoteArea li {
		font-size: 14px;
		padding-left: 10px;
	}
	section.footernoteArea .toggle_contents {
		display:none;
	}
	
	footer {
		padding: 40px 0;
	}
	footer .inner {
		display: block;
		border-bottom: 1px #FFF solid;
		margin-bottom: 20px;
	}
	footer .footerlogo {
		width: 100%;
		text-align: center;
	}
	footer .footerlogo img {
		margin: 0 auto 10px;
		width: 30%;
	}
	footer address {
		font-size: 14px;
	}
	footer .footerinfo {
		width: 100%;
	}
	.footerinfo h4 {
		font-size: 20px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.footer-contact {display: block;}
	.footerinfo dl { width: 100%; margin-bottom: 30px;}
	.footerinfo dt { font-size: 14px;}
	.footer-contact .note { font-size: 10px;}
	.footer-link ul {
    	width: calc( 100% - 2em );
		flex-wrap: wrap;
	}
	.footer-link {
		margin-bottom: 40px;
		padding: 0 1em;
	}
	.footer-link a {
		font-size: 14px;
	}
	
	.btnPagetop a {
		display: none;
	}
}
