@charset "UTF-8";
/*!
Theme Name:   DVERZ2021　公式サイト WPテーマ
Theme URI:    https://dverz.co.jp/
Author:       dverz.
Author URI:   https://dverz.co.jp/
Description:  DVERZ WP theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dverz
Tags:         企業サイト
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  opacity: 0.7 !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/
}

mark {
  background: #ff0;
  color: #000;
}

small {
  /*  font-size: 80%;	*/
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow: hidden;
  background: #fff;
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.font-size-small body {
  font-size: 8px;
  font-size: 0.8rem;
}

.font-size-large body {
  font-size: 12px;
  font-size: 1.2rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #4d4d4d;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover, #pager .prev > a:hover,
#pager .next > a:hover,
#pager .list > a:hover, #pagination ul > li > a.arrow:hover, #pagination ul > li > a.page:hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: #f4f4f4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  margin: 0;
  font-size: 100%;
  line-height: 1.4;
  margin-bottom: 2rem;
}

p {
  margin-bottom: 2rem;
  line-height: 1.9;
}

dfn, cite, em, i {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0;
  margin-bottom: 2rem;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 2rem;
  padding: 1.6rem;
  max-width: 100%;
  background: #f4f4f4;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code, kbd, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

abbr, acronym {
  border-bottom: dotted 1px #4d4d4d;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.link-hover-inverse {
  text-decoration: none;
}

.link-hover-inverse:hover {
  text-decoration: underline;
}

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}

.font-size-small .monospace {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-large .monospace {
  font-size: 18px;
  font-size: 1.8rem;
}

ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}

ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
}

ul li {
  font-style: normal;
}

ol {
  list-style: decimal;
}

ol li {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline, #pagination ul, #pankuzu #breadcrumb ul {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}

.list-inline > li, #pagination ul > li, #pankuzu #breadcrumb ul > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}

.font-size-small .list-inline > li, .font-size-small #pagination ul > li, #pagination .font-size-small ul > li, .font-size-small #pankuzu #breadcrumb ul > li, #pankuzu #breadcrumb .font-size-small ul > li {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-large .list-inline > li, .font-size-large #pagination ul > li, #pagination .font-size-large ul > li, .font-size-large #pankuzu #breadcrumb ul > li, #pankuzu #breadcrumb .font-size-large ul > li {
  font-size: 18px;
  font-size: 1.8rem;
}

.list-table {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center;
}

.list-table > li {
  display: table-cell;
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #d2a197;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}

.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: #e9d1cc;
  color: #fff;
}

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 {
  border: 1px solid #d9d9d9;
  color: #666;
  -webkit-appearance: none;
}

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 #d9d9d9;
}

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"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  vertical-align: middle;
}

#wrapper {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}

.font-size-small #wrapper {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-large #wrapper {
  font-size: 18px;
  font-size: 1.8rem;
}

.container {
  margin: 0 auto;
  width: 1000px;
  width: 90%;
  max-width: 1500px;
  min-width: 1000px;
  padding: 5rem 0;
  position: relative;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.pc-only {
  display: inline-block;
}

.sp-only {
  display: none !important;
}

*:focus {
  outline: none;
}

/*primary--ボタンスタイル-------*/
.btn_1 {
  display: inline-block;
  margin: 1rem;
  color: white !important;
  background: #d2a197;
  padding: 2rem 2rem;
  font-weight: bold;
  min-width: 250px;
  text-align: center !important;
  border-radius: 0.7rem;
}

/*共通見出し*/
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#pankuzu {
  background: #d2a197;
}

#pankuzu .container {
  padding: 1rem 5rem;
}

#pankuzu #breadcrumb ul {
  margin-bottom: 0;
}

#pankuzu #breadcrumb ul > li {
  margin-left: 10px;
  font-size: 1.2rem;
  color: white;
  line-height: 1.3;
}

#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 10px;
  content: '>';
}

#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}

#pankuzu #breadcrumb ul > li > a {
  color: white !important;
  text-decoration: underline;
}

#menu_btn {
  display: none;
}

#header .container {
  padding: 3rem;
}

#header .container .cards {
  align-items: center;
}

#header .container .cards .head_logo {
  width: 130px;
}

#header .container .cards .head_content {
  width: 495px;
  text-align: center;
}

#header .container .cards .head_content .logo {
  line-height: 1;
  margin-bottom: 1rem;
}

#header .container .cards .head_content .tel {
  width: 100%;
  display: inline-block;
  margin-bottom: 1.5rem;
  width: 240px;
}

#header .container .cards .head_content .tel a {
  display: block;
  line-height: 1;
}

#header .container .cards .head_content h3 {
  margin: 0 0 1.5rem;
}

#header .container .cards .head_content h3 a {
  color: white;
  background: #d0bb97;
  font-weight: bold;
  text-align: center;
  display: block;
}

#header .container .cards .head_content h4, #header .container .cards .head_content address {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 1.3rem;
}

#header .container .cards .head_btn {
  width: 250px;
}

#header .container .cards .head_btn a {
  margin-bottom: 0.5rem;
  background: #d0bb97;
  background: -moz-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: -webkit-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0bb97",endColorstr="#c6b290",GradientType=1);
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  padding: 0.7rem;
}

#header .container .cards .head_btn .b2 {
  background: #d9b3a5;
  background: -moz-linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  background: -webkit-linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  background: linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9b3a5",endColorstr="#c89a90",GradientType=1);
}

#gnav {
  background: #b0b0b0;
}

#gnav .container {
  padding: 0;
  width: 1000px;
}

#gnav .container ul {
  margin: 0;
}

#gnav .container ul li a {
  display: block;
  color: white;
  font-weight: bold;
  line-height: 1;
  padding: 1rem 0;
}

#main-content img.size-full {
  margin-bottom: 2.5rem;
}

#primary {
  float: left;
  padding: 0;
  width: calc((100% - 270px) - 4rem);
}

#primary.full-wide {
  float: none;
  width: 100%;
}

#primary > #news-list {
  display: flex;
  flex-wrap: wrap;
}

#primary > #news-list > article {
  display: block;
  width: calc((100% / 4) - 1rem);
  margin: 0.5rem;
}

#primary article[class^="post-"] .container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
}

