@charset "UTF-8";

/*
Theme Name: kogmactive
Theme URI: https://kogma.work/kogma-ctive
Author: kogma
Author URI: https://kogma.work
Description: kogmactive is a minimalistic and elegant Fudo plugin theme featuring an ultra clean magazine layout.
Version: 6.2
License: GNU General Public License v2 or later
Text Domain: kogmactive
Tags: two-columns, blog, news, custom-background, custom-header, custom-logo, custom-menu, grid-layout, blog, featured-image-header, custom-colors, full-width-template, one-column, left-sidebar, right-sidebar, three-columns
*/
/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  margin: 0;
  border-top: 4px solid #018BB6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

/* a img:hover {
  opacity: 0.8;
  transition: all 0.35s ease-in-out;
} */
.hentry a:hover,
.grid-content a:hover {
  opacity: 0.7;
  transition: all 0.25s;
  -webkit-transform: none;
  transform: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: 0.55em 0;
  font-size: 1.6em;
}

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 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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"] {
  cursor: pointer;
  -webkit-appearance: button;
}

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-appearance: none;
  border-radius: 0;
}

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;
}

/*--------------------------------------------------------------
keyframes
--------------------------------------------------------------*/
.home {
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* .swiper-container, .post-thumbnail, img.box4image {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
} */
.swiper-container,
.post-thumbnail,
.hentry>a {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.entry-content h3 {
  margin-bottom: 1.75em;
}

.entry-footer h3,
h3#reply-title {
  margin-top: 40px;
}

p {
  margin-bottom: 1.75em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

big {
  font-size: 125%;
}

#top_fbox h3 {
  /* border-bottom: 1px solid #eee; */
  border-bottom: 4px double #eee;
  letter-spacing: 1px;
  margin-top: .8em;
  margin-bottom: 1.1em;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #018bb6;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

#container {
  float: left;
  width: 70%;
}

#sub {
  float: left;
  margin-left: 5%;
  margin-top: 10px;
  padding: 0;
  width: 20%;
}

#map_menu {
  border: 0 !important;
}

blockquote {
  background-color: #f6f6f6;
  font-size: 1.125rem;
  margin: 0 0 1.5em;
  padding: 1.5em 5% !important;
}

blockquote em,
blockquote i {
  font-style: normal;
}

em,
blockquote cite {
  font-weight: 700;
}

blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}

blockquote> :last-child {
  margin-bottom: 0.5em;
}

.wp-block-pullquote {
  padding: 0;
}

.wp-block-button .wp-block-button__link {
  margin: 0 5% !important;
}

.wp-block-button .wp-block-button__link:hover {
  opacity: 0.7 !important;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 1.25em;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
  margin: 1em 0;
}

dd {
  line-height: 1.5;
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  padding: 1em;
  text-align: left;
}

td.td1 span {
  display: inline-block;
  margin: 1% 0;
  padding: 0.2em 0.5em;
}

.form_jsearch th {
  width: 25%;
}

.form_jsearch td li {
  list-style: none;
}

.form_jsearch h5 {
  font-size: 1em;
  margin: 0;
  padding-top: 0;
}

.eki li,
.shiku li,
.hof li,
.madori li,
.setsubi li {
  float: left;
  margin-right: 3%;
}

a:focus {
  outline: thin dotted;
}

#page-top {
  bottom: 20px;
  position: fixed;
  right: 20px;
}

#page-top a {
  border-radius: 10px;
  display: block;
  height: 76px;
  line-height: 1.5;
  padding: 15px 0;
  text-align: center;
  width: 76px;
}

#page-top a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
button, input
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"] {
  border: none;
  font-size: 1.0625rem;
  font-size: 17px;
  margin: 0;
  padding: 0.4em 1em;
  text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  background: none;
  max-width: 100%;
  padding: 0.3em 0.6em;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  border-radius: 3px;
  clip: auto !important;
  display: block;
  font-size: 0.875rem;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:after {
  content: "";
  display: table;
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
  clear: both;
}

/*--------------------------------------------------------------
Layout Structure
--------------------------------------------------------------*/
.site,
#page-heads,
.site-footer {
  margin: 0 auto;
  /* width: 1200px; */
  width: 1500px;
}

.site-footer {
  padding-top: 40px;
}

#page-waku {
  margin: 0 auto;
  /* max-width: 1800px; */
  width: 100%;
}

.site-content {
  padding: .5em 0 1em;
}

.home .site-content {
  padding: 0;
}

.content-area {
  box-sizing: border-box;
  float: left;
  margin: 0;
  /* padding-right: 6.625%; */
  padding-right: 4%;
  /* width: 75%; */
  width: 82%;
}

.sidebar {
  backface-visibility: hidden;
  float: right;
  margin-top: 1.5em;
  position: sticky;
  top: 10px;
  /* width: 25%; */
  width: 18%;
}

.archive .sidebar {
  margin-top: 0;
}

.single-fudo .sidebar {
  margin-top: 2.3em;
}

.archive-fudo .sidebar {
  margin-top: 1.6em;
}

.sidebar .widget {
  /* border: 1px solid #eee; */
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0 0 2.2em 0;
  /* padding: 1.5em 2em; */
  padding: 1.5em;
}

.sidebar li {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 20px;
}

.sidebar ul li:before {
  content: '▶';
  float: left;
  font-size: 10px;
  margin-left: -27px;
  padding-top: 3px;
}

.sidebar .widget ul li a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  text-decoration: none;
}

.sidebar h1,
.sidebar h3 {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
}

.sidebar h1:after,
.sidebar h3:after {
  content: "";
  height: 1px;
  left: calc(100% + 10px);
  position: absolute;
  top: calc(50% - 1px);
  width: 40px;
  z-index: 0;
}

/* No Sidebar & Centered Layout Template */
.no-sidebar .content-area,
.site-content .centered-content-area,
.sidebar-left .site-content .centered-content-area {
  float: none;
  margin: 0 auto;
  max-width: 840px;
  padding: 0;
  width: 100%;
}

