@charset "utf-8";
/* CSS Document */
body {
	background: url(../img/back.jpg);
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	color: #472c21;
}
img {
	max-width: 100%;
}
.clear {
	clear: both;
}
strong {
	font-weight: bold;
}
.font_12 {
	font-size: 12px;
	line-height: 1.8em;
}
.font_13 {
	font-size: 13px;
	line-height: 1.8em;
}
.font_16 {
	font-size: 16px;
	line-height: 1.8em;
}
.font_18 {
	font-size: 18px;
	line-height: 1.8em;
}
.font_20 {
	font-size: 20px;
	line-height: 1.8em;
}
.font_22 {
	font-size: 22px;
	line-height: 1.8em;
}
.font_26 {
	font-size: 26px;
	line-height: 1.8em;
}
.font_30 {
	font-size: 30px;
	line-height: 1.8em;
}
.font_lage {
	font-size: x-large;
	line-height: 1.4em;
}
.font_xxlage {
	font-size: xx-large;
	line-height: 1.4em;
}
.font_tel {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.4em;
}
.sp_non {
	display: none;
}
.pc_non {
}
.wrapper {
	max-width: 1030px;
	margin: 0 auto;
}
section {
	padding: 30px 0 20px 0;
}
.wrapper .inner {
	margin: auto 0px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.fl {
	float: left;
	margin: 0 15px 10px 0;
}
.fr {
	float: right;
	margin: 0 0 10px 15px;
}

@media only screen and (max-width: 768px) {
.font_18 {
	font-size: 14px;
	line-height: 1.6em;
}
.font_20 {
	font-size: 14px;
	line-height: 1.6em;
}
.font_22 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
}
.font_30 {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
}
.font_lage {
	font-size: 16px;
	line-height: 1.6em;
}
.font_xxlage {
	font-size: 16px;
	line-height: 1.6em;
}
.font_tel {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
}
.sp_non {
	display: inherit;
}
.wrapper .inner {
	margin: 0 20px;
}
.pc_non, a.pc_non {
	display: none
}
.fl {
	float: none;
	margin-left: 0px;
	text-align: center
}
.fr {
	float: none;
	margin-right: 0px;
	text-align: center
}
}
.color_Gray {
	color: #AAAAAA;
}
.color_Red {
	color: #CF0003
}
.color_yellow {
	color: #E5DD00
}
.color_Blue {
	color: #5693FF
}
.color_purple {
	color: #D49CFF
}
.color_White {
	color: #FFFFFF
}
.color_black {
	color: #000000
}
.color_green {
	color: #8DA000
}
.color_orange {
	color: #FF8E00
}
.color_tya {
	color: #9B5600
}
.fontred {
	color: #FF0000;
}
/*◆ヘッダ・ナビ共通＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#headerback {
	background: url(../img/headerback.png) bottom repeat-x;
	text-align: center;
	border-top: #492D15 solid 4px;
	margin-bottom: 20px;
	padding-bottom: 2px;
}
#header {
	max-width: 1030px;
	position: relative;
	margin: 0 auto;
	height: 86px;
}
#header .rogo_l {
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
}
#header .rogo_r {
	position: absolute;
	top: 0;
	right: 0;
	width: 216px;
}
#header p.tagline {
	font-size: 16px;
	color: #472c21;
	padding-top: 15px;
}
#header .telicon,
#header .telbt{
	display: none;
}
#sidebannerfix {
	display: block;
	position: fixed;
	top: 20px;
	right: 0;
	z-index: 50
}
#sidebannerfix img {
	margin-bottom: 10px;
}
#footerbanner {
	display: none;
}

@media only screen and (max-width: 768px) {
#headerback {
	background: none;
	text-align: left;
	border-top: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#header {
	position: inherit;
	margin: 0 auto;
	height: 108px;
}
#header .rogo_l {
	position: fixed;
	top: 4px;
	left: 0;
	width: 145px;
	z-index: 35
}
#header .rogo_r {
	position: fixed;
	top: 4px;
	left: 145px;
	width: 120px;
	z-index: 35
}
#header p.tagline {
	display: none;
}
#header .telicon {
/*	display: block;
	position: fixed;
	top: 9px;
	right: 55px;
	width: 40px;
	z-index: 42;*/
}
#header .telbt{
	display: block;
	position: fixed;
	top:55px;
	width: 100%;
	z-index:55;
	font-size: 0;
	line-height: 0;
}
#header .telbt li{
	display: inline-block;
	width: 50%;
	background: #492D15;
	box-sizing: border-box;
}
#header .telbt li:nth-child(2n){
	border-left:1px solid #86624D;
}
#header .telbt li a{
	display: block;
	font-size: 15px;
	line-height: 55px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#header .telbt li.yahoobanner{
	background: #ff1433;
}
#header .telbt li.yahoobanner a{
	padding:0 8px;
	box-sizing: border-box;
}
#header .telbt li.yahoobanner img{
	margin-right:0;
	width: auto;
}
#header .telbt li img{
	width:25px;
	vertical-align: middle;
	margin-right:10px;
}
#sidebannerfix {
	display: none;
}
#footerbanner {
	display: block;
	position: fixed;
	z-index: 51;
	bottom: 5px;
	left: 5px;
}
}
/*◆トップスライダー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#wide {
	position: relative;
	overflow: hidden;
	background: url(../img/nivoback.png);
	padding: 18px 0 20px 0;
}
#wide2 {
	position: relative;
	overflow: hidden;
}
/*◆index.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*トップバナー3カラム*/

