@charset "UTF-8";
/* ------------------------------
ベース
------------------------------ */
body {
	background: #FFF;
	color: #333;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 16px;
/* 	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif; */
	line-height: 1.8;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.clearHidden {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
	border: none;
}

/* ------------------------------
リンク
------------------------------ */
a {
	border: none;
	/* 	color: #006DD9; */
	color: #333333;	
	text-decoration: none;
}

a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

a:active {
	color: #006DD9;
	text-decoration: none;
}

a:hover {
	color: #006DD9;
	text-decoration: underline;
}


/* ------------------------------
デバイス表示設定
------------------------------ */
.show-pc {
	display: inline-block;
}

.show-sp {
	display: none;
}
@media (max-width: 969px) {
	.show-pc {
		display: none;
	}
	
	.show-sp {
		display: inline-block;
	}
}


/* ------------------------------
ラッパー設定
------------------------------ */
#wrapper_all {
	width: 100%;
	overflow: hidden;
	background: #f4f2e9;
}

#wrapper_inner {
	width: calc(100% - 80px);
	max-width: 900px;
	margin: 0 auto;
	padding: 40px;
}

#wrapper_main_img {
	display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#wrapper_menu {
	width: 250px;
	height: calc(600px - 60px + 95px);
	margin: 0;
	padding: 60px 10px 0;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	top: -95px;
}


.wrapper_conetens {
	margin-bottom: 40px;
}

.wrapper_conetens_shop{
	margin-bottom: 40px;
	background-color: #fff;
}

#wrapper_spmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 10;
	background: #fff;
	overflow-y: auto;
}


/* ------------------------------
col設定
------------------------------ */
.col-12 {
	float: left;
	width: calc(100% - 2%);
	margin-left: 1%;
	margin-right: 1%;
}

.col-9 {
	float: left;
	width: calc(75% - 2%);
	margin-left: 1%;
	margin-right: 1%;
}

.col-8 {
	float: left;
	width: calc(66.666% - 2%);
	margin-left: 1%;
	margin-right: 1%;
}

.col-6 {
	float: left;
	width: calc(50% - 2%);
	margin-left: 1%;
	margin-right: 1%;
}

.col-4 {
	float: left;
	width: calc(33.333% - 2%);
	margin-left: 1%;
	margin-right: 1%;
}

.col-3 {
	float: left;
	width: calc(25% - 2%);
	margin-left: 1%;
	margin-right: 1%;
}


.col-12 img,
.col-9 img,
.col-8 img,
.col-6 img,
.col-4 img,
.col-3 img {
	width: 100%;
	height: auto;
}


/* ------------------------------
offcanvas設定
------------------------------ */
#spmenu_btn {
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 11;
}

#spmenu_btn a {
	display: block;
	width: 50px;
	height: 50px;
	background: #ccc;
}

#spmenu_btn a img {
	width: 100%;
	height: auto;
}

#spmenu_logo {
	width: 100px;
	margin: 25px auto 15px auto;
}

#spmenu_logo img {
	width: 100px;
	height: auto;
}

#spmenu_list {
	top: 0;
	left: 0;
	background: #fff;
	margin: 15px 0 25px 0;
	padding: 0;
	font-size: 1rem;
	text-align: center;
}

#spmenu_list ul {
	list-style: none;
	margin: 0;
	padding: 0 2rem;
}

#spmenu_list ul li {
	display: block;
	list-style: none;
	margin: 0.3rem 0;
	padding: 0.3rem 0;
	border-bottom: 1px dashed #ccc;
}

#spmenu_list ul li a {
	color: #000;
}


/* ------------------------------
見出し設定
------------------------------ */
h2.midashi {
	margin: 0 0 2rem 0;
	padding-bottom: 1rem;
	text-align: center;
	background-image: url(../images/title_point.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.wrapper_conetens_shop h2.midashi {
	padding-top: 2rem;
}



/* ------------------------------
header設定
------------------------------ */
#header {
	width: calc(100% - 60px);
	max-width: 970px;
	height: 95px;
	margin: 0 auto;
	padding: 0;
}

#logo_ncci{
	float: right;
	margin: 35px 30px 20px 0;
	padding: 0;
}

