@charset "UTF-8";
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  padding: 0;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  ul,
  li,
  ol {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
object {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

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

figure {
  margin: 0;
}

li img,
dt img,
dd img {
  vertical-align: middle;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
}
table th,
table td {
  padding: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  clear: both;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

header {
  top: 0;
  width: 100%;
  padding: 0;
}

#wrapper {
  position: relative;
}

#layoutbox {
  max-width: 1000px;
  margin: 4em auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media only screen and (max-width: 768px) {
  #layoutbox {
    max-width: 100%;
    padding: 0;
    flex-direction: column;
  }
}
#contentbox {
  max-width: 100%;
  margin: 0 auto 2em;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #contentbox {
    max-width: 100%;
    padding: 0;
  }
}
#mainbox {
  width: 700px;
}

@media only screen and (max-width: 768px) {
  #mainbox {
    width: 100%;
    padding: 1em;
  }
}
#sidebox {
  width: 240px;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  #sidebox {
    width: 100%;
    padding: 1em;
  }
}
footer {
  background: #000000;
  color: #ffffff;
  padding: 6em 0 0;
}
footer #footer_map {
  width: 1000px;
  margin: 0 auto 1em;
  padding: 0 1em;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
footer #footer_map a {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  footer {
    height: 100%;
  }
  footer #footer_block {
    width: 100%;
    padding: 15px 0 0;
    flex-wrap: wrap;
  }
  footer #footer_map {
    width: 100%;
    flex-direction: column;
  }
}
.inner_block {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.inner_pages {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}

.page_block {
  max-width: 1000px;
  margin: 0 auto 10em;
}

.item_block_center {
  align-items: center;
}

.item_left,
.item_right {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 5em;
}
.item_left .item_img_shop,
.item_right .item_img_shop {
  max-width: 350px;
  width: 100%;
  text-align: center;
}
.item_left .item_img,
.item_right .item_img {
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.item_left .item_txt,
.item_right .item_txt {
  flex: 1;
  padding-left: 2em;
}
.item_left .item_txt p,
.item_right .item_txt p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 1em;
}
.item_left .item_txt ul.sns_link,
.item_right .item_txt ul.sns_link {
  text-align: left;
}
.item_left .item_txt ul.sns_link li,
.item_right .item_txt ul.sns_link li {
  padding-left: 0;
}
.item_left .item_txt ul.sns_link li a,
.item_right .item_txt ul.sns_link li a {
  text-decoration: underline;
  text-underline-offset: 0.5em;
}

.item_right {
  flex-direction: row-reverse;
}
.item_right .item_txt {
  padding-left: 0px;
  padding-right: 4em;
}

@media only screen and (max-width: 768px) {
  .inner_block,
  .inner_pages,
  .page_block {
    width: 100%;
    padding: 0 1em;
    flex-direction: column;
  }
  .item_right {
    width: 100%;
    padding: 0;
    flex-direction: column;
    margin-bottom: 3em;
  }
  .item_right .item_img,
  .item_right .item_img_shop {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .item_right .item_txt {
    padding-left: 0px;
    padding-right: 0px;
  }
  .item_left .item_img {
    max-width: 40%;
  }
}
.item_box {
  margin-bottom: 2em;
}

.logo_color {
  color: #390A06;
}

#breadcrumbs {
  padding: 8px 0;
  margin-bottom: 5em;
}
#breadcrumbs ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
}
#breadcrumbs ul li {
  display: inline-block;
  color: #000000;
  font-size: 11px;
  font-size: 1.1rem;
}
#breadcrumbs ul li:after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-size: 10px;
  font-size: 1rem;
  margin: 0 5px;
  color: #000000;
}
#breadcrumbs ul li:last-of-type:after {
  content: none;
}
#breadcrumbs ul li a {
  color: #8B8989;
}

@media only screen and (max-width: 768px) {
  #breadcrumbs {
    display: none;
  }
}
.nav-below {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  font-size: 16px;
}
.nav-below .nav-center {
  background-color: #565656;
  margin: 0 30px;
}
.nav-below .nav-center a {
  color: #ffffff;
  padding: 10px 30px;
}
.nav-below .nav-center:hover {
  background-color: rgba(86, 86, 86, 0.8);
}
.nav-below .nav-previous a,
.nav-below .nav-next a {
  color: #565656;
  text-decoration: underline;
}
.nav-below .nav-previous a:hover,
.nav-below .nav-next a:hover {
  text-decoration: none;
}

.sp_nav-below {
  display: none;
}

