@charset "ut-8";
/* CSS Document */
html {
	height: 100%;
}
body {
    height: 100%;
	font-size: 1em;
	line-height:180%;
	font-family: 'Noto Serif JP', serif;
}

.pc_none {
	display: none;
}
.fit_img img {
	width: 100%;
	min-height: 700px;
	object-fit: cover;
}

.img {
	border-radius: 10px;
}

.cont_h2 {
	font-size: 2.6em;
	line-height: 140%;
	font-family: 'Noto Serif JP', serif;
    padding: 50px;
    text-align: center;
}

.cont_h3 {
    width: 90%;
    max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2em;
	line-height: 140%;
	font-family: 'Noto Serif JP', serif;
    padding-bottom: 70px;
	color: #6C0102;
    text-align: center;
}

.cont_h4 {
    width: 90%;
    max-width: 1100px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6em;
	line-height: 140%;
    margin-bottom: 20px;
    border-bottom: 2px solid #434343;
	color: #333;
}

.contents_textarea {
    width: 90%;
    max-width: 1100px;
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.cont_ul {
    width: 90%;
    max-width: 1100px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.cont_ul li {
	list-style: disc;
	text-align:left; 
}

.cont_dl {
    width: 90%;
    max-width: 1100px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.cont_dl dt {
	width: 10%;
	border-top: 1px dashed #ccc;
	padding: 15px;
	float: left;
	clear: both;
}

.cont_dl dd {
	border-top: 1px dashed #ccc;
	width: 70%;
	padding: 15px;
	float: left;
}

.cont_table {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.cont_table th {
    border-bottom: 1px dashed #ccc;
    padding: 20px;
}

.cont_table td {
    border-bottom: 1px dashed #ccc;
    padding: 20px;
}


/*------------------------------------------*/

header {
    background-color: rgba(0,0,0,0.30);
    position: fixed;
    height: 112px;
    width: 100%;
    z-index: 10000;
}

header h1 {
    width: 109px;
    height: 109px;
    float: left;
    margin-left: 30px;
}

header h1 a {
    background-image: url("../images/logo.png");
    width: 109px;
    height: 109px;
    text-indent: -9999px;
    display: block;
}

#main_img {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/*----------------------------------------------------
fullSlideShow
------------------------------------------------------ */
.fullSlideShow {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute;
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}

.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 105;
}
.fullSlideShow .btnPrev {
	left: 10px;
	background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
	right: 10px;
	background: transparent url(../img/btnNext.png) no-repeat center center;
}

.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 110;
	visibility: hidden;
}
.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#wrapper {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 120;
}
.contents {
	padding: 30px 50px 50px 50px;
}
.contents p {
	padding-bottom: 3em;
	line-height: 180%;
}
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}

/* --------------------------- */

header address {
    width: 300px;
    float: right;
    color: #fff;
	font-family: 'Noto Serif JP', serif;
    font-size: 1em;
    padding-top: 20px;
    line-height: 180%;
}

header address span {
    font-size: 1.8em;
}

#menu {
    padding-right: 30px;
     float: right;
}


#menu li {
    margin-top: 20px;
    padding: 20px;
   float: left;
}

#menu li a {
    color: #fff;
    text-decoration: none;
	font-family: 'Noto Serif JP', serif;
    font-size: 1.1em;
}

#sns_head {
	clear: both;
    float: right;
	margin: -30px 60px 0 0;
}

#sns_head a {
    color: #fff;
}

#sns_head ul {
    float: right;
}


#sns_head li {
    float: right;
    font-size: 1.2em;
    color: #fff;
    margin-left: 15px;
}


#top_title1 {
    text-align: center;
    padding-top: 40px;
	font-family: 'Noto Serif JP', serif;
    font-size: 1.1em;
	line-height: 160%;
}


.btn {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.btn a {
    background-color: #000;
    text-align: center;
    padding: 30px;
    display: block;
    color: #fff;
    text-decoration: none;
}

#top_img1 {
    background-image: url("../images/top/bg1.jpg");
    width: 100%;
    clear: both;
    min-height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; 
}

#top_box1 {
    background-color: #333333;
    clear: both;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

#top_box1 h2 {
    color: #fff;
	font-size: 2.6em;
	line-height: 140%;
	font-family: 'Noto Serif JP', serif;
    padding: 50px;
    text-align: center;
}

#top_box1 p {
    text-align: center;
    color: #fff;
    line-height: 160%;
    margin-bottom: 60px;
}

