@charset "utf-8";

/*
---------------------------------------
reset
---------------------------------------
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	width: 100%;
	overflow-y: scroll;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.8;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	letter-spacing: 0px;
	color: #333;
	min-width: 1180px;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol,
ul {
	list-style: none;
}

ol.clearfix li,
ul.clearfix li {
	float: left;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	font-weight: normal;
}

caption,
th {
	text-align: left;
}

a:focus {
	outline: none;
}

p,
dd,
li,
address {
	color: #222;
	font-style: normal;
}

#wrapper {
	font-size: 92%;
}

a:hover img,
input[type="submit"]:hover,
button:hover {
	filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7; /* khtml, old safari */
	-moz-opacity: 0.7; /* mozilla, netscape */
	opacity: 0.7; /* fx, safari, opera */
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.noalpha a:hover img {
	filter: alpha(opacity=100) !important; /* internet explorer */
	-khtml-opacity: 1 !important; /* khtml, old safari */
	-moz-opacity: 1 !important; /* mozilla, netscape */
	opacity: 1 !important; /* fx, safari, opera */
}

.btn a:hover img {
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

.nobld {
	font-weight: normal;
}

.strike {
	text-decoration: line-through;
}

.underline {
	text-decoration: underline;
}

p.indent,
.indent li {
	text-indent: -1em;
	padding-left: 1em;
}

.nobdr {
	border: none !important;
}

.nobk {
	background: none !important;
}

/*
---------------------------------------
link
---------------------------------------
*/

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

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

a:hover {
	color: #333;
	text-decoration: none;
}

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

.btn {
	text-align: center;
}

.btn a {
	display: block;
	background: #fff url(../img/common/ico_arw_btn_off.png) 95% center no-repeat;
	border: solid 1px #98b3a2;
	text-align: center;
	color: #316745;
	white-space: nowrap;
	position: relative;
	transition: all 0.4s;
	margin: 0 auto;
	font-size: 14px;
	line-height: 2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

.btn a:hover {
	color: #fff;
	background: #98b3a2 url(../img/common/ico_arw_btn_on.png) 95% center no-repeat;
}

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

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear,
.both {
	clear: both;
}

*:first-child + html .clearfix {
	zoom: 1;
} /* IE7 */

.bold {
	font-weight: bold;
}

.dbl img {
	display: block;
}

/*
---------------------------------------
fontsize
---------------------------------------
*/

.font9 {
	font-size: 74% !important;
}

.font10 {
	font-size: 83% !important;
}

.font11 {
	font-size: 91% !important;
}

.font12 {
	font-size: 100% !important;
}

.font13 {
	font-size: 108%;
}

.font14 {
	font-size: 117%;
}

.font15 {
	font-size: 125%;
}

.font16 {
	font-size: 133%;
}

.font17 {
	font-size: 142%;
}

.font18 {
	font-size: 150%;
}

.font19 {
	font-size: 158%;
}

.font20 {
	font-size: 166%;
}

.font21 {
	font-size: 174%;
}

/*
---------------------------------------
table
---------------------------------------
*/

table {
	width: 100%;
	margin: 18px auto;
}

table th,
table td {
	font-size: 125%;
	vertical-align: middle;
	padding: 12px 30px 11px 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table th {
	background: #f2f2f2;
	font-weight: bold;
}

table th img {
	float: right;
}

table td {
	background: #fff;
}

table td p {
	margin: 0 !important;
	line-height: 1.4;
	color: #ed709f;
	font-size: 13px;
}

table td li {
	line-height: 1.6;
	margin: 12px 0;
}

table td input {
	vertical-align: middle;
}

table td .clearfix li {
	margin: 0 15px 0 0;
}

/*
---------------------------------------
text_align
---------------------------------------
*/

.alnL {
	text-align: left !important;
}

.alnC {
	text-align: center !important;
}

.alnR {
	text-align: right !important;
}

/*
---------------------------------------
float
---------------------------------------
*/

.fL {
	float: left !important;
}

.fR {
	float: right !important;
}

/*
---------------------------------------
margin_top
---------------------------------------
*/

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

/*
---------------------------------------
margin_bottom
---------------------------------------
*/

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb400 {
	margin-bottom: 400px !important;
}

/*
---------------------------------------
margin_left
---------------------------------------
*/

.ml0 {
	margin-left: 0 !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.ml50 {
	margin-left: 50px !important;
}

/*
---------------------------------------
margin_right
---------------------------------------
*/

.mr0 {
	margin-right: 0 !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mr50 {
	margin-right: 50px !important;
}

/*
---------------------------------------
padding_top
---------------------------------------
*/

.pt0 {
	padding-top: 0 !important;
}

.pt5 {
	padding-top: 5px !important;
}

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

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

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

.pt25 {
	padding-top: 25px !important;
}

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

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt100 {
	padding-top: 100px !important;
}

/*
---------------------------------------
padding_bottom
---------------------------------------
*/

.pb0 {
	padding-bottom: 0 !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

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

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb800 {
	padding-bottom: 800px !important;
}

/*
---------------------------------------
padding_left
---------------------------------------
*/

.pl0 {
	padding-left: 0 !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.pl50 {
	padding-left: 50px !important;
}

/*
---------------------------------------
padding_right
---------------------------------------
*/

.pr0 {
	padding-right: 0 !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pr50 {
	padding-right: 50px !important;
}

/*
---------------------------------------
h1-h6
---------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	font-weight: normal;
}

/*
------------------------------------------------------------------------------
layout - common(base)
------------------------------------------------------------------------------
---------------------------------------
wrapper
---------------------------------------
*/

article {
	width: 100%;
	min-width: 1180px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.inner_box {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}

/*
---------------------------------------
header
---------------------------------------
*/

header {
	position: relative;
	z-index: 100;
}

.top header div.top_box01 {
	color: #fff;
	height: 50px;
	/*padding:8px 0 8px 0;*/
	background: #225434;
}

.top header div.top_box01 h1 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 91%;
	position: absolute;
	top: 20px;
	letter-spacing: 1px;
	line-height: 1.2;
}

.page header div.top_box01 h1 {
	text-align: center;
	font-size: 91%;
	line-height: 1.2;
	padding: 25px 0 20px 0;
}

.top header div.top_box01 p {
	position: absolute;
	top: 13px;
}

.top header div.top_box01 p.contact {
	right: 0;
}

.top header div.top_box01 p.contact * {
	display: block;
}

.top header div.top_box01 p.contact a:hover {
	background: #69bf88;
	transition: all 0.4s;
}

.top header div.top_box01 p.tel {
	right: 189px;
}

.top header div.logo {
	height: 125px;
	position: relative;
}

.top header div.logo p {
	position: absolute;
	top: -58px;
	left: 0;
	width: 100%;
}

header div.logo p {
	text-align: center;
}

#sliders_top {
	margin: 0;
	min-height: 500px;
}

#sliders_top .slides li {
	text-align: center;
	width: 100%;
	height: 500px;
}

#sliders_top .slides li.slide01 {
	background: url(../img/top/bg_slide_01.jpg) no-repeat top center;
}

#sliders_top .slides li.slide02 {
	background: url(../img/top/bg_slide_02.jpg) no-repeat top center;
}

#sliders_top .slides li.slide03 {
	background: url(../img/top/bg_slide_03.jpg) no-repeat top center;
}

.top header nav {
	margin: 0 0 15px 0;
}

.page header nav {
	margin: 10px 0 30px 0;
}

header nav ul {
	width: 1100px;
	margin: 0 auto;
}

header nav ul li {
	margin: 5px 10px 0 10px;
	width: 200px;
	border-bottom: 1px solid #d6d6d6;
	line-height: 2;
	height: 45px;
	position: relative;
	font-size: 15px;
	display: table;
}

header nav ul li a {
	height: 33px;
	padding: 5px 0 0 0;
	color: #111;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	transition: all 0.6s;
}

header nav ul li a:hover {
	background: #eee;
}

header nav ul li.nav02 {
	letter-spacing: -2px;
}

article {
	position: relative;
	z-index: 1;
}

article header {
	width: 1080px;
	position: relative;
	text-align: center;
	padding: 12px 0;
	margin: 0 auto 22px auto;
}

article header h1 {
	background: url(../img/common/h1.jpg) no-repeat top left;
}

article header h1 img {
	display: block;
	margin: 0 auto;
}

article header p.bnr_tel {
	position: absolute;
	top: 0;
	right: 20px;
}

/*
---------------------------------------
footer
---------------------------------------
*/

footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 45px 0;
	background: #255838 url(../img/common/f_bg.jpg);
}

footer p.page_top {
	width: 180px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: -78px;
	right: 0;
	background: #255838 url(../img/common/f_bg.jpg);
	z-index: 100;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	transition: all 0.4s;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

footer p.page_top a {
	display: block;
}

footer * {
	color: #fff !important;
}

footer .f_box {
	width: 240px;
	margin: 0 15px;
	float: right;
}

footer .f_box dd {
	padding: 12px 0 17px 0;
	line-height: 2;
	font-size: 117%;
}

footer .f_box dd a:hover,
footer p.page_top a:hover {
	text-decoration: underline;
}

footer .f_box dt {
	border-bottom: 3px double #aa8f44;
	font-size: 142%;
}

footer .info_box p {
	text-align: right;
	border-bottom: 1px solid #517960;
}

footer .info_box p.logo {
	font-size: 10px;
}

footer .info_box p.logo img {
	display: block;
	margin: 12px 12px 20px 29px;
}

footer .info_box p.add {
	line-height: 1.6;
	padding: 15px 0;
	font-size: 117%;
}

footer .info_box p.copy {
	padding: 15px 0;
	border-bottom: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.contact_btn {
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 100000;
	width: 150px;
	text-align: right;
	float: right;
	margin: 500px 0 0 0;
}

/*
---------------------------------------
contents
---------------------------------------
*/

#contents {
}
#contents .wrap_inner_box {
	width: 1080px;
	margin: 0 auto;
	background: #fff url(../img/common/bg.jpg) no-repeat 50% 37px;
}

nav#pan {
	margin: 0 0 0px 0;
}

nav#pan ul {
	position: relative;
}