.baner3raw {
	margin: 0 -14px 15px -14px;
}
.baner3raw li {
	width: 33.3%;
	text-align: center;
	float: left;
	margin-bottom: 17px;
	position: relative;
}
/*トップバナー2カラム*/
.baner2raw {
	margin: 0 -15px 15px -15px;
}
.baner2raw li {
	width: 50%;
	text-align: center;
	float: left;
	margin-bottom: 17px;
}

@media only screen and (max-width: 768px) {
.baner3raw {
	margin: 0 10px 15px 10px;
}
.baner3raw li {
	width: 46%;
	padding: 0 2%;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
.baner3raw li.double{
	width:100%;
	padding-right:0;
	padding-left:0;
}
.baner3raw li.double > *{
	float:left;
	width: 46%;
    padding: 0 2%;
    text-align: center;
}
.baner2raw {
	margin: 0 10px 15px 10px;
}
.baner2raw li {
	width: auto;
	text-align: center;
	float: none;
	margin-bottom: 10px;
}
}
/*背景やタイトル*/

.mainback01 {
	background: url(../img/mainback01.png) top center no-repeat;
	background-size: 100%;
}
.mainback01 h2 {
	font-size: 28px;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #472c21;
	border-bottom: #D9C4AF dashed 2px;
	background: url(../img/allow01.png) left center no-repeat;
	padding: 10px 0 2px 40px;
}
.mainback01 h2 span {
	font-size: 14px;
}
.mainback01 h3 {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 12px;
	color: #472c21;
	background: url(../img/allow02.png) left center no-repeat;
	padding: 10px 0 2px 25px;
	font-weight: bold;
}
.mainback01 h3 span {
	font-size: 12px;
	font-weight: normal;
}
.mainback01 a.newcheck {
	float: right;
	font-size: 20px;
	color: #212147;
	margin-top: 8px;
}
.mainback01 p, .inner p {
	margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
.mainback01 h2 {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 15px;
	background: url(../img/allow01.png) left top no-repeat;
	font-weight: bold;
}
.mainback01 h2 span {
	font-size: 12px;
	display: block;
	font-weight: normal;
}
.mainback01 h3 {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 12px;
}
.mainback01 h3 span {
	font-size: 12px;
	font-weight: normal;
}
.mainback01 a.newcheck {
	float: none;
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	display: block;
}
}
/*トップお知らせ*/
.indexnews3raw {
	margin: 0 -14px 15px -14px;
}
.indexnews3raw li {
	width: 33.3%;
	text-align: center;
	float: left;
	margin-bottom: 17px;
}

.indexnews p,
.indexnews .longComment {
	font-size: 12px;
	color: #324887;
	line-height: 1.5em;
	margin: 5px 0;
	text-decoration: underline;
}
span.tag01 {
	font-size: 10px;
	color: #FFFFFF;
	background: #FF3A3A;
	padding: 0 5px;
}
span.tag02 {
	font-size: 10px;
	color: #FFFFFF;
	background: #8C6849;
	padding: 0 5px;
}
span.tag03 {
	font-size: 10px;
	color: #FFFFFF;
	background: #5BB554;
	padding: 0 5px;
}
.indexnews img {
	display: inline-block;
	box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 768px) {
.indexnews3raw {
	margin: 0 10px 15px 10px;
}
.indexnews3raw li {
	width: auto;
	float: none;
	margin-bottom: 17px;
}
}
/*おススメ商品*/
.mainback02 {
	background: url(../img/mainback02.jpg) center;
	background-size: auto 100%;
	padding: 30px 24px 40px;
}
.mainback02 h2, .mainback02 a, .mainback02 a.newcheck {
	color: #FFFFFF
}
.mainback02 .slide {
	font-size: 16px;
	line-height: 1.6em;
}

@media only screen and (max-width: 768px) {
.mainback02 .slide {
	font-size: 12px;
}
}
/*SNSボックス*/
.snsBox {
	max-width: 506px;
	background: url(../img/sns_back.png) no-repeat;
	background-size: 100% 100%;
	margin: auto;
	padding: 25px 0;
}
.video {
	position: relative;
	width: 92%;
	padding-top: 56.25%;
	margin: auto;
}
.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/*店舗紹介*/


/*◆装飾系＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*マージン系*/
.margin_b20 {
	margin: 0 0 20px 0;
}
.margin_b30 {
	margin: 0 0 30px 0;
}
.margin_t_b20 {
	margin: 20px 0;
}
.margin_t_b30 {
	margin: 30px 0;
}
/*ボックスシャドー*/
.box_shadow01 {
	padding: 1em 1em;
	margin: 1em 1em;
	color: #5d627b;
	background: white;
	border-top: solid 5px #5d627b;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box_shadow01 p {
}
/*テキストボタン*/
.square_btn {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	background: #BA9F6A;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #BA9F6A;
	border: dashed 1px #FFF;
	margin-bottom: 10px;
	font-size: 14px;
}
.square_btn:hover {
	border: dotted 1px #FFF;
	background: #CDB992;
	box-shadow: 0px 0px 0px 5px #CDB992;
}
/*画像バナー*/
.baner3raw li span {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	line-height: 1.6em;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
}
figure:hover+span {
	bottom: -20px;
	opacity: 1;
	z-index: 40;
	background: rgba(120,86,62,0.87);
	border-radius: 10px;
}
/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.39);
}
.display-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.table_cell70 {
	display: table-cell;
	width: 66%;
	padding: 0 2%;
	text-align: left;
	vertical-align: top;
}
.table_cell65 {
	display: table-cell;
	width: 58%;
	padding: 0 2%;
	text-align: left;
	vertical-align: top;
}
.table_cell60 {
	display: table-cell;
	width: 56%;
	padding: 0 2%;
	text-align: left;
	vertical-align: top;
}
.table_cell50 {
	display: table-cell;
	width: 46%;
	padding: 0 2%;
	text-align: left;
	vertical-align: top;
}
.table_cell40 {
	display: table-cell;
	width: 36%;
	padding: 0 2%;
	text-align: left;
	vertical-align: top;
}
.table_cell35 {
	display: table-cell;
	width: 30%;
	padding: 0 2%;
	text-align: left;
	vertical-align: top;
}
.table_cell30 {
	display: table-cell;
	width: 26%;
	padding: 0 2%;
	text-align: left;
	vertical-align: top;
}
.table_cell20 {
	display: table-cell;
	width: 16%;
	padding: 0 2%;
	text-align: left;
	vertical-align: top;
}
.rtl {
	direction: rtl
}
.rtr {
	direction: ltr
}

