@charset "UTF-8";
*{
	margin : 0;
	padding : 0;
	box-sizing: border-box;
	border-collapse: collapse;
}

/* 初期化
-----------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, table, tr, th, td,
header, hgroup, nav, section, article, aside, footer, figure, figcaption, address, strong, em, div {
    margin: 0;
    padding: 0;
    font-size: 100%;
	font-weight:normal;
	font-style:normal;
	line-height: 1.0;
	list-style:none;
	font-family:"I-OTF教科書Pro L","Yu Mincho", "YuMincho","Yu Mincho", "游明朝","游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #222222;
	-moz-osx-font-smoothing: grayscale;
}
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}
img {
	border:none;
	width:100%;
	height:auto;
}
ul {
	list-style-type: none;
}
li{
	list-style-type: none;
	display: inline-block;
}
a,
a:link,
a:visited,
a:hover {
	color: #222222;
	text-decoration: none;
}
a:hover {
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

a {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

.tal {
	text-align:left;
}

.pb30 {
	padding-bottom:30px !important;
	clear:both;
}

.pt10 {
	padding-top:10px !important;
}

.pt30 {
	padding-top:30px !important;
}

.pt15 {
	padding-top:15px !important;
}

.pt20 {
	padding-top:20px !important;
}

span.rubi {
	font-size:80%;
}

span.rubi2 {
	font-size:65%;
}


span.blocks5 {
	display:block;
	margin-top:5px;
}

/*--------------------------------------
  clear fix
---------------------------------------*/

.clrfx{
	min-height:1%;
}
.clrfx:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html .clrfx{/* for IE */
	/*¥*/height:1%;/* for WinIE */
	display:inline-table;/* for MacIE */
}
body*.clrfx:after{
	content:".";
}


/*--------------------------------------
  style
---------------------------------------*/
body {
	text-align:center;
	font-size:0.9em;
	overflow:auto;
}

.overfllow {
	overflow:auto;
	width: 100%;
	height: 100%;
}

.wrap {
	width:1000px;
	margin:0 auto;
	position:relative;
}

#top_header {
	height:450px;
	width:100%;
}

/*--------------------------------------
  SP用メニューボタン
---------------------------------------*/

.sp_menu_btn_threeline {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	position:fixed;
	top:22px;
	left:13px;
	z-index:1000;
	display:none;
	cursor:pointer;
	color:#7f4b57;
}

.sp_menu_btn_threeline em {
	font-style:normal;
	color:#7f4b57;
}

.sp_menu_btn_threeline em.em_c {
	color:#ffffff;
}


.sp_menu_btn_threeline > span {
	height: 3px;
	width: 100%;
	display: block;
	line-height:0;
	margin-bottom:6px;
	background:#7f4b57;
}

.sp_menu_btn_threeline > span.rect1 {
	-webkit-transform:rotate(0deg);
    transform:rotate(0deg);
	-webkit-transition-property:margin-bottom,transform;
	transition-property:margin-bottom,transform;
	-webkit-transition-duration:0.3s;
    transition-duration:0.3s;
}

.sp_menu_btn_threeline > span.rect1_c {
	-webkit-transform:translate(0,9px) rotate(45deg);
    transform:translate(0, 9px) rotate(45deg);
	background-color:#ffffff;
}

.sp_menu_btn_threeline > span.rect2 {
	-webkit-transition-property:opacity,transform;
	transition-property:opacity,transform;
	-webkit-transition-duration:0.3s;
    transition-duration:0.3s;
}

.sp_menu_btn_threeline > span.rect2_c {
	opacity:0;
	-webkit-transform:translate(0);
    transform:translate(0);
}

.sp_menu_btn_threeline > span.rect3 {
	-webkit-transform:rotate(0deg);
    transform:rotate(0deg);
	-webkit-transition-property:margin-bottom,transform;
	transition-property:margin-bottom,transform;
	-webkit-transition-duration:0.3s;
    transition-duration:0.3s;
}

.sp_menu_btn_threeline > span.rect3_c {
	-webkit-transform:translate(0,-9px) rotate(-45deg);
    transform:translate(0, -9px) rotate(-45deg);
	background-color:#ffffff;
}


#top h1#logo {
	width:67px;
	padding:63px 0 0 0;
}

#top h1#logo img {
	width:100%;
	height:auto;
}

#top_header h2 {
	color:#ffffff;
	font-size:3em;
	position:absolute;
	right:40px;
	top:100px;
	font-family: "I-OTF楷書Pro M", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	-webkit-font-smoothing: antialiased;
}

#top_header h2 span {
	display:block;
	padding-bottom:10px;
}

#top_header_inner1 {
	background-image:url(../images2016/top/bg_top001.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:450px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

#top_header_inner1 h2 {
	color:#222222;
}

#top_header_inner2 {
	background-image:url(../images2016/top/bg_top002.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:450px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:none;
}

#mainnav_pc {
	overflow: hidden;
}

#mainnav_pc ul {
	display:block;
	text-align:center;
	 left: 50%;
	 float: left;
	 position: relative;
}

#mainnav_pc li {
	float:left;
	left: -50%;
	position:relative;
}

#mainnav_pc li a {
	padding:40px 20px;
	display:block;
	font-size:1.05em;
}

.online_link a {
	color:#7f4b57;
}

#mainnav_sp {
	display:none;
	background-image:url(../images2016/common/bg_sp_menu.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	padding-top:50px;
	position:fixed;
	z-index:500;
	width:100%;
}

#mainnav_sp li {
	display:block;
	width:100%;
}

