@charset "Shift_JIS";
body {
	font-family: Verdana, Geneva, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}
body.ison {
	overflow: hidden;
	font-size: 14px;
    line-height: 1.8em;
}

em, span {
    text-decoration: none;
    font-style: normal;
}

a:hover {
	opacity: 0.7;
	color: initial;

}
.news {
	text-align: center;
    color: red;
    border: #FF0004 solid 1px;
    padding: 3%;
    width: 90%;
    margin: 0 auto 30px auto;
    box-sizing: border-box;
}
p.gotop.ison {
	bottom: 60px;
}
h2 {
	text-align: center;
	margin: 0 auto 10px auto;
    padding: 50px 0 0;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2em;
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 1.4em;
}
h2 span {
	font-size: 0.45em;
	font-weight: 100;
	letter-spacing: 0.15em;
	line-height: normal;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	position: relative;
	top: -10px;
}
h2.left {
	text-align: center!important;
}
h2.campaign {
	font-size: 1.4em;
	padding: 30px 0 15px;
}
.content-top_sub h2 {
  　background-image: linear-gradient(90deg, #0a2443, #020436);
	color: #FFFFFF;
    padding: 45px 20px 30px;
    position: relative;
    /*top: 38px;*/
	height: auto;
	margin-bottom: 20px;
}


p#campaign {
	line-height: 1.6;
	padding: 0 20px;
	font-weight: 600;
	color: brown;
	font-size: 1.2em;
	text-align: center;
}

.line {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.line::before,
.line::after {
	content: '';
	width: 3px;
	height: 80px;
	background-color:#7E6601;
}

.line::before {
	margin-right: 10px;
	transform: rotate(-30deg)
}
.line::after {
	margin-left: 10px;
	transform: rotate(30deg)
}

#onlineeventbox h2 {
	border-bottom: 5px solid #c82527;
	width: fit-content;
	line-height: 1.4em;
}

#inner h3 {
	font-size: 16px !important;
}
#inner h3 span {
    display: inline-block;
    top: 0px;
    padding: 0 9px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    background: #c82527;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    left: 10px;
}

#inner h3:after {
    background-color: #ad944d !important;
}
h3 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid 3px #949494;
    padding: 10px 0px;
    margin-bottom: 30px;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}
h3 span.more {
	    display: block;
        width: 40%;
        margin: 0 auto;
}

#cate-outer {
	width: 100%;
	color: #2C2C2C;
	position: relative;
}
#cate-outer h1 {
	width: 100%;
    /* height: 108px; */
    position: relative;
    top: 94px;
    left: 0;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
}
#cate-outer h1 img {
	width: auto;
    height: 85px;
}
.tax-info {
    margin: -25px 0 20px 0 !important;
    font-size: 12px !important;
    display: block !important;
}
/*main image************************************************************/
#mainimage {
    position: relative;
	z-index: 10;
	background: url(/catering/img/event_main.jpg) no-repeat center;
    background-size:cover;
    height: 246px;
    margin: 0;
}
#mainimage .bx-wrapper .bx-prev,
#mainimage .bx-wrapper .bx-next {
    margin-top: -40px !important;
}


/*local nav************************************************************/
#local-nav {
	width: 90%;
    margin: 0 auto;
    z-index: 1000;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: Verdana, Geneva, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	position: sticky;
    top: 0px;
	background: #FFFFFF;
}
#local-nav span#acd-btn {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #2C2C2C;
    color: #FFFFFF;
    margin: 0px auto;
	position: relative;
}
#local-nav span#acd-btn:after {
	    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 6px solid #FFFFFF;
    position: absolute;
    left: 58%;
    top: 45%;
}
#local-nav span#acd-btn.active:after {
	    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 6px solid #FFFFFF;
    position: absolute;
    left: 58%;
    top: 30%;
}

#local-nav ul {
	display: block;
	width: 100%;
    height: 0;
    overflow: hidden;
    background: #f5f5f5;
    transition: .5s;
}
#local-nav ul li {
	width: 100%;
    height: auto;
    color: #666666;
    border-bottom: solid 1px #cccccc;
    background: #eeeeee;
    box-sizing: border-box;
}
#local-nav li a::before {
    display: none;
  
}
#local-nav ul li a img {
/*	margin-top: 23px;*/
	margin-top: 0px;
}
#local-nav ul li a:hover {
	border-bottom: none;
}


#local-nav ul.ison {
    height: 100%;
}

    
#local-nav ul li>a, #local-nav ul li span>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    height: 100%;
    color: #000000;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    position: relative;
    float: none;
    border: none;
    margin: 0 10px;
    font-size: 1em;
    letter-spacing: -0.05em;
}
#local-nav ul li span>a {
	padding: 8px 0px;
	border-bottom: solid 1px #d6d6d6;
}
#local-nav ul li span:last-child>a {
	border: none;
}
#local-nav ul li a img {
    display: block;
    height: 100%;
    width: auto;
    margin: auto;
}
#local-nav ul li div.ac_list {
	background-color: #e5e5e5;
}
#local-nav ul li div.ac_list {
    display: block;
	
}
#local-nav ul li.smp-sub-nav {
    background-color: #e5e5e5;
}

/*scene************************************************************/
#scene {
    margin: 0 auto 50px;
}
#scene h3 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    border-bottom: solid 1px #2C2C2C;
    padding: 20px 30px 10px;
    margin-bottom: 0px;
}
#scene p {
    padding: 25px 25px;
    font-size: 1em;
}

.img_r2 {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
}

.img_r2 img {
    width: 100%;
    margin: 0 0 20px;
    max-width: 100%;
}



/*deliarea************************************************************/
#deliarea {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 80px;
}
#deliarea table {
	border-collapse:  collapse;
	width: 100%;
    margin: 0 auto;
}
#deliarea table th, #deliarea table td {
    border: none;
    padding: 10px 5px;
    vertical-align: middle;
    display: block;
    margin: 0 0 10px;
}
#deliarea table th {
	background: #E3E3E3;
	width: auto;
}
#deliarea table td {
	margin: 0 0 20px;
}
#deliarea table p em {;
	font-weight: 600;
}

/*casestudy************************************************************/
#case {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 80px;
	display: inherit;
}
#case table {
	border-collapse:  collapse;
	width: 100%;
    margin: 0 auto 20px;
}
#case th, #case td {
  border:1px solid #d1d1d1;
  padding: 4px 10px;
  vertical-align: middle;
  word-wrap: break-word;
  white-space: normal;
}
#case th {
	background: #E3E3E3;
	width: 40%;
}
#case table p em {;
	font-weight: 600;
}

#case_content {
	width: 100%;
	display: table;
	margin-bottom: 40px;
}
#case_content h3 {
	margin: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 3px #2C2C2C;
    padding: 10px 20px;
    margin-bottom: 30px;
    background: #E3E3E3;
}
#case_content img {
	width: 100%;
	padding-right: 0px;
	padding-bottom: 10px;
}
#case_content table {
	width: 100%;
}
#case_content table th, #case_content table td {
	padding: 10px;
}

#case_content h4 {
	font-size: 18px;
	position: relative;
	padding: 1.5rem 1rem;
	margin: 0 0 30px 0;
}
#case_content h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#subnav {
	width: 100%;
    margin: 0 30px 30px 0;
  	position: relative;
	top: 0;
	height: 100%;
}
#subnav ul {
  border: 2px solid #cdb889;
  border-radius: 10px;
  list-style: none;
  padding: 0 .8em .5em;
  position: relative;
}
#subnav li {
  border-bottom: 1px dashed #b9b9b9;
  margin-top: 10px;
  padding: .5em 0 .5em 2em;
}
#subnav li:before {
  color: #cdb889;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left : 1em;
  margin: 3px 0;
  position: absolute;
}
#subnav li:last-of-type {
  border-bottom: none;
}


.img_left {
	float: left;
}

.content {
	width: 90%;
    margin: 0 auto 20px;
    padding: 5px 0 0;
}
.content-inner {
    width: 90%;
/*	padding-bottom: 30px;*/
}

.content-inner p {
	font-size: 1vw;
}
.content-inner p.sub {
	margin: 0 auto 20px;
	width: 90%;
	font-size: 0.95em;
	line-height: 2em;
}

/*common************************************************************/
#about h2 {
	letter-spacing: -0.1em;
}
/*#about h2 span, #plan h2 span, #area h2 span, #qa h2 span, #buy h2 span, #event h2 span, #step h2 span {
	font-size: 0.75em;
	display: block;
}*/



/*************************************************************/


