@charset "UTF-8";


/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: "UD新ゴ R UD Shin Go Regular", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 18px;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 18px;
}
address {
  margin: 0 0 18px;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 18px;
}
ul, ol {
  margin: 0 0 18px 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 18px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 18px 18px;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 18px;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
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, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  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;
}
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;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header""main""footer";
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 18px;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 18px;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 18px 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 18px;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 18px;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 18px;
  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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

div.next_arrow {
  margin: 20px auto 10px;
  width: 50px;
  content: "";
  border-style: solid;
  border-color: #c6cc0b transparent transparent transparent;
  border-width: 30px 50px 0 50px;
}

/* 記事ページ見出し
--------------------------------------------- */
article#error-404, article#post-search, article#post-faq, article#post-business, article#post-entry-form {
  margin: 0 0 50px;
}
article#error-404 header, article#post-search header, article#post-faq header, article#post-business header, article#post-entry-form header {
  margin: 0;
  padding: 0px 40px;
  width: 100%;
  height: 80px;
  background-color: #00913a;
  text-align: center;
  color: #fff;
  display: flex;
}
article#error-404 header h1, article#post-search header h1, article#post-faq header h1, article#post-business header h1, article#post-entry-form header h1 {
  margin: auto;
  display: block;
  line-height: 16px;
}
article#error-404 header a#entry_mark, article#post-search header a#entry_mark, article#post-faq header a#entry_mark, article#post-business header a#entry_mark, article#post-entry-form header a#entry_mark {
margin: -30px 0px auto 0px;
  margin: 0 10px;
  display: block;
  width: 100px;
}
/*  404
--------------------------------------------- */
article.error-404.not-found {
  margin: 30% auto;
  display: block;
  width: 100%;
  text-align: center;
}


/*  検索
--------------------------------------------- */
article#post-search form {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
article#post-search h2.search_h {
  display: inline-block;
  vertical-align: middle;
}
article#post-search img.search_icon {
  vertical-align: middle;
}
article#post-search section {
  max-width: 800px;
  margin: 50px auto;
}
article#post-search section.search_name {
  text-align: center;
}
article#post-search section.search_map {
  max-width: 1000px;
  text-align: center;
  margin: 50px 10px;
  padding: 30px 10px;
  border: 1px solid #000;
}
article#post-search section.search_map div.map_wrap {
  display: flex;
}
article#post-search section.search_map div.map_wrap div.area_wrap {
  display: inline-block;
  min-width: 280px;
  max-width: 340px;
  margin: auto;
  flex-grow: 1;
}
article#post-search section.search_map div.map_wrap div.area_wrap div.area_select {
  text-align: left;
  margin: auto auto 20px;
}
article#post-search section.search_map div.map_wrap div.area_wrap div.area_select h3 {
  text-align: center;
  color: #fff;
  border-radius: 20px;
  margin: 0px auto 10px;
}
article#post-search section.search_map div.map_wrap div.area_wrap div.area_select h3.t {
  background-color: #17a9dc;
}
article#post-search section.search_map div.map_wrap div.area_wrap div.area_select h3.o {
  background-color: #517c36;
}
article#post-search section.search_map div.map_wrap div.area_wrap div.area_select h3.h {
  background-color: #0c568c;
}
article#post-search section.search_map div.map_wrap div.area_wrap div.area_select h3.nk {
  background-color: #22ac38;
}
article#post-search section.search_map div.map_wrap div.area_wrap div.area_select h3.ns {
  background-color: #f39916;
}
article#post-search section.search_map div.map_wrap div.area_wrap div.area_select span.area_list {
  display: inline-block;
  padding: 0 20px;
}
article#post-search section.search_map div.map_wrap div.area_wrap div.area_select span.sanmoji {
  padding-left: 50px;
}
article#post-search section.search_map div.map_wrap div.area_wrap div.area_select span.yonmoji {
  padding-left: 30px;
}
article#post-search section.search_map div.map_wrap div.area_wrap div.area_select label:hover, article#post-search section.search_map div.map_wrap div.area_wrap div.area_select input:hover {
  cursor: pointer;
}
article#post-search section.search_map div.map_wrap div.map_img {
  flex-grow: 1;
  align-self: center;
}
article#post-search section.search_map div.sale_type {
  margin: 20px;
  text-align: left;
}
article#post-search section.search_map div.sale_type label {
  display: inline-block;
  margin: 3px 10px;
}
article#post-search section.search_map div.sale_type label input[type="checkbox"] {
  margin: 2px 5px;
}
article#post-search section.search_map div.sale_type input[type="text"] {
  display: block;
  margin: 10px auto auto 10px;
}
article#post-search section.search_map div.sale_genre {
  margin: 20px;
  text-align: left;
}
article#post-search section.search_map div.sale_genre label {
  display: inline-block;
  margin: 3px 10px;
}
article#post-search section.search_map div.sale_genre label input[type="checkbox"] {
  margin: 2px 5px;
}
article#post-search section.search_map div.sale_genre input[type="text"] {
  display: block;
  margin: 10px auto auto 10px;
}
article#post-search section.search_map input[type="submit"] {
  width: 50%;
  margin: 30px auto;
}
article#post-search section.search_result {
  border: 1px solid #00913a;
  border-radius: 10px 10px 5px 5px;
  margin: 10px auto 20px;
  max-width: 800px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
