@charset "utf-8";
/*
Theme Name: sashimacha
Theme URI: null
Description: Description
Author: Shunc - PSP
Version: 1.0
*/

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #534741;
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	font-size: 16px;
	line-height: 2;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main .mainBox {
	margin: 0 auto;
	width: 1080px;
}

.conts {
	margin: 0 auto;
	width: 1167px;
	margin-bottom: 140px
}

/*------------------------------------------------------------
	カテゴリ一覧
------------------------------------------------------------*/

.contslist{
	border: 1px solid #ccc;
	padding: 30px;
	margin: 30px auto 30px auto;
	width: 90%;
	height: auto;
	border-radius: 5px;
	background-color: #fcfcfc;
	display: inline-block;
}
 #main .conts .contslist h2 {
	margin: 10px 0 40px 0;
	font-size: 22px;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.wp-post-image{
	float: left;
	margin: 0 20px 10px  0;
	overflow: hidden;
	border-radius: 5px;
}

.size-large{
	float: none;
	margin: 0 auto 40px auto;
	overflow: hidden;
	border-radius: 5px;
	display: block;
	width: 100%;
	height: 100%;
}

 #main .conts .contslist .comLink a {
	padding: 6px 20px;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background-color: #0F450D;
	box-shadow: 0 0 5px #666;
	margin-top: 20px;
}

 #main .conts .contslist .comLink {
	 margin: 0 auto;
	 width: 200px;
	 float: right;
	 clear: both ;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-bottom: 76px;
	border-bottom: 1px solid #010101;
}

#gHeader .mainImg {
	margin-bottom: 15px;
	padding: 30px 0 51px;
	text-align: center;
	position: relative;
	background: url(img/index/bg01.jpg) no-repeat center bottom;
	background-size: cover;
}

#gHeader .mainImg2 {
	margin-bottom: 15px;
	padding: 30px 0 51px;
	text-align: center;
	position: relative;
	background: url(img/index/bg02.jpg) no-repeat center bottom;
	background-size: cover;
}


#gHeader .mainImg h1 img,
#gHeader .mainImg2 h1 img {
	margin-bottom: -100px;
}

#gHeader .mainImg a,
#gHeader .mainImg2 a {
	padding: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 215px;
	color: #fff;
	text-decoration: none;
	background-color: #9A6600;
}

#gHeader .mainImg a span
#gHeader .mainImg2 a span {
	padding-left: 10px;
	display: inline-block;
	background: url(img/index/icon01.png) no-repeat left center;
}

#gHeader .n2-ss-slider-1 a {
	padding: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 215px;
	color: #fff;
	text-decoration: none;
	background-color: #9A6600;
}


#gHeader a span {
	padding-left: 10px;
	display: inline-block;
	background: url(img/index/icon01.png) no-repeat left center;
}

#gHeader .hInner {
	margin: 20px auto 0;
	width: 1167px;
}

#gHeader .hInner .logo {
	float: left;
}

#gHeader a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-top: 27px;
	float: right;
	width: 780px;
	text-align: right;
}

#gNavi li {
	margin-left: 40px;
	display: inline;
	color: #333;
	font-size: 14.38px;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .pageTop {
	margin-bottom: 54px;
	text-align: center;
}

#gFooter .pageTop a {
	display: block;
	padding: 15px 0 16px;
	border-bottom: 1px solid #010101;
	border-top: 1px solid #010101;
}

#gFooter .facebook {
	padding: 27px 0 26px;
	text-align: center;
	background-color: #8A9670;
}

#gFooter .fInner {
	margin: 0 auto;
	padding: 58px 0 69px;
	width: 1000px;
	text-align: center;
}

#gFooter .fInner .fLogo {
	margin-bottom: 40px;
}

#gFooter .fInner p {
	font-size: 12px;
	color: #282828;
	line-height: 1.6;
}

#gFooter .fInner p span {
	display: block;
	font-size: 18px;
	line-height: 1.5;
}

#gFooter .fNavi {
	padding: 24px 0 20px;
	text-align: center;
	border-top: 1px solid #010101;
}

#gFooter .fNavi li {
	display: inline;
	margin: 0 34px;
}

#gFooter .copyright {
	background-color: #006600;
}

#gFooter .copyright p {
	margin: 0 auto;
	padding: 35px 0 34px;
	width: 1000px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1.5px;
	text-align: center;
}

#gFooter a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.pum-content p{
	margin: 20px 0 20px 0;
}