.tex {
	width: 495px;
	/*height: 290px;*/
	float: left;
	padding: 0 45px;
}
.tex p {
	font-size: 14px;
	line-height: 2em;
}
.pic {
	width: 415px;
	height: 290px;
	float: left;
}
.pic img {
	width: 368px;
	height: 259px;
}



/*about************************************************************/




/*plan************************************************************/


#plan h3 span {
    font-size: 14px;
    display: block;
    line-height: 1.2em;
}
#plan .content-inner a.floating {
	width: 85%;
	display: block;
    height: auto;
    padding: 15px 0 10px 0;
	margin: 35px auto;
    float: none;
    background: #ffffff;
    color: #333333;
    text-align: center;
}
#plan .content-inner a.floating:hover {
	opacity: 0.7;
}
#plan .content-inner a.floating:first-child {
	/*margin-right: 0px;*/
}

#plan .content-inner a.floating img {
	width: 90%;
}

#plan .content-inner .floating .plan-info {
	margin-top: 25px;
}
#plan .content-inner .floating .plan-info ha {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#plan .content-inner .floating .plan-info dl {
	width: 100%;
}
#plan .content-inner .floating .plan-info dl dt {
	font-size: 14px;
}
#plan .content-inner .floating .plan-info dl dt:before {
	content: '\0025a0';
	font-size: 16px;
	font-weight: bold;
	margin: 0 2px 0 0;
}
#plan .content-inner .floating .plan-info dl dd ul li {
	line-height: 2.2em;
	font-size: 0.9em;
	padding-left: 1em;
    text-indent: -1em;
}
#plan .content-inner .floating .plan-info dl dd ul li:before {
	content: '\0030fb';
}
#plan .content-inner .floating .plan-info dl dd ul li.rice-mark {
/*font-size: 10px;*/
}
#plan .content-inner .floating .plan-info dl dd ul li.rice-mark:before {
	content: '\00203b';
}
#plan .btn-grp {
	width: 100%;
	margin: 40px auto;
}
#plan .btn-grp ul li {
	line-height: 2.2em;
	font-size: 0.9em;
	padding-left: 1em;
    text-indent: -1em;
}
#plan .btn-grp ul li:before {
	content: '\00203b';
}
#plan .btn-grp #modal-btn {
	display: block;
	width: 385px;
	height: 80px;
	margin: 50px auto 0 auto;
	background: #ad944d;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
	transition: .3s;
}
#plan .btn-grp #modal-btn span {
	display: inline-block;
	margin: 0 0 0 7px;
}
#plan .btn-grp #modal-btn span img {
	position: relative;
	top: 7px;
}
#plan .btn-grp #modal-btn:hover {
	background: #7d682b;
}



#plan .content-inner .floating {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 auto 40px auto;
	float: none;
}
#plan .content-inner .floating img {
	width: 100%;
	height: auto;
}
#plan .content-inner .floating h3 {
	margin: 15px 0 0 0;
	padding: 5px 15px;
	font-size: 1.6em;
	font-weight: 300;
	text-align: center;
}
#plan .content-inner .floating .price {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}
#plan .content-inner .floating .price span {
	font-size: 16px;
}
.price span {
    display: block !important;
}
#plan .content-inner .floating .cap {
	text-align: center;
	/*width: 90%;*/
	margin: 15px auto;
}
#plan .content-inner .floating .cap br.hide {
	display: none;
}
#plan .content-inner .floating .btn {
	display: block;
	width: 80%;
	height: 30px;
	margin: 20px auto;
	background: #ccb87f;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	transition: .3s;
}
#plan .content-inner .floating .btn:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	right: 19px;
	top: 10px;
}
#plan .content-inner .floating .btn:hover {
	background: #ad944d;
}
#plan .content-inner .floating .plan-info {
	margin-top: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
#plan .content-inner .floating .plan-info.open {
	height: auto;
	opacity: 1;
	visibility: visible;
}
#plan .content-inner .floating .plan-info h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#plan .content-inner .floating .plan-info dl {
	width: 100%;
}
#plan .content-inner .floating .plan-info dl dt {
	font-size: 100%;
}
#plan .content-inner .floating .plan-info dl dt:before {
	content: '\0025a0';
	font-size: 14px;
	font-weight: bold;
	margin: 0 2px 0 0;
}
#plan .content-inner .floating .plan-info dl dd ul li {
	font-size: 1em;
	line-height: 2em;
	text-indent: -1em;
	padding-left: 1em;
}
#plan .content-inner .floating .plan-info dl dd ul li:before {
	content: '\0030fb';
}
#plan .content-inner .floating .plan-info dl dd ul li.rice-mark {
/*font-size: 10px;*/
}
#plan .content-inner .floating .plan-info dl dd ul li.rice-mark:before {
	content: '\00203b';
}
.content-inner.menu_exam {
    width: 95% !important;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.content-inner.menu_exam .menu_exam_cld {
    width: 47%;
    margin: 0 auto;
}
.content-inner.menu_exam .menu_exam_cld img {
    width: 100%;
    height: auto;
}
.content-inner.menu_exam .menu_exam_cld h5 {
	font-size: 16px;
    text-align: center;
}
.content-inner.menu_exam .menu_exam_cld p {
    font-size: 12px;
    line-height: 1.3em;
}
#plan .btn-grp {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#plan .btn-grp ul li {
	line-height: 2em;
	font-size: 12px;
}
#plan .btn-grp ul li:before {
	content: '\00203b';
}
#plan .btn-grp #modal-btn {
	display: block;
	width: 90%;
	height: 47px;
	margin: 20px auto 0 auto;
	background: #ad944d;
	text-align: center;
	line-height: 47px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	transition: .3s;
}
#plan .btn-grp #modal-btn span {
	display: inline-block;
	margin: 0 0 0 5px;
}
#plan .btn-grp #modal-btn span img {
	width: 25px;
	height: 20px;
	position: relative;
	top: 3px;
}
#plan .btn-grp #modal-btn:hover {
	background: #ad944d;
}

#bottom-tex {
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.8em;
	margin: 10px auto 0 auto;
}
#bottom-tex .hide {
	display: inline;
}

.floating2 .btn {
	display: block !important;
	width: 80%;
	margin: 0px auto 10px;
	padding: 4px;
	border: 1px solid #666666;
	text-align: center !important;
	line-height: auto;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	transition: .3s;
}
.floating2 .btn:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 6px solid #666666;
	position: absolute;
	right: 19px;
	top: 11px;
}
.floating2 .btn2 {
	display: block;
	width: 80%;
	margin: 20px auto;
	padding: 4px;
	border: 1px solid #666666;
	text-align: center;
	line-height: auto;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	transition: .3s;
}
.floating2 .btn2:after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 19px;
    top: 13px;
}
.pln-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 30px auto;
}
.pln-list li {
    display: block;
    width: 100%;
    height: 64px;
    margin: 10px auto;
}
.pln-list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #d6d386;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 64px;
    cursor: pointer;
    transition: .3s;
}
.pln-list li a:before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    position: relative;
    top: 10px;
    right: 5px;
    border: solid 10px transparent;
    border-top: solid 13px #fff;
}
div.head_pln {
    display: block;
    width: 100%;
    height: 40px;
    text-align: left;
    margin: 30px auto;
    border-bottom: 2px solid #9b8545;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-indent: .5em;
}

/*event************************************************************/
#event .tex {
    width: 100%;
    height: 100%;
    float: left;
    padding: 6% 20px 0 2%;
	margin-bottom: 30px;
    /* flex-basis: 50%; */
    /* flex-shrink: 1; */
    /* display: flex; */
    justify-content: center;
    flex-direction: column;
}
#event div.floating {
	width: 47.5%;
	height: 100%;
    box-sizing: border-box;
	padding: 8px 8px 12px;
	margin-bottom: 0;
	float: left;
	background: #FFFFFF;
	color: #555555;
	text-align: center;
}

#event div.floating .cap {
	width: 100%;
	font-size: .9em;
	text-align: left;
	padding: 4px 0px;
	margin: 0;
}
#event div.floating img {
	width: 100%;
	height: auto;
}
.img-rsp {
    height: auto;
    margin:auto;
	width: 100%;
}


.image2 {
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.image2 li {
    margin: 0 auto;
    width: 80%;

}
.image2 img {
    width: 100%;
	border-radius: 10px;
}
.image2 p {
    font-size: 1.3em;
    margin-top: 15px;
    font-weight: bold;
}


/*step************************************************************/
#step ul {
	width: 90%;
	margin: 0 auto;
	display: flow-root;
}

#step ul li {
	width: 48%;
	padding: 1%;
	float: left;
}


/*オンラインイベントBOX　メイン画像************************************************************/
#mainimage02 {
	text-align: center;
    background: #FFFFFF;
	height: 700px;
}

