@charset "UTF-8";
/*!
Theme Name:   DVERZ THEMES
Theme URI:    http://dverz.co.jp/
Author:       DVERZ Inc.
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 {
  outline: 0;
}
a:hover {
  outline: 0;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  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;
  text-transform: none;
}

select {
  text-transform: none;
}

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

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

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

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

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
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: #545454;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  -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: #545454;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: rgb(159.375, 159.375, 159.375);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

p, span, address, th, td, a, li, em {
  font-feature-settings: "palt";
}

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

dfn, cite, i {
  font-style: italic;
}

em {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: rgb(243.525, 243.525, 243.525);
}

abbr, acronym {
  border-bottom: dotted 1px #545454;
  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;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.list-inline > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .list-inline > li {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .list-inline > 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: #950000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(225.5, 0, 0);
  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 #950000;
  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 #950000;
}

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;
  overflow: hidden;
}
.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: calc(100% - 120px);
  max-width: 1350px;
  min-width: 1000px;
  padding: 8rem 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%;
  vertical-align: top;
}

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

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

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

*:focus {
  outline: none;
}

/*ボタンスタイル-------*/
/*見出しスタイル-------*/
.feed_news_section {
  margin-bottom: 45px;
}
.feed_news_section .feeds article {
  border-bottom: 1px dotted #545454;
}
.feed_news_section .feeds article a {
  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;
  line-height: 1.5 !important;
  padding: 15px;
  text-decoration: none;
}
.feed_news_section .feeds article a .post-date {
  display: inline-block;
  margin-right: 15px;
  color: #968153;
  font-size: 17px;
  width: 200px;
}
.feed_news_section .feeds article a .post-title {
  display: inline-block !important;
  font-size: 17px !important;
  width: calc(100% - 200px - 15px);
  font-weight: bold;
  line-height: 1.5;
  padding-left: 0;
  border-bottom: 0;
  color: #545454;
  margin-bottom: 0;
}
.feed_news_section .feeds article a .post-title:before {
  content: none;
}
.feed_news_section .btn {
  text-align: center !important;
  margin-top: 25px;
}
.feed_news_section .btn a {
  display: inline-block;
  width: 450px;
  color: white;
  background: #666666;
  font-family: "Oswald", serif;
  font-weight: 700;
  line-height: 1.5;
  padding: 5px;
  text-align: center !important;
  font-size: 18px;
  text-decoration: none;
}
.feed_news_section.cat_jp .btn a {
  font-family: "Noto Sans JP" !important;
}

.youtube_wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube_wrap iframe, .youtube_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sp-buttons .sp-button {
  border: none;
  background: rgb(216.75, 216.75, 216.75);
  width: 6px;
  height: 6px;
  margin: 6px;
}
.sp-buttons .sp-selected-button {
  background-color: #333333;
}

#pankuzu {
  text-align: left;
  position: relative;
  z-index: 10;
}
#pankuzu .container {
  padding: 1rem 0;
}
#pankuzu #breadcrumb ul > li {
  display: inline-block;
  margin-left: 6px;
  font-size: 1.2rem;
  line-height: 1.3;
}
#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 6px;
  content: "/";
}
#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}
#pankuzu #breadcrumb ul > li > a {
  text-decoration: underline;
}

#page > .container {
  padding: 25px 0;
}

#header {
  font-family: "Oswald", serif;
  font-weight: 700;
  border-bottom: 1px solid #545454;
}
#header .container {
  padding: 30px 0 0;
  width: 100%;
}
#header .container .content {
  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;
}
#header .container .content .head_logo {
  width: 210px;
  margin-left: 40px;
}
#header .container .content #gnav {
  width: calc(100% - 210px - 40px - 25px - 40px);
  margin-right: 40px;
}
#header .container .content #gnav .main_nav {
  margin: 7px 0 20px;
}
#header .container .content #gnav .main_nav ul {
  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;
  align-items: center;
  border-left: 1px solid #545454;
}
#header .container .content #gnav .main_nav ul li {
  width: 20%;
  border-right: 1px solid #545454;
}
#header .container .content #gnav .main_nav ul li a {
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 13px 0;
  line-height: 1;
}
#header .container .content #gnav .sub_nav {
  width: 100%;
  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-end;
}
#header .container .content #gnav .sub_nav a {
  display: block;
  width: 210px;
  background: #d6d6d6;
  text-align: center;
  margin-left: 10px;
  font-size: 14px;
}
#header .container .content .head_contact_btn {
  width: 100%;
  margin-top: 10px;
}
#header .container .content .head_contact_btn a {
  display: block;
  background: #950000;
  text-align: center;
  font-size: 18px;
  color: white;
}

#menu_btn {
  display: inline-block;
  display: none;
  background: #545454;
  line-height: 1;
  z-index: 9999 !important;
  width: 94px;
  height: 50px;
  border: 1px solid #545454;
  border-radius: 100px;
  position: relative;
}
#menu_btn:hover {
  background: white;
}
#menu_btn:hover:after, #menu_btn:hover:before {
  background: black;
}
#menu_btn:after, #menu_btn:before {
  content: "";
  width: 20px;
  height: 2px;
  background: white;
  position: absolute;
  border-radius: 10px;
  left: calc((100% - 20px) / 2);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transform-origin: center center;
}
#menu_btn:before {
  top: 18px;
}
#menu_btn:after {
  bottom: 18px;
}
#menu_btn.close:after, #menu_btn.close:before {
  width: 24px;
  height: 2px;
  left: calc((100% - 24px) / 2);
}
#menu_btn.close:before {
  top: 23px;
  transform: rotate(30deg);
}
#menu_btn.close:after {
  bottom: 23px;
  transform: rotate(-30deg);
}

#vihalf-section {
  border-bottom: 1px solid #545454;
}
#vihalf-section .container {
  padding: 30px 0;
}
#vihalf-section .container h1 {
  font-size: 40px;
  font-weight: bold;
  color: #950000;
  line-height: 1.5;
}

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