/* Fullwidth Template */
.site-content .fullwidth-content-area {
  float: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-main {
  padding: 1em 0;
  position: relative;
}

.site-branding {
  float: left;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
  border: none;
  padding: 0;
  text-decoration: none;
}

.site-title {
  display: inline-block;
  font-family: 'Amaranth', sans-serif;
  font-size: 2.75rem;
  font-size: 44px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.site-title a:hover,
.site-title a:active {
  text-decoration: none;
}

.site-branding .site-title {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 12px 0 0 0;
}

.site-branding .custom-logo {
  border: none;
  height: 100%;
  margin: 0;
  width: 78%;
  max-width: 100%;
  padding: 0;
  vertical-align: top;
}

.site-description {
  margin: 0 0 0 0;
}

/* Header Widgets */
.header-widgets {
  display: inline;
}

.header-widget {
  float: right;
  margin: 7px 0 0 0;
}

.header-widget ul {
  margin: 0;
  padding: 0;
}

.header-widget-title {
  margin: 0 0 0.5em;
}

.header-widget img {
  margin-top: -1em;
}

/* Custom Header Image */
.header-image {
  margin: 0 0 1em 0;
  position: relative;
  text-align: center;
}

.header-image img {
  height: auto;
  vertical-align: top;
  width: 100%;
}

.header-image span {
  display: block;
  font-family: '游明朝';
  font-size: 3rem;
  font-weight: 500;
  width: 100%;
}

.header-img-waku {
  left: 25%;
  position: absolute;
  right: 25%;
  text-align: center;
  top: 25%;
  width: 50%;
  z-index: 100;
}

.img-waku-in {
  margin: 5px;
  padding: 10% 2%;
}

.header-widgets .search-form {
  display: unset;
  float: left;
  position: absolute;
  width: 15%;
}

.header-image span.slide-lead {
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 2;
  width: 75%;
}

.header-image span br {
  display: none;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.primary-navigation-wrap {
  position: relative;
}

.main-navigation-toggle {
  display: none;
}

.main-navigation-menu {
  list-style-position: outside;
  list-style-type: none;
  position: relative;
}

.main-navigation-menu li {
  display: inline-block;
}

.main-navigation-menu a {
  border-top: 0.3em solid transparent;
  display: block;
  font-size: 16px;
  line-height: 16px;
  /* font-size: 0.85rem; */
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin: 0;
  padding: 0.8em 1.3em;
  text-decoration: none;
}

.main-navigation-menu>.menu-item-has-children>a:after {
  content: '\f431';
  display: inline-block;
  font-family: 'Genericons';
  font-size: 16px;
  line-height: 1;
  margin: 0.1em 0 0 0.3em;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: inherit;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

.main-navigation-menu ul {
  display: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10000;
}

.main-navigation-menu ul li {
  float: none;
  margin: 0;
  position: relative;
}

.main-navigation-menu ul a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  font-size: 13px;
  margin: 0;
  min-width: 12rem;
  min-width: 200px;
  padding: 1em;
}

.main-navigation-menu ul .menu-item-has-children>a:after {
  content: '\f431';
  display: inline-block;
  font-family: 'Genericons';
  font-size: 14px;
  line-height: 1;
  margin: 0.3em 0 0 0.3em;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: inherit;
  transform: rotate(270deg);
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotate(270deg);
}

.main-navigation-menu li ul ul {
  left: 100%;
  top: 0;
}

.main-navigation-menu li.menu-item-has-children:hover>ul,
.main-navigation-menu li.page_item_has_children:hover>ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"]>ul {
  display: block;
}

.main-navigation-menu ul li.current-menu-item>a:after {
  text-decoration: none;
}

nav#main-navigation {
  margin: 0 auto;
  /* max-width: 1200px; */
  max-width: 1500px;
  padding: 0;
  width: 100%;
}

nav ul {
  float: left;
  margin: 0 auto;
  padding: 0;
}

nav ul.sub-menu {
  margin: 0 auto;
  width: auto;
}

.fixed {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 1800px;
  left: 0;
  z-index: 10000;
  margin: 0 auto;
}

.admin-bar .fixed {
  top: 32px;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
  max-width: 100%;
  -ms-word-wrap: break-word;
  padding: 0;
  word-wrap: break-word;
}

.widget.widget_fudo_top_r {
  float: left;
  margin: 0 0 1em 0;
}

.widget-header {
  margin: 0 0 1.2em 0;
}

.widget-title {
  margin: 0;
  padding: 0;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget ul .children,
.widget ul .sub-menu {
  margin: 0.5em 0 0.5em 1em;
  padding: 0;
}

.footer-4 ul.children {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
}

/* Make sure select elements fit in widgets. */
.widget select {
  border-color: #e8e8e8;
  margin: 5px 0 15px 0;
  padding: 5px 0;
  width: 100%;
}

select#mel,
select#meh,
select#kalc,
select#kahc,
select#kalb,
select#kahb {
  /* width: 46.5%; */
  width: 45%;
}

label {
  margin-left: 5px;
  margin-right: 15px;
}

.search-form label {
  margin: 0;
  position: relative;
  width: 73%;
}

.widget-title a:hover,
.widget-title a:active {
  text-decoration: underline;
}

.widget_fudo_syousai {
  margin-top: 40px;
}

#list_other_table h3,
.widget_fudo_syousai h3,
.widget.widget_fudou_single_history h3,
.contact-box h3 {
  border-bottom: 1px solid #eee;
  color: #303030;
  font-size: 1.4375rem;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 1.1em;
}

ul.syousai-content,
ul.grid-content {
  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;
}

/* #top_fbox .grid-content li, #syousai_box li, .grid-content.cookie_fudou_single li { */
#top_fbox .grid-content>a,
#syousai_box a,
.grid-content.cookie_fudou_single a {
  list-style-type: none;
  /* margin: 0 5% 30px 0; */
  margin: 0 2% 30px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* width: 45%; */
  width: calc(94% / 4);
  height: 320px;
  box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
}

#top_fbox .grid-content>a:nth-child(4n),
#syousai_box a:nth-child(4n),
.grid-content.cookie_fudou_single a:nth-child(4n) {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 1280px) {

  #top_fbox .grid-content>a,
  #syousai_box a,
  .grid-content.cookie_fudou_single a {
    width: calc(96% / 3);
  }

  #top_fbox .grid-content>a:nth-child(4n),
  #syousai_box a:nth-child(4n),
  .grid-content.cookie_fudou_single a:nth-child(4n) {
    margin: 0 2% 30px 0;
  }

  #top_fbox .grid-content>a:nth-child(3n),
  #syousai_box a:nth-child(3n),
  .grid-content.cookie_fudou_single a:nth-child(3n) {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 980px) {

  #top_fbox .grid-content>a,
  #syousai_box a,
  .grid-content.cookie_fudou_single a {
    width: calc(98% / 2);
  }

  #top_fbox .grid-content>a:nth-child(3n),
  #syousai_box a:nth-child(3n),
  .grid-content.cookie_fudou_single a:nth-child(3n) {
    margin: 0 2% 30px 0;
  }

  #top_fbox .grid-content>a:nth-child(2n),
  #syousai_box a:nth-child(2n),
  .grid-content.cookie_fudou_single a:nth-child(2n) {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 560px) {

  #top_fbox .grid-content>a,
  #syousai_box a,
  .grid-content.cookie_fudou_single a {
    width: 100%;
  }

  #top_fbox .grid-content>a:nth-child(2n),
  #syousai_box a:nth-child(2n),
  .grid-content.cookie_fudou_single a:nth-child(2n) {
    margin: 0 2% 30px 0;
  }

  #top_fbox .grid-content>a,
  #syousai_box a,
  .grid-content.cookie_fudou_single a {
    margin: 0 0 30px 0;
  }
}

.top_shozaichi {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: rgb(102, 102, 102);
}

.single-fudo .top_shozaichi br {
  display: none;
}

.single-fudo .top_kotsu {
  display: block;
  line-height: 0.8;
  margin-bottom: 10px;
  padding-left: 5%;
}

/* .main_picsam {
  width: 103%;
  margin-bottom: 10px;
} */
.main_picsam {
  display: flex;
  gap: 2%;
  /* 画像間のスペース調整 */
}

/* .main_picsam img.box3image {
  font-family: 'object-fit: cover;';
  max-height: 260px;
  object-fit: cover;
  width: 48.7%;
  padding-right: 1%;
} */
.main_picsam img.box3image {
  width: 100%;
  /* コンテナ内でフル幅表示 */
  height: auto;
  /* 高さは自動調整 */
}

.list_picsam img.box3image {
  font-family: 'object-fit: cover;';
  margin-right: 1%;
  max-height: 180px;
  object-fit: cover;
  transform: scale(1);
  transition: all 500ms ease-out;
  width: 99%;
}

#list_simplepage .hentry {
  display: block;
  /* margin: 0 3.7% 50px 0; */
  margin: 0 2% 30px 0;
  overflow: hidden;
  position: relative;
  /* width: 46.2%; */
  width: calc(94% / 4);
  height: 320px;
  box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
}

#list_simplepage .hentry:nth-child(4n) {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 1280px) {
  #list_simplepage .hentry {
    width: calc(96% / 3);
  }

  #list_simplepage .hentry:nth-child(4n) {
    margin: 0 2% 30px 0;
  }

  #list_simplepage .hentry:nth-child(3n) {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 980px) {
  #list_simplepage .hentry {
    width: calc(98% / 2);
  }

  #list_simplepage .hentry:nth-child(3n) {
    margin: 0 2% 30px 0;
  }

  #list_simplepage .hentry:nth-child(2n) {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 560px) {
  #list_simplepage .hentry {
    width: 100%;
  }

  #list_simplepage .hentry:nth-child(2n) {
    margin: 0 2% 30px 0;
  }

  #list_simplepage .hentry {
    margin: 0 0 30px 0;
  }
}

.search-no-results #list_simplepage .hentry {
  border: 0;
}

#list_simplepage {
  display: flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  float: left;
  margin: 0;
  -moz-box-lines: multiple;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  width: 100%;
}

#list_simplepage .hentry .list_picsam {
  float: left;
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  width: 100%;
}

.list_simple_boxtitle .top_title {
  display: block;
  font-size: 1.5rem;
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0;
  padding: 10px 20px;
}

.top_shozaichi {
  display: block;
  width: 100%;
  margin: 8px 0 4px 0;
  padding: 0 5%;
}

.list_simple_boxtitle .new_mark {
  font-family: 'Helvetica', 'sans-serif';
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: -40px;
  margin-top: 30px;
  padding: 2px 25px 3px 25px;
  position: absolute;
  text-transform: uppercase;
  width: 200px;
  z-index: 10;
}

.list_simple_boxtitle .new_mark:before,
.list_simple_boxtitle .new_mark:after {
  display: block;
  left: 0px;
  position: absolute;
}

.list_simple_boxtitle .new_mark:before {
  border: 10px solid transparent;
  content: "";
  top: 33px;
}

.list_simple_boxtitle .new_mark:after {
  content: "";
  padding: 0 24px;
  height: 24px;
  line-height: 24px;
  top: 8px;
}

.list_details_button {
  font-weight: bold;
  z-index: 10;
  margin-top: 165px;
  margin-left: 255px;
  font-family: 'Helvetica', 'sans-serif';
  position: absolute;
  font-size: 22px;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 30px;
  border-radius: 10px;
  transition: .4s ease-in-out;
}

.list_address {
  padding: 0 5%;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  width: 100%;
  margin: 8px 0 4px 0;
  color: rgb(102, 102, 102);
}

.list_address_koutu {
  font-size: 12px;
  line-height: 13px;
  color: rgb(102, 102, 102);
  font-weight: 400;
  padding-left: 5%;
  margin-bottom: 10px;
}

#list_simplepage2 #map_canvas {
  margin-top: 3.5em;
  width: 100% !important;
}

#list_simplepage2 #map_canvas .gm-style-iw {
  height: auto !important;
  width: auto !important;
}

#list_simplepage2 #map_canvas table {
  border-collapse: separate;
  border-spacing: 2px;
  border-style: none;
  margin: 8px;
  overflow: hidden;
  padding: 0;
  width: 280px !important;
}

#list_simplepage2 #map_canvas td {
  border-top: medium none !important;
  border-width: 0 !important;
  font-size: 10px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#list_simplepage2 .gmapballoon img {
  border: 0;
  height: auto;
  padding: 0.2em;
  width: 90px;
}

