#index main {
  overflow: hidden;
}
#index #lead {
  padding: 20px 0 35px;
  background: #FFF;
  position: relative;
  z-index: 9;
}
#index #lead h3 {
  margin-bottom: 15px;
}
#index #lead ul {
  margin: 0 2.5%;
  background: url(../img/shared/bg_ft.jpg) repeat;
  color: #FFF;
  padding: 15px;
  position: relative;
}
#index #lead ul::before {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  content: "";
  background: url(../img/shared/line.jpg) repeat-x top center, url(../img/shared/line.jpg) repeat-x bottom center, url(../img/shared/line1.jpg) repeat-y top left, url(../img/shared/line1.jpg) repeat-y top right;
}
#index #sec01 {
  position: relative;
  overflow: hidden;
}
#index #sec01::before {
  background: url(../img/index/bg_par.jpg) no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  content: "";
  width: 100%;
  height: 100vh;
}
#index #sec01::after {
  background: #FFF;
  position: absolute;
  top: -30px;
  left: -25%;
  content: "";
  width: 150%;
  height: 50px;
  transform: rotate(-5deg);
}
#index #sec01 h2 {
  position: relative;
  padding: 35% 0;
}
#index #sec02 {
  background: #FFF;
  position: relative;
  z-index: 9;
  padding: 30px 0 25px;
}
#index #sec02::after {
  background: #FFF;
  position: absolute;
  top: -30px;
  left: -25%;
  content: "";
  width: 150%;
  height: 50px;
  transform: rotate(-5deg);
}
#index #sec03 {
  background: #FFF;
  position: relative;
  z-index: 9;
  padding-bottom: 25px;
}
#index #sec04 {
  background: #FFF;
  position: relative;
  z-index: 9;
  padding: 15px 0 40px;
}
#index #sec05 {
  position: relative;
  z-index: 9;
  background: url(../img/index/bg_in.jpg) no-repeat top center;
  padding: 55px 0 40px;
  overflow: hidden;
}
#index #sec05::after {
  background: #FFF;
  position: absolute;
  top: -30px;
  left: -25%;
  content: "";
  width: 150%;
  height: 50px;
  transform: rotate(-5deg);
}
#index #sec05 ul {
  padding: 5px 0 0 0;
}
#index #sec05 ul li {
  float: left;
  width: 30%;
  padding-top: 10px;
  margin-left: 2.5%;
}
#index #blog {
  background: #FFF;
  position: relative;
  z-index: 9;
  background: url(../img/index/bg_blog.jpg) repeat top center;
}
#index #blog::before {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  content: "";
  background: url(../img/shared/line.jpg) repeat-x top center, url(../img/shared/line.jpg) repeat-x bottom center, url(../img/shared/line1.jpg) repeat-y top left, url(../img/shared/line1.jpg) repeat-y top right;
}
#index #blog h2 {
  text-align: center;
  padding: 30px 0 25px;
}
#index #blog #feed {
  margin: 0 3%;
  padding-bottom: 10px;
}
#index #blog #feed p {
  float: left;
}
#index #blog #feed dl {
  padding-top: 8px;
  color: #c2bda7;
}
#index #blog #feed dl dt {
  font-weight: bold;
}
#index #blog #feed .item {
  padding-bottom: 10px;
}