#mainimage02_inner {
	width: 100%;
    max-width: 1040px;
    display: flex;
    margin: 0 auto;

}
.leftimg {
	position: absolute;
	z-index: 1000;
	top: 340px;
	width: 100%;
}

.rightimg {
    position: relative;
	width: 100%;
	height: 100%;
	top: 20px;
}
@media screen and (max-width:428px) { 
#mainimage02 {
	height: 520px;
}
.leftimg {
	top: 300px;
}
}


/*オンラインイベントBOXflow************************************************************/
#step .flow {
    position: relative;
    padding: 0 30px 60px 80px;
    margin: 0 0 0 40px;
    border-left: 1px solid #c82527;
}
#step .flow:before {
	content: "";
    position: absolute;
    top: 0;
    left: -24px;
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
	
}

#step .flow:last-child {
    border-left: none;
}

.flow01:before {
	background-image: url(/catering/onlineeventbox/img/ob_step_01.png);
}
.flow02:before {
	background-image: url(/catering/onlineeventbox/img/ob_step_02.png);
}
.flow03:before {
	background-image: url(/catering/onlineeventbox/img/ob_step_03.png);
}
.flow04:before {
	background-image: url(/catering/onlineeventbox/img/ob_step_04.png);
}

#step .flow h3 {
	text-align: left;
	padding: 5px 5px 2px 0px;
	font-size: 1.4em;
}
#step .flow p {
	font-size: 1em;
}
#step .flow .flow-icon {
	background: #c82527;
    color: #fff;
    font-weight: 700;
    padding: 2px;
    width: 100%;
    text-align: center;
}




/*オンラインイベントBOXflow************************************************************/
#flowbox {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 50px auto 0;
    max-width: 1280px;
}

#orderflow .flow {
    position: relative;
    margin: 0 30px 60px 20px;
    border: 1px solid #666666;
    width: auto;
    /* float: left; */
    text-align: center;
    height: 120px
}
#orderflow .flow:last-child {
    /*border-left: none;*/

}
#orderflow .flow::after {
	    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 4px solid #2C2C2C;
    border-right: 4px solid #2C2C2C;
    transform: rotate(135deg);
    position: absolute;
    right: 45%;
    bottom: -30px;
	top: initial;
}
#orderflow .flow:last-child::after {
	content: none;
}
/*#orderflow .flow:before {
	content: "";
    position: absolute;
    top: 0;
    left: -36px;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
	
}
.flow01:before {
	background-image: url(/catering/img/ob_orderflow_01.png);
}
.flow02:before {
	background-image: url(/catering/img/ob_orderflow_02.png);
}
.flow03:before {
	background-image: url(/catering/img/ob_orderflow_03.png);
}
.flow04:before {
	background-image: url(/catering/img/ob_orderflow_04.png);
}*/
#orderflow h3 {
	font-family: Verdana, Geneva, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-bottom: none;
    padding: 5px 30px;
    margin-bottom: 30px;
    background: #eeeeee;
}
#orderflow h3:after {
    border: none;
}
#orderflow p.flow-text {
	width: 90%;
	font-size: 18px;
	padding: 0px;
	margin-bottom: 0px;
	border: none;
	font-weight: 700;
	line-height: 1.2em;
	position: absolute;          /* 位置指定 */
   top: 50%;                    /* 親要素の半分下にずらす */
   left: 50%;                   /* 親要素の半分右にずらす */
   transform: translateY(-50%) translateX(-50%);    /* 要素自体の半分、上と左にずらす */
   padding: 35px 20px 20px;               /* 余白指定 */
}
#orderflow p.flow-text span {
	display: block;
    font-size: 0.7em;
    top: 5px;
    position: relative;
    font-weight: normal;
}
#orderflow p.flow-text span.btn {
    background: #CCC;
    border-radius: 12px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
#orderflow .flow .flow-icon {
	background: #a5915a;
    color: #fff;
    font-weight: 700;
    padding: 2px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -15px;
    border-radius: 100px
}

/*qa************************************************************/


#qa .content-inner .floating {
	float: left;
}
#qa .content-inner .floating:first-child {
	width: 540px;
	padding: 0 0 0 40px;
}
#qa .content-inner .floating:last-child {
	width: 380px;
	padding: 0 40px 0 0;
}
#qa .content-inner .floating h3 {
	font-size: 18px;
	margin: 0 0 30px 0;
}
#qa .content-inner dl {
	width: 96%;
    padding: 0;
    margin: 0 auto;
    font-size: 12px;
}
#qa .content-inner dl dt, #qa .content-inner dl dd {
	display: block;	
}
#qa .content-inner dl dt {
	padding: 20px 0px 10px 3em;
	text-indent: -3.3em;
}
#qa .content-inner dl dt span {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    padding: 3px 12px;
    margin-right: 10px;
}

#qa .content-inner dl dd {
    padding: 0px 0px 20px 3em;
    border-bottom: dotted 1px #ad944d;
    text-indent: -3.3em;
	line-height: 1.6em;
}
#qa .content-inner dl dd span {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #aebdc3;
    padding: 3px 12px;
    margin-right: 10px;
}
/*area************************************************************/
#area {
	text-align: center;
}

#area h3 {
	margin: 0 auto 30px auto;
	font-size: 1.3em;
}
#area h3 span {
	font-size: 0.9em;
}
#area p {
	margin: 0 auto 20px auto;
}
#area ul {
	width: 728px;
	margin: 20px auto;
	overflow: hidden;
}
#area ul li {
	display: block;
	width: 168px;
	height: 61px;
	line-height: 61px;
	border-radius: 6px;
	background:#ccb87f;
	color: #fff;
	font-size: 22px;
	float: left;
	margin-right: 18px;
	margin-bottom: 19px;
}
#area ul li:nth-child(3) {
	margin-right: 0;
}
#area ul li:nth-child(4) {
	/*margin-left: 93px;*/
}
#area ul li span {
	font-size: 18px;
}
/*buy************************************************************/
#buy {
	/*border: none;*/
	text-align: center;
	width: 90%;
}

#buy p {
	margin: 0 auto;
}

#buy #inq-btn {
	display: block;
	width: 100%;
	margin: 10px auto 40px auto;
}
#buy #inq-tel {
	margin: 30px auto;
}
#buy #inq-btn li p,#buy #inq-btn li a,
#buy #inq-btn li div {
	display: block;
	box-sizing: border-box;
	/*width: 385px;*/
	height: 80px;
	text-align: center;
	transition: .3s;
}
#buy #inq-btn #inq-tel a,
#buy #inq-btn #inq-tel div {
	color: #2C2C2C;
    font-size: 32px;
}
#buy #inq-btn #inq-tel a:hover,
#buy #inq-btn #inq-tel div:hover {
	opacity: 0.7;
}

#buy #inq-btn li p span, #buy #inq-btn li a span, #buy #inq-btn li div span {
    display: block;
    font-size: 14px;
    line-height: .3em;
}
#buy #inq-btn #inq-web p,#buy #inq-btn #inq-web a {
	display: block;
    margin: 10px auto;
    width: 80%;
    height: 58px;
    font-size: 16px;
    line-height: 2.5em;
    border-radius: 28px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    background: #a5915a;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#buy #inq-btn #inq-web a:hover {
	opacity: 0.7;
	color: #FFFFFF;
}


#buy #inq-btn #inq-web p{
    cursor: pointer;
}

#buy #inq-btn #inq-web a:hover {
	opacity: 0.7;
    color: #fff;
}

#buy #inq-btn #inq-web p:hover {
    opacity: 0.7;
    color: #fff;
}

#buy #inq-btn #inq-web p span,#buy #inq-btn #inq-web a span {
	display: block;
    font-size: 13px;
    line-height: .2em;
}


.link-btn {
	width: 90%;
	margin:  0 auto;
}
.link-btn a {
    display: block;
    margin: 40px auto;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 48px;
    border: #21273a solid 2px;
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
    color: #21273a;
    background: rgba(33, 39, 58, 0);
    transition: .3s;
}



#mod-out {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:9998;
	visibility:hidden;
	opacity:0;
	-webkit-transition:.5s;
	transition:.5s;
}
#mod-out .batsu {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
}
#mod-out.ison {
	opacity:1;
	visibility:visible;
}
#mod-regist {
	width:90%;
	box-sizing:boader-box;
	text-align:center;
	background:#fff;
	padding:50px 15px;
	position:fixed;
	bottom:-400%;
	left:50%;
	margin-left:-45%;
	z-index:9999;
    box-sizing: border-box;
	-webkit-transition:.7s;
	transition:.7s;
}
#mod-regist h3 {
	font-size: 1.1em !important;
}
#mod-regist.ison {
	bottom:50%;
	transform: translateY(50%);
}
.batsu {
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	width:24px;
	height:24px;
	cursor:pointer;
    font-size: 24px;
    line-height: 24px;
}
/*#mod-regist.ison a{
    background: #2C2C2C;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
}

#mod-regist.ison li a{
	display: block;
	box-sizing: border-box;
	width: 90%;
	height: 50px;
	text-align: center;
	transition: .3s;
}*/

