<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothmaic ProN", Meiryo, sans-serif;
  background: url(../images/bg_july.gif) repeat top center;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #796A56;
  text-decoration: none;
}

a:hover {
  color: #ece5cf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ul {
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
}


/* --------------------------------
 * parts
 * -------------------------------- */

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}


/* PC用 */

#menu {
  display: none;
}

.wrapper {
  width: 1000px;
  background-color: #FFF;
  line-height: 1.8;
  margin: 0 auto;
}


/* --------------------------------
 * header
 * -------------------------------- */

.header {
  width: 1000px;
  height: 146px;
  position: relative;
}

.logo {
  width: 110px;
  height: 110px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  left: 68px;
  top: 23px;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/new-logo.svg) no-repeat;
  background-size: contain;
  transition: opacity 0.4s;
}

.logo a:hover {
  opacity: 0.6;
}


/* --------------------------------
 * navi
 * -------------------------------- */

#header_nav {
  display: none;
}

.global_nav a {
  color: #000;
}

.global_nav ul {
  height: 23px;
  font-size: 0;
  position: absolute;
  right: 68px;
  top: 62px;
}

.global_nav li {
  display: inline-block;
}

.global_nav li a {
  display: inline-block;
  height: 23px;
  padding: 0 18px;
  font-size: 1.4rem;
  line-height: 23px;
  transition: opacity 0.4s;
}

.global_nav li a.pr0 {
  padding-right: 0;
}

.global_nav li.active a,
.global_nav li a:hover {
  opacity: 0.3;
}

.store_btn {
  position: absolute;
  right: 68px;
  top: 95px;
}

.store_btn a {
  display: block;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-size: 1.2rem;
  padding: 0 10px 0 35px;
  border: #000 solid 1px;
  background: url(../images/cart_icon.svg) no-repeat 10px center;
  transition: opacity 0.4s;
}

.store_btn a:hover {
  opacity: 0.3;
}


/* --------------------------------
* contents
* -------------------------------- */

.main {
  display: block;
}

.main_inner {
  padding: 47px 68px 0 68px;
  line-height: 2.0;
}


/* --------------------------------
 * main img
 * -------------------------------- */

.main_img {
  width: 1000px;
  height: 807px;
  background: url(../images/top_img.jpg) no-repeat;
  position: relative;
}

.main_img h2 {
  display: block;
  background: url(../images/top_copy1.png) no-repeat;
  width: 323px;
  height: 501px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 47px;
  right: 50%;
  margin-right: -70px;
}

.main_img p {
  display: block;
  background: url(../images/top_copy2.png) no-repeat;
  width: 70px;
  height: 277px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 47px;
  left: 232px;
}


/* --------------------------------
 * greeting
 * -------------------------------- */

.greeting_photo {
  clear: both;
  font-size: 0;
  margin: 30px 0 0 0;
}

.greeting_photo li {
  display: inline-block;
  width: 140px;
  height: auto;
  margin-left: 41px;
}

.greeting_photo li:first-child {
  margin-left: 0;
}

.greeting_photo img {
  width: 140px;
  height: auto;
}

.access {
  width: 50%;
  float: left;
}

.access dl {
  clear: both;
}

.access dt {
  float: left;
}

.access_pl6 {
  padding-left: 6rem;
}

.access_pl7h {
  padding-left: 7.5rem;
}

.access_pl12 {
  padding-left: 12rem;
}

.access_ml1h {
  margin-left: 1.5rem;
}

.access_map {
  width: 335px;
  height: 266px;
  overflow: hidden;
  float: right;
}


/* --------------------------------
* products
* -------------------------------- */

.products_inner {
  display: block;
  padding-bottom: 78px;
  margin-bottom: 30px;
  background: url(../images/line.png) left bottom repeat-x;
}

.products_inner p {
  margin-bottom: 40px;
}

.products_bnrs {
  font-size: 0;
  width: 568px;
  overflow: hidden;
}

.products_bnrs li {
  float: left;
  margin: 0 50px 50px 0;
}

.products_bnrs li:nth-child(3n) {
  margin-right: 0;
}