.post_content_wrap {
  background: white;
  box-sizing: border-box;
}
.post_content_wrap:before, .post_content_wrap:after {
  content: " ";
  display: table;
}
.post_content_wrap:after {
  clear: both;
}
.post_content_wrap img {
  clear: both;
}
.post_content_wrap img.size-full {
  width: auto;
  margin-bottom: 20px;
}
.post_content_wrap img.size-large {
  margin-bottom: 2rem;
}
.post_content_wrap img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post_content_wrap img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}
.post_content_wrap img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}
.post_content_wrap .alignright {
  float: right;
}
.post_content_wrap .alignleft {
  float: left;
}
.post_content_wrap .aligncenter {
  margin: 0 auto;
  display: block;
}
.post_content_wrap .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;
}
.post_content_wrap table {
  width: 100%;
  margin-bottom: 3rem;
}
.post_content_wrap table tr th, .post_content_wrap table tr td {
  border: 1px solid #cccccc;
  line-height: 1;
  padding: 20px 23px;
  font-size: 1.5rem;
}
.post_content_wrap table tr th {
  background: #f4f4f4;
  width: 30%;
  font-weight: bold;
  text-align: center;
}
.post_content_wrap table tr th.w38per {
  width: 38%;
}
.post_content_wrap table tr td {
  line-height: 1.7;
}
.post_content_wrap table tr td > p {
  margin: 0;
}
.post_content_wrap .schedule2 table {
  margin-bottom: 1.5rem;
  width: 100%;
}
.post_content_wrap .schedule2 table tr {
  width: 100%;
}
.post_content_wrap .schedule2 table tr th {
  background: #dfebff !important;
  width: 120px;
  color: #4d4c4c;
}
.post_content_wrap .schedule2 table tr td {
  color: #000;
  width: calc((100% - 160px) / 7);
  padding: 1rem 0;
  text-align: center;
  border: 1px solid #5978c5;
  font-size: 1.4rem;
}
.post_content_wrap .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
.post_content_wrap .btn > a {
  text-decoration: none !important;
  text-align: left;
  min-width: 250px;
}
.post_content_wrap .btn_big a {
  display: block;
  width: 100%;
}
.post_content_wrap .btn_small {
  text-align: center;
}
.post_content_wrap .btn_small a {
  display: inline-block;
  min-width: 33.3333333333%;
}
.post_content_wrap .btn_list_2 {
  justify-content: flex-end !important;
}
.post_content_wrap .btn_list_2 a {
  width: calc(50% - 1rem);
  margin-right: 1.25rem;
}
.post_content_wrap .btn_list_2 a:last-of-type {
  margin-right: 0;
}
.post_content_wrap .btn_list_3 {
  justify-content: flex-end !important;
}
.post_content_wrap .btn_list_3 a {
  width: calc(33.3333333333% - 1rem);
  margin-right: 0.8333333333rem;
}
.post_content_wrap .btn_list_3 a:last-of-type {
  margin-right: 0;
}
.post_content_wrap .btn_1 {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #666666;
  text-decoration: none !important;
  padding: 1.5rem 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.post_content_wrap .btn_2 {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #950000;
  text-decoration: none !important;
  padding: 1.5rem 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.post_content_wrap .btn_3 {
  color: #545454;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #545454;
  text-decoration: none !important;
  padding: 1.5rem 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.post_content_wrap .btn_4 {
  color: #545454;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #d6d6d6;
  border-radius: 50px;
  text-decoration: none !important;
  padding: 1.5rem 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.post_content_wrap h1 {
  position: relative;
  background: #950000;
  color: white;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 10px 20px;
  margin-bottom: 3rem;
}
.post_content_wrap h1:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 25px rgb(144, 111, 91);
}
.post_content_wrap h2 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  padding-left: 5rem;
  border-bottom: 1px solid #545454;
  margin-bottom: 2rem;
}
.post_content_wrap h2:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("images/common/icon_1.png");
}
.post_content_wrap h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  background: linear-gradient(transparent 60%, #d0bb97 70%);
  margin-bottom: 2rem;
}
.post_content_wrap h4 {
  position: relative;
  color: white;
  background: #545454;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
  padding: 1rem 1rem 1rem 3.2rem;
  margin-bottom: 2rem;
}
.post_content_wrap h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  font-size: 17px;
  position: absolute;
  left: 1rem;
}
.post_content_wrap h4:after {
  content: none;
}
.post_content_wrap h5 {
  color: white;
  font-weight: bold;
  position: relative;
  padding: 0.5rem 1.5rem;
  background: #d2a197;
  margin-bottom: 2rem;
  display: inline-block;
  min-width: 30%;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.post_content_wrap h5:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #d2a197;
  width: 0;
  height: 0;
}
.post_content_wrap h6 {
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  padding-left: 5rem;
  color: #d01500;
  margin-bottom: 2rem;
}
.post_content_wrap h6: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");
}
.post_content_wrap p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.post_content_wrap a {
  text-decoration: underline;
  color: #950000;
}
.post_content_wrap h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 2rem !important;
  border-bottom: 2px solid #545454;
  border-left: 0px !important;
  border-radius: 0;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