nav#pan ul li {
	font-size: 108%;
	margin: 0 12px 0 0;
}

nav#pan ul li a {
	text-decoration: underline;
}

div#main {
	width: 790px;
	float: right;
	padding: 0 0 50px 0;
}

div#sidebar {
	width: 250px;
	float: left;
	padding: 0 0 180px 0;
}

div#sidebar p.bnr {
	margin: 0 0 20px 0;
	text-align: center;
}

div#sidebar dl {
}

div#sidebar dl dt {
	color: #164b29;
	border-bottom: 3px double #8aa594;
	font-size: 142%;
}

div#sidebar dl dd {
	padding: 4px 0 35px 0;
	line-height: 2;
	font-size: 117%;
}

div#sidebar dl dd ul li {
	border-bottom: 1px solid #d0dbd4;
}

div#sidebar dl dd ul li a {
	text-indent: 20px;
	padding: 9px 0;
	display: block;
}

div#sidebar dl#plan dd {
	padding-top: 0;
}

div#sidebar dl#plan dd ul li {
	width: 250px;
	height: 70px;
	display: table;
}

div#sidebar dl#plan dd ul li a {
	padding: 0;
	width: 250px;
	height: 70px;
	vertical-align: middle;
	text-indent: 90px;
	display: table-cell;
	background-repeat: no-repeat;
	background-position: top left;
}

div#sidebar dl#plan dd ul li.catering a {
	background-image: url(../img/common/dd_catering.png);
}

div#sidebar dl#plan dd ul li.delivery a {
	background-image: url(../img/common/dd_delivery.png);
}

div#sidebar dl#plan dd ul li.option a {
	background-image: url(../img/common/dd_option.png);
}

div#sidebar dl dd ul li a:hover {
	background-color: #f6fff9;
	transition: all 0.4s;
}

div#sidebar dl#chef {
	margin: 25px 0;
}

div#sidebar dl#chef dt {
	border: none;
	height: 45px;
	font-size: 117%;
	color: #164b29;
	text-align: right;
	padding: 12px 0 0 0;
	background: #fff url(../img/common/s_ttl_chef.gif) no-repeat top left;
}

div#sidebar dl#chef dd {
	font-size: 108%;
	line-height: 1.7;
	padding: 5px 0;
}

div#sidebar dl#chef dd img {
	display: block;
	padding: 0 0 10px 0;
}

div#sidebar dl#chef dd.btn a {
	width: 208px;
}

section div.txt_box {
	padding: 10px 0;
}

section div.txt_box p {
	font-size: 15px;
	line-height: 2;
}

dl.h2_01 dt,
.h2_01 h2,
.h3_01 h3 {
	margin: 10px 0 3px 0;
	color: #316745;
	border-bottom: 3px double #8aa594;
	padding: 5px 0 3px 0;
	line-height: 1.6;
	font-size: 20px;
	font-weight: bold;
}

.h2_02 h2 {
	line-height: 50px;
	color: #fff;
	padding: 0 0 0 20px;
	font-size: 20px;
	margin: 0 0 18px 0;
	background: #19502d url(../img/beginner/bg_ttl.jpg) no-repeat;
	height: 50px;
	overflow: hidden;
}

.h2_02 h2 span {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 18px;
	line-height: 1.2;
}

.h4_02 h4,
.h3_02 h3 {
	margin: 10px 0 3px 0;
	color: #957620;
	border-bottom: 3px double #d3c59c;
	padding: 5px 0 3px 0;
	line-height: 1.6;
	font-size: 17px;
	font-weight: bold;
}

/*
---------------------------------------
contact
---------------------------------------
*/

#contact section.h2_01 {
	padding: 0 0 15px 0;
}

section#attention section {
	padding: 25px 30px 0 30px;
}

#contact section#tel p {
	padding: 15px 30px 20px 30px;
}

section#attention section h3 {
	font-size: 17px;
	text-indent: -30px;
	color: #aa8f44;
}

section#attention section table th {
	width: 305px;
}

section#attention ol li,
section#attention p {
	font-size: 15px;
	margin: 12px 0;
}

section#attention p span {
	font-size: 13px;
}

#contact section#mail table {
	width: 730px;
	margin: 25px 30px 40px 30px;
}

#contact p.btn_submit button {
	width: 420px;
	/*font-weight:bold;*/
	line-height: 2;
	height: 60px;
	cursor: pointer;
	display: block;
	background: #fff url(../img/contact/ico_arw.png) no-repeat 95% 50%;
	font-size: 18px;
	color: #1f5031;
	border: 2px solid #adc2b5;
	margin: 0 auto;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

#contact p.btn_submit button:hover {
	background-color: #adc2b5;
}

#contact #mailformpro table th span {
	width: 45px;
	line-height: 15px;
	color: #fff;
	text-align: center;
	display: inline-block;
	background: #a5893f;
	float: right;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	margin: 6px 0 0 0;
}

#contact #mail p.mes01 {
	color: #164b29;
	line-height: 50px;
	font-size: 18px;
	background: #f0f5f0;
}

#contact div.privacy_box {
	border: 1px solid #ccc;
	padding: 24px 30px;
	width: 790px;
	margin: 0 0 26px 0;
	height: 200px;
	overflow: auto;
}

#contact div.privacy_box,
#contact #mail p.mes02,
#contact #mail p.mes03 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contact div.privacy_box dl dt {
	font-size: 16px;
	font-weight: bold;
}

#contact div.privacy_box dl dd {
	font-size: 14px;
	line-height: 2;
	padding: 5px 0 20px 0;
}

#contact #mail p.mes02 {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 22px 0;
}

#contact #mail p.mes03 {
	cursor: pointer;
	background: #f7f7f7;
	font-size: 18px;
	line-height: 58px;
	border: 1px solid #ccc;
	margin: 0 0 50px 0;
}

#contact #mail p.mes03 input {
	margin: 0 8px 0 0;
	vertical-align: middle;
	position: relative;
	top: -2px;
	font-weight: bold;
}

#contact #mail div.alnC {
	width: 350px;
	margin: 0 auto;
	position: relative;
	top: -23px;
}

/*
---------------------------------------
blog & voice
---------------------------------------
*/

div#article {
	float: left;
	width: 530px;
}

div#article section p img {
	max-width: 100%;
	height: auto;
}

div#article p {
	clear: both;
}

div#article p img.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

div#article p img.alignright {
	display: block;
	margin: 0 auto;
	padding: 0 0 10px 0;
	float: right;
}

div#category {
	float: right;
	width: 220px;
}

div#category dl {
	margin: 0 0 20px 0;
}

div#category dl dt {
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #164b29 url(../img/blog/cat_dt.gif) no-repeat top left;
	line-height: 34px;
}

div#category dl dd {
	border: 1px solid #8aa594;
}

div#category dl dd ul li {
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 1.6;
	background: url(../img/blog/line.gif) no-repeat bottom center;
}

div#category dl#recently dd ul li {
	padding: 12px 20px;
}

div#category dl dd ul li span {
	letter-spacing: 0;
	display: block;
	color: #aa8f44;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

div#category dl#archive dd ul li a,
div#category dl#cat dd ul li a {
	padding: 12px 20px 12px 30px;
	display: block;
	background: url(../img/blog/ico_cat_arw.png) no-repeat 20px 50%;
}

div#category dl#archive dd ul li a:hover,
div#category dl dd ul li a:hover {
	text-decoration: underline;
}
div#category dl#archive dd ul li.bl_box:hover a {
	text-decoration: underline;
}

div#article section {
	margin: 0 0 15px 0;
}

div#article section section {
	margin: 0 0 0 0;
}

div#article section p.date {
	display: block;
	color: #aa8f44;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

div#article section h2 {
	margin: 3px 0 18px 0;
	color: #316745;
	background: #f0f5f0;
	padding: 11px 20px;
	line-height: 1.6;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

div#article section h2 a {
	color: #316745;
}

div#article section h2 a:hover {
	text-decoration: underline;
}