#mainnav_sp li a {
	padding:15px 0;
	width:100%;
	display:block;
	color:#ffffff;
	border-bottom:solid 1px #ffffff;
}

#top_news {
	padding:20px 0 100px 0;
}

#top_news h3 {
	color:#7f4b57;
	font-size:1.3em;
	text-align:left;
	padding:20px 0 15px 0;
}

#top_news li {
	float:left;
	width:30%;
	margin-right:5%;
	text-align:left;
}

#top_news li h4 {
	line-height:1.6;
}

#top_news li:last-child {
	margin-right:0;
}

#top_news li .date {
	display:block;
	padding:15px 0 10px 0;
}

#top_story {
	background-image:url(../images2016/top/bg_tera.png);
	min-height:666px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	color:#ffffff;
	padding:0 0 55px 0;
}

#top_story p {
	color:#ffffff;
	line-height:2;
}

#top_story h3 {
	color:#ffffff;
	text-shadow:0px 0px 10px #222222;
	padding:125px 0 75px 0;
	font-size:1.9em;
}

#top_story h3 span {
	display:block;
	padding-bottom:10px;
}

#top_story p span {
	display:block;
}

#top_story a {
	margin:30px 0 0 0;
	text-align:center;
	display:inline-block;
	padding:10px 50px;
	border:solid 1px #ffffff;
	color:#ffffff;
}

#top_products {
	padding:90px 0;
}

#top_products .wrap {
	width:90%;
	max-width:1250px;
	margin-left:auto;
	margin-right:auto;
}

#top_products h3 {
	color:#7f4b57;
	font-size:1.9em;
	padding:0 0 40px 0;
}

#top_products ul {
}

#top_products li {
	position:relative;
}

#top_products li a {
	display:block;
	line-height:0;
}

#top_products li h4 {
	position:absolute;
	top:5%;
	left:5%;
	color:#ffffff;
	z-index:2;
	font-size:2em;
}

#top_products_manju {
	width:50%;
	float:left;
}

#top_products #top_products_manju h4 {
	font-size:2.4em;
}

#top_products_kira {
	width:25%;
	float:left;
}

#top_products_kokibi {
	width:25%;
	float:left;
}

#top_products #top_products_kokibi h4 {
	font-size:1.4em;
	color:#7f4b57;
}


#top_products_pudding {
	width:25%;
	float:left;
}

#top_products #top_products_kira h4 {
	font-size:1.4em;
}


#top_products #top_products_pudding h4 {
	font-size:1.4em;
}

#top_products_dome {
	width:25%;
	float:left;
}

#top_products #top_products_dome h4 {
	font-size:1.4em;
}

#top_shops {
	background-image:url(../images2016/top/bg_shop.png);
	min-height:568px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	color:#ffffff;
}

#top_shops h3 {
	color:#ffffff;
	font-size:1.9em;
	padding:200px 0  40px 0;
}

#top_shops p {
	color:#ffffff;
	line-height:2;
}

#top_shops p span {
	display:block;
}

#top_shops ul {
	padding:30px 0;
}

#top_shops li a {
	display:block;
	float:left;
	padding:15px 30px;
	border:solid 1px #ffffff;
	color:#ffffff;
	margin:0 20px 30px 0;
	width:300px;
}

#top_shops li a.second {
	margin-right:0;
}

#top_bnnr {
	padding:100px 0;
}

#top_bnnr li{
	width:30%;
}

#top_bnnr li a {
	display:block;
	float:left;
	text-align:center;
	margin:0 10px;
}

#top_bnnr li a h5 {
	color:#7f4b57;
	padding:10px 0 10px 0;
}

footer {
	padding:50px 0;
	color:#7b7b7b;
	text-align:center;
	font-family: 'Libre Baskerville' !important;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:0.9em;
}

@media screen and (max-width: 1000px) {
	.wrap {
		width:90%;
		margin:0 5%;
		overflow:hidden;
	}

	#top h1#logo {
		width:57px;
		padding:63px 0 0 0;
	}

	#mainnav_pc {
		padding-left:2%;
	}

	#mainnav_pc li a {
		padding:30px 20px 0px 20px;
	}
}


@media screen and (max-width: 768px) {
	#top_header .wrap {
		height:100%;
	}

	.sp_menu_btn_threeline {
		display:block;
	}

	#mainnav_pc {
		display:none;
	}

	#top_shops li {
		display:block;
	}

	#top_shops li a {
		width:80%;
		display:block;
		float:none;
		margin-left:10%;
		margin-right:10%;
	}

	#top_header h2 {
		top:140px;
		right:0px;
	}

	#top_products {
		font-size:92%;
	}
}

@media screen and (max-width: 550px) {
	.wrap {
		width:94%;
		margin:0 3%;
		overflow:hidden;
	}

	#top h1#logo {
		width:39px;
		padding:80px 0 0 0;
	}

	#top_header h2 {
		top:120px;
		font-size:2em;
		margin-right:4%;
	}

	#top_news li {
		float:left;
		width:47%;
		margin-right:6%;
		text-align:left;
	}

	#top_news li:nth-child(2n) {
		margin-right:0%;
	}

	#top_news li:nth-child(odd) {
		margin-right:6%;
	}

	#top_story {
	min-height:inherit;
	}

	#top_story h3 span {
		display:inline;
		padding-bottom:0;
	}

	#top_story p span {
		display:inline;
	}

	#top_products_manju{
		width:100%;
	}

	#top_products_kokibi, #top_products_kira, #top_products_pudding, #top_products_dome {
		width:50%;
		float:left;
		padding:0;
		margin:0;
	}

	#top_shops li {
		display:block;

	}