@media only screen and (max-width: 768px) {
  .nav-below {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .nav-below .nav-center {
    display: none;
  }
  .nav-below .nav-previous a,
  .nav-below .nav-next a {
    color: #565656;
    text-decoration: underline;
  }
  .nav-below .nav-previous a:hover,
  .nav-below .nav-next a:hover {
    text-decoration: none;
  }
  .sp_nav-below {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sp_nav-below .nav-center {
    background-color: #565656;
    margin: 0 30px;
  }
  .sp_nav-below .nav-center a {
    color: #ffffff;
    padding: 10px 30px;
  }
  .sp_nav-below .nav-center:hover {
    background-color: rgba(86, 86, 86, 0.8);
  }
}
.item_table *,
.item_table *:before,
.item_table *:after,
.outline_table *,
.outline_table *:before,
.outline_table *:after {
  box-sizing: border-box;
}

.item_table,
.outline_table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1.6rem;
}

.item_table th,
.item_table td {
  padding: 1em;
  border-bottom: 1px solid #8B8989;
}
.item_table th a,
.item_table td a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}
.item_table th a[href*="tel:"],
.item_table td a[href*="tel:"] {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}
.item_table th span,
.item_table td span {
  padding-right: 2em;
}

.item_table th {
  width: 25%;
  font-weight: 400;
  text-align: left;
}

.outline_table th,
.outline_table td {
  padding: 1em;
  border-bottom: 1px solid #8B8989;
}

.outline_table th {
  width: 27%;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}

.outline_table td dl {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.outline_table td dl dt {
  width: 18%;
}
.outline_table td dl dd {
  width: 82%;
}

.sp-scrollable-table p {
  display: none;
}
.sp-scrollable-table table {
  margin: 0 0 2em;
  max-width: 100%;
  table-layout: auto;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #8B8989;
}
.sp-scrollable-table table th {
  background: rgba(139, 137, 137, 0.3);
}
.sp-scrollable-table table th,
.sp-scrollable-table table td {
  padding: 10px;
  border-left: 1px solid #8B8989;
  border-top: 1px solid #8B8989;
  white-space: nowrap;
}
.sp-scrollable-table table th:last-of-type,
.sp-scrollable-table table td:last-of-type {
  border-right: 1px solid #8B8989;
}

@media only screen and (max-width: 768px) {
  .item_table,
  .list_table,
  .outline_table {
    margin: 1em 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .item_table th,
  .item_table td {
    border-top: none;
  }
  .outline_table th,
  .outline_table td {
    display: block;
  }
  .outline_table th {
    width: 100%;
    text-align: left;
    background: #F9F9F9;
    vertical-align: top;
    font-weight: 400;
  }
  .outline_table td dl {
    flex-direction: column;
  }
  .outline_table td dl dt {
    width: 100%;
    margin-bottom: 1em;
  }
  .outline_table td dl dd {
    width: 100%;
  }
  .sp-scrollable-table {
    overflow-x: auto;
    margin-bottom: 1em;
  }
  .sp-scrollable-table table {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .sp-scrollable-table p {
    display: block;
  }
}
ul.page_menu {
  max-width: 1000px;
  margin: 0 auto 3em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
ul.page_menu li {
  background-color: #8B8989;
  text-align: center;
  width: calc(33.3333333333% - 15px);
  border-radius: 4px;
  margin-bottom: 1em;
}
ul.page_menu li:hover {
  background-color: rgba(139, 137, 137, 0.8);
}
ul.page_menu li a {
  color: #ffffff;
  display: block;
  padding: 1em 0;
}
ul.page_menu li span {
  position: relative;
}
ul.page_menu li span:before {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  margin: auto 10px;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(135deg);
}

@media only screen and (max-width: 768px) {
  ul.page_menu {
    width: 100%;
    max-width: 100%;
    margin: 2em auto;
  }
  ul.page_menu li {
    width: 100%;
    margin-bottom: 0;
  }
}
ul.flow_list li {
  list-style-type: none;
  border: 2px solid #8B8989;
  padding: 1em;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
ul.flow_list li:not(:last-child) {
  margin-bottom: 4em;
  position: relative;
}
ul.flow_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #B8000C transparent transparent transparent;
  border-width: 26px 13px 0px 13px;
  bottom: -3em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
ul.flow_list li span {
  color: #B8000C;
  display: block;
  font-weight: 700;
  padding-bottom: 1em;
}

a.btn_01 {
  display: block;
  position: relative;
  max-width: 240px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #565656;
  border: 2px solid #565656;
  border-radius: 3px;
  transition: 0.4s;
  position: relative;
  z-index: 1 !important;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
}
a.btn_01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 10px;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 3px solid #565656;
  border-right: 3px solid #565656;
  transform: rotate(45deg);
}
a.btn_01:hover {
  background: #565656;
  color: #ffffff;
}
a.btn_01:hover:before {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

.btn_right {
  margin: 1em 0 1em auto;
}

@media only screen and (max-width: 768px) {
  .btn_right {
    margin: 1em auto;
  }
}
a.btn_02 {
  display: block;
  position: relative;
  max-width: 240px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #565656;
  border: 2px solid #565656;
  border-radius: 3px;
  transition: 0.4s;
  position: relative;
  z-index: 1 !important;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
}
a.btn_02:before {
  font-family: "Material Icons Round";
  content: "\e639";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
}
a.btn_02:hover {
  background: #565656;
  color: #ffffff;
}

a.btn_03 {
  display: block;
  max-width: 320px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  background: #565656;
  color: #ffffff;
  border: 2px solid #565656;
  border-radius: 3px;
  transition: 0.4s;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 1em auto;
}
a.btn_03:hover {
  color: #565656;
  border: 2px solid #565656;
  background: none;
}

.ar_link {
  color: #B8000C;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  font-weight: 700;
}
.ar_link:before {
  position: absolute;
  top: 3px;
  left: 100%;
  bottom: 0;
  margin: auto 6px;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #B8000C;
  border-right: 2px solid #B8000C;
  transform: rotate(45deg);
}
.ar_link:visited {
  color: #B8000C;
  text-decoration: none;
}

.link_block:hover {
  cursor: pointer;
}

.memo_block {
  margin: 1em 0;
  padding: 0.5em;
  border: 1px solid #8B8989;
  line-height: 1.5;
}
.memo_block a:after {
  content: "(外部リンク)";
  margin-left: 0.5em;
}

.attention {
  padding: 0.5em;
}
.attention a:after {
  content: "(外部リンク)";
  margin-left: 0.5em;
}

.paging-area {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.paging-area .page-numbers {
  padding: 0.5em;
  border: 1px solid #8B8989;
  margin: 0.5em;
}
.paging-area .current {
  background-color: #8B8989;
  color: #ffffff;
}
.paging-area .dots {
  border: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.sm_txt {
  font-size: 13px;
  font-size: 1.3rem;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.ma0 {
  margin: 0 auto;
}

.mb10 {
  margin-bottom: 10em;
}

.ml2 {
  margin-left: 2em !important;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
#head_block {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#head_block .logo_box {
  display: flex;
  align-items: center;
  padding: 1em 0;
}
#head_block .logo_box h1 {
  width: 150px;
  padding: 0.5em 0;
}
#head_block .logo_box p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 2em;
}

@media only screen and (max-width: 768px) {
  #head_block .logo_box p {
    display: none;
  }
}
#head_menu {
  background-color: #565656;
}
#head_menu nav.navi_box {
  max-width: 1000px;
  margin: 0 auto;
}
#head_menu nav.navi_box ul {
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
#head_menu nav.navi_box ul li {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
#head_menu nav.navi_box ul li a {
  display: block;
  color: #ffffff;
  padding: 1em 2em;
}
#head_menu nav.navi_box ul li a:hover {
  color: #ffffff;
  background-color: #8B8989;
}
#head_menu nav.navi_box ul li:hover {
  background-color: #565656;
  color: #ffffff;
  cursor: pointer;
}
#head_menu nav.navi_box ul li:hover a {
  color: #ffffff;
}
#head_menu nav.navi_box ul.secondary_nav {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  display: none;
  z-index: 1;
  background-color: #565656;
  text-align: center;
}
#head_menu nav.navi_box ul.secondary_nav li {
  display: block;
  margin-left: 0;
  width: 100%;
}
#head_menu nav.navi_box ul.secondary_nav li::after {
  height: 0px;
}
#head_menu nav.navi_box ul.secondary_nav li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s;
  color: #ffffff;
  border-left: 0px;
}
#head_menu nav.navi_box ul.secondary_nav li a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  #head_message {
    display: none;
  }
  #head_block .logo_box h1 {
    width: 180px;
    padding: 0.5em;
  }
  nav.navi_box {
    display: none;
  }
}
.navigation {
  display: none;
}