#list_simplepage2 .gmaptitle {
  font-size: 12px;
  font-weight: 700;
}

#list_simplepage2 .gmapkakaku {
  /* font-family: Arial,Helvetica,sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px !important;
  font-weight: 700;
}

#list_simplepage2 .gmapmadori {
  /* font-family: Arial,Helvetica,sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px !important;
  font-weight: 700;
}

#top_fbox .grid-content li span.top_kotsu {
  display: block;
  margin-bottom: 10px;
  padding-left: 5%;
  font-size: 12px;
  line-height: 13px;
  color: rgb(102, 102, 102);
  font-weight: 400;
}

#top_fbox .grid-content br {
  display: none;
}

ul.grid-content,
#syousai_box ul {
  /* width: 104%; */
  width: 100%;
}

.new_mark {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.39);
  /* font-family: 'Helvetica', 'sans-serif'; */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  height: 30px;
  left: -40px;
  margin-right: 10px;
  margin-top: 3px;
  padding: 3px 0 0 0;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  top: 5px;
  transform: rotate(-45deg);
  width: 125px;
  z-index: 2;
}

.top_title {
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px;
  display: block;
  margin: 10px 0 3px 0;
  padding-left: 5%;
  width: 100%;
}

.top_price {
  font-weight: 700;
  /* font-family: arial; */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 130%;
  padding: 0 5%;
  display: block;
  width: 100%;
  line-height: 1.2;
}

.top_madori {
  /* font-family: arial; */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 130%;
  font-weight: 700;
}

.post-slider .zeeslide .slide-content {
  padding: 1.5em !important;
}

.post-slider .zeeslide .slide-content p {
  font-size: 14px;
}

.sidebar .grid-content.cookie_fudou_single li {
  display: block;
  float: right;
  font-size: 88%;
  line-height: 1.5;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  padding-right: 5%;
  width: 95%;
}

.sidebar .grid-content.cookie_fudou_single li:before {
  content: none;
}

.sidebar .widget ul {
  list-style-type: none;
  line-height: 1.6;
}

.sidebar .widget ul.grid-content {
  list-style-type: none;
  line-height: 1.6;
}

.sidebar .widget ul.grid-content li {
  float: left;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  margin-bottom: 20px;
}

.sidebar .widget ul.grid-content li img {
  max-height: 180px;
  width: 97%;
  margin: 0;
}

.sidebar .widget ul.grid-content li:before {
  content: '';
  float: left;
  font-size: 10px;
  margin-left: 0;
  padding-top: 3px;
}

.sidebar .widget ul.grid-content li a {
  display: block;
}

.sidebar .widget ul.grid-content .top_title {
  padding-left: 0;
  margin: 10px 0 5px 0;
}

.sidebar .widget ul.grid-content .top_price {
  padding-left: 0;
}

.sidebar .widget ul.grid-content .box1low {
  margin-right: 2%;
}

.sidebar .widget ul.grid-content .box1low a:before {
  content: "詳細を見る　 »";
  font-size: 0.72rem;
  letter-spacing: 1px;
  margin-top: 100px;
  padding: 1em;
}

.sidebar .widget ul.grid-content li span.top_kotsu {
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-left: 0;
}

.sidebar .widget ul.grid-content li span.top_kotsu br {
  display: none;
}

.contact-form {
  margin: 0 auto;
  padding: 10%;
  width: 100%;
}

#contact_form {
  float: left;
  width: 100%;
}

.contact-chui {
  font-size: 12px;
  margin: 1%;
  padding: 0 2%;
}

/* #toiawasesaki {
  display: -webkit-box;
  float: left;
  margin: 50px 0;
  width: 100%;
} */

.contact-box {
  margin: 0 auto;
  width: 100%;
}

.contact-box-in {
  margin: 50px auto 0 auto;
  text-align: center;
  width: 100%;
}

.contact-box-title {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 40px;
  padding-bottom: 10px;
  text-align: center;
}

.contact-box-left {
  float: left;
  padding-right: 2.5%;
  width: 50%;
}

.contact-box-tel {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.contact-box-right {
  float: right;
  width: 50%;
}

.contact-box-form {
  border: 0;
  border-radius: 2px;
  /* font-family: Montserrat, "Helvetica Neue", sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  margin-top: 10px;
  padding: 0.5em 2em;
  text-transform: uppercase;
}

.contact-box-form a {
  display: block;
  padding: 15px 0;
}

/*--------------------------------------------------------------
Default Widgets
--------------------------------------------------------------*/
.search-form {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.search-form .screen-reader-text {
  display: none;
}

.search-form .search-field {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  /* padding: 5px 0.5em 0.2em 1.8em; */
  padding: 0.3em 0.5em 0.3em 2em;
  -webkit-appearance: none;
  width: 70%;
}

nav#main-navigation .search-form input {
  margin: 5px auto 0 auto;
}

.search-form label::before {
  content: '\f400';
  display: block;
  font-family: 'Genericons';
  font-size: 20px;
  left: 5px;
  position: absolute;
  top: calc(30% - 12px);
}

.search-form .search-submit {
  border: none;
  cursor: pointer;
  padding: 0.65em 0.75em 0 0.2em;
  position: absolute;
  right: 0;
  top: 0;
}

.search-form .search-submit .genericon-search {
  content: '\f400';
  display: inline-block;
  font-family: 'Genericons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.05em 0 0.55em 0.45em;
  text-decoration: inherit;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

nav#main-navigation .search-form {
  width: 20%;
  float: right;
}

.kaiin_login {
  padding: 10%;
}

.kaiin_login input[type="password"],
.kaiin_login input[type="text"] {
  margin-bottom: 10px;
  padding: 0.2em;
  width: 100%;
}

.kaiin_count {
  padding: 15px 5% 2px 5%;
}

form#searchitem {
  padding: 5%;
}

input[type="submit"] {
  line-height: 1.5;
  margin: 10px auto;
  padding: 2% 0;
  width: 100%;
}

.search-form input[type="submit"] {
  padding: 0;
  -webkit-appearance: none;
  height: calc(100% - 5px);
  width: 30%;
}

/*--------------------------------------------------------------
Magazine Posts Widgets
--------------------------------------------------------------*/
.widget-magazine-posts {
  margin-bottom: 1em;
}

.widget-magazine-posts .type-post .entry-title {
  display: inline;
  line-height: 1.5;
}

.widget-magazine-posts .type-post .entry-meta {
  margin: 0;
}

.widget-magazine-posts .type-post .entry-content {
  font-size: 17px;
  font-size: 1.0625rem;
}

.widget-magazine-posts .large-post .entry-title {
  font-size: 20px;
  font-size: 1.2rem;
}

.widget-magazine-posts .medium-post {
  float: left;
  padding-right: 2em;
  width: 33.33333333%;
}

.relateg li {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 2em;
  vertical-align: top;
  width: 32.3333333%;
}

.relateg {
  float: left;
  width: 101.5%;
}

.relateg ul {
  margin: 0;
  padding: 0;
  width: 104%;
}

.relateg .entry-title,
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
  font-size: 1rem;
}

.widget-magazine-posts .small-post {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
}

.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* Magazine Posts Grid Widget */
.widget-magazine-posts .magazine-grid {
  margin-right: -2em;
}

.widget-magazine-posts .magazine-grid .large-post {
  box-sizing: border-box;
  float: left;
  padding-right: 2em;
  width: 50%;
}

.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
  clear: left;
}

/* Magazine Posts Columns Widget */
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
  float: left;
  width: 100%;
}

.widget-magazine-posts-columns .magazine-posts-column-left {
  box-sizing: border-box;
  float: left;
  padding-right: 1em;
  width: 50%;
}

.widget-magazine-posts-columns .magazine-posts-column-right {
  box-sizing: border-box;
  margin-left: 50%;
  padding-left: 1em;
  width: 50%;
}

.widget-magazine-posts-columns .medium-post {
  padding-right: 0;
  width: 100%;
}

.sidebar .widget-magazine-posts .medium-post,
.site-footer .widget-magazine-posts .medium-post {
  margin: 0 0 1em 0;
  padding-right: 1em;
  width: 100%;
}

.sidebar .widget-magazine-posts .medium-post img,
.site-footer .widget-magazine-posts .medium-post img {
  float: left;
  margin: 0.5em 0.5em 0 0;
  width: 30%;
}

.sidebar .widget-magazine-posts .type-post .entry-title,
.site-footer .widget-magazine-posts .type-post .entry-title {
  font-size: 0.85rem;
}

/* object-fit */
.widget.kogmagazine-magazine-grid-widget .type-post .wp-post-image,
.widget-magazine-posts .magazine-grid img {
  font-family: 'object-fit: cover;';
  max-height: 160px;
  object-fit: cover;
}

.widget-magazine-posts .large-post .wp-post-image {
  font-family: 'object-fit: cover;';
  max-height: 255px;
  object-fit: cover;
}

.archive .post-column .wp-post-image {
  max-height: 230px;
}