#top_bnnr li{
	width:100%;
}

	#top_bnnr li a {
		width:auto;
	}

	#top_bnnr {
		padding:100px 0 50px 0;
	}


}


/*---------------------
udner
-----------------------*/
.under .wrap {
	width:1250px;
	margin:0 auto;
	position:relative;
}

.under .left_area {
	text-align:center;
	width:200px;
	border-left:solid 1px #d6d5d5;
	border-right:solid 1px #d6d5d5;
	float:left;
	background-image:url(../images2016/common/bg_left_area.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left top;
	height:100%;
	height:100vmax;
	position:fixed;
	z-index:101;
}

#under_header {
	background:#ffffff;
}

.under h1 {
	padding:32px 0 32px 0;
	text-align:center;
	margin:0 auto;
}

.under h1#logo {
	width:40px;
}

.under #mainnav_pc {

}

.under #mainnav_pc ul {
	left:auto;
	float:none;
	padding:30px 0 0 0;
}

.under #mainnav_pc li {
	float:none;
	left:auto;
	position:relative;
	display:block;
}
.under #mainnav_pc li a {
	padding: 8px 0px;
	color:#ffffff;
	font-family:"I-OTF教科書Pro D", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.under #mainnav_pc li a.current {
	background-color:#7f4b57;
}

.content_area {
	float:right;
	width:1050px;
	text-align:left;
}

#content_header {
	height:273px;
}

#pnavi {
	padding:47px 0 47px 50px;
	text-align:left;
}

.content_area h2 {
	font-size:3em;
	color:#7f4b57;
	padding:10px 0 20px 50px;
	text-align:left;
}

.content_area h3 {
	font-size:2em;
	color:#7f4b57;
	padding:50px 0px 20px 0;
}

#sub_nav {
	padding:0 0 0 50px;
}

#sub_nav li {
	float:left;
	padding:30px 20px;
}

#sub_nav li a {
	font-size:1.2em;
}

#sub_nav li.sub_nav_active {
	border-bottom:solid 5px #7f4b57;
	font-size:1.2em;
	padding-bottom:38px;
}

.under #mainnav_pc #products_sub_li {
	display:none;
	margin:20px 0 30px 0;
	padding:0 0;
	display:none;
	font-size:0.9em;
}

.under #mainnav_pc #products_sub_li li {
}

.under #mainnav_pc #products_sub_li li#sub_nav_manju a {
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.common_hr {
	margin-left:5%;
	margin-bottom:50px;
	height:1px;
	box-shadow:none;
	background-color:#ebeaeb;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#houyou_wrap h4 {
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding:0 0 10px 0;
	font-size:1.2em;
}

#houyou_wrap h5 {
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding:10px 0 0px 0;
}

/*company*/

#company #intro p {
	padding:50px 0 50px 50px;
	float:left;
	width:670px;
	text-align:left;
	line-height:2.4;
}

#company #intro p span {
	display:block;
}

#company #intro img {
	float:right;
	padding:50px 0 0 0;
	width:363px;
}


#company #privacy {
	padding:0 50px 0 50px;
}

#company #privacy h4{
	margin-bottom: 10px;
	color:#7f4b57;
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:1.2em;
}


#company #privacy p{
	line-height: 1.6;
	margin-bottom: 25px;
}




#company #outline {
	padding:0 0 0 50px;
}

#company #history {
	padding:0 0 0 50px;
}

#company .content_area table th {
	text-align:left;
	padding:13px 13px 13px 0;
	line-height:1.6;
	border-bottom:solid 1px #222222;
	white-space:nowrap;
}

#company .content_area table th.last {
	border-bottom:none;
}

#company .content_area table td {
	text-align:left;
	padding:13px 0 13px 13px;
	line-height:1.6;
	border-bottom:solid 1px #222222;
}

#company .content_area table td.last {
	border-bottom:none;
}

a.btn_map {
	background-color:#7f4b57;
	display:inline-block;
	padding:3px 5px;
	line-height:1;
	color:#ffffff;
	border-radius:2px;
	font-size:0.9em;
}

/* products */
#products #sub_nav li a {
	color:#222222;
}
#sub_nav li.sub_nav_active {
	font-size:1.8em;
	padding-top:27px;
	padding-bottom:32px;
	color:#7f4b57;
	line-height:29px;
}

@media screen and (max-width: 768px) {
	#sub_nav li.sub_nav_active {
		line-height:inherit;
	}
}

#sub_nav li.sub_nav_houyou {
}

#sub_nav li.sub_nav_kotobuki {
	margin-left:50px;
}

#peage_sp_ttl {
	display:none;
	font-size:2.4em;
	padding:30px 0 20px 0;
}

#products #intro p {
	padding:50px 0 50px 5%;
	text-align:left;
	line-height:2.4;
}

#products #intro2 {
	padding:0px 0 50px 5%;
}

#products #intro2 p {
	line-height:2.4;
	padding: 0;
	float:left;
}

#products #intro2 .intro_left {
	float:left;
	width:60%;
}

#products #intro2 .intro_right {
	float:right;
	padding:10px 0 0 0;
	font-size:0.85em;
}

#products .kani_shops {
	display:none;
	font-size:92%;
}

#products .kani_shops a {
	text-decoration:underline;
	line-height:1.7;
}