div#article section h3 {
	margin: 10px 0 3px 0;
	color: #316745;
	border-bottom: 3px double #164b29;
	padding: 5px 0;
	line-height: 1.6;
	font-size: 20px;
	font-weight: bold;
}

div#article section section ul.clearfix li {
	margin: 20px 22px 0 0;
}

div#article section section ul.clearfix li img {
	width: 162px;
	height: auto;
}

#article.voice > section {
	margin: 0 0 60px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 25px 0;
}

#article.voice > section h2 {
	background: #164b29;
	color: #fff;
}
#article.voice > section a {
	color: #fff;
}
/*
---------------------------------------
difference
---------------------------------------
*/

#difference section div.txt_box p {
	line-height: 1.9;
}

#difference section#top_column section {
	margin: 25px 0;
}

#difference section#top_column section h3,
#top section#ranking section h3 {
	font-size: 16px;
	line-height: 50px;
	padding: 0 0 0 210px;
	position: relative;
	font-weight: bold;
}

#top section#ranking section h3 {
	margin: 25px 0 5px 0;
}

#difference section#top_column section.type_catering h3,
#top section#ranking section.type_catering h3 {
	background: #f0f5f0;
	color: #164b29;
}

#difference section#top_column section.type_delivery h3,
#top section#ranking section.type_delivery h3 {
	background: #f8f5ea;
	color: #c99f29;
}

#difference section#top_column section h3:before,
#top section#ranking section h3:before {
	content: " ";
	position: absolute;
	left: 20px;
}

#difference section#top_column section.type_catering h3:before,
#top section#ranking section.type_catering h3:before {
	width: 167px;
	height: 56px;
	top: 0;
	background: url(../img/difference/ttl_catering.png) no-repeat;
}

#difference section#top_column section.type_delivery h3:before,
#top section#ranking section.type_delivery h3:before {
	width: 160px;
	height: 72px;
	top: -10px;
	background: url(../img/difference/ttl_delivery.png) no-repeat;
}

#difference section#top_column section ul li,
#top section#ranking section ul li {
	width: 238px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 25px 38px 0 0;
}

#difference section#top_column section ul li,
#top section#ranking section ul li:last-child {
	margin-right: 0;
}

#difference section#top_column section ul li img,
#top section#ranking section ul li img {
	display: block;
	margin: 0 0 12px 0;
}

#difference section#top_column section p.alnC {
	font-size: 24px;
	margin: 15px 0 40px 0;
}

#difference section#top_column section.type_catering p.alnC span,
#difference section#top_column section.type_catering ul li,
#top section#ranking section.type_catering ul li,
#top section#ranking section.type_catering ul li a {
	color: #316745;
}

#difference section#top_column section.type_delivery p.alnC span,
#difference section#top_column section.type_delivery ul li,
#top section#ranking section.type_delivery ul li,
#top section#ranking section.type_delivery ul li a {
	color: #c99f29;
}

#difference section p.main_img {
	margin: 38px 0 27px 0;
}

#difference section ol li {
	font-size: 15px;
	margin: 5px 0;
}

#difference section#kodawari_catering ul.clearfix li,
#difference section#kodawari_delivery ul.clearfix li,
ul.btn_list li {
	width: 365px;
	margin: 0 9px;
	height: 40px;
	display: table;
	font-size: 15px;
}

#difference section#kodawari_catering ul.clearfix,
#difference section#kodawari_delivery ul.clearfix,
ul.btn_list {
	padding: 15px 12px;
	margin: 33px 0 46px 0;
}

#difference section ul.clearfix li a,
ul.btn_list li a {
	display: table-cell;
	width: 365px;
	color: #fff;
	height: 40px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/difference/ico_arw_01.png) no-repeat 95% 50%;
	transition: all 0.4s;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

#difference section#kodawari_catering ul.clearfix,
ul.btn_list {
	background: #f0f5f0;
}

#difference section#kodawari_catering ul.clearfix li a,
ul.btn_list li a {
	background-color: #316745;
}

#difference section#kodawari_catering ul.clearfix li a:hover,
ul.btn_list li a:hover {
	background-color: #63a47b;
}

#difference section#kodawari_delivery ul.clearfix {
	background: #f8f5ea;
}

#difference section#kodawari_delivery ul.clearfix li a {
	background-color: #c99f29;
}

#difference section#kodawari_delivery ul.clearfix li a:hover {
	background-color: #f1c752;
}

/*
---------------------------------------
faq
---------------------------------------
*/

#tab-faq {
	margin: 15px 0 50px 0;
}

#tab-faq ul.menu {
	border-bottom: 2px solid #164b29;
}

#tab-faq ul.menu li {
	width: 244px;
	height: 50px;
	display: table;
	margin: 0 29px 0 0;
}

#tab-faq ul.menu li a {
	position: relative;
	font-size: 15px;
	width: 242px;
	height: 49px;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	color: #164b29;
	border: 1px solid #8aa594;
	text-align: center;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	transition: all 0.4s;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

#tab-faq ul.menu li a:hover {
	color: #fff;
	background: #8aa594;
	border-color: #8aa594;
}

#tab-faq ul.menu li.ui-tabs-active a {
	color: #fff;
	background: #164b29;
	border-color: #164b29;
}

#tab-faq div ul {
	margin: 8px 0 38px 0;
}

#tab-faq div ul li {
	padding: 9px 0 3px 0;
	font-size: 14px;
	line-height: 2;
	background: url(../img/faq/line.gif) no-repeat bottom center;
}

#tab-faq div dl dt {
	height: 41px;
	font-size: 18px;
	color: #164b29;
	padding: 9px 0 0 64px;
	background: #f0f5f0 url(../img/faq/ico_q.gif) no-repeat 16px 12px;
}

#tab-faq div dl dd {
	font-size: 14px;
	line-height: 2;
	padding: 14px 0 48px 0;
}

#tab-faq div dl dd span {
	color: #ff0000;
}

#faq p.btn_top {
	width: 100%;
	height: 23px;
	position: relative;
}

#faq p.btn_top a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff url(../img/faq/ico_top.png) 25% center no-repeat;
	border: solid 1px #98b3a2;
	text-align: center;
	color: #316745;
	white-space: nowrap;
	text-indent: 1em;
	transition: all 0.4s;
	font-size: 12px;
	line-height: 2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 238px;
	line-height: 21px;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

#faq p.btn_top a:hover {
	background-color: #98b3a2;
	color: #fff;
}

/*
---------------------------------------
guide
---------------------------------------
*/

section.plan_box {
	width: 368px;
	min-height: 260px;
	padding: 10px 20px 10px 400px;
	margin: 20px 0 13px 0;
	border: 1px solid #e6e2dc;
	background: #fcfbf5 url(../img/beginner/bg_plan_box.gif) repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

#option section.plan_box {
	min-height: 370px;
	padding-left: 530px;
	padding-right: 8px;
	width: 248px;
	overflow: visible;
}

section.plan_box p.price {
	position: absolute;
	right: 0;
	top: -60px;
}

#deli_a p.price,
#deli_b p.price,
#deli_c p.price,
#plate_a p.price,
#plate_b p.price,
#plate_c p.price {
	top: 10px;
}

section.plan_box p.price02 {
	font-size: 12px;
	color: #957620;
	position: absolute;
	right: 25px;
	top: 17px;
}
section.plan_box p.price02-02 {
	font-size: 12px;
	color: #957620;
	position: absolute;
	right: 25px;
	top: 38px;
}

section.plan_box img {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 350px;
}

#option section.plan_box img {
	max-width: 470px;
}

section.plan_box h4 {
	font-weight: normal;
	margin: 0 0 10px 0;
}

section.plan_box h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
}

section.plan_box h3.price02-02 {
	padding: 5px 0 21px 0;
}

#option section.plan_box h4 {
	font-size: 20px;
	margin-top: 2px;
	text-indent: -15px;
	border: none;
}

section.plan_box h4 .font21 {
	font-size: 21px;
}

section#bassa h3,
section#wayo h3 {
	position: relative;
}

section#bassa h3 span.ico,
section#wayo h3 span.ico {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	width: 85px;
	line-height: 17px;
	background: #cc2115;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	vertical-align: text-bottom;
	margin: 0 8px;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

section.plan_box ol li {
	font-size: 14px;
	line-height: 2;
}

#beginner .txt_box {
	padding: 0 0 22px 0;
}

#beginner .txt_box p {
	line-height: 1.9;
}

#beginner .tbl01 {
	width: 370px;
	float: left;
}

#beginner .tbl01 th,
#beginner .tbl01 td {
	border: none;
	padding: 5px 0;
	font-size: 15px;
	background: none;
}

#beginner .tbl01 th {
	color: #164b29;
	font-weight: bold;
}

#beginner .tbl02 th,
#beginner .tbl02 td {
	color: #164b29;
	padding: 7px 20px;
	font-size: 15px;
	background: none;
	border: 1px solid #8aa594;
}

#beginner .tbl02 td {
	text-align: center;
}