@media only screen and (max-width: 768px) {
.display-table {
	display: block;
	margin: 0 10px 15px 10px;
	width: auto;
}
.table_cell70, .table_cell65, .table_cell50, .table_cell35, .table_cell30, .table_cell20 {
	display: block;
	width: auto;
	padding: 8px;
	text-align: left;
}
.rtl {
	direction: inherit
}
.rtr {
	direction: inherit
}
.baner3raw li span {
	font-size: 12px;
}
}
/*要素全体をリンク*/
.all_link {
	position: relative;
	background: rgba(255,255,255,0.7);
}
.all_link a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
/* 以下マウスを載せたときのスタイル */
.all_link a:hover {
	text-decoration: none;
	opacity: 0.20;  /* 要素を透明にするタグ */
	background-color: #FFFD00
}
/*◆フッタ・ナビ共通＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footerNavback {
	background: url(../img/headerback.png) repeat-x;
	padding: 5px 0;
	text-align: center;
}
#footerNav {
	width: 100%;
	height: 38px;
}
#footerNav ul {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 38px;
}
#footerNav ul li {
	height: 38px;
	float: left;
	width: 14%;
	text-align: center;
	border-right: #472c21 dotted 1px;
}
#footerNav ul li:last-child {
	border-right: none;
}
#footerNav ul li a {
	height: 38px;
	line-height: 38px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
	color: #472c21;
	text-decoration: none;
	font-size: 16px;
}
#footerNav ul li a:hover, #footerNav ul li a.current, #footerNav ul li a.parentsLink {
	background-color: rgba(231,224,216,1.00);
}
/*ホームカレント処理ここから*/
#footerNav ul li.homeon a.parentsLink {
	background: none;
}
#footerNav ul li.homeon a:hover {
	background-color: rgba(231,224,216,1.00);
}

/*ここまで*/


@media only screen and (max-width: 768px) {
#footerNavback {
	background: none;
	padding: 5px 0;
	text-align: center;
}
#footerNav {
	height: auto;
}
#footerNav ul {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: auto;
}
#footerNav ul li {
	height: 30px;
	float: none;
	width: 100%;
	text-align: center;
	border-right: none;
	border-bottom: #CCC solid 1px;
	border-top: #FFFFFF solid 1px;
}
#footerNav ul li:last-child {
	border-right: none;
}
#footerNav ul li a {
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
	color: #472c21;
	text-decoration: none;
	font-size: 14px;
	background-color: #EEEEEE;
}
#footerNav ul li a:hover, #footerNav ul li a.current, #footerNav ul li a.parentsLink {
	background: rgba(231,224,216,1.00)
}
}
#footerback {
	background: url(../img/headerback.png) repeat-x;
	padding: 30px 10px;
}
#footerback .display-table {
	font-size: 12px;
	line-height: 1.4em;
	width: 620px;
	margin-right:auto;
	margin-left:auto;
	font-size:13px;
}
#footerback .display-table .display-table{
	width: 100%;
}
#footerback .display-table img {
	margin: 20px 0;
}
#footerback .n_map_cell {
	display: table-cell;
	width: 48%;
	vertical-align: bottom;
}
#footerback .n_logo_cell {
	display: table-cell;
	width: 52%;
	vertical-align: bottom;
	text-align: right;
}
#footerback .c_map_cell {
	display: table-cell;
	width: 48%;
	vertical-align: bottom;
}
#footerback .c_logo_cell {
	display: table-cell;
	width: 52%;
	vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
#footerback {
	background: url(../img/headerback.png) repeat-x;
	padding: 30px 10px;
}
#footerback .display-table {
	font-size: 12px;
	line-height: 1.4em;
}
#footerback .display-table{
	width: 100%;
}
#footerback .display-table img {
	display: block;
	margin: 20px auto;
}
#footerback .n_map_cell {
	display: block;
	width: auto;
	border-bottom: rgba(215,215,215,1.00) solid 1px;
}
#footerback .n_logo_cell {
	display: block;
	width: auto;
	text-align: left;
}
#footerback .c_map_cell {
	display: block;
	width: auto;
}
#footerback .c_logo_cell {
	display: block;
	width: auto;
}
}
#copy {
	background: url(../img/copyback.png);
	text-align: center;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