#pancake #lead {
  padding: 10px 0 40px;
  background: url(../img/pancake/line.jpg) no-repeat bottom center;
}
#pancake #lead p.note {
  text-align: center;
}
#pancake #sec01 {
  background: #f6f6f6;
  padding-bottom: 40px;
}
#pancake #sec01 dl {
  background: #FFF;
  margin: -15px 2.5% 0;
  background: url(../img/shared/bg_ft.jpg) repeat top center;
  position: relative;
  padding: 15px;
  color: #FFF;
}
#pancake #sec01 dl::before {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  content: "";
  background: url(../img/shared/line.jpg) repeat-x top center, url(../img/shared/line.jpg) repeat-x bottom center, url(../img/shared/line1.jpg) repeat-y top left, url(../img/shared/line1.jpg) repeat-y top right;
}
#pancake #sec01 dl dd span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}
#pancake #sec02 {
  padding: 20px 0 50px;
}
#pancake #sec02 p.note {
  text-align: center;
  font-weight: bold;
}
#pancake #sec02 article {
  padding: 5px 0 10px;
}
#pancake #sec02 article .bx-controls-direction {
  top: 30%;
}
#pancake #sec02 article dl dd {
  margin: 0 2.5%;
}
#pancake #sec02 article dl dd span {
  padding: 15px 0 8px;
  display: block;
}
#pancake #sec02 article .bx-wrapper .bx-pager, #pancake #sec02 article .bx-wrapper .bx-controls-auto {
  bottom: -10%;
}
#pancake #sec02 article .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: inherit;
  border-radius: 0;
  padding: 8px 10px;
  display: block;
  width: inherit;
  height: inherit;
  text-decoration: none;
}
#pancake #sec02 article .bx-wrapper .bx-pager.bx-default-pager a.active {
  color: #FFF;
}
#pancake #sec03 {
  padding: 30px 0 20px;
}
#pancake #sec03 article {
  margin: 0 2.5% 20px;
  background: url(../img/shared/bg_ft.jpg) repeat top center;
  position: relative;
  color: #FFF;
  padding-bottom: 60px;
}
#pancake #sec03 article::before {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  content: "";
  background: url(../img/shared/line.jpg) repeat-x top center, url(../img/shared/line.jpg) repeat-x bottom center, url(../img/shared/line1.jpg) repeat-y top left, url(../img/shared/line1.jpg) repeat-y top right;
}
#pancake #sec03 article dl dd {
  margin: 0 3.5%;
  padding-top: 15px;
}
#pancake #sec03 article dl dd span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-top: 10px;
}
#pancake #sec03 article .bx-controls-direction {
  top: 107%;
}
#pancake #sec03 article .bx-wrapper .bx-pager, #pancake #sec03 article .bx-wrapper .bx-controls-auto {
  bottom: -8%;
}
#pancake #sec03 article .bx-wrapper .bx-pager a, #pancake #sec03 article .bx-wrapper .bx-controls-auto a {
  border: 1px solid #FFF;
}
#pancake #sec03 article .bx-wrapper .bx-pager a.active, #pancake #sec03 article .bx-wrapper .bx-controls-auto a.active {
  background: #FFF;
}
#pancake #sec04 {
  padding: 15px 0 15px;
}
#pancake #sec04 h2 {
  margin-bottom: 15px;
}
#pancake #sec05 {
  padding: 60px 0 20px;
  background: url(../img/pancake/line.jpg) no-repeat top center #f6f6f6;
}
#pancake #sec05 p.note {
  text-align: center;
  padding-top: 8px;
}
#pancake #sec05 h2 {
  position: relative;
  padding-bottom: 30px;
}
#pancake #sec05 h2::after {
  top: 90%;
  right: 48%;
}
#pancake #sec05 h3 {
  position: relative;
  margin: 0 2.5% 5%;
  border: 2px solid #cccccc;
  padding: 8px 0;
}
#pancake #sec05 dl {
  margin: 0 2.5%;
  padding: 4px 0 3px;
  position: relative;
}
#pancake #sec05 dl::before {
  width: 100%;
  border-bottom: 1px dotted #CCC;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
}
#pancake #sec05 dl dt {
  float: left;
  background: #f6f6f6;
  position: relative;
  padding-right: 10px;
}
#pancake #sec05 dl dd {
  float: right;
  background: #f6f6f6;
  position: relative;
  padding-left: 10px;
}
#pancake #sec05 .box1 {
  margin-bottom: 20px;
}