@media only screen and (max-width: 768px) {
  .el_humburger {
    position: fixed;
    top: 18px;
    right: 18px;
    width: 38px;
    height: auto;
    padding-top: 1px;
    box-sizing: border-box;
    z-index: 9999;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
    padding: 7px;
    background-color: #565656;
  }
  .el_humburger > span {
    display: block;
    width: 100%;
    margin: 0 auto 6px;
    height: 3px;
    background: #ffffff;
    transition: all 0.2s ease-in-out;
  }
  .el_humburger > span:last-child {
    margin-bottom: 0;
  }
  .js_humburgerOpen .el_humburger > span {
    background: #565656;
  }
  .js_humburgerOpen .el_humburger > span.top {
    transform: translateY(9px) rotate(-45deg);
    background: #ffffff;
  }
  .js_humburgerOpen .el_humburger > span.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger > span.bottom {
    transform: translateY(-9px) rotate(45deg);
    background: #ffffff;
  }
  .el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
  }
  .el_humburgerButton__close > span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #fff;
  }
  .el_humburgerButton__close > span.el_humburgerLineTop {
    transform: translateY(5px) rotate(-45deg);
  }
  .el_humburgerButton__close > span.el_humburgerLineBottom {
    transform: translateY(-6px) rotate(45deg);
  }
  /*ナビゲーション*/
  .navigation {
    display: none;
  }
  .navigation.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9998;
  }
  .navigation_screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(86, 86, 86, 0.96);
    z-index: 0;
    margin-top: 0px;
    padding-top: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navigation_wrapper {
    padding: 80px 2em 0;
  }
  .navigation_item {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
  .navigation_item img {
    max-width: 150px;
    margin-bottom: 1em;
  }
  .navigation_item p {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 3em;
  }
  .navigation_item > a {
    color: #ffffff;
    text-decoration: none;
  }
  a.insta span {
    padding-left: 0.5em;
  }
  a.insta::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/common/logo_ig.png);
    background-size: contain;
    vertical-align: middle;
  }
  dl.mobile_navi dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1em;
    color: #ffffff;
    position: relative;
  }
  dl.mobile_navi dt:after {
    font-family: "Material Icons";
    content: "\e5cf";
    font-size: 1.5em;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
  }
  dl.mobile_navi dt.ac:after {
    font-family: "Material Icons";
    content: "\e5ce";
    font-size: 1.5em;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
  }
  dl.mobile_navi dd {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  dl.mobile_navi dd ul li {
    margin-bottom: 1em;
  }
  dl.mobile_navi dd ul li:last-child {
    margin-bottom: 0px;
  }
  dl.mobile_navi dd ul li a {
    color: #ffffff;
  }
  .js_fixed {
    position: fixed;
    width: 100%;
  }
}
.en-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.bg_subcolor {
  background: #565656 !important;
  margin-bottom: 1em !important;
}

