@charset "UTF-8";
/* CSS Document */

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

          General Setting

*****************************************/
/*html, body, div, span, object, iframe,*/
/*h1, h2, h3, h4, h5, h6, blockquote, pre,*/
/*abbr, address, cite, code,*/
/*del, dfn, em, img, ins, kbd, q, samp,*/
/*small, strong, sub, sup, var,*/
/*b, i,*/
/*dl, dt, dd, ol, ul, li,*/
/*fieldset, form, label, legend,*/
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
/*article, aside, canvas, details, figcaption, figure,*/
/*footer, header, hgroup, menu, nav, section, summary,*/
/*time, mark, audio, video adsress {*/
/*padding: 0;*/
/*margin: 0;*/
/*line-height: 100%;*/
/*vertical-align: baseline;*/
/*}*/
body {
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  background-image: url(images/bg.png);
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  width: 960px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

nav ul {
  list-style: none;
  float: right;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

h2,
h3,
h4 {
  margin-bottom: 20px;
}

.slider img,
.fixation img {
  width: 312px;
  height: 225px;
  object-fit: contain;
  vertical-align: bottom;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #555;
  -moz-transition: 0.3s;
  /* WebKit */
  -webkit-transition: 0.3s;
  /* Opera */
  -o-transition: 0.3s;
  /* Standard */
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

p {
  line-height: 150%;
}

li {
  list-style: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.sp {
  display: none;
}

#wrapper {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(images/bg.png);
  background-repeat: repeat;
}

.home #wrapper {
  width: 980px;
}

.WrapInner {
  width: 100%;
  background: url(images/bg-inner.png) repeat;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.WrapInner2 {
  width: 960px;
  background: url(images/bg-inner.png) repeat;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0px;
}

header {
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

h1#Logo {
  margin: 0;
}

h1#Logo a {
  display: block;
  width: 272px;
  height: 129px;
  margin-left: 20px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat;
  /*float: left;*/
}

#nav_toggle {
  display: none;
}

nav#NavArea {
  /*float: right;*/
}

nav#NavArea ul .facebook a {
  display: block;
  width: 369px;
  height: 63px;
  text-indent: -9999px;
  background: url(images/facebook.png) no-repeat;
}

nav#NavArea ul .facebook a:hover {
  background: url(images/facebook-hover.png) no-repeat;
}

#NavArea {
  width: 610px;
  padding: 0;
  margin-bottom: 6px;
}

#SnsNav {
  /*float: right;*/
  height: 63px;
  /*width: 369px;*/
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  position: absolute;
  right: 20px;
  top: 0px;
}

#SnsNav .facebook a {
  display: block;
  width: 369px;
  height: 63px;
  text-indent: -9999px;
  /*background: url(images/facebook.png) no-repeat;*/
  background: url(images/facebook-hover.png) no-repeat;
}

#SnsNav .facebook a:hover {
  /*background: url(images/facebook-hover.png) no-repeat;*/
  /*background: url(images/facebook.png) no-repeat;*/
}

#gnav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*width: 600px;*/
  padding-left: 0;
  margin: 0;
  /*float: left;*/
  border-left: 1px solid #6a3906;
}

#gnav li {
  /*float: left;*/
  text-indent: -9999px;
  border-right: 1px solid #6a3906;
}

#gnav li a {
  display: block;
  height: 60px;
}

#gnav li.outline a {
  width: 220px;
  padding-left: 16px;
  padding-right: 16px;
  /*background: url(images/gnav.png) no-repeat 0px 0px;*/
  background: url("images/gnav_about.png") center center no-repeat;
}

#gnav li.gourmet a {
  width: 150px;
  /*background: url(images/gnav.png) no-repeat -150px 0px;*/
  background: url("images/gnav_course.png") center center no-repeat;
}

#gnav li.lunch a {
  width: 150px;
  /*background: url(images/gnav.png) no-repeat -300px 0px;*/
  background: url("images/gnav_lunch.png") center center no-repeat;
}