.menu-anchor{
	overflow:hidden;
}



@media all and (min-width: 0px) and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}
	
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	img {
		width: 100%;
	}
	
	a:hover,
	a:hover img {
		filter: alpha(opacity=100) !important;
		opacity: 1 !important;
	}
	
	.conts {
	width: 100%;
	}
	
	#main {
		margin: 0 auto;
	}
	
	#main .mainBox {
		width: auto;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding-bottom: 20px;
		position: relative;
	}
	
	#gHeader .hInner {
		width: auto;
		padding: 10px;
	}
	
	#gHeader .hInner .logo {
		float: none;
		margin: 0 auto;
		width: 210px;
	}
	
	.menu {
		position: absolute;
		top: 10px;
		right: 15px;
		width: 25px;
	}

	.menu a.on {
		display: block;
		background: url(img/index/close.png) no-repeat center top;
		background-size: 19px auto;
	}

	.menu a.on img {
		visibility: hidden;
	}
	
	.menuUl {
		position: absolute;
		width: 100%;
		top: 30px;
		left: 0;
		display: none;
		background-color: #fff;
	}

	.menuUl li {
		border-bottom: 1px solid #000;
	}

	.menuUl li:last-child {
		border-bottom: none;
	}

	.menuUl a {
		padding: 10px 10px;
		display: block;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
	}
	
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter .pageTop {
		margin-bottom: 20px;
	}
	
	#gFooter .pageTop a {
		padding: 7px 0;
	}
	
	#gFooter .pageTop a img {
		margin: 0 auto;
		width: 70px;
	}
	
	#gFooter .facebook {
		padding: 10px 0;
	}

	#gFooter .facebook a {
		display: block;
		margin: 0 auto;
		width: 100px;
	}
	
	#gFooter .fInner {
		width: auto;
		padding: 20px;
	}
	
	#gFooter .fInner .fLogo {
		margin: 0 auto 20px;
		width: 200px;
	}
	
	#gFooter .fInner p span {
		font-size: 16px;
	}
	
	#gFooter .fNavi li {
		margin: 0 5px;
	}
	
	#gFooter .copyright p {
		width: auto;
		padding: 15px 0;
	}



	#main .guide .jsBox .fooUl {
		margin-right: -25px;
		overflow: visible;
		height: auto;
	}

	#main .guide .jsBox .fooUl li {
	margin-right: 24px;
	overflow: visible;
	}

}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .timeBox {
	padding: 38px 0 58px;
	border-bottom: 1px solid #010101;
}

#main h2 {
	margin: 68px 0;
	color: #333;
	font-family: YuMincho, 'yumindb', serif;
	font-weight: normal;
	font-size: 28px;
	text-align: center;
}


#main h3 {
	margin: 20px 0;
	padding: 10px;
	color: #fff;
	background-color: #003300;
	font-family: YuMincho, 'yumindb', serif;
	font-weight: normal;
	font-size: 22px;
	text-align: center;
}

#main .timeBox .list li {
	margin-right: 1px;
	float: left;
	width: 33.28%;
	color: #282828;
	line-height: 2.05;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
	text-align: center;
	box-sizing: border-box;
}

#main .timeBox .list li:last-child {
	margin-right: 0;
}

#main .timeBox .list li .photo {
	margin-bottom: 20px;
}

#main .timeBox .list li .photo img {
	width: 100%;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#main .timeBox .list li .photo img:hover {
	-webkit-filter: grayscale(100%);
}


#main .timeBox .list li .title {
	margin-bottom: 20px;
}

#main .bottle {
	padding: 55px 0 75px;
	border-bottom: 1px solid #010101;
}

#main .bottle h2 {
	margin-bottom: 99px;
}

#main .bottle .photo {
	margin: 0 261px 66px 0;
	text-align: center;
	position: relative;
}






#main .bottle .photo .textImg {
	position: absolute;
	top: -51px;
	left: 48px;
}

#main .bottle .photo .textImg02 {
	position: absolute;
	top: -61px;
	right: -220px;
}

#main .comLink {
	margin: 0 auto;
	width: 300px;
}

#main .comLink a {
	padding: 18px 35px;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background-color: #9A6600;
	box-shadow: 0 0 5px #666;
}

#main .comLink a span {
	padding-right: 20px;
	display: block;
	background: url(img/index/icon02.png) no-repeat right center;
}

#main .comLink a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .photoBox {
	padding: 136px 0 92px;
	border-bottom: 1px solid #010101;
}