@media only screen and (max-width: 768px) {
  .bg_subcolor {
    background: #565656 !important;
    margin-bottom: 0 !important;
  }
}
.page_ttl {
  background: #F9F9F9;
  text-align: center;
}
.page_ttl h1 {
  position: relative;
  padding: 1.5em 0;
  font-size: 30px;
  font-size: 3rem;
}
.page_ttl h1 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #B8000C;
}
.page_ttl h1::first-letter {
  color: #B8000C;
}
.page_ttl .ttl_bg_box {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.page .page_ttl .ttl_bg_box {
  background-image: url(../images/ttl/dummy.jpg);
}

h2.main_ttl {
  position: relative;
  padding: 1.5em 0;
  font-size: 30px;
  font-size: 3rem;
}
h2.main_ttl span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #B8000C;
}
h2.main_ttl::first-letter {
  color: #B8000C;
}

h2.sub_ttl {
  position: relative;
  padding: 1em 0.8em;
  margin-bottom: 1.5em;
  background: #000000;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
}
h2.sub_ttl:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 50px transparent;
  border-bottom: solid 80px white;
  z-index: 2;
}

h2.blog_ttl {
  position: relative;
  padding: 1em 0.8em;
  background: #000000;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  h2.sub_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #B8000C;
  line-height: 1.4;
  margin: 0 0 2em;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #565656;
  line-height: 1.4;
  margin: 1em 0;
  font-weight: bold;
  padding: 0 0 1em;
  position: relative;
}
h4::before {
  content: "";
  background-color: #B8000C;
  width: 1.5em;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.mv_block {
  margin-bottom: 3em;
}

.splide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.splide__pagination {
  bottom: -2em !important;
}

.splide__pagination__page.is-active {
  background-color: #B8000C !important;
}

@media only screen and (max-width: 768px) {
  .mv {
    margin: 0 auto;
  }
}
#top_brand {
  padding-top: 5em;
}

@media only screen and (max-width: 768px) {
  #top_brand {
    padding: 3em 1em 0;
  }
}
#top_info {
  background-color: #F9F9F9;
  padding: 2em 0 5em;
}
#top_info .info_block {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
#top_info .info_block .info_box {
  width: calc(25% - 8px);
  margin-bottom: 3em;
  position: relative;
}
#top_info .info_block .info_box .info_img {
  text-align: center;
}
#top_info .info_block .info_box .info_category {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.5em;
  margin: 0.5em 0;
}
#top_info .info_block .info_box .info_category.cat_recruit {
  background-color: #B8000C;
}
#top_info .info_block .info_box .info_date {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  padding: 1em 0.5em 0;
}
#top_info .info_block .info_box .info_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1em 0.5em;
}