#beginner .tbl02 th {
	text-align: left;
	font-weight: bold;
}

#beginner .tbl02 thead th {
	width: 125px;
	text-align: center;
	background: #f0f5f0;
	border-bottom: 2px solid #8aa594;
}

#beginner .tbl02 thead th.th01 {
	text-align: left;
	width: 240px;
}

#beginner .tbl02 td.td01 {
	color: #c99f29;
}

#beginner section#order {
	width: 790px;
	height: 705px;
	overflow: hidden;
	background: url(../img/beginner/bg_order.jpg) no-repeat top left;
}

#beginner section#order h2 {
	line-height: auto;
	color: #000;
	padding: 0 0 0 0;
	font-size: 20px;
	margin: 45px 0 18px 0;
	background: none;
	text-align: center;
}

#beginner section#order ul {
	padding: 0 20px;
}

#beginner section#order ul li {
	width: 250px;
	text-align: center;
	font-size: 18px;
	color: #164b29;
	position: relative;
	margin: 0 0 27px 0;
}

#beginner section#order ul li span {
	position: absolute;
	left: -20px;
	width: 310px;
}

#beginner section#order ul li img {
	display: block;
	margin: 0 auto 7px auto;
}

#beginner section#party {
	margin: 0 0 50px 0;
}

#beginner section#party div.top_box {
	margin: 70px 0 0 0;
	padding: 305px 0 0 0;
	height: 245px;
	background: url(../img/beginner/bg_party.jpg) no-repeat top left;
}

#beginner section#party h2 {
	background: none;
	text-align: center;
	color: #c99f29;
	margin: 0 0 34px 0;
}

#beginner section#party ul {
	margin: 0 0 0 68px;
}

#beginner section#party ul li {
	font-size: 18px;
	line-height: 2.1;
}

#beginner section#party h3 {
	text-align: center;
	padding: 10px 0 0 0;
}

#beginner section#party section {
	border: 1px solid #e6e6e6;
	border-top: none;
	background: url(../img/beginner/bg_flow.gif) repeat top left;
}

#beginner section#party section ul {
	margin: 0 auto;
	padding: 0;
}

#beginner section#party section ul.flow01 {
	background: url(../img/beginner/bg_flow_01.png) no-repeat left bottom;
	height: 243px;
	width: 700px;
	padding: 0 0 0 42px;
}

#beginner section#party section ul.flow02 {
	background: url(../img/beginner/bg_flow_02.png) no-repeat left bottom;
	height: 243px;
	width: 708px;
	padding: 10px 0 0 35px;
}

#beginner section#party section ul.flow01 li img {
	margin: 0 auto 3px auto;
}

#beginner section#party section ul.flow02 li img {
	margin: 0 auto 3px auto;
}

#beginner section#party section ul li img {
	display: block;
}

#beginner section#party section ul li {
	line-height: 1.8;
	font-size: 11px;
	margin: 0 40px 0 0;
	width: 196px;
}

#beginner section#party section ul li p span {
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 13px;
	color: #277041;
	margin: 0 0 3px 0;
}

#beginner section#party section section {
	border: none;
}

#beginner section#party section section h4 {
	text-align: center;
	font-size: 18px;
	color: #c99f29;
	font-weight: bold;
	padding: 25px 0;
}

#beginner section#party section section ol,
#beginner section#party section section ul {
	width: 738px;
	margin: 0 0 25px 50px;
}

#beginner section#party section section li {
	font-size: 15px;
	width: 100%;
}

#about_delivery span {
	font-weight: normal;
	margin: 0 0 0 1em;
	font-size: 16px;
}

section#minimum_delvery table {
	margin: 30px;
	width: 730px;
}

section#minimum_delvery table th,
section#minimum_delvery table td {
	padding: 12px 0 11px 20px;
}

section#minimum_delvery table th {
	width: 210px;
}

.tbl03 {
	width: auto;
	margin: 20px 0;
}

.tbl03 th,
.tbl03 td {
	font-weight: normal;
	padding: 0;
	border: none;
	font-size: 15px;
	background: none;
}

.tbl03 td {
	padding-left: 20px;
	text-align: right;
}

/*
---------------------------------------
top
---------------------------------------
*/

#top {
	padding: 41px 0 0 0;
}

#top #main {
	padding: 13px 0 50px 0;
}

#top #tasting_party {
	padding: 0 0 41px 0;
}

#top #tasting_party div.txt_box {
	padding: 14px 0 20px 0;
}

#top #tasting_party div.txt_box p {
	font-size: 13px;
	text-align: center;
}

#reason_btm p.btn a,
#top p.btn a {
	width: 298px;
	line-height: 38px;
}

#top #ranking {
	padding: 0 0 30px 0;
}

#top #ranking ul li {
	font-weight: normal;
	font-size: 19px;
	color: #316745;
}

#top #ranking ul li a {
	font-size: 19px;
	color: #316745;
	line-height: 1.2;
	text-decoration: underline;
	display: inline-block;
	margin: 0 7px 0 0;
}

#top #ranking ul li a:hover {
	text-decoration: none;
}

#top #ranking ul li span {
	letter-spacing: -3px;
}

#top #ranking ul li p {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0;
	margin: 10px 0 15px 0;
}

#top section#ranking section.type_delivery ul li a {
	border-color: #c99f29;
}

#delivery_area div.box {
	margin: 15px auto;
	border: 1px solid #ccc;
	min-height: 270px;
	padding: 36px 0 40px 290px;
	background: #fcfbf5 url(../img/common/bg_area.jpg) no-repeat 27px 50%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

.delivery_area .box {
	position: relative;
	margin: 20px auto;
	min-height: 270px;
	background: url(../img/beginner/bg_area.jpg) no-repeat top right;
}

/*
.page #delivery_area div.box{
	padding-top:26px;}

.page #delivery_area div.box h2{
	width:468px;
	margin:0 0 20px 0;}
*/
#delivery_area div.box dl {
	font-size: 15px;
	padding: 0 0 0 58px;
	position: relative;
}

.delivery_area dl {
	margin: 10px 0;
	padding: 0 0 0 58px;
	font-size: 15px;
	position: relative;
}

#delivery_area div.box dl dt,
.delivery_area dl dt {
	position: absolute;
	left: 0;
	top: -1px;
}
.delivery_area dl dt {
	top: 0;
}
/*
.page #delivery_area div.box dl dt{
	font-size:14px;}
	*/
#delivery_area div.box dl dd {
	font-size: 14px;
	padding: 0 30px 12px 0;
}

.delivery_area dl dd {
	padding: 0 30px 12px 0;
	font-size: 15px;
}
/*
.page #delivery_area div.box dl dd{
	font-size:13px;}
*/
#delivery_area div.box dl dt.clr01,
.delivery_area dl dt.clr01 {
	color: #164b29;
}

#delivery_area div.box dl dt.clr02,
.delivery_area dl dt.clr02 {
	color: #c59107;
}

#delivery_area .btn a {
	display: block;
	background: url(../img/common/ico_arw_small.png) 95% center no-repeat;
	border: solid 1px #98b3a2;
	text-align: center;
	color: #316745;
	white-space: nowrap;
	position: relative;
	transition: all 0.4s;
	margin: 0 auto;
	font-size: 12px;
	line-height: 2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 328px;
	line-height: 31px !important;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}
/*
.page #delivery_area .btn a{
	line-height: 22px !important;
    width: 238px;
    position: absolute;
	top: 35px;
    right: 30px;}
*/
#delivery_area .btn a:hover {
	color: #fff;
	background-color: #98b3a2;
}

#greeting {
	width: 453px;
	padding: 0 0 50px 337px;
	min-height: 240px;
	background: url(../img/top/img_greeting.jpg) no-repeat top left;
}

#greeting h2 {
	font-size: 14px;
	position: relative;
	text-align: right;
	padding-bottom: 10px;
	font-weight: normal;
}

#greeting p {
	font-size: 13px;
	padding: 24px 0 0 40px;
}

#greeting h2:before {
	content: " ";
	width: 188px;
	height: 73px;
	position: absolute;
	left: 0;
	top: -26px;
	background: url(../img/top/ttl_greeting.png);
}

#reason_btm {
	padding: 0 0 70px 0;
}

#reason_btm ol li {
	color: #316745;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
}

#reason_btm ol li img {
	display: block;
	margin: 0 auto 10px auto;
}

#reason_btm ol.reason01 li {
	width: 236px;
	font-size: 19px;
	margin: 28px 41px 0 0;
}

#reason_btm ol.reason02 li {
	width: 175px;
	font-size: 17px;
	margin: 25px 30px 25px 0;
}

p.bnr {
	margin: 0 0 20px 0;
}

p.bnr_voice {
	margin: 0 0 29px 0;
}

#top #news {
	padding: 0 0 60px 0;
}

#top #news ul li {
	font-size: 13px;
	padding: 18px 0 8px 0;
	line-height: 1.6;
	background: url(../img/top/line.gif) no-repeat bottom center;
}

#top #news ul li span {
	letter-spacing: 0;
	display: inline-block;
	color: #aa8f44;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: 105px;
}