.products_bnrs img {
  width: 156px;
  height: auto;
}

.products_bnrs a {
  transition: 0.4s;
}

.products_bnrs a:hover {
  opacity: 0.6;
}

.catalog_ttl {
  font-size: 1.8rem;
  line-height: 1.0;
  text-align: center;
  display: block;
  width: 133px;
  height: 105px;
  padding-top: 77px;
  background: url(../products/images/shinmotsu_img.png) no-repeat center top;
  background-size: contain;
  float: left;
  margin-right: 35px;
}

.catalog_copy {
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #F0324C;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.catalog_inner {
  float: left;
}

.catalog_btn {
  clear: both;
}

.catalog_btn a:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-right: 15px;
  background: url(../products/images/pdf_icon.png) no-repeat;
  background-size: contain;
}

.catalog_btn span {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 15px;
  overflow: hidden;
  background-color: #796A56;
  border-radius: 50%;
  position: relative;
}

.catalog_btn span:after {
  display: block;
  content: "";
  height: 10px;
  width: 10px;
  overflow: hidden;
  border-right: 4px solid #FFF;
  border-top: 4px solid #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 15px;
  margin-top: 5px;
  position: absolute;
  left: 6px;
  top: 2px;
}

.catalog_btn a {
  color: #000;
  font-size: 1.4rem;
  padding: 8px 18px;
  display: inline-block;
  border: #000 solid 1px;
  transition: 0.4s;
}

.catalog_btn a:hover {
  opacity: 0.4;
}

.beans_inner {
  display: block;
  margin-bottom: 45px;
}

.products_list {
  width: 864px;
  font-size: 0;
  overflow: hidden;
}

.products_list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 42px 75px 0;
}

.products_list li:nth-child(3n) {
  margin-right: 0;
}

.products_list img {
  width: 260px;
  height: auto;
  border: #B4B4B4 solid 1px;
  margin-bottom: 20px;
}

.products_list .name {
  font-size: 1.6rem;
  line-height: 1.0;
  font-weight: bold;
  margin-bottom: 10px;
}

.products_list .kana {
  font-size: 1.1rem;
  line-height: 1.0;
}

.products_list .note {
  font-size: 1.1rem;
  line-height: 2.0;
}

.products_list .icon {
  font-size: 1.6rem;
  line-height: 1.0;
  margin-top: 10px;
  border: #000 solid 1px;
  display: inline-block;
  padding: 4px 6px;
}

.products_list a {
  transition: 0.4s;
}

.products_list a:hover {
  opacity: 0.6;
}

.products_links {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

.products_links li {
  float: left;
  margin: 0 0 0 8px;
}

.products_links li:first-child {
  margin-left: 0;
}

.products_links li img {
  width: 101px;
  height: auto;
}

.products_links a {
  transition: 0.4s;
}

.products_links a:hover {
  opacity: 0.6;
}


/* --------------------------------
* about
* -------------------------------- */

.about_inner1 {
  display: block;
  margin-bottom: 120px;
}

.about_inner2 {
  width: 815px;
}

.about_inner3 {
  width: 861px;
  height: 782px;
  background: url(../about/images/about_storemap.jpg) no-repeat;
  position: relative;
}

.about_inner4 {
  display: none;
}

.about_txt {
  width: 440px;
  float: left;
}

.about_photo1 {
  width: 234px;
  float: right;
  display: block;
}

.about_photo2 {
  width: 286px;
  float: right;
  display: block;
}

.about_photo1 img,
.about_photo2 img {
  width: 100%;
  height: auto;
}

.about_fig {
  margin: 30px 0 70px 0;
  clear: both;
}
.about_fig img {
  vertical-align: top;
}
.about_fig figcaption {
  margin-top: 10px;
}

.about_in-store1,
.about_in-store2,
.about_in-store3,
.about_in-store4,
.about_in-store5,
.about_in-store6 {
  width: 210px;
  height: 140px;
  white-space: nowrap;
  position: absolute;
}

.about_in-store1 {
  top: 0px;
  right: 171px;
}

.about_in-store2 {
  top: 286px;
  left: 0px;
}

.about_in-store3 {
  bottom: 173px;
  left: 0px;
}

.about_in-store4 {
  bottom: 0px;
  left: 0px;
}

.about_in-store5 {
  bottom: 0px;
  right: 304px;
}

.about_in-store6 {
  bottom: 0px;
  right: 0px;
}

.about_in-store1 a,
.about_in-store2 a,
.about_in-store3 a,
.about_in-store4 a,
.about_in-store5 a,
.about_in-store6 a {
  width: 210px;
  height: 140px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  transition: 0.4s;
}

.about_in-store1 a:hover,
.about_in-store2 a:hover,
.about_in-store3 a:hover,
.about_in-store4 a:hover,
.about_in-store5 a:hover,
.about_in-store6 a:hover {
  opacity: 0.4;
  background: #FFF;
}


/* --------------------------------
* order
* -------------------------------- */

.order_nav ul {
  font-size: 0;
  margin-bottom: 65px;
}

.order_nav li {
  display: inline-block;
  width: 186px;
  margin-left: 40px;
}

.order_nav li a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  line-height: 1.0;
  color: #000;
  display: block;
  width: 186px;
  text-align: center;
  background-color: #EBE1C7;
  padding: 14px 0;
  transition: 0.4s;
}