#logo_ncci img{
	width: 220px;
	margin: 0;
	padding: 0;
}

/* ------------------------------
footer設定
------------------------------ */
#footer {
	clear: both;
	width: calc(100% - 80px);
	background: #a73840;
	padding: 40px;
	color: #fff;
}

#footer_inner {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

#footer h3 {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0.5rem 0;
}

#footer p {
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0.5rem 0;
}

ul.footer_menu{
	margin: 0.5rem 0;
}

ul.footer_menu li{
	margin: 0 0 0.2rem 0;
	color: #fff;
	list-style-image: url(../images/list_mark.png);
}

ul.footer_menu li a{
	color: #fff;
}

#pageup a {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 53px;
    height: 53px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/pageup.png) no-repeat center;
    background-size: 53px 53px;
    transform: translateZ(0);
    z-index: 1000;
    opacity: 1;
    transition: opacity .2s ease-out;
}

.page-top-btn-appear {
    opacity: 1;
}

.copyright {
    margin: 2rem 1% 0;
    padding: 0;
}

#footer .copyright p {
    font-size: 90%;
}


/* ------------------------------
バナー
------------------------------ */
.banner{
	margin: 20px 0;
	padding: 0;
	width: 300px;
	text-align: center;
	font-size: 0.9rem;
}

.banner img{
	height: 70px;
}

.banner a{
	color: #FFF;
	
}


/* ------------------------------
メインイメージ設定 メインメニューPC
------------------------------ */
/* TOP */
#top_main_img {
	width: 100%;
	height: 600px;
	background: url(../images/top_image01.jpg);
	background-position: center center;
}

/* いちだ */
#main_img_item01 {
	width: 100%;
	height: 600px;
	background: url(../ichida/images/main_image.jpg);
	background-position: center center;
}

/* おおぐちや */
#main_img_item02 {
	width: 100%;
	height: 600px;
	background: url(../ooguchiya/images/main_image.jpg);
	background-position: center center;
}

/* かめひろよし */
#main_img_item03 {
	width: 100%;
	height: 600px;
	background: url(../kamehiroyoshi/images/main_image.jpg);
	background-position: center center;
}

/* しらき */
#main_img_item04 {
	width: 100%;
	height: 600px;
	background: url(../shiraki/images/main_image.jpg);
	background-position: center center;
}

/* だいこくやほんてん */
#main_img_item05 {
	width: 100%;
	height: 600px;
	background: url(../daikokuya/images/main_image.jpg);
	background-position: center center;
}

/* ふろうえんまさみつ */
#main_img_item06 {
	width: 100%;
	height: 600px;
	background: url(../masamitsu/images/main_image.jpg);
	background-position: center center;
}

/* やまだもちなるみ */
#main_img_item07 {
	width: 100%;
	height: 600px;
	background: url(../yamadamochi/images/main_image.jpg);
	background-position: center center;
}

/* りょうぐちやこれきよ */
#main_img_item08 {
	width: 100%;
	height: 600px;
	background: url(../ryouguchiya/images/main_image.jpg);
	background-position: center center;
}


#logo{
	margin: 0 auto;
	text-align: center;
}

#logo img {
	width: 154px;
	height: auto;
}

#menu_list{
	margin: 30px auto 0;
}

#menu_list ul {
	list-style: none;
	margin: 0;
	padding: 0 2rem;
}

#menu_list ul li {
	text-align: center;
	margin: 0.3rem 0;
    padding: 0.3rem 0;
}

#menu_list ul li a {
	display: block;
	list-style: none;
/*
	margin: 0.3rem 0;
	padding: 0.3rem 0;
*/
	color: #000;
}


/* ------------------------------
お知らせ設定
------------------------------ */
.topnews {
	margin-bottom: 100px;
}

