@charset "UTF-8";
/*
Theme Name:frandore sp 202504
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */
/* line 18, scss/style.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 33, scss/style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 34, scss/style.scss */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/* line 35, scss/style.scss */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 36, scss/style.scss */
ul,
ol {
  list-style: none;
}

/* line 37, scss/style.scss */
blockquote,
q {
  quotes: none;
}

/* line 38, scss/style.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 39, scss/style.scss */
a:focus {
  outline: none;
}

/* line 40, scss/style.scss */
ins {
  text-decoration: none;
}

/* line 41, scss/style.scss */
mark {
  font-style: italic;
  font-weight: bold;
}

/* line 42, scss/style.scss */
del {
  text-decoration: line-through;
}

/* line 43, scss/style.scss */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 44, scss/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 45, scss/style.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 46, scss/style.scss */
button,
input,
select,
textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

/* line 47, scss/style.scss */
input,
textarea {
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  -webkit-appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

/* line 48, scss/style.scss */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

/* line 49, scss/style.scss */
input[type="radio"] {
  -webkit-appearance: radio;
}

/* line 50, scss/style.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 51, scss/style.scss */
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

	Common
		
---------------------------------------------------------- */
/* line 59, scss/style.scss */
body {
  font-size: 13px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333;
  background-image: url(images/contents/common/bg.jpg);
  background-size: contain;
}

/* text */
/* line 69, scss/style.scss */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

/* img */
/* line 74, scss/style.scss */
.fullimg {
  width: 100%;
  height: auto;
}

/* link */
/* line 80, scss/style.scss */
a {
  color: #826325;
  text-decoration: none;
}

/* line 81, scss/style.scss */
a:hover {
  color: #b21818;
}

/* line 82, scss/style.scss */
a:active,
a:focus {
  outline: 0;
}

/* line 84, scss/style.scss */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* line 85, scss/style.scss */
.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
}

/* float */
/* line 88, scss/style.scss */
.f-left {
  float: left;
}

/* line 89, scss/style.scss */
.f-right {
  float: right;
}

/* clearfix */
/* line 92, scss/style.scss */
.clearfix {
  width: 100%;
}

/* line 93, scss/style.scss */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* adjust */
/* line 96, scss/style.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 97, scss/style.scss */
.mb15 {
  margin-bottom: 15px !important;
}

/* line 98, scss/style.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 99, scss/style.scss */
.mb25 {
  margin-bottom: 25px !important;
}

/* line 100, scss/style.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 101, scss/style.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 102, scss/style.scss */
.mb50 {
  margin-bottom: 50px !important;
}

/* line 103, scss/style.scss */
.mb80 {
  margin-bottom: 80px !important;
}

/* line 104, scss/style.scss */
.ml10 {
  margin-left: 10px !important;
}

/* line 105, scss/style.scss */
.ml15 {
  margin-left: 15px !important;
}

/* line 106, scss/style.scss */
.mt50 {
  margin-top: 50px !important;
}

/* line 107, scss/style.scss */
.mt60 {
  margin-top: 60px !important;
}

/*-----------------------------------------------------------

	header
		
---------------------------------------------------------- */
/* line 117, scss/style.scss */
#header #description {
  background-image: url(images/header/bg-desc.jpg);
  padding: 10px;
  font-size: 0.45rem;
  color: #fff;
}

/* line 124, scss/style.scss */
#header #logo-area {
  position: relative;
}

/* line 128, scss/style.scss */
#header #logo {
  width: 40%;
  margin: 20px;
}

/* line 131, scss/style.scss */
#header #logo img {
  width: 100%;
  height: auto;
}

/* line 137, scss/style.scss */
#header #nav {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 0.7rem;
}

/* line 142, scss/style.scss */
#header #nav li:before {
  content: "▶ ";
  font-size: 0.3rem;
  position: relative;
  color: #826325;
  top: -2px;
}

/* line 149, scss/style.scss */
#header #nav li a {
  text-decoration: underline;
}

/* line 156, scss/style.scss */
#header #globalnav ul {
  margin-bottom: 1px;
  background-color: #826325;
}

/* line 159, scss/style.scss */
#header #globalnav ul li {
  float: left;
  width: 24%;
  border-left: 1px dotted #baa987;
}