#mod-regist.ison li p{
    margin-bottom: 3px;
	font-size: 0.95em;
}
#mod-regist.ison ul{
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

#mod-regist.ison li{
    display: block;
}

#mod-regist.ison li:first-child{
    margin-bottom: 15px;
	margin-right: 0px;
}

.mod-regist-column {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.mod-regist-column div {
	width: 84%;
	padding: 5%;
	margin: 0 auto 30px;
}
/*.mod-regist-column div:first-child {
     margin-right: 0;
}*/
.mod-regist-column h4 {
	font-size: 1.4em;
	font-weight: 600;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom: 10px;
}
.mod-regist-column div img {
	width: 100%;
    float: none;
}
.mod-regist-column p {
    width: 100%;
    float: none;
}
#mod-regist div ul li {
	min-width: 300px
}
/*fixed-inq************************************************************/
#fixed-inq {
	width: 210px;
	position: fixed;
	bottom: 30px;
	left: -210px;
	z-index: 9999;
	transition: .3s;
}
#fixed-inq.ison {
	left: 0;
}
#fixed-inq ul li {
    padding: 0 5px;
}
#fixed-inq ul li p,#fixed-inq ul li a,
#fixed-inq ul li div {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	background: rgb(200,37,39);
    background: linear-gradient(90deg, rgba(200,37,39,1) 50%, rgba(182,35,14,1) 100%);
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	transition: .3s;
}

#fixed-inq ul li p{
    cursor: pointer;
}

#fixed-inq ul li p:hover{
    opacity: 0.7;
    color: #fff;
}

#fixed-inq ul li a:hover,
#fixed-inq ul li div:hover {
	background: #333333;
}
#fixed-inq #inq-line a {
	color: #2cc014;
	background: #fff;
	border: solid 3px #2cc014;
	padding-top: 8px;
	font-size: 12px;
	line-height: 1.2em;
}
#fixed-inq #inq-line a img {
	display: block;
	width: 75px;
	height: auto;
	margin: 0 auto 6px auto;
}
#fixed-inq #inq-line a span {
	line-height: 1.2em;
}
#fixed-inq #inq-web {
	font-size: 18px;
	line-height: 70px;
}
#fixed-inq #inq-tel span {
	font-size: 14px;
	display: block;
	padding-top: 4px;
}
#fixed-inq #inq-tel span.tel-no {
	font-size: 28px;
	line-height: .85em;
	padding-top: 0;
}
#fixed-inq #inq-tel span:last-child {
	font-size: 10px;
	padding-top: 0;
}
#fixed-inq #inq-tel i,
#fixed-inq #inq-web i {
	display: none;
}
#fixed-inq #inq-tel .slash {
    display: none;
}
#fixed-inq #inq-tel .brk {
    display: inline;
}

.tel-no {
	font-size: 8px !important;
}
/*modal************************************************************/
#modal-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	transition: .3s;
}
#modal-outer.ison {
	opacity: 1;
	visibility: visible;
}
#modal-close {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999999;
}
#modal-inner {
	width: 100%;
	height: 450px;/*
    background: rgba(255,255,255,.2);*/
	position: fixed;
	top: 50%;
	margin-top: -225px;
}
#slider {
	height: 100%;
}
.sp-slide {
	text-align: center;
	width: 600px;
	margin: auto;
}
.sp-slide img {
	height: auto;
	width: 600px;
}

/*##################################################################*/
/*# media queries ##################################################*/
/*##################################################################*/
@media screen and (max-width: 767px) {
/*main image************************************************************/
#cate-outer {
    padding-top: 50px;
    position: relative;
}
#cate-outer #mainimage {
    padding-top: 0px;
}
#cate-outer h1 {
	width: 100%;
    /* height: 108px; */
    position: absolute;
    top: 94px;
    left: 0;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
}
#cate-outer h1 img {
	width: auto;
    height: 80px;
}



/*cate inner************************************************************/
#cate-inner {
	width: 100%;
	/*max-width: 90%;*/
	margin: 0 auto;
	overflow: hidden;
	/*font-family: "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3", Hiragino Kaku Gothic ProN, "\30E1\30A4\30EA\30AA", Meiryo, Helvetica Neue, Helvetica, Arial, sans-serif;
*/
}

.content section {
	width: 100%;
	margin: auto;
}
#cate-inner #subnav {
	display: none;
}
#cate-inner #inner {
    width: 90%;
    float: none;
    margin: 50px auto;
}

.menu_exam {
    justify-content: space-around;
   /* flex-wrap: wrap;*/
    padding: 0;
    margin: 0 auto 30px;
    /*max-width: 1280px;*/
	/*white-space: nowrap;*/
    overflow-x: auto;
    position: relative;
	display: block;
}

.floating1 {
	position: relative;
	margin: 10px 10px;
	padding: 20px;
	float: none;
	background: rgb(255 255 255);
    color: #666666;
    transition: .3s;
	display: inline-block;
      width: auto;
      height: 100%;
      position: relative;
	border: solid 1px #CCCCCC;
	border-radius: 6px;
	/*font-size: 0.9em;*/
}
/*.floating1:hover {
	opacity: 0.7;
}*/