#primary article[class^="post-"] .btn-more {
  text-align: right;
}

#primary article[class^="post-"] .btn-more a {
  text-align: left;
}

#primary article[class^="post-"] .post-header {
  margin-bottom: 2rem;
}

#primary article[class^="post-"] .post-header > h2 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 1rem;
  padding: 0;
}

#primary article[class^="post-"] .post-header > .title {
  display: block;
  background: none;
  border-radius: 0;
  text-align: left;
  box-shadow: none;
  font-weight: bold;
  border: none;
  color: #d2a197;
}

#primary article[class^="post-"] .post-header > .date {
  display: inline-block;
  margin-right: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #9f9f9f;
}

#primary article[class^="post-"] .post-header .post-cat {
  color: white;
  background: #dcc7a9;
  border-radius: 4rem;
  text-align: center;
  min-width: 12rem;
  display: inline-block;
}

#primary article[class^="post-"] > .content h1 {
  background: #d0bb97;
  background: -moz-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: -webkit-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0bb97",endColorstr="#c6b290",GradientType=1);
  position: relative;
  padding: 1rem 2.5rem;
  color: #fff5e6;
  font-size: 2rem;
}

#primary article[class^="post-"] > .content h1:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #906f5b;
}

#primary article[class^="post-"] > .content h2 {
  background: #ebeaea;
  background: -moz-linear-gradient(90deg, #ebeaea 0%, white 100%);
  background: -webkit-linear-gradient(90deg, #ebeaea 0%, white 100%);
  background: linear-gradient(90deg, #ebeaea 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebeaea",endColorstr="#ffffff",GradientType=1);
  font-size: 2rem;
  color: #d2a197;
  position: relative;
  line-height: 1.5;
  padding: 0.8rem;
  padding-left: 4.5rem;
  width: calc((100% - 2rem));
  margin-left: 2rem;
}

#primary article[class^="post-"] > .content h2:before {
  position: absolute;
  left: -3rem;
  top: -1rem;
  content: '';
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/common/icon_1.png");
}

#primary article[class^="post-"] > .content h3 {
  background: #d2a197;
  color: white;
  position: relative;
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  display: inline-block;
  min-width: 300px;
}

#primary article[class^="post-"] > .content h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #d2a197;
  width: 0;
  height: 0;
}

#primary article[class^="post-"] > .content h4 {
  position: relative;
  line-height: 1.5;
  padding-left: 5rem;
  color: #9eb84e;
  font-weight: bold;
}

#primary article[class^="post-"] > .content h4:before {
  position: absolute;
  left: 0rem;
  top: -0.5rem;
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/common/icon_2.png");
}

#primary article[class^="post-"] > .content h5 {
  font-weight: normal;
  background: -webkit-linear-gradient(transparent 70%, #dcc7a9 70%);
  background: -o-linear-gradient(transparent 70%, #dcc7a9 70%);
  background: linear-gradient(transparent 70%, #dcc7a9 70%);
}

#primary article[class^="post-"] > .content h6 {
  font-size: 2.5rem;
  font-weight: normal;
  color: #968153;
  line-height: 1.7;
  width: 90%;
  margin: 0 auto;
}

#primary article[class^="post-"] > .content h7 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #968153;
  line-height: 1.7;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#primary article[class^="post-"] > .content p {
  font-size: 1.5rem;
}

#primary article[class^="post-"] > .content a {
  text-decoration: underline;
}

#primary article[class^="post-"] > .content ul {
  margin: 2rem 0;
  list-style: disc;
  padding-left: 4rem;
}

#primary article[class^="post-"] > .content ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}

#primary article[class^="post-"] > .content ul.style_ul1 {
  list-style: none;
  padding: 0;
}

#primary article[class^="post-"] > .content ul.style_ul1 li {
  padding-left: 2rem;
  font-weight: bold;
  position: relative;
}

#primary article[class^="post-"] > .content ul.style_ul1 li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '■';
  color: #968153;
  width: 15px;
  height: 15px;
}

#primary article[class^="post-"] > .content ul.style_ul2 {
  list-style: none;
  padding: 0;
}

#primary article[class^="post-"] > .content ul.style_ul2 li {
  padding-left: 2rem;
  font-weight: bold;
  position: relative;
}

#primary article[class^="post-"] > .content ul.style_ul2 li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '●';
  color: #d2a197;
  width: 15px;
  height: 15px;
}

#primary article[class^="post-"] > .content ul.style_ul3 {
  list-style: none;
  padding: 0;
}

#primary article[class^="post-"] > .content ul.style_ul3 li {
  padding-left: 2rem;
  font-weight: bold;
  position: relative;
}

#primary article[class^="post-"] > .content ul.style_ul3 li:before {
  position: absolute;
  left: 5px;
  top: 8px;
  content: '';
  width: 5px;
  height: 5px;
  background: #d2a197;
  border-radius: 7rem;
}

#primary article[class^="post-"] > .content ul.style_ul4 {
  list-style: none;
  padding: 0;
}

#primary article[class^="post-"] > .content ul.style_ul4 li {
  padding: 0 0 1rem;
  padding-left: 3rem;
  position: relative;
  border-bottom: dashed 1px #d2a197;
}

#primary article[class^="post-"] > .content ul.style_ul4 li:before {
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: -2px;
  content: '\f138';
  color: #d2a197;
  width: 15px;
  height: 15px;
  font-size: 1.8rem;
}

#primary article[class^="post-"] > .content ul.style_ul5 {
  list-style: none !important;
  padding: 0;
}

#primary article[class^="post-"] > .content ul.style_ul5 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

#primary article[class^="post-"] > .content ul.style_ul5 li > p {
  margin: 0;
  padding: 0;
}

#primary article[class^="post-"] > .content ul.style_ul5 li > .h {
  color: white;
  background: #9eb84e;
  padding: 0rem 0.5rem;
  margin-right: 1rem;
}

#primary article[class^="post-"] > .content ul.style_ul6 {
  padding: 0;
  margin: 0;
  margin: 1.5rem 0;
}

#primary article[class^="post-"] > .content ul.style_ul6 li {
  padding: 0;
  margin-bottom: 1.5rem;
  list-style-type: none !important;
  list-style-image: none !important;
  position: relative;
  padding-left: 2rem;
}