/* line 163, scss/style.scss */
#header #globalnav ul li:last-child {
  border-right: 1px dotted #baa987;
}

/* line 164, scss/style.scss */
#header #globalnav ul li:first-child {
  margin-left: 1.4%;
}

/* line 165, scss/style.scss */
#header #globalnav ul li img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------

	contents
		
---------------------------------------------------------- */
/* common */
/* line 184, scss/style.scss */
.section {
  width: 95%;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #e8e6e0;
  box-sizing: border-box;
  padding: 10px 10px 20px 10px;
}

/* line 191, scss/style.scss */
.section .section-title {
  margin-bottom: 15px;
}

.section .section-moji-title {
  border-bottom: 1px solid #e8e6e0;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #6b5a2c;
}

/* line 193, scss/style.scss */
.section .section-title img {
  width: 100%;
  height: auto;
}

/* line 200, scss/style.scss */
.section-fullinner {
  width: 95%;
  margin: 20px auto;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #e8e6e0;
  box-sizing: border-box;
}

/* line 207, scss/style.scss */
.section-fullinner .section-title {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* line 210, scss/style.scss */
.section-fullinner .section-title img {
  width: 100%;
  height: auto;
}

/* line 215, scss/style.scss */
.section-fullinner .inner {
  padding: 0 15px;
}

/* line 220, scss/style.scss */
.section-full {
  width: 100%;
  margin: 20px auto;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #e8e6e0;
  box-sizing: border-box;
  padding: 10px 0;
}

/* line 227, scss/style.scss */
.section-full .section-title {
  width: 95%;
  margin: 0 auto 15px;
}

/* line 230, scss/style.scss */
.section-full .section-title img {
  width: 100%;
  height: auto;
}

/* line 237, scss/style.scss */
#icatch {
  margin-bottom: 25px;
}

/* line 239, scss/style.scss */
#icatch img {
  width: 100%;
  height: auto;
}

/* line 245, scss/style.scss */
.bnr-list {
  width: 95%;
  margin: 20px auto;
}

/* line 248, scss/style.scss */
.bnr-list li {
  margin-bottom: 20px;
}

/* line 250, scss/style.scss */
.bnr-list li img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 4px #dad6ca;
}

/* top
-------------------------------------- */
/* line 263, scss/style.scss */
#page-top #slide {
  padding-bottom: 6px;
  background-color: #fff;
  border-bottom: 1px solid #dbdad1;
  margin-bottom: 20px;
}

/* line 268, scss/style.scss */
#page-top #slide img {
  width: 100% !important;
  height: auto !important;
}

/* line 275, scss/style.scss */
#page-top .mail-area .btn-area {
  margin: 10px 0;
}

/* line 277, scss/style.scss */
#page-top .mail-area .btn-area .btn {
  width: 50%;
  float: left;
}

/* line 280, scss/style.scss */
#page-top .mail-area .btn-area .btn img {
  width: 100%;
  height: auto;
}

/* line 285, scss/style.scss */
#page-top .mail-area .btn-area .social {
  width: 49%;
  float: right;
}

/* line 291, scss/style.scss */
#page-top .mail-area .photo-area .photo-left {
  width: 49%;
  float: left;
}

/* line 294, scss/style.scss */
#page-top .mail-area .photo-area .photo-left img {
  width: 100%;
  height: auto;
}

/* line 299, scss/style.scss */
#page-top .mail-area .photo-area .photo-right {
  width: 49%;
  float: right;
}

/* line 302, scss/style.scss */
#page-top .mail-area .photo-area .photo-right img {
  width: 100%;
  height: auto;
}

/* line 311, scss/style.scss */
#page-top .pickup-area img {
  width: 90%;
  height: auto;
}

/* line 318, scss/style.scss */
#page-top .top-blog-area .article {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d2cec2;
}

/* line 322, scss/style.scss */
#page-top .top-blog-area .article .photo {
  width: 30%;
  float: left;
}

/* line 325, scss/style.scss */
#page-top .top-blog-area .article .photo img {
  width: 100%;
  height: auto;
}

/* line 330, scss/style.scss */
#page-top .top-blog-area .article .detail {
  width: 65%;
  float: right;
}