#top #plan_information {
	padding: 40px 20px;
	margin: 0 0 47px 0;
	position: relative;
	height: 819px;
	background: url(../img/top/bg_plan.jpg) no-repeat top left;
}

#top #plan_information ul li img {
	display: block;
	margin: 0 auto 20px auto;
}

#top #plan_information ul li {
	margin: 0 20px 37px 20px;
	line-height: 1.6;
	text-align: center;
}

#top #plan_information ul li span {
	font-size: 17px;
	display: inline-block;
	text-decoration: underline;
	height: 54px;
}

#top #plan_information ul li .btn {
	margin-top: 15px;
}

#top #plan_information ul li .btn a {
	width: 158px;
	line-height: 33px;
	background-image: none;
}

#top #plan_information h2 {
	padding: 0 21px;
}

#flow {
	margin: 0 0 35px 0;
}

#flow ul.flow01 li img {
	margin: 0 auto 3px auto;
}
ul.flow01 {
	background: url(../img/common/bg_flow_01.png) no-repeat left bottom;
	height: 265px;
	padding: 34px 0 0 40px;
}

#flow ul.flow02 {
	background: url(../img/common/bg_flow_02.png) no-repeat left bottom;
	height: 278px;
	padding: 19px 0 0 47px;
}

#flow ul.flow01 li img {
	margin: 0 auto 3px auto;
}

#flow ul.flow02 li img {
	margin: 0 auto 12px auto;
}

#flow ul li img {
	display: block;
}

#flow ul li {
	margin: 0 55px 0 0;
	width: 196px;
}

#flow ul li p span {
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 15px;
	color: #277041;
}

/*
---------------------------------------
reason
---------------------------------------
*/

#reason .txt_box {
	padding: 13px 0 50px 0;
}

#reason .txt_box p {
	line-height: 1.8;
}

.txt_box p a {
	text-decoration: underline;
	color: #164b29;
}

#reason p.main_img {
	margin: 40px auto 57px auto;
}

#reason p.main_img img {
	display: block;
}

#reason #main table {
	width: 730px;
	margin: 40px 30px;
}

#reason #main table th {
	width: 190px;
}

#reason #main table th,
#reason #main table td {
	padding: 17px 20px 16px 20px;
}

/*
---------------------------------------
delivery
---------------------------------------
*/

#delivery .txt_box p {
	font-size: 15px;
	line-height: 1.8;
}

#delivery .txt_box p.font13 {
	font-size: 13px;
}

ul.btn_list_top li {
	margin: 10px 29px 0 0;
}

ul.btn_list_top_02 li {
	margin: 30px 29px 50px 0;
}

ul.btn_list_top li a,
ul.btn_list_top_02 li a {
	letter-spacing: -1px;
	width: 240px;
	font-size: 15px;
	line-height: 36px;
	border-width: 2px;
	text-indent: -9px;
}

ul.btn_list_top_02 li a {
	line-height: 46px;
}

#delivery h3 span {
	font-weight: normal;
	margin: 0 0 0 17px;
	font-size: 16px;
}

#delivery .h3_01 {
	margin: 0 0 20px 0;
}

.item_list section {
	text-align: center;
	width: 236px;
	float: left;
	position: relative;
	margin: 0 41px 45px 0;
}

.item_list section img.hot {
	position: absolute;
	top: 0;
	left: 0;
}

.item_list section p.number {
	font-size: 14px;
	color: #316745;
	padding: 8px 0 3px 0;
}

.item_list section h3 {
	display: inline;
	text-decoration: underline;
	font-size: 19px;
	letter-spacing: -1px;
	text-align: center;
	color: #316745;
	font-weight: bold;
}

#option .item_list section img {
	max-width: 236px;
	height: auto;
	margin: 0 0 20px 0;
}

img.maru {
	border: 1px solid #e3ce95;
	border-radius: 234px;
	-webkit-border-radius: 234px;
	-moz-border-radius: 234px;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

.item_list section div.txt p {
	text-align: left;
	font-size: 13px;
	margin: 10px 0 4px 0;
}

.item_list section p.price {
	font-size: 17px;
	margin: 5px 0 0 0;
	color: #c59926;
}

.item_list section p.price span {
	font-size: 13px;
}

#option .item_list section div.txt p {
	text-align: center;
}

.item_list section ul li {
	margin: 0 0 5px 0;
	text-align: right;
	color: #c59926;
	line-height: 1.4;
	font-size: 15px;
}

.item_list section ul li span {
	font-size: 19px;
}

.item_list section ul li span.ico {
	vertical-align: middle;
	line-height: 1.4;
	min-width: 41px;
	height: 14px;
	padding: 3px 4px 3px 4px;
	text-align: center;
	background: #c59926;
	color: #fff;
	margin: 0 5px 0 0;
	font-size: 11px;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

#party_plate div.txt_box {
	padding: 0 0 20px 0;
}

#alcohol .red {
	color: #ce382e;
}

/*
---------------------------------------
catering
---------------------------------------
*/

#catering dl.h2_01 {
	margin: 15px 0 30px 0;
}

#catering dl.h2_01 dt {
	margin-bottom: 10px;
	font-size: 18px;
}

#catering dl.h2_01 dd {
	padding: 0 0 30px 0;
}

#catering dl.h2_01 dd ul li.tax_15 a {
	font-size: 13px;
}

#catering section.h2_02,
#party section.h2_02,
#yearendparty section.h2_02 {
	position: relative;
}

#catering section div.ico_list,
#party section div.ico_list,
#yearendparty section div.ico_list {
	width: 540px;
	position: absolute;
	right: 0;
	top: -14px;
}

#party section div.ico_list,
#yearendparty section div.ico_list {
	top: -15px;
}

#catering section div.ico_list p,
#party section div.ico_list p,
#yearendparty section div.ico_list p {
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 0 10px;
	letter-spacing: -1px;
	display: table;
	background: #ccc;
	color: #fff;
	text-align: center;
	width: 136px;
	height: 56px;
	padding: 0 10px;
	float: right;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

#catering section div.ico_list p.ico01,
#party section div.ico_list p.ico01,
#yearendparty section div.ico_list p.ico01 {
	background: #fff;
	border: 2px solid #c81d12;
	color: #c81d12;
	font-weight: bold;
	border-bottom: none;
}

#catering section div.ico_list p.ico02,
#party section div.ico_list p.ico02,
#yearendparty section div.ico_list p.ico02 {
	background: #fff;
	border: 2px solid #c88712;
	color: #c88712;
	font-weight: bold;
	border-bottom: none;
}

#catering section div.ico_list p span,
#party section div.ico_list p span,
#yearendparty section div.ico_list p span {
	display: table-cell;
	width: 160px;
	height: 60px;
	vertical-align: middle;
}

dl.img_list {
	padding: 10px 0 20px 0;
}

dl.img_list dt {
	margin: 0 0 23px 0;
	min-height: 35px;
	padding: 24px 0 0 130px;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #8aa594;
}

dl.img_list dt:before {
	content: " ";
	width: 119px;
	height: 61px;
	font-size: 16px;
	background: url(../img/catering/ttl_image.jpg) no-repeat top left;
	position: absolute;
	left: 0;
	bottom: -5px;
}

dl.img_list dd ul li {
	margin: 0 29px 0 0;
}

#catering .h2_02 ul.btn_list {
	margin: 0 0 100px;
}

#catering .h2_02 ul.btn_list li:last-child a {
	background-color: #c81d12;
}

#catering .h2_02 ul.btn_list li:last-child a:hover {
	background-color: #da4d44;
}

/*
	---------------------------------------
	autumnplan
	---------------------------------------
	*/

#autumnplan .txt_box {
	padding: 0 0 22px 0;
}

#autumnplan .txt_box p {
	line-height: 1.9;
	font-size: 14px;
}

#autumnplan section#party {
	margin: 0 0 50px 0;
}

#autumnplan section#party div.top_box {
	margin: 70px 0 0 0;
	padding: 305px 0 0 0;
	height: 245px;
	background: url(../img/beginner/bg_party.jpg) no-repeat top left;
}

#autumnplan section#party h2 {
	background: none;
	text-align: center;
	color: #c99f29;
	margin: 0 0 34px 0;
}

#autumnplan section#party ul {
	margin: 0 0 0 68px;
}

#autumnplan section#party ul li {
	font-size: 18px;
	line-height: 2.1;
}

#autumnplan section#party h3 {
	text-align: center;
	padding: 10px 0 0 0;
}

#autumnplan section#party section {
	border: 1px solid #e6e6e6;
	border-top: none;
	background: url(../img/beginner/bg_flow.gif) repeat top left;
}

#autumnplan section#party section ul {
	margin: 0 auto;
	padding: 0;
}

#autumnplan section#party section ul.flow01 {
	background: url(../img/beginner/bg_flow_01.png) no-repeat left bottom;
	height: 243px;
	width: 700px;
	padding: 0 0 0 42px;
}