#primary article[class^="post-"] > .content ul.style_ul6 li:before, #primary article[class^="post-"] > .content ul.style_ul6 li:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  height: 11px;
  width: 4px;
  background: #d2a197;
  border-radius: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#primary article[class^="post-"] > .content ul.style_ul6 li:before {
  top: 8px;
  left: 3px;
  height: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

#primary article[class^="post-"] > .content ol {
  margin: 2rem 0;
  padding-left: 0;
}

#primary article[class^="post-"] > .content ol li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}

#primary article[class^="post-"] > .content .style_ol1 {
  counter-reset: item;
  list-style-type: none;
}

#primary article[class^="post-"] > .content .style_ol1 li:before {
  counter-increment: item;
  content: counter(item) ".";
  color: #d0bb97;
}

#primary article[class^="post-"] > .content .style_ol2 {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding-left: 1rem;
}

#primary article[class^="post-"] > .content .style_ol2 li {
  position: relative;
  line-height: 30px;
  margin: 7px 0 10px 30px;
  padding-left: 10px;
  background: #f3eede;
  color: #806341;
}

#primary article[class^="post-"] > .content .style_ol2 li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -40px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: #d2a197;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#primary article[class^="post-"] > .content .style_ol2 li:after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #d2a197;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#primary article[class^="post-"] > .content .style_ol3 {
  counter-reset: li;
  padding-left: 1.5rem;
}

#primary article[class^="post-"] > .content .style_ol3 li {
  position: relative;
  display: block;
  padding: 8px 0px 8px 40px;
  margin: 5px 0;
}

#primary article[class^="post-"] > .content .style_ol3 li:after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: -16px;
  top: 2px;
  background: #f3eede;
  height: 35px;
  width: 35px;
  line-height: 2;
  border: 2px solid #d2a197;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  color: #8f8f8f;
}

#primary article[class^="post-"] > .content .style_ol3 li:before {
  content: '';
  display: block;
  position: absolute;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  top: 11px;
  left: 15px;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #d2a197;
}

#primary article[class^="post-"] > .content .btn_type_1 {
  background: #d0bb97;
  background: -moz-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: -webkit-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0bb97",endColorstr="#c6b290",GradientType=1);
  color: white;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}

#primary article[class^="post-"] > .content .btn_type_2 {
  background: #d9b3a5;
  background: -moz-linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  background: -webkit-linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  background: linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9b3a5",endColorstr="#c89a90",GradientType=1);
  color: white;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}

#primary article[class^="post-"] > .content .btn_type_3 {
  background: #d9b3a5;
  background: -moz-linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  background: -webkit-linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  background: linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9b3a5",endColorstr="#c89a90",GradientType=1);
  color: white;
  border-radius: 5rem;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}

#primary article[class^="post-"] > .content .btn_type_4 {
  background: #e5e6e6;
  background: -moz-linear-gradient(90deg, #e5e6e6 0%, #d7d8d8 100%);
  background: -webkit-linear-gradient(90deg, #e5e6e6 0%, #d7d8d8 100%);
  background: linear-gradient(90deg, #e5e6e6 0%, #d7d8d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e6e6",endColorstr="#d7d8d8",GradientType=1);
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: #858585;
}

#primary article[class^="post-"] > .content .btn_list_center_big {
  list-style-type: none;
  padding: 0;
}

#primary article[class^="post-"] > .content .btn_list_center_small {
  list-style-type: none;
  text-align: center;
  padding: 0;
}

#primary article[class^="post-"] > .content .btn_list_center_small a {
  display: inline-block;
  padding: 1.8rem 7rem;
  margin: 0 auto;
}

#primary article[class^="post-"] > .content .btn_list_2col {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#primary article[class^="post-"] > .content .btn_list_2col li {
  width: calc((100% / 2) - 1rem);
}

#primary article[class^="post-"] > .content .btn_list_2col li:nth-of-type(2n) {
  margin-left: 2rem;
}

#primary article[class^="post-"] > .content .btn_list_3col {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#primary article[class^="post-"] > .content .btn_list_3col li {
  width: calc((100% / 3) - 1rem);
  margin-left: 1.5rem;
}

#primary article[class^="post-"] > .content .btn_list_3col li:nth-of-type(1), #primary article[class^="post-"] > .content .btn_list_3col li:nth-of-type(3n + 1) {
  margin-left: 0;
}

#primary article[class^="post-"] > .content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}

#primary article[class^="post-"] > .content .btn > a {
  text-decoration: none !important;
  text-align: left;
  min-width: 250px;
}

#primary article[class^="post-"] > .content .btn > a.btn_1 {
  color: #b0b0b0;
}

#primary article[class^="post-"] > .content .btn > a.btn_2 {
  color: white;
  text-align: center;
}

#primary article[class^="post-"] > .content .btn > a.btn_3 {
  color: #d2a197;
}

#primary article[class^="post-"] > .content .gallery_card article {
  width: calc((100% / 2) - 1rem);
  box-shadow: 0 0 1rem 0.5rem #f4f4f4;
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}

#primary article[class^="post-"] > .content .gallery_card article .pic {
  line-height: 0.5;
}

#primary article[class^="post-"] > .content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}

#primary article[class^="post-"] > .content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}

#primary article[class^="post-"] > .content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}

#primary article[class^="post-"] > .content .style_box1 {
  border: 3px solid #dcc7a9;
  border-radius: 10px;
  padding: 2rem 3rem 2rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content .style_box1 > span {
  display: block;
  font-size: 2.1rem;
  color: #dcc7a9;
  position: absolute;
  left: 2rem;
  top: -2rem;
  background: white;
  padding: 0 1.5rem;
}

#primary article[class^="post-"] > .content .style_box2 {
  border: 3px solid #dcc7a9;
  border-radius: 10px;
  padding: 2rem 3rem 2rem;
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content .style_box3 {
  position: relative;
  padding: 1rem 2.5rem;
  margin: 2em 0;
  top: 0;
  background: #efefef;
}

#primary article[class^="post-"] > .content .style_box3:before, #primary article[class^="post-"] > .content .style_box3:after {
  position: absolute;
  top: 0;
  content: '';
  width: 30px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}