.post_content_wrap h2.caption:before {
  content: "\f068";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 2rem;
  color: #950000;
}
.post_content_wrap ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 3rem;
}
.post_content_wrap ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}
.post_content_wrap .btn-more-link {
  margin-right: 0;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 2rem;
}
.post_content_wrap .btn-more-link > a {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 16px;
  min-width: 240px;
  width: auto;
  height: auto;
  border-radius: 4px;
  background-color: #950000;
  color: #fff;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  padding: 1.4rem;
  text-decoration: none !important;
}
.post_content_wrap .btn-more-link > a:after {
  top: 1.5rem;
  right: 1.5rem;
}
.post_content_wrap .style_box1 {
  border: 2px solid #950000;
  padding: 1rem 3rem 0rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.post_content_wrap .style_box1 .ttl {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  left: 2rem;
  top: -2rem;
  background: white;
  padding: 0 1rem;
}
.post_content_wrap .style_box2 {
  border: 2px solid #d2a197;
  line-height: 1.5;
  padding: 0rem 2rem;
}
.post_content_wrap .style_box3 {
  position: relative;
  display: block;
  background: #f2f2f2;
  padding: 1rem 2.5rem;
  width: 500px;
  margin: 0 auto 2rem;
}
.post_content_wrap .style_box3:before, .post_content_wrap .style_box3:after {
  content: "";
  display: inline-block;
  top: 0;
  position: absolute;
  width: 20px;
  height: 100%;
}
.post_content_wrap .style_box3:before {
  border-left: dotted 2px #d01500;
  border-top: dotted 2px #d01500;
  border-bottom: dotted 2px #d01500;
  left: 0;
}
.post_content_wrap .style_box3:after {
  border-top: dotted 2px #d01500;
  border-right: dotted 2px #d01500;
  border-bottom: dotted 2px #d01500;
  right: 0;
}
.post_content_wrap .style_box4 {
  margin: 0 auto 2rem;
  width: 500px;
  background: #f7f6cb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.post_content_wrap .style_box4 .box-title {
  font-size: 1.8rem;
  background: #4f6dbc;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.post_content_wrap .style_box4 p {
  padding: 15px 20px;
  margin: 0;
}
.post_content_wrap .cards_col_2 article,
.post_content_wrap .cards_col_2_smf2 article {
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
}
.post_content_wrap .cards_col_2 article .pic,
.post_content_wrap .cards_col_2_smf2 article .pic {
  line-height: 0.5;
  margin-bottom: 2rem;
}
.post_content_wrap .cards_col_3 article,
.post_content_wrap .cards_col_3_smf2 article {
  width: calc(33.3333333333% - 1rem);
  margin-bottom: 2rem;
}
.post_content_wrap .cards_col_3 article .pic,
.post_content_wrap .cards_col_3_smf2 article .pic {
  line-height: 0.5;
  margin-bottom: 1.5rem;
}
.post_content_wrap .cards_col_4 article {
  width: calc(25% - 1rem);
  margin-bottom: 2rem;
}
.post_content_wrap .cards_col_4 article .pic {
  line-height: 0.5;
  margin-bottom: 1.5rem;
}
.post_content_wrap .cards_col_4_smf2 {
  justify-content: flex-start !important;
}
.post_content_wrap .cards_col_4_smf2 article {
  width: calc(25% - 1.5rem);
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.post_content_wrap .cards_col_4_smf2 article:nth-child(4n) {
  margin-right: 0;
}
.post_content_wrap .cards_col_4_smf2 article .pic {
  line-height: 0.5;
  margin-bottom: 1.5rem;
}
.post_content_wrap .box_card {
  background: white;
}
.post_content_wrap .box_card .pic {
  width: 35%;
  line-height: 0.5;
  margin-bottom: 1.2rem;
}
.post_content_wrap .box_card .pic img {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.post_content_wrap .box_card .txt {
  width: 65%;
  padding: 1.5rem 0rem 0 3rem;
}
.post_content_wrap .box_card .txt h1, .post_content_wrap .box_card .txt h2, .post_content_wrap .box_card .txt h3, .post_content_wrap .box_card .txt h4, .post_content_wrap .box_card .txt h5 {
  margin-bottom: 10px;
}
.post_content_wrap .box_card .txt p {
  margin-top: 0;
}
.post_content_wrap .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  background: white;
  margin-bottom: 2rem;
}
.post_content_wrap .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
.post_content_wrap .gallery_card article .pic {
  line-height: 0.5;
}
.post_content_wrap .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
.post_content_wrap .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
.post_content_wrap .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
.post_content_wrap iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
.post_content_wrap .style_ul1 {
  ounter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1.5rem 0;
}
.post_content_wrap .style_ul1 li {
  position: relative;
  padding: 0 0 1rem 2rem;
  line-height: 1.5;
  border-bottom: dashed 1px #7d7d7d;
  margin-bottom: 1.5rem;
}
.post_content_wrap .style_ul1 li:before {
  ounter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #950000;
  top: 11px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post_content_wrap .style_ul1 li:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 11px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post_content_wrap .style_ul2 {
  padding: 0;
  margin: 0;
  margin: 1.5rem 0;
}
.post_content_wrap .style_ul2 li {
  padding: 0;
  margin-bottom: 1.5rem;
  list-style-type: none !important;
  list-style-image: none !important;
  position: relative;
  padding-left: 2rem;
}
.post_content_wrap .style_ul2 li:before, .post_content_wrap .style_ul2 li:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  height: 11px;
  width: 4px;
  background: #d01500;
  border-radius: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.post_content_wrap .style_ul2 li:before {
  top: 8px;
  left: 3px;
  height: 8px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.post_content_wrap .style_ul3 {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.post_content_wrap .style_ul3 li {
  padding-left: 1rem;
  position: relative;
}
.post_content_wrap .style_ul3 li:before {
  position: absolute;
  left: -6px;
  top: -6px;
  content: "・";
  color: #d01500;
  width: 15px;
  height: 15px;
  font-size: 2.5rem;
}
.post_content_wrap .style_ul4 {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.post_content_wrap .style_ul4 li {
  padding-left: 1rem;
  position: relative;
}
.post_content_wrap .style_ul4 li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
  color: #950000;
  width: 15px;
  height: 15px;
}
.post_content_wrap .style_ul5 {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.post_content_wrap .style_ul5 li {
  padding-left: 1rem;
  position: relative;
}
.post_content_wrap .style_ul5 li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "■";
  color: #968153;
  width: 15px;
  height: 15px;
}
.post_content_wrap .style_ol1 {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1.5rem 0;
}
.post_content_wrap .style_ol1 li {
  position: relative;
  padding: 0 0 1rem 4rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.post_content_wrap .style_ol1 li:before {
  counter-increment: list;
  content: counter(list);
  display: block;
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #d2a197;
  background: #f3eede;
  text-align: center;
  line-height: 20px;
  color: #8f8f8f;
  font-weight: bold;
  top: 10px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post_content_wrap .style_ol1 li:after {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #d2a197;
  top: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post_content_wrap .style_ol2 {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1.5rem 0;
}
.post_content_wrap .style_ol2 li {
  position: relative;
  line-height: 1.5;
  margin: 10px 0 15px 40px;
  padding: 5px 10px;
  background: #eeeeee;
  font-weight: normal;
}
.post_content_wrap .style_ol2 li:before {
  counter-increment: list;
  content: counter(list);
  font-weight: bold;
  position: absolute;
  left: -40px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #d01500;
  top: 16px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post_content_wrap .style_ol2 li:after {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #d01500;
  top: 16px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post_content_wrap .style_ol3 {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 1.5rem 0;
}
.post_content_wrap .style_ol3 li {
  position: relative;
  padding: 0 0 1rem 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
.post_content_wrap .style_ol3 li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  color: #950000;
}
.post_content_wrap .style_label {
  margin-bottom: 2rem;
}
.post_content_wrap .style_label .label_red {
  background-color: #950000;
  color: white;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  display: inline-block;
  line-height: 1.5;
}
.post_content_wrap img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post_content_wrap img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}
.post_content_wrap img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}
.post_content_wrap .alignright {
  float: right;
}
.post_content_wrap .alignleft {
  float: left;
}

/*  スタイルサンプルここまで ----------------------------------------------*/
#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}
#pagination .nav-links {
  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: center;
}
#pagination .nav-links a:hover {
  text-decoration: underline;
}
#pagination .nav-links .page-numbers {
  font-size: 18px;
  font-weight: bold;
  color: #950000;
  background: white;
  border-radius: 100px;
  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: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
}
#pagination .nav-links .page-numbers.current {
  background: #950000;
  color: white;
}
#pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
  background: white;
  border: 1px solid #950000;
  position: relative;
  padding: 0;
}
#pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("images/common/arrow_r_r.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
#pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
  transform: translateX(5px);
}
#pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
  border-color: #D3D3D3;
}
#pagination .nav-links .page-numbers.prev.inactive:after, #pagination .nav-links .page-numbers.next.inactive:after {
  background-image: url("images/common/arrow_r_g.png");
}
#pagination .nav-links .page-numbers.prev {
  margin-right: 30px;
}
#pagination .nav-links .page-numbers.prev:after {
  transform: rotate(180deg);
}
#pagination .nav-links .page-numbers.prev:hover:after {
  transform: translateX(5px) rotate(180deg);
}
#pagination .nav-links .page-numbers.next {
  margin-left: 30px;
}