#gnav li.mail a {
  width: 125px;
  padding-left: 16px;
  padding-right: 16px;
  /*background: url(images/gnav.png) no-repeat -450px 0px;*/
  background: url("images/gnav_mail.png") center center no-repeat;
}

#gnav li.course_1 a,
#gnav li.course_2 a,
#gnav li.course_3 a {
  width: 110px;
}

#gnav li.course_1 a {
  padding-left: 16px;
  padding-right: 16px;
  background: url("images/gnav_store.png") center center no-repeat;
}

#gnav li.course_2 a {
  background: url("images/gnav_standard.png") center 15px no-repeat;
}

#gnav li.course_3 a {
  background: url("images/gnav_premium.png") center 15px no-repeat;
}

#gnav li a:hover {
  background-color: #a98658;
}

/*#gnav li.outline a:hover {*/
/*width: 150px;*/
/*background: url(images/gnav-hover.png) no-repeat 0px 0px;*/
/*}*/

/*#gnav li.gourmet a:hover {*/
/*width: 150px;*/
/*background: url(images/gnav-hover.png) no-repeat -150px 0px;*/
/*}*/

/*#gnav li.lunch a:hover {*/
/*width: 150px;*/
/*background: url(images/gnav-hover.png) no-repeat -300px 0px;*/
/*}*/

/*#gnav li.mail a:hover {*/
/*width: 150px;*/
/*background: url(images/gnav-hover.png) no-repeat -450px 0px;*/
/*}*/

#main-pic img {
  margin-bottom: 20px;
}

#main-pic img {
  margin-left: -20px;
}

#ConTours {
  margin-bottom: 40px;
}

#ConWrap {
  overflow: hidden;
}

#ConTours h1 {
  width: 247px;
  height: 97px;
  text-indent: -9999px;
  background: url(images/h1-tours.png) no-repeat;
  margin: 0 auto 20px auto;
}

.Top2colL {
  width: 450px;
  height: 232px;
  float: left;
  background: url(images/bg-lunch.jpg) no-repeat;
}

.Top2colR {
  width: 450px;
  height: 232px;
  float: right;
  background: url(images/bg-gourmet.jpg) no-repeat;
}

.ToursLogo {
  margin-top: 23px;
  margin-bottom: 12px;
}

.Top2colL .desc,
.Top2colR .desc {
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 100%;
  margin: 0;
}

.Top2colL .btn,
.Top2colR .btn {
  text-align: center;
  margin-top: 15px;
  line-height: 100%;
}

.Top2colL .btn a,
.Top2colR .btn a {
  display: inline-block;
  margin: 0 auto;
  padding: 7px 15px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  letter-spacing: -1px;
}

.Top2colL .btn a:hover,
.Top2colR .btn a:hover {
  color: #333333;
  background: #fff;
}

#ConTopics {
  margin-bottom: 40px;
  height: 900px;
  width: 920px;
}

#ConTopics h1 {
  width: 247px;
  height: 97px;
  text-indent: -9999px;
  background: url(images/h1-topics.png) no-repeat;
  margin: 0 auto 20px auto;
}

.Top3colL {
  position: relative;
  width: 450px;
  height: 700px;
  float: left;
  margin-right: 10px;
  background-color: #fff;
}

.Top3colR {
  position: relative;
  width: 480px;
  height: 350px;
  background: #fff;
}

.Top3colL img,
.Top3colR img {
  margin-bottom: 15px;
}

.Top3colL h2,
.Top3colR h2 {
  font-size: 16px;
  color: #ecc439;
  line-height: 120%;
  padding: 0 5px;
}

.Top3colL .desc,
.Top3colR .desc {
  line-height: 150%;
  padding: 0 5px;
}

.Top3colL .detail,
.Top3colR .detail {
}

.Top3colL .detail a,
.Top3colR .detail a {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  padding: 5px 10px;
  background-color: #d81f26;
  font-size: 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
}