/* line 333, scss/style.scss */
#page-top .top-blog-area .article .detail .meta {
  font-weight: bold;
  margin-top: 15px;
}

/* line 337, scss/style.scss */
#page-top .top-blog-area .article .detail .title a {
  color: #000;
}

/* line 342, scss/style.scss */
#page-top .top-blog-area .btn-more-blog {
  width: 60%;
  margin: 15px auto;
}

/* line 345, scss/style.scss */
#page-top .top-blog-area .btn-more-blog img {
  width: 100%;
  height: auto;
}

/* single.php
-------------------------------------- */
/* page.php
-------------------------------------- */
/* news */
/* line 365, scss/style.scss */
#page-news #category-nav {
  width: 80%;
  margin: 15px auto;
}

/* line 368, scss/style.scss */
#page-news #category-nav li {
  margin-bottom: 15px;
}

/* line 370, scss/style.scss */
#page-news #category-nav li img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 4px #dad6ca;
}

/* line 378, scss/style.scss */
#page-news .article-pager li {
  width: 60%;
  margin: 10px auto 15px;
}

/* line 381, scss/style.scss */
#page-news .article-pager li a {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  text-align: center;
  border: 1px solid #c0bdb0;
  background-color: #e9e7e0;
}

/* line 395, scss/style.scss */
.news-area .article {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d2cec2;
}

/* line 399, scss/style.scss */
.news-area .article .meta {
  font-weight: bold;
}

/* line 401, scss/style.scss */
.news-area .article .meta span {
  display: inline-block;
  width: 100px;
  padding: 2px;
  margin-right: 10px;
  font-size: 0.6rem;
  vertical-align: top;
  text-align: center;
}

/* line 411, scss/style.scss */
.news-area .article .meta .news-cat-newcake {
  background-color: #f5dae5;
  color: #c14878;
}

/* line 415, scss/style.scss */
.news-area .article .meta .news-cat-pressrelease {
  background-color: #fce9d7;
  color: #d4894d;
}

/* line 419, scss/style.scss */
.news-area .article .meta .news-cat-shopinformation {
  background-color: #c9faca;
  color: #18ac1c;
}

/* line 424, scss/style.scss */
.news-area .article .title {
  margin: 4px 0 10px;
}

/* line 426, scss/style.scss */
.news-area .article .title a {
  color: #000;
  font-size: 1rem;
}

/* line 432, scss/style.scss */
.news-area .article .inner .photo {
  width: 30%;
  float: left;
}

/* line 435, scss/style.scss */
.news-area .article .inner .photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

/* line 441, scss/style.scss */
.news-area .article .inner .detail {
  width: 65%;
  float: right;
}

/* line 444, scss/style.scss */
.news-area .article .inner .detail .more {
  margin-top: 6px;
}

/* line 446, scss/style.scss */
.news-area .article .inner .detail .more a {
  text-decoration: underline;
}

/* line 451, scss/style.scss */
.news-area .btn-more-news {
  width: 60%;
  margin: 15px auto;
}

/* line 454, scss/style.scss */
.news-area .btn-more-news img {
  width: 100%;
  height: auto;
}

/* line 462, scss/style.scss */
.news-article-area .meta {
  font-weight: bold;
}

/* line 464, scss/style.scss */
.news-article-area .meta span {
  display: inline-block;
  width: 100px;
  padding: 2px;
  margin-right: 10px;
  font-size: 0.6rem;
  vertical-align: top;
  text-align: center;
}

/* line 474, scss/style.scss */
.news-article-area .meta .news-cat-newcake {
  background-color: #f5dae5;
  color: #c14878;
}

/* line 478, scss/style.scss */
.news-article-area .meta .news-cat-pressrelease {
  background-color: #fce9d7;
  color: #d4894d;
}

/* line 482, scss/style.scss */
.news-article-area .meta .news-cat-shopinformation {
  background-color: #c9faca;
  color: #18ac1c;
}

/* line 487, scss/style.scss */
.news-article-area .article-title {
  font-size: 1.3rem;
  margin: 10px 0 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d2cec2;
}