#pager {
  margin-top: 40px;
}
#pager .content {
  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;
  align-items: center;
  justify-content: center;
}
#pager .content .btn_prev a,
#pager .content .btn_next a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  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: center;
  align-items: center;
  align-content: center;
  border: 1px solid #950000;
  border-radius: 100px;
  background: white;
}
#pager .content .btn_prev a i,
#pager .content .btn_next a i {
  position: relative;
  font-style: normal;
  text-align: center;
  color: #950000;
}
#pager .content .btn_prev a i:after,
#pager .content .btn_next a i:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "";
  font-family: fontawesome;
  content: "\f054";
  display: inline-block;
}
#pager .content .btn_prev a i.arrow_next:after,
#pager .content .btn_next a i.arrow_next:after {
  transform: rotate(180deg);
}
#pager .content .btn_prev a:hover i.arrow_next:after,
#pager .content .btn_next a:hover i.arrow_next:after {
  transform: translateX(-5px) rotate(180deg);
}
#pager .content .btn_prev a:hover i.arrow_prev:after,
#pager .content .btn_next a:hover i.arrow_prev:after {
  transform: translateX(5px);
}
#pager .content .btn_prev .inactive,
#pager .content .btn_next .inactive {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  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: center;
  align-items: center;
  align-content: center;
  border: 1px solid #D3D3D3;
  border-radius: 100px;
  background: white;
}
#pager .content .btn_prev .inactive i,
#pager .content .btn_next .inactive i {
  position: relative;
}
#pager .content .btn_prev .inactive i:after,
#pager .content .btn_next .inactive i:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
}
#pager .content .btn_prev .inactive i.arrow_next:after,
#pager .content .btn_next .inactive i.arrow_next:after {
  transform: rotate(180deg);
}
#pager .content .list a {
  color: #950000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Oswald", serif;
  display: block;
  padding: 10px;
  margin: 0 45px;
}

#foot-pagetop-section {
  background: #950000;
  padding: 25px 0;
  text-align: center;
}
#foot-pagetop-section img {
  width: 76px;
}

#go-top {
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border: 1px solid white;
}

footer#footer .container {
  padding: 0;
}
footer#footer .container .head {
  padding: 20px 0;
  text-align: center;
}
footer#footer .container .head h2, footer#footer .container .head h3 {
  font-size: 16px;
  font-weight: bold;
}
footer#footer .container .gmap {
  margin-bottom: 40px;
}
footer#footer .container .gmap iframe {
  width: 100%;
  height: 380px;
}
footer#footer .container .content {
  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;
  font-family: "Oswald", serif;
  font-weight: 700;
  margin-bottom: 40px;
}
footer#footer .container .content .l .foot_nav {
  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;
}
footer#footer .container .content .l .foot_nav nav {
  margin-right: 80px;
}
footer#footer .container .content .l .foot_nav nav:last-of-type {
  margin-right: 0;
}
footer#footer .container .content .l .foot_nav nav ul.footer-nav-menu {
  padding-left: 20px;
  line-height: 1.5;
}
footer#footer .container .content .l .foot_nav nav ul.footer-nav-menu > li {
  line-height: 1.5;
  margin-bottom: 10px;
}
footer#footer .container .content .r {
  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;
  align-items: center;
}
footer#footer .container .content .r .foot_info {
  line-height: 1.2;
  text-align: center;
  margin-right: 20px;
}
footer#footer .container .content .r .foot_info .foot_logo {
  width: 200px;
  margin-bottom: 10px;
  display: inline-block;
}
footer#footer .container .content .r .foot_info h1 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}
footer#footer .container .content .r .foot_info address, footer#footer .container .content .r .foot_info p {
  font-size: 20px;
  margin: 0 0 5px;
}