/*PegeTop-------------------------------------*/

/*ページトップCSS*/

/*ページトップ*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	margin-right: 0px;
	z-index: 40;
}

@media only screen and (max-width: 768px) {
#page-top {
	bottom: -30px;
	right: 50%;
	margin-right: -40px;
}
}
#page-top a {
	text-align: center;
	display: block;
	font-size: 10px;
	color: #FFF;
}
#page-top a:focus {
	outline: none;
}
#page-top a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all .6s;
	transition: all .6s;
}
/* ====================================================
         btn04
   ==================================================== */
.btn04 {
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 10;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.btn04::before {
	content: '';
	background-color: #333;
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: -1;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #333, 0 0 0 0 #555;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.btn04:hover::before {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	box-shadow: 0 0 0 25px #fff, 0 0 0 27px #333;
}
/*◆ここから階層ページ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*パンくずリスト-------------*/
.pankuzuback {
	background: url(../img/nivoback.png);
	padding: 3px 10px;
	font-size: 12px;
	color: #FFFFFF;
}
.pankuzuback a {
	color: #F0FF00;
}
/*サブメニュー4カラム-------------*/
.p_submenu {
	border-bottom: rgba(205,185,146,1.00) dashed 2px;
	border-top: rgba(205,185,146,1.00) dashed 2px;
	padding: 0px 10px;
	margin-top: 15px;
}
.p_submenu li {
	float: left;
}
.p_submenu .p_G4 li {
	width: 25%;
}
.p_submenu a {
	color: #472c21;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
	background: url(../img/allow01.png) center left no-repeat;
	background-size: 25px;
	padding-left: 30px;
	display: block;
}
.p_submenu a span {
	font-size: 12px;
	font-weight: normal;
}
.p_submenu a:hover {
	color: #CDB992;
}
.p_submenu a.current, .p_submenu a.parentsLink {
	background: #EFE0C2 url(../img/allow01.png) center left no-repeat;
	background-size: 25px;
}
/*サブメニュー5カラム-------------*/
.p_submenu5 {
	border-bottom: rgba(205,185,146,1.00) dashed 2px;
	padding: 0px 10px;
	margin-top: 0px;
}
.p_submenu5 li {
	float: left;
}
.p_submenu5 .p_G5 li {
	width: 20%;
}
.p_submenu5 a {
	color: #472c21;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
	padding-left: 30px;
	background: url(../img/allow02.png) center left no-repeat;
	background-size: 18px;
	display: block;
}
.p_submenu5 a span {
	font-size: 12px;
	font-weight: normal;
}
.p_submenu5 a:hover {
	color: #CDB992;
}
.p_submenu5 a.current, .p_submenu5 a.parentsLink {
	background: #EFE0C2 url(../img/allow02.png) center left no-repeat;
	background-size: 18px;
}
/*ボーダー-------------*/
.p_border_d {
	border-bottom: rgba(205,185,146,1.00) dashed 2px;
}
.p_border_t {
	border-top: rgba(205,185,146,1.00) dashed 2px;
}
.p_border_t_b {
	border-bottom: rgba(205,185,146,1.00) dashed 2px;
	border-top: rgba(205,185,146,1.00) dashed 2px;
}

@media only screen and (max-width: 768px) {
.pankuzuback {
	padding: 0px 10px;
	font-size: 10px;
}
.p_submenu {
	padding: 10px 5px;
	margin-top: 15px;
}
.p_submenu li {
	float: left;
}
.p_submenu .p_G4 li {
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
}
.p_submenu a {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8em;
}
.p_submenu a span {
	font-size: 10px;
	font-weight: normal;
}
.p_submenu5 .p_G5 li {
	width: 33%;
	white-space: nowrap;
	overflow: hidden;
}
.p_submenu5 a {
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
}
.p_submenu5 a span {
	font-size: 10px;
	font-weight: normal;
}
}
/*タイトルリスト-------------*/
h2.p_h2title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 10px;
	background: url(../img/h2back.png) top center no-repeat;
}
h2.p_h2title span {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
h3.p_h3title {
	font-size: 28px;
	padding: 0.6em;/*文字周りの余白*/
	display: block;/*おまじない*/
	line-height: 1.3;/*行高*/
	background: rgba(237,227,185,1.00);/*背景色*/
	vertical-align: middle;/*上下中央*/
	border-radius: 35px;/*左側の角を丸く*/
	border: #FFFFFF dotted 2px;
	text-shadow: #FFF -1px -2px 0px;
}
.p_h3title span {
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
	margin-right: 10px;
}
h3.p_h3title:before {
	content: '●';
	color: white;
	margin-right: 8px;
}
h4.p_h4title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: rgba(205,185,146,1.00) dotted 1px;
}
h3.p_h4title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: rgba(205,185,146,1.00) dotted 2px;
	line-height: 2em
}
ol.list_style {
	margin-left: 40px;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 35px;
}
ol.list_style li {
	list-style: decimal;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
h2.p_h2title {
	font-size: 24px;
	padding: 20px 0 10px;
}
h2.p_h2title span {
	font-size: 11px;
	margin-top: 5px;
}
h3.p_h3title {
	font-size: 18px;
	text-align: center;
}
.p_h3title span {
	font-size: 14px;
	display: block;
}
h3.p_h3title:before {
	content: '';
	margin-right: 0px;
}
h4.p_h4title, h3.p_h4title {
	font-size: 16px;
	font-weight: bold;
}
ol.list_style {
	margin-left: 5px;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 25px;
}
ol.list_style li {
	list-style: decimal;
	margin-bottom: 15px;
}
}
/*階層／新着情報/////////////////////////////////*/
#news .p_WhiteBox {
	background: rgba(255,255,255,0.8);
	border: rgba(184,161,138,0.70) dashed 1px;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 8px;
	padding: 15px;
}
#news .p_WhiteBox .p_txtBox {
	margin: 30px;
}
.p_6raw {
	margin: 0 -14px 15px -14px;
}
.p_6raw ul {
	border-left: #CCC dotted 1px;
}
.p_6raw ul li {
	width: 14.5%;
	padding: 1.0%;
	float: left;
	margin-bottom: 10px;
	border-bottom: #CCC dotted 1px;
	border-right: #CCC dotted 1px;
}
.p_6raw ul li a {
	text-decoration: none;
}
.p_day {
	color: #9A6B78;
	background: #FFFFFF;
	font-weight: bold;
}