.Top3colL .detail a:hover,
.Top3colR .detail a:hover {
  background-color: #813033;
}

.Top3colL dl {
  font-weight: bold;
  padding: 0 5px;
}

.Top3colL dl dt {
  float: left;
  min-width: 4em;
  max-width: 100%;
}

.Top3colL dl dd {
  margin-left: 4em;
  margin-bottom: 15px;
}

.TopicsContact {
  padding: 0 5px;
  font-size: 12px;
  line-height: 150%;
}

/*#ConSponsor h1 {
	width: 247px;
	height: 97px;
	text-indent: -9999px;
	margin:0 auto 20px auto;
	background-repeat: no-repeat;
}

#ConSponsor ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#ConSponsor ul li.SpRight {
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
}*/

#ConSponsor {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#ConSponsor h1 {
  width: 247px;
  height: 97px;
  text-indent: -9999px;
  margin: 0 auto 20px auto;
  background-repeat: no-repeat;
}

#ConSponsor ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}

#ConSponsor ul li {
  /*float: left;*/
  /*width: 300px;*/
  margin-right: 20px;
  margin-bottom: 20px;
}

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

#ConSponsor ul li img {
  width: 100%;
  height: auto;
}

#ConSponsor ul li.SpRight {
  /*float: left;*/
  /*margin-right: 0;*/
  /*margin-bottom: 20px;*/
}

#TtlOutline {
  width: 247px;
  height: 97px;
  text-indent: -9999px;
  background: url(images/h1-outline.png) no-repeat;
  margin: 0 auto 20px auto;
}

#about {
  margin-right: 30px;
}

#about .AboutBox {
  text-align: center;
}

.AboutBox {
}

.AboutBox02 {
  padding-top: 80px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center top;
}

#AboutExplain h2 {
  font-size: 30px;
  text-align: center;
  line-height: 150%;
  color: #ecc439;
}

#AboutExplain h3 {
  min-height: 30px;
  font-size: 20px;
  color: #813033;
  line-height: 120%;
  padding-left: 40px;
  padding-top: 5px;
  background: url(images/ttl-side02.png) no-repeat;
}

#AboutExplain > p {
  text-align: center;
}

img#AboutMain {
  margin-bottom: 40px;
}

.About2colL {
  width: 450px;
  float: left;
  margin-top: 20px;
}

.About2colR {
  width: 920px;
  float: none;
  font-size: 17px;
  color: #501e1f;
}

.About3colR {
  width: 920px;
  font-weight: bold;
  float: none;
  font-size: 18px;
  color: #501e1f;
}

.About3colR .desc {
  line-height: 2;
}

.About4colR {
  width: 920px;
  font-weight: bold;
  float: none;
  font-size: 16px;
  color: #501e1f;
  line-height: 1.5em;
}

.About5colR {
  width: 920px;
  float: none;
  font-size: 15px;
  color: #501e1f;
  line-height: 1.5em;
}

.About2colL h1,
.About2colR h1 {
  margin-bottom: 20px;
  color: #813033;
}

.About2colL h1,
.About2colR h1 {
  font-size: 26px;
  height: 26px;
  padding-left: 45px;
  margin-bottom: 20px;
  background: url(images/ttl-side.png) no-repeat;
}

.About2colL .desc,
.About2colR .desc {
  /*line-height: 170%;*/
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.8;
}

.About2colR dl {
  font-weight: bold;
  padding: 20px 10px 5px 10px;
  background: #fff;
}

.About2colR dl dt {
  float: left;
  min-width: 4em;
  max-width: 100%;
}

.About2colR dl dd {
  margin-left: 4em;
  margin-bottom: 15px;
}

.About2colL02 {
  width: 320px;
  float: left;
  padding-top: 35px;
}