#coffee #lead {
  padding: 30px 0 45px;
}
#coffee #lead h2 {
  margin-bottom: 10px;
}
#coffee #lead article {
  position: relative;
  padding-bottom: 10px;
}
#coffee #lead article::before {
  background: url(../img/coffee/bg_box.jpg) repeat top center;
  position: absolute;
  top: 30%;
  left: 2.5%;
  width: 97.5%;
  content: "";
  height: 70%;
}
#coffee #lead article::after {
  border: 1px solid #ebdfcf;
  position: absolute;
  top: 32.5%;
  left: 5%;
  bottom: 2.5%;
  right: 2.5%;
  content: "";
  z-index: 1;
}
#coffee #lead article h3 {
  position: relative;
  z-index: 2;
}
#coffee #lead article p {
  position: relative;
  z-index: 2;
  margin: 5% 5% 0 8%;
}
#coffee #sec01 {
  padding-bottom: 35px;
}
#coffee #sec01 h2 {
  margin-bottom: 15px;
}
#coffee #sec01 dl {
  padding-top: 10px;
}
#coffee #sec01 dl dd {
  margin: 0 2.5%;
}
#coffee #sec02 {
  padding-bottom: 15px;
}
#coffee #sec02 dl {
  padding: 15px 0;
}
#coffee #sec02 dl dd {
  margin: 0 2.5%;
  padding-top: 8px;
}
#coffee #sec02-2 {
padding: 8% 0;
}
#coffee #sec02-2 dl dt {
	margin: 0 2.5%;
}
#coffee #sec02-2 dl dd {
    margin: 0 2.5%;
    padding-top: 15px;
}
#coffee #sec03 {
  background: #f6f6f6;
}
#coffee #sec03 h2 {
  margin-bottom: 15px;
}
#coffee #sec03 dl.dl01 {
  margin-bottom: 25px;
}
#coffee #sec03 dl.dl01 dd {
  margin: 0 2.5%;
  padding-top: 15px;
}
#coffee #sec03 dl.dl02 {
  padding-bottom: 45px;
  background: #FFF;
}
#coffee #sec03 dl.dl02 dd {
  margin: 0 2.5%;
  padding-top: 15px;
}
#coffee #sec04 dl.dl01 {
  margin: 0 2.5%;
  background: url(../img/shared/bg_ft.jpg) repeat top center;
  position: relative;
  color: #FFF;
  padding: 20px 0 15px;
}
#coffee #sec04 dl.dl01::before {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  content: "";
  background: url(../img/shared/line.jpg) repeat-x top center, url(../img/shared/line.jpg) repeat-x bottom center, url(../img/shared/line1.jpg) repeat-y top left, url(../img/shared/line1.jpg) repeat-y top right;
}
#coffee #sec04 dl.dl01 dd {
  margin: 0 4%;
  padding-top: 5px;
}
#coffee #sec04 dl.dl02 {
  margin: -15px 2.5% 0;
}
#coffee #sec04 dl.dl02 dd {
  padding-top: 10px;
}
#coffee #sec05 {
  padding: 25px 0 30px;
}
#coffee #sec05 h2 {
  margin-bottom: 10px;
}
#coffee #sec05 dl dd {
  margin: 0 2.5%;
  padding-top: 8px;
}
#coffee #sec06 h2 {
  margin-bottom: 10px;
}
#coffee #sec06 dl {
  padding-bottom: 25px;
  margin: 0 2.5%;
}
#coffee #sec07 {
  padding: 60px 0 20px;
  background: url(../img/pancake/line.jpg) no-repeat top center #f6f6f6;
}
#coffee #sec07 p.note {
  text-align: center;
  padding-top: 8px;
}
#coffee #sec07 h2 {
  position: relative;
  padding-bottom: 30px;
}
#coffee #sec07 h2::after {
  top: 90%;
  right: 48%;
}
#coffee #sec07 h2 span {
  display: block;
  text-align: center;
}
#coffee #sec07 h3 {
  position: relative;
  margin: 0 2.5% 5%;
  border: 2px solid #cccccc;
  padding: 8px 0;
}
#coffee #sec07 dl {
  margin: 0 2.5%;
  padding: 4px 0 3px;
  position: relative;
}
#coffee #sec07 dl dt {
  float: left;
  background: #f6f6f6;
  position: relative;
  padding-right: 10px;
}
#coffee #sec07 dl dd {
  float: right;
  background: #f6f6f6;
  position: relative;
  padding-left: 10px;
}
#coffee #sec07 dl + dl {
  border-top: 1px dotted #CCC;
}
#coffee #sec07 .box1 {
  margin-bottom: 20px;
}

#lunch #lead {
  background: #f6f6f6;
  padding: 20px 0 20px;
}
#lunch #lead h3 {
  padding: 10px 0 15px;
}
#lunch #sec01 {
  padding-bottom: 25px;
}
#lunch #sec01 p.note {
  text-align: center;
}
#lunch #sec01 article {
  margin: 0 2.5%;
}

