@charset "utf-8";

/*==============================
/***  メインコンテンツ  ***/
/*=============================*/

.plan_00{
	max-width:1600px;
	margin:0 auto;
}

.plan01_01l{/*1600 300*/
	width:80%;
	margin:0 10%;
}
.plan01_01r{/*1600 1115*/
	width:100%;
	margin:0 auto;
}


.plan01_01>ul>li{
	width:47%;
	margin:0 2% 2em 1%;
	padding:1em 1%;
	box-sizing: border-box;
	float: left;
	background:#FFFFFF;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.15);/*縦横ぼかし*/
	position: relative;
}

.plan01_02title,
.plan01_02title_big{
	display: inline-block;
	position: relative;
	padding:0.5em 0 0.5em 2em;
}

.plan01_02title::before,
.plan01_02title_big::before{
	content: '';
	background:url(../img/icon/icon_fee.svg) no-repeat;
	background-size: contain;
	position: absolute;
    top: 50%;
    left: 2%;
	width:26px;
	height:26px;
    transform: translate(-50%,-50%);
}
.plan01_02title_big::before{
	width:36px;
	height:36px;
}
.plan01_02cate>ul>li a{
	display: block;
	text-decoration: none;
	text-align: center;
	border:#B40F0F 4px solid;
	border-radius: 50px;
	background:#FFFFFF;
	padding:0.2em 1em;
	margin:0.5em 0;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;

}

.plan01_02cate>ul>li span{
	color:#B40F0F;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.plan01_02cate>ul>li a:hover{
	background:#B40F0F;
	color:#FFFFFF !important;
}
.plan01_02cate>ul>li a:hover span{
	color:#FFFFFF !important;
}

.plan01_03title,
.plan01_03title_big{
	display: inline-block;
	position: relative;
	padding:0.5em 0 0.5em 2em;
}

.plan01_03title::before,
.plan01_03title_big::before{
	content: '';
	background:url(../img/icon/icon_people.svg) no-repeat;
	background-size: contain;
	position: absolute;
    top: 50%;
    left: 2%;
	width:30px;
	height:30px;
    transform: translate(-50%,-50%);
}
.plan01_03title_big::before{
	width:40px;
	height:40px;
}

.plan01_04title,
.plan01_04title_big{
	display: inline-block;
	position: relative;
	padding:0.5em 0 0.5em 2em;
}

.plan01_04title::before,
.plan01_04title_big::before{
	content: '';
	background:url(../img/icon/icon_camera.svg) no-repeat;
	background-size: contain;
	position: absolute;
    top: 50%;
    left: 2%;
	width:26px;
	height:26px;
    transform: translate(-50%,-50%);
}

.plan01_04title_big::before{
	width:36px;
	height:36px;
}

.plan02_01{
	width:94%;
	margin:0 3%;
	box-sizing: border-box;
	padding:2em 5% 1.5em;
	background:#FFFFFF;
	position: relative;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.15);/*縦横ぼかし*/

}

.plan02_01l{/*1045 520*/
	width:96%;
	margin:1.5em 3% 1.5em 1%;
	float: left;
}
.plan02_01r{
	width:96%;
	margin:1.5em 3% 1.5em 1%;
	float: left;
}

.plan02_01icon{
	display: inline-block;
	position: relative;
	padding:0 0 0 2em;
}
.plan02_01icon::after{
	content: '';
	background:url(../img/icon/icon_resipi.svg) no-repeat;
	background-size: contain;
	position: absolute;
    top: 50%;
    left: 2%;
	width:40px;
	height:40px;
    transform: translate(-50%,-50%);
}

.plan_atu_icon{
	position: absolute;
	padding:0 1em 0 2em;
	left:0;
	top:0;
	background-color:#FF0000;
	color:#FFFFFF;
	z-index: 5;
}