footer#credit-section {
  background: #950000;
}
footer#credit-section .container {
  padding: 0;
  width: 100%;
}
footer#credit-section .foot_contact_btn {
  width: 100%;
  background: #670000;
}
footer#credit-section .foot_contact_btn a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  font-family: "Oswald", serif;
  font-weight: 700;
}
footer#credit-section .credit p {
  font-size: 13px;
  color: white;
  text-align: right;
  margin: 25px 50px 15px;
  line-height: 1.5;
  font-family: "Oswald", serif;
}

body.home #page {
  position: relative;
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}
body.home #page #news-section .container .feeds {
  width: calc(100% - 260px);
  margin-left: 260px;
}
body.home #page #news-section .container .feeds article {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
body.home #page #news-section .container .feeds article .txt {
  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;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.4;
  padding: 25px 15px;
}
body.home #page #news-section .container .feeds article .txt .post-date {
  font-size: 13px;
  color: gray;
  display: inline-block;
  margin-right: 15px;
  width: 70px;
}
body.home #page #news-section .container .feeds article .txt .post-cat {
  display: inline-block;
  min-width: 70px;
  margin-right: 15px;
}
body.home #page #news-section .container .feeds article .txt .post-cat li {
  display: inline-block;
  color: #950000;
  border: 1px solid #950000;
}
body.home #page #news-section .container .feeds article .txt .post-cat li a {
  padding: 3px 10px;
  font-size: 13px;
  color: #950000;
}
body.home #page #news-section .container .feeds article .txt .post-title {
  display: block;
  width: calc(100% - 140px - 30px);
}
body.home #page #news-section .container .feeds article .txt .post-title a {
  display: block;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
body.home #page #news-section .container .feeds article .txt .post-title a:hover {
  opacity: 1 !important;
  color: #950000;
}
body.home #page #news-section .container .btn {
  text-align: right;
  margin-top: 30px;
}

#page-404 .container {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}
#page-404 .container .sec_title1 {
  text-align: left;
}

#news-list .container .feeds .content {
  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;
}
#news-list .container .feeds .content article {
  width: calc(25% - 25px);
  margin-right: 33.3333333333px;
  margin-bottom: 50px;
}
#news-list .container .feeds .content article:nth-of-type(4n) {
  margin-right: 0;
}
#news-list .container .feeds .content article a {
  display: block;
  line-height: 1.5;
}
#news-list .container .feeds .content article a .post-date {
  display: block;
  font-size: 20px;
}
#news-list .container .feeds .content article a .post-title {
  color: #968153;
  font-size: 17px;
}

#news-detail .container article .post-head {
  margin-bottom: 40px;
  line-height: 1.5;
}
#news-detail .container article .post-head .post-title {
  font-size: 30px;
  font-weight: bold;
  color: #968153;
}
#news-detail .container article .post-head .post-date {
  display: block;
}

#page-contact #intro-section,
#entry-contact #intro-section {
  text-align: center;
}
#page-contact #contact-form-section .sec_title2,
#entry-contact #contact-form-section .sec_title2 {
  text-align: center;
}

.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px !important;
}
.form-wrap form {
  width: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 2rem auto;
  border-top: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form > p, .form-wrap form > h3 {
  text-align: center;
}
.form-wrap form h4 {
  text-align: center;
  color: #950000;
  font-weight: bold;
}
.form-wrap form .privacy {
  width: 100%;
  height: 350px;
  overflow: scroll;
  border: 1px solid rgb(159.375, 159.375, 159.375);
  background: rgb(243.525, 243.525, 243.525);
  border-radius: 7px;
  padding: 25px 35px;
}
.form-wrap form .form_check_btn > span {
  display: inline-block;
  background: red;
  padding: 25px 35px;
}
.form-wrap form .form_check_btn > span .wpcf7-list-item {
  margin-left: 0;
}
.form-wrap form .form_input_list.recaptcha {
  text-align: center;
  color: gray;
}
.form-wrap form .form_input_list.recaptcha a {
  text-decoration: underline;
}
.form-wrap form .form_bl {
  padding: 25px 30px;
  background: white;
  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;
  align-items: center;
  border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form .form_bl > .h {
  width: 200px;
}
.form-wrap form .form_bl > .h > span {
  display: inline-block;
  line-height: 1.5;
  color: #950000;
}
.form-wrap form .form_bl > .h > span em {
  background: #950000;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-style: normal;
  color: white;
}
.form-wrap form .form_bl > .h.fullwide {
  width: 100%;
  text-align: left;
}
.form-wrap form .form_bl > .h.w40 {
  width: 40%;
  text-align: left;
}
.form-wrap form .form_bl > .c {
  width: calc(100% - 200px - 20px);
}
.form-wrap form .form_bl > .c.w60 {
  width: calc(60% - 20px);
}
.form-wrap form .form_bl > dl.c {
  margin: 0;
}
.form-wrap form .form_bl > dl.c dd {
  margin-left: 0;
}
.form-wrap form .form_bl > dl.c dd em {
  display: inline-block;
  width: 100px;
  margin-right: 1rem;
}
.form-wrap form .form_bl > dl.c dd > span {
  display: inline-block;
  width: calc(100% - 110px);
}
.form-wrap form .form_bl > dl.c dd:last-of-type {
  margin-bottom: 0;
}
.form-wrap form .checkbox label {
  margin-right: 15px;
}
.form-wrap form .checkbox input {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}
.form-wrap form .form_check_btn {
  display: block;
  width: 800px;
  margin: 25px auto;
  padding: 15px;
  text-align: center;
}
.form-wrap form .form_check_btn a {
  color: #950000;
  text-decoration: underline;
}
.form-wrap form .form_check_btn input {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap {
  text-align: center;
}
.form-wrap form .submit_btn_wrap input[type=submit] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: white;
  border: none;
}
.form-wrap form .submit_btn_wrap input[type=button] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: gray;
  background: rgb(216.75, 216.75, 216.75);
  border: none;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap .wpcf7-spinner {
  min-width: 2.5rem !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: rgb(243.525, 243.525, 243.525);
}
.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: #545454;
  border-radius: 50px;
  color: white;
  box-sizing: border-box;
  padding: 1rem 0;
  display: block;
  margin: 1rem 0;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.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: 100%;
  position: relative;
  display: inline-block;
  padding: 2rem 2rem;
  margin-right: 15px;
  background: #fff;
}
.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: "\f054";
  font-family: FontAwesome;
  color: #950000;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.form-wrap form .birth select {
  min-width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
}