.news_box {
	margin: 0 0 35px 0;
	padding: 0 0 35px 0;
	border-bottom: 1px solid #ccc;
}

.news_img {

}

.news_box .col-9 {
	margin-left: 4%;
/* 	width: calc(66.666% - 4% + 1%); */
}

.news_head{
	width: calc(66.666% - 4% - 10px);
    padding: 0 0 0 10px;
}

.news_box img {
	border-radius: 3px;
}

.news_date {
	font-size: 0.9rem;
}

.news_date span {
	margin-left: 0.5rem;
	padding: 0.3rem 0.5rem;
	font-size: 0.8rem;
	color: #fff;
	background: #a73840;
	border-radius: 3px;
}

.news_box h3 {
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0.5rem 0;
}

.news_box p {
	font-size: 1rem;
	line-height: 1.8;
	margin: 0.5rem 0;
}

.newsItem {
    width: calc(66.666% - 2% - 10px);
    height: 100%;
    min-height: 100px;
    margin-left: 1%;
    padding: 0 0 0 10px;
}

.newsItem a{
	color: #000;
	margin-top: 10px;
}

.pdf_link:before {
    content:" ";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/pdf_icon.png) no-repeat;
	vertical-align: middle;
}

/* ------------------------------
トップページ　商品紹介
------------------------------ */
.topitem {
	margin-bottom: 50px;
}

.topitem .col-6 {
	width: calc(50% - 5% - 1%);
	margin-left: 1%;
	margin-right: 5%;
	margin-bottom: 40px;
}

.topitem .col-6:nth-child(even) {
	width: calc(50% - 5% - 1%);
	margin-left: 5%;
	margin-right: 1%;
}

.topitem .col-6 p {
	font-size: 1rem;
	line-height: 1.5;
}

.topitem .col-6 a {
	color: #000;
}


/* ------------------------------
マップ
------------------------------ */
#map {
	width: 100%;
	height: 550px;
	margin-bottom: 100px;
}

#mapshop {
	width: 100%;
	height: 260px;
	margin-bottom: 40px;
}

.mapbox {
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
}

.mapbox h3 {
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 0 0.5rem 0;
}

.mapbox span {
	display: block;
	font-size: 0.8rem;
	line-height: 1.5;
}

.mapbox .mapphoto {
	width: 90%;
	max-width: 200px;
	height: auto;
	margin: 0.5rem auto;
}

.mapbox .mapphoto img {
	width: 100%;
	height: auto;
}

.mapbox .mapbtn {
}

.mapbox .mapbtn a {
	display: block;
	width: calc(90% - 0.8rem);
	margin: 0.5rem auto;
	padding: 0.4rem;
	background: #a73840;
	color: #fff;
	border-radius: 5rem;
	font-weight: 700;
	
}

/* ------------------------------
コンセプト
------------------------------ */
.conceptBox {
	margin-bottom: 100px;
	text-align: center;
}

.conceptBox p {
	margin-bottom: 40px;
	line-height: 2;
}

.conceptBox img {
	width: 100%;
	margin: 0 auto;	
}


/* ------------------------------
ブランドロゴ
------------------------------ */
.brandnameBox {
	margin-bottom: 100px;
	text-align: center;
}

.brandnameBox p {
	margin-bottom: 40px;
	line-height: 2;
}

.brandnameBox img {
	width: auto;
	margin: 0 auto;
}

/* ------------------------------
商品ページ　商品紹介
------------------------------ */
.itemBox {
	margin-bottom: 50px;
}

.itemBox .col-6 {
	width: calc(50% - 5% - 1%);
	margin-left: 1%;
	margin-right: 5%;
	margin-bottom: 40px;
}

.itemBox .col-6:nth-child(even) {
	width: calc(50% - 5% - 1%);
	margin-left: 5%;
	margin-right: 1%;
}

.itemBox .col-6 p {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0;
}

.itemBox .col-6 p.price {
	text-align: right;
}

.itemBox .col-6 p.price span {
	display: inline-block;
	width: 150px;
}