#autumnplan section#party section ul.flow02 {
	background: url(../img/beginner/bg_flow_02.png) no-repeat left bottom;
	height: 243px;
	width: 708px;
	padding: 10px 0 0 35px;
}

#autumnplan section#party section ul.flow01 li img {
	margin: 0 auto 3px auto;
}

#autumnplan section#party section ul.flow02 li img {
	margin: 0 auto 3px auto;
}

#autumnplan section#party section ul li img {
	display: block;
}

#autumnplan section#party section ul li {
	line-height: 1.8;
	font-size: 11px;
	margin: 0 40px 0 0;
	width: 196px;
}

#autumnplan section#party section ul li p span {
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 13px;
	color: #277041;
	margin: 0 0 3px 0;
}

#autumnplan section#party section section {
	border: none;
}

#autumnplan section#party section section h4 {
	text-align: center;
	font-size: 18px;
	color: #c99f29;
	font-weight: bold;
	padding: 25px 0;
}

#autumnplan section#party section section ol,
#autumnplan section#party section section ul {
	width: 738px;
	margin: 0 0 25px 50px;
}

#autumnplan section#party section section li {
	font-size: 15px;
	width: 100%;
}
#autumnplan section.plan_box h4:nth-of-type(2) {
	margin-top: 20px;
}
#autumnplan section.plan_box img:nth-of-type(1) {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 350px;
}
#autumnplan .h3_01:nth-of-type(2) section.plan_box img:nth-of-type(2),
#autumnplan .h3_01:nth-of-type(3) section.plan_box img:nth-of-type(2) {
	position: absolute;
	top: 340px;
	left: 20px;
	max-width: 350px;
}
#autumnplan section.plan_box img:nth-of-type(2) {
	position: absolute;
	top: 310px;
	left: 20px;
	max-width: 350px;
}
#autumnplan .h2_02 > h2 {
	line-height: 50px;
	color: #fff;
	padding: 0;
	font-size: 20px;
	margin: 0 0 18px 0;
	background: none;
	height: 390px;
	overflow: hidden;
}
#autumnplan .h2_02 > p {
	margin-bottom: 40px;
	font-size: 14px;
}
#autumnplan .ttl p {
	float: left;
	height: 50px;
	margin: 10px 0 3px 0;
	border-bottom: 2px solid #0a633a;
	padding: 3px 0 3px 20px;
	line-height: 40px;
	font-weight: normal;
	box-sizing: border-box;
	width: 35%;
}
#autumnplan .ttl p span {
	color: #ef3333;
}
#autumnplan .ttl p span.ico {
	color: #fff;
	background: #ef3333;
	padding: 8px;
	font-size: 13px;
	vertical-align: middle;
}
#autumnplan .ttl p span.ohitori {
	font-size: 15px;
	vertical-align: middle;
}
#autumnplan .ttl p span.price {
	color: #ef3333;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
}
#autumnplan .ttl p span.en {
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
}
#autumnplan .h3_01 {
	margin-bottom: 80px;
}
#autumnplan .h2_02 h3 {
	color: #fff;
	width: 65%;
	font-size: 20px;
	margin: 0 0 18px 0;
	background: url(../img/beginner/bg_ttl.jpg) no-repeat;
	height: 50px;
	margin: 10px 0 3px 0;
	border-bottom: none;
	padding: 5px 0 3px 10px;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	float: left;
	box-sizing: border-box;
}
#autumnplan section.plan_box {
	width: 368px;
	min-height: 260px;
	padding: 10px 20px 10px 400px;
	margin: 20px 0 0 0;
	border: 1px solid #e6e2dc;
	border-bottom: none;
	background: #fcfbf5 url(../img/beginner/bg_plan_box.gif) repeat;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	overflow: hidden;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}
#autumnplan section.plan_box　ol.indent {
	margin-bottom: 20px;
}
#autumnplan .h2_02 h5 {
	background: #f3f0e5;
	border: 1px solid #e6e2dc;
	border-top: none;
	border-radius: 0 0 5px 5px;
	padding: 15px 15px 15px 20px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
}
#autumnplan .h2_02 .images h4 {
	background: url(../img/anniversary/ttl_01.png) no-repeat;
	height: 61px;
	padding: 25px 0 0 140px;
	color: #164b29;
	font-size: 16px;
}
#autumnplan .h2_02 .images li {
	float: left;
	margin-right: 29px;
}
#autumnplan .h2_02 .images li:last-child {
	margin-right: 0;
}
#autumnplan nav#pan {
	margin: 0;
}
#autumnplan .h2_02 .new-lineup {
	margin-bottom: 30px;
}
#autumnplan .h2_02 .new-lineup h4 {
	background: url(../img/autumnplan/new_ttl.png) no-repeat;
	height: 61px;
	padding: 25px 0 0 140px;
	color: #164b29;
	font-size: 16px;
}
#autumnplan .h2_02 .new-lineup li {
	width: 32%;
	display: inline-block;
	float: none;
	vertical-align: top;
}
#autumnplan .h2_02 .new-lineup li p {
	font-size: 14px;
	padding: 0px 18px;
}
#autumnplan .h2_02 .new-lineup li h3 {
	width: 90%;
	color: #957620;
	border-bottom: 3px double #d3c59c;
	font-size: 17px;
	background: none;
	padding: 0;
	text-align: center;
	float: none;
	margin: 0 auto 10px;
	display: block;
	height: 38px;
}
#autumnplan .h2_02 .new-lineup li:last-child {
	margin-right: 0;
}
#autumnplan ul.btn_list li:nth-of-type(2) a {
	background-color: #c81d12;
}
#autumnplan ul.btn_list li:nth-of-type(2) a:hover {
	background-color: #f15a5a;
}

/*
---------------------------------------
anniversary
---------------------------------------
*/

#anniversary .txt_box {
	padding: 0 0 22px 0;
}

#anniversary .txt_box p {
	line-height: 1.9;
	font-size: 14px;
}

#anniversary section#party {
	margin: 0 0 50px 0;
}

#anniversary section#party div.top_box {
	margin: 70px 0 0 0;
	padding: 305px 0 0 0;
	height: 245px;
	background: url(../img/beginner/bg_party.jpg) no-repeat top left;
}

#anniversary section#party h2 {
	background: none;
	text-align: center;
	color: #c99f29;
	margin: 0 0 34px 0;
}

#anniversary section#party ul {
	margin: 0 0 0 68px;
}

#anniversary section#party ul li {
	font-size: 18px;
	line-height: 2.1;
}

#anniversary section#party h3 {
	text-align: center;
	padding: 10px 0 0 0;
}

#anniversary section#party section {
	border: 1px solid #e6e6e6;
	border-top: none;
	background: url(../img/beginner/bg_flow.gif) repeat top left;
}

#anniversary section#party section ul {
	margin: 0 auto;
	padding: 0;
}

#anniversary section#party section ul.flow01 {
	background: url(../img/beginner/bg_flow_01.png) no-repeat left bottom;
	height: 243px;
	width: 700px;
	padding: 0 0 0 42px;
}

#anniversary section#party section ul.flow02 {
	background: url(../img/beginner/bg_flow_02.png) no-repeat left bottom;
	height: 243px;
	width: 708px;
	padding: 10px 0 0 35px;
}

#anniversary section#party section ul.flow01 li img {
	margin: 0 auto 3px auto;
}

#anniversary section#party section ul.flow02 li img {
	margin: 0 auto 3px auto;
}

#anniversary section#party section ul li img {
	display: block;
}

#anniversary section#party section ul li {
	line-height: 1.8;
	font-size: 11px;
	margin: 0 40px 0 0;
	width: 196px;
}

#anniversary section#party section ul li p span {
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 13px;
	color: #277041;
	margin: 0 0 3px 0;
}

#anniversary section#party section section {
	border: none;
}

#anniversary section#party section section h4 {
	text-align: center;
	font-size: 18px;
	color: #c99f29;
	font-weight: bold;
	padding: 25px 0;
}

#anniversary section#party section section ol,
#anniversary section#party section section ul {
	width: 738px;
	margin: 0 0 25px 50px;
}