ul.sns_link {
  text-align: center;
  margin: 2em 0;
}
ul.sns_link li {
  display: inline-block;
  padding: 0 2em;
}
ul.sns_link li a.insta {
  font-size: 14px;
  font-size: 1.4rem;
}
ul.sns_link li a.insta span {
  padding-left: 0.5em;
}
ul.sns_link li a.insta::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/common/logo_ig_b.png);
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  #top_info {
    padding: 2em 1em 5em;
  }
  #top_info .info_block {
    width: 100%;
    padding: 0 1em;
    flex-direction: column;
    gap: 0;
  }
  #top_info .info_block .info_box {
    width: 100%;
    padding-bottom: 3em;
    border-bottom: 1px solid #8B8989;
  }
  #top_info .info_block .info_box:last-child {
    border-bottom: 0px;
  }
  #top_info .info_block .info_box a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top_info .info_block .info_box .info_img {
    width: 40%;
  }
  #top_info .info_block .info_box .info_txt {
    width: 58%;
  }
  #top_info .info_block .info_box .info_category {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
  }
  #top_info .info_block .info_box .info_date {
    padding: 0.5em 0;
  }
  #top_info .info_block .info_box .info_ttl {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
  }
  ul.sns_link {
    margin: 5em 0 2em;
  }
  ul.sns_link li {
    margin-bottom: 2em;
  }
}
#top_service {
  margin-bottom: 23em;
  padding-top: 2em;
}
#top_service .service_box {
  width: calc(33.3333333333% - 25px);
  position: relative;
}
#top_service .service_box .service_img {
  text-align: center;
}
#top_service .service_box .service_txt {
  width: 95%;
  margin: 0 auto;
  background-color: #ffffff;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding: 2em 1em;
}
#top_service .service_box .service_category {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1em;
}
#top_service .service_box .service_btn {
  text-align: center;
  margin-top: 2em;
}
#top_service .service_box .service_btn a {
  display: block;
  background-color: #8B8989;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1em 0;
}
#top_service .service_box .service_btn a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  #top_service {
    margin-bottom: 5em;
    padding-left: 1em;
    padding-right: 1em;
  }
  #top_service .service_box {
    width: 100%;
    margin-bottom: 18em;
  }
  #top_service .service_box .service_img {
    text-align: center;
  }
  #top_service .service_box .service_category {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* 自動車販売 */
.car-sales_brand_block {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.car-sales_brand {
  width: 33.3333333333%;
  max-width: 300px;
  text-align: center;
  margin-right: 40px;
}
.car-sales_brand P {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
.car-sales_brand span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.5em 0;
}
.car-sales_brand a.sitelink {
  color: #B8000C;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  font-weight: 700;
}
.car-sales_brand a.sitelink:before {
  position: absolute;
  top: 3px;
  left: 100%;
  bottom: 0;
  margin: auto 6px;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #B8000C;
  border-right: 2px solid #B8000C;
  transform: rotate(45deg);
}
.car-sales_brand:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .car-sales_brand_block {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
  }
  .car-sales_brand {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 3em;
  }
}
/* アフターサービス */
.maintenance_block {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.maintenance_block .maintenance_box {
  width: calc(25% - 8px);
}
.maintenance_block .maintenance_box p {
  background-color: #F9F9F9;
  text-align: center;
  padding: 0.5em;
}
.maintenance_block .maintenance_box:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .maintenance_block .maintenance_box {
    width: calc(50% - 5px);
  }
}
/* ショップ */
#top_service.shop_service {
  padding-top: 0;
}
#top_service.shop_service h2.main_ttl {
  padding: 0 0 1.5em;
}

.googlemap {
  position: relative;
  padding-bottom: 33%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10em;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* プライバシーポリシー */
.policy_block {
  margin-bottom: 5em;
}
.policy_block .item_box p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.policy_block .item_box ol {
  margin-left: 1em;
  margin-bottom: 1em;
}
.policy_block .item_box ol li {
  font-size: 16px;
  font-size: 1.6rem;
  list-style: lower-alpha;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.5em;
}
.policy_block .item_box ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
.policy_block .item_box ul li {
  font-size: 16px;
  font-size: 1.6rem;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  .policy_block {
    margin-top: 3em;
  }
}
/* お問い合わせ */
.contact_block {
  margin-bottom: 2em;
}

.inquiry_form_sm {
  max-width: 1000px;
  margin: 0 auto;
}

.contact_policy_link {
  padding-top: 1em;
}
.contact_policy_link a {
  text-decoration: underline;
  text-underline-offset: 0.5em;
}

@media only screen and (max-width: 768px) {
  .contact_block {
    padding: 0 1em;
  }
  .inquiry_form_sm {
    margin: 0 1em;
  }
}
.smf-progress-tracker {
  max-width: 700px;
  width: 70%;
  margin: 2em auto !important;
}

.policy_check span.smf-checkbox-control__label,
.policy_check .smf-placeholder,
.policy_check p {
  font-size: 16px;
  font-size: 1.6rem;
}

.smf-complete-content p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1em 0.5em;
}