.itemBox .col-6 p.keep {
	text-align: right;
	margin-right: 10px;
}

.itemBox .col-6 p.keep2 {
	text-align: right;
	margin-right: 0px;
}

.itemBox .col-6 p.keep_int {
	font-size: 0.85rem;
	text-align: left;
	margin-right: 0px;
}

.itemBox .col-6 a {
	color: #000;
}

/* ------------------------------
商品ページ　店舗紹介
------------------------------ */
.shopBox {
	margin-bottom: 50px;
}

.shopBox .col-6 {
	width: calc(50% - 5% - 5%);
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 40px;
}

.shopBox .infolong {
	width: calc(50% - 5% - 1%);
	margin-right: 1%;
}

.shopBox .col-6:nth-child(even) {
	width: calc(50% - 5% - 5%);
	margin-left: 5%;
	margin-right: 5%;
}

.shopinfo .shopimg{
    text-align: center;
}

.shopinfo .col-6 img{
    width: auto;
    height: 240px;
    margin: 0 auto;
}

.shopBox .col-6 p {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0;
}

.shopBox .col-6 .shoplogo{
	height: 80px;
	margin: 10px auto 20px 20px;
	padding: 0;
}

.shopBox .col-6 .shoplogo img {
	height: 100%;
	width: auto;
}

.shopBox .col-6 p.price {
	text-align: right;
}

.shopBox .col-6 p span {
	display: inline-block;
	width: 80px;
}

.shopBox .col-6 a {
	color: #000;
}
.shopBox .shopinfo {
	display: inline-block;
	margin-bottom: 30px;
}

.snsbtn{
	margin: 5px 20px 0 0;
	border-radius:50%;
	position:relative;
	display:inline-block;
	width:	30px;
	height:	30px;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	vertical-align: bottom;
	color:#fff!important;
	text-decoration:none;
	transition:.5s;
}

.snsbtn:hover{
	-webkit-transform:translateY(-3px);
	-ms-transform:translateY(-3px);
	transform:translateY(-3px);
}

.snsbtn i{
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.k_twitter{
/* 	background: #55acee; */
	background:linear-gradient(135deg, #13f1fc 0%,#0470dc 100%);
}

.k_facebook{
/* 	background: #3b5998; */
	background: linear-gradient(135deg, #6699ff 0%,#3b5998 100%);
}

.k_instagram{
/*     background: #c6529a; */
	background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}




@media screen and (max-width: 969px) {
	
	.wrapper_conetens_shop {
	    padding-bottom: 10px;
	}
	#header{
		height: 60px;
	}
	#wrapper_main_img {
		display: none;
	}
	
	#top_main_img,
	#main_img_item01,
	#main_img_item02,
	#main_img_item03,
	#main_img_item04, 
	#main_img_item05,
	#main_img_item06,
	#main_img_item07,
	#main_img_item08{
		height: 650px;
		margin-bottom: 120px;
	}
	
	#top_main_img{
		background: url(../images/top_image01_sp.jpg);
		background-size: cover;
		background-position: center center;
		position: relative;

	}
	
	/* いちだ */
	#main_img_item01 {
		background: url(../ichida/images/main_image_sp.jpg);
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	
	/* おおぐちや */
	#main_img_item02 {
		background: url(../ooguchiya/images/main_image_sp.jpg);
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	
	/* かめひろよし */
	#main_img_item03 {
		background: url(../kamehiroyoshi/images/main_image_sp.jpg);
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	
	/* しらき */
	#main_img_item04 {
		background: url(../shiraki/images/main_image_sp.jpg);
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	
	/* だいこくやほんてん */
	#main_img_item05 {
		background: url(../daikokuya/images/main_image_sp.jpg);
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	
	/* ふろうえんまさみつ */
	#main_img_item06 {
		background: url(../masamitsu/images/main_image_sp.jpg);
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	
	/* やまだもちなるみ */
	#main_img_item07 {
		background: url(../yamadamochi/images/main_image_sp.jpg);
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	
	/* りょうぐちやこれきよ */
	#main_img_item08 {
		background: url(../ryouguchiya/images/main_image_sp.jpg);
		background-size: cover;
		background-position: center center;
		position: relative;
	}
	
	
	#wrapper_sp_logo{
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translate(-50, 60%);
		-webkit-transform: translate(-50%, 60%);
		-ms-transform: translate(-50%, 60%);
	}
	
	#logo_sp{
		margin: 0 auto;
		text-align: center;
	}
	
	#logo_sp img{
		width: 154px;
		height: auto;
	}
	#logo_ncci{
		margin: 10px -25px 10px 0;
		padding: 0;
	}
	
	#footer {
		width: calc(100% - 40px);
		padding: 20px;
		text-align: center;
	}

	#wrapper_inner {
		width: calc(100% - 40px);
		padding: 20px;
	}

	.wrapper_conetens {
		margin-bottom: 20px;
	}

	.topnews,
	.topitem {
		margin-bottom: 50px;
	}

	.col-12,
	.col-9,