.floating1:nth-child(2), .floating1:nth-child(4), .floating1:nth-child(6), .floating1:nth-child(8) {
	margin: 20px 0;
}
/*.floating1 div {
	font-family: "\6E38\30B4\30B7\30C3\30AF",YuGothic,"\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3",Hiragino Kaku Gothic ProN,"\30E1\30A4\30EA\30AA",Meiryo,Helvetica Neue,Helvetica,Arial,sans-serif;
	float: none;
    width: 100%;
    margin: 0 auto;
	white-space: normal;
}*/
.floating1 div.plan {
    float: right;
    width: 100%;
    max-width: 800px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.floating1 div.mod-img {
    float: none;
    width: 100%;
	white-space: nowrap;
    overflow-x: auto;
    position: relative;
    display: block;
	margin-bottom: 15px;
}
.floating1 img {
	/*float: left;*/
    width: 100%;
/*    height: 120px;*/
	padding: 0;
	margin: 0 0 10px 0;
	object-fit: cover;
}
.floating1 img.modal {
    float: none;
    /* display: block; */
    border-radius: 6px;
    padding: 0;
    margin: 15px 0 10px 0;
}
@media screen and (max-width: 520px) {
.floating1 img.modal {
    float: none;
    /* display: block; */
    width: 100%;
    border-radius: 6px;
    padding: 0;
    margin: 15px 0 10px 0;
}

	
.floating1 h4 {
	font-size:min(4.4vw,30px);
	line-height: 1.4em;
	height: 2.4em;
	margin: 0 0 10px 0;
	padding: 0 2px 0 0;
	letter-spacing: -0.02em;
}
.floating1 .cap {
	line-height: 1.5em;
	height: 4.5em;
	padding: 0;
	margin: 0 0 10px 0 !important;
	text-align: left !important;
}
.floating1 span {
	font-family: "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3", Hiragino Kaku Gothic ProN, "\30E1\30A4\30EA\30AA", Meiryo, Helvetica Neue, Helvetica, Arial, sans-serif;
	display: inline-block;
	font-weight: 600;
}
	
	
.pricebox {
	height: auto;
}
	
.price {
	font-size:min(3.6vw,18px);
	margin: 0px 0px 0px 5px;
}


.pricebox span.price2 {
	font-size:min(3vw,13px);
}
.pricebox span.price2:before {
	font-size:min(3vw,13px);
}
.pricebox span.np {
	font-size:min(3vw,13px);
}

.pricebox2 {
	height: auto;
	text-align: center;
}
	
.tag-icon {
    font-size: x-small;
    color: #8d8053;
    font-weight: 500 !important;
    padding: 1px 5px;
    border: 1px solid;
    border-radius: 5px;
    margin-right: 5px;
}
	

/*.floating1 .price:before {
	content: "税込 ";
	font-size: 0.7em;
}*/
.floating1 div.mod-elm .price {
	font-size: 4vw;
}	
	
.floating1 .price2 {
	font-size: 0.85em;
    margin: 0px;
    position: relative;
    /*top: -5px;*/
	display: inline;
}
.floating1 div.mod-elm .price2 {
	top: 0px;
	font-size:min(3vw,14px);
}
.floating1 .price2:before {
	content: "(税込 ";
	font-size: 0.85em;
}
.floating1 .price2:after {
	content: ")/1名様 ";
	font-size: 0.85em;
}
.floating1 .ta {
	font-size: 0.85em;
    background: #666666;
    display: inline;
    padding: 1px 2px;
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    bottom: 3px;
    position: relative;
    width: 30px;
	top: -2px;
	font-weight: 400;
}
.floating1 div.mod-elm .ta {
	top: -2px;
}
.floating1 .np {
	font-size: 0.85em;
	letter-spacing: -0.02em;
	/*display: block;*/
	position: relative;
	top: -2px;
	margin-bottom: 8px;
}
.floating1 div.mod-elm .np {
	display: inline;
	top: 0px;
}
	

.floating1 .cap br.hide {
	display: none;
}
.floating1 .btn {
	width: 80%;
    margin: 10px auto 10px;
    padding: 4px;
    background: #b0b0b0;
    text-align: center !important;
	line-height: 20px;
    font-size: 12.5px;
	font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: .3s;
	border-radius: 20px;
	color: #FFFFFF;

}
.floating1 .btn:hover {
	opacity: 0.7;
}
.floating1 .btn:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 6px solid #FFFFFF;
	position: absolute;
	right: 10px;
	top: 9px;
}

.floating1 .plan-info {
	margin-top: 25px;
}
.floating1 .plan-info ha {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.floating1 .plan-info dl {
	width: 100%;
}
.floating1 .plan-info dl dt {
	font-size: 14px;
}
.floating1 .plan-info dl dt:before {
	content: '\0025a0';
	font-size: 16px;
	font-weight: bold;
	margin: 0 2px 0 0;
}
.floating1 .plan-info dl dd ul li {
	line-height: 2.2em;
	font-size: 0.9em;
	padding-left: 1em;
	text-indent: -1em;
}
.floating1 .plan-info dl dd ul li:before {
	content: '\0030fb';
}
.floating1 .plan-info dl dd ul li.rice-mark {
/*font-size: 10px;*/
}
.floating1 .plan-info dl dd ul li.rice-mark:before {
	content: '\00203b';
}


/*
.floating1:nth-child(2), .floating1:nth-child(4), .floating1:nth-child(5), .floating1:nth-child(6), .floating1:nth-child(7), .floating1:nth-child(8) {
    margin: 0 0 30px 0;
}
*/

  
    
.floating2 {
	width: 100%;
	height: auto;
	display: block;
    position: relative;
    margin: 30px 0 0 0;
    padding: 10px 15px 15px;
    box-sizing: border-box;
	float: none;
	background: #e8e8e8;
	color: #666666;
    position: relative;
}

.floating2 .ribbon {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -10px;
    box-sizing: border-box;
    padding: 4px 12px;
    margin: 1px 0 10px 0;
    width: calc(100% + 20px);
    font-size: 14px;
    color: white;
    background: #ad944d;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    width: 60%;
}
.floating2 .ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #63501d;
}
/*.floating2:hover {
	opacity: 1;
}*/
.floating2:nth-child(1),.floating2:nth-child(3) {
	margin-right: auto;
}
.floating2 h4 {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 0 5px 0 5px;
	height: 50px;
	letter-spacing: -0.02em;
}


.floating2 .cap {
	font-size: 0.9em;
	line-height: 1.8em;
	height: 5em;
	padding: 0 10px;
	margin: 0 0 20px 0
}
.floating2 .price {
	font-size: 1.5em;
	font-weight: 700;
	margin: 0;
	padding: 0 10px;
}
.floating2 .price:after {
	content: "（税込）";
	font-size: 0.8em;
}
.floating2 img {
	width: 100%;
	height: auto;
	margin-top: 16px;
}
.floating2 .cap br.hide {
	display: none;
}
.floating2 .btn {
	display: block;
	width: 80%;
	/*height: 30px;*/
	margin: 20px auto 10px;
	border: 1px solid #666666;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	transition: .3s;
}
.floating2 .btn:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 6px solid #666666;
	position: absolute;
	right: 19px;
	top: 13px;
}
.floating2 .btn2 {
	display: block;
	width: 80%;
	/*height: 30px;*/
	margin: 20px auto;
	border: 1px solid #666666;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	transition: .3s;
}
.floating2 .btn2:after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 19px;
    top: 13px;
}


    
.floating2 .plan-info {
	margin-top: 25px;
}
.floating2 .plan-info ha {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.floating2 .plan-info dl {
	width: 100%;
}
.floating2 .plan-info dl dt {
	font-size: 14px;
}
.floating2 .plan-info dl dt:before {
	content: '\0025a0';
	font-size: 16px;
	font-weight: bold;
	margin: 0 2px 0 0;
}
.floating2 .plan-info dl dd ul li {
	line-height: 2.2em;
	font-size: 0.9em;
	padding-left: 1em;
    text-indent: -1em;
}
.floating2 .plan-info dl dd ul li:before {
	content: '\0030fb';
}
.floating2 .plan-info dl dd ul li.rice-mark {
/*font-size: 10px;*/
}
.floating2 .plan-info dl dd ul li.rice-mark:before {
	content: '\00203b';
}


.floating3 {
	width: 46%;
	height: auto;
	display: block;
    position: relative;
    margin: 30px 0 0 0;
    padding: 10px 10px 10px;
    box-sizing: border-box;
	float: none;
	background: #e8e8e8;
	color: #666666;
    position: relative;
	float: left;
}

.floating3 .ribbon {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -8px;
    box-sizing: border-box;
    padding: 4px 12px;
    margin: 1px 0 10px 0;
    width: calc(100% + 20px);
    font-size: 12px;
    color: white;
    background: #ad944d;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.floating3 .ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 5px transparent;
    border-right: solid 8px #63501d;
}
/*.floating3:hover {
	opacity: 1;
}*/

.setbox {
	width: auto;
    padding: 20px 10px;
	margin: 10px 0 30px 0;
    text-align: center;
	font-size: 18px;
    background: #ccb87f;
    color: #FFF;
}
.setbox_inner {
	border: 2px solid #FFFFFF;
    text-align: center;
    padding: 15px 20px;
	margin: 10px 10px;
    font-size: 1em;
    color: #FFFFFF;
    display: block;
}


.ribbonred {
	background: #c82527 !important;
}

.content_inner.little_pln .floating3:nth-child(odd){
	margin-right: 8%;
}
.content_inner.bigger_pln .floating3:nth-child(even) {
	margin-right: 8%;
}
.floating3 h4 {
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 0px;
	height: 60px;
	letter-spacing: -0.03em;
}


.floating3 .cap {
	font-size: 0.9em;
	line-height: 1.5em;
	height: 5em;
	padding: 0px;
	margin: 0 0 20px 0
}
.floating3 .price {
	font-size: 0.9em;
	font-weight: 100;
	line-height: 1.3em !important;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0 0 5px;
}
.floating3 .price em {
	font-style: normal;
	display: block;
}
.floating3 .price em:before {
	/*content: "1名槁E;
	font-size: 0.8em;*/
}
.floating3 .price em:after {
	content: "(税込)";
	font-size: 0.8em;
}
.floating3 img {
	width: 100%;
	height: auto;
	margin-top: 16px;
}
.floating3 .cap br.hide {
	display: none;
}
.floating3 .btn {
	display: block !important;
	width: 75%;
	margin: 6px auto;
	padding: 4px;
	border: 1px solid #666666;
	text-align: center !important;
	line-height: 30px;
	font-size: 13px;
	cursor: pointer;
	position: relative;
	transition: .3s;
}
.floating3 .btn:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 6px solid #666666;
	position: absolute;
	right: 4px;
	top: 14px;
}
.floating3 .btn2 {
	display: block;
	width: 80%;
	/*height: 30px;*/
	margin: 20px auto;
	border: 1px solid #666666;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	transition: .3s;
}
.floating3 .btn2:after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 19px;
    top: 13px;
}


    
.floating3 .plan-info {
	margin-top: 25px;
}
.floating3 .plan-info ha {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.floating3 .plan-info dl {
	width: 100%;
}
.floating3 .plan-info dl dt {
	font-size: 14px;
}
.floating3 .plan-info dl dt:before {
	content: '\0025a0';
	font-size: 16px;
	font-weight: bold;
	margin: 0 2px 0 0;
}
.floating3 .plan-info dl dd ul li {
	line-height: 2.2em;
	font-size: 0.9em;
	padding-left: 1em;
    text-indent: -1em;
}
.floating3 .plan-info dl dd ul li:before {
	content: '\0030fb';
}
.floating3 .plan-info dl dd ul li.rice-mark {
/*font-size: 10px;*/
}
.floating3 .plan-info dl dd ul li.rice-mark:before {
	content: '\00203b';
}



.floating4 {
	margin-bottom: 20px;
	display: block;
}





#mod-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.0);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 9999;
}
#mod-outer.ison {
    background: rgba(0,0,0,.6);
    opacity: 1;
    visibility: visible;
}
.mod-elm {
    width: 90% !important;
    height: 70%;
    position: fixed;
    top: 150%;
    left: 5%;
    margin: 0 auto !important;
    background: #fff;
    z-index: 9999;
    box-sizing: border-box;
    padding: 30px 20px 15px 20px;
    transition: .3s;
	overflow: scroll;
	font-size: 0.9em;
}