article#post-search section.search_result span {
  display: inline-block;
  font-size: 18px;
  margin: auto;
}
article#post-search section.search_result span.shop_name {
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #00931a;
  margin: auto auto auto 0;
  width: 100%;
  padding: 10px;
}
article#post-search section.search_result span.shop_name a {
  color: #fff;
}
article#post-search section.search_result span.shop_address {
  font-size: 1em;
  max-width: 50%;
  margin: auto auto auto 10px;
}
article#post-search section.search_result span.shop_tel {
  margin: auto 0px auto auto;
  font-size: 1em;
  width: 10em;
}
article#post-search section.search_result span.shop_maplink {
  margin: 10px 10px 0px 10px;
}
article#post-search section.search_result span.shop_maplink img {
  height: 58px;
}
article#post-search section.search_result span.shop_status {
  font-size: 14px;
  width: 6em;
  margin: auto 5px auto 0;
  padding: 2px 5px;
  text-align: center;
  line-height: 1.5;
}
article#post-search section.search_result span.shop_status.soldout {
  background: red;
  color: #fff;
}
article#post-search section.search_result span.shop_status.fewleft {
  background: #ffad1f;
  color: #fff;
}
article#post-search section.search_result span.shop_status.onsale {
  background: #00903a;
  color: #fff;
}
article#post-search section.search_result div.shop_type {
  width: 100%;
  display: block;
  text-align: left;
}
article#post-search section.search_result div.shop_type span {
  display: inline-block;
  margin: 5px;
  padding: 2px 8px;
  border-radius: 10px;
  background: #696969;
  color: #fff;
  font-size: 0.9em;
}
article#post-search span.s_page_no {
  margin: auto;
  display: block;
  width: 100%;
  text-align: center;
}
article#post-search section.page_nation {
  width: 100%;
  display: flex;
  text-align: center;
  margin: 0px auto 0px;
}
article#post-search section.page_nation button.s_page_prev {
  margin: auto auto auto 0;
}
article#post-search section.page_nation button.s_page_next {
  margin: auto 0 auto auto;
}
article#post-search section#search_wrap strong.no_results {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