.plan_atu_icon::after{
	content: '';
	background:url(../img/icon/icon_hot.svg) no-repeat;
	background-size: contain;
	position: absolute;
	width:15px;
	height:15px;
    top: 50%;
    left: 8%;
    transform: translate(-50%,-50%);

}

.plan_slid_icon{
	position: absolute;
	right:0;
	bottom:0;
	width:20px;
	height:20px;
	background-color:rgba(0,0,0,0.5);
}
.plan_slid_icon::after{
	content: '';
	position: absolute;
	width:15px;
	height:15px;
	right:2px;
	bottom:2px;
	background:url(../img/icon/icon_zoom.svg) no-repeat;
	background-size: contain;
	box-sizing: border-box;
}

.plan02_02{
	width:94%;
	margin:3em 3% 2em;
	box-sizing: border-box;
	padding:2em 3% 1.5em;
	background:#D63A2E;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.15);/*縦横ぼかし*/

}

.plan02_03title{
	display: inline-block;
	position: relative;
	padding:0 0 0 3em;
}
.plan02_03title::after{
	content: '';
	background:url(../img/icon/icon_tanpin.svg) no-repeat;
	background-size: contain;
	position: absolute;
    top: 50%;
    left: 6%;
	width:50px;
	height:50px;
    transform: translate(-50%,-50%);
}

.plan02_03>ul>li{
	width:46%;
	margin:1em 2% 2em;
	background:#FFFFFF;
	padding:1em 2%;
	float: left;
	box-sizing: border-box;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.15);/*縦横ぼかし*/
}

.plan02_04{/*1045 700*/
	width:90%;
	margin:0 auto;
}
.plan02_05>ul {
	width:100%;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}

.plan02_05>ul>li {
	width:32%;
	margin: 0.5em 0.5%;
}





/*=====================
	ケータリングプラン　アコーディオン
=====================*/

.plan03_01 {
	width:100%;
}

.plan03_01>div>ul>li{
	background:#D5392D;
	border-radius: 15px;
	margin:1em 0;
}

.plan03_01>div>ul>li>a{
	display: block;
	color:#FFFFFF;
	width:100%;
	border-radius: 15px;
	padding:1.5em 5%;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}
.plan03_01>div>ul>li>ul>li{
	background:#FFFFFF;
	box-sizing: border-box;
	border:2px solid #D5392D;
	border-radius: 0 0 15px 15px;
}

.plan03_01>div>ul>li>ul>li>dl{
	width:93%;
	margin:0 3.5%;
	padding:1em 0 0.5em;
}
.plan03_01>div>ul>li>ul>li>dl>dt,
.plan03_01>div>ul>li>ul>li>dl>dd {
	position: relative;
	box-sizing: border-box;
	padding-left: 18px;
}
.plan03_01>div>ul>li>ul>li>dl>dt:before {
	position: absolute;
	content: '・';
	font-weight: bold;
	top: 0%;
    left: 0%;
}
.plan03_01>div>ul>li>ul>li>dl>dD:before {
	position: absolute;
	content: '　';
	font-weight: bold;
	top: 0%;
    left: 0%;
}

.plan03_menu{
	position: relative;
}
.plan03_menu:after {
	position: absolute;
	content: '';
	background:url(../img/icon/icon_plus_FFFFFF.svg) no-repeat;
	background-size: 100%;
	width:20px;
	height:20px;
	top: 50%;
    right: 1%;
    transform: translate(-50%,-50%);
}

.plan03_menu.active:after {
	position: absolute;
	content: '';
	background:url(../img/icon/icon_mainasu_FFFFFF.svg) no-repeat;
	background-size: 100%;
	width:20px;
	height:20px;
	top: 50%;
    right: 1%;
    transform: translate(-50%,-50%);
}

.plan03_link {
	width:90%;
	margin:0 2% 1em 5%;
}
.plan03_link a {
	color:#D5392D;
}

/*ケータリングプラン費用*/