@media only screen and (max-width: 768px) {
  .policy_check span.smf-checkbox-control__label,
  .policy_check .smf-placeholder,
  .policy_check p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.smf-form .smf-item .smf-text-control__control {
  width: 100% !important;
}

.smf-placeholder[data-name=checkboxes-1hu34ilei] {
  padding: 2em;
  text-align: center;
}

.smf-form--business .smf-item__col--label {
  border-bottom: none;
  border-right: 1px solid #ddd;
  flex: 0 0 22em !important;
  max-width: 22em !important;
}

@media only screen and (max-width: 768px) {
  .smf-form--business .smf-item__col--label {
    max-width: 100% !important;
  }
}
.smf-form--business .smf-item:last-child {
  border-bottom: 0px;
}

.smf-item__controls {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .smf-item__controls {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* Snow Monkey Formsに必須マークをつける */
.smf-item__label__text {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}

.smf-item__label__text::after {
  position: absolute;
  content: "必須";
  color: #fff;
  width: 40px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  display: grid;
  place-items: center;
  background: #DD3234;
  border-radius: 4px;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .smf-item__label__text {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* 各フォームパーツのデザインをリセット */
.smf-button-control__control,
.smf-text-control__control,
.smf-textarea-control__control {
  -webkit-appearance: none !important;
  appearance: none !important;
  font-size: 1.6rem !important;
  font-family: inherit !important;
  padding: 1em 2em !important;
}

/* フォームボタンをデザイン */
.smf-button-control__control {
  background: #B8000C !important;
  color: #fff !important;
  border: none !important;
  transition: background-color 0.3s ease !important;
}

/* 「戻る」フォームボタンを個別にデザイン */
.smf-button-control__control[data-action=back] {
  background: transparent !important;
  color: #333 !important;
  text-decoration: underline !important;
}

/* 「戻る」以外のフォームボタンのホバー＆フォーカス色 */
.smf-button-control__control:not([data-action=back]):hover,
.smf-button-control__control:not([data-action=back]):focus {
  background: var(--dark-accent-color, #710c18) !important;
}

a.print_btn {
  display: block;
  position: relative;
  padding: 0.5em;
  padding-left: 2em;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
}
a.print_btn:before {
  font-family: "Material Icons";
  content: "\e8ad";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  margin: 0;
  padding: 0;
  color: #565656;
}

/* お知らせ */
ol.flow_list {
  width: 50%;
  margin: 30px auto;
  padding: 0 15px;
}
ol.flow_list li {
  position: relative;
  background: #B8000C;
  padding: 2em;
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
ol.flow_list li span {
  font-size: 14px;
  font-size: 1.4rem;
}
ol.flow_list li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #B8000C transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
ol.flow_list li:last-child:after {
  border: 0px;
}

.news_item_txt {
  flex: 1;
  word-break: break-all;
}

.news_item_image {
  width: 40%;
  margin-left: 1em;
}
.news_item_image img {
  display: block;
  margin: 0 auto 1em;
}

@media only screen and (max-width: 768px) {
  .news_item_txt,
  .news_item_image {
    margin-left: 0;
    margin-bottom: 1em;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  ol.flow_list {
    width: 100%;
    margin: 15px auto;
    padding: 0 10px;
  }
  ol.flow_list li {
    padding: 1em;
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  ol.flow_list li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
p.policy_name {
  text-align: right;
}
p.policy_name span {
  font-weight: 700;
}

select {
  -webkit-appearance: menulist;
  appearance: menulist;
}

/*IE用*/
select::-ms-expand {
  display: block;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=number],
input[type=date],
textarea,
select {
  border: 1px solid #ddd;
  padding: 10px;
}

input[type=radio] {
  padding: 0.5em;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-list-item-label {
  padding: 0 3px;
}

input[type=submit],
input[type=button] {
  display: block;
  margin: 2em auto;
  background: #565656;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 4em;
  line-height: 4em;
  padding: 0 2em;
  border-radius: 4px;
  font-size: 15px;
  font-size: 1.5rem;
}
input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.8;
}

input.confirm[type=submit] {
  background: #8B8989;
}

input.wpcf7-previous[type=button] {
  background: #000000;
}

.btn_block {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}
.btn_block div {
  margin: 0 1em;
}

input.wpcf7-form-control.wpcf7-text[type=text],
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
}

input.register_count[type=text] {
  width: 15% !important;
  margin-right: 1em;
}

.wpcf7-form-control.wpcf7-acceptance {
  display: block;
  text-align: center;
}

.wpcf7-list-item label {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .wpcf7-list-item {
    padding: 0.5em 0;
    display: block;
  }
}
.form_select {
  display: flex;
  align-items: center;
}
.form_select span:first-child {
  padding-right: 1em;
}

@media only screen and (max-width: 768px) {
  .form_select span:first-child {
    padding-right: 0;
  }
}
.blog_block {
  margin-bottom: 3em;
}

.blog_date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #565656;
  margin-bottom: 1em;
}

ul.blog_category {
  margin: 1em 0 2em;
  text-align: right;
}
ul.blog_category li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
ul.blog_category li:before {
  font-family: "Material Symbols Outlined";
  content: "\e9ef";
  color: #B8000C;
  vertical-align: middle;
  margin-left: 1em;
}

ul.page_navi_link {
  margin: 1em 0 2em;
  text-align: center;
}
ul.page_navi_link li {
  display: inline-block;
  padding: 1em;
}
ul.page_navi_link li.prev_post a {
  font-size: 14px;
  font-size: 1.4rem;
}
ul.page_navi_link li.prev_post a:before {
  font-family: "Material Symbols Outlined";
  content: "\eac3";
  color: #B8000C;
  vertical-align: middle;
  margin-left: 1.5em;
}
ul.page_navi_link li.next_post a {
  font-size: 14px;
  font-size: 1.4rem;
}
ul.page_navi_link li.next_post a:after {
  font-family: "Material Symbols Outlined";
  content: "\eac9";
  color: #B8000C;
  vertical-align: middle;
  margin-right: 1.5em;
}

.archive_content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.archive_content .archive_box {
  border: 1px solid rgba(86, 86, 86, 0.3);
  width: calc(50% - 10px);
  margin-bottom: 3em;
  position: relative;
}
.archive_content .archive_box .archive_img {
  text-align: center;
}
.archive_content .archive_box .archive_category {
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.5em;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.archive_content .archive_box .archive_category.cat_recruit {
  background-color: #B8000C;
}
.archive_content .archive_box .archive_date {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  padding: 1em 0.5em 0;
}
.archive_content .archive_box .archive_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1em 0.5em;
}

.archive_block {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 10px 0 20px;
}
.archive_block .archive_thumbnail {
  width: 30%;
}
.archive_block .archive_document {
  width: 69%;
  padding: 10px;
}
.archive_block .archive_document h3.box_ttl {
  padding: 0 0 0.3em;
  padding-left: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

.information_archive .archive_block {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 10px 0 20px;
}
.information_archive .archive_block .archive_thumbnail {
  width: 15%;
}
.information_archive .archive_block .archive_document {
  width: 84%;
  padding: 0px 10px 10px;
}
.information_archive .archive_block .archive_document h3.box_ttl {
  padding: 0 0 0.3em;
  padding-left: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .archive_block {
    flex-direction: column;
  }
  .archive_block .archive_thumbnail {
    width: 100%;
  }
  .archive_block .archive_document {
    width: 100%;
    padding: 10px;
  }
  .information_archive .archive_block {
    flex-direction: column;
  }
  .information_archive .archive_block .archive_thumbnail {
    width: 100%;
  }
  .information_archive .archive_block .archive_document {
    width: 100%;
    padding: 10px;
  }
}
.blog_trunk p {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 1em;
}
.blog_trunk h2.wp-block-heading {
  border-bottom: 2px solid #000000;
  position: relative;
  padding: 0.8em 0;
  color: #000000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1em;
}
.blog_trunk h3.wp-block-heading {
  font-size: 20px;
  font-size: 2rem;
  color: #B8000C;
  font-weight: 700;
  padding: 0.8em 0;
  line-height: 1.4;
  margin: 0 0 1em;
}
.blog_trunk h4.wp-block-heading {
  font-size: 20px;
  font-size: 2rem;
  color: #565656;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 0 0.5em;
  margin: 0 0 1em;
  border-left: 4px solid #B8000C;
}
.blog_trunk h4.wp-block-heading::before {
  content: "";
  background-color: #B8000C;
  width: 0;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog_trunk h5.wp-block-heading,
.blog_trunk h6.wp-block-heading {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 700;
  padding: 0.8em 0;
  line-height: 1.4;
  margin-bottom: 1em;
}
.blog_trunk .wp-block-table {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1em 0;
}
.blog_trunk .wp-block-table tr td:nth-of-type(1) {
  width: 27%;
  text-align: left;
  background: #F9F9F9;
  vertical-align: top;
  font-weight: 400;
}
.blog_trunk ul,
.blog_trunk ol {
  margin: 1em 0;
}
.blog_trunk ul li,
.blog_trunk ol li {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .blog_trunk p {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 1em;
  }
  .blog_trunk h2.wp-block-heading {
    border-bottom: 2px solid #000000;
    position: relative;
    padding: 0.8em 0;
    color: #000000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 1em;
  }
  .blog_trunk h3.wp-block-heading {
    font-size: 18px;
    font-size: 1.8rem;
    color: #B8000C;
    font-weight: 700;
    padding: 0.8em 0;
    line-height: 1.4;
    margin: 0 0 1em;
  }
  .blog_trunk h4.wp-block-heading {
    font-size: 18px;
    font-size: 1.8rem;
    color: #565656;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 0 0 0.5em;
    margin: 0 0 1em;
    border-left: 4px solid #B8000C;
  }
  .blog_trunk h4.wp-block-heading::before {
    content: "";
    background-color: #B8000C;
    width: 0;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .blog_trunk h5.wp-block-heading,
  .blog_trunk h6.wp-block-heading {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000000;
    font-weight: 700;
    padding: 0.8em 0;
    line-height: 1.4;
    margin-bottom: 1em;
  }
  .blog_trunk .wp-block-table {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 1em 0;
  }
  .blog_trunk .wp-block-table tr td:nth-of-type(1) {
    width: 27%;
    text-align: left;
    background: #F9F9F9;
    vertical-align: top;
    font-weight: 400;
  }
  .blog_trunk ul,
  .blog_trunk ol {
    margin: 1em 0;
  }
  .blog_trunk ul li,
  .blog_trunk ol li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.side_block {
  margin-bottom: 2em;
}
.side_block h3 {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #565656;
  padding: 0.5em;
  margin: 0 0 2em;
  background-color: rgba(86, 86, 86, 0.3);
  text-align: center;
  color: #000000;
}
.side_block ul {
  margin-bottom: 1em;
}
.side_block ul li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.footer_contact img {
  max-width: 150px;
}
.footer_contact p {
  margin: 1em 0 2em;
}
.footer_contact p span {
  font-weight: 700;
  display: block;
}

.footer_link ul {
  margin-bottom: 4em;
}
.footer_link ul li {
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer_link ul li ul {
  margin-left: 0.5em;
}
.footer_link ul li ul li {
  font-size: 14px;
  font-size: 1.4rem;
}
.footer_link ul li ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
  vertical-align: middle;
  text-decoration: none;
  background: none;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .fotter_network {
    flex-direction: column;
    padding: 0 1em;
  }
  .fotter_network .title {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .fotter_network ul.footer_list {
    width: 100%;
    margin-left: 1em;
  }
  .fotter_network ul.footer_list li {
    display: block;
    padding-right: 0;
  }
  .fotter_network ul.footer_list02 {
    width: 100%;
    margin-left: 1em;
  }
  .footer_link {
    padding: 0 1em;
  }
}
.copy_block {
  padding: 1em 0;
  text-align: center;
}
.copy_block p {
  font-size: 12px;
  font-size: 1.2rem;
}

#page-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  font-size: 0;
  z-index: 10;
}
#page-top a {
  display: block;
}
#page-top a img {
  width: 60px;
}

@media only screen and (max-width: 768px) {
  .copy_block {
    padding: 1em 0 7em;
    text-align: center;
  }
  #page-top {
    z-index: 15;
  }
  #page-top a img {
    width: 50px;
  }
}
#followup-bg {
  width: 50px;
  height: 200px;
  top: 20%;
  right: 0;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  position: fixed;
  z-index: 2;
}
#followup-bg a {
  color: #ffffff;
}

#sp_footer_bnr p {
  display: none;
}

@media only screen and (max-width: 768px) {
  #followup-bg {
    display: none;
  }
  #sp_footer_bnr {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
  }
  #sp_footer_bnr p {
    display: block;
    text-align: center;
    background-color: #B8000C;
  }
  #sp_footer_bnr a {
    display: block;
    color: #ffffff;
    padding: 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  background-color: #EFEFEF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #ffffff;
  background-color: #565656;
}

.wp-pagenavi span.current {
  color: #ffffff;
  background-color: #565656;
}

.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  background-color: #ffffff;
  border: 0px;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}

#prev_next #prev,
#prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}

#prev_next #prev p,
#prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
}