.About2colR02 {
  width: 510px;
  float: right;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.About2colL03 {
  width: 640px;
  float: left;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.About2colR03 {
  width: 190px;
  float: right;
  padding-top: 10px;
}

.About2colL04 {
  width: 300px;
  float: left;
}

.About2colR04 {
  width: 530px;
  float: right;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.course_price {
  text-align: center;
  margin: 1em 0;
}

.course_price img {
  width: 310px;
}

.questionnaire {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}

.questionnaire li {
  margin-left: 1em;
  margin-right: 1em;
}

.present-tickets {
  font-weight: bold;
  text-align: center;
  padding-left: 0;
}

p.UnderlineGo {
  width: 450px;
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #f6d07a;
  color: #d81f26;
}

.block {
  display: block;
  margin: 4px 0px 7px 0;
  text-align: center;
}

.kadomaru-g {
  background-color: #d81f26;
  color: #fff;
  padding: 7px 4px;
}

.txt-go {
  display: inline-block;
  font-weight: bold;
  color: #d81f26;
  padding: 7px;
}

#eve {
  padding-top: 20px;
  margin-bottom: 70px;
}

#eve h1 {
  display: inline-block;
  font-size: 26px;
  height: 26px;
  float: left;
  padding-left: 45px;
  margin-bottom: 20px;
  background: url(images/ttl-side.png) no-repeat;
  color: #813033;
}

#eve h2 {
  display: inline-block;
  margin-left: 20px;
  padding-top: 6px;
  float: left;
  font-size: 16px;
  color: #ecc439;
}

table#EveTable {
  border-collapse: separate;
  border-color: #e5eff8;
  background: #e5eff8;
  border-spacing: 1;
  color: #222;
}

#EveTable th {
  width: 150px;
  padding: 3px 5px;
  border-color: #fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

#EveTable .odd th {
  background: #fef4f4;
}

#EveTable .even th {
  background: #fef9f9;
}

#EveTable td {
  padding: 8px;
  border-color: #fff;
}

#EveTable td {
  line-height: 150%;
}

#EveTable .odd td {
  background: #fff7f7;
}

#EveTable .even td {
  background: #fff;
}

#EveTable .pic {
  background: #fff;
}

#TtlGourmet {
  width: 400px;
  height: 180px;
  text-indent: -9999px;
  background: url(images/h1-gourmet.png) no-repeat;
  margin: 0 auto 20px auto;
}

.info-block p {
  line-height: 130%;
  font-size: 12px;
  margin: 0;
}

#shop-name .name span {
  font-size: 0.7em;
  margin-right: 5px;
}

.shop-box-left {
  width: 293px;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}

.shop-box-left img,
.shop-box-right img {
  margin-bottom: 10px;
}

.shop-box-right {
  width: 293px;
  float: right;
  margin-bottom: 40px;
}

.tel {
  padding-left: 2.9em;
  text-indent: -2.9em;
}

.business-hours {
  padding-left: 2em;
  text-indent: -2em;
}

.holiday {
  padding-left: 4em;
  text-indent: -4em;
}

#shop-name {
  border-bottom: 1px #ddd dotted;
  /*margin-bottom: 40px;*/
  margin-bottom: 10px;
  margin-top: 14px;
}

#shop-name .cate {
  display: inline;
  background-color: #cc0000;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-right: 5px;
  float: left;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px;
}

#shop-name .name {
  float: left;
  font-size: 1.6em;
  margin-top: 20px;
}

#detail {
  /*float: right;*/
  width: 330px;
}

#detail .intro {
  color: #000;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
  margin-top: 0px;
}

#detail .intro2 {
  color: #e7cda1;
  margin-top: 0px;
  margin-right: 0;
  font-size: 1.1em;
  background-color: #6a3905;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#detail .ttl-course {
  margin-bottom: 15px;
}

#detail .course-menu {
  margin-bottom: 20px;
  padding-left: 0;
}

#detail .course-menu li {
  border-bottom: 1px #7d2e30 dotted;
  padding-bottom: 2px;
  margin-bottom: 7px;
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1.2em;
  padding-left: 1.2em;
  line-height: 120%;
}