/* line 493, scss/style.scss */
.news-article-area #article-pagenavi {
  margin: 30px 0 10px;
  background-image: url(images/contents/blog/bar.jpg),
    url(images/contents/blog/bar.jpg);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

/* line 499, scss/style.scss */
.news-article-area #article-pagenavi .title {
  color: #000;
}

/* line 502, scss/style.scss */
.news-article-area #article-pagenavi .nextpost {
  width: 49%;
  box-sizing: border-box;
  padding: 10px;
  float: right;
}

/* line 507, scss/style.scss */
.news-article-area #article-pagenavi .nextpost .next {
  text-align: right;
}

/* line 511, scss/style.scss */
.news-article-area #article-pagenavi .saishin {
  width: 49%;
  float: right;
  box-sizing: border-box;
  padding: 10px;
}

/* line 516, scss/style.scss */
.news-article-area #article-pagenavi .saishin .endtitle {
  text-align: right;
}

/* line 520, scss/style.scss */
.news-article-area #article-pagenavi .prevpost {
  width: 49%;
  float: left;
  border-right: 1px solid #95824e;
  box-sizing: border-box;
  padding: 10px;
}

/* menu */
/* line 532, scss/style.scss */
#page-menu .pager {
  text-align: center;
  margin: 30px 0 20px;
}

/* line 535, scss/style.scss */
#page-menu .pager .page-numbers {
  padding: 8px 12px;
  background-color: #fff;
  margin-right: 4px;
  color: #8c713f;
  border: 1px solid #8c713f;
  box-shadow: 0 0 4px #ddd;
}

/* line 542, scss/style.scss */
#page-menu .pager .page-numbers:last-child {
  border: none;
}

/* line 544, scss/style.scss */
#page-menu .pager .page-numbers.current {
  color: #8c713f;
  font-weight: bold;
}

/* line 552, scss/style.scss */
.menu-area .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* line 556, scss/style.scss */
.menu-area .item .title {
  margin: 5px 0 15px;
  padding-bottom: 4px;
  background-image: url(images/contents/blog/bar.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

/* line 564, scss/style.scss */
.menu-area .item .title a {
  color: #826325;
  font-size: 1rem;
}

/* line 570, scss/style.scss */
.menu-area .item .inner .photo {
  width: 40%;
  float: left;
}

/* line 573, scss/style.scss */
.menu-area .item .inner .photo img {
  width: 100%;
  height: auto;
  border: 1px solid #e4e2dc;
  border-radius: 4px;
}

/* line 580, scss/style.scss */
.menu-area .item .inner .detail {
  width: 55%;
  float: right;
}

/* line 583, scss/style.scss */
.menu-area .item .inner .detail .more {
  margin-top: 6px;
  text-decoration: underline;
}

/* line 590, scss/style.scss */
.menu-area .item-detail {
  display: none;
}

/* line 593, scss/style.scss */
.menu-area .item-detail table th {
  text-align: right;
  padding: 4px;
}

/* line 597, scss/style.scss */
.menu-area .item-detail table td {
  padding: 4px;
}

/* line 602, scss/style.scss */
.menu-area hr {
  border: none;
  border-bottom: 1px solid #d2cec2;
}

/* giftitem */
/* line 611, scss/style.scss */
#page-giftitem .pager {
  text-align: center;
  margin: 30px 0 20px;
}

/* line 614, scss/style.scss */
#page-giftitem .pager .page-numbers {
  padding: 8px 12px;
  background-color: #fff;
  margin-right: 4px;
  color: #8c713f;
  border: 1px solid #8c713f;
  box-shadow: 0 0 4px #ddd;
}

/* line 621, scss/style.scss */
#page-giftitem .pager .page-numbers:last-child {
  border: none;
}

/* line 623, scss/style.scss */
#page-giftitem .pager .page-numbers.current {
  color: #8c713f;
  font-weight: bold;
}

