html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
select {
border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
textarea {
width: 100%;
}  a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}  html, body {
margin: 0;
padding: 0;
width: 100%;
}
img {
vertical-align: bottom;
}
.space-10 {
margin: 0;
padding: 0;
height: 10px;
}
.space-20 {
margin: 0;
padding: 0;
height: 20px;
}
.space-40 {
margin: 0;
padding: 0;
height: 40px;
} .slider-area {
margin: 0;
padding: 0;
width: 100%;
position: relative;
}
.mask-img {
position: absolute;
bottom: 0;
left: 0;
}
.logo-area {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 0;
width: 120px;
} .sp-header {
display: none;
}
.signboard-area {
margin: 0;
padding: 10px 0;
width: 100%;
background-image: url(https://www.westernfarm.jp/img/wf-bk.jpg);
background-size: 100%;
}
.header-menu-list {
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1080px;
display: table;
list-style: none;
}
.header-menu-list li {
display: table-cell;
width: 12%;
text-align: center;
vertical-align: middle;
}
.header-menu-list li.text-logo-area {
width: 28%;
}
.header-menu-list li a {
color: #FFF;
text-decoration: none;
}
.menu-logo {
width: 50px;
}
.menu-jp {
margin: 5px 0 0 0;
font-size: 13px;
font-weight: bold;
}
.menu-en {
margin: 5px 0 0 0;
font-size: 14px;
font-weight: bold;
} .content-salad {
margin: 0;
padding: 40px 0;
width: 100%;
}
.content-wood {
margin: 0;
padding: 40px 0;
width: 100%;
background-image: url(//www.westernfarm.jp/img/wf-bk.jpg);
background-size: 100%;
}
.content-box {
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1080px;
}
.content-title {
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 400px;
background-image: url(//www.westernfarm.jp/img/title-bk.png);
font-size: 40px;
line-height: 60px;
font-weight: bold;
text-align: center;
color: #000;
}
.title-jp {
margin: 0 0 0 20px;
padding: 0;
font-size: 50%;
}
.content-title-wh {
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 400px;
background-image: url(//www.westernfarm.jp/img/title-wh-bk.png);
font-size: 40px;
line-height: 60px;
font-weight: bold;
text-align: center;
color: #FFF;
}
.content-list {
width:100%;
margin:0;
padding:0;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.content-list li {
width:25%;
list-style:none;
position: relative;
box-sizing: border-box;
padding: 0 5px;
}
.content-frame {
margin: 0;
padding: 40px 0;
width: 100%;
}
.content-border-box {
margin: 0 auto;
padding: 40px 0;
width: 100%;
max-width: 1080px;
border: 10px solid #fff;
box-sizing: border-box;
}
.top-line {
position: absolute;
top: 0;
left: 0;
}
.bottom-line {
position: absolute;
bottom: 0;
left: 0;
}
.menu-item-frame {
margin: 0;
padding: 0;
width: 100%;
border: 1px solid #e3e3e3;
background: rgba(255,255,255,0.7);
border-radius: 10px;
}
.menu-item-list {
width:100%;
margin:0;
padding:0;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.menu-item-list li {
width:32.33%;
margin: 0 0.5% 20px;
list-style:none;
position: relative;
box-sizing: border-box;
padding: 0;
border: 1px solid #e3e3e3;
background: rgba(255,255,255,0.7);
border-radius: 10px;
}
.menu-item-list li img {
border-radius: 10px 10px 0 0;
}
.menu-item-list2 {
width:100%;
margin:0;
padding:0;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.menu-item-list2 li {
width:32.33%;
margin: 0 0.5% 20px;
list-style:none;
position: relative;
box-sizing: border-box;
padding: 20px 0;
border: 1px solid #e3e3e3;
background: rgba(255,255,255,0.7);
border-radius: 10px;
}
.list-three-col {
width:100%;
margin:0;
padding:0;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.list-three-col li {
width:24%;
margin: 0 0.5% 0;
list-style:none;
position: relative;
box-sizing: border-box;
padding: 20px 0;
}
.menu-item-title {
margin: 20px 0 0;
padding: 0;
width: 100%;
text-align: center;
font-weight: bold;
color: #333;
font-size: 16px;
}
.menu-sub-title {
font-size: 80%;
}
.item-info-row {
margin: 20px auto 0;
padding: 0;
list-style: none;
width: 95%;
display: table;
}
.item-info-row li {
display: table-cell;
box-sizing: border-box;
vertical-align: middle;
border-radius: 0;
border: none;
background: transparent;
font-weight: bold;
font-size: 18px;
padding: 5px 0;
}
.item-info-row li:first-child {
text-align: center;
width: 30%;
background-color: #F9D500;
color: #FFF;
}
.item-info-row li:last-child {
text-align: right;
width: 70%;
font-size: 24px;
color: #FF0000;
}
.item-price {
margin: 20px auto 0;
padding: 0;
list-style: none;
width: 95%;
display: table;
}
.item-price li {
display: table-cell;
box-sizing: border-box;
vertical-align: middle;
border-radius: 0;
border: none;
background: transparent;
font-weight: bold;
font-size: 18px;
padding: 5px 0;
}
.item-price li:first-child {
text-align: center;
width: 30%;
background: transparent;
color: #FFF;
}
.item-price li:last-child {
text-align: right;
width: 70%;
font-size: 24px;
color: #FF0000;
}
.mini-price {
font-size: 14px;
}
.komikomi-plan {
display: block;
margin: 20px auto;
padding: 5px 0 5px 40px;
box-sizing: border-box;
width: 95%;
background-color: #FF9326;
color: #FFF;
font-weight: bold;
font-size: 16px;
line-height: 30px;
text-decoration: none;
background-image: url(//www.westernfarm.jp/img/komiplan.png);
background-repeat: no-repeat;
background-size: 30px;
background-position: 5px 50%
}
.komikomi-plan:hover {
background-color: #000;
}
.white-box {
margin: 0;
padding: 40px 0;
width: 100%;
background-image: url(//www.westernfarm.jp/img/sub-bk.jpg);
}
.set-menu-list {
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1080px;
display: table;
}
.set-menu-area {
display: table-cell;
width: 75%;
box-sizing: border-box;
padding: 0 1% 0 0;
}
.drink-bar-area {
display: table-cell;
width: 25%;
box-sizing: border-box;
}
.set-area1 {
margin: 0;
padding: 20px;
box-sizing: border-box;
background-color: #9C221B;
}
.set-area2 {
margin: 0;
padding: 20px;
box-sizing: border-box;
background-color: #1EAA38;
}
.set-title {
display: flex;
-webkit-box-align: center;
align-items: center;
width: 100%;
margin: 0 auto;
text-align: center;
color: #FFF;
font-size: 16px;
}
.set-title:before, .set-title:after {
border-top: 1px solid #fff;
content: "";
display: inline;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex: 1;
flex-grow: 1;
}
.set-title:before {
margin: 0 10px 0 0;
}
.set-title:after {
margin: 0 0 0 10px;
}
.set-menu-row {
margin: 0 ;
padding: 0;
width: 100%;
list-style: none;
display: table;
}
.set-menu-row li {
display: table-cell;
width: 33.33%;
box-sizing: border-box;
padding: 0 11px;
}
.set-menu-row li:first-child {
padding: 0 22px 0 0;
}
.set-menu-row li:last-child {
padding: 0 0 0 22px;
}
.one-item-col {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
display: table;
}
.one-item-col li {
display: table-cell;
width: 50%;
vertical-align: middle;
box-sizing: border-box;
}
.one-item-col li:last-child {
padding: 10px;
}
.one-item-col li img {
border-radius: 10px 0 0 10px;
}
.item-name-large {
margin: 0;
padding: 0;
width: 100%;
text-align:center;
color: #333;
font-size: 22px;
font-weight: bold;
}
.sauce-title {
display: flex;
-webkit-box-align: center;
align-items: center;
width: 95%;
margin: 20px auto 0;
text-align: center;
color: #333;
font-size: 16px;
}
.sauce-title:before, .sauce-title:after {
border-top: 1px solid #333;
content: "";
display: inline;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex: 1;
flex-grow: 1;
}
.sauce-title:before {
margin: 0 10px 0 0;
}
.sauce-title:after {
margin: 0 0 0 10px;
}
.sauce-list {
margin: 20px auto 0;
padding: 0;
list-style: none;
display: table;
width: 95%;
}
.sauce-list li {
display: table-cell;
width: 33.33%;
box-sizing: border-box;
padding: 0 5px;
border: none;
background: transparent;
}
.sauce-list li:first-child {
padding: 0 10px 0 0;
}
.sauce-list li:last-child {
padding: 0 0 0 10px;
}
.sauce-list-four {
margin: 20px auto 0;
padding: 0;
list-style: none;
display: table;
width: 95%;
}
.sauce-list-four li {
display: table-cell;
width: 25%;
box-sizing: border-box;
padding: 0 2px;
border: none;
background: transparent;
}
.sauce-list-four li:first-child {
padding: 0 4px 0 0;
}
.sauce-list-four li:last-child {
padding: 0 0 0 4px;
}
.sauce1 {
margin: 0;
padding: 5px 0;
width: 100%;
text-align: center;
font-size: 14px;
font-weight: bold;
background-color: #660000;
color: #FFF;
}
.sauce2 {
margin: 0;
padding: 5px 0;
width: 100%;
text-align: center;
font-size: 14px;
font-weight: bold;
background-color: #FFDFBF;
color: #333;
}
.sauce3 {
margin: 0;
padding: 5px 0;
width: 100%;
text-align: center;
font-size: 14px;
font-weight: bold;
background-color: #4C6600;
color: #FFF;
}
.sauce4 {
margin: 0;
padding: 5px 0;
width: 100%;
text-align: center;
font-size: 14px;
font-weight: bold;
background-color: #FF4D4D;
color: #FFF;
}
.menu-image-row {
margin: 0 auto;
padding: 0;
width: 100%;
max-width: 1080px;
}
.menu-image-row img {
border-radius: 20px;
}
.price-box {
margin: 20px auto 0;
padding: 0;
width: 95%;
text-align: right;
font-size: 30px;
font-weight: bold;
color: #FF0000;
}
.food-link-list {
width:100%;
margin:0;
padding:0;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.food-link-list li {
width:49%;
margin: 0 0.5% 20px;
list-style:none;
position: relative;
box-sizing: border-box;
}
.tapas-border-box {
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
width: 100%;
max-width: 1080px;
border: 3px solid #000;
border-radius: 20px;
}
.sub-text {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
font-size: 16px;
line-height: 30px;
}
.drink-category {
margin: 0;
padding: 20px;
box-sizing: border-box;
border: 1px solid #e3e3e3;
border-radius: 20px;
background: rgba(255,255,255,0.7);
}
.drink-item {
width:100%;
margin:0;
padding:0;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.drink-item li {
width:24%;
margin: 0 0.5% 20px;
padding: 20px 0;
list-style:none;
position: relative;
box-sizing: border-box;
background-image: url(//www.westernfarm.jp/img/sub-bk.jpg);
text-align: center;
font-size: 16px;
font-weight: bold;
}
.drink-text {
margin: 10px auto 0;
text-align: center;
font-size: 16px;
font-weight: normal;
width: 95%;
}
.map-api {
margin: 20px 0 0 0;
padding: 0;
width: 100%;
height: 400px;
}
.komikomi-item {
width:100%;
margin:0;
padding:0;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.komikomi-item li {
width:32.33%;
margin: 0 0.5% 0;
padding: 10px;
list-style:none;
position: relative;
box-sizing: border-box;
background: #FFF;
text-align: center;
font-size: 16px;
font-weight: bold;
}
.komikomi-title {
margin: 0;
padding: 0;
width: 100%;
background-color: #663300;
color: #FFF;
font-size: 16px;
font-weight: bold;
text-align: center;
}
.sub-title {
display: flex;
-webkit-box-align: center;
align-items: center;
width: 100%;
margin: 20px auto 0;
text-align: center;
color: #333;
font-size: 20px;
font-weight: bold;
}
.sub-title:before, .sub-title:after {
border-top: 2px solid #333;
content: "";
display: inline;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex: 1;
flex-grow: 1;
}
.sub-title:before {
margin: 0 10px 0 0;
}
.sub-title:after {
margin: 0 0 0 10px;
}
.komikomi-list {
margin: 0;
padding: 0;
display: block;
width: 100%;
list-style: none;
font-size: 14px;
}
.komikomi-list li {
display: block;
width: 100%;
box-sizing: border-box;
padding: 10px 0;
border-top: 1px dotted #666;
text-align: left;
}
.komikomi-list li:last-child {
border-bottom: 1px dotted #666;
}
.plus-icon {
margin: 0 auto;
width: 100px;
} .event-list {
margin-top: 20px;
}
.event-list-sp {
display: none !important;
}
.event-list-sp table {
display: none !important;
}
.sns-list {
margin: 20px 0 0;
padding: 0;
width: 100%;
display: table;
}
.sns-left {
display: table-cell;
width: 500px;
padding: 0 10px 0 0;
box-sizing: border-box;
}
.sns-right {
display: table-cell;
width: -webkit-calc(100% - 500px) ;
width: calc(100% - 500px) ;
padding: 0 0 0 10px;
box-sizing: border-box;
}
.sns-title {
margin: 0;
padding: 0;
width: 100%;
font-size: 14px;
font-weight: bold;
text-align: center;
color: #FFF;
}
.sns-title-jp {
margin: 0;
padding: 0;
width: 100%;
font-size: 12px;
text-align: center;
color: #FFF;
display: flex;
-webkit-box-align: center;
color: #FFF;
align-items: center;
}
.sns-title-jp:before, .sns-title-jp:after {
border-top: 1px solid #fff;
content: "";
display: inline;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex: 1;
flex-grow: 1;
}
.sns-title-jp:before {
margin: 0 10px 0 0;
}
.sns-title-jp:after {
margin: 0 0 0 10px;
}
.sns-frame {
margin: 20px 0 0;
padding: 0;
width: 100%;
}
.news-text-list {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}
.news-text-list li {
padding: 10px 0;
color: #FFF;
font-size: 13px;
border-bottom: 1px dashed #FFF;
width: 100%;
}
.wf-footer {
margin: 0;
padding: 60px 0 0;
width: 100%;
background-image: url(//www.westernfarm.jp/img/footer-mask.png);
background-size: 100%;
background-repeat: no-repeat ;
position: relative;
}
.top-link {
display: block;
margin: 0 auto;
padding: 0;
width: 120px;
height: 120px;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.footer-content-box {
margin: 80px auto 40px;
padding: 0;
width: 100%;
max-width: 1080px;
}
.contact-list {
margin: 20px 0 0 0;
padding: 0;
width: 100%;
list-style: none;
display: table;
}
.contact-list li {
display: table-cell;
width: 33.33%;
vertical-align: top;
box-sizing: border-box;
padding: 0 7px;
}
.contact-list li:first-child {
padding: 0 14px 0 0;
}
.contact-list li:last-child {
padding: 0 0 0 14px;
}
.sitemap-list {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}
.sitemap-list li {
display: block;
box-sizing: border-box;
width: 100%;
padding: 5px 0;
}
.sitemap-list li a {
display: block;
color: #000;
font-size: 14px;
font-weight: bold;
box-sizing: border-box;
border-left: 20px solid #673300;
padding: 0 0 0 5px;
text-decoration: none;
}
.copy-area {
margin: 0;
padding: 10px 0;
width: 100%;
background-image: url(//www.westernfarm.jp/img/wf-bk.jpg);
background-size: 100%;
color: #FFF;
font-size: 16px;
font-weight: bold;
text-align: center;
}
.sp-float {
display: none;
}
.sp-float-menu {
display: none;
}
.footer-row {
margin: 0;
padding: 0;
width: 100%;
display: table;
}
.footer-row-left {
margin: 0;
padding: 0 10px 0 0;
box-sizing: border-box;
width: 50%;
display: table-cell;
vertical-align: top;
}
.footer-row-right {
margin: 0;
padding: 0 0 0 10px;
box-sizing: border-box;
width: 50%;
display: table-cell;
vertical-align: top;
}
.company-info-row {
margin: 0;
padding: 0;
width: 100%;
display: table;
}
.company-info-left {
margin: 0;
padding: 0;
box-sizing: border-box;
width: 140px;
display: table-cell;
vertical-align: middle;
}
.company-info-right {
margin: 0;
padding: 0 0 0 10px;
box-sizing: border-box;
display: table-cell;
vertical-align: middle;
}
.footer-info-row {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}
.footer-info-row li {
width: 100%;
padding: 5px 0;
font-weight: bold;
}
.footer-logo {
display: block;
width: 100px;
margin: 0 auto;
}
.sitemap-row {
margin: 0;
padding: 0;
width: 100%;
display: table;
}
.sitemap-left {
display: table-cell;
vertical-align: top;
width: 50%;
box-sizing: border-box;
padding: 0 5px 0 0;
}
.sitemap-right {
display: table-cell;
vertical-align: top;
width: 50%;
box-sizing: border-box;
padding: 0 0 0 5px;
} .parallax-window {
min-height: 250px;
background: transparent;
margin: 0;
position: relative;
} .news-area {
margin: 0;
padding: 40px 0;
width: 100%;
background-image: url(https://www.westernfarm.jp/img/wf-bk.jpg);
background-size: 100%;
}
.section-title-wh {
display: flex;
-webkit-box-align: center;
align-items: center;
width: 100%;
margin: 0 auto;
text-align: center;
color: #FFF;
font-size: 20px;
font-weight: bold
}
.section-title-wh:before,
.section-title-wh:after {
border-top: 2px solid #fff;
content: "";
display: inline;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex: 1;
flex-grow: 1;
}
.section-title-wh:before {
margin: 0 20px 0 0;
}
.section-title-wh:after {
margin: 0 0 0 20px;
}
.news-row {
width:100%;
margin:auto;
padding:0;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.news-row li {
margin: 0 0.5%;
padding: 0;
width: 48%;
}
.news-row-l {
width:100%;
margin:0;
padding:0;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.news-row-l li {
margin: 0 0.5%;
padding: 0;
width: 100%;
}
.news-row-2 li {
margin: 0 0.5%;
padding: 0;
width: 100%;
} @media screen and (max-width: 900px) { .sp-header {
display: block;
background-image: url(//www.westernfarm.jp/img/wf-bk.jpg);
background-size: 100%;
box-sizing: border-box;
padding: 10px 0;
position: fixed;
z-index: 99999;
width: 100%;
}
.sp-header-list {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
display: table;
}
.sp-header-list li {
display: table-cell;
width: 50%;
box-sizing: border-box;
padding: 0 10px;
}
.sp-logo {
width: 150px;
}
.sp-tel {
display: block;
margin: 0 0 0 auto;
padding: 10px;
box-sizing: border-box;
background: #d93434;
background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
background-image: -o-linear-gradient(top, #d93434, #b82b2b);
background-image: linear-gradient(to bottom, #d93434, #b82b2b);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0px;
color: #ffffff;
font-size: 14px;
text-decoration: none;
text-align: center;
width: 150px;
}
.signboard-area {
display: none;
}
.logo-area {
width: 50px;
height: 50px;
} .slider-area {
padding-top: 60px;
}
.content-list li {
width: 50%;
}
.content-title {
width: 60%;
font-size: 20px;
line-height: 40px;
background-size: auto 40px;
}
.content-title-wh {
width: 60%;
font-size: 20px;
line-height: 40px;
background-size: auto 40px;
}
.list-three-col li {
width: 46%;
} .wf-footer {
padding: 30px 0 0;
}
.event-list th td {
display: block;
text-align: center;
width: 100%;
}
.sns-list {
display: block;
}
.sns-left {
display: block;
margin: 0 auto;
padding: 0;
width: 95%;
}
.sns-right {
display: block;
margin: 20px auto 0;
padding: 0;
width: 95%;
}
.news-text-list li {
font-size: 11px;
}
.sitemap-list {
display: block;
}
.sitemap-list li {
display: block;
width: 100%
}
.sitemap-list li a {
padding: 10px;
border-left: none;
border-bottom: 1px solid #673300;
}
.sitemap-list li:first-child a {
border-top: 1px solid #673300;
}
.top-link {
display: none;
}
.footer-content-box {
margin: 0 auto;
}
.contact-list {
margin: 20px auto 0;
width: 95%;
}
.contact-list li {
padding: 0 3px;
}
.contact-list li:first-child {
padding: 0 6px 0 0;
}
.contact-list li:last-child {
padding: 0 0 0 6px;
}
.copy-area {
font-size: 11px;
margin-bottom: 60px;
}
.sp-float {
display: block;
}
.sp-float-menu {
z-index: 100;
margin: 0;
padding: 0;
display: table;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
list-style: none;
border-top: 1px solid #e3e3e3;
}
.sp-float-menu li {
display: table-cell;
text-align: center;
width: 25%;
box-sizing: border-box;
border-right: 1px solid #FFF;
background-color: #B01618;
}
.sp-float-menu li:first-child {
background-color: #395494;
}
.sp-float-menu li:nth-of-type(3) {
vertical-align: top;
background-color: #000;
}
.sp-float-menu li:last-child {
border-right: none;
background-color: #6CAA10;
}
.sp-float-menu li a {
display: block;
padding: 5px 0;
}
.sp-float-menu li:nth-of-type(3) a {
color: #fff;
font-size: 11px;
text-decoration: none;
}
.sp-float-menu li:nth-of-type(3) img {
margin-top: 3px;
}
.footer-row-left {
padding: 10px 0 0 0;
width: 100%;
display: block;
}
.company-info-left {
display: block;
margin: auto;
}
.company-info-right {
display: block;
text-align: center;
padding: 0;
}
.footer-row-right {
padding: 10px 0 0 0;
width: 100%;
display: block;
}
}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html>body .clearfix{display:inline-block;width:100%}* html .clearfix{height:1%}#lightboxIframe{display:none}#overlay{position:absolute;top:0;left:0;z-index:10090;width:100%;height:500px;background-color:#000;filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;display:none}#lightbox{position:absolute;left:0;width:100%;z-index:10100;line-height:0}#jqlb_spinner{height:32px;background-image:url(https://www.westernfarm.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/loading.gif);background-repeat:no-repeat;background-position:center center}#jqlb_closelabel{height:22px;width:66px;background-image:url(https://www.westernfarm.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/closelabel.gif);background-repeat:no-repeat;background-position:center center}#lightbox a img{border:none}#outerImageContainer{position:relative;background-color:#fff;width:300px;height:300px;margin:0 auto}#imageContainer{padding:10px;text-align:center}#lightboxImage{margin-left:auto;margin-right:auto;}#jqlb_loading{position:absolute;top:40%;left:0;height:25%;width:100%;line-height:0}#hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}#imageContainer>#hoverNav{left:0}#hoverNav a{outline:0}#nextLink,#prevLink{width:45%;height:100%;background:transparent url(https://www.westernfarm.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/blank.gif) no-repeat;display:block}#prevLink{left:0;float:left}#nextLink{right:0;float:right}#prevLink:hover,#prevLink:visited:hover{background:url(https://www.westernfarm.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/prev.gif) left 50% no-repeat}#nextLink:hover,#nextLink:visited:hover{background:url(https://www.westernfarm.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/next.gif) right 50% no-repeat}#imageDataContainer{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;color:#000;margin:0 auto;line-height:1.4em}#imageData{padding:0 10px}.ontop #imageData{padding-top:5px}#imageData #imageDetails{float:left;text-align:left;margin-bottom:10px;width:80%;width:-moz-calc(100% - 80px);width:-webkit-calc(100% - 80px);width:-o-calc(100% - 80px);width:calc(100% - 80px)}#imageData #imageDetails #titleAndCaption #titleText{font-weight:700}#imageData #imageDetails #titleAndCaption #captionText{font-weight:400}#imageData #imageDetails #controls{margin:0;white-space:nowrap}#imageData #bottomNav #bottomNavClose{height:22px;width:66px;float:right;margin-bottom:10px}#lightbox {
position: fixed;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%);
}
#imageContainer {
position: relative;
height: 100%;
box-sizing: border-box;
}
#imageDataContainer {
position: relative;
}
#imageDataContainer.hide {
display: none;
}
#newHoverNav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
display: flex;
justify-content: space-between;
align-items: center;
}
#prevArrow,
#nextArrow {
color: black;
background: rgba(255,255,255,.7);
font-size: 40px;
position: relative;
display: none;
padding: 8px 10px 8px 6px;
cursor: pointer;
width: 46px;
height: 46px;
box-sizing: border-box;
}
#nextArrow {
padding: 8px 6px 8px 10px;
}
#prevArrow.fixed,
#nextArrow.fixed {
position: fixed;
display:block;
top: 50%;
left: 1%;
transform: translate(0, -50%);
border-radius: 2px;
}
#nextArrow.fixed {
right: 1%;
left: auto;
}
@media screen and (max-width: 800px) {
#prevArrow.fixed,
#nextArrow.fixed {
border-radius: 2px;
}
#prevArrow.fixed {
left: 0;
}
#nextArrow.fixed {
right: 0;
}
}
#imageContainer:hover #prevArrow,
#imageContainer:hover #nextArrow {
display:block;
}
#imageData {
display: flex;
justify-content: space-between;
align-items: center;
padding: 4px 10px 8px;
}
#imageData #imageDetails {
margin-bottom: 0;
}
#imageData #bottomNav #bottomNavClose {
margin-bottom: 0;
}
#jqlb_loading {
top: 45%;
} #prevArrow.touch-device,
#nextArrow.touch-device {
display: block;
}
#prevLink.touch-device,
#nextLink.touch-device {
position: absolute;
top: 50%;
transform: translateY(-50%);
height: 40px;
width: 40px;
float: none;
}
#prevLink.touch-device {
left: 0;
background: url(https://www.westernfarm.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/prev.gif) center center no-repeat;
}
#nextLink.touch-device {
right: 0;
background: url(https://www.westernfarm.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/next.gif) center center no-repeat;
}
#imageDataContainer {
position: relative;
z-index: 20px;
}