#detail p.time {
  font-size: 14px;
  padding: 5px 10px;
  background: #d48a00;
  color: #fff;
  margin-bottom: 10px;
}

#detail p.time2 {
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 10px;
  background-color: #f60;
}

#detail .kensan {
  /* [disabled]background: url(images/icon-lunch02.png) no-repeat 0 0; */
  font-size: 14px;
}

#detail .perks {
  font-size: 0.8em;
}

.pic-right {
  float: right;
  margin: 0 0 10px 15px;
}

.person-txtbox {
  width: 210px;
  float: left;
}

.person-txtbox p {
  font-size: 12px;
}

#detail .ttl-person {
  color: #d48a00;
  padding-top: 10px;
  line-height: 120%;
}

.shop-content-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#shop-content {
  width: 600px;
}

.shop-content2 {
  width: 450px;
}

#shop-content .main-pic {
  border: 1px #222 solid;
  overflow: hidden;
}

#shop-content .main-pic img {
  position: relative;
  margin: -1px;
}

#shop-content .ttl-info {
  margin-bottom: 10px;
  margin-top: 20px;
}

#shop-content .shop-info {
  padding-left: 0;
}

#shop-content .shop-info li {
  border-bottom: 1px #7d2e30 dotted;
  line-height: 200%;
}

#shop-content .shop-info li .link {
  display: inline-block;
}

#shop-content .shop-info li .map {
  margin: 0 8px;
}

#shop-content .shop-info li .link a {
  width: fit-content;
  color: #0000ee;
  font-size: 85%;
  padding: 0;
  text-decoration: underline;
  transition: color 0.2s, background-color 0.2s;
}

.shop-content2 .shop-info li {
  border-bottom: 1px #7d2e30 dotted;
  padding-bottom: 2px;
  margin-bottom: 7px;
  line-height: 150%;
}

#map {
  margin-bottom: 70px;
}

#map .left {
  width: 600px;
  height: 250px;
  float: left;
}

#map .right {
  width: 310px;
  height: 250px;
  float: right;
}

#TtlLunch {
  width: 400px;
  height: 180px;
  text-indent: -9999px;
  background: url(images/h1-lunch.png) no-repeat;
  margin: 0 auto 20px auto;
}

.lunch-block {
  border-top: 1px solid #aaa;
  padding-top: 20px;
}

.lunch-block p {
  line-height: 130%;
  font-size: 14px;
  margin: 0;
}

.lunch-block span.sub-name {
  font-size: 0.7em;
  margin-right: 0.5em;
}

.toggle-content {
  display: block;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

/*.lunch-box-left {
    width: 450px;
    float: left;
    margin-right: 20px;
    margin-bottom: 70px;
    margin-left: 10px;
}

.lunch-box-right {
    width: 450px;
    float: right;
    margin-bottom: 70px;
    margin-right: 10px;
}

.lunch-box-left p.catch,
.lunch-box-right p.catch {
    line-height: 100%;
    margin-bottom: 10px;
}*/

.lunch-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.lunch-box figure {
  margin: 0;
  padding: 0;
  width: calc(50% - 10px);
}

.lunch-box figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.lunch-box figure figcaption {
  width: auto;
  padding: 0;
}

.lunch-box .shop-content2 {
  width: calc(50% - 10px);
}

.lunch-box .catch {
  line-height: 100%;
  margin-bottom: 10px;
}

.lunch-box .shop-info {
  margin-top: 7px;
  padding-left: 0;
  font-size: 0.95em;
}

.lunch-box .btn-open {
  display: none;
}

.lunch-block span.list-cate {
  color: #07a33e;
  display: inline;
}

h3.ttl5 {
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.lunch-block img {
  margin: 0 0 10px 0;
}

.lunch-block p.specialty {
  background: url(images/icon-lunch.png) no-repeat;
  font-size: 1em;
  line-height: 180%;
  padding-left: 110px;
  min-height: 25px;
  height: auto;
  font-weight: bold;
  margin-bottom: 10px;
}

.lunch-block p.name {
  font-size: 19px;
  color: #07a33e;
  margin-bottom: 10px;
  font-weight: bold;
}

.lunch-block p.time {
  font-size: 14px;
  padding: 7px 10px;
  background: #07a33e;
  color: #fff;
  margin-bottom: 10px;
}

.lunch-block p.time2 {
  font-size: 14px;
  padding: 7px 10px;
  background: #00a199;
  color: #ffffff;
  margin-bottom: 10px;
}

.lunch-block p.details02 {
  /*margin-bottom: 10px;*/
  padding-bottom: 10px;
  border-bottom: dotted 1px #000;
  color: #555;
  line-height: 150%;
}

.txt-green {
  color: #07a33e;
}

.info {
  background-color: #eee;
  padding: 10px;
}

.info p {
  line-height: 170%;
}

h3.ttl3 {
  font-size: 1.2em;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #555;
}

h3.ttl3 a:hover {
  color: #d81f26;
}

form#mailform {
  margin-top: 4em;
}

#TtlInquiry {
  width: 247px;
  height: 97px;
  text-indent: -9999px;
  background: url(images/h1-inquiry.png) no-repeat;
  margin: 0 auto 20px auto;
}