#prev_next #prev:hover,
#prev_next #next:hover {
  background-color: rgba(238, 238, 238, 0.7);
}

#prev_next #prev {
  border-right: #ccc 1px solid;
}

#prev_next #prev_title,
#prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #ccc solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #666;
}

#prev_next #next_title {
  right: 10px;
}

#prev_next #prev img,
#prev_next #next img {
  margin: 0 auto;
}

#prev_next #prev_no,
#prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}

#prev_next #prev_no {
  border-right: #ccc 1px solid;
}

#prev_next_home {
  margin: 0 auto;
  background-color: #39f;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #39f;
  -webkit-box-shadow: 0 0 0 3px #39f;
  -moz-box-shadow: 0 0 0 3px #39f;
  text-align: center;
}

#prev_next_home:hover {
  background-color: rgba(0, 0, 255, 0.7);
}

#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}

/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
  768px PREV NEXT
  --------------------------------------*/
  #prev_next #prev,
  #prev_next #prev::before,
  #prev_next #prev::after,
  #prev_next #next,
  #prev_next #next::before,
  #prev_next #next::after {
    box-sizing: border-box;
    transition: all 0.3s;
  }
  #prev_next #prev_title,
  #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px;
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
  /*-- ここまで --*/
}
/*ホーム表示ブロック*/
#prev_next_home {
  display: none;
}

#prev_next_home:hover {
  display: none;
}

#prev_next_home i {
  display: none;
}
/*# sourceMappingURL=default.css.map */