.order_nav li a:hover {
  opacity: 0.6;
}

.order_nav li:first-child {
  margin-left: 0;
}

.order_nav span {
  display: inline-block;
  width: 24px;
  height: 20px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.order_nav span:after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  overflow: hidden;
  border-right: 1px solid #796A56;
  border-top: 1px solid #796A56;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 3px;
}

.order_nav span:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  overflow: hidden;
  border-right: 1px solid #796A56;
  border-top: 1px solid #796A56;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 3px;
}

.order_inner1 {
  display: block;
  margin-bottom: 100px;
}

.order_list1 {
  margin-bottom: 50px;
}

.order_list1 li,
.order_list2 li {
  text-indent: -2rem;
  padding-left: 2rem;
}

.order_list1 li:before {
  content: "★";
  margin-right: 0.5rem;
}

.order_list2 {
  margin-bottom: 40px;
}

.order_list2 li:before,
.order_inner1 dt:before,
.order_ttl1:before,
.order_ttl2:before {
  content: "●";
  margin-right: 0.5rem;
}

.order_list_in {
  margin-left: 2rem;
}
.order_list_in li {
  line-height: 1.8;
  padding-left: 0;
  text-indent: 0;
}
.order_list_in li:before {
  content: "";
  margin-right: 0;
}
li.in_dot:before {
  content: "・";
  margin-right: 0.5rem;
}
li.in_dot {
  text-indent: -2rem;
  padding-left: 2rem;
}
li.list_in_img {
  line-height: 0;
}

.order_ttl2:before {
  font-size: 1.0rem;
  vertical-align: middle;
}

.order_inner1 dl {
  margin-bottom: 30px;
}

.order_inner1 dd {
  padding-left: 2rem;
}

.order_ttl1,
.order_ttl2 {
  font-size: 2.0rem;
  line-height: 1.2;
  color: #796A56;
  margin-bottom: 10px;
}

.table_outer {
  width: 100%;
  overflow: auto;
}