.MailWidth {
  /*width: 800px !important;*/
  margin: 0 auto;
}

.MailNote {
  text-align: center;
}

#thanks {
  text-align: center;
  padding: 200px 0;
}

#thanks a {
  color: #e50020;
}

#thanks a:hover {
  text-decoration: underline;
}

.mailform input[type="text"],
.mailform textarea {
  padding: 0.5em;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

table.mailform {
  width: 800px;
}

table.mailform tr td textarea {
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  outline-offset: -2px;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: rgba(173, 24, 39, 1);
  padding: 0.7em 2em;
  color: #fff;
  width: 14em;
  text-align: center;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background: rgba(123, 24, 39, 1);
}

/*****  gourmet *****/
#gourmet-course {
  width: 100%;
}

#gourmet-course .gourmet-desc {
  text-align: left;
}

#gourmet-course .gourmet-desc + h2 {
  text-align: left;
}

#gourmet-course .gourmet-desc .course_icon {
  display: block;
  margin-bottom: 12px;
  margin-top: 20px;
}

#gourmet-course .gourmet-desc .course_icon img {
}

.shop-list {
  padding-left: 0;
  border-top: 1px solid #aaa;
}

.shop-recode {
  border-bottom: 1px solid #aaa;
}

.shop-list li a {
  display: block;
  padding: 20px 0;
  position: relative;
}

.shop-list .shop-excerpt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.shop-list .shop-excerpt .photo {
  width: calc(35% - 10px);
  padding-top: 4%;
}

.shop-list .shop-excerpt .photo img {
  max-width: 100%;
}

.shop-list .shop-excerpt .photo img + p {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 3px;
}

.shop-list .shop-excerpt .shop-content {
  width: calc(65% - 10px);
}

.shop-list .shop-excerpt .shop-content .location {
  color: #111;
  font-size: 0.9em;
}

.shop-list .shop-content .course-ex {
}

.shop-list .icon-category {
  background: #d81f26;
  color: #fff;
  font-size: 12px;
  padding: 3px 12px;
}

.shop-name-title {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 1.5em;
}

.shop-name-title .ttl-sm {
  font-size: 0.6em;
  margin-right: 0.6em;
  /*display: block;*/
  /*margin-bottom: 0.4em;*/
}

.shop-list .option-plan {
  position: absolute;
  bottom: 16px;
  right: 0;
  width: calc(65% - 10px);
  /*background: rgba(255, 102, 0, 0.8);*/
  /*background: rgba(106, 57, 5, 0.8);*/
  font-size: 13px;
  /*color: #fff;*/
  /*color: #E7CDA1;*/
  line-height: 1.5em;
  /*padding: 10px;*/
  box-sizing: border-box;
}