.check_shops {
	cursor:pointer;
	text-decoration:none;
	background-image:url(../images2016/common/icn_arrow001.png);
	background-repeat:no-repeat;
	background-size:30px auto;
	background-position:left center;
	padding:10px 0 10px 45px;
	line-height:1;
	margin-bottom:10px;
	color:#7f4b57;
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.check_shops:hover {
	text-decoration:none;
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

@media screen and (max-width: 1249px) {
	#products #intro2 .intro_right {
		padding:10px 5% 0 0;
	}
}

#products #intro2 .intro_right p {
	float:right;
	border-left:solid 2px #ebeaeb;
	line-height:1.8;
	padding:0 0 0 10px;
}

#products #intro2 .intro_right p#imf {
	border:none;
}

#products #intro2 #imf_right {
	float:left;
	padding-left:15px;
}

#imf img {
	width:190px;
}

#products #intro p span {
	display:block;
}

.proucts_wrap {
	padding-bottom:50px;
}

.proucts_wrap .left {
	float:right;
	width:48%;
}

.proucts_wrap h3 {
	padding:0 0 20px 50px;
	color:#222222;
	font-size:2.3em;
}

.proucts_wrap h3 span {
	font-size:0.5em;
	vertical-align:baseline;
}

.proucts_wrap .right p {
	line-height:1.9;
}

.proucts_wrap .right p .price {
	font-size:1.4em;
	vertical-align:baseline;
}

.proucts_wrap .right {
	float:left;
	width:49%;
	padding-left:5%;
}

#products .link_set {
	padding:20px 0 20px 0;
}

#products .link_set li {
	float:none;
	display:block;
}

#products .link_set li a {
	display:block;
	background-image:url(../images2016/common/icn_arrow001.png);
	background-repeat:no-repeat;
	background-size:30px auto;
	background-position:left center;
	padding:10px 0 10px 45px;
	line-height:1;
	margin-bottom:10px;
	color:#7f4b57;
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#products .fig_left {
	padding:20px 0 0 0;
	width:48%;
	float:left;
}

#products .fig_right {
	padding:20px 0 0 0;
	width:48%;
	float:right;
}

#products figcaption {
	line-height:1.6;
	font-size:0.9em;
	text-align:justify;
	padding:10px 0 20px 0;
}

#products .option {
	padding:10px 0;
	font-size:0.8em;
}

#products .option li {
	float:left;
	width:50%;
	color:#ffffff;
	padding:5px 0;
	text-align:center;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
}

#products li.noshigake {
	display:inline-block;
	background:#c0d096;
}

#products #kira_detail_li {
	display:table;
}

#products #kira_detail_li tr {
}

#products #kira_detail_li th {
	display:table-cell;
	border-bottom:solid 1px #dddddd;
	padding:5px 0 5px 0;
}

#products #kira_detail_li td {
	display:table-cell;
	border-bottom:solid 1px #dddddd;
	padding:5px 0 5px 5px;
}

#products li.naire {
	display:inline-block;
	background:#998faf;
}

#products li.gokonrei {
	display:inline-block;
	background:#c6ad1c;
}

#products li.kotobukimark {
	display:inline-block;
	background:#ebaaba;
}

#products li.mizuhiki {
	display:inline-block;
	background:#f4b590;
}

#products .special li {
	float:left;
	border:solid 2px #7f4b57;
	display:block;
	width:48%;
	margin-right:2%;
}

#products .special li:last-child {
	margin-right:0px;
}

#products .special li a {
	color:#7f4b57;
	padding:10px 0;
	display:block;
	width:100%;
	text-align:center;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
}

#products #price {
	padding:50px 5%;
}

#products #price table {
	width:100%;
}

#products #price th {
	font-weight:bold;
	text-align:center;
}

#products #price td {
	text-align:center;
	padding:14px 1px;
	border-bottom:solid 1px #ACACAC;
	text-align:center;
}

.attention {
	padding:15px 0 0 0;
	font-size:0.9em;
	vertical-align:baseline;
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.attention strong {
	vertical-align:baseline;
	font-size:1.2em;
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#products #houyou {
	padding:30px 0 0 0;
}

.shops_detail_inproducts {
	padding:25px 0 15px 0;
}

.bikou {
	line-height:1.5;
	padding:20px 0;
}

.place_set h5 {
	padding:25px 0 10px 0;
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:1.2em;
}

.place_set li {
	line-height:1.5;
}

/*story*/

#story .content_area {
	text-align:center;
	background-image:url(../images2016/story/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	color:#ffffff;
}

#story .content_area h2 {
	color:#ffffff;
	text-shadow:0 0 15px #000000;
	text-align:center;
	padding:50px 0 0 0;
	width:100%;
}

#story .content_area h2 span {
	display:block;
	margin-bottom:6px;
}

#story .content_area h2 strong {
	font-size:0.8em;
	color:#ffffff;
	display:block;
	padding-top:12px;
}

#story .content_area h3 {
	color:#ffffff;
	padding-bottom:55px;
}

#story .content_area p {
	color:#ffffff;
	line-height:2;
}

/*news*/

#news #top_news {
	padding:0 5%;
}

#news .under_news h3 {
	line-height:1.6;
}


#news .under_news h4 {
	text-align:left;
	padding-bottom:10px;
}

#news_list_top li {
	padding-bottom:30px;
}

#news_list_top li:nth-child(3n) {
	margin-right:0px;
}

#news .under_news {
	float:left;
	width:70%;
}

#news .sidebar {
	float:right;
	width:22%;
}

#news .under_news .share {
	text-align:right;
	padding-bottom:30px;
}

#news .under_news p {
	line-height:2;
	padding-bottom:30px;
}

#news .sidebar h5 {
	padding:25px 0 15px 0;
	font-size:1.1em;
}