@media screen and (max-width: 732px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .grecaptcha-badge {
    bottom: 83px !important;
    display: none;
  }
  .page-id-166 .grecaptcha-badge {
    display: block;
  }
  .container {
    padding: 5.5rem 0;
    width: calc(100% - 30px);
    min-width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  /*primary--ボタンスタイル-------*/
  /*共通見出し*/
  .feed_news_section {
    margin-bottom: 45px;
  }
  .feed_news_section .feeds article a .post-date {
    display: block;
    margin-right: 0;
    font-size: 15px;
    width: 100%;
  }
  .feed_news_section .feeds article a .post-title {
    font-size: 15px !important;
    width: 100%;
    padding-bottom: 0;
  }
  .feed_news_section .btn {
    margin-top: 15px;
  }
  .feed_news_section .btn a {
    width: 80%;
    font-size: 16px;
  }
  #pankuzu {
    text-align: left;
  }
  #pankuzu .container {
    padding: 1.5rem 0 !important;
  }
  #pankuzu #breadcrumb ul > li {
    margin-left: 4px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #pankuzu #breadcrumb ul > li:before {
    display: inline-block;
    margin-right: 4px;
  }
  #pankuzu #breadcrumb ul > li:first-of-type:before {
    display: none;
  }
  #pankuzu #breadcrumb ul > li > a {
    text-decoration: underline;
  }
  #header .container {
    padding: 15px 0 0;
  }
  #header .container .content .head_logo {
    width: 150px;
    margin: 0;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  #header .container .content #gnav {
    width: 100%;
    margin: 0;
    display: none;
  }
  #header .container .content #gnav .main_nav {
    margin: 0;
  }
  #header .container .content #gnav .main_nav ul {
    display: block;
    border: 0;
    border-top: 1px solid #545454;
  }
  #header .container .content #gnav .main_nav ul li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #545454;
  }
  #header .container .content #gnav .main_nav ul li a {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 15px 0;
    line-height: 1;
  }
  #header .container .content #gnav .sub_nav a {
    width: 50%;
    margin: 0;
    padding: 15px;
  }
  #header .container .content #gnav .sub_nav a.en {
    border-right: 1px solid #545454;
  }
  #header .container .content .head_contact_btn {
    width: 100%;
    margin-top: 0;
    display: none;
  }
  #header .container .content .head_contact_btn a {
    padding: 15px;
  }
  #menu_btn {
    display: block;
    width: 68px;
    height: 28px;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  #menu_btn:before {
    top: 15px;
  }
  #menu_btn:after {
    bottom: 15px;
  }
  #menu_btn.close:after, #menu_btn.close:before {
    width: 20px;
    left: calc((100% - 20px) / 2);
  }
  #menu_btn.close:before {
    top: 12px;
  }
  #menu_btn.close:after {
    bottom: 12px;
  }
  #main-content img.size-full {
    margin-bottom: 2.5rem;
  }
  .post_content_wrap .box_card .pic {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .post_content_wrap .box_card .txt {
    width: 100%;
    padding: 0;
  }
  .post_content_wrap .box_card .txt h1, .post_content_wrap .box_card .txt h2, .post_content_wrap .box_card .txt h3, .post_content_wrap .box_card .txt h4, .post_content_wrap .box_card .txt h5 {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .post_content_wrap .box_card .txt p {
    margin-top: 0;
  }
  .post_content_wrap table tr th, .post_content_wrap table tr td {
    padding: 1rem;
    font-size: 1.3rem;
  }
  .post_content_wrap table tr th {
    width: 30%;
  }
  .post_content_wrap table tr th.w38per {
    width: 38%;
  }
  .post_content_wrap .schedule2 table tr th, .post_content_wrap .schedule2 table tr td {
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.3;
    width: 36px;
  }
  .post_content_wrap .btn_small {
    text-align: center;
  }
  .post_content_wrap .btn_small a {
    display: inline-block !important;
    min-width: 60% !important;
    width: auto !important;
  }
  .post_content_wrap .btn_list_2 {
    justify-content: flex-end !important;
  }
  .post_content_wrap .btn_list_2 a {
    width: 100%;
    margin-right: 0;
  }
  .post_content_wrap .btn_list_3 {
    justify-content: flex-end !important;
  }
  .post_content_wrap .btn_list_3 a {
    width: 100%;
    margin-right: 0;
  }
  .post_content_wrap h1 {
    font-size: 1.8rem;
  }
  .post_content_wrap h2 {
    font-size: 1.7rem;
    padding-left: 4rem;
  }
  .post_content_wrap h2:before {
    top: 0;
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 1rem;
  }
  .post_content_wrap h3 {
    font-size: 1.6rem;
  }
  .post_content_wrap h4 {
    font-size: 1.5rem;
  }
  .post_content_wrap h5 {
    font-size: 1.5rem;
  }
  .post_content_wrap h6 {
    font-size: 1.4rem;
  }
  .post_content_wrap p {
    font-size: 1.3rem;
  }
  .post_content_wrap a {
    text-decoration: underline;
    color: #950000;
  }
  .post_content_wrap h2.caption {
    font-size: 1.6rem;
    padding: 2rem 0 !important;
  }
  .post_content_wrap h2.caption:before {
    margin-right: 1rem;
  }
  .post_content_wrap .style_box1 .ttl {
    font-size: 1.6rem;
    left: 1rem;
    top: -1.5rem;
  }
  .post_content_wrap .style_box3 {
    width: 100%;
  }
  .post_content_wrap .style_box4 {
    width: 100%;
  }
  .post_content_wrap .style_box4 .box-title {
    font-size: 1.6rem;
  }
  .post_content_wrap .cards_col_2 article,
  .post_content_wrap .cards_col_3 article,
  .post_content_wrap .cards_col_4 article {
    width: 100%;
  }
  .post_content_wrap .cards_col_2 article .pic,
  .post_content_wrap .cards_col_3 article .pic,
  .post_content_wrap .cards_col_4 article .pic {
    margin-bottom: 1.5rem;
  }
  .post_content_wrap .cards_col_2_smf2 article,
  .post_content_wrap .cards_col_3_smf2 article {
    width: calc(50% - 0.5rem);
  }
  .post_content_wrap .cards_col_2_smf2 article .pic,
  .post_content_wrap .cards_col_3_smf2 article .pic {
    margin-bottom: 1rem;
  }
  .post_content_wrap .cards_col_4_smf2 article {
    width: calc(50% - 1rem);
    margin-right: 2rem;
  }
  .post_content_wrap .cards_col_4_smf2 article:nth-child(2n) {
    margin-right: 0;
  }
  .post_content_wrap .cards_col_4_smf2 article .pic {
    margin-bottom: 1rem;
  }
  .post_content_wrap .style_ul3 li {
    padding-left: 1rem;
  }
  .post_content_wrap .style_ul3 li:before {
    font-size: 2rem;
  }
  .post_content_wrap img.alignright {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
  }
  .post_content_wrap img.alignleft {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
  }
  .post_content_wrap .alignright {
    float: none;
  }
  .post_content_wrap .alignleft {
    float: none;
  }
  /*  スタイルサンプルここまで ----------------------------------------------*/
  #pagination {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #pagination .nav-links {
    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: center;
  }
  #pagination .nav-links a:hover {
    text-decoration: underline;
  }
  #pagination .nav-links .page-numbers {
    font-size: 18px;
    font-weight: bold;
    color: #950000;
    background: white;
    border-radius: 100px;
    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: center;
    align-items: center;
    align-content: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
  }
  #pagination .nav-links .page-numbers.current {
    background: #950000;
    color: white;
  }
  #pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
    background: white;
    border: 1px solid #950000;
    position: relative;
    padding: 0;
  }
  #pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("images/common/arrow_r_r.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }
  #pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
    transform: translateX(5px);
  }
  #pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
    border-color: #D3D3D3;
  }
  #pagination .nav-links .page-numbers.prev.inactive:after, #pagination .nav-links .page-numbers.next.inactive:after {
    background-image: url("images/common/arrow_r_g.png");
  }
  #pagination .nav-links .page-numbers.prev {
    margin-right: 30px;
  }
  #pagination .nav-links .page-numbers.prev:after {
    transform: rotate(180deg);
  }
  #pagination .nav-links .page-numbers.prev:hover:after {
    transform: translateX(5px) rotate(180deg);
  }
  #pagination .nav-links .page-numbers.next {
    margin-left: 30px;
  }
  #pager {
    margin-top: 40px;
  }
  #pager .content {
    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;
    align-items: center;
    justify-content: center;
  }
  #pager .content .btn_prev a,
  #pager .content .btn_next a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    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: center;
    align-items: center;
    align-content: center;
    border: 1px solid #950000;
    border-radius: 100px;
    background: white;
  }
  #pager .content .btn_prev a i,
  #pager .content .btn_next a i {
    position: relative;
  }
  #pager .content .btn_prev a i.arrow_next:after,
  #pager .content .btn_next a i.arrow_next:after {
    transform: rotate(180deg);
  }
  #pager .content .btn_prev .inactive,
  #pager .content .btn_next .inactive {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    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: center;
    align-items: center;
    align-content: center;
    border: 1px solid #D3D3D3;
    border-radius: 100px;
    background: white;
  }
  #pager .content .btn_prev .inactive i,
  #pager .content .btn_next .inactive i {
    position: relative;
  }
  #pager .content .btn_prev .inactive i:after,
  #pager .content .btn_next .inactive i:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("images/common/arrow_r_g.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
  }
  #pager .content .btn_prev .inactive i.arrow_next:after,
  #pager .content .btn_next .inactive i.arrow_next:after {
    transform: rotate(180deg);
  }
  #pager .content .list a {
    color: #950000;
    font-size: 18px;
    font-weight: bold;
    font-family: "Oswald", serif;
    display: block;
    padding: 10px;
    margin: 0 45px;
  }
  #foot-pagetop-section {
    padding: 15px 0;
  }
  #foot-pagetop-section img {
    width: 55px;
  }
  #go-top {
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
  }
  footer#footer .container {
    padding: 0;
  }
  footer#footer .container .head {
    padding: 15px 0;
  }
  footer#footer .container .head h2 {
    font-size: 16px;
  }
  footer#footer .container .head h3 {
    font-size: 13px;
    line-height: 1.5;
  }
  footer#footer .container .gmap {
    margin-bottom: 15px;
  }
  footer#footer .container .gmap iframe {
    height: 250px;
  }
  footer#footer .container .content {
    display: block;
    margin-bottom: 25px;
  }
  footer#footer .container .content .l {
    margin-bottom: 25px;
  }
  footer#footer .container .content .l .foot_nav {
    justify-content: flex-start;
  }
  footer#footer .container .content .l .foot_nav nav {
    margin-right: 25px;
  }
  footer#footer .container .content .l .foot_nav nav ul.footer-nav-menu {
    padding-left: 20px;
  }
  footer#footer .container .content .r {
    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: center;
    align-items: center;
  }
  footer#footer .container .content .r .foot_info {
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
  }
  footer#footer .container .content .r .foot_info .foot_logo {
    width: 150px;
    margin-bottom: 15px;
  }
  footer#footer .container .content .r .foot_info h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  footer#footer .container .content .r .foot_info address, footer#footer .container .content .r .foot_info p {
    font-size: 15px;
    margin: 0 0 5px;
  }
  footer#footer .container .content #go-top {
    width: 66px;
    height: 66px;
    display: inline-block;
    margin: 0 auto;
  }
  footer#credit-section .credit p {
    text-align: center;
    margin: 25px 0 15px;
  }
}
@media screen and (max-width: 732px) {
  body.home #page {
    position: relative;
  }
  #page-404 .container {
    width: 90%;
  }
  #news-list .container .feeds .content {
    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;
  }
  #news-list .container .feeds .content article {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }
  #news-list .container .feeds .content article a {
    display: block;
    line-height: 1.5;
  }
  #news-list .container .feeds .content article a .post-date {
    display: block;
    font-size: 20px;
  }
  #news-list .container .feeds .content article a .post-title {
    color: #968153;
    font-size: 17px;
  }
  #news-detail .container article .post-head {
    margin-bottom: 35px;
  }
  #news-detail .container article .post-head .post-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #page-privacy-policy #privacy-policy-section {
    background: rgb(243.525, 243.525, 243.525);
  }
  #page-privacy-policy #privacy-policy-section .container > .content {
    background: white;
    padding: 50px 70px;
    width: 900px;
    margin: 0 auto;
  }
  #page-privacy-policy #privacy-policy-section article {
    margin-bottom: 50px;
  }
  #page-privacy-policy #privacy-policy-section article h3 {
    font-size: 25px;
    font-family: serif;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  #page-privacy-policy #privacy-policy-section article p {
    margin-top: 0;
    font-size: 13px;
  }
  #page-privacy-policy #privacy-policy-section article ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #page-privacy-policy #privacy-policy-section article ul li {
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
    margin: 7px 0;
  }
  #page-privacy-policy #privacy-policy-section article ul li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #page-contact #intro-section,
  #entry-contact #intro-section {
    text-align: center;
  }
  #page-contact #contact-form-section .sec_title2,
  #entry-contact #contact-form-section .sec_title2 {
    text-align: center;
  }
  .form-wrap div.wpcf7 .ajax-loader {
    min-width: 24px !important;
  }
  .form-wrap form {
    width: 100%;
  }
  .form-wrap form > h3 {
    text-align: center;
  }
  .form-wrap form > h4 {
    text-align: left;
  }
  .form-wrap form > p {
    text-align: left;
  }
  .form-wrap form .privacy {
    width: 100%;
    height: 350px;
    overflow: scroll;
    border: 1px solid rgb(159.375, 159.375, 159.375);
    background: rgb(243.525, 243.525, 243.525);
    border-radius: 7px;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span {
    display: inline-block;
    background: red;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span .wpcf7-list-item {
    margin-left: 0;
  }
  .form-wrap form .form_input_list.recaptcha {
    text-align: center;
    color: gray;
  }
  .form-wrap form .form_input_list.recaptcha a {
    text-decoration: underline;
  }
  .form-wrap form .form_bl {
    padding: 15px 0;
    background: white;
    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;
    align-items: center;
    border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form .form_bl > .h {
    width: 100%;
  }
  .form-wrap form .form_bl > .h > span {
    display: block;
    margin-bottom: 5px;
  }
  .form-wrap form .form_bl > .h.fullwide {
    width: 100%;
    text-align: left;
  }
  .form-wrap form .form_bl > .h.w40 {
    width: 100%;
  }
  .form-wrap form .form_bl > .c {
    width: 100%;
  }
  .form-wrap form .form_bl > .c.w60 {
    width: 100%;
  }
  .form-wrap form .form_bl > dl.c {
    margin: 0;
  }
  .form-wrap form .form_bl > dl.c dd {
    margin-left: 0;
  }
  .form-wrap form .form_bl > dl.c dd em {
    display: inline-block;
    width: 100px;
  }
  .form-wrap form .form_bl > dl.c dd > span {
    display: inline-block;
    width: calc(100% - 110px);
  }
  .form-wrap form .form_bl > dl.c dd:last-of-type {
    margin-bottom: 0;
  }
  .form-wrap form .checkbox label {
    margin-right: 15px;
  }
  .form-wrap form .checkbox input {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
  }
  .form-wrap form .form_check_btn {
    display: block;
    width: 100%;
    margin: 25px auto;
    padding: 15px;
    text-align: center;
  }
  .form-wrap form .form_check_btn a {
    color: #950000;
    text-decoration: underline;
  }
  .form-wrap form .form_check_btn input {
    width: auto;
    display: inline-block;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
  }
  .form-wrap form .submit_btn_wrap input[type=submit] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: white;
    border: none;
  }
  .form-wrap form .submit_btn_wrap input[type=button] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: gray;
    background: rgb(216.75, 216.75, 216.75);
    border: none;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap .wpcf7-spinner {
    min-width: 2.5rem !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: rgb(243.525, 243.525, 243.525);
  }
  .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: #545454;
    border-radius: 50px;
    color: white;
    box-sizing: border-box;
    padding: 1rem 0;
    display: block;
    margin: 1rem 0;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .form-wrap form select,
  .form-wrap form .wpcf7-select {
    width: 100% !important;
    outline: none;
    text-overflow: "";
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 1.5rem 2rem;
    margin-right: 15px;
    background: #fff;
  }
  .form-wrap form select:before,
  .form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: "\f054";
    font-family: FontAwesome;
    color: #950000;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth select {
    min-width: 100px;
    display: inline-block;
    margin-right: 1.5rem;
  }
}