#lunch #sec01 article dl {
  margin-bottom: 45px;
}
#lunch #sec01 article dl dt {
  margin-bottom: 15px;
}
#lunch #sec01 article dl dt span {
  display: block;
  text-align: center;
  font-size: 18px;
  padding-top: 10px;
}
#lunch #sec01 article dl dd {
  background: url(../img/shared/bg_ft.jpg) repeat top center;
  position: relative;
  color: #FFF;
  padding: 20px 20px 15px;
}
#lunch #sec01 article dl dd span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#lunch #sec01 article dl dd::before {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  content: "";
  background: url(../img/shared/line.jpg) repeat-x top center, url(../img/shared/line.jpg) repeat-x bottom center, url(../img/shared/line1.jpg) repeat-y top left, url(../img/shared/line1.jpg) repeat-y top right;
}
#lunch #sec01 ul {
  margin: 0 2.5%;
}
#lunch #sec01 ul li {
  margin-bottom: 20px;
}
#lunch #sec02 {
  padding-bottom: 35px;
}
#lunch #sec02 h2 {
  margin-bottom: 15px;
}
#lunch #sec02 .toggle .toggle-link:after {
  color: #000;
}
#lunch #sec02 .toggle {
  margin: 0 2.5% 7%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.box_btn{
	padding-bottom: 10px;
}
#lunch #sec02 .toggle .toggle-main {
  padding-bottom: 10px;
}
#lunch #sec02 .toggle h3 {
  padding: 8px 5px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
#lunch #sec02 .toggle dl {
  font-weight: bold;
  margin: 0 2.5%;
  padding: 5px 0;
}
#lunch #sec02 .toggle dl dt {
  float: left;
}
#lunch #sec02 .toggle dl dd {
  float: right;
}
#lunch #sec03 {
  padding-bottom: 25px;
}
#lunch #sec03 dl {
  margin: 0 2.5%;
  padding-top: 15px;
}
#lunch #sec03 dl dd {
  border-left: 1px solid #000;
  padding: 10px 0 10px 15px;
}
#lunch #sec04 {
  padding: 60px 0 20px;
  background: url(../img/pancake/line.jpg) no-repeat top center #f6f6f6;
}
#lunch #sec04 p.note {
  text-align: center;
  padding-top: 8px;
}
#lunch #sec04 h2 {
  position: relative;
  padding-bottom: 30px;
}
#lunch #sec04 h2::after {
  top: 90%;
  right: 48%;
}
#lunch #sec04 h2 span {
  display: block;
  text-align: center;
}
#lunch #sec04 dl {
  margin: 0 2.5%;
  padding: 4px 0 3px;
  position: relative;
  border-bottom: 1px dotted #CCC;
}
#lunch #sec04 dl dt {
  float: left;
  background: #f6f6f6;
  position: relative;
  padding-right: 10px;
}
#lunch #sec04 dl dd {
  float: right;
  background: #f6f6f6;
  position: relative;
  padding-left: 10px;
  text-align: right;
}
#lunch #sec04 .box {
  margin: 2.5%;
  border: 2px solid #CCC;
  padding: 10px 0 5px;
}

#matsumoto #lead {
  background: #f6f6f6;
  padding: 35px 0 20px;
}
#matsumoto #lead h3 {
  padding: 15px 0 15px;
}
#matsumoto #sec01 {
  padding-bottom: 40px;
  position: relative;
  z-index: 8;
}
#matsumoto #sec01 h2 {
  margin-bottom: 10px;
}
#matsumoto #sec01 article {
  margin: 0 2.5%;
  padding-bottom: 40px;
}
#matsumoto #sec01 article .bx-controls-direction {
  top: 104%;
}
#matsumoto #sec01 article dl dt {
  margin-bottom: 20px;
}
#matsumoto #sec01 article dl dd {
  background: url(../img/shared/bg_ft.jpg) repeat top center;
  position: relative;
  color: #FFF;
  padding: 20px;
}
#matsumoto #sec01 article dl dd span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#matsumoto #sec01 article dl dd::before {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  content: "";
  background: url(../img/shared/line.jpg) repeat-x top center, url(../img/shared/line.jpg) repeat-x bottom center, url(../img/shared/line1.jpg) repeat-y top left, url(../img/shared/line1.jpg) repeat-y top right;
}
#matsumoto #sec02 {
  padding-bottom: 10px;
}
#matsumoto #sec02 dl dd {
  margin: 0 2.5%;
  padding-bottom: 15px;
}
#matsumoto #sec03 dl dd {
  margin: 0 2.5%;
  padding-bottom: 15px;
}
#matsumoto #sec03 ul {
  margin: 0 2.5%;
  padding-bottom: 10px;
}
#matsumoto #sec03 ul li {
  margin-bottom: 20px;
}
#matsumoto #sec04 {
  padding-bottom: 35px;
  position: relative;
  z-index: 8;
}
#matsumoto #sec04 h2 {
  margin-bottom: 8px;
}
#matsumoto #sec04 article {
  margin: 0 2.5%;
  padding-bottom: 55px;
}
#matsumoto #sec04 article dl dt span {
  padding: 15px 0 10px;
  display: block;
}
#matsumoto #sec04 article dl dd {
  text-align: center;
  padding-bottom: 15px;
}
#matsumoto #sec04 article .bx-wrapper .bx-pager, #matsumoto #sec04 article .bx-wrapper .bx-controls-auto {
  bottom: -10%;
}
#matsumoto #sec04 article .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: inherit;
  border-radius: 0;
  padding: 8px 10px;
  display: block;
  width: inherit;
  height: inherit;
  text-decoration: none;
}
#matsumoto #sec04 article .bx-wrapper .bx-pager.bx-default-pager a.active {
  color: #FFF;
}
#matsumoto #sec04 article .bx-controls-direction {
  top: 107%;
}
#matsumoto #sec05 {
  background: #f6f6f6;
  padding-bottom: 25px;
}
#matsumoto #sec05 h2 {
  margin-bottom: 10px;
}
#matsumoto #sec05 dl {
  padding: 10px 0 20px;
}
#matsumoto #sec05 dl dd {
  margin: 0 2.5%;
  padding-top: 15px;
  text-align: center;
  font-size: 20px;
}
#matsumoto #sec05 dl dd span {
  font-size: 14px;
}