.widget-magazine-posts .small-post .wp-post-image {
  float: left;
  font-family: 'object-fit: cover;';
  margin: 0 1.5em 0 0;
  max-height: 80px;
  max-width: 120px;
  object-fit: cover;
  width: 100%;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.type-post,
.type-page,
.type-attachment,
.comments-area {
  margin: 0 0 3em 0;
  max-width: 100%;
  padding: 0;
}

.page-title,
.entry-title {
  -ms-word-wrap: break-word;
  padding: 0;
  word-wrap: break-word;
}

.single-fudo h1,
.single-fudo h2 {
  font-size: 1.6em;
  margin: 1em 0;
  position: relative;
}

.single-fudo h2.entry-title .new_mark {
  border-radius: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.36);
  display: block;
  /* font-family: 'Helvetica', 'sans-serif'; */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  height: 30px;
  left: -5px;
  margin: 0;
  padding: 6px 0 0 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -10px;
  transform: rotate(-15deg);
  width: 30px;
  z-index: 2;
}

.entry-title a:link,
.entry-title a:visited {
  display: block;
  font-weight: normal;
  text-decoration: none;
}

header.entry-header span.bu-cat {
  display: block;
  float: left;
  font-size: 16px;
  height: 30px;
  margin: 0 10px 0 20px;
  margin-left: 10px;
  margin-right: 20px;
  padding: 2px 2% 5px 2%;
  position: relative;
  text-align: center;
  top: 5px;
  width: auto;
}

.type-post .wp-post-image,
.type-page .wp-post-image {
  font-family: 'object-fit: cover;';
  margin: 1.6em 0 0.5em;
  max-height: 350px;
  object-fit: cover;
  width: 100%;
}

.entry-content {
  font-size: 1rem;
}

.entry-content p:first-child {
  margin-top: 0.5em;
}

img.box1image,
img.box4image {
  display: block;
  font-family: 'object-fit: contain;';
  margin: 0;
  /* max-height: 250px; */
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.list_picsam_img {
  overflow: hidden;
  position: relative;
}

.fudo_kaiin_type_logo {
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 10;
}

.archive-fudo .fudo_kaiin_type_logo {
  right: 10px;
}

.entry-title .fudo_kaiin_type_logo {
  position: relative;
  right: 0;
  top: 2px;
}

.box1low a,
.more-link {
  display: inline-block;
  font-size: 14px;
  font-size: 0.9375rem;
  margin: 0;
  padding: 5px 0.8em;
  text-decoration: none;
}

.box1low a {
  font-size: 0.72rem;
  letter-spacing: 1px;
  margin-top: 5px;
  padding: .5em 1em;
}

.more-link {
  display: inline-block;
  float: right;
  font-size: 0.75rem;
  margin: 0;
  padding: 5px 0.8em;
}

/* Page Links | wp_link_pages() */
.page-links {
  font-weight: bold;
  margin: 0 0 1.5em;
  word-spacing: 0.75em;
}

/* Entry Meta */
.entry-meta {
  margin: 0.5em 0 0;
  padding: 0;
}

.entry-meta span:after {
  content: '\f428';
  display: inline-block;
  font: normal 16px 'Genericons';
  margin-left: 0.2em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.entry-meta span:last-child:after {
  display: none;
}

/* Entry Author */
.posted-by {
  margin: 1em 0;
}

.posted-by .avatar {
  border-radius: 3em;
  float: left;
  margin: 0 0.75em 0 0;
}

/* Hide post meta if they are deactivated in settings */
body.date-hidden .entry-meta .meta-date,
body.author-hidden .entry-meta .meta-author,
body.categories-hidden .entry-meta .meta-category,
body.author-hidden .type-post .posted-by {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

body.categories-hidden .entry-meta .meta-date:after,
body.date-hidden.categories-hidden .content-area .entry-meta {
  display: none;
}

body.categories-hidden .widget-magazine-posts .entry-meta .meta-date:after {
  display: inline-block;
}

body.date-hidden.categories-hidden .content-area .widget-magazine-posts .entry-meta {
  display: block;
}

body.author-hidden .widget-magazine-posts .entry-meta .meta-date:after,
body.date-hidden.author-hidden .content-area .widget-magazine-posts .entry-meta {
  display: none;
}

/* Entry Tags & Tagcloud Widget */
.entry-tags {
  margin: 0 0 1.5em;
}

.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
  font-size: 14px;
  font-size: 0.875rem;
}

.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:before,
.entry-tags .meta-tags:after {
  content: "";
  display: table;
}

.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:after {
  clear: both;
}

.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-block;
  float: left;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  margin: 3px;
  padding: 0.3em 0.8em;
  text-decoration: none;
}

.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
  color: rgba(0, 0, 0, 0.5);
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
  border-color: rgba(0, 0, 0, 0.5);
}

/* Post Navigation */
.post-navigation {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-size: 1rem;
  margin: 2em 0 0;
  padding: 1.5rem 0 0;
}

.post-navigation .nav-links .nav-previous {
  box-sizing: border-box;
  float: left;
  max-width: 50%;
  padding-right: 1em;
}

.post-navigation .nav-links .nav-next {
  box-sizing: border-box;
  float: right;
  max-width: 50%;
  padding-left: 1em;
  text-align: right;
}

.nav-previous h3,
.nav-next h3 {
  border: none;
}

.nav-previous h3:after,
.nav-next h3:after {
  border-bottom: none;
}

.post-navigation .nav-links .nav-previous .nav-link-text:before {
  content: "\00AB";
  margin-right: 3px;
}

.post-navigation .nav-links .nav-next .nav-link-text:after {
  content: "\00BB";
  margin-left: 4px;
}

.post-navigation .nav-links .entry-title {
  font-size: 1.0625rem;
}

.post-navigation .nav-links a:hover .entry-title {
  text-decoration: underline;
}

.pagination {
  margin: 0 0 3em;
}

.pagination a,
.pagination .current {
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 0.4em 1em;
  text-align: center;
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
  display: none;
}

.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
  width: 100%;
  text-align: center;
}

.infinite-scroll .infinite-loader .spinner {
  bottom: -1em;
  left: auto;
  margin: 0 auto;
}

.infinite-scroll #infinite-handle span {
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 0 3em;
  padding: 0.4em 1em;
  text-decoration: none;
}

/* Archives and Search Heading */
.page-header {
  margin: 0 0 3em 0;
}

.archive-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Amaranth', Tahoma, Arial;
  margin: 0;
  -ms-word-wrap: break-word;
  padding: 0;
  word-wrap: break-word;
}

.blog-description,
.archive-description p {
  margin-bottom: 0;
}

/* Breadcrumbs */
#bread-out {
  margin: 0 auto 0 auto;
  width: 100%;
}

#bread {
  box-sizing: border-box;
  margin: 0 auto 0 5px;
  padding: 0;
}

#bread ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#bread ul li {
  float: left;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
}

#bread ul li:before {
  content: ">";
  margin: 0 5px;
}

#bread ul li:first-child:before {
  content: none;
}

span.crumb-no-link {
  color: #414141;
  pointer-events: none;
}

span.crumb-no-link a {
  color: #414141;
}

/*--------------------------------------------------------------
Post Layouts
--------------------------------------------------------------*/
/* Post Styling */
.post-wrapper .type-post .entry-title {
  font-size: 1.5rem;
}

.post-wrapper .type-post .entry-content {
  font-size: 17px;
  font-size: 1.0625rem;
}

/* One Column Layout */
.post-layout-one-column .post-wrapper .type-post .wp-post-image {
  float: left;
  margin: 0 2em 1em 0;
  max-width: 45%;
  padding: 0;
}

.post-layout-one-column .post-wrapper .type-post .entry-title {
  display: inline;
}

/* Multiple Post Columns */
.post-layout-columns .post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3em;
}

.post-layout-columns .post-wrapper .post-column {
  box-sizing: border-box;
  padding-right: 3em;
}

.post-layout-columns .post-wrapper .post-column .type-post .wp-post-image {
  margin: 0;
}

/* 2 Columns */
.post-layout-two-columns .post-wrapper .post-column {
  width: 50%;
}

/* 3 Columns */
.post-layout-three-columns .content-area {
  float: none;
  padding: 0;
  width: 100%;
}

.post-layout-three-columns .post-wrapper .post-column {
  width: 33.3333333333333%;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
/* Comment Header */
.comments-header,
.comment-reply-title {
  margin: 0 0 1em 0;
}

.comments-header .comments-title,
.comment-reply-title span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'Amaranth', Tahoma, Arial;
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Comment List */
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 0 1.5em;
  -ms-word-wrap: break-word;
  padding: 1.5em 0 0;
  word-wrap: break-word;
}

.comment-meta {
  float: left;
  padding: 0;
  width: 100%;
}

.comment-meta .comment-author img {
  float: left;
  margin-right: 1em;
}

.bypostauthor {
  display: block;
}

.comment-meta .comment-metadata {
  margin-top: 0.3em;
  font-size: 14px;
  font-size: 0.875rem;
}

.comment-meta .comment-metadata a {
  margin-right: 1em;
}

.comment-content {
  clear: left;
  padding: 0.2em 0 0;
}

.comment-content a {
  word-wrap: break-word;
}

.comment ol.children {
  list-style: none;
  margin: 1.5em 0 0;
}