#primary article[class^="post-"] > .content .style_box3:before {
  border-left: dotted 2px #dcc7a9;
  border-top: dotted 2px #dcc7a9;
  border-bottom: dotted 2px #dcc7a9;
  left: 0;
}

#primary article[class^="post-"] > .content .style_box3:after {
  border-top: dotted 2px #dcc7a9;
  border-right: dotted 2px #dcc7a9;
  border-bottom: dotted 2px #dcc7a9;
  right: 0;
}

#primary article[class^="post-"] > .content .style_box4 {
  position: relative;
  padding: 1rem 2.5rem;
  margin: 2em 0;
  top: 0;
  background: #f2f2f2;
}

#primary article[class^="post-"] > .content .style_box4:before, #primary article[class^="post-"] > .content .style_box4:after {
  position: absolute;
  top: 0;
  content: '';
  width: 30px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}

#primary article[class^="post-"] > .content .style_box4:before {
  border-left: dotted 2px #d0bb97;
  border-top: dotted 2px #d0bb97;
  border-bottom: dotted 2px #d0bb97;
  left: 0;
}

#primary article[class^="post-"] > .content .style_box4:after {
  border-top: dotted 2px #d0bb97;
  border-right: dotted 2px #d0bb97;
  border-bottom: dotted 2px #d0bb97;
  right: 0;
}

#primary article[class^="post-"] > .content .center {
  margin: 0 auto;
}

#primary article[class^="post-"] > .content .w500 {
  width: 500px;
}

#primary article[class^="post-"] > .content .cards.cards_col_2 article {
  width: calc((100% / 2) - 1rem);
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content .cards.cards_col_2 article .pic {
  line-height: 0.5;
  margin-bottom: 1.5rem;
}

#primary article[class^="post-"] > .content .cards.cards_col_2 article .pic a {
  display: block;
}

#primary article[class^="post-"] > .content .cards.cards_col_2 article .pic img {
  width: 100%;
}

#primary article[class^="post-"] > .content .cards.cards_col_2 article .txt {
  margin: 0;
}

#primary article[class^="post-"] > .content .cards.cards_col_2 article .txt a {
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content .cards.cards_col_4 article {
  width: calc((100% / 4) - 1rem);
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content .cards.cards_col_4 article .pic {
  line-height: 0.5;
  margin-bottom: 1.5rem;
}

#primary article[class^="post-"] > .content .cards.cards_col_4 article .pic a {
  display: block;
}

#primary article[class^="post-"] > .content .cards.cards_col_4 article .pic img {
  width: 100%;
}

#primary article[class^="post-"] > .content .cards.cards_col_4 article .txt {
  margin: 0;
}

#primary article[class^="post-"] > .content .cards.cards_col_4 article .txt a {
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content .cards.cards_col_4_smf2 article {
  width: calc((100% / 4) - 1rem);
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content .cards.cards_col_4_smf2 article .pic {
  line-height: 0.5;
  margin-bottom: 1.5rem;
}

#primary article[class^="post-"] > .content .cards.cards_col_4_smf2 article .pic a {
  display: block;
}

#primary article[class^="post-"] > .content .cards.cards_col_4_smf2 article .pic img {
  width: 100%;
}

#primary article[class^="post-"] > .content .cards.cards_col_4_smf2 article .txt {
  margin: 0;
}

#primary article[class^="post-"] > .content .cards.cards_col_4_smf2 article .txt a {
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content .cards_side .pic {
  width: 48%;
}

#primary article[class^="post-"] > .content .cards_side .pic img {
  width: 100%;
  max-width: 100%;
}

#primary article[class^="post-"] > .content .cards_side .txt {
  width: 50%;
}

#primary article[class^="post-"] > .content table {
  width: 100%;
  margin-bottom: 3rem;
}

#primary article[class^="post-"] > .content table tr th, #primary article[class^="post-"] > .content table tr td {
  border: 1px solid #999999;
  line-height: 1;
  padding: 15px 23px;
  font-size: 1.5rem;
}

#primary article[class^="post-"] > .content table tr th {
  background: #f4f4f4;
  width: 30%;
  font-weight: bold;
  text-align: center;
}

#primary article[class^="post-"] > .content table tr td {
  line-height: 1.5em;
}

#primary article[class^="post-"] > .content table tr td > p {
  margin: 0;
}

#primary article[class^="post-"] > .content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}

#primary article[class^="post-"] > .content img {
  clear: both;
}

#primary article[class^="post-"] > .content img.size-full {
  width: auto;
  margin-bottom: 0px;
}

#primary article[class^="post-"] > .content img.size-large {
  margin-bottom: 0rem;
}

#primary article[class^="post-"] > .content img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#primary article[class^="post-"] > .content img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}

#primary article[class^="post-"] > .content img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}

#primary article[class^="post-"] > .content .alignright {
  float: right;
}

#primary article[class^="post-"] > .content .alignleft {
  float: left;
}

#primary article[class^="post-"] > .content .aligncenter {
  margin: 0 auto;
  display: block;
}

#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}

#pagination ul {
  text-align: center;
}

#pagination ul > li > a {
  vertical-align: middle;
}

#pagination ul > li > a.page {
  display: inline-block;
  margin: 0 8px;
  width: 27px;
  height: 27px;
  border: solid 2px #d2a197;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  color: #d2a197;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}

.font-size-small #pagination ul > li > a.page {
  font-size: 10.4px;
  font-size: 1.04rem;
}

.font-size-large #pagination ul > li > a.page {
  font-size: 15.6px;
  font-size: 1.56rem;
}

#pagination ul > li > a.page.current {
  background-color: #d2a197;
  color: #fff;
}

#pagination ul > li > a.arrow {
  display: inline-block;
  margin: 0 8px;
  width: 15px;
  height: 27px;
  border: none 0 transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#pagination ul > li > a.arrow.prev {
  background-image: url(images/pagination/icon-arrow-left.png);
}

#pagination ul > li > a.arrow.next {
  background-image: url(images/pagination/icon-arrow-right.png);
}

#pager {
  position: relative;
  margin: 6rem auto 0;
  text-align: center;
  min-height: 70px;
  width: 90%;
}