select.text_middle_hiyou{
	border:#B40F0F solid 4px;
	background:#FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50px;
	padding:1em;
	margin:0.6em 0;
	width:100%;
	font-size: 130%;
	font-weight: bold;
}

select.text_middle_hiyou{
	width:96%;
	margin:0 2%;
}


.mail01_02_hiyou input{
	width:auto;
	max-width: 100%;
	margin:0 auto;
}

/*ケータリングプラン　利用シーンから選ぶ*/

.plan_scen01_01{
	width:100%;
	margin:0;
}
.plan_scen01_01>ul>li{
	position: relative;
	margin:2em 0;
}

.plan_scen01_01>ul>li::before{
	content: '';
	background:url(../img/icon/icon_slid_next.svg) no-repeat;
	background-size:contain;
	width:30px;
	height:30px;
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translate(-50%,-50%);

}

.plan_scen01_01>ul>li>a{
	display: block;
	background:#FFFFFF;
	border-radius: 15px;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.15);/*縦横ぼかし*/
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.plan_scen01_01>ul>li a{
	text-decoration: none;
}

.plan_scen01_01>ul>li a:hover{
	background:#F9E3E1;
}


.plan_scen01_01>ul>li a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.plan_scen01_01>ul>li>a>dl{
	display: flex;
	padding:2em 0;
	justify-content: center;
}
.plan_scen01_01>ul>li>a>dl>dt{/**/
	width:23%;
	padding:0 2%;
	align-self: center;
}
.plan_scen01_01>ul>li>a>dl>dd{
	width:60%;
	padding:0 9% 0 2%;
	align-self: center;
}