#anniversary section#party section section li {
	font-size: 15px;
	width: 100%;
}
#anniversary section.plan_box h4:nth-of-type(2) {
	margin-top: 20px;
}
#anniversary section.plan_box img:nth-of-type(1) {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 350px;
}
#anniversary .h3_01:nth-of-type(2) section.plan_box img:nth-of-type(2),
#anniversary .h3_01:nth-of-type(3) section.plan_box img:nth-of-type(2) {
	position: absolute;
	top: 340px;
	left: 20px;
	max-width: 350px;
}
#anniversary section.plan_box img:nth-of-type(2) {
	position: absolute;
	top: 310px;
	left: 20px;
	max-width: 350px;
}
#anniversary .h2_02 > h2 {
	line-height: 50px;
	color: #fff;
	padding: 0;
	font-size: 20px;
	margin: 0 0 18px 0;
	background: none;
	height: 312px;
	overflow: hidden;
}
#anniversary .h2_02 > p {
	margin-bottom: 40px;
	font-size: 14px;
}
#anniversary .ttl p {
	float: left;
	height: 50px;
	margin: 10px 0 3px 0;
	border-bottom: 2px solid #0a633a;
	padding: 3px 0 3px 20px;
	line-height: 40px;
	font-weight: normal;
	box-sizing: border-box;
	width: 35%;
}
#anniversary .ttl p span {
	color: #ef3333;
}
#anniversary .ttl p span.ico {
	color: #fff;
	background: #ef3333;
	padding: 8px;
	font-size: 13px;
	vertical-align: middle;
}
#anniversary .ttl p span.ohitori {
	font-size: 15px;
	vertical-align: middle;
}
#anniversary .ttl p span.price {
	color: #ef3333;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
}
#anniversary .ttl p span.en {
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
}
#anniversary .h3_01 {
	margin-bottom: 80px;
}
#anniversary .h2_02 h3 {
	color: #fff;
	width: 65%;
	font-size: 20px;
	margin: 0 0 18px 0;
	background: url(../img/beginner/bg_ttl.jpg) no-repeat;
	height: 50px;
	margin: 10px 0 3px 0;
	border-bottom: none;
	padding: 5px 0 3px 10px;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	float: left;
	box-sizing: border-box;
}
#anniversary section.plan_box {
	width: 368px;
	min-height: 260px;
	padding: 10px 20px 10px 400px;
	margin: 20px 0 0 0;
	border: 1px solid #e6e2dc;
	border-bottom: none;
	background: #fcfbf5 url(../img/beginner/bg_plan_box.gif) repeat;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	overflow: hidden;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}
#anniversary section.plan_box　ol.indent {
	margin-bottom: 20px;
}
#anniversary .h2_02 h5 {
	background: #f3f0e5;
	border: 1px solid #e6e2dc;
	border-top: none;
	border-radius: 0 0 5px 5px;
	padding: 15px 15px 15px 20px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
}
#anniversary .h2_02 .images h4 {
	background: url(../img/anniversary/ttl_01.png) no-repeat;
	height: 61px;
	padding: 25px 0 0 140px;
	color: #164b29;
	font-size: 16px;
}
#anniversary .h2_02 .images li {
	float: left;
	margin-right: 29px;
}
#anniversary .h2_02 .images li:last-child {
	margin-right: 0;
}
#anniversary nav#pan {
	margin: 0;
}
#anniversary ul.btn_list li:nth-of-type(2) a {
	background-color: #c81d12;
}
#anniversary ul.btn_list li:nth-of-type(2) a:hover {
	background-color: #f15a5a;
}

/*
---------------------------------------
party
---------------------------------------
*/
#party .h2-img {
	line-height: 50px;
	color: #fff;
	padding: 0;
	font-size: 20px;
	margin: 0 0 18px 0;
	background: none;
	height: 312px;
	overflow: hidden;
}
#party .btn-party {
	margin-bottom: 30px;
}
#party .btn-party a {
	width: 298px;
	line-height: 38px;
	border: 1px solid #ce382e;
	color: #ce382e;
	background: #fff url(../img/common/ico_arw_btn_off_red.png) 95% center no-repeat;
}
#party .btn.btn-party a:hover {
	color: #fff;
	background: #f15a5a url(../img/common/ico_arw_btn_on.png) 95% center no-repeat;
}
#party #trouble {
	margin-bottom: 50px;
}
#party #trouble dt {
	line-height: 2;
	color: #164b29;
	padding: 15px 20px 15px 35px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 18px 0;
	background: #f0f5f0;
	text-indent: -1em;
}
#party #trouble dd {
	font-size: 14px;
	margin-bottom: 23px;
}
#party #about {
	width: 453px;
	padding: 0 0 0 337px;
	min-height: 240px;
	background: url(../img/party/img_about.jpg) no-repeat top left;
}

#party #about h2 {
	font-size: 16px;
	position: relative;
	text-align: right;
	padding-bottom: 10px;
	font-weight: normal;
}

#party #about p {
	font-size: 14px;
	padding: 24px 0 0 40px;
}

#party #about h2:before {
	content: " ";
	width: 172px;
	height: 49px;
	position: absolute;
	left: 0;
	top: -17px;
	background: url(../img/party/ttl_about.png) no-repeat;
}
#party .ttl-ranking {
	margin-bottom: 10px;
}
#party .h3_01 h3 {
	position: relative;
	/*padding-left: 65px;*/
}
#party .h3_01 h3:before {
	content: "";
	position: absolute;
	top: -19px;
	left: 0px;
	z-index: 2;
	width: 77px;
	height: 80px;
	display: inline-block;
	text-align: center;
}
#party #deli_b h3.plan-name:before {
	background: url(../img/party/icn-rank-01.png) no-repeat center center / cover;
}
#party #deli_c h3.plan-name:before {
	background: url(../img/party/icn-rank-02.png) no-repeat center center / cover;
}
#party #deli_a h3.plan-name:before {
	background: url(../img/party/icn-rank-03.png) no-repeat center center / cover;
}
#party .price .red {
	color: #ce382e;
}
#party .price .num {
	font-size: 31px;
	font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
#party .price .yen {
	font-size: 16px;
}
#party .h3_01 {
	margin: 50px 0 35px;
	position: relative;
}
#party .h3_01 h3.plan-name {
	padding: 5px 0 10px 85px;
}
#party #deli_a p.price,
#party #deli_b p.price,
#party #deli_c p.price {
	top: -2px;
}
#party .price .tax {
	color: #957620;
}
#party #deli_c section.plan_box img {
	top: 60px;
}
#party #deli_b section.plan_box img {
	top: 20px;
}
#party ul.btn_list li:nth-of-type(2) a {
	background-color: #c81d12;
}
#party ul.btn_list li:nth-of-type(2) a:hover {
	background-color: #f15a5a;
}
#party .item_list section:nth-of-type(3n) {
	margin: 0 0 45px 0;
}
#party .btn-catering {
	margin-bottom: 38px;
}
#party .btn-catering a {
	width: 298px;
	line-height: 38px;
}

#party .plus-drink h4 {
	margin: 10px 0 8px 0;
	color: #316745;
	padding: 5px 0 3px 40px;
	line-height: 1.6;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

#party .plus-drink h4:before {
	content: "＋";
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 2;
	color: #fff;
	font-size: 22px;
	background: #a98e42;
	border-radius: 50%;
	line-height: 36px;
	width: 34px;
	height: 34px;
	display: inline-block;
	text-align: center;
}

#party .plus-drink .plus-drink-box {
	border: 1px solid #e6e2dc;
	border-radius: 4px;
	padding: 18px;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#party .plus-drink .item {
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 50%;
}

#party .plus-drink .item .txt {
	padding-left: 20px;
}

#party .plus-drink .item h5 {
	font-size: 20px;
	color: #957620;
	margin-bottom: 10px;
	line-height: 1.3;
}

#party .plus-drink .item .price {
	color: #c81d12;
	font-size: 16px;
}

#party .plus-drink .item .price span {
	font-weight: bold;
}
#party .h3_01.plan-03 h3.plan-name {
	line-height: 1.4;
}
#party section.plan-03 div.ico_list {
	top: 5px;
}
#party .h3_01.plan-03 h3.plan-name {
	padding: 5px 0 6px 85px;
}
#party .h3_01.plan-03 h3:before {
	top: 1px;
}

/* パーティギャラリー */

#partygallery .txt {
	margin: 10px 0;
}

#partygallery .txt p {
	font-size: 108%;
	line-height: 1.4;
	padding: 5px 0;
}

#partygallery .party-gallery li {
	display: inline-block;
	width: 250px;
	height: 250px;
	margin: 5px;
	overflow: hidden;
	position: relative;
}

#partygallery .party-gallery li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#page_top #partygallary .tagline {
	font-size: 16px;
	text-align: center;
	margin: 10px;
}

#page_top #partygallary ul .gallery {
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin: 4px;
}

#page_top #partygallary ul .gallery img {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#page_top #partygallary {
	margin: 30px 0 50px;
}

#page_top .more-btn {
	border: 1px solid #225434;
	color: #225434;
	padding: 8px;
	font-size: 14px;
	border-radius: 4px;
	display: block;
	width: 300px;
	text-align: center;
	margin: 10px auto;
	position: relative;
}

#page_top .fa-angle-right {
	position: absolute;
	font-size: 18px;
	right: 8px;
	top: 11px;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
	position: relative;
	font-size: 13px;
}

.pagination span,
.pagination a {
	display: block;
	width: auto;
	margin: 4px;
	padding: 8px;
	border: 1px solid #000;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
}