/* エントリーフォーム  
--------------------------------------------- */
div#shop_genre1, div#shop_genre2, div#addr2_input {
  transition: 0.5s;
}
article#post-entry-form main {
  margin: 0px;
}
article#post-entry-form main aside {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 50px;
}
article#post-entry-form main p {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 40px;
}
article#post-entry-form main p.thank {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 40px;
  text-align: center;
  font-size: 18px;
}
article#post-entry-form main p.errorm_msg {
  color: red;
  margin: 0px;
  text-align: center;
}
article#post-entry-form main div#shop_genre1, article#post-entry-form main div#shop_genre2 {
  margin: 0px auto 40px;
}
article#post-entry-form main form {
  width: 100%;
  margin: 20px auto;
  padding: 40px;
  max-width: 800px;
  border: 1px solid;
  border-radius: 10px;
}
article#post-entry-form main form div.input_wrap {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
article#post-entry-form main form div.input_wrap h4 {
  width: 100%;
  margin: 20px 0px 10px;
}
article#post-entry-form main form ol {
  margin: auto;
  background-color: #ffffff;
}
article#post-entry-form main form ol li {
  margin: 13px 10px 13px 24px;
  line-height: 18px;
  padding: 10px;
  background-color: #fff;
}
article#post-entry-form main form div.privacy_policy {
  width: 100%;
  text-align: center;
}
article#post-entry-form main form div.privacy_policy a {
  font-size: 18px;
}
article#post-entry-form main form label.agree_required {
  font-size: 18px;
  display: flex;
  margin: 20px auto;
  padding: 20px;
  width: 100%;
  background-color: #f5f5f5;
  align-items: center;
  justify-content: center;
}
article#post-entry-form main form label.agree_required input[type="checkbox"] {
  margin: 0 5px 0 0;
  transform: scale(1.8);
}
article#post-entry-form main form div.form_label {
  display: inline-block;
  width: 27%;
  background-color: #dcdcdc;
  margin: 2px auto;
  padding: 10px;
}
article#post-entry-form main form div.form_input {
  display: inline-block;
  width: 70%;
  background-color: #f5f5f5;
  margin: 2px auto;
  padding: 10px;
}
article#post-entry-form main form p.errorm_msg {
  color: red;
  margin: 0px;
}
article#post-entry-form main form p {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 0px;
}
article#post-entry-form main form p.form_discription {
  width: 99%;
  max-width: 800px;
  background-color: #dcdcdc;
  padding: 10px;
  margin: 5px auto 3px;
}
article#post-entry-form main form label {
  display: block;
  cursor: pointer;
  margin-right: 10px;
}

article#post-entry-form main form label.display_postal{
  display: inline-block;
}
article#post-entry-form main form input:required {
  border: 2px double #696969;
}
article#post-entry-form main form input {
  display: block;
  margin: 5px;
  width: 98%;
  border: 1px solid #000;
  margin: auto auto 5px;

}
article#post-entry-form main form input.postal_code {
  display: inline-block;
  width: 80px;
}
article#post-entry-form main form input.achieve {
  display: inline-block;
  width: 90px;
  margin: 3px 10px;
  text-align: right;
}
article#post-entry-form main form input[type="radio"], article#post-entry-form main form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 4px;
}

article#post-entry-form main h2 {
  width: 100%;
  text-align: center;
}
article#post-entry-form main h3 {
  width: 100%;
  font-size: 2em;
  color: #00afc4;
  text-align: center;
}
article#post-entry-form main span.mwform-checkbox-field {
  display: inline-block;
}
article#post-entry-form main .mw_wp_form .horizontal-item, article#post-entry-form main .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 20px 0 auto;
}

/* 切り替えtab
--------------------------------------------- */
/* div#tab_wrap {
  margin: 50px auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#tab_wrap label.switch_tab {
  order: -1;
  display: block;
  flex-grow: 1;
  text-align: center;
  padding: 5px 10px;
  background-color: #fff;
  color: #00913a;
  border: 2px solid #00913a;
}
div#tab_wrap input[name="tab_item"] {
  display: none;
}
div#tab_wrap input:checked + .switch_tab {
  background-color: #00913a;
  color: #fff;
  border: 2px solid #00913a;
  flex-grow: 1;
}
div#tab_wrap .tab_content {
  display: none;
  width: 100%;
  transition: 0.5s;
  padding: 20px;
}
div#tab_wrap input:checked + .switch_tab + .tab_content {
  display: block;
  transition: 0.5s;
} */