#news .sidebar li {
	width:100%;
	float:none !important;
	margin-bottom:15px;
	line-height:1.5;
	font-size:92%;
}

#news .sidebar li span {
	display:block;
}

#news .left {
	float:left;
	width:36%;
}

#news .right {
	float:right;
	width:60%;
}

@media screen and (max-width: 550px) {
	#news .left, #news .right {
		float:none;
		width:100%;
	}
}

.saiji_h5 {
	font-size:1.2em;
	border-left:solid 3px #7f4b57;
	color:#7f4b57;
	padding:7px 0 7px 10px;
	margin-bottom:10px;
}

#news .saiji_ul li {
	width:45%;
}

@media screen and (max-width: 550px) {
	#news .saiji_ul li {
		width:100%;
	}
}

#news .news_shop_list {
	padding-bottom:2px;
	border-bottom:solid 1px #dddddd;
	margin-bottom:20px;
}

#news .news_shop_list_last {
	padding-bottom:22px;
	border-bottom:none;
	margin-bottom:0px;
}

#news .news_shop_list h6 {
	padding-bottom:10px;
	font-weight:bold;
}

#news .news_shop_list p {
	padding-bottom:15px;
	line-height:1.5;
}

#news .news17_h5 {
	font-size: 1.1em;
	padding: 0 0 10px 0;
}

/*contact*/

#contact_wrap {
	padding:0 0 0 50px;
}

#contact_wrap_inner {
}

#contact_wrap a {
	color:#7f4b57;
	text-decoration:underline;
}

#contact_wrap p {
	line-height:2;
}

#contact_wrap h4 {
	padding:20px 0 10px 0;
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contact_wrap input {
	padding:10px 2%;
	width:600px;
	border:none;
	background:#f2f2f2;
	display:block;
	border-radius:0;
	-webkit-appearance: none;
}

#contact_wrap textarea {
	padding:10px 2%;
	width:600px;
	border:none;
	background:#f2f2f2;
}

#contact_wrap input#zipzip {
	width:200px;
	margin-top:10px;
	background-color:#7f4b57;
	color:#ffffff;
	padding:5px 2%;
	border-radius:0;
}

#contact_wrap input.submit {
	border:solid 2px #7f4b57;
	color:#222222;
	background:#ffffff;
	margin-top:15px;
	font-family:"I-OTF教科書Pro L", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:1.2em;
}

.errorMsg {
	display:block;
	border-left:solid 3px #c51d44;
	padding:10px;
	width:580px;
}

.errorMsg li {
	float:none;
	display:block;
	text-align:left;
	color:#c51d44;
	line-height:2;
}

.check_p {
	padding:20px 0 20px 0;
}

/* shops */

#shops .shops_wrap {
    padding: 30px 5%;
}

.shops_wrap {
	clear:both;
}

.shops_list li {
	float:left;
	width:30%;
	margin-right:5%;
	text-align:left;
	position:relative;
	margin-bottom:20px;
	z-index:1;
}

.shops_list li p {
	line-height:1.6;
	padding-bottom:20px;
}

.shops_list li h3 {
	padding:14px 0 20px;
	font-size:1.6em;
}

.shops_list li .detail_wrap {
	position:relative;
}

.shops_list li h4 {
	line-height:1.6;
}

.shops_list li:nth-child(3n) {
	margin-right:0;
}

.shops_list .map a {
	background-image:url(../images2016/common/icn_arrow002.png);
	background-size:6px auto;
	background-repeat:no-repeat;
	background-position:right center;
	color:#7f4b57;
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	text-align:right;
	margin:18px 0 0 0;
	padding:0 15px 0 0;
	font-family: 'Libre Baskerville' !important;
	font-style: italic;
	font-size:0.9em;
}

#area li {
	float:left;
	margin-right:30px;
	padding:0 0 20px 0;
}

#area li:last-child {
	margin-right:0px;
}

#area li a {
	display:block;
	padding:5px 0;
	font-size:1.3em;
}

#shops .detail_wrap {
	clear:both;
}

#dealers_wrap table {
	width:90%;
}

#dealers_wrap table th {
	width:285px;
	padding:5px 15px 6px 0;
	line-height:1.4;
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:left !important;
	border-bottom:solid 1px #ebeaeb;
}

#dealers_wrap table td {
	padding:5px 15px 6px 0;
	line-height:1.4;
	border-bottom:solid 1px #ebeaeb;
}

#dealers_wrap table tr:last-child th, #dealers_wrap table tr:last-child td {
	border-bottom:none;
}

#dealers_wrap table td.add_add {
}

#dealers_wrap table td.telnumber {
	width:180px;
}

#dealers_wrap table td.map_td {
	padding:5px 0px 5px 0;
	text-align:right;
	width:40px;
}

img.live {
	width:12px;
	height:auto;
	vertical-align:baseline;
}

.dealer_intro {
	line-height:2;
	vertical-align:baseline;
}

.bx-controls-direction {
	display:none;
}

.bx-controls {
	clear:both;
	width:100%;
}

.bx-pager-item {
	float:left;
	margin:10px 10px 0 0;
}

.bx-pager-item a {
	background-color:#bfa5ab;
	display:block;
	text-indent:-9999px;
	width:10px;
	height:10px;
	border-radius:20px;
	line-height:0;
}

.bx-pager-item a.active {
	background-color:#7f4b57;
	text-indent:-9999px;
	width:10px;
	height:10px;
	border-radius:20px;
	line-height:0;
}