/*========================
	単品
=========================*/
.tanp01_01{
	width:92%;
	margin:0 4%;
	background:#B40F0F;
	color:#FFFFFF;
	border-radius: 15px;
	padding:1.5em 5%;
	box-sizing: border-box;
}
.tanp01_01>ul>li{
	width:46%;
	margin:0 2%;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.tanp01_01>ul>li:nth-child(odd){
	border-right:1px solid #E16060;
}

.tanp01_01>ul>li a{
	display: inline-block;
	text-align: center;
	position: relative;
	color:#FFFFFF;
	padding:0 1.5em 0 0;
	text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.tanp01_01>ul>li a:hover{
	color:#FFD24C;
}
.tanp01_01>ul>li a::after{
	content:'';
	background: url(../img/icon/icon_arrow_FFFFFF.svg) no-repeat;
	background-size: contain;
	width:7px;
	height:7px;
	position: absolute;
	top: 50%;
	right: 1%;
	transform: translate(-50%,-50%);
}

/*==========================
	ドリンク
===========================*/
.drin01_00>ul>li{
	padding:0 0 2em 0;
}
.drin01_01>ul>li{
	width:96%;
	margin:1em 2%;
	float: left;
}
.drin01_01title{
	display: inline-block;
	position: relative;
	padding:0 0 0 3em;
}
.drin01_01title::after{
	content: '';
	background:url(../img/icon/icon_foot_02.svg) no-repeat;
	background-size: contain;
	position: absolute;
    top: 50%;
    left: 6%;
	width:45px;
	height:45px;
    transform: translate(-50%,-50%);
}

.drin01_02>dl {
	width:96%;
	margin:0.5em 2%;
}
.drin01_02>dl>dt {
	width:80%;
	margin-right:2%;
	text-align: left;
	float: left;
}
.drin01_02>dl>dd {
	width:18%;
	text-align: right;
	float: right;
}


.case02_03title{
	display: inline-block;
	position: relative;
	padding:0 0 0 3em;
}
.case02_03title::after{
	content: '';
	background:url(../img/icon/icon_jirei_FFFFFF.svg) no-repeat;
	background-size: contain;
	position: absolute;
    top: 50%;
    left: 2%;
	width:50px;
	height:50px;
    transform: translate(-50%,-50%);
}


/*=======================
	対応エリア
=========================*/

.area01_01>ul>li{
	padding:1.5em 0 2em 0;
}

.area01_01title{
	display: inline-block;
	background:#FFFFFF;
	border:#B40F0F 4px solid;
	border-radius: 50px;
	color:#B20C0C;
	padding:0.5em 2em;
}

.area01_02>ul>li{
	display: inline-block;
	vertical-align: middle;
	margin:0.5em 0.2em;
}
.area01_02>ul>li a{
	display: inline-block;
	vertical-align: middle;
	background:#B41010;
	border:#B41010 2px solid;
	border-radius: 50px;
	color:#FFFFFF;
	text-decoration: none;
	padding:0.7em 2.3em;
	position: relative;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.area01_02>ul>li a::after{
	content:'';
	background: url(../img/icon/icon_arrow_FFFFFF.svg) no-repeat;
	background-size: contain;
	width:7px;
	height:7px;
	position: absolute;
	top: 50%;
	right: 1%;
	transform: translate(-50%,-50%);
}

.area01_02>ul>li a:hover{
	background:#FFFFFF;
	color:#B41010;
}


.area02_01title{
	width:100%;
	box-sizing: border-box;
	margin:0 auto;
	border-radius: 50px;
	background:#B40F0F;
	padding:0.7em 3%;
}

.area02_01>ul>li{
	padding:0.3em 0;
}
.area02_01 dl dt,
.area02_01 dl dd{
	padding:0 0.3em;
	display: inline-block;
}


/*=======================
	よくある質問
=========================*/
.qa01_01title{
	display: inline-block;
	margin:0 auto;
	border-radius: 50px;
	background:#B40F0F;
	padding:0.7em 2em;
}

/*=====================
	よくある質問
=====================*/


/*よくある質問*/
.qa01_00>ul>li{
	padding:1.5em 0;
}

.qa01_01 h3{
	display: inline-block;
	padding:0.7em 0;
	margin:1em 0 0;
	border-radius: 50px;
}

.qa01_01>div>ul>li{
	background:#FFFFFF;
	border-radius: 15px;
	margin:1em 0;

}

.qa01_01>div>ul>li>a{
	display: block;
	width:100%;
	padding:1.5em 5%;
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}
.qa01_01>div>ul>li a dl dt{
	width:9%;
	padding:0;
	float: left;
	font-weight: bold;
}
.qa01_01>div>ul>li a dl dd{
	width:84%;
	margin:0.2em 6% 0 1%;
	float: left;
	font-weight: bold;
	font-size: 115%;
}

.qa01_01>div>ul>li>ul>li{
	background:#D5392D;
	color:#FFFFFF;
	border-radius: 0 0 15px 15px;
}

.qa01_01>div>ul>li>ul>li>dl{
	width:90%;
	margin:0 2% 0 8%;
	padding:1.5em 0;
}

.qa01_01>div>ul>li>ul>li>dl>dt{
	width:9%;
	float: left;
	font-weight: bold;
}
.qa01_01>div>ul>li>ul>li>dl>dd{
	width:84%;
	margin:0 6% 0 1%;
	float: left;
}

.child {
    display: none;
}
.menu{
	position: relative;
}
.menu:after {
	position: absolute;
	content: '';
	background:url(../img/icon/icon_plus_D5392D.svg) no-repeat;
	width:20px;
	height:20px;
	top: 50%;
    right: 1%;
    transform: translate(-50%,-50%);
}

.menu.active:after {
	position: absolute;
	content: '';
	background:url(../img/icon/icon_mainasu_D5392D.svg) no-repeat;
	width:20px;
	height:20px;
	top: 50%;
    right: 1%;
    transform: translate(-50%,-50%);
}

.qa_free a{
	color:#FFFFFF !important;
	
}


/*==============================
/***    ***/
/*=============================*/
.sub_1530 {
	width: 96%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

/*=======================
	ブログ
========================*/
.blog_left {
    width: 100%;
}
.blog_left01 {
    width: 77.3529%; /* 左カラム　340px 内側カラム　263px　*/
    margin: 0 auto;
}

.blog_left_icon1 {
    width: 32px;
    margin: 0 3%;
}
.blog_cate>ul>li{
	display: block;
}
.blog_cate>ul>li a {
	display: block;
	background:#FFFFFF;
    width: 100%;
	border:#B40F0F 4px solid;
    box-sizing: border-box;
	border-radius: 50px;
	padding:0.5em 0;
	margin:0.5em 0 1em;
	color:#B40F0F;
	text-decoration: none;
    text-align: center;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.blog_cate>ul>li a:hover {
	background:#B40F0F;
	color:#FFFFFF;
}

.blog_left_icon2 {
    width: 31px;
    margin: 0 3%;
}
.blog_kiji li {
    width: 100%;
    margin:0.5em 0 2em;
    padding-bottom: 1em;
	border-bottom:#B40F0F 4px solid;
}
.blog_left_icon3 {
    width: 47px;
    margin: 0 3%;
}

.blog_right {
    width: 100%;
}
.blog_right01 {
    width: 100%;
    margin: 0 auto;
}
.blog_right02 {
    margin: 0 2% 2em 0;
    width: 98%;
    background: #FFFFFF;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
    position: relative;
}
.blog_right03_boder {
    border-top:#F9E3E1 solid 4px;
    width: 96%;
    margin: 1em 2%;
}
.blog_cate2 {
	display: inline-block;
}
.blog_cate2 a {
	display: inline-block;
	background:#B40F0F;
	border:#B40F0F 2px solid;
    box-sizing: border-box;
	border-radius: 50px;
	padding:0.1em 0.6em;
	margin-bottom:1em;
	color:#FFFFFF;
	text-decoration: none;
    text-align: center;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.blog_cate2 a:hover {
	background:#FFFFFF;
	color:#B40F0F;
}
.blog_right04 {
    padding: 1em 3%;
    width: 94%;
    position: relative;
}
.blog_right04_prev {
	width: 7%;
	position: absolute;
	top: 30%;
	left: 4%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.blog_right04_next {
	width: 7%;
	position: absolute;
	top: 30%;
	right: 0;
    transform: translate(-10%,-50%);
    z-index: 10;
}
.blog_right05 {
    margin: 0;
    width: 100%;
}
.blog_right06>li {
    float: left;
    margin: 0 2% 2em 0;
    width: 98%;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
}
.blog_right06>li a {
    display: block;
    background: #FFFFFF;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.blog_right06>li a:hover {
    background: #F9E3E1;
}
.blog_right06>li a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity: 1.00;
}

.blog_cate3 {
	display: inline-block;
	background:#B40F0F;
	border:#B40F0F 2px solid;
    box-sizing: border-box;
	border-radius: 50px;
	padding:0.1em 0.6em;
	margin-bottom:1em;
	color:#FFFFFF;
	text-decoration: none;
    text-align: center;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.blog_right07 {
    padding: 0.3em 10% 0.3em 2%;
    width: 88%;
    position: relative;
}
.blog_right07::after {
    content: '';
	background: url("../img/cms/next_mark.png") no-repeat;
    background-size: contain;
	width: 33px;
    height: 33px;
	position: absolute;
	top: 50%;
	right: 0;
    transform: translate(-50%,-50%);
}
.reco01_01smn {
	width: 45%;
	padding: 0;
	margin: 0 5% 0 0;
	float: left;
	box-sizing: border-box;
}
.reco01_01text {
	width: 40%;
	padding-right: 10%;
	float: left;
}

.blog_right08>li {
    float: left;
    margin: 0 2% 2em 0;
    width: 98%;
    background: #FFFFFF;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
}
.blog_right09_smn {
	width: 45%;
	padding: 0;
	margin: 0 5% 0 0;
	float: left;
}
.blog_right09_text {
	width: 40%;
	padding-right: 10%;
	float: left;
}
.blog_right10 {
    padding: 0.3em 10% 0.3em 2%;
    width: 88%;
    position: relative;
}
.blog_right11 {
	width: 33px;
    height: 33px;
	position: absolute;
	top: 50%;
	right: 0;
    transform: translate(-50%,-50%);
}


/*=======================
	事例　アーカイブ
=========================*/


.case01_01>ul>li{
	width:46%;
	margin:1em 2% 2em;
	background:#FFFFFF;
	padding:1em 2%;
	float: left;
	box-sizing: border-box;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.15);/*縦横ぼかし*/
}


/*======================
	事例 シングル
======================*/
.case_01 {
    width: 5%;
}
.case_cate2 a {
    text-decoration: none;
}
.case_03 {
    background: #F9E3E1;
    border-radius: 40px;
}
.case_04 {
    width: 10%;
}
.case_05 {
    width: 4%;
}
.case_right02 {
    margin: 0 2% 2em 0;
    width: 98%;
    background: #D63A2E;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
    position: relative;
}
.case_right03 {
    padding: 3em 5%;
    width: 90%;
}


/*==================
	前へ次へ
==================*/
.prev_block {
	width: 46%;
	margin: 0 2% 0 0;
	float: left;
}

.next_block {
	width: 46%;
	margin: 0 0 0 2%;
	float: right;
}

.prev01_01smn {
	width: 75%;
	padding: 0;
	margin: 0 5% 0 0;
	float: none;
	box-sizing: border-box;
}

.prev01_01text {
	width: 100%;
	margin: 0;
	float: none;
}

.prev_icon,
.next_icon {
	position: relative;
	padding: 0 1.5em;
}

.prev_icon::before {
	content: '';
	background: url(../img/icon/icon_arrow_D40005.svg) no-repeat;
	background-size: contain;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 38%;
	left: 0;
	transform: translate(-50%,-50%);
	transform: rotate( -180deg );
}


.next_icon::before {
	content: '';
	background: url(../img/icon/icon_arrow_D40005.svg) no-repeat;
	background-size: contain;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 47%;
	right: 0;
	transform: translate(-50%,-50%);
}

.next_icon a:hover::before {
	background: url(../img/icon/icon_arrow_FFFFFF.svg) no-repeat;
}

.next01_01smn {
	width: 75%;
	margin: 0 0 0 25%;
	padding: 0;
	float: none;
	box-sizing: border-box;
}


.next01_01text {
	width: 100%;
	float: none;
}



/***  CMSのフリー領域処理  ***/
.cms_free p img {
	display: block;
	width: auto;
	float: none;
	padding: 1em 0;
}

.cms_free p img.alignright {
	margin: 0 0 0 auto;
}

/* 配置位置 右 */
.cms_free p img.alignleft {
	margin: 0 auto 0 0;
}

/* 配置位置 左 */
.cms_free p img.aligncenter {
	margin: 0 auto;
}

/* 配置位置 中央 */
.cms_free p img.alignnone {
	margin: 0 auto 0 0;
}

/* 配置位置 左 */
.cms_free img {
	display: block;
	width: auto;
	float: none;
	padding: 1em 0;
}

.cms_free img.alignright {
	margin: 0 0 0 auto;
}

/* 配置位置 右 */
.cms_free img.alignleft {
	margin: 0 auto 0 0;
}

/* 配置位置 左 */
.cms_free img.aligncenter {
	margin: 0 auto;
}

/* 配置位置 中央 */
.cms_free img.alignnone {
	margin: 0 auto 0 0;
}

/* 配置位置 左 */
.cms_free img {
	width: auto;
	max-width: 100%;
}

/* 配置位置 左 */
.cms_free p {
	padding: 0.3em 0;
}

.cms_free table {
	border: #CCCCCC solid 1px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.cms_free table td {
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
}

.cms_free table th {
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	font-weight: normal;
}

/***  ページナビゲーション  ***/
.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	/*選択されていないページ*/
	color: #E7101F;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
    /*
	padding: 8px 15px;
	margin: 0 2px;
    */
    padding: 0.7em 2.5%;
	margin: 0 0.5%;
    white-space: nowrap;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover{
	/*ホバー*/
	color: #E7101F;
	background-color: #EEEEEE;
	border: #EEEEEE 1px solid;
    }
.wp-pagenavi span.current{
	color: #E7101F;
	background-color: #EEEEEE;
	border: #EEEEEE 1px solid;
	font-weight: normal;
    }

.wp-pagenavi span.pages{
    display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	color: #FFFFFF;
    font-weight: normal;
	letter-spacing: 1px;
	background-color: #E7101F;
	border: #E7101F 1px solid;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    display: none;
	color: #FFFFFF;
    font-weight: bold;
	background-color: #CCCCCC;
	border-color: #DDDDDD;
}

/***  カレンダー  ***/
.wp-calendar {
	margin: 1.5em 0;
}

.wp-calendar table {
	width: 100%;
	padding-top: 0.5em;
	color: #000000;
}

.wp-calendar table th,
.wp-calendar table td {
	width: 14.2857%;
	background-color: none;
	text-align: center;
}

.wp-calendar table tfoot a {
	text-decoration: underline;
}

.wp-calendar table tfoot a:hover {
	text-decoration: none;
}

.wp-calendar table tbody a {
	display: block;
	color: #000000 !important;
	background-color: #E7E7E7;
	text-decoration: none;
}

.wp-calendar table tbody a:hover {
	color: #000000 !important;
	background-color: #CCCCCC;
}

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
	/***  メインコンテンツ  ***/

.plan01_01>ul>li{
	width:31%;
	margin:0 1% 2em;
}
.plan01_02title_big::before{
	width:46px;
	height:46px;
}
.plan01_03title_big::before{
	width:52px;
	height:52px;
}
.plan01_04title_big::before{
	width:46px;
	height:46px;
}


.plan02_01l{/*1045 520*/
	width:49.76076%;
	margin:1.5em 2% 1.5em 0;
	float: left;
}
.plan02_01r{
	width:46.23924%;
	margin:1.5em 0 1.5em 2%;
	float: left;
}
    
.plan02_03title::after{
    left: 2%;
}

.plan02_03>ul>li{
	width:31%;
	margin:1em 1% 2em;
	box-shadow: 10px 10px 14px rgba(0,0,0,0.15);/*縦横ぼかし*/
}
.plan02_05>ul>li {
	width:24.4%;
	margin: 0.5em 0.3%;
}

/*=====================
	ケータリングプラン　アコーディオン
=====================*/

.plan03_01>div>ul>li>ul>li>dl>dt{
}


/*ケータリングプラン　利用シーンから選ぶ*/


.plan_scen01_01{
	width:82%;
	margin:0 8%;
}
.plan_scen01_01>ul>li>a{
	box-shadow: 10px 10px 14px rgba(0,0,0,0.15);/*縦横ぼかし*/
}

/*========================
	単品
=========================*/

.tanp01_01{
	width:95%;
	margin:0 auto;
}

/*========================
	ドリンク
=========================*/
.drin01_01title::after{
    left: 3%;
}

.drin01_01>ul>li{
	width:46%;
	margin:1.5em 2%;
	float: left;
}

/*=======================
	対応エリア
=========================*/


.area01_01title{
	padding:0.5em 4em;
}


/*======================
	よくある質問
========================*/



.qa01_01>div>ul>li a dl dt{
	width:5%;
	padding:0;
}
.qa01_01>div>ul>li a dl dd{
	width:90%;
	margin:0.2em 3% 0 1%;
}

.qa01_01>div>ul>li>ul>li>dl>dt{
	width:5%;
	padding:0;
}
.qa01_01>div>ul>li>ul>li>dl>dd{
	width:93%;
	margin:0 1%;
}

.plan03_menu:after,
.menu:after {
	width:24px;
	height:24px;
	top: 50%;
    right: 1%;
    transform: translate(-50%,-50%);
}
.plan03_menu:after,
.menu.active:after {
	width:24px;
	height:24px;
	top: 50%;
    right: 1%;
    transform: translate(-50%,-50%);
}


/*==================

==================*/

.sub_1530 {
    width: 100%;
}

/*==================
	ブログ
==================*/
.blog_left {
    width: 22.2222%; /* 全体　1530px 内左カラム　340px　*/
}
.blog_right {
    width: 77.7777%; /* 全体　1530px 内右カラム　1190px　*/
}

.blog_right01 {
    width: 91.4285%;
}
.blog_right02 {
    margin: 0 5%;
    width: 90%;
}
.blog_right05 {
    margin: 0 0 0 5%;
    width: 95%;
}
.blog_right06>li {
    margin: 0 5% 1em 0 ;
    width: 45%;
}
.blog_right04_prev {
	width: 5%;
	top: 50%;
	left: 1%;
    transform: translate(0,-50%);
    z-index: 10;
}

.blog_right04_next {
	width: 5%;
	top: 50%;
	right: 1%;
    transform: translate(0,-50%);
    z-index: 10;
}

.blog_right09_smn {
	width: 20%;
	padding: 0;
	margin: 0.5em 3% 0.5em 0;
}
.blog_right09_text {
	width: 74%;
	padding-right: 3%;
	margin: 0.7em 0 0 0;
}

/*=======================
	事例
=========================*/

.case01_01>ul>li{
	width:28%;
	margin:1em 2.5% 2em;
	box-shadow: 10px 10px 14px rgba(0,0,0,0.15);/*縦横ぼかし*/
}
.case_right02 {
    margin: 0 5% 3em;
    width: 90%;
}

/*===================
	前へ次へ
====================*/

.prev_block {
	width: 45%;
	margin: 0 5% 0 0;
	float: left;
}

.next_block {
	width: 45%;
	margin: 0 0 0 5%;
	float: right;
}

.prev01_01smn {
    width: 40%;
    margin: 0 5% 0 0;
    float: left;
}

.prev01_01text {
    width: 55%;
    margin: 0;
    float: left;
}

.next01_01smn {
    width: 40%;
    margin: 0 0 0 5%;
    float: right;
}

.next01_01text {
    width: 55%;
    margin: 0;
    float: left;
}


}

/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1140px) {
	/**** メインコンテンツ　****/

.plan01_01l{/*1600 300*/
	width:24%;
	margin:0 2%;
}
.plan01_01r{/*1600 1115*/
	width:72%;
	margin:0 auto;
}


.plan01_01>ul>li{
	width:30%;
	margin:0 0 2em 3%;
}

.plan02_04{/*1045 700*/
	width:66.9856%;
}

/*ケータリングプラン利用シーンから選ぶ*/

.plan_scen01_01>ul>li::before{
	width:43px;
	height:43px;
	right:-2.5em;

}



	/***  ページナビゲーション  ***/
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 8px 15px;
		margin: 0 5px;
	}


}

/*=================================================================================*/
/** 1530px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1530px) {
	/**** メインコンテンツ　****/
.sub_1530 {
    width: 1530px;
	margin: 0 auto;
	padding: 0;
}

.blog_right04_prev {
	width: 43px;
}
.blog_right04_next {
	width: 43px;
}

}


/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1600px) {
	/**** メインコンテンツ　****/
.plan01_01l{/*1600 300*/
	width:18.75%;
	margin:0 0 0 5.78%;
}
.plan01_01r{/*1600 1115*/
	width:69.6875%;
	margin:0 3.7% 0 0;
}
}