#access #lead {
  padding: 25px 0 35px;
}
#access #lead h2 {
  margin-bottom: 10px;
}
#access #lead .box {
  margin: 0 2.5% 6%;
  border: 1px solid #cccccc;
}
#access #lead .box h3 {
  text-align: center;
  padding: 20px 0 10px;
}
#access #lead .box dl {
  margin: 0 2.5%;
  padding: 10px 0;
}
#access #lead .box dl dt {
  font-weight: bold;
}
#access #lead .box dl dd span {
  font-size: 12px;
}
#access #lead .box dl + dl {
  border-top: 1px solid #cccccc;
}
#access #lead .toggle .toggle-link:after {
  color: #000;
}
#access #lead .toggle {
  margin: 0 2.5% 6%;
  border: 1px solid #cccccc;
}
#access #lead .toggle h4 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
}
#access #lead .toggle dl {
  margin: 0 2.5%;
  padding: 10px 0;
}
#access #lead .toggle dl dt {
  font-weight: bold;
}
#access #lead .toggle dl dd span {
  font-size: 12px;
}
#access #lead .toggle dl + dl {
  border-top: 1px solid #cccccc;
}
#access #lead .toggle p.bnr {
  padding: 10px 0 15px;
  text-align: center;
}
#access #lead .access_btn {
  padding: 0;
}
#access #lead .access_btn span {
  display: block;
  padding: 10px;
  color: #FFF;
  background: url(../img/shared/bg_ft.jpg) repeat;
  text-align: center;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
#access #lead .access_btn span::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  line-height: 20px;
  top: 50%;
  right: 4%;
  margin-top: -10px;
  color: #FFF;
  content: '\f101';
  font-size: 13px;
}
#access #sec02 {
  padding: 30px 0 40px;
}
#access #sec02 h2 {
  margin-bottom: 15px;
}
#access #sec02 article {
  padding: 25px 0 40px;
}
#access #sec02 article .bx-wrapper .bx-pager, #access #sec02 article .bx-wrapper .bx-controls-auto {
  bottom: -20%;
}
#access #sec02 article .bx-controls-direction {
  top: 117%;
}
#access #recruit {
  padding: 20px 0 35px;
}
#access #recruit h2 {
  margin-bottom: 15px;
}
#access #recruit article {
  margin: 6% 2.5% 0;
  border: 1px solid #cccccc;
}
#access #recruit article h4 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
}
#access #recruit article h4 span img {
  margin-top: -12%;
  background: #FFF;
}
#access #recruit article dl {
  margin: 0 2.5%;
  padding: 10px 0;
}
#access #recruit article dl dt {
  font-weight: bold;
}
#access #recruit article dl dd span {
  font-size: 12px;
}
#access #recruit article dl + dl {
  border-top: 1px solid #cccccc;
}
#access #recruit article p.bnr {
  padding: 10px 0 15px;
  text-align: center;
}
#access #recruit .bnr {
  padding: 0;
  margin: 0 10%;
}
#access #recruit .bnr a {
  display: block;
  padding: 8px;
  color: #FFF;
  background: url(../img/shared/bg_ft.jpg) repeat;
  text-align: center;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
#access #recruit .bnr a::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  line-height: 20px;
  top: 50%;
  right: 4%;
  margin-top: -10px;
  color: #FFF;
  content: '\f101';
  font-size: 13px;
}