/* line 631, scss/style.scss */
.gift-area .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* line 635, scss/style.scss */
.gift-area .item .title {
  margin: 5px 0 15px;
  padding-bottom: 4px;
  background-image: url(images/contents/blog/bar.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

/* line 643, scss/style.scss */
.gift-area .item .title a {
  color: #826325;
  font-size: 1rem;
}

/* line 649, scss/style.scss */
.gift-area .item .inner .photo {
  width: 40%;
  float: left;
}

/* line 652, scss/style.scss */
.gift-area .item .inner .photo img {
  width: 100%;
  height: auto;
  border: 1px solid #e4e2dc;
  border-radius: 4px;
}

/* line 659, scss/style.scss */
.gift-area .item .inner .detail {
  width: 55%;
  float: right;
}

/* line 663, scss/style.scss */
.gift-area .item .inner .detail dl dt {
  font-weight: bold;
  color: #826325;
}

/* line 667, scss/style.scss */
.gift-area .item .inner .detail dl dd {
  margin-bottom: 6px;
}

/* line 671, scss/style.scss */
.gift-area .item .inner .detail .more {
  margin-top: 6px;
  text-decoration: underline;
}

/* line 679, scss/style.scss */
.gift-area hr {
  border: none;
  border-bottom: 1px solid #d2cec2;
}

/* blog */
/* line 688, scss/style.scss */
#page-blog .article-pager li {
  width: 60%;
  margin: 10px auto 15px;
}

/* line 691, scss/style.scss */
#page-blog .article-pager li a {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  text-align: center;
  border: 1px solid #c0bdb0;
  background-color: #e9e7e0;
}

/* line 705, scss/style.scss */
.blog-area .article {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d2cec2;
}

/* line 709, scss/style.scss */
.blog-area .article .meta {
  font-weight: bold;
  color: #826325;
  margin-bottom: 10px;
}

/* line 714, scss/style.scss */
.blog-area .article .title {
  margin: 5px 0;
  padding-bottom: 4px;
  background-image: url(images/contents/blog/bar.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

/* line 721, scss/style.scss */
.blog-area .article .title a {
  color: #000;
  font-size: 1rem;
}

/* line 727, scss/style.scss */
.blog-area .article .inner .photo {
  width: 35%;
  float: left;
}

/* line 730, scss/style.scss */
.blog-area .article .inner .photo img {
  width: 100%;
  height: auto;
}

/* line 735, scss/style.scss */
.blog-area .article .inner .detail {
  width: 60%;
  float: right;
}

/* line 738, scss/style.scss */
.blog-area .article .inner .detail .more {
  margin-top: 6px;
}

/* line 740, scss/style.scss */
.blog-area .article .inner .detail .more a {
  text-decoration: underline;
}

/* line 745, scss/style.scss */
.blog-area .btn-more-news {
  width: 60%;
  margin: 15px auto;
}

/* line 748, scss/style.scss */
.blog-area .btn-more-news img {
  width: 100%;
  height: auto;
}

/* line 756, scss/style.scss */
.blog-article-area .meta {
  font-weight: bold;
  color: #826325;
}

/* line 761, scss/style.scss */
.blog-article-area .article-title {
  font-size: 1.3rem;
  margin: 10px 0 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d2cec2;
}

/* line 768, scss/style.scss */
.blog-article-area .contents p {
  margin: 15px 0;
}

/* line 772, scss/style.scss */
.blog-article-area #article-pagenavi {
  margin: 30px 0 10px;
  background-image: url(images/contents/blog/bar.jpg),
    url(images/contents/blog/bar.jpg);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

/* line 778, scss/style.scss */
.blog-article-area #article-pagenavi .title {
  color: #000;
}

/* line 781, scss/style.scss */
.blog-article-area #article-pagenavi .nextpost {
  width: 49%;
  box-sizing: border-box;
  padding: 10px;
  float: right;
}

/* line 786, scss/style.scss */
.blog-article-area #article-pagenavi .nextpost .next {
  text-align: right;
}

/* line 790, scss/style.scss */
.blog-article-area #article-pagenavi .saishin {
  width: 49%;
  float: right;
  box-sizing: border-box;
  padding: 10px;
}

/* line 795, scss/style.scss */
.blog-article-area #article-pagenavi .saishin .endtitle {
  text-align: right;
}

/* line 799, scss/style.scss */
.blog-article-area #article-pagenavi .prevpost {
  width: 49%;
  float: left;
  border-right: 1px solid #95824e;
  box-sizing: border-box;
  padding: 10px;
}