.mod-elm.ison {
    top: 16%;
    z-index: 99999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}    


    .mod-elm-inner{

    }

.mod-elm p {
	padding: 5px 0 !important;
	margin: 0 0 20px 0 !important;
	overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
	font-size: 1.2em;
}
/*.mod-elm:hover {
    opacity: 1;
}
*/
.mod-elm .batten {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
	overflow: initial !important;
}
.mod-elm h5 {
	margin-bottom: 10px;
    margin-top: 20px;
	border-bottom: #ad944d solid 3px;
	padding-bottom: 3px;
	font-size: 1.4em;
	text-align: center;
}

.mod-elm h5:first-child {
    margin-top: 0;
}
.mod-elm h5 span {
	display: inline-block;
    top: 0px;
    padding: 0 9px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    background: #c82527;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    left: 10px;
}
.mod-elm ul {
    margin-bottom: 20px;
	width: 100%;
	font-size: 1em;
	white-space: normal;
}
.mod-elm ul li span a {
    background: rgba(255,166,0,1.00);
    width: 50%;
    padding: 3px 5px;
    margin: 0 0 20px 5px;
}

.tex {
	width: 90%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
    /* display: contents; */
    top: 240px;
    position: relative;
    /* display: contents; */
    left: 5%;
    max-width: 767px;
    position: absolute;
}
.floating1 div.img-right {
    width: 100%;
    float: none;
}
}
.tex p {
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
	margin-bottom: 20px;
}
.pic, .pic_right {
	width: 100%;
    height: auto;
    position: relative;
    top: -300px;
    float: none;
}
.pic {
	min-width: 767px;
    height: auto;
    clip-path: inherit;
    position: absolute;
    top: 77px;
    right: 0px;
}
.pic img, .pic_right img {
	width: 100%;
    height: auto;
    
}

/*area************************************************************/
#area {

}
#area {
	text-align: center;
}
#area h2 {
	margin: 0 auto 45px auto;
}
#area h2 img {
	width: 227px;
	height: auto;
}
#area ul {
	width: 100%;
    margin: 20px auto;
    overflow: hidden;
}
#area ul li {
	display: block;
	width: 32%;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	background:#ccb87f;
	color: #fff;
	font-size: 12px;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}
#area ul li:nth-child(3),#area ul li:nth-child(6),#area ul li:nth-child(9) {
	margin-right: 0;
}
#area ul li:nth-child(4),#area ul li:nth-child(8) {
	margin-right: 2%;
}
#area ul li span {
	font-size: 9px;
}


/*fixed-inq************************************************************/
#fixed-inq {
	width: 100%;
	height: 80px;
	position: fixed;
	bottom: -80px;
	left: 0px;
	z-index: 9999;
	overflow: visible;
	transition: .3s;
}
#fixed-inq.ison {
	bottom: 0;
}
#fixed-inq ul {
	width: 100%;
}
#fixed-inq ul li {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
}
#fixed-inq #inq-line a {
	border: solid 2px #2cc014;
	padding-top: 5px;
	font-size: 12px;
}
#fixed-inq #inq-line a span {
	display: none;
}
#fixed-inq #inq-line a img {
	display: inline;
	width: 36px;
	height: auto;
	margin: 0 auto 0 auto;
}

#fixed-inq ul li:nth-child(2),
#fixed-inq ul li:nth-child(3),
#fixed-inq ul li:nth-child(4) {
	/*border-left: 1px solid #9B8545;*/
}
/*
#fixed-inq ul li:first-child,
#fixed-inq ul li:nth-child(2) {
	border-bottom: 1px solid #9B8545;
}
*/
#fixed-inq ul li p,#fixed-inq ul li a {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	transition: .3s;
}
#fixed-inq ul li a:hover {
	opacity: 0.7;
}
    
#fixed-inq ul li p:hover{
    opacity: 0.7;
    color: #fff;
}    
    
#fixed-inq #inq-web {
	font-size: 12px;
	line-height: 24px;
}
#fixed-inq #inq-web span:last-child,
#fixed-inq #inq-tel span:first-child,
#fixed-inq #inq-tel span:nth-child(2)  {
	display: none !important;
}
#fixed-inq #inq-web a.to-cld span:last-child {
	display: block !important;
}
#fixed-inq #inq-web i,
#fixed-inq #inq-tel i {
	font-size: 18px;
	display: block;
}
#fixed-inq #inq-tel span.tel-no {
	display: none;
}
#fixed-inq #inq-web a,
#fixed-inq #inq-tel a,
#fixed-inq #inq-web p {
	line-height: 14px;
	padding-top:4px;
}
#fixed-inq #inq-web span,
#fixed-inq #inq-tel span {
	font-size: 11px;
	display: block;
	line-height: 15px;
	padding-top: 0;
}
#fixed-inq #inq-tel span {
    line-height: 14px; 
	font-size: 9px;
}
#fixed-inq #inq-tel span:last-child {
	font-size: 8px;
}
#fixed-inq #inq-tel .slash {
    display: none;
}
#fixed-inq #inq-tel .brk {
    display: inline;
}


em.recepttime, em.tel-no {
	display: none !important;
}
	
/*modal************************************************************/
#modal-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	transition: .3s;
}
#modal-outer.ison {
	opacity: 1;
	visibility: visible;
}
#modal-close {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999999;
}
#modal-inner {
	width: 100%;
	height: 100%;
	position: static;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#slider {
	height: auto;
}
.sp-slide {
	width: 100%;
	height: auto;
	font-size: 9px;
}
.sp-slide img {
	width: 100%;
	height: auto;
}
/*
    .sp-slide {
        height: auto !important;
        text-align: center;
        margin: 0 auto -20px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
    }
    .sp-slide img {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #slider {
        display: flex;
        justify-content: center;
        align-items: center;
    }*/
	
/* お知らせ　**/
#rsv-stop {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: solid 2px #ad944d;
    margin: 20px auto;
}
#rsv-stop h5 {
    font-size: 16px;
    color: #ad944d;
    margin-bottom: 10px;
}


/* プラン詳細ペEジ
************************************************************/
/*******************************/
#inner h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -2px 2px rgba(255, 255, 255, 0.9), 0 3px 3px rgba(255, 255, 255, 0.9);
	margin-bottom: 20px;
}

div.detail h4 {
	width: auto;
	font-size: 1.2em;
	text-align: left;
	letter-spacing: -0.02em;
	line-height: 1.6;
	padding: 12px 20px 10px 2px;
	margin: 0 0 25px 0;
	font-weight: 700;
	color: #333333;
	border-bottom: solid 1px #666666;
}
.singleimage {
	width: 100%;
	height: auto;
}
/*#inner p {
	text-align: left;
	line-height: 1.8 !important;
	display: inline-block;
	overflow: hidden;
}*/
#inner p.txt {
	/*color: #80322C;*/
	/*margin-left: 1.8em;*/
	margin-bottom: 30px;
	clear: both;
}
#inner p span {
	display: none;
}
section {
	width: 100%;
	clear: both;
	margin: 50px 0 30px;
	overflow: hidden;
}
section ul {
	overflow: hidden;
}
section ul#recommend li {
	line-height: 2em;
	font-size: 1em;
	display: inline-block;
	color: #222222;
	width: 31.7%;
	margin: 0 2% 35px 0;
	border-bottom: solid 8px #C82527;
}
section ul#recommend li.other {
	border-bottom: solid 8px #333333;
}
section ul#recommend li:nth-child(3), section ul#recommend li:nth-child(6), section ul#recommend li:nth-child(9) {
	margin-right: 0;
}
section ul#recommend li img {
	display: block;
	width: 100%;
}
section ul#recommend li dl {
	height: 210px;
	display: block;
	background: rgba(224, 222, 206, 0.7);
	padding: 35px 7%;
}
section ul#recommend li dt {
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 20px 0;
}
section ul#recommend li dt span {
	display: block;
	font-size: 0.8em;
	line-height: 1.5em;
}
section ul#recommend li dd {
	margin: 0;
	font-size: 13px;
	line-height: 2;
}
section ul#recommend li a {
	display: block;
	height: auto;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}