#news h3 .tag {
	float: right;
	color: #fff;
	text-shadow: 0 0 0;
	font-weight: normal;
}


@media only screen and (max-width: 768px) {
.p_6raw {
	margin: 0 10px 15px 10px;
}
.p_6raw ul li {
	width: 31%;
	padding: 1.0%;
}
.p_WhiteBox .p_txtBox {
	margin: 15px;
}
}
/*階層／西田の想い/////////////////////////////////*/
#concept .p_WhiteBox {
	padding: 0 15px 0;
}
/*階層／スタッフ紹介/////////////////////////////////*/
.p_staff_2li {
	margin: 20px -18px 30px -18px;
}
.p_staff_2li li {
	width: 42%;
	margin: 15px 1.9%;
	padding: 20px 2%;
	float: left;
	border: rgba(205,185,146,1.00) solid 1px;
	display: block;
	background: #FFFFFF;
}
.p_staff_2li h3 {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 12px;
	color: #472c21;
	background: url(../img/allow02.png) left center no-repeat;
	padding: 0px 0 2px 25px;
	font-weight: bold;
}
.p_staff_2li h3 span {
	font-size: 12px;
	font-weight: normal;
}
.p_staff_2li li .table_cell50 {
	vertical-align: bottom;
}
#staff p {
	margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
.p_staff_2li {
	margin: 15px 0px 15px 0px;
}
.p_staff_2li li {
	width: auto;
	margin: 15px 1.9%;
	padding: 20px 2%;
	float: none;
	border: rgba(205,185,146,1.00) solid 1px;
	display: block;
	background: #FFFFFF;
}
.p_staff_2li h3 {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 12px;
	color: #472c21;
	background: url(../img/allow02.png) left center no-repeat;
	padding: 0px 0 2px 25px;
	font-weight: bold;
}
.p_staff_2li h3 span {
	font-size: 12px;
	font-weight: normal;
}
.p_staff_2li li .table_cell50 {
	vertical-align: bottom;
}
#staff p {
	margin-bottom: 1em;
}
}
/*階層／取扱い商品/////////////////////////////////*/
#item .p_submenu {
	border-bottom: rgba(205,185,146,1.00) dashed 2px;
	border-top: none;
	padding: 0px 10px;
	margin-top: 1px;
}
#item2 .p_submenu {
	border-bottom: rgba(205,185,146,1.00) dashed 2px;
	border-top: rgba(205,185,146,1.00) dashed 2px;
	padding: 0px 10px 0;
	margin-top: 0px;
}
.p_item_3liw {
	margin: 20px -10px 30px -8px;
}
.p_item_3liw li {
	width: 28%;
	margin: 7px 0.65%;
	padding: 20px 1.9%;
	float: left;
	border: rgba(205,185,146,1.00) solid 1px;
	display: block;
	background: #FFFFFF;
	border-radius: 5px;
}
.p_item_3liw li h4 {
	margin-top: 15px;
	font-size: 26px;
}
.p_item_3liw li h4 span {
	font-size: 14px;
}
.p_item_3liw li img {
	max-height: 220px;
}
.p_item_3liw li a {
	display: block;
}
/*<!--第2階層-->*/
.p_itemtitle {
	max-width: 1230px;
	position: relative;
	margin: 5px auto;
}
.p_itemtitle .p_h3item {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0px;
	background: rgba(0,0,0,0.6);
	padding: 15px 0 5px;
}
.p_itemtitle .p_h3item h3 {
	color: #FFFFFF;
	font-size: 46px;
	line-height: 1.1em;
	font-weight: bold;
}
.p_itemtitle .p_h3item h3 span {
	font-size: 16px;
}
.p_item_3lin {
	margin: 20px -10px 30px -10px;
}
.p_item_3lin li {
	width: 31%;
	margin: 0px 1% 10px;
	padding: 20px 0%;
	float: left;
	display: block;
	text-align: center;
}
.p_item_3lin li h4 {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4em;
}
.p_item_3lin li img {
	max-height: 250px;
}
.p_item_3lin li a {
	display: block;
	color: rgba(71,44,33,1.00);
	text-decoration: none;
}
.p_item_2liw {
	margin: 20px -10px 30px -10px;
}
.p_item_2liw li {
	width: 45.5%;
	margin: 8px 1% 10px;
	padding: 20px 1%;
	float: left;
	border: rgba(205,185,146,1.00) solid 1px;
	display: block;
	background: #FFFFFF url(../img/check.png) right bottom no-repeat;
	border-radius: 5px;
}
.p_item_2liw li h4 {
	margin-top: 3px;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	border-left: rgba(186,159,106,1.00) solid 5px;
	padding-left: 5px;
	margin-bottom: 8px;
}
.p_item_2liw li img {
	max-height: 250px;
}
.p_item_2liw li a {
	display: block;
	color: rgba(71,44,33,1.00);
	text-decoration: none;
}
.p_item_2liw li p {
	color: rgba(193,108,0,1.00);
	font-size: 14px;
}
/*<!--第3階層-->*/
.p_dtlBox {
	margin: 20px -10px 10px -10px;
}
.p_dtlBox li {
	width: 45.5%;
	margin: 8px 1% 10px;
	padding: 20px 1%;
	float: left;
	display: block;
}
.p_dtlBox li .price {
	font-size: 16px;
	color: rgba(193,108,0,1.00);
	border-bottom: rgba(205,185,146,1.00) dotted 1px;
	margin: 0 0 15px 0;
	font-weight: bold;
}
.p_dtlBox li p {
	margin-bottom: 7px;
}