.comment .comment-respond {
  margin-top: 1.5em;
}

/* Comment Pagination */
.comment-navigation {
  font-size: 0.875rem;
  font-size: 14px;
  margin: 0 0 1.5em;
  padding: 0;
}

.comment-navigation .nav-previous {
  float: left;
}

.comment-navigation .nav-next {
  float: right;
}

.comment-navigation .nav-previous a:before {
  content: "\00AB";
  margin-right: 3px;
}

.comment-navigation .nav-next a:after {
  content: "\00BB";
  margin-left: 4px;
}

/* Comment Form */
.comment-form {
  padding: 0;
}

.comment-form label {
  display: inline-block;
  font-weight: bold;
  min-width: 150px;
}

.comment-form textarea {
  margin-top: 0.4em;
}

.comment-form .form-submit {
  margin-bottom: 1em;
}

.comment-reply-title small a {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 1em;
  text-decoration: underline;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footer-wrap {
  /* border-top: 1px solid #eeeeee; */
  background-color: #191919;
  font-weight: 300;
}

.site-footer .footer-4 {
  float: left;
  padding: 0 0 0 2%;
  width: 20%;
}

.site-footer .footer-4:nth-child(2) {
  width: 80%;
}

@media screen and (max-width: 945px) {
  .site-footer {
    display: flex;
    flex-direction: column;
  }

  .site-footer .footer-4 {
    float: none;
    width: 100%;
    padding: 0;
  }

  .site-footer .footer-4:nth-child(2) {
    width: 100%;
    order: -1;
  }
}

.site-footer a {
  /* margin-bottom: 10px; */
  padding: 5px;
}

.site-footer .footer-4:first-child {
  padding: 0;
}

.site-footer .footer-4 li a {
  display: inline-block;
}

.site-footer .footer-4 .footwidg>ul>li.cat-item {
  margin-bottom: 15px;
}

.site-footer .footer-4 .footwidg>ul>li.cat-item>a {
  font-size: 24px;
  font-weight: 600;
}

.site-footer .footer-4 ul {
  line-height: 1.5;
  list-style-type: none;
}

.site-footer h3 {
  font-size: 1em;
  letter-spacing: 1px;
  margin-top: 0px;
  color: #fff;
}

.site-footer h5 {
  margin: 0px;
}

.site-footer .footer-4 li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 0.2em;
}

.site-footer .site-info {
  float: left;
  padding: 2em 0 3em 0;
  text-align: center;
  width: 100%;
}

ul.footer-navigation-menu {
  padding: 1em 5em;
}

.footer-navigation-menu li {
  display: inline-flex;
  margin: 0;
  padding: 0 2.5% 0 3%;
}

.footer-navigation-menu li a {
  display: inline-block;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.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%;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.5em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 1em 1.5em 0 0;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

#commonCnt {
  float: right;
}

#commonCnt p {
  float: right;
  font-size: 0.88rem;
  line-height: 1.2;
  margin: 0;
  padding-left: 5px;
  text-align: left;
}

#commonCnt p span {
  /* font-family: arial; */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.mobile-call {
  display: none;
}

#commonCnt ul {
  float: right;
  line-height: 1;
}

#commonCnt li {
  float: left;
  list-style-type: none;
  margin-left: 6px;
  text-align: center;
}

#commonCnt li a {
  padding: 0;
  width: 180px;
}

#commonCnt li#inquiry a,
#commonCnt li#request a {
  display: block;
  font-size: 13px;
  line-height: 28px;
  padding: 10px 0;
  width: 150px;
}

.list_detail .list_price {
  padding: 0;
}

.list_detail .list_price .list_price_others {
  margin: 0 auto 10px auto;
  padding: 0 8%;
}

.list_price li {
  float: left;
  font-weight: normal;
  list-style-type: none;
  margin: 0px 0;
  padding: 0;
}

.list_price li.price-box dd {
  margin: 0;
  padding-top: 3px;
}

.list_price {
  line-height: 1;
  padding: 0 5%;
  position: relative;
}

#list_add_table ul,
.list_price ul {
  line-height: 1.5;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.list_price li dt {
  float: left;
  font-weight: 400;
  margin: 3px 10px 10px auto;
  padding: 2px 10px;
}

.list_price li dd {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
}

#list_add_table li dd {
  margin-right: 5%;
  padding-top: 5px;
  width: 80%;
}

#list_add_table li {
  float: left;
  list-style: none;
  width: 50%;
}

#list_add_table li dt {
  float: left;
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 2%;
  margin-top: 5px;
  padding: 1%;
  text-align: center;
  width: 18%;
}

.list_price span {
  font-size: 120%;
  font-weight: bold;
  margin: 0 15px 0 0;
  padding: 0;
}

.list_price span.kakakuzei {
  font-size: 14px;
  font-weight: normal;
}

#list_add_table dl {
  float: left;
  line-height: 1;
  margin: 1.75em auto 0 auto;
  width: 100%;
}

/*--------------------------------------------------------------
Swiper
--------------------------------------------------------------*/
.swiper-container {
  line-height: 0;
  margin-bottom: 20px;
  width: 100%;
}

.swiper-slide span {
  font-family: '游明朝';
  font-size: 42px;
  font-weight: 500;
  left: 10%;
  line-height: 1.3;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  top: 42%;
  width: 90%;
}

span.slide-lead {
  /* font-family: Meiryo; */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 2;
  margin: 0 auto;
  padding: 5px 0 5px 5px;
  top: 52%;
  width: 75%;
}

.swiper-slide-next,
.swiper-slide-prev {
  display: inline-block;
  opacity: 0.6;
}

.swiper-pagination-bullet {
  border-radius: 50% !important;
  height: 12px !important;
  opacity: 1 !important;
  width: 12px !important;
}

.swiper-pagination-bullet-active {
  transform: scale(1.4) !important;
}

.swiper-button-next {
  background-image: url(assets/images/next.svg);
  background-size: 100% 80%;
}

.swiper-button-prev {
  background-image: url(assets/images/prev.svg);
  background-size: 100% 80%;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(0, 0, 0, 0.53);
  background-size: 100% 60% !important;
  padding: 10px 20px;
}

.swiper-slide img {
  font-family: 'object-fit: contain;';
  max-height: 450px;
  object-fit: cover;
  width: 100%;
}

.wp-block-cover,
.wp-block-cover-image {
  min-height: 330px;
}

/*--------------------------------------------------------------
Page next previous
--------------------------------------------------------------*/
#nav-above1 .nav-next {
  margin: 20px auto 10px auto;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.nav-previous a {
  letter-spacing: 2px;
  margin-right: 5px;
}

#nav-above1 .nav-next a {
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0;
  padding: 0.3em 0.7em;
  text-transform: uppercase;
}

#nav-above1 .nav-next b {
  font-weight: 700;
  padding: 0.3em 0.7em;
}

.pageback a {
  border-radius: 10px;
  padding: 2px 25px 3px 25px;
}

/*--------------------------------------------------------------
 Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  .header-img-waku {
    left: 20%;
    position: absolute;
    right: 20%;
    text-align: center;
    top: 20%;
    width: 60%;
    z-index: 100;
  }
}

@media only screen and (max-width: 1500px) {

  /* object-fit */
  .widget.kogmagazine-magazine-grid-widget .type-post .wp-post-image,
  .widget-magazine-posts .magazine-grid img {
    max-height: 155px;
  }

  .widget-magazine-posts .large-post .wp-post-image {
    max-height: 240px;
  }

  .sidebar .widget {
    padding: 1.5em 0.8em;
  }

  .site,
  #page-heads,
  .site-footer {
    width: 90%;
  }

  .main-navigation-menu a {
    padding: 0.6em;
  }

  .primary-navigation-wrap {
    padding: 0 5%;
  }

  nav ul {
    padding: 0;
  }

  .widget-magazine-posts .large-post .wp-post-image {
    max-height: 240px;
  }

  nav ul {
    padding: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .header-img-waku {
    left: 15%;
    right: 15%;
    top: 15%;
    width: 70%;
  }

  .main-navigation-menu a {
    padding: 0.6em 1em;
  }

  .header-image span.slide-lead {
    width: 100%;
  }
}