section ul#recommend li a img {
	width: 100%;
	height: auto;
	margin: 0 auto 12px auto;
}
.area {
	background: #999999;
	display: block !important;
	padding: 3px 10px;
	text-align: center !important;
	font-size: 1.3em;
}

#slider-outer {
	float: left;
	width: 100%;
	position:relative;
}
/*
ul#shopimg img {
	width: 100%;
	height: auto;
}
ul#shopimg a:hover {
	opacity: 0.7;
}
*/
.plancolumn {
	width: 100%;
	float: none;
}
.plantxt {

}
.planbtn {
	margin-bottom: 15px;
}
.shoptxt {
	float: right;
	width: 50%;
}
table.table_plan {
	border-collapse: collapse;
	width: 100%;
	border: #DADADA 1px solid;
	table-layout: fixed;
}
table.table_plan th.t_top {
	border-top: #DADADA 4px solid;
}
table.table_plan th {
	border-bottom: #DADADA 1px dotted;
	border-right: #DADADA 1px solid;
	background: #EEEEEE;
	text-align: left;
	padding: 14px 10px;
	font-weight: normal;
	width: 40%;
}
table.table_plan td.t_top {
	border-top: #DADADA 4px solid;
}
table.table_plan td {
	border-bottom: #DADADA 1px dotted;
	border-right: #DADADA 1px solid;
	text-align: left;
	padding: 14px 18px;
}

table.table_ex {
	border-collapse: collapse;
	width: 100%;
	border: #DADADA 1px solid;
	table-layout: fixed;
	margin-bottom: 10px;
}

table.table_ex th.t_top {
	border-top: #DADADA 4px solid;
}

table.table_ex th {
	border-bottom: #DADADA 1px dotted;
	border-right: #DADADA 1px solid;
	background: #EEEEEE;
	text-align: left;
	padding: 14px 10px;
	font-weight: normal;
	width: 50%;
}

table.table_ex td.t_top {
	border-top: #DADADA 4px solid;
}

table.table_ex td {
	border-bottom: #DADADA 1px dotted;
	border-right: #DADADA 1px solid;
	text-align: right;
	padding: 14px 18px;
}

dl#sample_menu {
	text-align: left;
/*	background: #FFECEC;*/
	padding: 15px 20px;
}
dl#sample_menu dt {
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 10px;
}

dl#sample_menu dd {
	margin-bottom: 10px;
}
dl#sample_menu dd:before {
	content: " ■ ";
}
.inquiry2 {
	width: 50%;
	float: right;
	text-align: right;
}
.inquiry2 .tel {
	font-size: 1.4em !important;
	color: #FFF;
	font-size: 13px;
	background: #999999;
	text-decoration: none;
	display: block;
	vertical-align: top;
	margin: 0;
	width: 240px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none;
	line-height: 20px;
	padding: 10px;
	text-align: center;
}
.inquiry2 .btn_mini a {
	color: #FFF;
	font-size: 13px;
	background: #C82527;
	text-decoration: none;
	display: block;
	vertical-align: top;
	margin: 0;
	width: 210px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none;
	line-height: 20px;
	padding: 10px;
	text-align: center;
}
.inquiry2 .btn_mini a:hover {
	background: #ED6A60;
}
.inquiry2 span {
	display: inherit !important;
	top: 0;
}
ul.notice li {
	text-indent: -1em;
	padding-left: 1em;
}
ul.notice li:before {
	content: "※";
}

.arrow {
	position: relative;
	padding-left: 1em;
}
.arrow:after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 6px solid #2C2C2C;
    position: absolute;
    left: 0px;
    top: 30%;
}
    
a.btn-intro{
    display: inline-block !important;
    padding: 4px;
    text-align: center !important;
    cursor: pointer;
    transform: translateX(-50%);
    background-color:#2C2C2C;
    transition: .3s;
    font-size: 14px;
    line-height: 30px !important;
    color: #ffffff;
    position: relative;
    bottom: auto;
    top:0;
    left: 50%;
    margin: 10px auto;
    width: 80%;
        }
    
    a.btn-intro:hover{
        opacity: 0.7;
        background-color: #7d682b;
    }
.tab-select {
    margin: 40px auto;
}
.hide {
    display: none;
}
.tab-selecter {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.tab-selecter li {
    display: block;
    box-sizing: border-box;
    width: 50%;
    height: 40px;
    text-align: center;
    border-bottom: 2px solid #ad944d;
    line-height: 40px;
    background: #f5f5f5;
    color: #ad944d;
    cursor: pointer;
    transition: .3s;
}
.tab-selecter li.select {
    border: none;
    color: #ad944d;
    background: #fff;
    border: 2px solid #ad944d;
    border-bottom: none;
    font-weight: bold;
}
.lorm {
    transition: .3s;
}

/* 追加メニューページ
************************************************************/
/*******************************/
.addmenu {
	width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-top: solid 1px #b9b9b9;
    margin: 0;
    padding: 3% 0;
}
.addmenu:last-child{
	border-bottom: solid 1px #b9b9b9;
}

.addmenu_img {
	width:35%;
	height:auto;
	margin:0;
	padding: 0;
	float:left;
}
.addmenu_img img {
	display:block;
	width:100%;
	height:100%;
}
.addmenu_info {
	width:61%;
	padding:0 0 0 12px;
	float:left;
	font-size:11px;
	letter-spacing: -0.03em;
}
.addmenu_info h4 {
	font-size:1.15em !important;
	color:#333333;
	margin:3px 0 10px;
}
.addmenu_info p.txt {
	margin-bottom: 5px !important;
	line-height:1.4em !important;
}
.addmenu_info p.txt em {
	font-size:0.85em;
	display:block;
	font-style: normal;
}
.addmenu_info p.price {
	font-size:1.1em;
	font-weight: 700;
	margin-bottom: 0;
	float:left;
}
.addmenu_info p.price span {
	display: block;
}
.addmenu_info p.price em {
	display: none;
}
.addmenu_info ul {
	width:100%;
}
.addmenu_info ul li {
	font-size:10px;
	line-height:1.5em;
	display:block;
}
.addmenu_info ul li:nth-child(3) {
	display:block;
	width:160px;
	float:left;
	margin:8px 5px 0 0;
	font-size:12px;
}
 .addmenu_info ul li:last-child {
	display:block;
	width:180px;
	float:left;
	margin:8px 5px 0 0;
	font-size:12px;
}
.addmenu_info ul li a {
	color:#800000;
	text-decoration:none;
    /* font-weight: bold; */
    font-size: 13px;
}
.addmenu_info ul li a:hover {
	color:#800000;
}


.addmenu_btn {
	width:240px;
	width:365px;/*仮*/
	height:40px;
}
.addmenu_btn a {
	display:block;
	width:115px;
	height:40px;
	line-height:41px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	border-radius: 2px;
	letter-spacing: 0;
	background: #c62c34; 
	float:right;
	margin:0;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
a.web_rsv {
	margin:0 10px 0 0;
	background:#e79106;
}
a.btn_lineat {
	margin:0 10px 0 0;
	background:#00c300;
	background:#FFF;
}
.addmenu_btn a img {
	height:40px;
	width:102px;
	margin:0;
}
/* ドリンクメニューペEジ
************************************************************/
/*******************************/
.ctg-list {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}
.ctg-list .ctg-list-ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ctg-list .ctg-list-ul .ctg-item {
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    transition: .3s;
}
.ctg-list .ctg-list-ul .ctg-item:hover {
    background: #f5f5f5;
}
.ctg-list .ctg-list-ul .ctg-item.is-active {
    background: #ad944d;
    color: #fff;
}
.ctg-list .ctg-list-ul .ctg-item.is-active:hover {
    background: #ad944d;
}
.content_inner.drink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.drinkmenu {
    width: 100%;
    box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #b9b9b9;
    border-top: none;
	margin: 0;
	padding: 12px;
    display: flex;
    flex-wrap: nowrap;
}
.drinkmenu_img {
    width: 40%;
    height: auto;
}
.drinkmenu_img img {
    width: 100%;
    height: auto;
}
.drinkmenu:first-child {
	border-top: solid 1px #b9b9b9;
}
.drinkmenu_info {
    width: 60%;
    box-sizing: border-box;
    padding: 0 0 0 12px;
}
.drinkmenu_info h4 {
    margin-bottom: 10px;
}
#inner .drinkmenu_info p.drinkmenu_txt {
    font-size: 12px !important;
    line-height: 1.5em !important;
    margin-bottom: 0;
}
.drinkmenu_info p.drinkmenu_price {
    margin-bottom: 0;
}
/* ドリンクメニューページ
************************************************************/
/*******************************/
.content_inner.drink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 1px #b9b9b9;
    border-left: solid 1px #b9b9b9;
    border-right: solid 1px #b9b9b9;
}
.drinkmenu {
    width: 100%;
    box-sizing: border-box;
	background-color: #fff;
	border-bottom: solid 1px #b9b9b9;
    border-top: none;
	margin: 0;
	padding: 12px;
    display: flex;
    transition: .3s;
}
.drinkmenu.is-hide {
    display: none;
    opacity: 0;
}
.drinkmenu_img {
    height: 150px;
}
.drinkmenu_info {
    box-sizing: border-box;
    padding: 0 0 0 12px;
}
.drinkmenu_info h4 {
    margin-bottom: 10px;
}
.drinkmenu_info h4.pb:after {
    content: 'PB';
    display: inline-block;
    font-size: 9px;
    text-align: center;
    line-height: 21px;
    width: 21px;
    height: 21px;
    border-radius: 3px;
    color: #fff;
    background: #C82527;
    margin-left: 5px;
}
#inner .drinkmenu_info p.drinkmenu_txt {
    font-size: 12px !important;
    line-height: 1.5em !important;
    margin-bottom: 0;
}
.drinkmenu_info p.drinkmenu_price {
    margin-bottom: 0;
}
/* バースデーケーキページ
************************************************************/
/*******************************/