/* shop info */
/* line 812, scss/style.scss */
#page-shopinfo .photo-area {
  width: 90%;
  margin: 0 auto 30px;
}

#page-shopinfo .photo-area.__full {
  width: 100%;
  margin: 0 auto 10px;
}

/* line 815, scss/style.scss */
#page-shopinfo .photo-area p {
  margin-bottom: 20px;
}

/* line 821, scss/style.scss */
#page-shopinfo .photo-area ul li {
  width: 49%;
  display: inline-block;
  margin-bottom: 5px;
}

/* line 825, scss/style.scss */
#page-shopinfo .photo-area ul li img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 4px #d2cec2;
}

/* line 831, scss/style.scss */
#page-shopinfo .photo-area ul li:nth-child(1) {
  width: 100%;
  height: auto;
}

/* line 835, scss/style.scss */
#page-shopinfo .photo-area ul li:nth-child(even) {
  margin-right: 1px;
}

/* line 841, scss/style.scss */
#page-shopinfo .shop-area h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 3px 0 6px;
  margin-bottom: 10px;
  background-image: url(images/contents/shop/line.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-shopinfo .shop-area h2 small {
  font-weight: 400;
  font-size: 12px;
}

#page-shopinfo .shop-area h2 a {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
}

#page-shopinfo .shop-area h2 a img {
  width: 100%;
  height: 100%;
}

/* line 850, scss/style.scss */
#page-shopinfo .shop-area hr {
  border: none;
  border-bottom: 1px solid #d2cec2;
  margin: 40px 0;
}

/* line 854, scss/style.scss */
#page-shopinfo .shop-area table {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 857, scss/style.scss */
#page-shopinfo .shop-area table th {
  text-align: right;
  padding: 4px;
  width: 15%;
}

/* line 862, scss/style.scss */
#page-shopinfo .shop-area table td {
  padding: 4px;
  width: 65%;
}

/* company */
/* line 874, scss/style.scss */
#page-company .company-area p {
  margin-bottom: 15px;
}

/* line 878, scss/style.scss */
#page-company .company-area .company-data dd {
  margin-bottom: 15px;
}

/* line 883, scss/style.scss */
#page-company .company-area .shinjyou-list li {
  margin-bottom: 10px;
}

/* line 889, scss/style.scss */
#page-company .staffvoice-area .staff {
  margin-bottom: 40px;
}

/* line 891, scss/style.scss */
#page-company .staffvoice-area .staff .photo {
  width: 35%;
  float: right;
}

/* line 894, scss/style.scss */
#page-company .staffvoice-area .staff .photo img {
  width: 100%;
  height: auto;
}

/* line 899, scss/style.scss */
#page-company .staffvoice-area .staff .detail {
  width: 60%;
  float: left;
}

/* line 902, scss/style.scss */
#page-company .staffvoice-area .staff .detail h3 {
  font-size: 16px;
  margin-bottom: 13px;
}

/* line 906, scss/style.scss */
#page-company .staffvoice-area .staff .detail .question {
  color: #91721a;
}

/* line 909, scss/style.scss */
#page-company .staffvoice-area .staff .detail p {
  margin-bottom: 15px;
}

/* recruit */
/* line 922, scss/style.scss */
#page-recruit .bosyuu-area h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* line 927, scss/style.scss */
#page-recruit .bosyuu-area p {
  margin-bottom: 15px;
}

/* line 931, scss/style.scss */
#page-recruit .bosyuu-area dl dt {
  margin-bottom: 4px;
}

/* line 934, scss/style.scss */
#page-recruit .bosyuu-area dl dd {
  margin-bottom: 20px;
}

/* contact */
/* line 947, scss/style.scss */
#page-contact .contact-area .contact-table th {
  display: block;
  font-weight: normal;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

/* line 953, scss/style.scss */
#page-contact .contact-area .contact-table th .important {
  color: #fa4b06;
}

/* line 957, scss/style.scss */
#page-contact .contact-area .contact-table td {
  display: block;
  border-bottom: 1px solid #d2cec2;
  padding-bottom: 10px;
}

/* line 961, scss/style.scss */
#page-contact .contact-area .contact-table td .text-form {
  width: 100%;
  background-color: #f0ede8;
  border: 1px solid #c4bfb6;
  padding: 4px;
}