@media screen and (max-width: 1291px) {
  .footer-4 ul.children {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media screen and (max-width: 1137px) {
  .footer-4 ul.children {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 984px) {
  .footer-4 ul.children {
    grid-template-columns: repeat(5, 1fr);
  }
}

/*--------------------------------------------------------------
Desktop( < 1200px )
--------------------------------------------------------------*/
@media only screen and (max-width: 80em) {

  .widget.kogmagazine-magazine-grid-widget .type-post .wp-post-image,
  .widget-magazine-posts .magazine-grid img {
    max-height: 127px;
  }

  .widget-magazine-posts .small-post .wp-post-image {
    max-height: 85px;
  }


  .widget,
  .page-header,
  .type-post,
  .type-page,
  .type-attachment,
  .pagination,
  .comments-area {
    margin-bottom: 2em;
  }

  /* Multiple Post Columns */
  .post-layout-columns .post-wrapper {
    margin-right: -2em;
  }

  .post-layout-columns .post-wrapper .post-column {
    padding-right: 2em;
  }

  #commonCnt li#inquiry a,
  #commonCnt li#request a {
    width: 130px;
  }

  .header-image span {
    font-size: 2.5rem;
  }

  .primary-navigation-wrap {
    padding: 0 2% 0 0;
  }

  select#mel,
  select#meh,
  select#kalc,
  select#kahc,
  select#kalb,
  select#kahb {
    width: 43%;
  }
}

/*--------------------------------------------------------------
Desktop ( < 1120px )
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {
  .content-area {
    padding-right: 3em;
  }

  nav ul {
    width: 80%;
  }

  .header-widget {
    max-width: 70%;
  }

  .site-title {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .page-title,
  .entry-title {
    font-size: 28px;
    line-height: 1.5;
  }

  .post-wrapper .type-post .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  /* One Column Layout */
  .post-layout-one-column .post-wrapper .type-post .wp-post-image {
    max-width: 40%;
  }

  .post-layout-one-column .post-wrapper .type-post .entry-content {
    font-size: 16px;
    font-size: 1rem;
  }

  /* Magazine Post Widgets */
  .widget-magazine-posts .large-post .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .widget-magazine-posts .small-post .entry-meta span:after,
  .widget-magazine-posts .small-post .entry-meta .meta-author {
    display: none;
  }

  .main-navigation-menu li {
    float: left;
    margin: 0 0.3em 0 0;
  }

  .swiper-slide span {
    top: 39%;
  }

  span.slide-lead {
    top: 52%;
  }

  #toiawasesaki,
  .contact-box-in {
    margin: 0px 0 50px 0;
  }

  .contact-box-title {
    margin: 0px 0 10px 0;
  }

  #list_simplepage .hentry .list_picsam {
    width: 100%;
  }

  .list_details_button {
    margin: 14% 18.8% 9.5% 18.8%;
    padding: 10px 30px;
    width: 25%;
  }

  .list_simple_boxtitle .top_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98%;
  }

  .main-navigation-menu {
    margin: 0;
    padding: 0;
  }

  .main-navigation-menu a {
    padding: 0.5em;
  }

  nav#main-navigation .search-form {
    width: 20%;
  }

  .search-form label::before {
    right: 5px;
  }

  .img-waku-in {
    padding: 7% 2%;
  }

  .sidebar .widget {
    padding: 1.5em 0.8em;
  }

  .sidebar ul li:before {
    margin-left: -18px;
  }

  .archive .post-column .wp-post-image {
    max-height: 200px;
  }

  .sidebar .contact-box-form {
    padding: 0 2%;
  }

  .main_picsam img.box3image {
    max-height: 230px;
  }
}

/*--------------------------------------------------------------
ipad ( < 1024px )
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .swiper-slide img {
    font-family: 'object-fit: contain;';
    max-height: 450px;
    object-fit: cover;
    width: 100%;
  }

  .list_picsam img.box3image {
    max-height: 160px;
  }
}

/*--------------------------------------------------------------
Desktop Small ( < 960px )
--------------------------------------------------------------*/
@media only screen and (max-width: 60em) {
  body {
    background: none;
  }

  .site-content .content-fullwidth {
    float: none;
    padding: 0;
    width: 100%;
  }

  .sidebar {
    padding: 0;
    width: 100%;
  }

  .header-main {
    padding-bottom: 0em;
    padding-top: 0.2em;
    width: 50%;
  }

  .header-image {
    margin: 0 0 3%;
    padding: 0;
    text-align: center;
  }

  .site-branding {
    float: left;
    margin: 2% 0 2% 10%;
    text-align: left;
  }

  .site-branding .custom-logo {
    margin: 0.2em 0 0 0;
  }

  .site-branding .site-title {
    margin: 0.2em 0 0 0;
  }

  .site-title {
    display: block;
  }

  .site-description {
    font-size: 0.8rem;
    font-size: 12px;
  }

  .header-widget .search-form {
    max-width: 300px;
  }

  #page-top {
    bottom: 100px;
    position: fixed;
    right: 2px;
    z-index: 10000;
  }

  #page-top a {
    font-size: 0.8rem;
    height: 50px;
    padding: 7px 0;
    width: 50px;
  }

  .page-template-template-centered .entry-header,
  .page-template-template-centered .entry-content {
    margin: 0 10% 1.75em 10%;
    width: 80%;
  }

  /* One Column Layout */
  .post-layout-one-column .post-wrapper .type-post .wp-post-image {
    max-width: 45%;
  }

  .post-layout-one-column .post-wrapper .type-post .entry-content {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  /* Three Column Layout */
  .post-layout-three-columns .post-wrapper .post-column {
    width: 50%;
  }

  /*** Mobile Main Navigation ***/
  /* Reset */
  .primary-navigation-wrap {
    overflow: unset;
    padding: 0;
    position: relative;
  }

  .main-navigation-menu li {
    float: none;
    margin: 0;
    position: static;
    display: unset;
  }

  .main-navigation-menu ul,
  .mega-menu-item .mega-menu-content,
  .mega-menu-item .mega-menu-content .mega-menu-widget {
    display: block;
    left: auto;
    position: static;
    top: auto;
  }

  .main-navigation-menu ul a {
    float: none;
    width: auto;
  }

  .main-navigation-menu li ul ul {
    left: auto;
    margin: 0;
    top: auto;
  }

  .main-navigation-menu>.menu-item-has-children>a:after,
  .main-navigation-menu ul .menu-item-has-children>a:after {
    display: none;
  }

  /* Main Navigation Toggle */
  .main-navigation-toggle {
    display: inline-flex;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    padding: 7px 5%;
    position: absolute;
    right: 0;
    top: -60px;
  }

  .main-navigation-toggle:hover,
  .main-navigation-toggle {
    cursor: pointer;
  }

  .main-navigation-toggle:before {
    content: '\f419';
    display: inline-block;
    font-family: 'Genericons';
    font-size: 1.1em;
    line-height: 1;
    margin: 0.26em 0.5em 0 0;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: inherit;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    color: #333333;
    position: relative;
    top: 12px;
  }

  .main-navigation-toggle.active:before {
    content: '\f405';
    font-size: 1.8em;
    top: 0px;
    right: -15px;
    position: relative;
  }

  @media screen and (max-width: 420px) {
    .main-navigation-toggle.active:before {
      top: 4px;
      right: -12px;
    }
  }

  /* Main Navigation Menu */
  .main-navigation-menu {
    display: none;
    margin-bottom: 20px;
    width: 100%;
  }

  .main-navigation-menu a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    clear: left;
    display: block;
    font-size: 1rem;
    margin: 0;
    padding: 1em 1.5em;
  }

  .main-navigation-menu ul {
    border: none;
    float: none;
    width: 100%;
  }

  .main-navigation-menu ul a {
    border-bottom: none;
    display: block;
    padding-left: 3em;
    width: 100%;
  }

  .main-navigation-menu ul li ul a {
    padding-left: 4em;
  }

  .main-navigation-menu ul li ul li ul a {
    padding-left: 5em;
  }

  .main-navigation-menu ul li ul li ul li ul a {
    padding-left: 6em;
  }

  /* Mobile Submenu Dropdowns */
  .main-navigation-menu .submenu-dropdown-toggle {
    display: block;
    float: right;
    margin: 0;
    padding: 0.75em 1.2em;
  }

  .main-navigation-menu .submenu-dropdown-toggle:before {
    content: '\f431';
    font-family: 'Genericons';
    font-size: 32px;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: inherit;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
  }

  .main-navigation-menu .submenu-dropdown-toggle:hover,
  .main-navigation-menu .submenu-dropdown-toggle:active {
    cursor: pointer;
  }

  .main-navigation-menu .submenu-dropdown-toggle.active:before {
    content: '\f432';
  }

  .main-navigation-menu ul .submenu-dropdown-toggle {
    padding: 0.55em 1em;
  }

  .main-navigation-menu ul .submenu-dropdown-toggle:before {
    font-size: 24px;
  }

  .primary-navigation-wrap {
    background-color: unset;
  }

  .primary-navigation-wrap {
    border: 0;
  }

  .main-navigation-toggle.active {
    color: unset;
    background-color: unset;
  }

  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active {
    background-color: unset;
    color: unset;
  }

  /* Magazine Post Widgets */
  .widget-magazine-posts .large-post .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  /* Footer */
  ul.footer-navigation-menu {
    padding: 1em;
  }

  #commonCnt {
    float: left;
    margin: 0;
    padding-top: 0;
    width: 100%;
  }

  #commonCnt li#request a,
  #commonCnt li#inquiry a {
    border-radius: 0.5em;
    font-size: 1rem;
    line-height: 20px;
    margin: 3%;
    padding: 10px 0;
    width: 94%;
    z-index: 1000;
  }

  #commonCnt ul {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    float: unset;
  }

  #commonCnt li {
    margin-left: 0;
    width: 100%;
  }

  #commonCnt #request,
  #commonCnt #inquiry {
    width: 50%;
  }

  #commonCnt p {
    float: left;
    font-size: 0.5rem;
    margin: 0;
    padding: 5px 2%;
    text-align: center;
    width: 100%;
  }

  #commonCnt br {
    display: none;
  }

  #commonCnt p span {
    /* font-family: arial; */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    text-align: left;
  }

  .mobile-call {
    display: unset;
  }

  .pc-call {
    display: none;
  }

  .header-widgets {
    bottom: 0;
    display: block;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
  }

  .header-widget {
    display: inline-block;
    float: none;
    margin: 0;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
  }

  #page-heads {
    height: 60px;
    padding: 0;
    width: 100%;
  }

  .site {
    width: 100%;
  }

  .sidebar .widget ul.grid-content li {
    float: left;
    overflow: hidden;
    margin: 10px 8%;
    width: 80%;
  }

  .swiper-slide span {
    font-size: 34px;
    top: 34%;
    width: 80%;
  }

  span.slide-lead {
    font-size: 20px;
    top: 48%;
  }

  #page-heads .fixed {
    padding: 0;
    position: unset;
  }

  .list_picsam .swiper-slide {
    text-align: center;
  }

  .list_picsam img.box3image {
    width: 80%;
  }

  #list_simplepage .hentry .list_picsam {
    width: 100%;
  }

  .list_details_button {
    margin: 20% 25.5% 14% 25.5%;
    padding: 10px 30px;
    width: 30%;
  }

  .swiper-container {
    margin-bottom: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 50px;
  }

  .swiper-pagination.swiper-pagination-fraction {
    border-radius: 10px;
    font-size: 14px;
    left: 37%;
    line-height: 20px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 25% !important;
  }

  .swiper-pagination-total:after {
    content: "枚";
  }

  .sidebar .grid-content.cookie_fudou_single li {
    display: block;
    float: left;
    font-size: 88%;
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    padding-right: 2.237em;
    width: 28.8%;
    width: 33.33333333%;
  }

  .content-area,
  .sidebar {
    margin: 0 10%;
    padding: 0;
    width: 80%;
  }

  #bread {
    padding: 0 5%;
  }

  .archive .site-content,
  .page-template-template-centered .site-content {
    padding: 0;
  }

  .archive-fudo .site-content {
    padding: 1em 0;
  }

  .page-template-template-centered .type-page .wp-post-image {
    margin: 0;
    padding: 0;
  }

  .archive-fudo .content-area {
    margin: 0 5%;
    width: 90%;
  }

  .footer-wrap {
    padding: 20px 0 80px 0;
  }

  .single-fudo h1 {
    font-size: 1.5em;
  }

  header.entry-header span.bu-cat {
    height: 25px;
  }

  nav#main-navigation {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .primary-navigation-wrap .fixed {
    padding: 0;
    position: unset;
  }

  nav#main-navigation .search-form {
    margin: 18px 5%;
    width: 90%;
    display: none;
  }

  .search-form .search-field {
    font-size: 18px;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 2em;
    width: 80%;
  }

  nav#main-navigation .search-form .search-field {
    margin: 0;
  }

  .search-form input[type="submit"] {
    border: none;
    letter-spacing: 10px;
    margin: 0 auto;
    padding: 15px 0;
    width: 20%;
  }

  nav#main-navigation .search-form input {
    margin: 0 auto;
  }

  .search-form label::before {
    font-size: 30px;
    right: 15px;
    top: calc(1% - 16px);
  }

  .header-image span {
    font-size: 2.1rem;
  }

  .header-image span.slide-lead {
    font-size: 1.2rem;
  }

  .entry-title .fudo_kaiin_type_logo {
    left: 2px;
    position: relative;
    top: 5px;
  }

  .main_picsam img.box3image {
    padding: 1%;
    width: 49%;
  }

  .widget select {
    padding: 3% 0;
    /* font-size: 1.2rem; */
    font-size: 1rem;
  }

  select#mel,
  select#meh,
  select#kalc,
  select#kahc,
  select#kalb,
  select#kahb {
    width: 48.5%;
  }
}

