<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*color*/
.bg-color {
  background: url("../images/common/cmn99_bg.jpg") repeat center top;
}

/*font*/
.en {
  font-family: 'Stardos Stencil', 'Noto Serif JP', cursive;
  text-transform: uppercase;
  font-weight: normal;
}

/*margin*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px;
  }
  .mt60 {
    margin-top: 50px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mt100 {
    margin-top: 80px;
  }
  .mt120 {
    margin-top: 100px;
  }
}

/*---------------------------------------
	common
----------------------------------------*/
.sub section {
  max-width: unset;
  width: 100%;
}

.sub .inner {
  padding: 100px 0;
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}

.sub strong {
  font-weight: bold;
}

.sub .color {
  color: #4f1f05;
  font-weight: bold;
}

.sub .border {
  border-bottom: 1px solid #4f1f05;
}

.sub .image_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.sub p {
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 15px;
  text-align: left;
}

.sub p.center {
  text-align: center;
}

.sub p.right {
  text-align: right;
}

.sub table.def-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #8fb339;
}

.sub table.def-table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24%;
  padding: 1rem;
  border-bottom: 1px solid #fff;
  background: #8fb339;
  color: #fff;
  font-weight: bold;
}

.sub table.def-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 76%;
  padding: 1.5rem;
  background: #fff;
  border-bottom: 1px solid #8fb339;
}

.sub .def-btn a {
  width: 100%;
  height: 60px;
  line-height: 55px;
  border-radius: 50px;
  display: block;
  color: #fff;
  background: #8fb339;
  border: #8fb339 2px solid;
  position: relative;
  text-decoration: none;
}

.sub .def-btn a:hover {
  background: #4f1f05;
  border: #4f1f05 2px solid;
  color: #fff;
}

.sub .def-btn.center_btn a {
  margin-left: auto;
  margin-right: auto;
}

.sub .wd30 li.box {
  width: 31%;
  margin-bottom: 20px;
}

.sub .wd30 li.box img {
  width: 100%;
}

.sub .wd30 li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.sub .wd50 .box {
  width: 48%;
}

.sub .wd50 .box img {
  width: 100%;
}

.sub .wd70 .box {
  width: 70%;
}

.sub .wd70 .s_box {
  width: 28%;
}