#pager .prev > a,
#pager .next > a,
#pager .list > a {
  display: inline-block;
  box-sizing: border-box;
  width: 140px;
  height: 27px;
  border: solid 2px #d2a197;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px #d9d9d9;
  color: #d2a197;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 24px;
}

.font-size-small #pager .prev > a, .font-size-small #pager .next > a, .font-size-small #pager .list > a {
  font-size: 10.4px;
  font-size: 1.04rem;
}

.font-size-large #pager .prev > a, .font-size-large #pager .next > a, .font-size-large #pager .list > a {
  font-size: 15.6px;
  font-size: 1.56rem;
}

#pager .prev {
  position: absolute;
  top: 0;
  left: 0;
}

#pager .prev > a:before {
  display: inline-block;
  vertical-align: middle;
  content: '\f053';
  margin-right: 1rem;
  font-family: FontAwesome;
}

#pager .next {
  position: absolute;
  top: 0;
  right: 0;
}

#pager .next > a:after {
  display: inline-block;
  vertical-align: middle;
  content: '\f054';
  margin-left: 1rem;
  font-family: FontAwesome;
}

#pager .list {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
}

#secondary {
  float: right;
  width: 270px;
}

#secondary .side-nav nav {
  margin-bottom: 4rem;
}

#secondary .side-nav nav ul.side-nav-menu a {
  color: white;
  font-weight: bold;
  display: block;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid white;
  font-size: 1.3rem;
}

#secondary .side-nav nav ul.side-nav-menu > li > a {
  background: #b0b0b0;
}

#secondary .side-nav nav ul.side-nav-menu > li > .sub-menu {
  margin-bottom: 0;
}

#secondary .side-nav nav ul.side-nav-menu > li > .sub-menu > li > a {
  background: #d0bb97;
  background: -moz-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: -webkit-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0bb97",endColorstr="#c6b290",GradientType=1);
}

#secondary .side-nav nav ul.side-nav-menu > li > .sub-menu > li > .sub-menu {
  margin-bottom: 0;
}

#secondary .side-nav nav ul.side-nav-menu > li > .sub-menu > li > .sub-menu > li > a {
  background: #d9b3a5;
  background: -moz-linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  background: -webkit-linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  background: linear-gradient(90deg, #d9b3a5 0%, #c89a90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9b3a5",endColorstr="#c89a90",GradientType=1);
}

#secondary .side-nav nav ul.side-nav-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
  margin-bottom: 0;
}

#secondary .side-nav nav ul.side-nav-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li a {
  color: #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}

#secondary .side-nav nav ul.side-nav-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li a:before {
  content: '・';
  display: inline-block;
  color: #dcc7a9;
}

#go-top {
  z-index: 9999;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 7.5rem;
  border: 1px solid #d2a197;
  background: white;
  display: block;
  box-shadow: 0 0 1rem 0.1rem #d2a197;
}

#go-top:after {
  content: '\f077';
  text-align: center;
  line-height: 7rem;
  display: block;
  font-size: 3rem;
  font-family: FontAwesome;
  color: #d2a197;
  min-height: 7.5rem;
}

#foot-content {
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: top;
  background-repeat: repeat-x;
}

#foot-content .container {
  text-align: center;
}

#foot-content .container .foot_logo a {
  display: block;
  width: 250px;
  margin: 0 auto 3rem;
}

#foot-content .container .tel {
  width: 495px;
  margin: 0 auto 3rem;
}

#foot-content .container .tel a {
  width: 240px;
  margin: 0 auto;
  display: block;
}

#foot-content .container h4, #foot-content .container address {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
}

footer#foot-nav {
  background: #f4f4f4;
}

footer#foot-nav .container {
  padding: 3rem 0;
  width: 1000px;
}

footer#foot-nav .container .toplink {
  text-align: center;
  margin-bottom: 3rem;
}

footer#foot-nav .container .foot-nav ul.footer-menu li:before {
  content: '\f0da';
  font-family: fontawesome;
  display: inline-block;
  margin-right: 1rem;
  color: #d2a197;
}

footer#foot-nav .container .foot-nav ul.footer-menu > li {
  font-weight: bold;
}

footer#foot-nav .container .foot-nav ul.footer-menu > li ul.sub-menu > li {
  font-weight: normal;
  margin-left: 1.5rem;
}

footer#foot-nav .container .foot-nav ul.footer-menu > li ul.sub-menu > li:before {
  content: '-';
}

footer#credit {
  position: relative;
  z-index: 998;
  background: #dcc7a9;
}

footer#credit .container {
  text-align: center;
  color: white;
  font-size: 1.3rem;
  padding: 1rem 0;
}

footer#credit .container p {
  margin: 0;
}

body.home #page #news-section .container > .cards .feeds {
  width: calc((100% / 2) - 2rem);
}

body.home #page #news-section .container .feeds {
  padding: 2.5rem 0;
}

body.home #page #news-section .container .feeds > .title {
  background: #d0bb97;
  background: -moz-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: -webkit-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0bb97",endColorstr="#c6b290",GradientType=1);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 3rem;
}

body.home #page #news-section .container .feeds article {
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

body.home #page #news-section .container .feeds article a {
  display: block;
  padding: 1.5rem 0;
  text-decoration: none;
  font-weight: bold;
}

body.home #page #news-section .container .feeds article a .post-date {
  display: inline-block;
  margin-right: 3rem;
}

body.home #page #news-section .container .feeds article a .post-date:before {
  content: '・';
  display: inline-block;
  color: #83d23b;
}

body.home #page #news-section .container .feeds article a .post-title {
  color: #968153;
}

body.home #page #news-section .container .btn {
  text-align: center;
  margin-top: 3rem;
}

body.home #page #news-section .container .btn a {
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 300px;
  margin: 0 auto;
  background: #d0bb97;
  background: -moz-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: -webkit-linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  background: linear-gradient(90deg, #d0bb97 0%, #c6b290 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0bb97",endColorstr="#c6b290",GradientType=1);
  text-align: center;
  padding: 1.5rem;
}

#vihalf-section {
  background-image: url("images/common/vihalf_bg.jpg");
  background-repeat: repeat-x;
  background-size: 1500px;
  background-position: left top;
}

#vihalf-section .container {
  position: relative;
}