/*--------------------------------------------------------------
Tablet Medium ( < 910px )
--------------------------------------------------------------*/
@media only screen and (max-width: 910px) {
  .list_picsam img.box3image {
    max-height: 350px;
    margin-right: 0;
  }

  .footer-wrap {
    border-top: 0;
  }
}

/*--------------------------------------------------------------
Tablet Medium ( < 800px )
--------------------------------------------------------------*/
@media only screen and (max-width: 50em) {
  .site {
    padding: 0;
  }

  .post-wrapper .type-post .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  /* Magazine Post Widgets */
  .widget-magazine-posts .large-post .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .widget-magazine-posts .medium-post .entry-title,
  .widget-magazine-posts .small-post .entry-title {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  /* Gallery */
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 25%;
  }

  #container {
    width: 100%;
  }

  #sub {
    margin-left: 0;
    width: 100%;
  }

  textarea {
    max-height: 200px;
  }

  .list_details_button {
    margin: 21% 30% 14.5% 30%;
    padding: 10px;
    width: 30%;
  }

  #nav-above1 .nav-next a,
  #nav-above1 .nav-next b {
    padding: 0.05em 0.4em;
  }

  .list_picsam .swiper-slide {
    text-align: center;
  }

  .header-img-waku {
    left: 10%;
    right: 10%;
    top: 15%;
    width: 80%;
  }

  .header-image span {
    font-size: 1.8rem;
  }

  .header-image span.slide-lead {
    font-size: 1rem;
  }

  .main_picsam img.box3image {
    max-height: 230px;
  }

  .swiper-slide img {
    max-height: 350px;
  }
}

/*--------------------------------------------------------------
Tablet Small ( < 720px )
--------------------------------------------------------------*/
@media only screen and (max-width: 45em) {

  .widget-magazine-posts .medium-post .entry-title,
  .widget-magazine-posts .small-post .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }

  .swiper-slide span {
    font-size: 30px;
    width: 85%;
  }

  span.slide-lead {
    top: 48%;
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
Mobile Extra Large ( < 640px )
--------------------------------------------------------------*/
@media only screen and (max-width: 40em) {

  .type-post .wp-post-image,
  .type-page .wp-post-image {
    margin: 0;
  }

  #bread {
    padding: 0 5% 10px 5%;
  }

  ul.grid-content,
  #syousai_box ul {
    width: 100%;
  }

  .site,
  #page-heads {
    padding: 0;
    width: 100%;
  }

  #page-heads {
    height: 50px;
  }

  .content-area,
  .sidebar {
    margin: 0 5%;
    width: 90%;
  }

  /* One Column Layout */
  .post-layout-one-column .post-wrapper .type-post .wp-post-image {
    float: none;
    margin: 0;
    max-width: 100%;
  }

  /* Multiple Columns Layout */
  .post-layout-columns .post-wrapper {
    display: block;
    margin-right: 0;
  }

  .post-layout-columns .post-wrapper .post-column {
    display: block;
    float: none;
    padding-right: 0;
  }

  .post-layout-two-columns .post-wrapper .post-column,
  .post-layout-three-columns .post-wrapper .post-column {
    width: 100%;
  }

  .page-title,
  .entry-title,
  .post-wrapper .type-post .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .entry-content {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .content-area,
  .sidebar {
    font-size: 12px;
  }

  .widget select {
    font-size: 12px;
  }

  th {
    font-weight: 600;
    font-size: 0.85em;
    line-height: 1.3;
    padding: 0.6em 0.3em;
    width: 28%;
  }

  td {
    padding: 0.4em 0.2em 0.4em 0.6em;
  }

  /* Magazine Post Widgets */
  .widget-magazine-posts .magazine-grid {
    margin-right: 0;
  }

  .widget-magazine-posts .magazine-grid .large-post,
  .widget-magazine-posts-columns .magazine-posts-column-left,
  .widget-magazine-posts .medium-post {
    float: none;
    padding: 0;
    width: 100%;
  }

  .widget-magazine-posts-columns .magazine-posts-column-right {
    margin-left: 0;
    padding-left: 0;
    padding-top: 1em;
    width: 100%;
  }

  .widget-magazine-posts .medium-post .wp-post-image {
    float: left;
    margin: 0 1.5em 0 0;
    max-width: 40%;
  }

  #top_fbox .grid-content li,
  #syousai_box li,
  .sidebar .grid-content.cookie_fudou_single li,
  .grid-content.cookie_fudou_single li,
  .sidebar .widget ul.grid-content li {
    font-size: 75%;
    line-height: 1.6;
    /* margin: 0 0 2.5em 0; */
    margin: 0 0 1em 0;
    padding: 0;
    overflow: unset;
    width: 100%;
  }

  #top_fbox .grid-content>a,
  #syousai_box a,
  .grid-content.cookie_fudou_single a {
    height: 320px;
  }

  #top_fbox .grid-content li br:first-child {
    display: none;
  }

  #list_other_table h3 {
    -webkit-margin-before: 1em;
  }

  .top_shozaichi {
    display: block;
    padding: 0 5%;
    margin: 9px 0 6px 0;
  }

  .top_title,
  .sidebar .widget ul.grid-content .top_title {
    /* font-size: 1.1em; */
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    /* padding-left: 0; */
    padding: 0 5%;
    width: 58%;
  }

  .archive-fudo .top_title {
    padding-left: 5%;
    width: 100%;
  }

  .archive-fudo .list_detail {
    display: none;
  }

  .fudo_kaiin_type_logo {
    left: 30%;
    top: 5px;
  }

  .archive-fudo .fudo_kaiin_type_logo {
    left: unset;
    right: 10px;
    top: 10px;
  }

  .new_mark {
    font-size: 0.7rem;
    height: 20px;
    left: 0;
    padding: 2px;
    top: 3px;
    width: 50px;
    transform: unset;
  }

  .top_price {
    /* padding-left: 0; */
    font-size: 17px;
  }

  .box1low a,
  .more-link {
    padding: 0.5em;
  }


  #top_fbox .grid-content li span.top_kotsu {
    display: unset;
    /* padding-left: 0; */
    padding: 0 5%;
  }

  #top_fbox .grid-content br {
    display: none;
  }

  .list_details_button {
    font-size: 1rem;
    margin: 19% 30% 14.5% 30%;
    padding: 5px 0;
    width: 30%;
  }

  .list_simple_boxtitle .top_title {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    padding: 3px 5% 0 5%;
  }

  #list_simplepage .hentry .list_picsam {
    padding: 0 0 10px 0;
  }

  .list_address {
    margin: 0 auto 8px auto;
  }

  .list_simple_boxtitle .new_mark {
    font-size: 1rem;
    margin-left: -8%;
    width: 20%;
  }

  .list_simple_boxtitle .new_mark:before {
    top: 24px;
  }

  #bread ul li:before {
    content: ">";
    margin: 0 5px;
  }

  .list_price li dt {
    padding: 1px 10px;
    margin: 3px 10px 10px auto;
  }

  .contact-box-left {
    border-right: 0;
    width: 100%;
  }

  .contact-box-right {
    float: right;
    margin-top: 40px;
    width: 100%;
  }

  /* img.box1image, img.box2image, .sidebar .widget ul.grid-content li img {
    margin: 0 3% 0 0;
    max-width: 37%;
    float: left;
  } */

  .widget-magazine-posts .large-post .entry-title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  /* Mega Menu Styling */
  .mega-menu-item .mega-menu-four-columns>li,
  .mega-menu-item .mega-menu-six-columns>li {
    width: 100%;
  }

  .list_detail .list_price .list_price_others {
    font-size: 0.85rem;
    line-height: 1.2;
    padding: 0 8% 20px 8%;
  }

  .list_detail .list_price .list_price_others br {
    line-height: 2;
  }

  .list_price span {
    font-size: 1.2rem;
    font-size: 18px;
  }

  .wp-block-cover,
  .wp-block-cover-image {
    min-height: 230px;
  }

  .search-form .search-field {
    font-size: 16px;
    padding: 0.2em 0.2em 0.2em 2em;
    width: 72%;
  }

  .search-form input[type="submit"] {
    border: none;
    letter-spacing: 10px;
    margin: 0 auto;
    padding: 8px 0;
    width: 28%;
  }

  #list_simplepage .hentry {
    width: 100%;
  }
}