@media screen and (max-width: 1249px) {
	.under .wrap {
		width:100%;
		margin:0 auto;
		position:relative;
	}

	.under .left_area {
		width:17%;
		border-left:none;
	}

	.content_area {
		width:83%;
	}

	#content_header {
		height:273px;
	}

	#company #intro p {
		width:62%;
	}

	#company #intro img {
		float:right;
		padding:50px 5% 0 0;
		width:33%;
	}

	#company #intro p span {
		display:inline;
	}

	.content_area h2 {
		padding:10px 0 20px 5%;
	}

	.proucts_wrap .left {
		padding-right:5%;
	}

	#dealers_wrap table th {
		width:200px;
	}

	#dealers_wrap table td.add_add {
	}
}

@media screen and (max-width: 1000px) {
	.under .left_area {
		width:58px;
		background-image:none;
		background:#ffffff;
	}

	#content_header {
		height:auto;
	}

	#pnavi {
		padding:47px 0 47px 5%;
	}

	#sub_nav {
		padding:0 0 0 5%;
	}

	#products #sub_nav li {
		padding-left:10px;
		padding-right:10px;
	}

	.content_area {
		width:auto;
		padding-left:58px;
	}

	.under .left_area h1#logo {
		padding-top:80px;
		padding-left:6px;
	}

	.under #mainnav_pc {
		display:none;
	}

	.under #mainnav_sp {
		top:0px;
	}

	.under .sp_menu_btn_threeline {
		display:block;
	}

	.under #top_header h2 {
		top:140px;
		right:0px;
	}

	.proucts_wrap h3 {
		padding:0 0 20px 5%;
	}

	#products .link_set li a {
		line-height:1.3;
	}

	#products .special li {
		float:none;
		width:100%;
		margin-bottom:10px;
	}

	#products #intro2 {
		padding-top:0px;
	}

	#products #intro2 .intro_left {
		float:none;
		width:100%;
	}

	#products #intro2 .intro_left p {
		padding-left:0px;
		padding-top:0px;
		float:none;
	}

	#products #intro2 .intro_right {
		float:none;
		padding:0 0 0 0;
	}

	#products #intro2 .intro_right p {
		float:none;
	}

	#products #intro2 #imf_right {
		float:left;
		padding-left:0px;
		padding-top:15px;
	}

	#products #intro2 .intro_right p#imf {
		padding-left:0px;
	}


	#story .content_area {
		width:100%;
	}

	#dealers_wrap table {
		width:100%;
	}

	#dealers_wrap table th {
		width:150px;
	}

	#dealers_wrap table td.telnumber {
		width:160px;
	}

}

@media screen and (max-width: 768px) {
	.under .left_area {
		border:none;
	}

	#pnavi {
		padding:47px 0 37px 0px;
	}

	#content_header {
		height:auto;
	}

	#peage_sp_ttl {
		display:block;
	}

	.content_area h2 {
		padding:0px 0 20px 0px;
	}

	#sub_nav {
		padding:0 0 20px 0;
	}

	#sub_nav li {
		width:50%;
		text-align:center;
		padding:8px 0;
		text-align:left;
		float:left !important;
	}

	#sub_nav li a {
		background-image:url(../images2016/common/icn_arrow002.png);
		background-size:6px auto;
		background-repeat:no-repeat;
		background-position:5px center;
		text-align:left;
		padding-left:15px;
	}

	#sub_nav li.sub_nav_active {
		padding:8px 0;
		border-bottom:none;/*solid 3px #7f4b57*/
		font-size:1.2em;
		padding-left:15px;
	}

	#sub_nav li.sub_nav_kotobuki {
		margin-left:0;
	}

	#company #intro p {
		padding:50px 0 50px 0;
		line-height:2;
	}

#company #privacy {
		padding:0 5% 0 0;
}

	#company #outline {
		padding:0 5% 0 0;
	}

	#company #history {
		padding:0 5% 0 0;
	}

	.content_area {
		padding-top:0px;
	}

	#products #intro p {
		padding:50px 0 50px 0;
	}

	.proucts_wrap {
		padding:20px 0 0 0;
	}

	#products #sub_nav li.sub_nav_kotobuki {
		margin-left:0px;
	}

	.proucts_wrap .right {
		padding-left:0%;
		padding-right:5%;
	}

	.proucts_wrap h3 {
		padding:0 0 20px 0;
	}

	#products .option li {
		width:50%;
	}

	#products #price {
		padding:50px 3% 0 0;
		font-size:85%;
	}

	#products #intro2 {
		padding-left:0px;
	}

	.common_hr {
		margin-left:0%;
	}
	.shops_list .map a {
		position:relative;
		display:block;
		margin-top:-10px;
		text-align:right;
	}

	#news #top_news {
		padding:0 5% 0 0;
	}

	#contact_wrap input {
		width:96%;
	}

	#contact_wrap textarea {
		width:96%;
	}

	#contact_wrap {
		padding:0 0 0 0;
	}

	#shops .shops_wrap {
   	 padding: 30px 5% 30px 0;
	}

}