/* 	.news_box .col-9, */
	.col-8,
	.col-6,
	.topitem .col-6,
	.topitem .col-6:nth-child(even),
	.itemBox .col-6,
	.itemBox .col-6:nth-child(even),
	.shopBox .col-6,
	.shopBox .col-6:nth-child(even),
	.col-4,
	.col-3 {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	h2.midashi {
		font-size: 1.3rem;
	}

	.news_box {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #ccc;
	}
	
	.news_img {
		float: left;
		width: 100px;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 0px;
	}
	
	.news_head{
		float: left;
		width: calc(100% - 3% - 100px - 2%);
		margin-top: 10px;
		margin-left: 2% !important;
		margin-right: 1%;
		padding: 0;
	}
	
	.news_date span {
		margin-left: 0;
	}

	.newsItem {
	    margin-left: 1%;
		margin-right: 1%;
	    padding-top: 80px;
	    padding-left: 0;
	}
	
	.news_box h3 {
		font-size: 1.1rem;
		line-height: 1.2;
		margin: 0.5rem 0;
	}
	
	.news_box p {
		font-size: 0.9rem;
		line-height: 1.5;
	}


	.topitem .col-6 {
		margin-bottom: 40px;
	}
	
	.conceptBox p {
		font-size: 0.9rem;
		line-height: 1.7;
	}
	
	.brandnameBox p {
		font-size: 0.9rem;
		line-height: 1.7;
	}
	
	.brandnameBox img {
		width: 70%;
		margin: 0 auto;
	}
	
	.itemBox .col-6 {
		margin-bottom: 40px;
	}
	
	.shopBox .col-6 {
		width: calc(100% - 5% - 5%);
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 40px;
	}
	
	.shopBox .col-6:nth-child(even) {
		width: calc(100% - 5% - 5%);
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 40px;
	}
	
	.shopinfo .col-6 img{
	    width: 100%;
	    height: auto;
	}
	.shopBox .col-6 .shoplogo{
		height: 80px;
		text-align: center;
	}
	.shopBox .col-6 p span {
		width: auto
	}
	#mapshop {
	}

}
@media screen and (max-width: 768px) {
	#top_main_img,
	#main_img_item01,
	#main_img_item02,
	#main_img_item03,
	#main_img_item04, 
	#main_img_item05,
	#main_img_item06,
	#main_img_item07,
	#main_img_item08{
		height: 550px;
	}
}

@media screen and (max-width: 498px) {
	#top_main_img,
	#main_img_item01,
	#main_img_item02,
	#main_img_item03,
	#main_img_item05,
	#main_img_item06,
	#main_img_item07,
	#main_img_item08{
		height: 360px;
	}
	#main_img_item04{
		height: 360px;
		background: url(../shiraki/images/main_image_sp2.jpg);
		background-size: cover;
		background-position: center center;
		position: relative;
	}
}
@media (min-width: 768px){	
}