@media only screen and (max-width: 767px) {
  .sub .inner {
    padding: 60px 0;
  }
  .sub table.def-table th {
    width: 100%;
    display: block;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .sub table.def-table td {
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .sub .wd30 li.box {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub .wd30 li.box:last-child {
    margin-bottom: 0;
  }
  .sub .wd50 .box {
    width: 100%;
  }
  .sub .wd50 dd {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .wd50 li {
    margin-bottom: 20px;
  }
  .sub .wd50 li:last-child {
    margin-bottom: 0;
  }
  .sub .wd70 .box {
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .wd70 .s_box {
    width: 100%;
  }
}

/*main vis*/
.sub_mainvis {
  background: url(../images/common/sub_mv.jpg) no-repeat center/cover;
  position: relative;
  height: 250px;
}

.sub_mainvis h2 {
  color: #4f1f05;
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  letter-spacing: 4px;
  width: 90%;
  max-width: 1040px;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sub_mainvis h2.small {
  font-size: 35px;
}

.bcList {
  font-size: 14px;
  padding: 8px 0;
  width: 100%;
  text-align: right;
}

.bcList ul {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.bcList ul li {
  display: inline;
  list-style: none;
}

.bcList ul li a {
  padding-right: 15px;
}

.bcList ul li em {
  font-weight: bold;
  font-style: normal;
}

.bcList ul li:after {
  content: '&gt;';
}

.bcList ul li:last-child {
  padding-left: 5px;
}

.bcList ul li:last-child:after {
  display: none;
}

@media only screen and (max-width: 1040px) {
  .sub_mainvis {
    height: 180px;
  }
  .sub_mainvis h2 {
    top: 75%;
    font-size: 30px;
    line-height: 40px;
  }
  .sub_mainvis h2 span {
    font-size: 40px;
  }
  .sub_mainvis h2.small {
    font-size: 25px;
  }
}

/*---------------------------------------
	sb
----------------------------------------*/
.pagenation li {
  display: inline;
}

.pagenation li a {
  display: inline-block;
  color: inherit;
  background-color: #8fb339;
  border: 2px solid #8fb339;
  color: #fff;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.pagenation li a:hover, .pagenation li a:active {
  border: 2px solid #8fb339;
  background-color: #fff;
  color: #8fb339;
  z-index: 10;
  font-weight: bold;
}

.current span {
  display: inline-block;
  color: inherit;
  background-color: #8fb339;
  border: 2px solid #8fb339;
  color: #fff;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.back-btn a {
  display: block;
  background-color: #8fb339;
  border: 2px solid #8fb339;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 200px;
  margin: 3rem auto 0;
  padding: 1rem;
  -webkit-transition: .4s;
  transition: .4s;
}

.back-btn a:hover, .back-btn a:active {
  border: 2px solid #8fb339;
  background-color: #fff;
  color: #8fb339;
  z-index: 10;
  font-weight: bold;
}

/*---------------------------------------
	ttl
----------------------------------------*/
.sub .inner .ttl_01 {
  font-size: 20px;
  position: relative;
  text-align: left;
  padding-left: 28px;
  line-height: 1.8rem;
  margin-top: 20px;
  font-size: 18px;
  background: url(../images/common/icon_wheat.png) no-repeat left;
  position: relative;
}

.sub .inner .ttl_01::after {
  content: "";
  position: absolute;
  background: url("../images/top/tc03_dot.jpg") repeat-x left bottom;
  width: 100%;
  height: 100%;
  top: 14px;
  left: 0;
}

.sub .inner .ttl_02 {
  font-size: 1.05em;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.sub .inner .ttl_02 span {
  display: block;
  font-size: 3.65em;
  font-weight: 500;
  letter-spacing: 0.0em;
  margin: 0 0;
  padding: 0px 0 20px 0px;
  color: inherit;
  font-family: 'Stardos Stencil', 'Noto Serif JP', cursive;
  color: #30220a;
}

.sub .inner .ttl-03 {
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: url("../images/top/tc03_dot.jpg") repeat-x left bottom;
}

.sub .sub .ttl-01 {
  font-size: 15px;
  margin-bottom: 40px;
}

.sub .sub .ttl-01 span {
  display: block;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 4px;
}

.sub .sub .ttl-02 {
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: url("../images/top/tc03_dot.jpg") repeat-x left bottom;
}

@media only screen and (max-width: 768px) {
  .sub .sub .ttl-01 {
    margin-bottom: 30px;
  }
  .sub .sub .ttl-01 span {
    font-size: 40px;
    line-height: 50px;
  }
  .sub .sub .ttl-02 {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .sub .inner .ttl_02 span {
    font-size: 32px;
    margin-top: 0;
  }
}

/*---------------------------------------
	bread
----------------------------------------*/
.sub .inner .bread-box img {
  width: 40%;
}

.sub .inner .bread-box .bread-text {
  width: 55%;
}

.sub .inner .bread-box .bread-text .ttl_01 {
  font-size: 18px;
  background: url(../images/common/icon_wheat.png) no-repeat center left;
}

.sub .inner .bread-box .bread-text .ttl_01 .sp_br {
  display: none;
}

.sub .inner .bread-box .bread-box_item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .sub .inner .bread-box img {
    width: 100%;
  }
  .sub .inner .bread-box .bread-text {
    width: 100%;
  }
  .sub .inner .bread-box .bread-text .ttl_01 {
    line-height: 2.3rem;
    padding-left: 24px;
    margin-top: 20px;
    font-size: 18px;
    background: url(../images/common/icon_wheat.png) no-repeat center left;
  }
  .sub .inner .bread-box .bread-text .ttl_01 .sp_br {
    display: block;
  }
  .sub .inner .bread-box .bread-box_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/*---------------------------------------
	bakery
----------------------------------------*/
.sub .inner .bakery_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .inner .bakery_box img {
  width: 40%;
}

.sub .inner .bakery_box p {
  width: 55%;
  position: relative;
}

.sub .inner .bakery_box p::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/logo_pc.png) no-repeat;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .sub .inner .bakery_box {
    position: relative;
  }
  .sub .inner .bakery_box::after {
    content: "";
    width: 60%;
    height: 50%;
    background: url(../images/common/logo_sp.png) no-repeat;
    position: absolute;
    top: 0;
    left: 36%;
  }
  .sub .inner .bakery_box img {
    margin-top: 50px;
    width: 100%;
    position: relative;
  }
  .sub .inner .bakery_box p {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  .sub .inner .bakery_box p::before {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .sub .inner .bakery_box {
    position: relative;
  }
  .sub .inner .bakery_box::after {
    position: absolute;
    top: 0;
    left: 16%;
  }
}

/*---------------------------------------
	menu
----------------------------------------*/
.sub .inner .menu_ttl {
  margin: 0 40px;
}

.sub .inner .menu_ttl .br_sp {
  display: none;
}

.sub .inner .menu_box {
  background: url(../images/common/bread_04.png) no-repeat top 5% left 10%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

.sub .inner .menu_box::before {
  content: "";
  background: url(../images/common/bread_05.png) no-repeat;
  position: absolute;
  top: 20%;
  width: 30%;
  right: 5%;
  height: 40%;
}

.sub .inner .menu_box .menu_item {
  width: 100%;
  padding:0 40px;
}

.sub .inner .menu_box dl {
  display: table;
  margin-top: 14px;
  text-align: left;
  width: 45%;
}

.sub .inner .menu_box dl dt {
  display: table-cell;
  float: left;
  vertical-align: middle;
}

.sub .inner .menu_box dl dt .br_sp {
  display: none;
}

.sub .inner .menu_box dl dd {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.sub .inner .menu_box .menu_img {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sub .inner .menu_box .menu_img img {
  width: 30%;
}

.sub .bg {
	background: #fff;
	padding: 80px 0;
	border-radius: 30px;
	margin-top:20px;
}

@media only screen and (max-width: 768px) {
.sub .bg {
    padding: 40px 0;
}
  .sub .inner .ttl_01 {
    font-size: 16px;
    background: url(../images/common/icon_wheat_small.png) no-repeat center left;
	margin:0;
  }
  .sub .inner .menu_ttl {
	margin: 0 20px;
  }
  .sub .inner .menu_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	background:none;
  }
  .sub .inner .menu_box::before { display:none;}
  .sub .inner .menu_box .menu_item {
	padding:0 20px;
  }
  .sub .inner .menu_box dl {
    margin: 14px auto 0;
    text-align: left;
    width: 100%;
  }
  .sub .inner .menu_box dl dt {
    float: left;
  }
  .sub .inner .menu_box .menu_img img {
    width: 85%;
  }
  .sub .menu_img img {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .sub .inner .menu_ttl {
    line-height: 1.6rem;
  }
  .sub .inner .menu_ttl .br_sp {
    display: block;
  }
  .sub .inner .menu_ttl span {
    font-size: 14px;
  }
  .sub .inner .menu_box .menu_item dt .br_sp {
    display: block;
  }
}

@media only screen and (max-width: 400px) {

}

/*---------------------------------------
	recommended
----------------------------------------*/
.sub .inner .recommended_list {
  width: 100%;
}

.sub .inner .recommended_list li {
  background-color: #fff;
  border-radius: 30px;
  padding: 25px;
  width: 30%;
  margin-top: 5%;
}

.sub .inner .recommended_list li .recommended_item img {
  width: 100%;
  height:auto;
  border-radius:20px;
}

.sub .inner .recommended_list li .recommended_item .text-box {
  text-align: left;
  margin-top: 20px;
}

.sub .inner .recommended_list li .recommended_item .text-box p {
  background: url(../images/common/icon_wheat.png) no-repeat center left;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.sub .inner .recommended_list li .recommended_item .text-box p span {
  display: block;
  font-weight: bold;
}

.sub .inner .recommended_list li .recommended_item .text-box dl {
  width: 100%;
  text-align: left;
}

.sub .inner .recommended_list li .recommended_item .text-box dl dt {
  float: left;
  clear: left;
  width: 15%;
  font-weight: bold;
  margin-top: 10px;
}

.sub .inner .recommended_list li .recommended_item .text-box dl dd {
  float: left;
  margin-top: 10px;
}

.sub .inner .recommended_list li .recommended_item .text-box dl dd .red {
  color: #ed474a;
  font-size: 18px;
}

.sub .inner .recommended_list li .recommended_item .text-box div{
	margin-top:25px;
}

@media only screen and (max-width: 1040px) {
.sub .inner .recommended_list li {
	padding: 20px;
	width: 32%;
	margin-top: 2%;
}
}

@media only screen and (max-width: 768px) {
  .sub .inner .recommended_list {
    width: 100%;
  }
  .sub .inner .recommended_list li {
    width: 48%;
    margin-top: 4%;
  }
  .sub .inner .recommended_list li .recommended_item img {
    width: 100%;
  }
  .sub .inner .recommended_list li .recommended_item .text-box {
    /*margin-top: 0;*/
  }
  .sub .inner .recommended_list li .recommended_item .text-box p {
    background: url(../images/common/icon_wheat_small.png) no-repeat center left;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
  }
  .sub .inner .recommended_list li .recommended_item .text-box p span {
    display: block;
    font-weight: bold;
  }
  .sub .inner .recommended_list li .recommended_item .text-box dl {
    width: 100%;
    text-align: left;
  }
  .sub .inner .recommended_list li .recommended_item .text-box dl dt {
    float: left;
    clear: left;
    width: 15%;
    font-weight: bold;
    margin-top: 10px;
  }
  .sub .inner .recommended_list li .recommended_item .text-box dl dd {
    float: left;
    margin-top: 10px;
  }
  .sub .inner .recommended_list li .recommended_item .text-box dl dd .red {
    color: #ed474a;
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
.sub .inner .recommended_list li {
	width: 100%;
	max-width:300px;
	padding:25px;
	margin:20px auto 0;
}
}

/*---------------------------------------
	blog
----------------------------------------*/
.sub .inner .blog_list li {
  overflow: hidden;
  margin-bottom:60px;
}
.sub .inner .blog_list li:last-child {
  margin-bottom:0;
}

.sub .inner .blog_list li .ttl_03 {
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: url("../images/top/tc03_dot.jpg") repeat-x left bottom;
}

.sub .inner .blog_list li .news_date {
  text-align: right;
  font-size: 0.9em;
  margin-bottom: 20px;
}

.sub .inner .blog_list li img {
  float: right;
  max-width: 400px;
  margin-left: 20px;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .blog_list li img {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0px 0 20px;
  }
}

/*---------------------------------------
	contact
----------------------------------------*/
.sub .inner .contact_text {
  margin-top: 30px;
}

.sub .inner .contact-form input {
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
}

.sub .inner .contact-form input[type="radio"] {
  width: auto;
}

.sub .inner .contact-form textarea {
  border: none;
  padding: 15px;
  width: 100%;
  border: 1px solid #ccc;
}

.sub .inner .contact_btn {
  text-align: center;
}

.sub .inner .contact_btn input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  background: #8fb339;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  border: none;
}

.sub .inner .contact_btn input:hover {
  background: #4f1f05;
}

.sub .inner .contact_btn p {
  margin-top: 10px;
}

.sub .inner *:focus {
  outline: none;
}

.sub .inner .clrred {
  color: #CC0000;
}

.sub .inner .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

.sub .inner .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .inner .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

.sub .inner .contact_btn .contact_back {
  display: block;
  position: relative;
}

.sub .inner .contact_btn .contact_back::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/sub_btn_icon2.png) no-repeat;
  position: absolute;
  top: 55%;
  left: 38%;
}

.sub .inner .contact_btn .contact_back .input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}

.sub .inner .contact_btn .contact_back a {
  position: relative;
  color: #fff;
  display: block;
  background-color: #f68104;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.sub .inner .contact_btn .contact_back a:hover {
  background: #262f3a;
  opacity: 0.7;
}

.sub .inner .contact_btn .contact_back a img {
  width: 6px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.sub .inner .contact_btn .contact_back *:focus {
  outline: none;
}

.sub .inner .contact_btn .contact_back .clrred {
  color: #8fb339;
}

.sub .inner .contact_btn .contact_back .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

.sub .inner .contact_btn .contact_back .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .inner .contact_btn .contact_back .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}
/*# sourceMappingURL=subpage.css.map */</pre></body></html>