@media screen and (max-width: 550px) {
	#pnavi {
		padding:20px 0 20px 0px;
		font-size:68%;
	}

	#content_header {
		height:auto;
	}

	#products #sub_nav li a {
		font-size:1em;
	}

	#products #sub_nav li.sub_nav_active {
		font-size:1em;
	}

	.content_area h2 {
		font-size:2em;
	}

	#company #intro p {
		padding:20px 3% 10px 0;
		float:none;
		width:100%;
	}

	#company #intro img {
		padding-top:20px;
		width:70%;
		height:auto;
		float:none;
		text-align:center;
	}

	#company #outline {
		padding:0 5% 0 0;
	}

	#company #history {
		padding:0 5% 0 0;
	}

	#company .content_area table th {
		padding-bottom:5px;
		display:block;
	}

	#company .content_area table th.last {
		border-bottom:solid 1px #222222;
	}

	#company .content_area table td {
		display:block;
		padding-top:5px;
		padding-left:0px;
		padding-bottom:15px;
		border-bottom:none;
	}

	.content_area {
		width:auto;
	}

	#products #intro p {
		padding:20px 3% 30px 0;
		float:none;
		width:100%;
		line-height:1.8;
	}

	#products .left {
		width:auto;
		float:none;
	}

	#products .right {
		width:auto;
		float:none;
	}

	#products .right p {
		margin-top:10px;
	}

	#products #intro p span {
		display:inline;
	}

	#story .content_area p {
		padding-left:3%;
		padding-right:3%;
		text-align:left;
	}

	#news .under_news {
		float:none;
		width:100%;
	}

	#news .sidebar {
		margin-top:15px;
		border-top:solid 1px #222222;
		padding-top:10px;
		float:none;
		width:100%;
	}

	#news_list_top li:nth-child(3n) {
	margin-right:6%;
}

	.shops_list li {
		float:left;
		width:47%;
		margin-right:6%;
		text-align:left;
	}

	.shops_list li:nth-child(2n) {
		margin-right:0%;
	}

	.shops_list li:nth-child(odd) {
		margin-right:6%;
	}

	#dealers_wrap table {
		width:100%;
	}

	#dealers_wrap table th {
		padding:3px 0px 3px 0;
		display:block;
		border-bottom:solid 1px #f0f0f0;
		font-size:1.1em;
	}

	#dealers_wrap table td {
		display:block;
		padding:3px 15px 3px 0;
	}

	#dealers_wrap table td.map_td {
		padding-bottom:20px;
		text-align:left;
	}

	#dealers_wrap table th {
		width:auto;
	}

	#dealers_wrap table td {
		border-bottom:none;
	}

	#dealers_wrap table td.telnumber {
		width:auto;
	}
}

/*---------------------
季節
-----------------------*/
#kisetsu .content_area {
	-webkit-width:calc(100% - 200px);
	width:calc(100% - 200px);
}

@media screen and (max-width: 1249px) {
	#kisetsu .content_area {
		width: 83%;
	}
}

@media screen and (max-width: 1000px) {
	#kisetsu .content_area {
		-webkit-width:calc(100% - 58px);
		width:calc(100% - 58px);
		margin:0;
		padding-left:0;
	}
}

#kisetsu canvas {
	margin-top:-190px;
	position:relative;
	z-index:1;
}

#kisetsu #content_header {
	height:577px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align:center;
}

.kisetsu001 #content_header {
	background-image:url(../images2016/kisetsu/1/img_main.jpg);
}

.kisetsu002 #content_header {
	background-image:url(../images2016/kisetsu/2/img_main.jpg);
}

.kisetsu003 #content_header {
	background-image:url(../images2016/kisetsu/3/img_main.jpg);
}

.kisetsu004 #content_header {
	background-image:url(../images2016/kisetsu/4/img_main.jpg);
}

.kisetsu005 #content_header {
	background-image:url(../images2016/kisetsu/5/img_main.jpg);
}

#kisetsu #content_header h2 {
	text-align:center;
	width:93px;
	padding:60px 0 0 0;
	margin:0 auto;
}

@media screen and (max-width: 768px) {
	#kisetsu #content_header {
		height:450px;
		background-size:cover;
		background-position:center bottom;
	}

	#kisetsu #content_header h2 {
		width:63px;
		padding:60px 0 0 0;
	}
}

#main_text {
	margin-top:-90px;
	position:relative;
	z-index:2;
	padding:0 5%;
}

.kisetsu004 #main_text span,.kisetsu005 #main_text span {
	display:block;
}


@media screen and (max-width:1249px) {
	.kisetsu004 #main_text span, .kisetsu005 #main_text span {
		display:inline;
	}
}

#main_text001 {
	text-align:center;
}

#main_text001 h3 {
	color:#000000;
	line-height:1.6;
	font-size:1.3em;
	padding:0 0 35px 0;
}

#main_text001 p {
	line-height:2.1;
}

.kisetsu001 #main_text002 , .kisetsu002 #main_text002 , .kisetsu003 #main_text002 , .kisetsu004 #main_text002 {
	padding:100px 0 0 0;
}

.kisetsu001 #main_text002 .left , .kisetsu002 #main_text002 .left , .kisetsu003 #main_text002 .left , .kisetsu004 #main_text002 .left , .kisetsu005 #main_text002 .left {
	padding:0 0 0 0;
	float:left;
	width:59%;
}

.kisetsu001 #main_text002 .left p , .kisetsu002 #main_text002 .left p , .kisetsu003 #main_text002 .left p , .kisetsu004 #main_text002 .left p {
	line-height:2.1;
	padding:30px 0 0 0;
}

.kisetsu001 #main_text002 .right , .kisetsu002 #main_text002 .right , .kisetsu003 #main_text002 .right , .kisetsu004 #main_text002 .right, .kisetsu005 #main_text002 .right {
	float:right;
	width:37%;
}

.kisetsu003 #main_text002 .right {
	padding-top:250px;
}

.kisetsu004 #main_text002 .right {
	padding:200px 0 0 0;
}

.kisetsu005 #main_text002 .left {
	padding-top:50px;
}