.order_table {
  width: 864px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.order_table th,
.order_table td {
  text-align: center;
  vertical-align: middle;
  border-top: #717071 solid 1px;
  border-bottom: #717071 solid 1px;
  padding: 15px 10px;
}

.order_table th {
  background-color: #EEEEEF;
  font-weight: normal;
  white-space: nowrap;
}

.order_table tr:nth-child(even) {
  background-color: #EEEEEF;
}

.order_photo {
  font-size: 0;
  margin-bottom: 20px;
}

.order_photo li {
  display: inline-block;
  width: 200px;
  height: auto;
  margin-left: 18px;
}

.order_photo li:first-child {
  margin-left: 0;
}

.order_photo img {
  width: 100%;
  height: auto;
}

.order_bnr a {
  transition: 0.4s;
}

.order_bnr a:hover {
  opacity: 0.6;
}

.shoping-bag_ttl {
  font-weight: bold;
  line-height: 1.2;
  padding: 6px 10px;
  background-color: #BFE2F8;
  margin-bottom: 20px;
  display: inline-block;
}
.shoping-bag_list {
  margin-bottom: 30px;
  font-size: 0;
}
.shoping-bag_list li {
  width: 50%;
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
}
.shoping-bag_list li img {
  width: 100%;
  height: auto;
}


/* --------------------------------
* kofuku-set
* -------------------------------- */

.kofuku-set_list1,
.kofuku-set_list2 {
  font-size: 0;
}
.kofuku-set_list1 li {
  width: 50%;
  margin: 0;
  display: inline-block;
}
.kofuku-set_list2 li {
  width: 47%;
  margin-left: 6%;
  display: inline-block;
}
.kofuku-set_list2 li:first-child {
  margin-left: 0;
}
.kofuku-set_list1 li img,
.kofuku-set_list2 li img {
  width: 100%;
  height: auto;
}
.blue-link-arrow {
  color: #182987;
  text-align: right;
  font-size: 1.6rem;
  line-height: 20px;
}
.blue-link-arrow a {
  color: #182987;
  transition: opacity 0.4s;
}
.blue-link-arrow a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/blue-link-arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-left: 5px;
}
.blue-link-arrow a:hover {
  opacity: .3;
}
.kofuku-set_ttl {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.kofuku-set_ttl.sen::before {
  width: 42px;
  height: 42px;
  background: url(../kofuku-set/images/kofuku-ttl-sen-icon.png) no-repeat;
  margin-right: 15px;
}
.kofuku-set_ttl.yo::before {
  width: 47px;
  height: 43px;
  background: url(../kofuku-set/images/kofuku-ttl-you-icon.png) no-repeat;
  margin-right: 10px;
}
.kofuku-set_ttl.wagake::before {
  width: 85px;
  height: 44px;
  background: url(../kofuku-set/images/kofuku-ttl-wagake-icon.png) no-repeat;
  margin-right: 10px;
}
.kofuku-set_ttl.sen::before,
.kofuku-set_ttl.yo::before,
.kofuku-set_ttl.wagake::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: top;
}
.kofuku-set_store_btn {
  text-align: right;
}
.kofuku-set_store_btn a {
  color: #000;
  font-size: 1.6rem;
  line-height: 2.8rem;
  display: inline-block;
  padding: 0 10px 0 35px;
  border: #000 solid 1px;
  background: url(../images/cart_icon.svg) no-repeat 5px center;
  background-size: 25px auto;
  transition: opacity 0.4s;
}
.kofuku-set_store_btn a:hover {
  opacity: 0.3;
}


/* --------------------------------
* privacy
* -------------------------------- */

.privacy_inner {
  display: block;
  margin-bottom: 100px;
}


/* --------------------------------
* campaign
* -------------------------------- */

.campaign_inner {
  display: block;
  margin-bottom: 100px;
}

.campaign_ttl {
  line-height: 1.0;
  text-align: center;
  padding: 8px 18px;
  margin-bottom: 20px;
  background: #CDB36A;
}

.campaign_copy {
  font-size: 2.0rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 115px;
}

.campaign_ttl2 {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #796A56;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: url(../images/line.png) left bottom no-repeat;
}

.campaign_ttl2-2 {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #796A56;
}

.campaign_ttl3:before {
  content: "●";
  margin-right: 0.5rem;
}

.campaign_ttl3 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.campaign_list li {
  display: inline-block;
  vertical-align:top;
}

.campaign_photo1 {
  width: 153px;
  margin-right: 50px;
}

.campaign_photo2 {
  width: 314px;
  margin-right: 30px;
}

.campaign_photo3 {
  width: 435px;
}

.campaign_comment1 {
  width: 277px;
}

.campaign_comment2 {
  width: 285px;
}

.campaign_comment3 {
  width: 390px;
}

.campaign_list li img,
.campaign_flyer img {
  width: 100%;
  height: auto;
}

.campaign_setsubun_btn {
  font-size: 0;
}