.shop-list .option-plan h4 {
  margin-top: 0;
  margin-bottom: 6px;
  padding: 4px 8px;
  font-size: 15px;
  background: rgba(106, 57, 5, 0.8);
  color: #e7cda1;
}

.shop-list li a:hover {
  background: rgba(0, 0, 0, 0.1);
  /*text-decoration: underline;*/
}

.opening-hours,
.regular-holiday,
.address .limited-menu {
  display: flex;
}

.opening-hours span:last-child,
.regular-holiday span:last-child,
.address span:last-child .limited-menu span:last-child {
  flex: 1;
  word-break: break-all; /* 長い単語の自動改行 */
}

footer {
  position: relative;
  width: 980px;
  padding: 40px 20px;
  margin: 0 auto;
  color: #fff;
  /*background: #813033;*/
  font-size: 12px;
  line-height: 150%;
  background-color: #ad1827;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer h1#Logo a {
  width: 250px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  text-indent: -9999px;
  background: url(images/ft-logo.png) no-repeat;
  /*float: left;*/
  display: block;
}

footer dl {
  /*float: right;*/
  width: 650px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer dl dt {
  /*float: left;*/
  /*min-width:  6em;*/
  /*max-width: 100%;*/
  line-height: 150%;
  width: 6em;
}

footer dl dd {
  /*margin-left: 6em;*/
  margin-left: 0;
  margin-bottom: 5px;
  line-height: 150%;
  width: calc(600px - 6em);
}

#FtSns a {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 20px;
  right: 20px;
  text-indent: -9999px;
  background: url(images/ft-facebook.png) no-repeat;
}

#FtSns a:hover {
  background: url(images/facebook-hover.png) no-repeat;
}

#copy {
  position: absolute;
  /*width: 100%;*/
  bottom: 36px;
  /*text-align: center;*/
  font-size: 10px;
  left: 290px;
}

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

.clearfix {
  /* 	display: inline-block; */
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom40 {
  margin-bottom: 40px;
}

.TxtR {
  color: #d81f26;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.TxtCenter {
  text-align: center;
}

.FB {
  height: 600px;
  width: 300px;
  padding: 0px;
}

.center-pc {
  text-align: center;
}

.center {
  text-align: center;
}

/*.fbleft {
	height: 600px;
	width: 570px;
}
.sub_a {
	height: 600px;
	width: 960px;
}
.sub_r {
	float: right;
}*/

.top_news {
  line-height: 1.2;
}

.top_news_link {
  display: inline !important;
  color: #0000ee;
}

/* 以下、検索条件で使用するCSS */
.accordion_one {
  max-width: 100%;
  margin: 0 auto;
}

.accordion_header {
  background-color: rgba(173, 24, 39, 1);
  font-size: 22px;
  color: rgb(255, 255, 255);
  padding: 15px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.search_btn {
  text-align: center;
}

.search_item {
  font-size: 16px;
  color: #02213a;
  padding: 15px;
  font-weight: bold;
  margin-bottom: 0px;
}

.search_checkbox {
  margin-top: 0.2em;
  padding: 0.5em;
  margin-bottom: 1em;
}

.checkbox {
  margin-right: 5px;
}

.iblock {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  padding: 10px 20px 10px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
}

.photo ul {
  padding-inline-start: 0px;
}

button.slick-prev,
button.slick-next {
  z-index: 10;
  width: 80px;
}

.i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}

/* about.html */
.line-space {
  display: block;
  height: 0.75em;
}

.red {
  color: #ad1827;
  border-bottom: #ad1827 solid 1px;
  font-weight: bold;
}

ruby rt {
  font-size: 12px;
  color: #303030;
}

/* store_list.php */
.limited-menu .menu-line {
  display: flex;
  align-items: flex-start;
}

.menu-label {
  width: 7em;
  text-align: right;
  flex-shrink: 0;
}

.menu-content {
  flex: 1;
  word-break: break-word;
}