@media only screen and (max-width: 768px) {
.p_item_3liw li {
	width: 44%;
	margin: 7px 1.5%;
	padding: 20px 1%;
	float: left;
	border: rgba(205,185,146,1.00) solid 1px;
	display: block;
	background: #FFFFFF;
	border-radius: 5px;
}
.p_item_3liw li img {
	max-height: 120px;
}
.p_item_3liw li h4 {
	margin-top: 15px;
	font-size: 16px;
}
.p_item_3liw li h4 span {
	font-size: 10px;
}
.p_itemtitle .p_h3item {
	padding: 10px 0 2px;
}
.p_itemtitle .p_h3item h3 {
	font-size: 26px;
	line-height: 1.1em;
	font-weight: bold;
}
.p_itemtitle .p_h3item h3 span {
	font-size: 16px;
}
/*<!--第2階層-->*/
.p_item_2liw {
	margin: 20px 0px 30px 0px;
}
.p_item_2liw li {
	width: auto;
	margin: 8px 3% 10px;
	padding: 15px 0% 5px;
	float: none;
	border: rgba(205,185,146,1.00) solid 1px;
	display: block;
}
.p_item_2liw li h4 {
	margin-top: 3px;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	border-left: rgba(186,159,106,1.00) solid 5px;
	padding-left: 5px;
	margin-bottom: 8px;
}
.p_item_2liw li p {
	color: rgba(193,108,0,1.00);
	font-size: 12px;
	line-height: 1.4em;
}
/*<!--第3階層-->*/
.p_dtlBox {
	margin: 10px 15px 10px 15px;
}
.p_dtlBox li {
	width: auto;
	margin: 8px 0 5px;
	padding: 5px 0;
	float: none;
	display: block;
}
.p_dtlBox li .price {
	font-size: 14px;
	font-weight: bold;
}
.p_dtlBox li p {
	margin-bottom: 5px;
}
}
/*階層／絣shop西田店舗案内/////////////////////////////////////////////////////////////*/
.slider4 {
	overflow: hidden;
	height: 240px;
}
.slider4 li img {
	border-radius: 50px;
	border: #FFFFFF solid 3px;
}
.rasinbanback {
	background: url(../shop/img/nivoback.png);
	padding: 25px 0;
}
.rasinbanback p {
	margin-bottom: 15px;
}
#shop dl dt {
	font-weight: bold;
}
#shop dl dd {
	font-size: 80%;
	margin-bottom: 12px;
	margin-left: 20px;
}
#kasuri p {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#kasuri h3 {
	font-size: 30px;
	line-height: 1.4em;
	margin: 0 0 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
#shop .font_26 {
	font-size: 16px;
	margin-bottom: 15px;
}
#shop .baner2raw {
	margin: 0
}
#shop .display-table {
	margin: 0
}
#shop .font_16 {
	font-size: 14px;
}
.rasinbanback {
	padding: 20px 0;
}
.rasinbanback p {
	margin-bottom: 15px;
	font-size: 14px;
}
#shop dl dt {
	font-weight: bold;
	font-size: 14px;
}
#shop dl dd {
	font-size: 12px;
	margin-bottom: 6px;
	margin-left: 20px;
}
#shop .sp_center { text-align:center;}

#kasuri p {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#kasuri h3 {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
}
/*階層／cafe自分発芽/////////////////////////////////////////////////////////////*/
#cafeslider .slider3 {
	max-height: 320px;
	overflow: hidden;
}
#cafe .p_WhiteBox, #cafe2 .p_WhiteBox {
	background: rgba(205,185,146,0.2);
	border: rgba(184,161,138,0.70) dashed 1px;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 8px;
	padding: 15px;
	margin-bottom: 40px;
}
#cafe h3.p_h3title, #cafe2 h3.p_h3title {
	background: rgba(255,255,255,0.80);/*背景色*/
	border: rgba(205,185,146,0.2) dotted 2px;
	text-shadow: #CCC -1px -2px 5px;
	margin-bottom: 25px;
}
#cafe .p_h3title span {
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
	margin-right: 10px;
}
#cafe h3.p_h3title:before {
	content: '●';
	color: rgba(249,71,74,1.00);
	margin-right: 8px;
}
#cafe .p_txtBox {
	margin: 25px 0;
}
#cafe .baner2raw li img {
	max-width: 95%;
	border-radius: 5px;
}
#cafe2 .display-table {
	margin: 25px 0px;
	border-bottom: rgba(205,185,146,1.00) dashed 2px;
	padding-bottom: 25px;
}
#cafe2 .display-table img {
	padding: 5px;
	background-color: #FFFFFF;
	border-radius: 10px;
}
#cafe2 .display-table p {
	font-size: 80%;
	margin-bottom: 5px;
	line-height: 1.4em;
}
#cafe2 .display-table h3 {
	background: rgba(205,185,146,0.30);
	padding: 5px 15px 0px 15px;
	border-radius: 5px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#cafe2 .display-table h4 {
	font-size: 85%;
	margin-bottom: 5px;
	color: rgba(193,108,0,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#cafe2 h3.p_h3title:before, #cafe2 .display-table h4:before {
	content: '◆';
	color: rgba(198,30,0,0.60);
	margin-right: 8px;
}