/* 折り返しspan
--------------------------------------------- */
span.wrapping {
  display: inline-block;
}

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

  article#error-404 header.entry-header, article#post-search header.entry-header, article#post-faq header.entry-header, article#post-business header.entry-header, article#post-entry-form header.entry-header {
    padding: 0px;
    height: auto;
  }
  article#error-404 header.entry-header h1, article#post-search header.entry-header h1, article#post-faq header.entry-header h1, article#post-business header.entry-header h1, article#post-entry-form header.entry-header h1 {
    font-size: 18px;
  }
  article#error-404 header.entry-header a#entry_mark img, article#post-search header.entry-header a#entry_mark img, article#post-faq header.entry-header a#entry_mark img, article#post-business header.entry-header a#entry_mark img, article#post-entry-form header.entry-header a#entry_mark img {
    width: 100%;
    display: inline-block;
  }
  article#error-404 header.entry-header img.header_icon, article#post-search header.entry-header img.header_icon, article#post-faq header.entry-header img.header_icon, article#post-business header.entry-header img.header_icon, article#post-entry-form header.entry-header img.header_icon {
    display: none;
  }
  article#error-404 section, article#post-search section, article#post-faq section, article#post-business section, article#post-entry-form section {
    margin: 10px;
  }
  article#error-404 h2, article#post-search h2, article#post-faq h2, article#post-business h2, article#post-entry-form h2 {
    font-size: 16px;
  }
  article#error-404 h3, article#post-search h3, article#post-faq h3, article#post-business h3, article#post-entry-form h3 {
    font-size: 18px;
  }
  article#error-404 p, article#post-search p, article#post-faq p, article#post-business p, article#post-entry-form p {
    font-size: 16px;
  }
  article#post-business p#gaddress {
    font-size: 0.7em;
    padding: 8px 3px;
    margin: 5px;
  }

  article#post-search form section.search_map div.map_wrap {
    flex-wrap: wrap-reverse;
  }
  article#post-search section.search_result {
    margin: 10px 10px;
  }
  article#post-search section.search_result span.shop_name {
    width: 100%;
    padding: 10px;
    margin: auto;
  }
  article#post-search section.search_result span.shop_address {
    order: 1;
    width: 80%;
    max-width: 80%;
    padding: 5px 10px;
    margin: auto auto 10px 0;
    font-size: 18px;
  }
  article#post-search section.search_result span.shop_tel {
    order: 3;
    width: 49%;
    padding: 5px 10px;
    margin: auto auto 30px 0;
    font-size: 18px;
  }
  article#post-search section.search_result span.shop_maplink {
    order: 2;
    margin: 10px auto auto auto;
  }
  article#post-search section.search_result span.shop_status {
    order: 5;
    width: 100%;
    margin: auto 0 auto auto;
  }
  article#post-search section.search_result div.shop_type {
    order: 4;
  }
  article#post-search section.page_nation {
    padding: 10px;
  }
  article#post-entry-form main {
    margin: 0px;
  }
  article#post-entry-form main h3 {
    font-size: 18px;
  }
  article#post-entry-form main h2 {
    font-size: 18px;
  }
  article#post-entry-form main form {
    padding: 40px 10px;
    border: none;
    border-radius: 0;
    background-color: #ffffff;
  }
  article#post-entry-form main form input[type="email"], article#post-entry-form main form input[type="url"], article#post-entry-form main form input[type="text"] {
    width: 100%;
  }
  article#post-entry-form main form input[name^="配送先郵便番号"], article#post-entry-form main form input[name^="配送先電話番号"], article#post-entry-form main form input[name^="配送先FAX番号"], article#post-entry-form main form input[name^="郵便番号"], article#post-entry-form main form input[name^="電話番号"], article#post-entry-form main form input[name^="FAX番号"] {
    width: 4em;
  }
  article#post-entry-form main form input[type="file"] {
    font-size:16px;
  }
  article#post-entry-form main form span.mwform-tel-field {
    display: block;
  }
}