#main .photoBox .photo {
	margin-bottom: 67px;
	text-align: center;
}

#main .guide {
	padding: 83px 0 87px;
}

#main .guide h2 {
	margin-bottom: 116px;
}

#main .guide .jsBox {
	margin: 0 auto 72px;
	width: 1080px;
	position: relative;
}


#main .guide .jsBox .fooUl {
margin: 0px -35px  0 -25px ;
overflow: hidden;
height: 300px;
}

#main .guide .jsBox .fooUl li {
	margin-right: 30px;
	float: left;
	width: 252px;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	overflow: hidden;
}


#main .guide .jsBox .fooUl img{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: auto;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

#main .guide .jsBox .fooUl img:hover{
width: 120%;
}

#main .guide .jsBox .fooUl li .photo {
margin: 0 0 5px;
overflow: hidden;
width: 252px;
/* トリミングしたい枠の幅 */
height: 160px;
/* トリミングしたい枠の高さ */
position: relative;
}

#main .guide .jsBox .fooUl li .subBox {
	padding: 12px 20px 27px 23px;
}

#main .guide .jsBox .fooUl li .subBox p {
	font-size: 15px;
	color: #534741;
	font-weight: bold;
	line-height: 1.3;
}

#main .guide .jsBox .fooUl li .subBox .date {
	margin-bottom: 11px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#main .guide .jsBox .fooUl li .subBox .linkP {
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

#main .guide .jsBox .fooUl li .subBox .linkP a {
	padding-left: 12px;
	display: inline-block;
	color: #000;
	background: url(img/index/icon03.gif) no-repeat left center;
}

#main .guide .jsBox .prev {
	position: absolute;
	top: 50%;
	left: -93px;
	margin-top: -39px;
	cursor: pointer;
}

#main .guide .jsBox .next {
	position: absolute;
	top: 50%;
	right: -93px;
	margin-top: -39px;
	cursor: pointer;
}

#main .comLink02 a {
	background-color: #669934;
}


@media all and (min-width: 0px) and (max-width: 767px) {
	#gHeader .mainImg h1 {
		margin: 0 auto;
		width: 60%;
	}

	#gHeader .mainImg .img {
		margin: 0 auto;
		width: 60%;
	}
	
	#gHeader .mainImg a {
		width: 150px;
	}
	
	#main .timeBox {
		padding: 30px 10px;
	}
	
	#main h2 {
		margin: 0 auto 30px;
		width: 280px;
	}
	
	#main .timeBox .list li {
		float: none;
		width: auto;
		margin: 0 0 15px;
	}

	#main .timeBox .list li:last-child {
		margin-bottom: 0;
	}
	
	#main .timeBox .list li .title {
		margin: 0 auto;
		width: 200px;
	}
	
	#main .bottle {
		padding: 30px 10px;
	}
	
	#main .bottle h2 {
		margin: 0 auto 30px;
		width: 220px;
	}
	
	#main .bottle .photo {
		margin: 0 0 20px;
	}
	
	#main .bottle .photo .spanBox {
		margin: 0 60px 20px;
	}
	
	#main .bottle .photo .textImg {
		position: relative;
		top: inherit;
		left: inherit;
		width: 40%;
		display: block;
		float: left;
	}
	
	#main .bottle .photo .textImg02 {
		position: relative;
		top: inherit;
		right: inherit;
		width: 35%;
		float: right;
		display: block;
	}
	
	#main .comLink {
		width: 250px;
	}
	
	#main .comLink a {
		padding: 12px;
	}
	
	#main .photoBox {
		padding: 30px 10px;
	}
	
	#main .photoBox .photo {
		margin-bottom: 30px;
	}
	
	#main .guide {
		padding: 30px 10px 60px;
	}
	
	#main .guide h2 {
		margin: 0 auto 30px;
		width: 250px;
	}
	
	#main .guide .jsBox {
		margin-bottom: 30px;
		width: auto;
	}
	
	#main .guide .jsBox .fooUl {
		margin: 0 auto;
		width: 252px;
	}
	
	#main .guide .jsBox .fooUl li {
		margin-right: 0;
	}

	#main .guide .jsBox .fooUl li:nth-child(4),
	#main .guide .jsBox .fooUl li:nth-child(3),
	#main .guide .jsBox .fooUl li:nth-child(2) {
		display: none;
	}
	
	#main .guide .jsBox .prev {
		left: 0;
	}
	
	#main .guide .jsBox .next {
		right: 0;
	}



}