#top_box2 {
    background-color: #eee;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#top_box2 div {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

#top_box2 div img {
    width: 100%;
}

#top_box2 h2 {
	font-size: 2.6em;
	line-height: 140%;
	font-family: 'Noto Serif JP', serif;
    text-align: center;
}

#top_box3 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#top_box3 h2 {
	font-size: 2.6em;
	line-height: 140%;
	font-family: 'Noto Serif JP', serif;
    text-align: center;
}

#top_box3 dl {
    padding-top: 50px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#top_box3 dl dt {
    width: 150px;
    float: left;
    clear: both;
    padding: 20px;
    border-top: 1px dashed #ccc;
}

#top_box3 dl dd {
    width: 950px;
    float: left;
    padding: 20px;
    border-top: 1px dashed #ccc;
}

#top_box3:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.f_banner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.f_banner:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.f_banner li {
    padding: 10px;
    float: left;
}

footer {
    background-color: #333;
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

footer:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}


footer a {
    color: #fff;
}

footer ul {
    float: left;
    padding-left: 30px;
}


footer ul li {
    float: left;
    font-size: 1.5em;
    color: #fff;
    margin-left: 15px;
}

footer p {
    padding-top: 20px;
    margin-right: 60px;
    float: right;
}

#copyright {
    text-align: center;
    padding:20px;
}

#cont_main {
    width: 100%;
    height: 300px;
    position: relative;
}

#cont_main img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

#cont_main h2 {
    position: absolute;
    top: 180px;
    left: 100px;
    color: #fff;
    font-size: 2.8em;
}

.gallery {
    width: 1200px;
    margin:0 auto;
}






.link_dl {
    width: 90%;
    max-width: 1100px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    border-bottom:1px solid #CCCCCC;
    margin-bottom: 30px;
}

.link_dl dt {
    background-color:#F0F0F0;
    border-bottom:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    padding:10px;
}

.link_dl dd {
    border-bottom:1px dashed #CCCCCC;
    padding:10px;
}







#top_itemlist {
    clear: both;
    margin-bottom: 30px;
}

#top_itemlist:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

#top_itemlist li{
    width: 18%;
    margin: 1%;
    float: left;
    text-align: center;
    position: relative;
}

#top_itemlist li img{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.cartjs_product_name {
    width: 80%;
    font-size: 1.0em;
    margin-left: auto;
    margin-right: auto;
}

.cartjs_product_table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cartjs_cart_in input[type=submit] {
    display: inline-block;
font-size: 14px;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
letter-spacing: 0;
border: none;
box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
border-radius: 6px;
text-decoration: none;
padding: 15px 40px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #666), color-stop(1.00, #111));
background: -webkit-linear-gradient(#666, #111);
background: -moz-linear-gradient(#666, #111);
background: -o-linear-gradient(#666, #111);
background: -ms-linear-gradient(#666, #111);
background: linear-gradient(#666, #111);
}


#top_itemlist li h6 {
    position: absolute;
    top: 43px;
    left: 0;
}


#contact_form {
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


#contact_form  textarea{
    width: 90%;
    min-height: 200px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}


#contact_form  input[type=text]{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#contact_form input[type=submit],
.submit {
    display: inline-block;
font-size: 14px;
font-weight: bold;
color: #fff;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
letter-spacing: 0;
border: none;
box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
border-radius: 6px;
text-decoration: none;
padding: 15px 40px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #666), color-stop(1.00, #111));
background: -webkit-linear-gradient(#666, #111);
background: -moz-linear-gradient(#666, #111);
background: -o-linear-gradient(#666, #111);
background: -ms-linear-gradient(#666, #111);
background: linear-gradient(#666, #111);
}

#contact_conf {
    width: 90%;
    max-width: 1100px;
    margin-left:auto;
    margin-right:auto;
}

#contact_conf dt {
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
}

#contact_conf dd {
    padding: 10px;
}

#shop {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}

#shop img {
    width: 100%;
}

.shop_box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.shop_box:after {clear: both;height: 0;visibility: hidden;display: block;content: ".";}

.shop_box h3 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
}

.shop_box blockquote {
    width: 400px;
    text-align: center;
    float: left;
}

.shop_box dl {
    width: 700px;
    float: right;
}

.shop_box dl dt {
    width: 18%;
    border-top: 1px dashed #ccc;
    padding: 2%;
    float: left;
    clear: both;
}

.shop_box dl dd {
    width: 64%;
    border-top: 1px dashed #ccc;
    padding: 2%;
    float: left;
}