.campaign_setsubun_btn li {
  display: inline-block;
  width: 145px;
  height: 145px;
  margin-right: 30px;
  margin-top: 30px;
}

.campaign_setsubun_btn li:last-child {
  margin-right: 0;
}

.campaign_setsubun_btn li img {
  width: 100%;
  height: auto;
}

.campaign_setsubun_btn li a {
  transition: all .5s;
}

.campaign_setsubun_btn li a:hover {
  opacity: .6;
}

/* --------------------------------
 * footer
 * -------------------------------- */

.footer {
  clear: both;
  width: 100%;
  padding: 0 68px;
}


/* page top */

#page_top {
  cursor: pointer;
  transition: opacity 0.3s;
  float: right;
}

#page_top p:before {
  display: inline-block;
  content: "";
  height: 12px;
  width: 12px;
  overflow: hidden;
  border-left: 4px solid #FFF;
  border-top: 4px solid #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin-right: 15px;
  margin-top: 5px;
}

#page_top p {
  display: inline-block;
  background-color: #B1B1B2;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 100%;
  letter-spacing: 0.1rem;
  padding: 10px 20px 10px 15px;
}

#page_top:hover {
  opacity: 0.4;
}

#top #page_top p {
  display: none;
}

.footer_bnrs ul,
.sec-bnrs {
  font-size: 0;
}
.footer_bnrs ul.bnrs {
  float: left;
}
.footer_bnrs ul.bnrs li,
.sec-bnrs li {
  height: 44px;
  width: auto;
}
.footer_bnrs ul.bnrs li img,
.sec-bnrs li img {
  height: 100%;
  width: auto;
}
.footer_bnrs ul.icons {
  float: right;
}
.footer_bnrs ul.bnrs li,
.footer_bnrs ul.icons li  {
  margin-left: 10px;
}
.footer_bnrs ul.bnrs li:first-child,
.footer_bnrs ul.icons li:first-child  {
  margin-left: 0;
}
.footer_bnrs li {
  display: inline-block;
}

.facebook_btn a:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../images/FB-f-Logo__blue_50.png) no-repeat;
  background-size: contain;
}

.facebook_btn a {
  color: #242F60;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 6px 8px;
  display: inline-block;
  border: #242F60 solid 1px;
  transition: 0.4s;
}

.instagram_btn {
  margin-left: 15px;
  width: 156px;
  height: 44px;
}

.instagram_btn a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 156px;
  height: 44px;
  display: block;
  background: url(../images/top_instagram_bnr.jpg) no-repeat center center;
  background-size: contain;
	transition: 0.4s;
}

.campaign_btn {
  margin-left: 15px;
  width: 220px;
  height: 44px;
  background: url(../campaign/images/top_campaign_btn_bg.png) repeat;
  background-size: 50%;
  transition: 0.4s;
}

.campaign_btn a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 220px;
  height: 44px;
  display: block;
  background: url(../campaign/images/top_campaign_btn.png) no-repeat center center;
  background-size: 208px 32px;
}

.shoping-bag_btn {
  margin-left: 15px;
  width: 197px;
  height: 44px;
  transition-duration: 0.4s;
}
.shoping-bag_btn a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 197px;
  height: 44px;
  display: block;
  background: url(../images/shopping-bag_bnr.jpg) no-repeat;
  background-size: contain;
}

.cashless_btn {
  margin-left: 15px;
  width: 180px;
  height: 70px;
}
.cashless_btn a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 180px;
  height: 70px;
  display: block;
  background: url(../images/cashless_Red_bnr.jpg) no-repeat;
  transition: 0.4s;
}

.facebook_icon img,
.instagram_icon img {
  width: 44px;
  height: auto;
}
.facebook_icon a,
.instagram_icon a,
.footer_bnrs ul.bnrs li a,
.sec-bnrs a {
  transition: 0.4s;
}

.facebook_btn a:hover,
.campaign_btn:hover,
.shoping-bag_btn:hover,
.cashless_btn a:hover,
.instagram_btn a:hover,
.facebook_icon a:hover,
.instagram_icon a:hover,
.footer_bnrs ul.bnrs li a:hover,
.sec-bnrs a:hover {
  opacity: 0.4;
}