/* ページ番号 */
.pagination .pager {
	width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

/* 前へ */
.pagination a.before {
	margin-right: 16px;
}
/* 次へ */
.pagination a.next {
	margin-left: 16px;
}
/* 最初へ */
.pagination a.first {
}
/* 最後へ */
.pagination a.last {
}

/* Page x / y */
.pagination span.page_num {
	display: none;
}

/*
---------------------------------------
party
---------------------------------------
*/
#yearendparty .h2-img {
	line-height: 50px;
	color: #fff;
	padding: 0;
	font-size: 20px;
	margin: 0 0 18px 0;
	background: none;
	height: 362px;
	overflow: hidden;
}
#yearendparty .fa-angle-right {
	position: absolute;
	color: #164b29;
	right: 10px;
	top: 10px;
}
#yearendparty .btn-party,
#gallery .btn-party {
	margin-bottom: 30px;
}
#yearendparty .btn-party a,
#gallery .btn-party a {
	position: relative;
	display: inline-block;
	margin: 10px;
	width: 298px;
	line-height: 38px;
	border: 1px solid #164b29;
	color: #164b29;
	background: #fff;
}
#yearendparty .btn.btn-party a:hover,
#gallery .btn.btn-party a:hover {
	color: #fff;
	background: #164b29;
}
#yearendparty #trouble {
	margin-bottom: 50px;
}
#yearendparty #trouble dt {
	line-height: 2;
	color: #164b29;
	padding: 15px 20px 15px 35px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 18px 0;
	background: #f0f5f0;
	text-indent: -1em;
}
#yearendparty #trouble dd {
	font-size: 14px;
	margin-bottom: 23px;
}
#yearendparty #about.h2_01_01 {
	width: 453px;
	padding: 0 337px 0 0;
	min-height: 240px;
	background: url(../img/yearendparty/img_about_01.png) no-repeat top right;
}

#yearendparty #about.h2_01_01 h2 {
	font-size: 16px;
	position: relative;
	text-align: right;
	padding-bottom: 10px;
	margin: 10px 0 3px 0;
	color: #316745;
	border-bottom: 3px double #8aa594;
	padding: 5px 30px 3px 0;
	line-height: 1.6;
	font-weight: normal;
}

#yearendparty #about.h2_01_01 p {
	font-size: 14px;
	padding: 24px 40px 0 0;
}

#yearendparty #about.h2_01_01 h2:before {
	content: " ";
	width: 188px;
	height: 84px;
	position: absolute;
	left: 0;
	top: -30px;
	background: url(../img/yearendparty/ttl_catering.png) no-repeat;
	background-size: 100%;
}
#yearendparty .h2_01_02 {
	width: 453px;
	padding: 0 0 0 337px;
	min-height: 240px;
	background: url(../img/yearendparty/img_about_02.png) no-repeat top left;
	margin-top: 50px;
	margin-bottom: 50px;
}

#yearendparty .h2_01_02 h2 {
	font-size: 16px;
	position: relative;
	text-align: right;
	padding-bottom: 10px;
	margin: 10px 0 3px 0;
	color: #316745;
	border-bottom: 3px double #8aa594;
	padding: 5px 0 3px 0;
	line-height: 1.6;
	font-weight: normal;
}

#yearendparty .h2_01_02 p {
	font-size: 14px;
	padding: 24px 0 0 40px;
}

#yearendparty .h2_01_02 h2:before {
	content: " ";
	width: 188px;
	height: 84px;
	position: absolute;
	left: 0;
	top: -38px;
	background: url(../img/yearendparty/ttl_delivery.png) no-repeat;
	background-size: 100%;
}
#yearendparty .ttl-ranking {
	margin-bottom: 10px;
}
#yearendparty .h3_01 h3 {
	position: relative;
	/*padding-left: 65px;*/
}
#yearendparty .h3_01 h3:before {
	content: "";
	position: absolute;
	top: -19px;
	left: 0px;
	z-index: 2;
	width: 60px;
	height: 90px;
	display: inline-block;
	text-align: center;
}
#yearendparty .rank1 h3.plan-name:before {
	background: url(../img/yearendparty/rank1.png) no-repeat center center / 100%;
}
#yearendparty .rank2 h3.plan-name:before {
	background: url(../img/yearendparty/rank2.png) no-repeat center center / 100%;
}
#yearendparty .rank3 h3.plan-name:before {
	background: url(../img/yearendparty/rank3.png) no-repeat center center / 100%;
}
#yearendparty .price .red {
	color: #ce382e;
}
#yearendparty .price .num {
	font-size: 31px;
	font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
#yearendparty .price .yen {
	font-size: 16px;
}
#yearendparty .h3_01 {
	margin: 50px 0 35px;
	position: relative;
}
#yearendparty .h3_01 h3.plan-name {
	padding: 5px 0 10px 85px;
}
#yearendparty #deli_a p.price,
#yearendparty #deli_b p.price,
#yearendparty #deli_c p.price {
	top: -2px;
}
#yearendparty .price .tax {
	color: #957620;
}
#yearendparty #deli_c section.plan_box img {
	top: 60px;
}
#yearendparty #deli_b section.plan_box img {
	top: 0;
	bottom: 0;
	margin: auto;
}
#yearendparty ul.btn_list li:nth-of-type(2) a {
	background-color: #c81d12;
}
#yearendparty ul.btn_list li:nth-of-type(2) a:hover {
	background-color: #f15a5a;
}
#yearendparty .item_list section:nth-of-type(3n) {
	margin: 0 0 45px 0;
}
#yearendparty .btn-catering {
	margin-bottom: 38px;
}
#yearendparty .btn-catering a {
	width: 298px;
	line-height: 38px;
}

#yearendparty .plus-drink h4 {
	margin: 10px 0 8px 0;
	color: #316745;
	padding: 5px 0 3px 40px;
	line-height: 1.6;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

#yearendparty .plus-drink h4:before {
	content: "＋";
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 2;
	color: #fff;
	font-size: 22px;
	background: #a98e42;
	border-radius: 50%;
	line-height: 36px;
	width: 34px;
	height: 34px;
	display: inline-block;
	text-align: center;
}

#yearendparty .plus-drink .plus-drink-box {
	border: 1px solid #e6e2dc;
	border-radius: 4px;
	padding: 18px;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#yearendparty .plus-drink .item {
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 50%;
}

#yearendparty .plus-drink .item .txt {
	padding-left: 20px;
}

#yearendparty .plus-drink .item h5 {
	font-size: 20px;
	color: #957620;
	margin-bottom: 10px;
	line-height: 1.3;
}

#yearendparty .plus-drink .item .price {
	color: #c81d12;
	font-size: 16px;
}

#yearendparty .plus-drink .item .price span {
	font-weight: bold;
}
#yearendparty .h3_01.plan-03 h3.plan-name {
	line-height: 1.4;
}
#yearendparty section.plan-03 div.ico_list {
	top: 5px;
}
#yearendparty .h3_01.plan-03 h3.plan-name {
	padding: 5px 0 6px 85px;
}

#yearendparty .plan-name-drink .price-area {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #404040;
	font-size: 16px;
}

#yearendparty .h3_01.drinkplans .price02-02 {
	border-bottom: none;
	padding-bottom: 0;
}

#yearendparty .h3_01.drinkplans .plan_box {
	width: 268px;
	min-height: 275px;
	padding: 10px 20px 65px 500px;
	margin: 20px 0 13px 0;
	border: 1px solid #e6e2dc;
	background: #fcfbf5 url(../img/beginner/bg_plan_box.gif) repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

#yearendparty .h3_01.drinkplans .plan_box img {
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 450px;
	width: 450px;
	height: auto;
}

#yearendparty .price03 {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 0;
}

#yearendparty .price03 .red {
	color: #d80000;
}

#yearendparty .plan_box {
	padding: 10px 20px 30px 380px;
	width: 384px;
}

#yearendparty .topage a {
	padding: 8px;
}

#yearendparty .topage a .fa-angle-right {
	top: 18px;
}
#yearendparty .item_list section {
	height: 470px;
}

/*
---------------------------------------
この部分を必ず最後に
---------------------------------------
*/

.bl_box {
	cursor: pointer;
}

.wp-pagenavi {
	text-align: center;
	margin: 0 0 30px 0;
	padding: 15px;
	background: #f2f2f2;
}

div.wp-pagenavi a,
div.wp-pagenavi span {
	width: 26px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	margin: 0 4px;
	display: inline-block;
	font-size: 100%;
	padding: 0;
	font-weight: normal;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #222;
	border: 1px solid #c6c6c6;
	box-shadow: 0px 1px 1px #c6c6c6;
	position: relative;
	behavior: url(http://bassa-catering.com/wp/wp-content/themes/ecco/js/PIE.php);
}

div.wp-pagenavi span.current {
	border: 1px solid #c6c6c6;
	background: #e9e9e9;
}

div.wp-pagenavi span.extend,
div.wp-pagenavi a {
	background: #fff;
}

div.wp-pagenavi a.last,
div.wp-pagenavi a.first {
	width: auto;
	padding: 0 1em;
}

@media screen and (min-width: 1500px) {
	#sliders_top .slides li,
	footer div.contact_box {
		background-size: 100% auto !important;
	}
}

#party_plate .item_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
}
#party_plate .item_list section {
	height: auto;
}
#party_plate .item_list section {
	text-align: center;
	width: 100%;
	float: none;
	position: relative;
	margin: 0;
}
#party_plate .item_list section:nth-of-type(3n) {
	margin: 0;
}
.text-black {
	color: #333 !important;
}