.cake-images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
.cake-images img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.cake-prag {
    text-align: center !important;
    font-size: 15px !important;
    display: block !important;
    margin-bottom: 20px
}
#inner p.cake-notice {
    font-size: 12px !important;
    line-height: 1.5em !important;
    margin-bottom: 0 !important;
    padding-left: 1em;
    text-indent: -1em;
    vertical-align: bottom;
}
#inner p.cake-notice:last-child {
    margin-bottom: 30px !important;
}
.cake-inq {
    width: 100%;
    padding: 60px 0;
    border-top: solid 10px #ad944d;
}
.cake-inq h2 {
    text-align: center !important;
    margin: 0 auto 45px auto;
    font-size: 30px !important;
    font-weight: 100 !important;
}
.cake-inq #inq-btn {
	width: 100%;
	margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cake-inq #inq-btn li {
    width: 90%;
    margin:0 auto 20px auto;
}
.cake-inq #inq-btn li.last {
	transform: translateX(-50%);
	left: 50%;
	position: relative;
	margin-top: 30px;
}
.cake-inq #inq-btn li p, .cake-inq #inq-btn li a, .cake-inq #inq-btn li div {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	text-align: center;
	transition: .3s;
}
.cake-inq #inq-btn #inq-tel a, .cake-inq #inq-btn #inq-tel div {
	border: 3px solid #ad944d;
	color: #7d682b;
	font-size: 36px;
}
.cake-inq #inq-btn #inq-tel a:hover, .cake-inq #inq-btn #inq-tel div:hover {
	color: #ad944d;
	background: #f5f5f5;
}
.cake-inq #inq-btn li p span, .cake-inq #inq-btn li a span, .cake-inq #inq-btn li div span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: .2em;
}
.cake-inq #inq-btn #inq-web p, .cake-inq #inq-btn #inq-web a, .cake-inq #inq-btn #inq-web div {
	display: block;
    margin: 30px auto;
    width: 420px;
    height: 60px;
    font-size: 20px;
    line-height: 2em;
    border: #ad944d solid 2px;
    border-radius: 28px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    color: #ad944d;
    font-weight: bold;
}
.cake-inq #inq-btn #inq-web a:hover {
	background: #ad944d;
	color: #FFFFFF;
}
.cake-inq #inq-btn #inq-web p {
	cursor: pointer;
}
.cake-inq #inq-btn #inq-web p:hover {
	opacity: 0.7;
	color: #fff;
	background: #7d682b;
}
.cake-inq inq-btn #inq-web a span, .cake-inq #inq-btn #inq-web span {
	color: #fff !important;
	line-height: 1.3em;
	font-weight: 100;
}

/*2018.07.17*/
@media screen and (max-width:370px) { 
    .mod-elm.ison {
    top: 20%;
    z-index: 99999;
}
    .mod-elm {
    height: 60%;
}
}
/*2018.07.17*/


/*改行------- */	
.sp-brk {
	display: inline;
}
.pc-brk {
	display: none;
}


/*　プラン横スクロール　*/
.gallery-container {
      white-space: nowrap;
      overflow-x: auto;
    }
.gallery-item {
      display: inline-block;
      width: 300px;
      height: 200px;
      background-size: cover;
      margin: 10px;
    }



/*　タブ切り替え（未使用）　*/
.tab-area{
max-width: 90%;
margin: 0 auto;
}
.tab-btn{
display:none; /*タブの切り替えを制御するラジオボタンを非表示に*/
}
.tab-list-wrap{
padding:0; /*デフォルトの値をクリア*/
margin: 0; /*デフォルトの値をクリア*/
list-style-type:none; /*デフォルトの値をクリア*/
display:inline-flex; /*ボタンを横並びに*/
/*justify-content:space-between;*/ /*ボタンを横幅いっぱいに配置*/
}
 
.tab-list{
display:block;
width: 95%;
padding: 10px 0;
	margin: 0 20px 0 0;
text-align:center;
border-top:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-radius: 4px 4px 0 0;
background: #CCCCCC;
box-sizing:border-box; /*borderの値を横幅に含める*/
cursor:pointer; /*オンマウス時にカーソルを指の形に*/
	font-size: 1em;
	font-weight: 500;
}
 
#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3,
#tab-btn4:checked ~ .tab-list-wrap #tab-list4{
background:#333333; /*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
	color: #FFFFFF;
}
.tab-content{
padding:30px;
	margin: 0 0 60px 0;
border: 1px solid #CCCCCC;
height: 600px;
display:none; /*初期状態を非表示に*/
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#tab-btn3:checked ~ .tab-content-wrap #tab-content3,
#tab-btn4:checked ~ .tab-content-wrap #tab-content4{
display: block;/*対応するボタンにチェックが入ったときに表示*/
}
.tab-area table {
	width: 100%;
}
.tab-area th, .tab-area td {
  border:1px solid #b2b2b2;
  padding: 10px 20px;
	margin-bottom: -1px;
  vertical-align: middle;
	width: auto;
	display: block;
}
.tab-area th {
	background: #E3E3E3;
}



/* ---------- 吹き出し共通設定 ---------- */
.block-baloon, .block-baloon-top, .block-baloon-right, .block-baloon-bottom, .block-baloon-left	{
	display: inline-block;
        padding: 1em;
        margin-bottom: 1em;
        position: relative;
        background-color: #FFFFFF;
        border: 3px solid #e7cd95;
        border-radius: 0.5em;
        width: 70%;
	height: 100%;
        text-align: center;
}
.block-baloon:before, .block-baloon:after, .block-baloon-top:before, .block-baloon-top:after, .block-baloon-right:before, .block-baloon-right:after, .block-baloon-bottom:before, .block-baloon-bottom:after, .block-baloon-left:before, .block-baloon-left:after	{
	content: '';
	position: absolute;
}

/* ---------- 吹き出し：下 ---------- */
.block-baloon-bottom	{
	        margin: 20px 20px 20px 0;
            padding: 20px;
}
.block-baloon-bottom:before, .block-baloon-bottom:after	{
	left: 50%;
	transform: translateX(-50%);
	bottom: -1.5em;
	border-top: 1.5em solid #e7cd95;
	border-right: 22px solid transparent;
	/*border-left: 8px solid transparent;*/
}
.block-baloon-bottom:after	{
	bottom: calc( 4px - 1.5em );
	border-top: solid 1.5em #FFFFFF;
}

.block-baloon-bottom div.plan p {
	height: 12em;
}

#point {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}
.circle {	
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  border-radius:initial;
  /*background-image: linear-gradient(90deg, rgba(246, 210, 128, 1), rgba(251, 253, 191, 1));*/
	background: #21273a;
  margin: 0px;
	font-size: 3.4vw !important;
}

.circle span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width : 100%;
  text-align:center;
	font-size: 1em;
	color: #FFFFFF;
	/*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}



/*
オリジナルプラン
-------------------------------------------*/