.footer_outline {
  font-size: 0;
  float: left;
  padding: 25px 0;
}

.footer_outline li {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 100%;
}

.footer_outline li a {
  color: #000;
  margin-right: 25px;
  display: inline-block;
  transition: opacity 0.4s;
}

.footer_outline li a:hover {
  opacity: 0.3;
}

.copyright {
  float: right;
  font-size: 1.1rem;
  line-height: 100%;
  padding: 25px 0;
}


/* --------------------------------
* common
* -------------------------------- */

.min_ttl1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.0rem;
  line-height: 1.0;
  margin-bottom: 50px;
}

.min_ttl2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.0rem;
  line-height: 1.0;
  color: #fff;
  padding: 8px 18px;
  margin-bottom: 30px;
  background-color: #CDB36A;
}

.min_txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gos_ttl1 {
  font-size: 2.0rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

.gos_ttl2 {
  font-size: 2.0rem;
  line-height: 1.2;
  color: #796A56;
  margin-bottom: 10px;
}

.gos_ttl3 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
}

.gos_line_ttl1 {
  font-size: 2.1rem;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: url(../images/line.png) left bottom no-repeat;
}

.en_ttl {
  font-size: 2.8rem;
  margin-left: 20px;
  display: inline-block;
}

.txt_bold {
  font-weight: bold;
}
.txt_small {
  font-size: 1.1rem;
}
.txt_red {
  color: #DC0220;
}

.bg_yellow {
  display: inline-block;
  padding: 5px;
  margin: 5px 0;
  line-height: 1.2;
  font-size: 1.4rem;
  background-color: #FCFA95;
}

.disc_list {
  list-style-type: disc;
  margin-left: 1.5rem;
}

.aln_right {
  text-align: right;
}

.section_inner1 {
  display: block;
  margin-bottom: 120px;
}

.section_inner1 p {
  margin-bottom: 40px;
}

.all_inner {
  width: 100%;
}