/* line 967, scss/style.scss */
#page-contact .contact-area .contact-table td .form-short {
  width: 30%;
}

/* line 972, scss/style.scss */
#page-contact .contact-area .send-btn {
  margin: 20px 0;
  text-align: center;
}

/* line 975, scss/style.scss */
#page-contact .contact-area .send-btn input {
  background-color: #f0ede8;
  border: 1px solid #c4bfb6;
  padding: 10px;
}

#page-shopinfo iframe {
  width: 100%;
  margin-top: 10px;
}

/* page-company 2019.06.26 ogawa */
.common-company-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto 20px;
}
.common-company-nav li {
  width: 30%;
  margin: 0 1% 10px;
}
.common-company-nav li img {
  max-width: 100%;
  height: auto;
}

.page-company .sec-rinen img {
  max-width: 100%;
  height: auto;
}

.page-company .sec-chikai ul li {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 12px;
}

.page-company .sec-gaiyou table {
  font-size: 12px;
}
.page-company .sec-gaiyou table th {
  width: 60px;
  border: 1px solid #c9c8c8;
  padding: 10px;
  text-align: left;
}
.page-company .sec-gaiyou table td {
  border: 1px solid #c9c8c8;
  padding: 10px;
}

.page-history .sec-rinen .photo {
  margin-bottom: 10px;
  text-align: center;
}
.page-history .sec-rinen .photo img {
  max-width: 100%;
  height: auto;
}

.page-history .sec-rinen .detail p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-history .sec-history .area-history .photo {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.page-history .sec-history .area-history .photo img {
  max-width: 100%;
  height: auto;
}

.page-history .sec-history .area-history table {
  margin-bottom: 2px;
  border: 1px solid #9c8d61;
  color: #4e4837;
}
.page-history .sec-history .area-history table th {
  border: 1px solid #9c8d61;
  padding: 10px;
  text-align: center;
}
.page-history .sec-history .area-history table td {
  padding: 10px 10px 20px 10px;
  border-right: 1px solid #9c8d61;
}
.page-history .sec-history .area-history table td.title {
  width: 10px;
  text-align: center;
  vertical-align: middle;
}
.page-history .sec-history .area-history table td.year {
  width: 60px;
  text-align: center;
  vertical-align: top;
}

.page-staffvoice .sec-staffvoice img {
  max-width: 100%;
  height: auto;
}

.page-careerplan .sec-careerplan ul li {
  margin-bottom: 15px;
  text-align: center;
}
.page-careerplan .sec-careerplan ul li img {
  max-width: 100%;
}

.page-careerplan .sec-event .photo {
  text-align: center;
}
.page-careerplan .sec-event .photo img {
  max-width: 100%;
}

.page-recruit {
  overflow: hidden;
}
.page-recruit .recruit-box {
  margin-bottom: 30px;
}
.page-recruit .recruit-box h4 {
  margin-bottom: 10px;
}
.page-recruit .recruit-box h5 {
  margin-bottom: 10px;
}
.page-recruit .recruit-box p {
  margin-bottom: 20px;
  line-height: 1.7;
}
.page-recruit .recruit-box .youkou-subtitle {
  margin-bottom: 10px;
}
.page-recruit .recruit-box .title-form {
  text-align: center;
  background-color: #806023;
  color: #fff;
  padding: 14px;
  margin-bottom: 20px;
}
.page-recruit .recruit-table th {
  width: 60px;
  padding: 10px 8px;
  background-image: url(images/contents/company/recruit/recruit-table.png);
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
}
.page-recruit .recruit-table td {
  padding: 10px 8px;
  background-color: #ffffff;
  border-bottom: 1px solid #444444;
  font-size: 11px;
}
.page-recruit .contact-table {
  box-sizing: border-box;
}
.page-recruit .contact-table th {
  display: block;
  font-weight: normal;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
.page-recruit .contact-table th .important {
  display: inline-block;
  position: relative;
  top: -2px;
  padding: 2px 6px 3px;
  background-color: #f21f56;
  font-size: 10px;
  color: #fff;
}
.page-recruit .contact-table td {
  display: block;
  border-bottom: 1px solid #d2cec2;
  padding-bottom: 10px;
}
.page-recruit .contact-table td .text-form {
  width: 100%;
  background-color: #f0ede8;
  border: 1px solid #c4bfb6;
  padding: 4px;
}
.page-recruit .contact-table td .form-short {
  width: 30%;
}
.page-recruit .send-btn {
  margin: 20px 0;
}
.page-recruit .send-btn p {
  text-align: center;
}
.page-recruit .send-btn input {
  background-color: #f0ede8;
  border: 1px solid #c4bfb6;
  padding: 10px 40px;
}

/*-----------------------------------------------------------

	footer
		
---------------------------------------------------------- */
/* line 998, scss/style.scss */
#footer {
  background-color: #826225;
  margin-top: 40px;
  padding: 20px 0;
}

/* line 1002, scss/style.scss */
#footer .inner {
  width: 80%;
  margin: 0 auto;
}