#vihalf-section .container > h1 {
  font-size: 3.2rem;
  margin-bottom: 0;
  color: #968153;
}

.contact #page-contact form p label {
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}

.contact #page-contact form p input {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #d2a197;
}

.contact #page-contact form p textarea {
  width: 100%;
  border: 1px solid #d2a197;
}

.contact #page-contact form p input.wpcf7-submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background: #d2a197;
  color: white;
  line-height: 2em;
  padding: 1rem 5rem;
  font-weight: bold;
  margin: 2rem 0;
}

.form-wrap {
  text-align: center;
  padding-top: 7rem;
}

.form-wrap > h3 {
  text-align: left;
  color: white;
  background: #dcc7a9;
  line-height: 1.3;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.form-wrap form {
  width: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 2rem auto;
}

.form-wrap form .form_input_list {
  padding: 3rem 0;
  border-top: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.form-wrap form .form_input_list span {
  vertical-align: middle;
}

.form-wrap form .form_input_list > span:nth-of-type(1) {
  display: inline-block;
  min-width: 20rem;
  text-align: right;
  margin-right: 4rem;
}

.form-wrap form .form_input_list > span:nth-of-type(1) > em {
  background: #da7489;
  color: white;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-style: normal;
}

.form-wrap form .form_input_list > span:nth-of-type(2) {
  display: inline-block;
  text-align: left;
}

.form-wrap form .form_input_list dl {
  display: inline-block;
  margin: 0;
}

.form-wrap form .form_input_list dl dd {
  display: inline-block;
  margin: 0;
  margin-right: 2rem;
}

.form-wrap form .form_input_list dl dd > em {
  font-style: normal;
  display: inline-block;
  font-weight: bold;
  margin-right: 1rem;
}

.form-wrap form .form_input_list dl dd > span {
  display: inline-block;
}

.form-wrap form .form_input_list dl dd input {
  width: 20rem;
}

.form-wrap form .submit_btn_wrap {
  text-align: center;
  justify-content: center;
}

.form-wrap form .submit_btn_wrap input[type="submit"] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  border-radius: 1rem;
}

.form-wrap form .submit_btn_wrap span {
  display: block !important;
}

.form-wrap form input,
.form-wrap form textarea {
  display: block;
  width: 650px;
  box-sizing: border-box;
  padding: 1rem 2rem;
}

.form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
  color: #f4f4f4;
}

.form-wrap form input[type="radio"] {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}

.form-wrap form input[type="button"],
.form-wrap form input[type="submit"] {
  background: #d2a197;
  color: white;
  box-sizing: border-box;
  padding: 2rem 0;
  display: block;
  margin: 1rem 0;
}

.form-wrap form select,
.form-wrap form .wpcf7-select {
  outline: none;
  text-overflow: '';
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 650px;
  position: relative;
  display: block;
  padding: 1rem 2rem;
}

.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: '\f054';
  font-family: FontAwesome;
  color: #d2a197;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.form-wrap form .birth select {
  width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