/*--------------------------------------------------------------
Mobile Medium ( < 480px )
--------------------------------------------------------------*/
@media only screen and (max-width: 30em) {

  .page-title,
  .entry-title,
  .post-wrapper .type-post .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }

  .top_title,
  .sidebar .widget ul.grid-content .top_title {
    width: 100%;
  }

  .fudo_kaiin_type_logo {
    left: 26%;
    top: 5px;
    width: 30px;
  }

  .single-fudo h1 {
    font-size: 1.4em;
    margin: 1em 0;
  }

  header.entry-header span.bu-cat {
    margin: 0 10px 20px 0;
    width: 100%;
  }

  .main-navigation-toggle {
    font-size: 1.2rem;
    padding: 0.5em 3%;
    top: -52px;
  }

  .alignright,
  .alignleft {
    float: none;
    margin: 1em 0;
  }

  .single-fudo h1.entry-title .new_mark {
    left: -2px;
    top: -12px;
  }

  #list_add_table li {
    margin-bottom: 0.5em;
    width: 100%;
  }

  /* Post Navigation */
  .post-navigation {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .post-navigation .nav-links .entry-title {
    font-size: .8rem;
    margin: 0;
  }

  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    border: 1px solid #d1d1d1;
    margin: 1%;
    padding: 0.5em;
    max-width: 48%;
  }

  .post-navigation .nav-links a {
    display: block;
    margin-bottom: 0.5em;
  }

  /* Magazine Homepage: Category Post Widgets */
  .widget-magazine-posts .large-post .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .entry-footer h3,
  h3#reply-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .widget-magazine-posts .post-column .entry-title {
    display: inline;
    font-size: 0.85rem;
  }

  .widget-magazine-posts .medium-post .entry-meta {
    font-size: 10px;
    margin: 0;
  }

  .widget-magazine-posts .medium-post {
    display: block;
    float: left;
    margin: 0 0 2em 0;
  }

  /* Gallery */
  .gallery-item {
    padding: 0.75em 1em 0 0;
  }

  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 50%;
  }

  .swiper-slide span {
    font-family: "SF Pro JP", "SF Pro Text";
    font-size: 1.2rem;
    font-weight: 600;
    left: 10%;
    letter-spacing: 0.03em;
    top: 30%;
  }

  span.slide-lead {
    font-size: 0.85rem;
    left: 9%;
    top: 45%;
    width: 85%;
  }

  select#mel,
  select#meh,
  select#kalc,
  select#kahc,
  select#kalb,
  select#kahb {
    width: 38%;
  }

  .site-branding .custom-logo {
    margin: 0.2em 0 0 0;
    width: 90%;
  }

  .sidebar select#mel,
  .sidebar select#meh,
  .sidebar select#kalc,
  .sidebar select#kahc,
  .sidebar select#kalb,
  .sidebar select#kahb {
    width: 46.48%;
  }

  .list_price span.kakakuzei {
    font-size: 12px;
  }

  .header-main {
    width: 60%;
  }

  .list_simple_boxtitle .new_mark {
    font-size: 1rem;
    margin-left: -9%;
    padding: 0;
    width: 20%;
  }

  .list_simple_boxtitle .new_mark:before {
    top: 19px;
  }

  .list_details_button {
    font-size: 1rem;
    margin: 19.5% 23% 13% 23%;
    padding: 5px 0;
    width: 44%;
  }

  .header-image img {
    height: 210px;
    object-fit: cover;
  }

  .header-image span br {
    display: unset;
  }

  .header-image span {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .header-image span.slide-lead {
    color: black;
    font-size: 0.8rem;
    line-height: 1.3;
    width: 80%;
  }

  .img-waku-in {
    padding: 2%;
  }

  .header-img-waku {
    left: 15%;
    right: 15%;
    top: 15%;
    width: 70%;
  }

  .sidebar .widget ul.grid-content li span.top_kotsu {
    margin-top: 0px;
  }

  .main_picsam img.box3image {
    max-height: 140px;
  }

  .list_picsam img.box3image {
    margin-left: 0;
    max-height: 220px;
    width: 100%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 30px;
    padding: 10px 5px;
  }

  #top_fbox h3 {
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------------------
Mobile  ( < 380px )
--------------------------------------------------------------*/
@media only screen and (max-width: 25em) {
  .list_simple_boxtitle .top_title {
    font-size: 1rem;
    margin-top: 5px;
  }

  .list_details_button {
    font-size: 0.85rem;
    margin: 19.5% 22% 13% 22%;
    padding: 5px 0;
    width: 46%;
  }

  .main_picsam img.box3image {
    max-height: 120px;
  }
}

/*--------------------------------------------------------------
## 14.10 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 20em) {

  #top_fbox .grid-content li,
  #syousai_box li {
    float: left;
    font-size: 70%;
    line-height: 1.5;
    margin: 0 0 2.5em 0;
    padding: 0;
    width: 100%;
  }

  .swiper-slide span {
    font-family: "SF Pro JP", "SF Pro Text";
    font-size: 1rem;
    font-weight: 600;
  }

  span.slide-lead {
    top: 45%;
    font-size: 0.7rem;
  }

  .page-title,
  .entry-title,
  .post-wrapper .type-post .entry-title {
    font-size: 1rem;
  }

  .entry-meta .meta-date,
  .entry-meta .meta-category {
    display: block;
  }

  .entry-meta span:after {
    display: none;
  }

  /* Magazine Homepage: Category Post Widgets */
  .widget-magazine-posts .large-post .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .widget-magazine-posts .medium-post .entry-title,
  .widget-magazine-posts .small-post .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }

  .widget-magazine-posts .medium-post .entry-meta,
  .widget-magazine-posts .small-post .entry-meta {
    display: none;
  }

  .list_details_button {
    font-size: 0.85rem;
    margin: 22% 24.7% 14% 24.7%;
    padding: 5px 0;
    width: 40%;
  }

  .main_picsam img.box3image {
    max-height: 100px;
  }
}

/*--------------------------------------------------------------
## 15.0 - Sidebar Left Layout
--------------------------------------------------------------*/
.sidebar-left .content-area {
  float: right;
  padding-left: 4em;
  padding-right: 0;
}

.sidebar-left .sidebar {
  float: left;
}

.post-layout-three-columns .content-area {
  float: none;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 60em) {
  .sidebar-left .content-area {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
}