/* line 1005, scss/style.scss */
#footer .inner .title {
  margin-bottom: 20px;
}

/* line 1007, scss/style.scss */
#footer .inner .title img {
  width: 100%;
  height: auto;
}

/* line 1012, scss/style.scss */
#footer .inner ul {
  width: 75%;
  margin: 0 auto;
}

/* line 1015, scss/style.scss */
#footer .inner ul li {
  margin-bottom: 10px;
  color: #fff;
}

/* line 1018, scss/style.scss */
#footer .inner ul li a {
  color: #fff;
}

/* line 1019, scss/style.scss */
#footer .inner ul li .shop {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding: 2px;
  color: #4d4736;
  font-size: 0.7rem;
}

/* line 1028, scss/style.scss */
#footer .inner ul li .address {
  margin: 4px 0 0;
}

/* line 1031, scss/style.scss */
#footer .inner ul li .tel {
  font-size: 1.3rem;
  background-image: url(images/footer/icon-tel.jpg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding-left: 25px;
}

/* line 1042, scss/style.scss */
#footer #copyright {
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
}

/*
 2024年12月　追加分
*/

.main-keyword,
.sub-keyword {
  color: #6b5a2c;
  font-size: 21px;
  text-align: center;
  margin: 25px 0 !important;
  line-height: 1.4;
  font-weight: bold;
}

.sub-keyword {
  font-size: 18px;
  margin: 0 0 25px !important;
}

.main-message {
  text-align: left;
  line-height: 1.8;
}

.main-message.__center {
  text-align: center;
}

.value-img {
  max-width: 500px;
  margin: 20px auto 0;
}

.philosophy-img {
  max-width: 400px;
  margin: 30px auto 0;
}
.profile-img {
  max-width: 400px;
  margin: 20px auto 0;
}

.value-img img,
.philosophy-img img,
.profile-img img {
  display: block;
  width: 100%;
}

.number-list {
  list-style-type: auto;
  text-align: left;
  padding-left: 20px;
}
.number-list li {
  line-height: 1.8;
}

.number-list li + li {
  margin-top: 10px;
}

.page-nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 7px 2%;
  width: 95%;
  margin: 20px auto 30px;
}

.page-nav li {
  display: block;
  width: 49%;
}

.page-nav li a {
  display: block;
  border: 1px solid #beb9ad;
  padding: 3px;
  color: #6b5a2c;
  text-align: center;
  font-size: 13px;
  transition: 0.3s ease-in-out;
}
.page-nav li a:hover {
  opacity: 0.6;
}
.page-nav li a span {
  background: #e9e7e0;
  display: block;
  padding: 5px 5px;
}

.fotter-contents {
}
/* event calendar */
#event-calendar {
  position: relative;
}
#event-calendar + #event-calendar {
  margin-top: 20px;
}

#event-calendar #title {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 7px;
}

.event-calendar-title {
  background: url(images/side/event-calendar-title-bg.png) repeat-x center
    top/auto 100%;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 0.5rem 0.8rem;
  margin: 0 auto -0.4rem;
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.business-calendar td a {
  background: #f8dad9;
  display: block;
  padding: 3px 0;
  width: calc(100% + 6px);
  margin: -3px;
}

.business-calendar td.today {
  font-weight: bold;
}