.half_inner {
  width: 50%;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb100 {
  margin-bottom: 100px;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

@media screen and (max-width: 960px) {
  /* タブレット用 */
  img,
  object,
  embed {
    max-width: 100%;
    height: auto;
  }
  .wrapper {
    width: 96%;
    min-width: 96%;
  }
  .main_inner {
    padding: 47px 3% 0 3%;
  }
  /* --------------------------------
  * phone nav
  * -------------------------------- */
  #nav_phone {
    display: block;
  }
  #menu {
    background-color: #C9B56E;
    border-bottom: 1px solid #ECE5CF;
    display: none;
    width: 100%;
  }
  #menu.open_menu {
    display: block;
  }
  #menu ul {
    width: 100%;
    overflow: hidden;
  }
  #menu ul li {
    width: 100%;
    height: 40px;
    float: left;
    border-bottom: 1px solid #ECE5CF;
  }
  #menu ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 20px;
    transition: all 0.25s;
  }
  #menu ul li a::after {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu ul li a:hover {
    background: #DACE9D;
  }
  /* --------------------------------
 * header
 * -------------------------------- */
  .header {
    width: 100%;
  }
  .logo {
    left: 50%;
    margin-left: -50px;
  }
  #header_nav {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 3%;
    top: 53px;
  }
  /* --------------------------------
 * navi
 * -------------------------------- */
  .global_nav {
    display: none;
    height: 0;
  }
  /* --------------------------------
 * main img
 * -------------------------------- */
  .main_img:before {
    content: "";
    display: block;
    padding-top: 80%;
  }
  .main_img {
    width: 100%;
    height: auto;
    min-height: 540px;
    background-size: contain;
  }
  .main_img.inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main_img h2 {
    top: 10px;
    right: 50%;
    margin-right: -10%;
  }
  .main_img p {
    top: 10px;
    left: 50%;
    margin-left: -250px;
  }
  /* --------------------------------
  * greeting
  * -------------------------------- */
  .greeting_photo li {
    width: 18%;
    margin-left: 2.5%;
  }
  .access {
    width: 100%;
    float: none;
  }
  .access_map {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  .access_map iframe {
    width: 100%;
  }
  /* --------------------------------
  * products
  * -------------------------------- */
  .products_bnrs {
    width: 100%;
  }
  .products_bnrs li {
    width: 30%;
    margin: 0 5% 50px 0;
  }
  .products_bnrs li:nth-child(3n) {
    margin-right: 0;
  }
  .products_bnrs img {
    width: 100%;
    height: auto;
  }
  .catalog_ttl {
    margin: 0 auto 35px auto;
    float: none;
  }
  .catalog_inner {
    float: none;
    text-align: center;
  }
  .catalog_btn {
    width: 275px;
    display: block;
    margin: 0 auto;
  }
  .products_list {
    width: 100%;
  }
  .products_list li {
    width: 30%;
    margin: 0 5% 40px 0;
  }
  .products_list li:nth-child(3n) {
    margin-right: 0;
  }
  .products_list img {
    width: 100%;
    height: auto;
  }
  .products_list .name,
  .products_list .kana {
    line-height: 1.2;
  }
  .products_links li {
    width: 22%;
    margin: 0 4% 20px 0;
  }
  .products_links li:nth-child(4n) {
    margin-right: 0;
  }
  .products_links li img {
    width: 100%;
    height: auto;
  }
  /* --------------------------------
  * about
  * -------------------------------- */
  .about_inner2 {
    width: 100%;
    margin-bottom: 70px;
  }
  .about_inner3 {
    display: none;
  }
  .about_txt {
    width: 57%;
  }
  .about_photo1 {
    width: 35%;
  }
  .about_photo2 {
    width: 40%;
  }
  .about_inner4 {
    display: block;
    font-size: 0;
  }
  .about_inner4 li {
    display: inline-block;
    width: 48%;
    margin: 0 0 30px 0;
  }
  .about_inner4 li:nth-child(odd) {
    margin-right: 4%;
  }
  /* --------------------------------
  * order
  * -------------------------------- */
  .order_nav li {
    width: 48%;
    margin: 0 0 10px 2%;
  }
  .order_nav li a {
    width: 100%;
  }
  .order_nav li:nth-child(odd) {
    margin-left: 0;
  }
  /* --------------------------------
  * campaign
  * -------------------------------- */
  .campaign_photo3 {
    width: 50%;
  }
  .campaign_comment3 {
    width: 47%;
  }
  /* --------------------------------
  * footer
  * -------------------------------- */
  .footer {
    padding: 0 3%;
  }
  .copyright {
    float: none;
    text-align: center;
  }
  .footer_outline {
    display: none;
  }
  .footer_bnrs ul.bnrs,
  .footer_bnrs ul.icons {
    float: none;
    text-align: center;
  }
  .footer_bnrs ul.bnrs {
    margin-bottom: 10px;
  }
  .footer_bnrs ul.bnrs li {
    margin-bottom: 10px;
    width: 30%;
    height: auto;
  }
  .footer_bnrs ul.bnrs li img {
    width: 100%;
    height: auto;
  }
  /* --------------------------------
  * common
  * -------------------------------- */
  .min_ttl1 {
    text-align: center;
  }
  .en_ttl {
    font-size: 2.6rem;
    display: block;
    margin: 15px 0 0 0;
  }
}