@media only screen and (max-width: 768px) {
#cafe2 .p_WhiteBox {
	padding: 15px 8px;
	margin-bottom: 30px;
}
}
/*階層／つぎはぎ通信/////////////////////////////////*/
#tugihagi .p_txtBox h4 {
	margin-bottom: 0.5em;
	font-weight: bold;
}
#tugihagi .p_txtBox p {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.6em;
}
#tugihagi .p_WhiteBox {
	background: rgba(205,185,146,0.40);
	border: rgba(255,255,255,0.70) dashed 2px;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 8px;
	padding: 15px;
}
#tugihagi .p_WhiteBox .p_txtBox {
	margin: 30px;
}
#tugihagi .p_WhiteBox .p_h3title {
	margin-bottom: 15px;
	background-color: rgba(255,255,255,0.4);
}


#tugihagi .button {
border:1px solid #CE9A01;-webkit-box-shadow: #FFF563 0px 1px 0px inset;-moz-box-shadow: #FFF563 0px 1px 0px inset; box-shadow: #FFF563 0px 1px 0px inset; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-family:arial, helvetica, sans-serif; padding: 7px 14px 7px 14px; text-decoration:none; display:inline-block;text-shadow: 0px 1px 0 rgba(255,255,255,0.44);font-weight:bold; color: #63460C;
 background-color: #FFD65E; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD65E), to(#FEBF04));
 background-image: -webkit-linear-gradient(top, #FFD65E, #FEBF04);
 background-image: -moz-linear-gradient(top, #FFD65E, #FEBF04);
 background-image: -ms-linear-gradient(top, #FFD65E, #FEBF04);
 background-image: -o-linear-gradient(top, #FFD65E, #FEBF04);
 background-image: linear-gradient(to bottom, #FFD65E, #FEBF04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFD65E, endColorstr=#FEBF04);
 font-size: 120%;
 line-height: 2.4em;
}

#tugihagi .button:hover{
 border:1px solid #CE9A01;
 background-color: #FFC92B; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC92B), to(#CE9A01));
 background-image: -webkit-linear-gradient(top, #FFC92B, #CE9A01);
 background-image: -moz-linear-gradient(top, #FFC92B, #CE9A01);
 background-image: -ms-linear-gradient(top, #FFC92B, #CE9A01);
 background-image: -o-linear-gradient(top, #FFC92B, #CE9A01);
 background-image: linear-gradient(to bottom, #FFC92B, #CE9A01);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFC92B, endColorstr=#CE9A01);
}

@media only screen and (max-width: 768px) {
	#tugihagi .button {
	 font-size: 120%;
	 line-height: 1.2em;
	}
}

ul.tsugihagi_list li {
	border-bottom: 1px dotted #ccc;
}

ul.tsugihagi_list li a {
	display: block;
	line-height: 2.5em;
	text-decoration: none;
	font-size: 110%;
	color: #472c21;
	padding: 0 0.5em;
}

ul.tsugihagi_list li a:hover {
	background: #ffe187;
}

/*階層／知らなきゃ損する豆知識/////////////////////////////////*/

#topic .p_WhiteBox {
	background: rgba(205,185,146,0.20);
	border: rgba(255,255,255,0.70) dashed 2px;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 8px;
	padding: 15px;
	margin-bottom: 30px;
}
#topic .p_WhiteBox .p_h3title {
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.4);
}
#topic .p_WhiteBox .p_txtBox {
	margin: 30px;
}
#topic .p_WhiteBox .p_txtBox h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	background: rgba(255,255,255,0.44);
	line-height: 2em;
	border-top: #FFFFFF solid 2px;
	border-left: rgba(195,143,59,1.00) solid 5px;
}
#topic .p_WhiteBox .p_txtBox dl {
	margin-bottom: 30;
	line-height: 1.8em;
}
#topic .p_WhiteBox .p_txtBox dt {
	font-weight: bold;
	color: rgba(199,61,0,1.00);
	font-size: 16px;
	margin-bottom: 5px;
}
#topic .p_WhiteBox .p_txtBox dd {
	margin-bottom: 20px;
	margin-left: 25px;
}
#topic .p_WhiteBox .p_txtBox h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 18px 0;
}
#topic .p_WhiteBox .p_txtBox p {
	margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