@media screen and (max-width: 999px) {
  #menu_btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    line-height: 1;
    z-index: 9998;
    display: block;
  }
  #menu_btn:after {
    content: '\f0c9';
    font-family: FontAwesome;
    color: #d2a197;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 732px) {
  .container {
    padding: 3rem 0;
    width: 90%;
    min-width: auto;
    max-width: auto;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  /*primary--ボタンスタイル-------*/
  .btn_1 {
    margin: 1rem 0;
    padding: 1rem 1rem;
  }
  /*共通見出し*/
  #pankuzu {
    border-bottom: 0;
  }
  #pankuzu .container {
    width: 100%;
    border-bottom: 0;
    padding: 0.5rem 0;
    line-height: 1.3;
  }
  #header .container {
    padding: 1.5rem 0 0;
    width: 100%;
  }
  #header .container .cards {
    display: block;
  }
  #header .container .cards .head_logo {
    width: 50px;
    margin-left: 15px;
    margin-bottom: 1rem;
  }
  #header .container .cards .head_content {
    width: 100%;
    margin-bottom: 1rem;
  }
  #header .container .cards .head_content .logo {
    width: 90%;
    margin: 0 auto 1rem;
  }
  #header .container .cards .head_content .tel {
    width: 100%;
    margin-bottom: 1rem;
    width: 240px;
  }
  #header .container .cards .head_content h3 {
    margin: 0 0 1rem;
  }
  #header .container .cards .head_content h4, #header .container .cards .head_content address {
    font-size: 1.2rem;
  }
  #header .container .cards .head_btn {
    width: 100%;
    display: flex;
  }
  #header .container .cards .head_btn a {
    margin-bottom: 0rem;
    font-size: 1.3rem;
    padding: 0.7rem;
    width: 50%;
  }
  #gnav {
    display: none;
    background: none;
    z-index: 999;
    position: absolute;
    top: 7rem;
    left: 0;
    width: 100%;
  }
  #gnav .container {
    width: 100%;
  }
  #gnav .container ul li {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid white;
  }
  #gnav .container ul li:nth-of-type(odd) {
    border-right: 1px solid white;
  }
  #gnav .container ul li a {
    padding: 2rem 0;
    background: #b0b0b0;
  }
  #main-content img.size-full {
    margin-bottom: 2.5rem;
  }
  #primary {
    float: none;
    padding: 0;
    width: 100%;
    margin: 0;
  }
  #primary > section, #primary > article, #primary > header {
    margin-bottom: 2rem;
  }
  #primary > section:before, #primary > section:after, #primary > article:before, #primary > article:after, #primary > header:before, #primary > header:after {
    content: " ";
    display: table;
  }
  #primary > section:after, #primary > article:after, #primary > header:after {
    clear: both;
  }
  #primary > #news-list {
    display: block;
  }
  #primary > #news-list > article {
    display: block;
    width: 100%;
    margin: 0.5rem;
  }
  #primary .post-news {
    margin-bottom: 3.5rem;
  }
  #primary article[class^="post-"] .post-header {
    padding-left: 0;
  }
  #primary article[class^="post-"] .post-header > h2 {
    font-size: 1.5rem;
  }
  #primary article[class^="post-"] .post-header > .cat {
    font-size: 1.2rem;
  }
  #primary article[class^="post-"] > .content h1 {
    padding: 0.7rem 2rem;
    font-size: 1.7rem;
  }
  #primary article[class^="post-"] > .content h2 {
    font-size: 1.7rem;
    padding: 1rem 1.2rem;
    padding-left: 4rem;
  }
  #primary article[class^="post-"] > .content h2:before {
    width: 70px;
    height: 70px;
  }
  #primary article[class^="post-"] > .content h3 {
    font-size: 1.7rem;
    padding: 1rem 1.5rem;
    min-width: 250px;
  }
  #primary article[class^="post-"] > .content h4 {
    font-size: 1.6rem;
    padding-left: 4rem;
  }
  #primary article[class^="post-"] > .content h4:before {
    width: 35px;
    height: 35px;
  }
  #primary article[class^="post-"] > .content h5 {
    font-size: 1.6rem;
  }
  #primary article[class^="post-"] > .content h6 {
    font-size: 1.6rem;
  }
  #primary article[class^="post-"] > .content h7 {
    font-size: 1.4rem;
  }
  #primary article[class^="post-"] > .content p {
    font-size: 1.3rem;
  }
  #primary article[class^="post-"] > .content a {
    text-decoration: underline;
  }
  #primary article[class^="post-"] > .content ul {
    margin: 2rem 0;
    padding-left: 4rem;
  }
  #primary article[class^="post-"] > .content ul li {
    margin-bottom: 1rem;
  }
  #primary article[class^="post-"] > .content ul.style_ul5 li {
    flex-wrap: wrap;
  }
  #primary article[class^="post-"] > .content ul.style_ul5 li > p {
    font-size: 1.3rem;
  }
  #primary article[class^="post-"] > .content ol li {
    margin-bottom: 1rem;
  }
  #primary article[class^="post-"] > .content .style_ol2 li {
    font-size: 1.3rem;
  }
  #primary article[class^="post-"] > .content .style_ol3 li:after {
    line-height: 2.3;
  }
  #primary article[class^="post-"] > .content .btn_type_1 {
    padding: 1.3rem 1rem;
  }
  #primary article[class^="post-"] > .content .btn_type_2 {
    padding: 1.3rem 1rem;
  }
  #primary article[class^="post-"] > .content .btn_type_3 {
    padding: 1.3rem 1rem;
  }
  #primary article[class^="post-"] > .content .btn_type_4 {
    padding: 1.3rem 1rem;
  }
  #primary article[class^="post-"] > .content .btn_list_center_big {
    list-style-type: none;
    padding: 0;
  }
  #primary article[class^="post-"] > .content .btn_list_center_small a {
    padding: 1.3rem 1rem;
  }
  #primary article[class^="post-"] > .content .btn_list_2col li {
    width: 100%;
  }
  #primary article[class^="post-"] > .content .btn_list_2col li:nth-of-type(2n) {
    margin-left: 0;
  }
  #primary article[class^="post-"] > .content .btn_list_3col li {
    width: 100%;
    margin-left: 0;
  }
  #primary article[class^="post-"] > .content .btn_list_3col li:nth-of-type(1), #primary article[class^="post-"] > .content .btn_list_3col li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  #primary article[class^="post-"] > .content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  #primary article[class^="post-"] > .content .btn > a {
    text-decoration: none !important;
    text-align: left;
    min-width: 250px;
  }
  #primary article[class^="post-"] > .content .btn > a.btn_1 {
    color: #b0b0b0;
  }
  #primary article[class^="post-"] > .content .btn > a.btn_2 {
    color: white;
    text-align: center;
  }
  #primary article[class^="post-"] > .content .btn > a.btn_3 {
    color: #d2a197;
  }
  #primary article[class^="post-"] > .content .gallery_card article {
    width: 100%;
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content .gallery_card article:nth-of-type(2n) {
    margin-left: 0;
  }
  #primary article[class^="post-"] > .content .gallery_card article .txt {
    padding: 1rem 2rem;
  }
  #primary article[class^="post-"] > .content .gallery_card article .txt h3 {
    font-size: 1.5rem;
  }
  #primary article[class^="post-"] > .content .style_box1 {
    padding: 1.5rem 2rem 1.5rem;
  }
  #primary article[class^="post-"] > .content .style_box1 > span {
    font-size: 1.6rem;
    top: -1.6rem;
  }
  #primary article[class^="post-"] > .content .style_box2 {
    padding: 1.5rem 2rem 1.5rem;
  }
  #primary article[class^="post-"] > .content .style_box3 {
    padding: 1.5rem 2rem 1.5rem;
  }
  #primary article[class^="post-"] > .content .style_box4 {
    padding: 1.5rem 2rem 1.5rem;
  }
  #primary article[class^="post-"] > .content .center {
    margin: 0 auto;
  }
  #primary article[class^="post-"] > .content .w500 {
    width: 100%;
  }
  #primary article[class^="post-"] > .content .cards.cards_col_2 article {
    width: 100%;
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content .cards.cards_col_4 article {
    width: 100%;
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content .cards.cards_col_4_smf2 article {
    width: calc((100% / 2) - 1rem);
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content .cards_side .pic {
    width: 48%;
  }
  #primary article[class^="post-"] > .content .cards_side .pic img {
    width: 100%;
    max-width: 100%;
  }
  #primary article[class^="post-"] > .content .cards_side .txt {
    width: 50%;
  }
  #primary article[class^="post-"] > .content table {
    width: 100%;
    margin-bottom: 3rem;
  }
  #primary article[class^="post-"] > .content table tr th, #primary article[class^="post-"] > .content table tr td {
    border: 1px solid #999999;
    line-height: 1;
    padding: 10px 10px;
    font-size: 1.2rem;
  }
  #primary article[class^="post-"] > .content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  #primary article[class^="post-"] > .content img {
    clear: both;
  }
  #primary article[class^="post-"] > .content img.size-full {
    width: 100%;
    margin-bottom: 0px;
  }
  #primary article[class^="post-"] > .content img.size-large {
    margin-bottom: 0rem;
  }
  #primary table {
    width: 100%;
    margin-bottom: 0rem;
  }
  #primary table tr th, #primary table tr td {
    line-height: 1;
    padding: 1rem;
    font-size: 1.2rem;
  }
  #primary table tr th {
    width: 70px;
    padding: 1rem 0;
  }
  #primary table tr td {
    padding: 1rem 0.5rem;
    padding-left: 2rem;
    line-height: 2;
  }
  #primary table tr td > p {
    margin: 0;
  }
  #primary img.alignright {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
  }
  #primary img.alignleft {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
  }
  #primary .alignright {
    float: none;
  }
  #primary .alignleft {
    float: none;
  }
  #pager {
    margin: 1rem auto 3rem;
  }
  #pager > .prev, #pager > .list, #pager > .next {
    display: block !important;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 0 1rem;
  }
  #pager > .prev a, #pager > .list a, #pager > .next a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #secondary {
    display: none;
  }
  #go-top {
    bottom: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    z-index: 9999;
  }
  #go-top:after {
    content: '\f077';
    text-align: center;
    line-height: 3.5rem;
    display: block;
    font-size: 1.5rem;
  }
  #foot-content .container .foot_logo a {
    width: 150px;
    margin: 0 auto 1.5rem;
  }
  #foot-content .container .tel {
    width: 80%;
    margin: 0 auto 2rem;
  }
  #foot-content .container .tel a {
    width: 80%;
  }
  #foot-content .container h4, #foot-content .container address {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  footer#foot-nav .container {
    padding: 3rem 0;
    width: 90%;
  }
  footer#foot-nav .container .foot-nav ul.footer-menu li {
    position: relative;
    padding-left: 1rem;
  }
  footer#foot-nav .container .foot-nav ul.footer-menu li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f0da';
    font-family: fontawesome;
    display: inline-block;
    margin-right: 1rem;
    color: #d2a197;
  }
  footer#foot-nav .container .foot-nav ul.footer-menu > li {
    font-weight: bold;
  }
  footer#foot-nav .container .foot-nav ul.footer-menu > li ul.sub-menu {
    margin-bottom: 1rem;
  }
  footer#foot-nav .container .foot-nav ul.footer-menu > li ul.sub-menu > li {
    margin-left: 0;
    line-height: 1.5;
  }
  footer#credit .container {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 732px) {
  .no-smf {
    display: none !important;
  }
  body.home #page #news-section .container > .cards .feeds {
    width: 100%;
  }
  body.home #page #news-section .container .feeds {
    padding: 2rem 0;
  }
  body.home #page #news-section .container .feeds > .title {
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
  }
  body.home #page #news-section .container .feeds article a {
    padding: 1.5rem 0;
  }
  body.home #page #news-section .container .feeds article a .post-date {
    display: block;
    margin-right: 0;
  }
  body.home #page #news-section .container .feeds article a .post-title {
    line-height: 1.5;
    display: inline-block;
  }
  body.home #page #news-section .container .btn a {
    width: 90%;
  }
  #vihalf-section {
    background-size: cover;
  }
  #vihalf-section .container {
    padding: 2rem 0;
    text-align: center;
  }
  #vihalf-section .container > h1 {
    font-size: 2rem;
  }
  .contact #page-contact #vihalf-section .cards {
    margin-top: 1rem;
  }
  .contact #page-contact #contact-section .container {
    padding-bottom: 0;
  }
  .contact #page-contact #contact-section .btn {
    text-align: right;
  }
  .contact #page-contact #contact-section .btn a {
    text-align: left;
  }
  .contact #page-contact #privacy .container > h3 {
    font-weight: bold;
    font-size: 2rem;
    color: #d2a197;
    line-height: 1.5;
  }
  .contact #page-contact #privacy .container dl {
    margin-top: 3rem;
  }
  .contact #page-contact #privacy .container dl dt {
    line-height: 1.5;
    color: white;
    background: #d2a197;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .contact #page-contact #privacy .container dl dd {
    margin-left: 0;
    margin-bottom: 3rem;
    font-weight: bold;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .form-wrap > h3 {
    font-size: 1.6rem;
  }
  .form-wrap > h3:before {
    margin-right: 1rem;
  }
  .form-wrap form {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto 0;
  }
  .form-wrap form .form_input_list {
    padding: 1rem 0;
    display: block;
    text-align: left;
  }
  .form-wrap form .form_input_list > span:nth-of-type(1) {
    display: inline-block;
    min-width: auto;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .form-wrap form .form_input_list > span:nth-of-type(1) > em {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .form-wrap form .form_input_list > span:nth-of-type(2) {
    display: block;
  }
  .form-wrap form .form_input_list dl {
    display: inline-block;
    margin: 0;
  }
  .form-wrap form .form_input_list dl dd {
    display: inline-block;
    margin: 0;
    margin-right: 2rem;
  }
  .form-wrap form .form_input_list dl dd > em {
    font-style: normal;
    display: inline-block;
    font-weight: bold;
    margin-right: 1rem;
  }
  .form-wrap form .form_input_list dl dd > span {
    display: inline-block;
  }
  .form-wrap form .form_input_list dl dd input {
    width: 70%;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
    padding-bottom: 0;
  }
  .form-wrap form .submit_btn_wrap input[type="submit"] {
    display: inline-block !important;
    font-weight: bold;
    width: 30rem;
    border-radius: 1rem;
    margin: 0;
  }
  .form-wrap form .submit_btn_wrap span {
    display: block !important;
  }
  .form-wrap form input,
.form-wrap form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
  }
  .form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
    color: #f4f4f4;
  }
  .form-wrap form input[type="radio"] {
    width: 2rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .form-wrap form input[type="button"],
.form-wrap form input[type="submit"] {
    background: #d2a197;
    color: white;
    box-sizing: border-box;
    padding: 2rem 0;
    display: block;
    margin: 1rem 0;
  }
  .form-wrap form select,
.form-wrap form .wpcf7-select {
    outline: none;
    text-overflow: '';
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: 100px;
    position: relative;
    display: block;
    padding: 1rem 2rem;
  }
  .form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: '\f054';
    font-family: FontAwesome;
    color: #d2a197;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth span {
    display: inline-block !important;
  }
  .form-wrap form .birth span:nth-of-type(1) {
    text-align: left;
    display: block !important;
  }
  .form-wrap form .birth select {
    width: 60px;
    display: inline-block;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    padding: 1rem 0.5rem;
  }
}