@media screen and (max-width: 600px) {
  /* スマートフォン用 */
  body {
    -webkit-text-size-adjust: 100%;
  }
  .wrapper {
    width: 100%;
    min-width: 320px;
  }
  /* --------------------------------
  * navi
  * -------------------------------- */
  .logo {
    left: 50%;
    margin-left: -50px;
  }
  /* --------------------------------
  * main img
  * -------------------------------- */
  .main_img {
    width: 100%;
    min-height: 480px;
  }
  .main_img h2 {
    width: 200px;
    height: 310px;
    margin-right: -15%;
    background-size: contain;
  }
  .main_img p {
    background: none;
    width: 80%;
    height: auto;
    overflow: visible;
    white-space: inherit;
    text-indent: 0;
    top: 340px;
    left: 50%;
    margin-left: -40%;
  }
  /* --------------------------------
  * greeting
  * -------------------------------- */
  .greeting_photo li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .greeting_photo img {
    width: 100%;
    height: auto;
  }
  /* --------------------------------
  * products
  * -------------------------------- */
  .products_inner {
    padding-bottom: 30px;
  }
  .products_bnrs li {
    width: 48%;
    margin: 0 0 30px 0;
  }
  .products_bnrs li:nth-child(odd) {
    margin-right: 4%;
  }
  .catalog_inner {
    text-align: left;
  }
  .catalog_inner p br {
    display: none;
  }
  .catalog_btn {
    width: 100%;
    text-align: center;
  }
  .catalog_btn a {
    width: 100%;
  }
  .products_list li {
    width: 48%;
    margin: 0 0 30px 0;
  }
  .products_list li:nth-child(odd) {
    margin-right: 4%;
  }
  .products_links li {
    width: 48%;
    margin: 0 0 20px 0;
  }
  .products_links li:nth-child(odd) {
    margin-right: 4%;
  }
  .beans_inner {
    margin-bottom: 30px;
  }
  /* --------------------------------
  * about
  * -------------------------------- */
  .about_inner1,
  .about_inner2 {
    margin-bottom: 60px;
  }
  .about_txt br {
    display: none;
  }
  .about_txt {
    width: 100%;
    float: none;
  }
  .about_photo1,
  .about_photo2 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .about_inner4 li {
    width: 100%;
  }
  .about_inner4 li:nth-child(odd) {
    margin-right: 0;
  }
  /* --------------------------------
  * order
  * -------------------------------- */
  .order_inner1 {
    margin-bottom: 60px;
  }
  .order_nav li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .order_photo li {
    width: 48%;
    height: auto;
    margin: 0 0 10px 2%;
  }
  .shoping-bag_list li {
    width: 100%;
    margin: 0 0 20px 0;
    display: block;
  }

/* --------------------------------
* kofuku-set
* -------------------------------- */
.kofuku-set_list1 li,
.kofuku-set_list2 li {
  width: 100%;
    margin: 0 0 20px 0;
    display: block;
}
.blue-link-arrow,
.kofuku-set_store_btn {
  text-align: center;
}
.kofuku-set_store_btn a {
  width: 100%;
  line-height: 4rem;
  padding: 0;
}

  /* --------------------------------
  * privacy
  * -------------------------------- */
  .privacy_inner {
    margin-bottom: 60px;
  }
  .campaign_list li {
    display: inline-block;
  }
  /* --------------------------------
  * campaign
  * -------------------------------- */
  .campaign_photo1,
  .campaign_photo2,
  .campaign_comment3 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .campaign_comment1,
  .campaign_comment2,
  .campaign_photo3 {
    width: 100%;
  }
  .campaign_setsubun_btn li {
    margin-right: 4%;
    margin-top: 10px;
    width: 48%;
  }
  .campaign_setsubun_btn li:nth-child(even) {
    margin-right: 0;
  }

  /* --------------------------------
  * footer
  * -------------------------------- */
  /*  page top */
  #top #page_top p {
    display: block;
  }
  #page_top {
    float: none;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    position: fixed;
    right: 3%;
    bottom: 70px;
  }
  #page_top p:before {
    display: block;
    margin: 0 auto;
  }
  #page_top p {
    display: block;
    width: 40px;
    height: 40px;
    padding: 15px 8px 0 8px;
    font-size: 1.0rem;
  }
  #page_top p span {
    display: none;
  }
  .facebook_btn a {
    padding: 10px;
    display: block;
    text-align: center;
  }
  .campaign_btn, .instagram_btn, .shoping-bag_btn {
    display: block;
    width: 100%;
  }
  .campaign_btn a, .instagram_btn a {
    width: 100%;
  }
  .shoping-bag_btn a {
    width: 100%;
    background-position: center;
    background-color: #208315;
  }
  .footer_bnrs ul.bnrs li {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }

  /* --------------------------------
  * common
  * -------------------------------- */
  .section_inner1 {
    margin-bottom: 60px;
  }
}
</pre></body></html>