#topic .p_WhiteBox .p_txtBox h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1.6em;
}
#topic .p_WhiteBox .p_txtBox h5 {
	font-size: 14px;
	margin: 12px 0;
}
#topic .p_WhiteBox .p_txtBox {
	margin: 15px 5px;
}
#topic .p_WhiteBox .p_txtBox dd {
	margin-left: 12px;
}
}
/*階層／メディアに掲載されました。/////////////////////////////////*/
#media .p_WhiteBox {
	background: rgba(212,227,180,0.74);
	border: rgba(255,255,255,0.70) dashed 1px;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 8px;
	padding: 15px;
}
#media .p_WhiteBox .p_txtBox {
	margin: 30px;
}
#media .p_WhiteBox .p_h3title {
	margin-bottom: 15px;
	background-color: rgba(255,255,255,0.4);
}
#media .p_WhiteBox img {
	margin-bottom: 30px;
}
/*階層／新聞折込チラシ/////////////////////////////////*/
#flier .p_WhiteBox {
	background: rgba(255,255,240,0.3);
	border: rgba(184,161,138,0.70) dashed 1px;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 8px;
	padding: 15px;
}
#flier .display-table {
	margin: 25px 0;
}
#flier p {
	margin: 1.5em 0;
	font-size: 16px;
	color: rgba(159,69,22,1.00);
}
.p_4raw {
	margin: 0 -5px 15px -5px;
}
.p_4raw ul {
	border-left: #CCC dotted 1px;
}
.p_4raw ul li {
	width: 22.8%;
	padding: 1.0%;
	float: left;
	margin-bottom: 10px;
	border-bottom: #CCC dotted 1px;
	border-right: #CCC dotted 1px;
}
.p_4raw ul li a {
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
#flier .display-table {
	margin: 15px 0;
}
#flier p {
	margin: 1.2em 0;
	font-size: 14px;
}
.p_4raw {
	margin: 0 10px 15px 10px;
}
.p_4raw ul {
	border-left: #CCC dotted 1px;
}
.p_4raw ul li {
	width: 45.6%;
	padding: 2.0%;
	float: left;
	margin-bottom: 10px;
	border-bottom: #CCC dotted 1px;
	border-right: #CCC dotted 1px;
}
}
/*階層／ラジオ/////////////////////////////////*/
#radio .p_WhiteBox {
	background: rgba(205,185,146,0.20);
	border: rgba(255,255,255,0.70) dashed 2px;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 8px;
	padding: 15px;
	margin-bottom: 30px;
}
#radio .p_WhiteBox .p_h3title {
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.6);
	color: #936C6D;
}
#radio h3.p_h3title:before {
	content: '●';
	color: white;
	color: #FD7E00;
	margin-right: 8px;
}

@media only screen and (max-width: 768px) {
#radio .display-table {
	margin: 10px 0;
}
}
/*階層／お問い合わせ/////////////////////////////////*/
#contact .p_WhiteBox {
	background: none;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 8px;
	padding: 15px 30px;
}
#contact .p_WhiteBox p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 1.2em;
}
table.mailform {
	font-size: 16px;
	margin-bottom: 30px;
	border-top: rgba(205,185,146,1.00) dotted 1px;
}

table.mailform * {
	box-sizing: border-box;
}

table.mailform th {
	background-color: rgba(205,185,146,0.40);
	padding: 20px;
	vertical-align: middle;
	border-bottom: #FFFFFF solid 1px;
}
table.mailform td {
	padding: 20px;
	vertical-align: middle;
	border-bottom: rgba(205,185,146,1.00) dotted 1px;
}
#contact .p_h3title {
	margin: 40px 0;
}
#contact .button {
	display : inline-block;
	border-radius : 5%;          /* 角丸       */
	font-size : 11pt;        /* 文字サイズ */
	text-align : center;      /* 文字位置   */
	cursor : pointer;     /* カーソル   */
	padding : 12px 37px;   /* 余白       */
	background : #7f4600;     /* 背景色     */
	color : #ffffff;     /* 文字色     */
	line-height : 1em;         /* 1行の高さ  */
	transition : .3s;         /* なめらか変化 */
	box-shadow : 1px 1px 3px #666666;  /* 影の設定 */
	border : 2px solid #7f4600;    /* 枠の指定 */
}
#contact .button:hover {
	box-shadow : none;        /* カーソル時の影消去 */
	color : #7f4600;     /* 背景色     */
	background : #ffffff;     /* 文字色     */
}

#contact input,
#contact textarea {
	font-size:100%;
}


@media only screen and (max-width: 768px) {
#contact .p_WhiteBox {
	padding: 15px 10px;
}
#contact .p_WhiteBox p {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}
table.mailform {
	font-size: 14px;
	margin-bottom: 20px;
/*	display: block; */
	width: 100%;
}
table.mailform th {
	background-color: rgba(205,185,146,0.40);
	padding: 5px 10px;
	vertical-align: middle;
	border-bottom: #FFFFFF solid 1px;
	display: block;
	width: auto;
}
table.mailform td {
	padding: 10px 10px 20px;
	vertical-align: middle;
	border-bottom: rgba(205,185,146,1.00) dotted 1px;
	display: block;
	width: auto;
}
table.mailform input, table.mailform textarea {
	width: 100%;
}
}
/*階層／グーグルマップ/////////////////////////////////*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pager {
	margin:10px 0;
	font-size: 120%;
	background: #E9DFD1;
	padding: 10px;
	border-radius:4px;
	box-shadow: 0 0 4px #b5a898;
}

.pager select {
	font-size: 100%;
}

.noData { color: #ef0000; padding: 1em; }