@charset "utf-8";
@import url("../fonts/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* 
	reset CSS
-------------------------------------------------------------------- */
 
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,
section, 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-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
section, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse;
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

img {
	vertical-align:bottom;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
 }


/*
	clearfix after
-------------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}




/*
	body
-------------------------------------------------------------------- */



body {
	font-family: 'Noto Sans JP' , sans-serif;
	background-color: #FFF;
	color: #5C3719;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

#wrap {
    
}




/* 
	link
-------------------------------------------------------------------- */

a {
	color: #5C3719;
	overflow:hidden;
	outline:none;
	text-decoration: none;
	transition: 0.3s ;
}

a:hover {
	color: #FF8A73;
	letter-spacing: 0.1em;
}




/*
	div
-------------------------------------------------------------------- */





/*
	common
-------------------------------------------------------------------- */






/* 
	header
-------------------------------------------------------------------- */

header {
	background: #FFF;
	border-bottom: #C7B8AA 1px solid;
}

header h1 a:hover {
	opacity: 0.7;
	transition: 0.3s;
}





/* 
	nav
-------------------------------------------------------------------- */

#nav01 {
	
}

#nav01 li a {
	display: block;
}






/* 
	footer
-------------------------------------------------------------------- */
/* pagetop */
.pagetop {
    display: none;
    position: fixed;
	letter-spacing: 0.1em;
}
.pagetop a {
    display: block;
    background-color: #FF8A73;
    text-align: center;
    color: #FFF;
    text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 50px;		/* CSS3 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome */
	-moz-border-radius: 50px;	/* Firefox */
}
 
.pagetop a:hover {
    opacity: 0.8;
	letter-spacing: 0.1em;
}



/* footer */

footer {
    background-color: #F0ECE8;
    text-align: center;
    color: #000;
}

footer span {
	color: #FF8A73;
}





/* 
	topick path
-------------------------------------------------------------------- */

#topic_path_wrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

#topic_path_wrap ol {
	padding: 10px 0;
}

ol.topic_path {
	width: 100%;
	padding: 3px 0 3px 0;
	list-style-type: none; 
	font-size: 13px; 
}

ol.topic_path li {
	color: #555;
	padding-right: 5px;
	float: left;
}

ol.topic_path li a {
	padding-right: 18px;
	background-image: url(../../common/topic_path_gray.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #9a9a9a;
}





/* 
	title
-------------------------------------------------------------------- */

h2 {
	color: #5C3719;
}










/* 
	other
-------------------------------------------------------------------- */

#onlineshop_btn a {
	display: block;
	background: #FF8A73;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	width: 600px;
	text-align: center;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #FFF;
	transition: 0.3s;
	border-radius: 50px;		/* CSS3 */
	-webkit-border-radius: 50px;	/* Safari,Google Chrome */
	-moz-border-radius: 50px;	/* Firefox */
}

#onlineshop_btn a:hover {
	background: #FFF;
	color: #FF8A73;
	border: 5px solid #FF8A73;
	transition: 0.5s;
}