.kisetsu005 #main_text002 .right {
	padding-top:250px;
}

#main_text003 {
	text-align:center;
	padding:50px 0 0 0;
}

.kisetsu005 #main_text003 {
	text-align:left;
	padding:50px 0 0 0;
}

.kisetsu005 #main_text004 {
	text-align:left;
	padding:50px 0 0 0;
}

.kisetsu005 #main_text005 {
	padding: 50px 0;
}

.kisetsu005 #main_text005 .left {
	float: right;
	width:58%;
}

.kisetsu005 #main_text005 .right {
	float: left;
	width:37%;
	padding: 15px 0 0 0;
}


.kisetsu003 #main_text003 , .kisetsu004 #main_text003 {
	text-align:left;
}

#main_text003 p {
	line-height:2.1;
}

.kisetsu003 #main_text002 p span , .kisetsu003 #main_text003 p span {
	display:block;
}

@media screen and (max-width: 768px) {
	.kisetsu003 #main_text002 p span , .kisetsu003 #backnumber p span {
		display:inline;
	}

	.kisetsu003 #main_text002 .right {
		padding-top:50px;
	}

	.kisetsu005 #main_text002 .left, .kisetsu005 #main_text002 .right, .kisetsu005 #main_text005 .left, .kisetsu005 #main_text005 .right {
		float: none;
		width: 100%;
		padding: 25px 0 25px 0 ;
	}
}

#last_img {
	margin:100px 0 0 0;
	line-height:0;
}

#last_img img {
	width:100%;
	height:auto;
}

#ad_area {
	background-image:url(../images2016/kisetsu/common/bg_ad.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	height:378px;
	width:100%;
	background-position:right center;
	margin:0;
	padding:0 0 0 13%;
}

#ad_area ul {
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position:relative;
}

#ad_area ul li {
	display:block;
	width:100%;
}

#ad_area a {
	display:block;
	background-image:url(../images2016/common/icn_arrow001_white.png);
	background-repeat:no-repeat;
	background-size:30px auto;
	background-position:left center;
	padding:10px 0 10px 45px;
	line-height:1;
	margin-bottom:10px;
	color:#ffffff;
	font-family:"I-OTF教科書Pro B", "游明朝","游明朝体","YuMincho","Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#kisetsu #backnumber {
	margin: 0 5%;
}

#kisetsu #backnumber h3 {
	font-size:1.3em;
}

#kisetsu #backnumber li {
	width:46%;
	margin-right:4%;
	float:left;
	padding-bottom:20px;
}

#kisetsu #backnumber li:nth-child(2n) {
	margin-right:0;
}

#kisetsu #backnumber li p {
	padding:17px 0 0 0;
	line-height:1.4;
}

#kisetsu #backnumber li p span {
	padding:0 0 10px 0;
	display:block;
	color:#999999;
}

#kisetsu #backnumber em {
	width:25%;
	height:auto;
	display:block;
	float:left;
}

#kisetsu #backnumber p {
	float:right;
	width:70%;
}

#kisetsu #news_area {
	margin:0 5%;
}

#kisetsu #news_area h3 {
	font-size:1.3em;
}

#kisetsu #news_area li {
	width:100%;
	display:block;
	padding:5px 0;
	line-height:1.5;
}

#kisetsu #news_area li span {
	margin:0 15px 0 0;
}



	.link_set li a {
	display:block;
	background-image:url(../images2016/common/icn_arrow001.png);
	background-repeat:no-repeat;
	background-size:30px auto;
	background-position:left center;
	padding:10px 0 10px 45px;
	line-height:1;
	margin-bottom:10px;
	color:#7f4b57;
	font-family:"I-OTF教科書Pro B", "游明朝","YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}






@media screen and (max-width: 768px) {
	#ad_area {
		background-position:50% center;
	}
	.kisetsu001 #main_text001 , .kisetsu002 #main_text001 {
		text-align:left;
	}

	.kisetsu001 #main_text002 .left , .kisetsu002 #main_text002 .left , .kisetsu003 #main_text002 .left , .kisetsu004 #main_text002 .left {
		float:none;
		width:100%;
		padding:0 0 20px 0;
	}

	.kisetsu001 #main_text002 .right , .kisetsu002 #main_text002 .right , .kisetsu003 #main_text002 .right , .kisetsu004 #main_text002 .right {
		float:none;
		width:100%;
	}

	.kisetsu001 #main_text003 , .kisetsu002 #main_text003 , .kisetsu003 #main_text003 , .kisetsu004 #main_text003 {
		text-align:left;
	}

	#ad_area {
		height:208px;
		padding:0 0 0 5%;
	}

	.kisetsu003 #main_text002 {
		padding:50px 0 0 0;
	}

	.kisetsu004 #main_text002 .right {
		padding:30px 0 0 0;
	}
}

@media screen and (max-width: 550px) {
	#kisetsu #backnumber li {
		width:100%;
		margin-right:0;
		float:none;
		padding:0 0 13px 0;
		margin-bottom:15px;
		border-bottom:solid 1px #dddddd;
	}

	#kisetsu #backnumber li p {
		padding:0;
	}

	#kisetsu #news_area li span {
	margin:0 0 10px 0;
	display:block;
}

}

.kisetsu004 #last_img {
	max-width:500px;
	margin: 0 0 5% 5%;
	padding-top:30px;
}

@media screen and (max-width: 550px) {
	.kisetsu004 #last_img {
		max-width:500px;
		margin: 0;
		padding-top:30px;
	}
}


/*160813追加*/
.fb_wrap {
	display:block; float:right; margin-left:5px;
}

